<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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 &gt; li {
  margin: 0;
}
.abs-action-cart-button button.action {
  border: none;
  padding: 12px 24px;
  opacity: .8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 1.5;
  font-family: inherit;
  border-radius: 0 !important;
  height: inherit;
}
.abs-action-cart-button button.action:not(:hover) {
  background-color: #f4f4f4;
  color: #222529;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-button-l {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt {
  float: left;
  clear: left;
  margin: 0 0.5em 0.25em 0;
}
.abs-product-options-list dt:after {
  content: ': ';
}
.abs-product-options-list dd {
  float: left;
  display: inline-block;
  margin: 0 0 0.25em;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-account-page-title {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.abs-account-page-title h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.abs-account-page-title::before,
.abs-account-page-title::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.abs-account-page-title::before {
  right: 100%;
}
.abs-account-page-title::after {
  left: 100%;
}
.abs-login-block-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -.01em;
}
.abs-dropdown-simple {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets {
  margin-bottom: 2em;
}
.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks &gt; 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 &gt; a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link &gt; a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link &gt; a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link &gt; a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar &gt; .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar &gt; .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 &gt; 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 &gt; 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 &gt; .title,
.abs-discount-block .block &gt; .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 &gt; .title:after,
.abs-discount-block .block &gt; .title:after {
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.abs-toggling-title &gt; span,
.abs-cart-block &gt; .title &gt; span,
.abs-discount-block .block &gt; .title &gt; 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 &gt; .title:after,
.abs-discount-block .block &gt; .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 &gt; .title:after,
.abs-discount-block .block &gt; .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 &gt; .title:after,
.abs-discount-block .block.active &gt; .title:after {
  content: '\e81b';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax {
  color: #222529;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-forms-margin-small {
  margin-bottom: 1em;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-right: 1.25em;
  padding-bottom: 0.25em;
}
.abs-rating-summary .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0.5em;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title &gt; .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title {
  display: block;
}
.abs-account-blocks .box-title &gt; .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 &gt; tbody &gt; tr:nth-child(even) &gt; td,
.abs-table-striped &gt; tbody &gt; tr:nth-child(even) &gt; th {
  background: #f6f6f6;
}
.abs-table-striped &gt; thead &gt; tr &gt; th,
.abs-table-striped &gt; tbody &gt; tr &gt; th,
.abs-table-striped &gt; tfoot &gt; tr &gt; th,
.abs-table-striped &gt; thead &gt; tr &gt; td,
.abs-table-striped &gt; tbody &gt; tr &gt; td,
.abs-table-striped &gt; tfoot &gt; tr &gt; td {
  border: none;
}
.abs-table-striped &gt; thead &gt; tr &gt; th,
.abs-table-striped &gt; thead &gt; tr &gt; td {
  border-bottom: 1px solid #e7e7e7;
}
.abs-block-items-counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title {
  margin: 0 0 1em;
}
.abs-block-widget-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items {
  margin-bottom: 1em;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear {
  display: none;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input {
  margin-right: 0.5em;
  width: calc(100% - (23px + 0.5em));
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-right: 0.5em;
  width: calc(100% - (21px + 0.5em + 0.25em));
}
.abs-checkout-tooltip-content-position-top {
  right: -0.5em;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 0.5em;
  left: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title {
  padding-bottom: 0.5em;
  color: #777777;
  font-weight: 300;
  font-size: 1rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
  padding-right: 0.5em;
}
.abs-sidebar-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 0.5em;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price &gt; 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 &gt; .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 &gt; .field &gt; .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 &gt; a,
  header.page-header .nav-sections-item-title.active &gt; a:hover,
  header.page-header .nav-sections-item-title.active &gt; a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title &gt; a,
  header.page-header .nav-sections-item-title &gt; a:hover,
  header.page-header .nav-sections-item-title &gt; 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 &gt; .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 &gt; .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 &gt; .level1 {
    font-weight: 600;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active),
  .navigation .level0.has-active &gt; a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active &gt; 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 &gt; li {
    word-wrap: break-word;
  }
  .navigation .submenu &gt; li &gt; a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) &gt; li &gt; a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) &gt; li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul &gt; li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul &gt; li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul &gt; li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active &gt; a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active &gt; 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 &gt; a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 &gt; a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 &gt; a.ui-state-active,
  .navigation li.level0 &gt; a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active &gt; a:not(.ui-state-active),
  .navigation li.level0.has-active &gt; a:not(.ui-state-active),
  .navigation li.level0.active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 &gt; .ui-menu-item &gt; a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item &gt; 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 &gt; .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active &gt; a,
  .navigation ul.submenu:not(:first-child) .active &gt; a,
  .navigation ul.submenu .level1.active &gt; a,
  .navigation ul.submenu:not(:first-child) .level1.active &gt; a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu &gt; 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 &gt; * {
    display: none;
  }
  .nav-sections-item-content &gt; .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 &gt; .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 &gt; .level-top:hover,
  .navigation .level0 &gt; .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active &gt; .level-top,
  .navigation .level0.has-active &gt; .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover &gt; .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent &gt; .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent &gt; .level-top &gt; .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent &gt; .level-top &gt; .ui-menu-icon &gt; span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent &gt; .level-top &gt; .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 &gt; ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu &gt; ul:before,
  .navigation .level0 .submenu &gt; ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu &gt; 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 &gt; 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 &gt; 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 &gt; a &gt; .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent &gt; a &gt; .ui-menu-icon &gt; 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 &gt; a &gt; .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 &gt; .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;
  }
}
/* main layout */
body .page-wrapper .page-main .columns .column.main {
  padding: 0 0 0 13px;
}
body .page-wrapper .page-main .columns .column.main .toolbar {
  margin-bottom: 19px;
}
body .page-wrapper .page-main .columns .column.main .toolbar &gt; * {
  margin: 0;
}
body .page-wrapper &gt; .breadcrumbs .items {
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-top: 24px;
}
body .page-wrapper &gt; .breadcrumbs .items &gt; li a:hover {
  color: #1a25ab;
}
body button:focus {
  outline: none;
}
body .modals-wrapper .modal-popup .modal-header {
  padding-bottom: 2rem;
}
body .modals-wrapper .modal-popup .modal-footer {
  border: none;
}
body .modals-wrapper .modal-popup .modal-footer .action-primary {
  background-color: #7fbc02;
  border-color: #7fbc02;
  color: #ffffff;
}
body .modals-wrapper .modal-popup .modal-footer .action-primary:hover {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
body .modals-wrapper .modal-popup .modal-footer .action-secondary:hover {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
body .control input {
  height: 48px;
}
body select {
  height: 48px;
}
body &gt; .loading-mask {
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}
.rounded {
  border-radius: 7px;
}
/* section */
.block-no-padding {
  padding: 0;
}
.block-padding-top-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.porto-u-heading {
  text-align: center;
  margin-bottom: 45px;
}
.porto-u-heading .porto-u-sub-heading {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #222529;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.porto-u-heading .porto-u-main-heading h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #222529;
  line-height: 45px;
}
.page-wrapper .page-header .panel.wrapper::after {
  border-bottom: none;
}
.page-wrapper .page-header .panel.wrapper .header-center {
  margin: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.page-wrapper .page-header .panel.wrapper .header-center a {
  text-decoration-line: underline;
  color: #ffffff;
}
.page-wrapper .page-header .panel.wrapper .header-right .header.links {
  display: flex;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 26px;
}
.page-wrapper .page-header .panel.wrapper .header-right li a {
  font-size: 0.875em;
  padding: 5px 10px !important;
}
.page-wrapper .page-header .panel.wrapper .header-right .panel.header .switcher .options ul.dropdown a {
  font-size: 12px;
  font-weight: 600;
}
.page-wrapper .page-header .panel.wrapper .header-right .panel.header .switcher-trigger {
  color: #ffffff;
  font-size: 12px;
}
.page-wrapper .page-header .panel.wrapper .header-left .share-links {
  margin-left: 0.875rem;
}
.page-wrapper .page-header .panel.wrapper .header-left .share-links .share-facebook:before,
.page-wrapper .page-header .panel.wrapper .header-left .share-links .share-instagram:before {
  background-color: #ffffff;
  color: #333333;
  border-radius: 30px;
  margin: 0 1px;
  overflow: hidden;
  font-size: 0.8rem;
}
.page-wrapper .page-header .nav-sections {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  min-height: 54px !important;
  padding: 5px 0;
}
.page-wrapper .page-header .wishlist.logout .counter.qty {
  display: none;
}
.page-wrapper .page-header .navigation .level0 .submenu {
  box-shadow: unset;
}
.page-wrapper .porto-sicon-box .porto-sicon-img {
  margin-right: 8px;
}
.page-wrapper .header-main .header-row {
  padding: 15px 10px;
}
.page-wrapper .header-main .header-row .header-left {
  padding: 0;
}
.page-wrapper .header-main .header-row .header-left .logo img {
  height: 45px;
  width: auto;
}
.page-wrapper .header-main .header-row .header-center {
  padding: 0;
}
.page-wrapper .header-main .header-row .header-right {
  padding: 0;
}
.page-wrapper .header-main .header-row .header-right .porto-just-icon-wrapper {
  text-align: center;
}
.page-wrapper .header-main .header-row .header-right .porto-just-icon-wrapper .porto-sicon-img {
  display: inline-block;
  font-size: 25px;
}
.page-wrapper .header-main .header-row .header-right .porto-sicon-header a span {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .porto-sicon-header a span:hover {
  color: #007bff;
}
.page-wrapper .header-main .header-row .header-right .porto-sicon-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: #222529;
}
.page-wrapper .header-main .header-row .header-right .header-contact a {
  color: #222529;
  display: contents;
}
.page-wrapper .header-main .header-row .header-right .header-contact a span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  padding-left: 5px;
}
.page-wrapper .header-main .header-row .header-right .header-contact a:hover {
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .header-contact span:hover {
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .porto-icon-shopping-cart:hover::before {
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .porto-icon-shopping-cart:before {
  content: "\e87f";
  font-size: 35px;
  color: #222529;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart .text-minicart {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  padding-left: 10px;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart:hover::after {
  color: #1a25ab;
  content: none;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart::after {
  color: #222529;
  content: none;
}
.page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart .counter.qty {
  background-color: #c30400;
  left: 28px;
  top: -8px;
  font-weight: 400;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.my-account {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show {
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul {
  visibility: hidden;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li {
  display: flex;
  white-space: normal;
  align-items: center;
  padding: 5px 0;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li a span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li a span:hover {
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li:hover {
  background: #ffffff;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li.wishlist-link {
  display: flex;
  white-space: normal;
  align-items: center;
  color: #ffffff;
  position: relative;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li.wishlist-link a span.counter.qty {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #c30400;
  padding: 0;
  margin-left: 5px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li.wishlist-link i {
  font-size: 12px;
  padding-right: 14px;
  padding-left: 6px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show:hover ul {
  visibility: visible;
  opacity: 1;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links {
  width: 210px;
  right: -60px;
  top: 15px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: 0;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links .my-account span {
  white-space: nowrap;
  padding: 15px 0;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links::after {
  right: 100px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links::before {
  right: 101px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links hr {
  background: #E7E7E7;
  margin: 10px 0;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links .logged-in {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  white-space: break-spaces;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .my-wishlist {
  display: flex;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show li a .fa-user-alt {
  padding-right: 8px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show li a .fa-shopping-bag {
  padding-right: 8px;
  padding-left: 2px;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show li a .fa-sign-out-alt {
  padding-right: 8px;
  padding-left: 2px;
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .icon-sign-out {
  content: url('/media/wysiwyg/sign-out.png');
}
.page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .authorization-link span {
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon {
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: #1a25ab;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon:hover {
  color: #7fbc02;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon span {
  color: unset;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon span:hover {
  color: unset;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon .fa-whatsapp {
  font-size: 27px;
  display: block;
  margin: 0;
}
.page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon .fa-whatsapp::before {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .page-header.type2 .nav-sections .navigation:not(.side-megamenu) .level0 {
  margin-right: 0;
}
.page-wrapper .page-header.type2 .nav-sections .navigation:not(.side-megamenu) .level0 .level-top {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px !important;
  letter-spacing: 0;
  color: #222529;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
}
.page-wrapper .page-header.type2 .nav-sections .navigation:not(.side-megamenu) .level0 .level-top:hover {
  color: #1a25ab;
}
.page-wrapper .page-header.type2 .nav-sections .navigation:not(.side-megamenu) &gt; ul {
  text-align: center;
}
.page-wrapper .page-header.type2 .nav-sections .sw-megamenu.navigation li:nth-child(4).level0.fullwidth .subchildmenu {
  max-height: 50px;
}
.page-wrapper .page-header.type2 .nav-sections .sw-megamenu.navigation li:nth-child(6).level0.fullwidth .subchildmenu {
  max-height: 50px;
}
.page-wrapper .page-header.type2 .nav-sections .sw-megamenu.navigation li.level0.classic .submenu a {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px !important;
  padding: 8px 15px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.page-wrapper .page-header.type2 .search-area {
  padding-left: 0px;
  width: 70%;
}
.page-wrapper .page-header.type2 .search-area input {
  border: 1px solid #222529;
  border-radius: 20px;
}
.page-wrapper .page-header.type2 .block-search input {
  height: 40px;
  padding-left: 40px;
}
.page-wrapper .page-header.type2 .block-search .action.search {
  left: 2px;
}
.page-wrapper .sticky-header .porto-icon-shopping-cart:hover::before {
  color: #1a25ab;
}
.page-wrapper .sticky-header .porto-icon-shopping-cart:before {
  content: "\e87f";
  font-size: 35px;
  color: #222529;
}
.page-wrapper .sticky-header .action.showcart {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-wrapper .sticky-header .action.showcart .text-minicart {
  padding-left: 10px;
}
.page-wrapper .sticky-header .action.showcart:hover::after {
  color: #1a25ab;
  content: none;
}
.page-wrapper .sticky-header .action.showcart::after {
  color: #222529;
  content: none;
}
.page-wrapper .sticky-header .action.showcart .counter.qty {
  background-color: #c30400;
  left: 28px;
  top: -8px;
}
.page-wrapper .sticky-header .nav-sections-item-content {
  min-height: 54px !important;
  padding: 5px 0;
  background-color: #ffffff;
}
/* menu */
.page-wrapper .page-header.type2 .nav-sections .sw-megamenu.navigation li.level0.fullwidth .submenu a {
  font-weight: 400;
  line-height: 21px !important;
  padding: 8px 15px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #222529;
  font-size: 14px;
}
.page-wrapper .page-header.type2 .nav-sections .navigation:not(.side-megamenu) .level0 .level-top {
  padding: 15px 20px;
}
.page-wrapper .page-header .nav-sections {
  padding: 0;
}
.page-wrapper .page-header .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 &gt; li {
  width: 30%;
}
.page-wrapper header.page-header.sticky-header .nav-sections .nav-sections-item-content {
  padding: 0;
}
.page-header .navigation .level0.parent a.level-top {
  position: relative;
}
.page-header .navigation .level0.parent &gt; a::before {
  content: '';
  border-bottom: solid 1px #1a25ab;
  bottom: 15px;
  left: 20px;
  right: 40px;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  display: block;
  z-index: 998;
  height: 1px;
  background-color: transparent;
}
.page-header .navigation .ui-menu-item.parent a span::before {
  display: none;
}
.page-header .navigation .ui-menu-item.parent a span::after {
  display: none;
}
.page-header .navigation .ui-menu-item.parent:hover {
  background-color: transparent;
}
.page-header .navigation .ui-menu-item.parent:hover a span {
  color: #222529;
}
.page-header .navigation .ui-menu-item.parent:hover a::before {
  opacity: 1;
}
.page-header .navigation .ui-menu-item.parent:hover a.level-top span {
  color: #1a25ab;
}
.page-header .subchildmenu {
  display: grid;
}
.page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu li span:hover {
  color: #1a25ab;
}
.page-header .navigation.sw-megamenu ul li:hover &gt; a span {
  font-weight: 600;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 25%;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu &gt; .row {
  margin: 0;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu a {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover &gt; span {
  text-decoration: none;
  font-weight: 600;
  color: #222529;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu .container {
  padding: 24px 0;
  max-width: 1020px;
  margin: 0 auto;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu {
  width: auto;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu li.ui-menu-item.level1 {
  border-right: 1px solid #D9D9D9;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu .subchildmenu {
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  background: #F9F9F9;
  z-index: 6;
  bottom: 0;
  left: 30%;
  height: 100%;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu &gt; li:hover &gt; .subchildmenu {
  visibility: visible;
  opacity: 1;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth li.parent &gt; .subchildmenu.popup-left {
  left: auto;
  right: 100%;
  border-radius: 0;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth li.parent a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth li.parent a &gt; span {
  margin-right: auto;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu.popup-left .subchildmenu {
  left: auto;
  right: 100%;
  border-radius: 0;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth:hover &gt; .submenu {
  visibility: visible;
  opacity: 1;
  left: 0;
  padding-left: 15px;
  height: auto;
  top: calc(100% + 1px);
  background: #F9F9F9;
  padding: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.page-header .sw-megamenu.navigation li.level0.fullwidth li:hover &gt; .submenu {
  visibility: visible;
  opacity: 1;
}
.page-header .sw-megamenu.navigation li.level0.fullwidth &gt; .submenu .level1 &gt; a:hover {
  font-weight: 600;
  text-decoration: none;
}
.page-header .sw-megamenu.navigation .subchildmenu.mega-columns &gt; li {
  padding: 0;
}
.page-header .sw-megamenu.navigation .level0 .submenu li {
  position: static;
}
.page-header .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover &gt; span {
  text-decoration: none;
  font-weight: 600;
  color: #222529;
}
.page-header .sw-megamenu.navigation li &gt; a &gt; span {
  text-transform: capitalize;
}
.page-header .sw-megamenu.navigation li .submenu .level1 {
  width: 30%;
}
.page-header .sw-megamenu.navigation li .submenu .level1 .subchildmenu li a:hover &gt; span {
  font-weight: 400;
}
.page-header .sw-megamenu.navigation li .submenu .menu-right-block div[data-content-type="html"] {
  height: 100%;
}
.page-header .sw-megamenu.navigation li .submenu .menu-right-block div[data-content-type="html"] img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.parent &gt; a span:after {
  top: 30px;
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.parent &gt; a span::before {
  top: 30px;
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.parent &gt; a:after {
  content: '\e81a';
  display: inline-block;
  font-family: 'porto-icons';
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu {
  left: 100%;
  top: 0;
  padding: 5px;
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu .subchildmenu .subchildmenu {
  padding: 5px;
}
.page-header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth:nth-child(3) &gt; .submenu {
  min-height: 500px;
}
.page-header .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.parent &gt; a:after {
  content: '\e819';
}
.page-header .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu {
  left: auto;
  right: 100%;
}
.page-header .navigation.sw-megamenu .menu-right-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu {
  display: block;
}
.page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu li {
  width: 50%;
}
.page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu li:nth-last-child(2n) {
  float: left;
}
.page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu li:nth-last-child(2n+1) {
  float: left;
}
.page-header.type2 .navigation {
  position: static;
}
.page-header.type2 .navigation &gt; ul {
  position: static;
}
header.page-header.sticky-header .sw-megamenu.navigation li.level0.fullwidth &gt; .submenu .container {
  max-width: 1070px;
}
header.page-header.sticky-header .nav-sections {
  margin: 0 auto;
  padding: 0;
}
header.page-header.sticky-header .nav-sections .navigation {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
header.page-header.sticky-header .nav-sections .navigation .logo {
  max-height: 35px;
}
header.page-header.sticky-header .nav-sections .navigation .minicart-wrapper {
  position: relative;
  transform: none;
  left: 120px;
  right: unset;
}
header.page-header.sticky-header .nav-sections .navigation .minicart-wrapper .action.showcart .counter.qty {
  font-weight: 400;
}
.page-wrapper .page-header .sw-megamenu.navigation &gt; .sticky-logo ~ ul &gt; li.level0.fullwidth:hover &gt; .submenu {
  top: calc(100% + 1px);
}
.page-wrapper .page-header .search-area .block.block-search {
  min-width: 320px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search input#search {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  color: #222529;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestions {
  margin-top: 5px;
  padding: 0;
  border: none;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
  max-height: 500px !important;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestions::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 2px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestions::-webkit-scrollbar {
  width: 4px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion {
  padding: 16px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-left {
  width: 50px;
  margin-right: 16px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right {
  width: auto;
  float: none;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right .product-line {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right .product-line.product-name {
  font-weight: 500;
  color: #222529;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right .product-line.product-price {
  margin-bottom: 0;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right .product-des {
  display: none;
}
.page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion.autocomplete-selected {
  background: #F2F4F6;
}
.page-wrapper .page-header .search-area #search_mini_form .action.search {
  left: 0;
}
.page-wrapper .page-header.sticky-header .nav-sections .navigation {
  justify-content: space-between;
}
.page-wrapper .page-header.sticky-header .nav-sections .navigation .sticky-logo {
  margin-right: 15px;
}
.page-wrapper .page-header.sticky-header .nav-sections .navigation .sticky-logo img {
  margin-right: 0;
}
.page-wrapper .page-header.sticky-header .nav-sections .navigation .minicart-wrapper {
  margin-left: 15px;
}
.page-wrapper .page-header.sticky-header .nav-sections .section-item-content .sw-megamenu .minicart-wrapper {
  left: 0;
}
/* Responsive */
@media only screen and (max-width: 1439px) and (min-width: 992px) {
  .page-wrapper .page-header .nav-sections .section-item-content .sw-megamenu .minicart-wrapper {
    left: 0;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .page-wrapper .page-header.sticky-header .nav-sections .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-sections-items .ui-menu-item.level0:hover .subchildmenu .ui-menu-item.level1:first-child .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .nav-sections-items .ui-menu-item.level0:hover .subchildmenu .ui-menu-item.level1:first-child &gt; a span {
    font-weight: 600;
  }
  .nav-sections-items .ui-menu-item .subchildmenu.mega-columns {
    align-items: start;
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 100% !important;
  }
  .nav-sections-items .ui-menu-item .subchildmenu.mega-columns:after {
    border-right: 1px solid #D9D9D9;
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    top: 0;
    left: calc(30% - 1px);
    bottom: 0;
  }
  .nav-sections-items .ui-menu-item .subchildmenu.mega-columns .subchildmenu {
    max-height: 100% !important;
    width: 70%;
  }
  .nav-sections-items .ui-menu-item .subchildmenu.mega-columns li {
    border-right: 0 !important;
  }
  .page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu {
    width: 70%;
  }
  .page-header .navigation.sw-megamenu .level0.submenu .subchildmenu .subchildmenu li:nth-last-child(2n) {
    clear: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-header {
    position: relative;
    z-index: 1000;
    /* sub menu */
  }
  .page-wrapper .page-header .main-panel-top .main-panel-inner .header-center {
    text-align: center;
  }
  .page-wrapper .page-header .header-main .header-row {
    padding: 15px 20px;
  }
  .page-wrapper .page-header .header-main .header-row .header-left .nav-toggle {
    margin: 0;
    line-height: normal;
  }
  .page-wrapper .page-header .header-main .header-row .header-left .nav-toggle::before {
    font-size: 30px;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet {
    width: 100%;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet .search-toggle-icon:after {
    border-bottom-color: #333333;
    width: 16px;
    height: 23px;
    border-width: 8px;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet .search-toggle-icon::before {
    content: "";
    position: absolute;
    z-index: 1000;
    display: inline-block;
    right: 50%;
    top: 98%;
    margin-right: -6px;
    margin-top: -12px;
    width: 10px;
    height: 25px;
    border: 9px solid transparent;
    border-bottom-color: #ffffff;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet .block.block-search {
    border: 1px solid;
    border-color: #333333;
    top: calc(104% + 1px);
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet .block.block-search input#search {
    border: 0;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet #search_mini_form .field.search input#search {
    padding: 9.5px 14px 9.5px 40px;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet #search_mini_form .field.search input#search::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet #search_mini_form .action.search {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-wrapper .page-header .nav-sections.sections {
    padding: 0;
    border: 0;
    background: #ffffff;
    top: 40px;
    width: calc(100% - 40%);
    height: calc(100% - 40px);
    z-index: 1200;
    left: -95%;
  }
  .page-wrapper .page-header .nav-sections.sections div:not(.open-children-toggle):empty {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections .navigation .parent .level-top::after {
    color: #222529;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title {
    text-align: left;
    width: 100%;
    float: none;
    background: transparent;
    border-bottom: solid 1px #eee !important;
    display: flex;
    align-items: center;
    height: auto;
    padding: 16px 0;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title:first-child {
    padding-top: 32px;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title:first-child::before {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 43px;
    width: 16px;
    height: 2px;
    background: #c30400;
    transform: rotate(45deg);
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title:first-child::after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 43px;
    width: 16px;
    height: 2px;
    background: #c30400;
    transform: rotate(135deg);
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title .nav-sections-item-switch {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #1a25ab;
    text-align: left;
    padding: 0 20px;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title .nav-sections-item-switch::before {
    display: none !important;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title[aria-controls="store.settings"] {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-title[aria-controls="store.settings"] + .nav-sections-item-content.section-item-content[id="store.settings"] {
    display: none !important;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation:not(.side-megamenu) &gt; ul {
    text-align: left;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation &gt; ul li.ui-menu-item {
    border: 0 !important;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation &gt; ul li.ui-menu-item a {
    padding: 12px 20px;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation &gt; ul li.ui-menu-item a span {
    color: #222529;
    font-weight: 400;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation &gt; ul li.ui-menu-item a.ui-state-active span {
    color: #1a25ab;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation &gt; ul li.ui-menu-item a.level-top::before {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .submenu {
    padding: 0;
    transition: all 0.5s;
    border: 0;
    background: #ffffff;
    box-shadow: none;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .submenu.opened {
    padding: 0;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth:nth-child(4),
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth:nth-child(6) {
    max-height: unset;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .subchildmenu {
    padding: 0 15px;
    max-height: 100%;
    opacity: 1;
    position: static;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .subchildmenu .subchildmenu {
    position: static;
    opacity: 1;
    height: auto;
    visibility: unset;
    display: none;
    width: 100%;
    padding-left: 10px;
    background: #ffffff;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth a.ui-state-active::after {
    color: #1a25ab;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth a.ui-state-active::before {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .level-top + .submenu {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation.sw-megamenu li.level0.fullwidth .level-top.ui-state-active + .submenu {
    display: block;
  }
  .page-wrapper .page-header .nav-sections.sections .section-item-content .navigation .submenu:not(:first-child) ul {
    display: block;
    padding: 15px 15px 0;
  }
  .page-wrapper .page-header .sw-megamenu.navigation .level0 .submenu li,
  .page-wrapper .page-header .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 &gt; li {
    width: 100%;
    position: relative;
  }
  .page-wrapper .page-header .sw-megamenu.navigation .subchildmenu.mega-columns &gt; li.ui-menu-item,
  .page-wrapper .page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu .ui-menu-item {
    position: relative;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.level0.fullwidth .submenu .container {
    padding: 0;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 .subchildmenu.actived {
    display: block !important;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 .subchildmenu.actived li {
    width: 95%;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 &gt; .open-children-toggle {
    right: -3px;
    top: 0;
    z-index: 1000;
    width: 100px;
    height: 37px;
    margin: 0;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 &gt; .open-children-toggle:before {
    content: "\e81a";
    font-family: 'porto-icons';
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    text-align: right;
    width: 100%;
    padding: 0 15px 0 0;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 &gt; .open-children-toggle.openned:before {
    content: "\e81b";
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.level1.show_submenu &gt; a:before {
    content: "";
    display: inline !important;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.level1:not(.show_submenu) &gt; a:before {
    content: "";
    display: inline !important;
  }
  .page-wrapper .page-header.type2 .nav-sections .sw-megamenu.navigation li.level0.fullwidth .submenu a {
    padding: 8px 30px 8px 15px;
  }
  .page-wrapper .sw-megamenu.navigation li.ui-menu-item &gt; .open-children-toggle {
    height: 51px;
    width: 100px;
  }
  .nav-before-open.nav-open .page-wrapper {
    left: 0;
  }
  .nav-before-open.nav-open .page-wrapper::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
  }
  .nav-before-open.nav-open .page-wrapper .page-header .nav-sections.sections {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-wrapper .page-header.type2 .block-search.show input {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-header .panel.wrapper .header-center {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
  }
  .page-wrapper .header-main .header-row .header-left .logo {
    max-width: 100%;
  }
  .page-wrapper .header-main .header-row .header-left .logo img {
    height: 40px;
  }
  .page-wrapper .header-main .header-row .header-center {
    width: calc(100% - 275px);
    justify-content: flex-end;
  }
  .page-wrapper .header-main .header-row .header-center .search-area.show-icon-tablet .search-toggle-icon {
    font-size: 24px;
  }
  .page-wrapper .header-main .header-row .header-center .search-area.show-icon-tablet .search-toggle-icon:after {
    border-bottom-color: #1a25ab;
  }
  .page-wrapper .header-main .header-row .header-center .search-area.show-icon-tablet .block.block-search {
    right: 25px;
    transform: translateX(50%);
    border: 1px solid #1a25ab;
    padding-left: 15px;
  }
  .page-wrapper .header-main .header-row .header-center .search-area.show-icon-tablet .block.block-search input#search {
    border: 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon {
    margin-left: .5rem;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact a.whatsapp-toggle-icon span {
    display: none;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact a.my-account span {
    display: none;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact .my-account-show {
    margin-left: .5rem;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links {
    top: 21px;
    width: 180px;
    padding: 16px;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links::before {
    right: 71px;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact .my-account-show .customer-welcome .header.links::after {
    right: 70px;
  }
  .page-wrapper .header-main .header-row .header-right .header-contact .my-account-show ul li.wishlist-link a span.counter.qty {
    right: 10px;
  }
  .page-wrapper .header-main .header-row .header-right .minicart-wrapper {
    margin-left: 0.5rem;
  }
  .page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart .counter.qty {
    right: -8px;
  }
  .page-wrapper .header-main .header-row .header-right .minicart-wrapper .action.showcart .text-minicart {
    display: none;
  }
  .page-wrapper .page-header .nav-sections.sections {
    width: calc(100% - 50px);
  }
  .page-wrapper .page-header .search-area #search_mini_form .field.search .autocomplete-suggestion .suggestion-right .product-line {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 425px) {
  .page-wrapper .page-header .sw-megamenu.navigation li.ui-menu-item.level1 &gt; .open-children-toggle {
    width: 80px;
  }
}
.page-header.type2 .nav-sections .header-menu-mobile {
  padding-top: 15px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #222529;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  margin-left: 0px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact a:hover {
  color: #1a25ab;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact a i {
  font-size: 15px;
  margin-right: 5px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact a.contact {
  padding: 0;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li {
  border-bottom: none;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li a .fa-user-alt {
  padding-right: 8px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li a .fa-shopping-bag {
  padding-right: 9px;
  padding-left: 1px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li a .fa-sign-out-alt {
  padding-right: 8px;
  padding-left: 1px;
  color: #1a25ab;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li a .fa-heart {
  padding-right: 8px;
  padding-left: 5px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links li.authorization-link a {
  color: #1a25ab;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .header.links .logged-in {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #222529;
  padding: 10px 20px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .my-account-show {
  margin-left: 0px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .my-account-show ul li.wishlist-link a span.counter.qty {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #c30400;
  padding: 0;
  margin-left: 5px;
}
.page-header.type2 .nav-sections .header-menu-mobile .header-contact .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #222529;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  align-items: center;
  margin-left: 0px;
}
.page-wrapper .page-header.type2 .nav-sections.sections .section-item-title {
  border-top: solid 1px #eee;
}
@media (max-width: 991px) {
  .page-header.type2 .nav-sections .section-items.nav-sections-items.mage-tabs-disabled .section-item-content.nav-sections-item-content {
    display: block !important;
  }
  .page-header.type2 .header-right .header-contact .custom-block {
    display: block;
  }
}
@media (min-width: 991px) {
  .page-header .sw-megamenu.navigation li.level0.fullwidth:nth-child(3) ul.subchildmenu.mega-columns {
    height: 370px;
  }
}
@media (min-width: 991px) {
  .page-header .sw-megamenu.navigation li.level0.fullwidth .subchildmenu &gt; li &gt; .subchildmenu {
    width: 69%;
    overflow-y: auto;
  }
}
.subchildmenu::-webkit-scrollbar {
  width: 4px;
}
.subchildmenu::-webkit-scrollbar-track {
  background-color: #F9F9F9;
}
.subchildmenu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
  border-radius: 2px;
}
.page-footer {
  margin-top: 30px;
}
.page-footer .footer {
  font-size: 14px;
}
.page-footer .footer .footer-middle a:focus {
  color: #333333;
}
.page-footer .footer .footer-middle .widget div ul li {
  margin-bottom: 8px;
}
.page-footer .footer .footer-bottom {
  padding-bottom: 0px;
}
.page-footer .footer .footer-bottom p {
  text-align: right;
}
.footer .footer-top [data-content-type="html"] {
  width: 100%;
}
.page-footer .footer-top .block-newsletter-form {
  color: #fff !important;
  margin: 107px 0;
}
.page-footer .footer-top .block-newsletter-form .block-header {
  text-align: center;
}
.page-footer .footer-top .block-newsletter-form .block-header .header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-footer .footer-top .block-newsletter-form .block-header .header-sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: inherit;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter {
  margin-top: 40px;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form {
  display: flex;
  justify-content: center;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control {
  align-items: unset;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control input#newsletter {
  color: #222529 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  padding: 13px 16px;
  margin-right: 8px;
  height: 48px;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control input#newsletter::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #22252966 !important;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control input#newsletter.mage-error {
  border-color: #c30400;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control input#newsletter.mage-error ~ #newsletter-error {
  display: none !important;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control button.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a25ab !important;
  border-radius: 25px;
  padding: 0;
  height: 48px !important;
  width: 175px;
  min-width: auto;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control button.subscribe:hover {
  background-color: #7fbc02 !important;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control button.subscribe span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
}
.page-footer .footer-top .block-newsletter-form .subscribe-newsletter span.input-text {
  margin-right: 8px;
  width: 359px;
}
.page-footer .footer .footer-top {
  background-color: #ccc;
  background-image: url('/media/wysiwyg/half-masthead.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-footer .footer .footer-top::before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
}
.page-footer .footer .footer-middle &gt; .container::after {
  display: none;
}
.page-footer .footer .footer-middle .widget div ul li {
  overflow: hidden;
}
.page-footer .footer .footer-middle .widget div ul li a {
  position: relative;
  transition: all 0.3s;
}
.page-footer .footer .footer-middle .widget div ul li a:hover {
  color: #1a25ab;
  padding-left: 15px;
}
.page-footer .footer .footer-middle .widget div ul li a:hover::before {
  left: 0;
}
.page-footer .footer .footer-middle .widget div ul li a::before {
  content: 'Â»';
  transition: all 0.3s;
  color: #1a25ab;
  position: absolute;
  left: -100%;
  top: 50%;
  transform: translate(0, -50%);
}
.page-footer .footer .footer-middle .widget h3.widget-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #222529;
  margin-bottom: 16px !important;
}
.page-footer .footer .footer-bottom {
  background-color: #f0f0f0;
}
.page-footer .footer .footer-bottom .container {
  padding-top: 16px;
  padding-bottom: 12px;
  display: block;
}
.page-footer .footer .footer-bottom .logo img {
  height: 40px;
  margin: 0 auto;
}
.page-footer .footer .footer-bottom p {
  margin: 0;
}
.page-footer .footer .footer-bottom address {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.block-newsletter-form {
  position: relative;
  z-index: 15;
}
.block-newsletter-form .block-header .header-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 16px;
  text-align: center;
  line-height: 32px;
}
.block-newsletter-form .block-header .header-sub-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
.block-newsletter-form .newsletter-form input {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.block-newsletter-form .newsletter-form .action.subscribe {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 500;
  height: auto;
  padding: 10px 20px;
  width: auto;
}
form input::placeholder {
  font-weight: 300;
  color: #999;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-footer .footer .footer-middle .container .row .col-lg-3 {
    height: 303px;
  }
  .page-footer .footer .footer-middle .widget.follow-us {
    width: 116%;
  }
  .block-newsletter-form .newsletter-form {
    width: 80%;
    margin: 0 auto;
  }
}
.page-footer .footer-bottom {
  background: transparent;
  border-top: solid 1px #f0f0f0;
  background-color: transparent;
}
.page-footer .footer-bottom .container .logo {
  margin: 0 auto;
  text-align: center;
  width: 200px;
  float: none;
}
.page-footer .footer-bottom .container address p {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #222529;
}
.page-footer a#totop {
  border-radius: 25px;
  background-color: #ffffff;
  color: #1a25ab;
  border: 1px solid #1a25ab;
  bottom: 13%;
  right: 30px;
  width: 48px;
  height: 48px;
  padding: 10px 0;
}
.page-footer a#totop em.porto-icon-up-open {
  font-size: 24px;
}
.page-footer a#totop:hover {
  background-color: #7fbc02;
  color: #ffffff;
  border: 1px solid #7fbc02;
}
@media (max-width: 767px) {
  .page-footer .footer .footer-bottom .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-footer .footer .footer-bottom .container .logo {
    max-width: 100%;
    margin: 0 auto;
    width: 200px;
    text-align: center;
  }
  .page-footer .footer .footer-bottom address {
    width: 100%;
  }
  .page-footer .footer .footer-bottom p {
    margin: 16px 0 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-footer .footer .footer-bottom p {
    margin: 16px auto 0;
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer .footer .footer-middle .widget_text.widget.widget_custom_html.service {
    margin-left: 30px;
  }
  .page-footer .footer .footer-middle .widget_text.widget.widget_custom_html.future {
    margin-left: 60px;
  }
  .page-footer .footer .footer-middle .widget.follow-us {
    margin-left: 86px;
  }
  .page-footer .footer .footer-middle .widget div ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222529;
  }
}
.page-footer .footer .footer-middle .follow-us .action.quick.primary {
  border-radius: 30px;
  background-color: #1a25ab !important;
  border-color: #1a25ab !important;
  display: block;
  width: 175px;
  height: 48px;
  margin-bottom: 8px;
}
.page-footer .footer .footer-middle .follow-us .action.quick.primary a {
  color: #ffffff !important;
}
.page-footer .footer .footer-middle .follow-us .action.quick.primary:hover {
  background-color: #7fbc02 !important;
  border-color: #7fbc02 !important;
}
.page-footer .footer .footer-middle .follow-us .action.call.primary {
  border-radius: 30px;
  background-color: #ffffff !important;
  border: 1px solid;
  border-color: #1a25ab;
  color: #1a25ab;
  width: 175px;
  height: 48px;
}
.page-footer .footer .footer-middle .follow-us .action.call.primary a {
  color: #1a25ab;
}
.page-footer .footer .footer-middle .follow-us .action.call.primary:hover {
  background-color: #7fbc02 !important;
  border-color: #7fbc02;
  color: #ffffff;
}
.page-footer .footer .footer-middle .follow-us .action.call.primary:hover a {
  color: #ffffff;
}
.page-footer .footer .footer-middle .footer-paypal {
  margin-right: 22px;
  margin-left: 4px;
}
.page-footer .footer .footer-middle .footer-american {
  margin-right: 22px;
}
.page-footer .footer .footer-middle .footer-lisa {
  margin-right: 22px;
}
.page-footer .footer .footer-middle .footer-mastercard {
  margin-right: 22px;
  height: 23px;
}
.page-footer .footer .footer-middle .widget-title.social {
  margin-top: 16px;
}
.page-footer .footer .footer-middle a.share-facebook {
  color: #222529;
}
.page-footer .footer .footer-middle a.share-facebook:hover {
  color: #ffffff;
}
.page-footer .footer .footer-middle a.share-twitter {
  color: #222529;
}
.page-footer .footer .footer-middle a.share-twitter:hover {
  color: #ffffff;
}
.page-footer .footer .footer-middle a.share-insta:before {
  content: "\f16d";
  font-size: 18px;
}
.page-footer .footer .footer-middle a.share-insta:hover {
  color: #ffffff;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.page-footer .footer .footer-middle a.share-linkedin {
  color: #222529;
}
.page-footer .footer .footer-middle a.share-linkedin:hover {
  color: #ffffff;
}
.page-footer .footer .footer-middle a.share-googleplus {
  color: #222529;
}
.page-footer .footer .footer-middle a.share-googleplus:hover {
  color: #ffffff;
}
.page-footer .footer .footer-middle a.share-email {
  color: #222529;
}
.page-footer .footer .footer-middle a.share-email:hover {
  color: #ffffff;
}
.page-footer .footer .footer-middle .share-links a {
  border: 1px solid #222529;
  color: #222529;
}
/* n****n */
/* Responsive */
@media only screen and (max-width: 1439px) {
  .page-footer .footer .footer-middle .widget.follow-us {
    width: 100%;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer .footer .footer-middle .widget.follow-us {
    width: 116%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-footer .footer .footer-middle .container .row &gt; .col-lg-3 {
    height: auto;
  }
  .page-footer .footer .footer-middle .widget.follow-us {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-middle .follow-us .share-links a:not(:hover) {
    color: #222529;
  }
}
@media only screen and (max-width: 575px) {
  .page-footer .footer .footer-top {
    background-color: #DEDFEB;
    background-image: none;
  }
  .page-footer .footer .footer-top::before {
    background-color: transparent;
  }
  .page-footer .footer .footer-top .block-newsletter-form {
    margin: 20px 0;
  }
  .page-footer .footer .footer-top .block-newsletter-form .block-header .header-title {
    color: #222529;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 15px;
  }
  .page-footer .footer .footer-top .block-newsletter-form .block-header .header-sub-title {
    color: #222529;
    font-size: 12px;
    line-height: 18px;
  }
  .page-footer .footer .footer-top .block-newsletter-form .subscribe-newsletter {
    margin-top: 16px;
  }
  .page-footer .footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control {
    width: 350px;
    display: block;
  }
  .page-footer .footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control span.input-text {
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .page-footer .footer .footer-top .block-newsletter-form .subscribe-newsletter .newsletter-form .control button.subscribe {
    width: 100%;
  }
  .page-footer .footer .footer-middle .widget h3.widget-title {
    text-align: center;
  }
  .page-footer .footer .footer-middle .widget div ul li {
    text-align: center;
  }
  .page-footer .footer .footer-middle .widget div ul li a::before {
    display: none;
  }
  .page-footer .footer .footer-middle .widget div ul li a:hover {
    padding-left: 0;
  }
  .page-footer .footer .footer-middle .widget .action {
    margin: 0 auto;
    display: block;
  }
  .page-footer .footer .footer-middle .widget .action.call.primary {
    margin-bottom: 8px;
  }
  .page-footer .footer .footer-middle .widget.follow-us .product-social-links .product-share {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .page-footer .footer .footer-middle .widget.follow-us p {
    text-align: center;
  }
}
@media only screen and (max-width: 518px) {
  .page-wrapper .page-footer a#totop {
    right: 33px;
  }
}
@media only screen and (max-width: 1900px) {
  .page-wrapper .page-footer a#totop {
    right: 30px;
  }
}
@media only screen and (max-width: 2440px) and (min-width: 2000px) {
  .page-wrapper .page-footer a#totop {
    right: 25px;
  }
}
/*
* Home page
*/
/* 4 blocks under banner */
.cms-index-index .block-padding-top-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cms-index-index .block-padding-top {
  padding-top: 15px;
}
.block-four-blocks-info {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #222529;
}
.block-four-blocks-info .porto-sicon-box {
  padding: 0 24px;
}
.block-four-blocks-info .porto-sicon-header .porto-sicon-title {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.38px;
  margin-bottom: 24px !important;
}
.block-four-blocks-info .porto-sicon-header p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
}
.block-four-blocks-info .porto-sicon-default {
  display: none;
}
/* products list */
ul.products .product-col {
  margin-bottom: 1.4286em;
}
ul.products li.product-category .thumb-info-wrapper:after {
  background-color: rgba(27, 27, 23, 0);
}
ul.products li.product-category:hover .thumb-info-wrapper:after {
  background-color: rgba(27, 27, 23, 0.15);
}
.thumb-info .thumb-info-wrapper {
  border-radius: 4px;
}
/* categories */
.category-container .products .sub-title {
  text-transform: none;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 26px;
  font-weight: 600;
}
.category-container .products .thumb-info-type {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 22px;
  text-transform: none;
}
.products-slider.owl-carousel .owl-stage-outer {
  padding-top: 0px;
  margin-top: -10px;
}
.category-block .thumb-info .thumb-info-wrapper {
  border-radius: 10px;
  background: #ffffff;
}
.category-block .thumb-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-block .thumb-info .thumb-info-title {
  position: static;
  max-width: 100%;
  text-align: center;
  background: transparent;
  padding: 15px 15px 0;
  letter-spacing: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.category-block .thumb-info .thumb-info-inner {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #222529;
}
.category-block .thumb-info .thumb-info-type {
  width: 100%;
  margin: 0 auto;
  padding: initial;
  text-transform: none;
  float: none;
  line-height: normal;
  color: #222529;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.category-block .thumb-info .thumb-info-type .mark {
  background: transparent;
  color: #222529;
  font-size: 15px;
  font-weight: 400;
}
/*tabs */
.tabs.tabs-simple {
  padding: 30px 32px 27px 32px;
}
.tabs.tabs-simple .section-title {
  text-align: left;
}
.tabs.tabs-simple .product.data.items &gt; .item.content p {
  align-items: center;
}
.tabs.tabs-simple .product.data.items &gt; .item.content .minimal-price {
  padding-top: 5px;
}
.tabs.tabs-simple .product.data.items &gt; .item.title {
  color: #222529;
  border-bottom-width: 1px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: capitalize;
  line-height: 1.5;
}
.tabs.tabs-simple .product.data.items &gt; .item.title:hover {
  border-color: #7fbc02;
  color: #7fbc02;
  border-width: 2px;
}
.tabs.tabs-simple .product.data.items &gt; .item.title &gt; .switch {
  font-size: inherit;
}
.tabs.tabs-simple .product.data.items &gt; .item.title.active {
  color: #7fbc02;
  border-color: #7fbc02;
  border-width: 2px;
}
.owl-carousel.intro-carousel {
  margin-bottom: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  border-radius: 3px;
}
.owl-carousel.show-nav-middle .owl-nav button {
  width: 40px;
  height: 80px;
  font-size: 26px;
  color: #7fbc02;
  background-color: #ffffff !important;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 100px 75px rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s, color 0.3s;
}
.owl-carousel.show-nav-middle .owl-nav button:hover {
  background-color: #7fbc02 !important;
  border-color: #7fbc02 !important;
  color: #ffffff !important;
}
.owl-carousel.show-nav-middle .owl-nav button .owl-next {
  right: -45px;
}
.owl-carousel.show-nav-middle .owl-nav button .owl-prev {
  left: -45px;
}
@media (min-width: 1024px) {
  .tabs.tabs-simple .section-title {
    margin: 0;
    margin-bottom: -28px;
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .tabs-simple .product.data.items {
    text-align: center;
  }
  .tabs-simple .product.data.items &gt; .item.title {
    float: left;
    display: inline-block;
    text-decoration: none;
    padding: 7px 24px;
    margin: 0 5px;
    border-radius: 7px;
    color: #222529;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 22px;
    border: 1px solid #e9e9e9;
    transition: border-width 0.3s, border-color 0.3s;
  }
  .tabs-simple .product.data.items &gt; .item.content {
    border-top: none;
    margin-top: 0;
  }
  .rtl .product.data.items &gt; .item.title {
    float: right;
  }
}
@media (max-width: 767px) {
  .tabs.tabs-simple {
    margin-bottom: 30px;
  }
}
/* Special Offers */
.special-products {
  padding: 0;
  border: 2px solid #ee8379;
}
.offer-product {
  padding: 45px 40px;
  border: 2px solid #7fbc02;
}
.offer-product .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.offer-product .product-item-info:hover .product-item-photo:hover {
  box-shadow: none;
}
.offer-product .product-item-info .product-item-details .product-item-actions .tocart {
  padding-left: 45px;
  height: 48px;
  line-height: 48px;
  padding-right: 45px;
  font-size: 14px;
  border-radius: 7px;
  color: #ffffff;
}
.offer-product .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: none;
}
.offer-product .product-item .tocart::before {
  font-size: 24px !important;
  font-weight: 300 !important;
}
.offer-product .product-item-actions .actions-secondary.action {
  height: 56px;
  line-height: 56px;
}
.offer-product .product-item-info.type1 .product-item-inner {
  margin-top: 46px;
}
.offer-product .add_to_cart_button {
  padding-left: 45px;
  height: 56px;
  line-height: 56px;
  padding-right: 45px;
  font-size: 14px;
  border-radius: 7px;
}
/* brand */
.brand-carousel {
  padding: 4rem 0;
}
/* Subscribe To Our Newsletter */
.block-subscribe {
  background-image: url(../imagess/bg-furniture-scaled-1-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-subscribe .porto-sicon-box .porto-icon {
  color: #222529;
  font-size: 50px;
}
.block-subscribe .porto-sicon-box .porto-sicon-header .porto-sicon-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.block-subscribe .porto-sicon-box .porto-sicon-header p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #90969a;
}
.single-subscribe .newsletter .input-text {
  display: block;
  flex: 1;
  width: calc(-132%);
  max-width: 729px;
  margin-right: 17px;
}
.single-subscribe .newsletter input {
  border-radius: 7px;
  border: 2px solid #bebebe;
  padding: 15px;
  height: 53px;
}
.single-subscribe .newsletter .action {
  min-width: 215px;
  height: 53px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding: 14px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .single-subscribe .newsletter .action {
    width: 50%;
    min-width: 1px;
  }
}
/* Blog */
.blog-container {
  padding: 40px 40px 17px;
}
.porto-recent-posts h4 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px !important;
}
.porto-recent-posts .post-item .post-excerpt {
  font-size: 1em;
  letter-spacing: -0.025em;
  color: #777;
}
.porto-recent-posts .post-item .read-more {
  display: none;
}
.porto-recent-posts .post-item .post-date {
  display: none;
}
[data-content-type="row"][data-appearance="contained"] {
  max-width: 1200px !important;
}
/* Home Page */
.cms-index-index .page-main {
  max-width: 100% !important;
  padding: 0;
}
.cms-index-index .page-main .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.cms-index-index .block-shop-by-catalog .porto-u-heading {
  margin-bottom: 18px;
}
.cms-index-index .block-shop-by-catalog .porto-u-heading .porto-u-sub-heading {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #222529;
  text-align: center;
  text-transform: none;
  margin-bottom: 8px;
}
.cms-index-index .block-shop-by-catalog .porto-u-heading .porto-u-main-heading h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: #1a25ab;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category {
  margin: 0 1px;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item {
  padding: 0;
  margin-bottom: 21px;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info {
  border: 1px solid transparent;
  padding: 10px;
  height: 100%;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info:hover {
  border-color: #222529;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-wrapper {
  border-radius: 0;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-title {
  color: #222529;
  background: #ffffff;
  position: relative;
  text-align: center;
  max-width: 100%;
  padding: 16px 15px 0;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-title .thumb-info-inner {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 5px;
}
.cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-title .thumb-info-products {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
}
.page-main .product-item-name a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #222529;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 50px;
}
.page-main .product-item-name a:hover {
  color: #1a25ab;
}
.page-main .price-box .normal-price .price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #222529;
}
.page-main .price-box [data-price-type="finalPrice"] .price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #222529;
}
.page-main .price-box .special-price .price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.page-main .price-box .old-price .price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  text-decoration-line: line-through;
  color: #222529;
}
.page-main .product-item-info .product-item-details .price-box {
  line-height: 2;
}
.page-main .bg-white {
  background-color: #ffffff !important;
  border-radius: 7px;
}
.page-main .porto-u-heading .porto-u-main-heading h1 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.page-main .porto-u-heading .porto-u-main-heading h2 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #1a25ab;
}
.page-main .porto-u-heading .porto-u-main-heading h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.page-main .porto-u-heading .porto-u-main-heading h4 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.page-main .porto-u-heading .porto-u-main-heading h5 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.page-main .porto-u-heading .porto-u-main-heading h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.page-main .ml-n-2 {
  margin-left: -0.2rem;
}
.page-main .banner-container {
  position: relative;
  z-index: 0;
  margin: 0;
}
.page-main .banner-container .sale-wrapper strong {
  position: relative;
  margin-left: 0.5rem;
  padding-right: 0.25rem;
  font-weight: 700;
  color: #ffffff;
}
.page-main .banner-container .sale-wrapper strong::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -7px;
  right: 0;
  bottom: 11px;
  width: 2.34722em;
  background-color: #222529;
  z-index: -1;
  transform: rotate(-2deg);
}
.page-main .banner-container sup {
  font-size: 33%;
  font-weight: 700;
  color: #222529;
  top: -1.3em;
  margin-right: 16px;
  letter-spacing: -0.03em;
}
.page-main .porto-ibanner {
  margin: 0;
}
.page-main .porto-ibanner-layer {
  position: absolute;
  z-index: 10;
}
.page-main .sale-text::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -7px;
  right: 0;
  bottom: 11px;
  width: 2.34722em;
  background-color: #222529;
  z-index: -1;
  transform: rotate(-2deg);
}
.page-main .custom-font {
  font-family: Segoe Script;
}
.page-main .custom-font h2 {
  font-family: Segoe Script;
}
.page-main .custom-text-1 {
  font-size: 2.5em;
  right: 0.4rem;
  bottom: 0;
  color: #7fbc02;
  transform: rotate(-30deg);
}
.page-main .custom-text-2 {
  color: #7fbc02;
  font-size: 1.625em;
  right: 1.2rem;
  bottom: 0.7rem;
  transform: rotate(-30deg);
}
.page-main .custom-text-3 {
  font-size: 1.601875em;
  right: 1.68552em;
  bottom: -0.6rem;
  color: #7fbc02;
  transform: rotate(-30deg);
}
.page-main .intro-carousel .owl-nav {
  left: 50%;
  transform: translateX(-50%);
}
.page-main .owl-carousel.show-nav-middle .owl-nav .owl-next {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 26px;
  color: #7fbc02;
  background-color: #ffffff !important;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 100px 75px rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s, color 0.3s;
  right: 10px;
  top: -50px;
}
.page-main .owl-carousel.show-nav-middle .owl-nav .owl-prev {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 26px;
  color: #7fbc02;
  background-color: #ffffff !important;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 100px 75px rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s, color 0.3s;
  left: 10px;
  top: -50px;
}
.page-main .owl-carousel.show-nav-middle .owl-nav button:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
  color: #ffffff;
  background-color: #7fbc02 !important;
  border-color: #7fbc02 !important;
  color: #ffffff !important;
}
.page-main .tabs.tabs-simple {
  padding: 0px 32px;
}
.page-main .tabs.tabs-simple .section-title {
  text-align: left;
}
.page-main .product.data.items &gt; .item.title {
  color: #222529;
  border-bottom-width: 1px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-transform: capitalize;
  line-height: 1.5;
}
.page-main .product.data.items &gt; .item.title:hover {
  border-color: #7fbc02;
  color: #7fbc02;
  border-width: 2px;
}
.page-main .product.data.items &gt; .item.title &gt; .switch {
  font-size: inherit;
}
.page-main .product.data.items &gt; .item.title.active {
  color: #7fbc02;
  border-color: #7fbc02;
  border-width: 2px;
}
.page-main .owl-carousel .owl-nav [class*="owl-"] {
  border-radius: 3px;
}
.page-main .special-products {
  padding: 0;
  border: none !important;
}
.page-main .offer-product {
  padding: 45px 40px;
  border: 2px solid #7fbc02;
}
.page-main .offer-product .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.page-main .offer-product .product-item-info:hover .product-item-photo:hover {
  box-shadow: none;
}
.page-main .offer-product .product-item-info .product-item-details .product-item-actions .tocart {
  padding-left: 45px;
  height: 48px;
  line-height: 48px;
  padding-right: 45px;
  font-size: 14px;
  border-radius: 7px;
}
.page-main .offer-product .product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
  display: none;
}
.page-main .offer-product .product-item .tocart::before {
  font-size: 24px !important;
  font-weight: 300 !important;
}
.page-main .offer-product .product-item-actions .actions-secondary.action {
  height: 56px;
  line-height: 56px;
}
.page-main .offer-product .product-item-info.type1 .product-item-inner {
  margin-top: 46px;
}
.page-main .offer-product .add_to_cart_button {
  padding-left: 45px;
  height: 56px;
  line-height: 56px;
  padding-right: 45px;
  font-size: 14px;
  border-radius: 7px;
}
.page-main .brand-carousel {
  padding: 4rem 0;
}
.page-main .single-subscribe .newsletter .input-text {
  display: block;
  flex: 1;
  width: calc(-132%);
  max-width: 729px;
  margin-right: 17px;
}
.page-main .single-subscribe .newsletter input {
  border-radius: 7px;
  border: 2px solid #bebebe;
  padding: 15px;
  height: 53px;
}
.page-main .single-subscribe .newsletter .action {
  min-width: 215px;
  height: 53px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.05em;
  padding: 14px;
  border-radius: 7px;
}
.page-main .homepage-block-4 .wpb_row.row {
  animation-delay: 200ms;
  margin-bottom: 5px;
}
.page-main .homepage-block-4 .wpb_content_element {
  margin-bottom: 15px;
}
.page-main .block-whats-new .porto-u-sub-heading {
  margin-bottom: 8px;
}
.page-main .block-whats-new .wpb_content_element {
  margin-bottom: 0;
}
.page-main .block-whats-new .price-box .minimal-price {
  padding-top: 8px;
}
.page-main .block-whats-new .price-box .minimal-price .price-label {
  padding-top: 1px;
}
.page-main .block-whats-new .products-grid .product-item {
  border: 1px solid transparent;
  padding-top: 10px !important;
}
.page-main .block-whats-new .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.page-main .block-whats-new .owl-dots {
  margin-top: 32px !important;
}
.page-main .block-categories .thumb-info {
  position: relative;
}
.page-main .block-categories .thumb-info .thumb-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.page-main .block-categories .thumb-info .thumb-info-wrapper {
  border-radius: 0;
}
.page-main .block-categories .thumb-info .thumb-info-title {
  padding: 18px;
  color: #222529;
  max-width: 100%;
  background: none;
  position: static;
}
.page-main .block-categories .thumb-info .thumb-info-title .sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  position: relative;
  margin-bottom: 17px;
  color: #222529;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
}
.page-main .block-categories .thumb-info .thumb-info-title .sub-title::after {
  position: absolute;
  top: 100%;
  width: 100px;
  left: 50%;
  transform: translate(-50%, 100%);
  content: '';
  height: 1px;
  border-top: solid 2px #222529;
}
.page-main .block-categories .thumb-info .thumb-info-type {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}
.page-main .block-categories .thumb-info .thumb-info-type strong {
  font-weight: 500;
}
.page-main .block-categories .thumb-info:hover::before {
  transform: scale(1);
  cursor: pointer;
}
.page-main .block-categories .thumb-info::before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.5s;
  transform: scale(0);
}
.page-main .block-categories .cat-1 .thumb-info .thumb-info-wrapper {
  height: 450px;
}
.page-main .block-categories .cat-1 .thumb-info .thumb-info-wrap {
  background-color: #A0D35F;
}
.page-main .block-categories .cat-2 .thumb-info .thumb-info-wrapper {
  height: 450px;
}
.page-main .block-categories .cat-2 .thumb-info .thumb-info-wrap {
  background: rgba(2, 38, 164, 0.8);
  top: 0;
  width: 210px;
  right: unset;
  display: flex;
  align-items: center;
}
.page-main .block-categories .cat-2 .thumb-info .thumb-info-wrap * {
  color: #ffffff;
}
.page-main .block-categories .cat-2 .thumb-info .thumb-info-title .sub-title::after {
  border-color: #ffffff;
}
.page-main .block-categories .cat-3 .thumb-info .thumb-info-wrapper {
  height: 450px;
}
.page-main .block-categories .cat-3 .thumb-info .thumb-info-wrap {
  background-color: #73C995;
}
.page-main .block-categories .cat-4 .thumb-info .thumb-info-wrapper {
  height: 417px;
  overflow: hidden;
}
.page-main .block-categories .cat-4 .thumb-info .thumb-info-wrap {
  background: rgba(50, 46, 37, 0.9);
  top: 0;
  width: 210px;
  right: unset;
  display: flex;
  align-items: center;
}
.page-main .block-categories .cat-4 .thumb-info .thumb-info-wrap * {
  color: #ffffff;
}
.page-main .block-categories .cat-4 .thumb-info .thumb-info-title .sub-title::after {
  border-color: #ffffff;
}
.page-main .block-categories .cat-5 .thumb-info .thumb-info-wrapper {
  height: 417px;
  overflow: hidden;
}
.page-main .block-categories .cat-5 .thumb-info .thumb-info-wrap {
  background: rgba(165, 157, 140, 0.9);
}
.page-main .block-categories a:hover .thumb-info-title .sub-title {
  color: #ffffff;
}
.page-main .block-categories .cat-6 .thumb-info .thumb-info-wrap {
  background-color: #DE9B70;
}
.page-main .block-categories .cat-7 .thumb-info .thumb-info-wrap {
  background-color: #E2E2E2;
}
.page-main .block-categories .cat-8 .thumb-info .thumb-info-wrap {
  background-color: #E2E2E2;
  background-color: #03a2a9;
}
.page-main .block-categories .cat-with-left .thumb-info .thumb-info-wrap * {
  text-align: left;
}
.page-main .block-categories .cat-with-left .thumb-info .thumb-info-wrapper {
  height: 390px;
}
.page-main .block-categories .cat-with-left .thumb-info .thumb-info-title .sub-title::after {
  left: 0;
  transform: translate(0, 100%);
}
.page-main .homepage-block-8 .wpb_row.row {
  margin-bottom: 25px;
}
.page-main .homepage-block-9 .wpb_row.row {
  margin-bottom: 10px;
}
.page-main .homepage-block-9 .porto-icon {
  color: #222529;
  font-size: 50px;
}
.page-main .homepage-block-9 .porto-sicon-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.page-main .homepage-block-9 p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #222529;
}
.page-main .block-best-seller {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-main .block-best-seller .wpb_content_element {
  margin-bottom: 0;
}
.page-main .block-best-seller .porto-u-heading {
  margin-bottom: 0px;
}
.page-main .block-best-seller .porto-u-heading .porto-u-sub-heading {
  margin-bottom: 8px;
}
.page-main .block-best-seller .product.data.items &gt; .item.content {
  border-top: none;
  padding-top: 0;
}
.page-main .block-best-seller .owl-item .product-item {
  border: 1px solid transparent;
  padding-top: 10px;
}
.page-main .block-best-seller .owl-item .product-item:hover {
  border-color: #222529;
}
.page-main .block-best-seller .owl-dots {
  margin-top: 32px !important;
}
.page-main .block-best-seller .owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1a25ab !important;
}
.page-main .block-best-seller .owl-carousel .owl-dots .owl-dot span {
  background: #e7e7e7 !important;
  transition: all 0.5s;
}
.page-main .block-best-seller .owl-carousel .owl-dots .owl-dot:hover span {
  background: #1a25ab !important;
}
.page-main .block-four-items {
  background-color: transparent;
}
.page-main .block-four-items .homepage-4-block {
  text-align: center;
  color: #222529;
}
.page-main .block-four-items .homepage-4-block .feature-header .feature-main-header {
  position: relative;
  margin: 0 50px;
}
.page-main .block-four-items .homepage-4-block .feature-header .feature-main-header::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 0;
  background-image: linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
  background-image: -o-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
  background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #f0f0f0), color-stop(0.5, #555658), color-stop(1, #f0f0f0));
}
.page-main .block-four-items .homepage-4-block .feature-header .feature-main-header h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0;
  background-color: #ffffff;
  padding: 0 18px;
}
.page-main .block-four-items .homepage-4-block .feature-container {
  border-radius: 0;
  margin-top: 32px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box {
  margin: 0;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box.reason-100-authentic .porto-sicon-body {
  width: 400px;
  margin: 0 auto;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-header {
  padding: 0;
  margin: 0 0 24px;
  height: 80px;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-header.safe-trusted {
  display: grid;
  justify-items: center;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-header.safe-trusted img {
  padding-bottom: 1px;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-header.safe-trusted img:first-child {
  padding: 12px 0 11px;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body h4.porto-sicon-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1a25ab;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page-main .block-top-ads {
  padding-top: 30px;
  padding-bottom: 15px;
}
.page-main .block-top-ads .owl-carousel {
  margin-bottom: 0px;
}
.page-main .block-top-ads .owl-carousel .owl-item .item-video {
  height: unset;
}
.page-main .block-top-ads .owl-carousel .owl-item .item-video .owl-video-wrapper {
  height: unset;
  width: 100%;
  aspect-ratio: 2.56;
  display: flex;
  align-items: center;
}
.page-main .block-top-ads .owl-carousel .owl-item .item-video .owl-video-wrapper iframe {
  aspect-ratio: 2.56;
}
.page-main .block-top-ads .owl-carousel .owl-item .item-video .owl-video-wrapper .owl-video-tn {
  height: 100%;
  width: 100%;
  aspect-ratio: 2.56;
}
.page-main .block-top-ads .owl-carousel .owl-nav button[class*='owl-']:hover {
  background: #7fbc02;
}
.page-main .block-top-ads .img-top {
  height: 50%;
  padding-bottom: 5px;
}
.page-main .block-top-ads .img-top img {
  width: 100%;
  height: auto;
}
.page-main .block-top-ads .img-bottom {
  height: 50%;
  padding-top: 5px;
}
.page-main .block-top-ads .img-bottom img {
  width: 100%;
  height: auto;
}
.page-main .block-bottom-ads #banner-slider-carousel .owl-carousel {
  margin-bottom: 0px;
}
.page-main .block-middle-ads #banner-slider-carousel .owl-carousel {
  margin-bottom: 0px;
}
.page-main .block-feature-products .block.widget .products-grid .product-item,
.page-main .block-designer-pick-products .block.widget .products-grid .product-item {
  width: 50% !important;
  float: left;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
.page-main .block-feature-products .wpb_wrapper.vc_column-inner,
.page-main .block-designer-pick-products .wpb_wrapper.vc_column-inner {
  height: 100%;
}
.page-main .block-feature-products .wpb_wrapper.vc_column-inner .special-products .porto-u-sub-heading,
.page-main .block-designer-pick-products .wpb_wrapper.vc_column-inner .special-products .porto-u-sub-heading {
  margin-bottom: 8px;
}
.page-main .block-feature-products .wpb_wrapper.vc_column-inner img,
.page-main .block-designer-pick-products .wpb_wrapper.vc_column-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-main .block-feature-products .products-grid .product-item,
.page-main .block-designer-pick-products .products-grid .product-item {
  border: 1px solid transparent;
  padding-top: 10px !important;
}
.page-main .block-feature-products .products-grid .product-item:hover,
.page-main .block-designer-pick-products .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.page-main .block-feature-products .products-grid .product-item .product-item-details &gt; *:last-child:not(.price-box),
.page-main .block-designer-pick-products .products-grid .product-item .product-item-details &gt; *:last-child:not(.price-box) {
  margin: 0 0 61px;
}
.page-main .block-feature-products .owl-carousel .owl-dots .owl-dot.active span,
.page-main .block-designer-pick-products .owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1a25ab !important;
}
.page-main .block-feature-products .owl-carousel .owl-dots .owl-dot span,
.page-main .block-designer-pick-products .owl-carousel .owl-dots .owl-dot span {
  background: #e7e7e7 !important;
  transition: all 0.5s;
}
.page-main .block-feature-products .owl-carousel .owl-dots .owl-dot:hover span,
.page-main .block-designer-pick-products .owl-carousel .owl-dots .owl-dot:hover span {
  background: #1a25ab !important;
}
.page-main .block-designer-pick-products .homepage-block-4 .designer-pick .wpb_content_element.rounded .product.photo.product-item-photo {
  height: 830px;
}
.page-main .block.widget .products-grid .product-item {
  width: auto !important;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-inner {
  position: absolute;
  top: 0;
  right: 0;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions {
  width: 40px;
  margin-top: 10px;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .tocompare {
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: 0;
  margin-top: 10px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .tocompare::before {
  visibility: visible;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .tocompare:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist {
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 0;
  margin-top: 0px;
  position: absolute;
  top: 60px;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist.already-added {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist.already-added:before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist::before {
  visibility: visible;
  padding: 11px 10px 9px;
  line-height: 1;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary {
  position: absolute;
  top: 0;
  right: 0px;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
  visibility: visible;
  line-height: 10px;
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
  padding: 0 0.25rem;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart.already-added {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart::before {
  margin: 0;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart span {
  display: none;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .stock.unavailable {
  right: 5px;
  width: 93px;
}
.page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions {
  display: flex;
  flex-wrap: wrap;
}
.page-main .block.widget .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-actions .tocompare {
  display: none;
  order: 1;
}
.page-main .block.widget .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-actions .towishlist {
  display: block;
  order: 3;
}
.page-main .block.widget .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
  display: block;
  order: 1;
}
.page-layout-1column .block-whats-new .block.widget .products-grid .product-item {
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.page-layout-1column .product.data.items &gt; .item.content {
  border-top: none;
  padding-top: 0;
}
.porto-products .product-item .rating-summary .rating-result &gt; span:before {
  color: #c30400;
}
.block-special-deals .sub-title.thumb-info-inner.special {
  margin-bottom: 7px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.block-special-deals .thumb-info-products.special {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: block;
  padding-top: 8px;
}
.block-special-deals .special-homepage .row &gt; .top .thumb-info-title.top.item {
  background: none;
}
.block-special-deals .special-homepage .row &gt; .top .thumb-info-title.special a.thumb-info-inner.special:hover {
  color: #ff5b5b;
}
.block-special-deals .special-homepage .row &gt; .top .thumb-info-title.top.item-1 {
  background: none;
}
.block-special-deals .special-homepage .row &gt; .top .thumb-info-title.special a.thumb-info-inner.special-1:hover {
  color: #ff5b5b;
}
.block-special-deals .special-homepage .row &gt; .bottom .thumb-info-title.top.item-1 {
  background: none;
}
.block-special-deals .special-homepage .row &gt; .bottom .thumb-info-title.special a.thumb-info-inner.special-1:hover {
  color: #ff5b5b;
}
.block-special-deals .special-homepage .row &gt; .bottom .thumb-info-title.top.item {
  background: none;
}
.block-special-deals .special-homepage .row &gt; .bottom .thumb-info-title.special a.thumb-info-inner.special-1:hover {
  color: #ff5b5b;
}
.block-special-deals span.thumb-info-products.special {
  color: #ffffff;
}
.block-special-deals .thumb-info-title.top {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  top: 4%;
  bottom: 87%;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  right: 0 !important;
  letter-spacing: -.05em;
  padding: 13px 32px 2px;
  position: absolute;
  z-index: 2;
  max-width: 100%;
}
.block-special-deals .thumb-info-title.special {
  background: none;
  bottom: 5% !important;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  padding: 13px 15px 2px 32px !important;
  position: absolute;
  z-index: 2;
  max-width: 100%;
}
.block-special-deals .css-image-2 {
  filter: brightness(70%);
  image-rendering: pixelated;
  object-fit: cover;
}
.block-special-deals .css-image-1 {
  filter: brightness(80%);
  image-rendering: pixelated;
}
.block-special-deals .sub-title.thumb-info-inner.top {
  float: right;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 2px;
}
.block-special-deals a.sub-title.thumb-info-inner.top:hover {
  color: #ffffff !important;
  text-decoration-line: underline;
}
.block-special-deals .thumb-info-wrapper.tf-none {
  border-radius: 0px !important;
}
.block-special-deals .sub-title.thumb-info-inner.special-1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.block-special-deals .block-static-block .special-homepage .porto-u-heading.special .special-heading {
  color: #c30400;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}
.block-special-deals .fas.fa-arrow-right {
  margin-right: 8px;
  font-size: 14px;
}
.block-special-deals .porto-u-sub-heading.special {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize !important;
  margin-bottom: 8px;
}
.block-special-deals .sub-title.thumb-info-inner.special {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
}
.block-special-deals .row &gt; .col-12 {
  padding: 0 10px;
}
.block-special-deals .row &gt; .col-12:first-child {
  padding-right: 12px;
}
.block-special-deals .row &gt; .col-12:last-child {
  padding-left: 12px;
}
.block-special-deals .row &gt; .col-12.top {
  margin-bottom: 18px !important;
}
.block-special-deals .row &gt; .col-12 .thumb-info .thumb-info-wrapper {
  height: 413px;
}
.block-special-deals .row &gt; .col-12 .thumb-info .thumb-info-wrapper img {
  height: 100%;
  padding-right: 0px !important;
  object-fit: cover;
}
.block-special-deals .row.bottom &gt; .col-12 {
  padding: 0 10px;
}
.porto-u-heading.special {
  margin-bottom: 40px;
}
.css-image-3 {
  filter: brightness(70%);
  image-rendering: pixelated;
  object-fit: cover;
}
.css-image-4 {
  filter: brightness(70%);
  image-rendering: pixelated;
}
.cms-index-index .page-wrapper .product-item .product-reviews-summary {
  display: flex;
  align-items: center;
  padding: 10px 0 5px;
}
.cms-index-index .page-wrapper .product-item .product-reviews-summary .reviews-actions {
  display: flex;
  padding-left: 10px;
  text-transform: capitalize;
}
.cms-index-index .page-wrapper .product-item .product-reviews-summary .reviews-actions a {
  color: #222529;
}
.cms-index-index .columns .container .bg-white .product.data.items .data.item.content .owl-carousel .owl-stage-outer .product-item-photo .product-item-actions a.action.tocompare.actions-secondary {
  visibility: inherit;
}
.cms-index-index .columns .container .bg-white .product-item-photo .product-item-actions a.action.tocompare.actions-secondary {
  visibility: inherit;
}
body.cms-index-index .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.cms-index-index .page-main .product-item .minimal-price-link {
  display: none;
}
.cms-index-index .page-main .bg-white .products-grid .product-item .product-item-photo {
  position: relative;
}
.cms-index-index .page-main .bg-white .products-grid .product-item .product-item-photo .product-badgs {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cms-index-index .page-main .bg-white .products-grid .product-item .product-item-photo .product-labels .sale-label {
  background-color: #c30400;
}
.cms-index-index .page-main .block-top-ads .col:first-child {
  display: none;
}
.cms-index-index .page-main .block-top-ads .col:last-child .img-top,
.cms-index-index .page-main .block-top-ads .col:last-child .img-bottom {
  padding: 0 10px;
}
.cms-index-index .page-main .block-top-ads .col:last-child .img-top {
  padding-bottom: 5px;
}
.cms-index-index .page-main .block-top-ads .col:last-child .img-bottom {
  padding-top: 5px;
}
.cms-index-index .page-main .block-top-ads .col:last-child .col-12 {
  padding: 0;
  height: 100%;
}
.cms-index-index .page-main .block-smart-home-feature-products {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .wpb_content_element {
  margin-bottom: 0;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .porto-u-heading {
  margin-bottom: 45px;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .bg-white .item.content {
  padding-bottom: 0;
  margin: 0;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item {
  width: 20% !important;
  margin-left: 0;
  clear: inherit;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .bg-white .products-grid .product-item {
  float: left;
  border: 1px solid transparent;
  padding: 10px;
}
.cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .bg-white .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item {
  width: 25% !important;
  margin-left: 0;
}
.cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid .product-item {
  float: left;
  border: 1px solid transparent;
  padding: 10px;
}
.cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.cms-index-index .page-main .block-best-seller .porto-u-heading {
  margin-bottom: 30px;
}
.cms-index-index .page-main .block-best-seller .bg-white .product.data.items &gt; .item.content {
  margin-top: 0;
}
.cms-index-index .page-main .block-best-seller .bg-white .product.data.items &gt; .item.content .products-grid .owl-item &gt; .item.product {
  padding-top: 10px;
}
.cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-header {
  color: #222529;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-transform: capitalize;
}
.cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-body .phone-contact {
  color: #222529;
  text-shadow: -6px 6px 6px rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 16px 0 24px;
}
.cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-body .phone-contact a {
  color: #222529;
  text-decoration: underline;
  white-space: nowrap;
  text-underline-offset: 2px;
}
.cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-body .phone-contact a:hover {
  color: #222529;
}
.cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-body .line {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.4) 0%, rgba(34, 37, 41, 0.5) 53.07%, rgba(217, 217, 217, 0.4) 84.92%);
  max-width: 550px;
  margin: 0 auto;
  height: 1px;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured {
  position: absolute;
  overflow: hidden;
  height: 100%;
  padding: 10px 0;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner {
  width: 100%;
  height: 100%;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-image-wrap.featured,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-image-wrap.featured {
  height: 100%;
  padding-right: 10px;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before,
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: 0.5s;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before {
  transform: scale(0, 1);
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after {
  transform: scale(1, 0);
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title {
  background: none;
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px 28px 2px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-inner,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-inner {
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  text-transform: uppercase;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-products,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-products {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  padding-top: 8px;
  text-align: center;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now {
  background: none;
  left: 31%;
  bottom: 0;
  top: 70%;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now button.submit,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now button.submit {
  height: 48px;
  width: 175px;
  border-radius: 30px;
  border: none;
  padding: 0;
  background-color: #1a25ab !important;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now button.submit:hover,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now button.submit:hover {
  background-color: #7fbc02 !important;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now .action.shop,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now .action.shop {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .thumb-image-wrap.featured img,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .thumb-image-wrap.featured img {
  filter: brightness(0.8);
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::after,
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured::before {
  transform: scale(1, 1);
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured &gt; .thumb-info-title,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured:hover .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured &gt; .thumb-info-title {
  opacity: 1;
}
.cms-index-index .page-main .block-feature-products .wpb_wrapper .porto-u-heading,
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .porto-u-heading {
  margin-bottom: 30px;
}
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title {
  left: 12%;
}
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .products-grid .product-item {
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0;
  padding-top: 10px !important;
}
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .products-grid .product-item:hover {
  border: 1px solid transparent;
}
.cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .porto-u-heading {
  margin-bottom: 30px;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column {
  padding-right: 0;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video {
  background-color: #202a4f;
  padding: 54px 26px;
  margin-right: 10px;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video .wpb_wrapper h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.9px;
  text-align: left;
  margin: 0 0 8px;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video .wpb_wrapper h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.16px;
  text-align: left;
  text-transform: uppercase;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video .wpb_wrapper span {
  color: #ffffff;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video ~ .vc_column_container {
  display: none;
}
.cms-index-index .page-main .block-whats-new .porto-u-heading {
  margin-bottom: 0;
}
.cms-index-index .page-main .block-whats-new .owl-carousel .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1a25ab !important;
}
.cms-index-index .page-main .block-whats-new .owl-carousel .owl-dots .owl-dot span {
  background: #e7e7e7 !important;
  transition: all 0.5s;
}
.cms-index-index .page-main .block-whats-new .owl-carousel .owl-dots .owl-dot:hover span {
  background: #1a25ab !important;
}
.cms-index-index .page-main .block-special-deals .wpb_wrapper .porto-u-heading {
  margin-bottom: 30px;
}
.cms-index-index .page-main .block-special-deals .wpb_wrapper &gt; .row .thumb-info .thumb-info-wrap .thumb-info-title.top .sub-title.thumb-info-inner {
  text-transform: capitalize;
}
/* Responsive */
@media only screen and (min-width: 1557px) {
  .page-main .block-four-items .homepage-4-block .container {
    max-width: 1556px;
  }
}
@media only screen and (max-width: 1556px) and (min-width: 992px) {
  .page-main .block-four-items .homepage-4-block .feature-header .feature-main-header {
    margin: 0;
  }
  .page-main .block-four-items .homepage-4-block .feature-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box.reason-100-authentic .porto-sicon-body {
    width: unset;
  }
  .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body {
    width: unset;
  }
  .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body h4.porto-sicon-title {
    font-size: 13px;
    line-height: 20px;
  }
  .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body p {
    font-size: 11px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title {
    left: 16%;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now {
    left: 27%;
    top: 72%;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title {
    left: 16%;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title.shop-now {
    left: 27%;
    top: 72%;
  }
  .cms-index-index .page-main .block-designer-pick-products .homepage-block-4 .designer-pick .wpb_content_element.rounded .product.photo.product-item-photo {
    height: 758px;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title {
    left: 13%;
    top: 48%;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-inner {
    font-size: 50px;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title .thumb-info-products {
    font-size: 20px;
    padding-top: 0;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.featured .wpb_wrapper.vc_column-inner .thumb-info-wrap.featured .thumb-info-title.shop-now {
    left: 21%;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title {
    left: 13%;
    top: 48%;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title .thumb-info-inner {
    font-size: 50px;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title .thumb-info-products {
    font-size: 20px;
    padding-top: 0;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .vc_column_container &gt; .thumb-info.align-center.designer-pick .wpb_wrapper.vc_column-inner .thumb-info-wrap.designer-pick .thumb-info-title.shop-now {
    left: 21%;
  }
  .cms-index-index .page-main .block-designer-pick-products .homepage-block-4 .designer-pick .wpb_content_element.rounded .product.photo.product-item-photo {
    height: 636px;
  }
}
@media only screen and (max-width: 991px) {
  .cms-index-index .page-main .block-top-ads .col:first-child .banner-slider-carousel .owl-item {
    padding: 0;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child {
    display: flex;
    margin-top: 8px;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child .img-top,
  .cms-index-index .page-main .block-top-ads .col:last-child .img-bottom {
    margin: 0;
    padding: 0;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child .img-top {
    padding-right: 4px;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child .img-top img {
    height: auto;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child .img-bottom.row {
    padding-top: 0;
    padding-left: 4px;
  }
  .cms-index-index .page-main .block-top-ads .col:last-child .img-bottom.row img {
    height: auto;
  }
  .cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .porto-u-heading {
    margin-bottom: 16px;
  }
  .cms-index-index .page-main .block-smart-home-feature-products .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item {
    width: 50% !important;
    margin: 0;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .item.content {
    padding-bottom: 0;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item {
    width: 50% !important;
    margin: 0;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item:hover {
    border: 1px solid transparent;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item:hover .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
    display: none;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item:hover .product-item-info .product-item-photo .product-item-actions .towishlist {
    display: none;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: left;
  }
  .cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 li.item.product.product-item.nth-child-2n {
    clear: none;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item:nth-child(odd) {
    padding-right: 10px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item:nth-child(even) {
    padding-left: 10px;
  }
  .cms-index-index .page-main .block-best-seller .bg-white .product.data.items &gt; .item.content .products-grid .owl-item {
    padding: 0 5px;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .wpb_row .vc_column_container:first-child {
    display: none;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item {
    border: none;
    padding: 0 5px !important;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info:hover {
    border-color: #222529;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container:first-child {
    display: none;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item {
    border: none;
    padding: 0 5px !important;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info:hover {
    border-color: #222529;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info .product-item-details .price-box {
    min-height: 35px;
  }
  .cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video {
    padding: 20px;
  }
  .cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video .wpb_wrapper h6 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
  }
  .cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video .wpb_wrapper h2 {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 30px !important;
  }
  .cms-index-index .page-main .block-whats-new .bg-white .products-grid .owl-item {
    padding: 0 5px;
  }
  .cms-index-index .page-main .block-special-deals .special-homepage .wpb_wrapper .row &gt; .top,
  .cms-index-index .page-main .block-special-deals .special-homepage .wpb_wrapper .row &gt; .bottom {
    margin-bottom: 16px !important;
    padding: 0 10px !important;
  }
  .cms-index-index .page-main .block-special-deals .special-homepage .thumb-info-title.top {
    left: unset;
    top: 0;
    padding: 0;
  }
  .cms-index-index .page-main .block-special-deals .special-homepage .thumb-info-inner.top {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 8px;
    margin: 20px;
  }
  .cms-index-index .page-main .block-special-deals .special-homepage .thumb-info-inner.top:hover {
    text-decoration-line: unset;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-header .feature-main-header {
    position: relative;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-header .feature-main-header::before {
    display: none;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container {
    display: block;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box::after {
    content: '';
    display: block;
    height: 1px;
    width: 60%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
    background-image: -o-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
    background-image: -moz-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
    background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
    background-image: -ms-linear-gradient(left, #f0f0f0 0%, #555658 50%, #f0f0f0 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #f0f0f0), color-stop(0.5, #555658), color-stop(1, #f0f0f0));
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box:last-child {
    padding-bottom: 0;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box:last-child::after {
    display: none;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box.reason-100-authentic .porto-sicon-body {
    width: 400px;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-body {
    width: 265px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index .page-main .filterproducts.products {
    display: block;
  }
  .cms-index-index .page-main .block-top-ads .col:first-child {
    display: block;
  }
  .cms-index-index .page-main .block-top-ads .col:first-child .owl-carousel .owl-stage .owl-item .banner-item {
    height: 100%;
  }
  .cms-index-index .page-main .block-top-ads .col:first-child .owl-carousel .owl-stage .owl-item .banner-item .item-content {
    height: 100%;
  }
  .cms-index-index .page-main .block-top-ads .col:first-child .owl-carousel .owl-stage .owl-item .banner-item .item-content img {
    height: 100%;
  }
  .cms-index-index .page-main .block-top-ads .col:not(:first-child) {
    display: none;
  }
  .cms-index-index .page-main .block-feature-video .pagebuilder-column .homepage-video {
    margin-right: 0;
  }
  .cms-index-index .page-main .block-whats-new .porto-u-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .page-main .bg-white .product-items .product-item-inner {
    display: block;
  }
  .cms-index-index .page-main .bg-white .product-items .product-item-inner .product-item-actions .actions-primary .tocart {
    display: none;
  }
  .cms-index-index .page-main .bg-white .product-items .product-item-inner .product-item-actions .tocompare {
    display: none;
  }
  .cms-index-index .page-main .bg-white .product-items .product-item-inner .product-item-actions .towishlist {
    display: none;
  }
  .cms-index-index .page-main .bg-white .product-items .owl-dots {
    margin-top: 16px !important;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item {
    margin-bottom: 10px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item:nth-child(odd) {
    padding-right: 5px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item:nth-child(even) {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .porto-u-heading,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .porto-u-heading,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .porto-u-heading,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .porto-u-heading {
    margin-bottom: 16px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .porto-u-heading .porto-u-sub-heading,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .porto-u-heading .porto-u-sub-heading,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .porto-u-heading .porto-u-sub-heading,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .porto-u-heading .porto-u-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .porto-u-heading .porto-u-main-heading h2,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .porto-u-heading .porto-u-main-heading h2,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .porto-u-heading .porto-u-main-heading h2,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .porto-u-heading .porto-u-main-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .product-item-name a,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .product-item-name a,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .product-item-name a,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .product-item-name a {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    height: 40px;
    padding-right: 0;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary {
    margin-bottom: 4px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary .reviews-actions,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary .reviews-actions,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary .reviews-actions,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .product-reviews-summary .reviews-actions {
    display: none;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .price-box,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .price-box,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .price-box,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .price-box {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    line-height: 21px;
    height: 46px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .price-box &gt; *,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .price-box &gt; *,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .price-box &gt; *,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .price-box &gt; * {
    margin-top: 4px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .price-box .special-price .price,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .price-box .special-price .price,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .price-box .special-price .price,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .price-box .special-price .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .cms-index-index .page-main .block-padding-top-bottom .wpb_wrapper .bg-white .product-items .product-item-details .price-box .old-price .price,
  .cms-index-index .page-main .block-best-seller .wpb_wrapper .bg-white .product-items .product-item-details .price-box .old-price .price,
  .cms-index-index .page-main .block-flash-sale .wpb_wrapper .bg-white .product-items .product-item-details .price-box .old-price .price,
  .cms-index-index .page-main .block-smart-home-feature-products .wpb_wrapper .bg-white .product-items .product-item-details .price-box .old-price .price {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .porto-u-heading {
    margin-bottom: 16px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-wrap .thumb-info-title {
    padding: 8px 9px 0;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-wrap .thumb-info-title .thumb-info-inner {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-index-index .page-main .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info .thumb-info-wrap .thumb-info-title .thumb-info-products {
    font-size: 10px;
    line-height: 15px;
  }
  .cms-index-index .page-main .block-middle-ads {
    padding: 10px 0;
  }
  .cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-header {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-index-index .page-main .block-contact-showrooom .homepage-contact-showroom .wrapper-body .phone-contact {
    font-size: 20px;
    line-height: 30px;
  }
  .cms-index-index .page-main .block-special-deals .wpb_wrapper &gt; .row .thumb-info .thumb-info-wrapper {
    height: 250px;
  }
  .cms-index-index .page-main .block-special-deals .wpb_wrapper &gt; .row .thumb-info .thumb-info-wrap .thumb-info-title.top .sub-title.thumb-info-inner {
    font-size: 14px;
    line-height: 21px;
  }
  .cms-index-index .page-main .block-special-deals .wpb_wrapper &gt; .row .thumb-info .thumb-info-wrap .thumb-info-title.special .sub-title.thumb-info-inner {
    font-size: 26px;
    line-height: 39px;
  }
  .cms-index-index .page-main .block-special-deals .wpb_wrapper &gt; .row .thumb-info .thumb-info-wrap .thumb-info-title.special .sub-title.thumb-info-inner span.thumb-info-products {
    font-size: 16px;
    line-height: 24px;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-header .feature-main-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container {
    margin-top: 20px;
  }
  .cms-index-index .page-main .block-four-items .homepage-4-block .feature-container .porto-sicon-box.reason-100-authentic .porto-sicon-body {
    width: unset;
  }
}
@media only screen and (max-width: 576px) {
  .cms-index-index .page-main .block.widget .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .stock.unavailable {
    top: 1em;
    width: 78.03px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-index-index .block-shop-by-catalog .block-categories-block .block-category .cat-item .thumb-info:hover {
    border-color: transparent;
  }
  .cms-index-index .block-best-seller .owl-item .product-item:hover {
    border-color: transparent;
  }
  .cms-index-index .page-main .block-feature-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info:hover {
    border-color: transparent;
  }
  .cms-index-index .page-main .block-designer-pick-products .wpb_wrapper .wpb_row .vc_column_container .products.wrapper.grid .product-item .product-item-info:hover {
    border-color: transparent;
  }
  .cms-index-index .block-whats-new .products-grid .product-item:hover {
    border-color: transparent;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product.product-item:hover {
    border-color: transparent;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product.product-item:hover {
    border-color: transparent;
  }
  .cms-home .page-main .block.widget .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-actions .towishlist {
    display: none;
  }
  .cms-home .page-main .block.widget .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
    display: none;
  }
}
.blue {
  color: #1a25ab;
}
/*
* Category page
*/
/* Icon button like design*/
body {
  /* Out of stock*/
  /* Hide filter option */
}
body .product-item .product-item-actions .actions-primary .tocart::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="black" stroke-opacity="0.6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  padding: 3px 0;
}
body .product-item .product-item-actions .actions-primary .tocart:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
body .product-item .product-item-actions .actions-primary .tocart.already-added::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  padding: 3px 0;
}
body .product-item .product-item-actions .towishlist::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 3px 9px;
}
body .product-item .product-item-actions .towishlist:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
body .product-item .product-item-actions .towishlist.already-added::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
  padding: 3px 9px;
}
body .product-item .product-item-actions .tocompare {
  display: none;
}
body .product-item .product-item-actions .tocompare::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 2px 10px;
}
body .product-item .product-item-actions .tocompare:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
body .product-item .product-item-actions .tocompare.already-added::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
  padding: 2px 10px;
}
body .product-item .product-reviews-summary .reviews-actions {
  display: table-cell;
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  padding-left: 9px;
}
body .product-item .product-reviews-summary .reviews-actions &gt; a {
  color: #222529;
  text-decoration: none;
}
body .product-item .product-reviews-summary .reviews-actions &gt; a:hover {
  color: #222529;
  text-decoration: none;
}
body .stock.unavailable {
  position: absolute;
  right: 0.8em;
  top: 0.8em;
  color: #fff;
  background-color: #c30400;
  z-index: 3;
  transition: 0.25s;
  padding: 1px 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}
body .stock.unavailable span {
  padding: 5px 10px;
}
body[class*="categorypath-household-lifestyle"] .filter-options-item:has(.fur_style) {
  display: none;
}
body[class*="categorypath-renovation-shop"] .filter-options-item:has(.fur_style) {
  display: none;
}
body[class*="categorypath-special-deals"] .filter-options-item:has(.ren_style) {
  display: none;
}
body[class*="categorypath-furniture"] .filter-options-item:has(.ren_style) {
  display: none;
}
/* Navigation icon margin like design*/
body .page-header .navigation .level0.parent &gt; a:after {
  margin-left: 13px;
}
.magetopbrand-brand-view .products-grid.columns3 .product-item {
  width: 25%;
}
.magetopbrand-brand-view .products-grid.columns3 .product-item.nth-child-2np1 {
  float: left;
}
.magetopbrand-brand-view .products-grid.columns3 .product-item.nth-child-2np1.nth-child-4np1 {
  clear: left;
}
.magetopbrand-brand-view .products-grid.columns3 .product-item.nth-child-3np1 {
  clear: none;
}
/* Product layout */
.page-products .breadcrumbs ul.items &gt; li.item strong {
  color: #1a25ab;
}
.page-products .page-wrapper .page-main {
  background: #ffffff;
}
.page-products .page-wrapper .page-main .brand-view {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs {
  box-sizing: border-box;
  min-height: 20px;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items {
  margin: 24px 0 16px;
  font-weight: 400;
  line-height: 21px;
  color: #222529;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li.home a:after {
  color: #A7A8A9;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li.item a {
  color: rgba(34, 37, 41, 0.4);
  line-height: 21px;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items:after {
  border-bottom: none;
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li {
  text-shadow: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
  vertical-align: middle;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 5px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li.item strong {
  color: #222529;
  font-weight: 500;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.page-products .page-wrapper .page-main .columns .main .breadcrumbs .items &gt; li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.page-products .page-wrapper .page-main .columns .main .category-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-actions .actions-primary .tocart {
  right: 15px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-actions .actions-primary .tocart.already-added {
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-actions .towishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  visibility: inherit;
  opacity: 0;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 3;
  transition: 0.25s;
  top: 63px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-actions .towishlist.already-added {
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-actions .tocompare.already-added {
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3:hover .product-item-actions .towishlist {
  visibility: visible;
  opacity: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3:hover .product-item-photo {
  box-shadow: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-photo {
  margin-bottom: 6px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-photo:hover {
  box-shadow: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-badgs {
  width: 100%;
  z-index: 19;
  position: absolute;
  bottom: 0;
  left: 1px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions &gt; .action.towishlist:hover {
  border-color: #1a25ab;
  background-color: #1a25ab;
  color: #ffffff;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-image-photo {
  border: 1px solid #ffffff;
  border-radius: 0px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .product-item-name a.product-item-link {
  margin-top: 6px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .product-item-name a.product-item-link:hover {
  color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box {
  text-align: start;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
  line-height: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box &gt; * {
  margin-top: 4px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box p.minimal-price.d-flex {
  margin-top: 17px;
  align-items: baseline;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .price {
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .old-price {
  order: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .old-price .price {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .normal-price {
  order: 2;
  line-height: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details [class^="swatch-opt-"] {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-reviews-summary {
  margin: 0 0 8px;
  min-height: 15px;
}
.page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-reviews-summary .rating-summary .rating-result &gt; span::before {
  color: #c30400;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar {
  margin: 10px 0px 19px;
  width: 100%;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar .limiter {
  order: 1;
}
.page-products .page-wrapper .page-main .columns .main .products-grid ~ .toolbar .toolbar-amount {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar {
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .columns .main .toolbar &gt; * {
  margin: 0 14px 0 0;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .toolbar-sorter {
  margin: 0 10px 0 0;
  order: 2;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .toolbar-sorter .sorter-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .toolbar-sorter .sorter-options {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .toolbar-amount {
  display: block;
  order: 1;
  margin: 0 auto 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .limiter {
  order: 3;
  margin-right: 15px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .limiter .label span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .limiter .limiter-options {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .modes {
  display: none;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages {
  margin: 0 0 0 auto;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .item strong.page {
  border-color: #1a25ab;
  background-color: transparent;
  font-size: 14px;
  padding: 2px 0.5em;
  min-width: 33px;
  height: 33px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .item strong.page span {
  color: #222529;
  font-size: 14px;
  font-weight: 400;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .item a.page {
  border: 1px solid #e7e7e7;
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0.5em;
  line-height: 2.1em;
  min-width: 33px;
  height: 33px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .item a.page span {
  color: rgba(34, 37, 41, 0.6);
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .item .action {
  border: 1px solid #e7e7e7;
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0.5em;
  line-height: 2.1em;
  min-width: 33px;
  height: 33px;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages a.page:hover {
  border-color: #1a25ab;
  background-color: transparent;
}
.page-products .page-wrapper .page-main .columns .main .toolbar .pages .action:hover {
  border-color: #1a25ab;
  background-color: transparent;
}
.page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .filter-options-item {
  padding: 12px 24px 12px 5px;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option:focus {
  box-shadow: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option:not(.disabled):hover {
  color: #222529;
  outline: 1px solid #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option.text {
  min-width: 32px;
  text-align: start;
  margin: 3px 3px 3px 0;
  max-height: fit-content;
  padding: 6px;
  line-height: 21px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option.text.selected {
  background-color: #ffffff;
  border: 1px solid #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option.text:not(.disabled):hover {
  outline: unset;
  border: 1px solid #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option .action.remove {
  display: inline;
  text-decoration: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option .action.remove:hover {
  color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option .action.remove::before {
  content: "\e082";
  font-family: "Simple-Line-Icons";
  border: none;
  font-size: 14px;
  display: inline;
  padding: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option.disabled {
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 20%, #ff5b5b 56%, #ff5b5b 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 20%, #ff5b5b 56%, #ff5b5b 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 20%, #ff5b5b 56%, #ff5b5b 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 20%, #ff5b5b 56%, #ff5b5b 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 20%, #ff5b5b 56%, #ff5b5b 20%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.page-products .page-wrapper .page-main .columns .sidebar .filter-options-item {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .filter-options-item .filter-options-content input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 24px;
  margin-top: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .filter-options-item .filter-options-content input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 24px;
  margin-top: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content {
  border: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list {
  padding: 18px 24px 12px 5px;
  border-bottom: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-title {
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-title strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: capitalize;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-content ol li {
  overflow: hidden;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-content ol li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #222529;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-content ol li a::before {
  content: 'Â»';
  transition: all 0.3s;
  color: #1a25ab;
  position: absolute;
  left: -100%;
  top: 45%;
  transform: translate(0, -50%);
  font-size: 20px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-content ol li a:hover {
  color: #1a25ab;
  padding-left: 12px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .block-category-list .block-content ol li a:hover::before {
  left: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-megamenu {
  border-bottom: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block {
  padding: 12px 24px 12px 5px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block h2 {
  color: #1a25ab;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 17px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details a:hover {
  color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box {
  text-align: start;
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .price {
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .old-price {
  order: 1;
  margin-right: 5px;
  line-height: 1;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .old-price .price {
  text-align: start;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .normal-price {
  order: 2;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .special-price {
  order: 2;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .price-box .special-price .price {
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .product-reviews-summary {
  margin: 8px 0 8px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .product-reviews-summary .rating-summary .rating-result &gt; span::before {
  color: #c30400;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-current {
  padding: 12px 24px 0px 5px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-current .filter-current-subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-current ol.items {
  padding: 1.5em 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-current ol.items .filter-label {
  font-weight: 400;
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-current ol.items .filter-value {
  color: #222529;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content a {
  padding: 8px 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items li.item {
  margin: 5px 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items li.item a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #222529 !important;
  display: inline !important;
  white-space: normal;
  word-break: break-word;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items li.item a .count {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #222529 !important;
  white-space: nowrap;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items li.item a .count .filter-count-label {
  display: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items #ln_slider_text_price {
  margin: 0 -7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-actions {
  border-bottom: none;
  padding: 0px 24px 12px 5px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-actions .filter-clear span {
  color: #1a25ab;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-actions .filter-clear:hover span {
  color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-title {
  color: #222529;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  text-transform: capitalize;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-item.active .filter-options-title .toggle:after {
  font-family: 'porto-icons';
  content: '\e81c';
  font-weight: 600;
  font-size: 18px;
  background: transparent;
  left: -5px;
  top: 0;
  margin: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-item .filter-options-title .toggle:after {
  content: none;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-item .filter-options-title .toggle:before {
  font-family: 'porto-icons';
  content: '\e81b';
  font-weight: 600;
  font-size: 18px;
  background: transparent;
  left: -5px;
  top: 0;
  margin: 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container #ln_slider_container_price.ln_slider_container {
  width: 95%;
  margin: 22px 7px 0;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container #ln_slider_container_price.ln_slider_container .ui-slider .ui-slider-handle {
  background-color: #1a25ab;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items #ln_slider_text_price {
  margin: 0 -7px;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .sidebar-additional #reorder-validate-detail #cart-sidebar-reorder li.product-item {
  display: flex;
}
.page-products .filter-options-title .toggle {
  width: 18px;
}
.page-products .ln_slider_container #ln_slider_price.ui-slider-horizontal {
  box-shadow: unset;
}
.page-products .sorter-action {
  display: none;
}
.page-products .sorter-action:before {
  font-size: 16px;
}
.product-item-photo .product-labels .product-label.sale-label {
  margin: 0;
  padding: 7px 11px;
}
.product-item-info .product-item-details {
  position: relative;
  min-height: 126px;
}
.product-item-info .product-item-details .price-box {
  min-height: 36px;
}
.sidebar .sidebar-content .side-custom-block .sidebar-filterproducts .product-item-info .product-item-details {
  min-height: unset;
}
.sidebar .sidebar-content .side-custom-block .sidebar-filterproducts .product-item-info .product-item-details .price-box {
  min-height: unset;
}
@media (max-width: 1199px) {
  .page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .layered-filter-block-container .filter-options-content ol.items li.item input[type="checkbox"] {
    margin-right: 0;
  }
}
/*Mobile*/
@media (max-width: 991px) {
  html.sidebar-opened .page-products .page-wrapper {
    left: 0px;
    overflow: visible;
    position: fixed;
    z-index: 3;
    width: 100%;
  }
  html.sidebar-opened .toolbar.sticky {
    left: 0px;
  }
  .page-products .page-header.sticky-header + .page-main .columns .sidebar.sidebar-main {
    top: 130px;
    height: calc(100% - 130px);
  }
  .page-products .page-header.sticky-header + .page-main .columns .sidebar-overlay.active {
    top: 130px;
  }
  .page-products .page-wrapper .page-main {
    padding: 0 20px;
  }
  .page-products .page-wrapper .page-main .columns .main .breadcrumbs .items {
    margin: 24px 0 8px;
  }
  .page-products .page-wrapper .page-main .columns .column.main .toolbar {
    margin-bottom: 0;
  }
  .page-products .page-wrapper .page-main .columns .toolbar {
    background: #ffffff;
    padding: 10px 5px;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
  }
  .page-products .page-wrapper .page-main .columns .toolbar.sticky {
    background: #F2F4F6;
    padding: 10px 24px;
  }
  .page-products .page-wrapper .page-main .columns .toolbar &gt; * {
    margin: 0 0 10px 0;
  }
  .page-products .page-wrapper .page-main .columns .toolbar &gt; .pages {
    margin-left: auto;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .toolbar-sorter.sorter {
    margin: 0px 5px 0px 0px;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .porto-product-filters-toggle {
    padding: 0 5px 0 5px;
    margin-right: 5px !important;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .porto-product-filters-toggle span {
    display: none;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .toolbar-sorter .sorter-options {
    text-transform: capitalize;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .sorter-options {
    margin: 0px 10px 0 0;
    width: auto;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .field.limiter {
    margin-right: 0 !important;
  }
  .page-products .page-wrapper .page-main .columns .products.wrapper ~ .toolbar {
    background: #ffffff;
    font-weight: 400;
    position: static !important;
    justify-content: flex-start;
    padding: 0 4px;
    border: none;
    margin: 0;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main {
    top: 40px !important;
    height: calc(100% - 40px);
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .filter-options-item {
    padding: 12px 0px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content {
    padding: 20px 0;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-options-item.active .filter-options-title .toggle:after {
    left: -25px;
    top: -5px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-options-item .filter-options-title .toggle:before {
    left: -25px;
    top: -5px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-options-title {
    padding: 0 20px 16px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-options-content {
    padding: 16px 20px 0px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-current {
    padding: 12px 0px 0 0px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-current .filter-current-subtitle {
    padding: 0 20px 16px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-current ol.items {
    padding: 16px 20px 0;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-current ol.items #ln_slider_text_price {
    margin: 0px -7px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .layered-filter-block-container .filter-actions {
    border-bottom: none;
    padding: 0 20px 12px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list {
    padding: 0px 0px 12px 0px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title {
    padding: 0 20px 16px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title .filter-current-subtitle {
    padding: 0 20px 16px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title .filter-current-subtitle::before,
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title .filter-current-subtitle::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 16px;
    height: 2px;
    background: #222529;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title .filter-current-subtitle::before {
    transform: rotate(45deg);
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-title .filter-current-subtitle::after {
    transform: rotate(135deg);
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .block-category-list .block-content {
    padding: .7143em 20px;
    padding-bottom: 0;
  }
  .page-products .page-wrapper .page-main .columns .sidebar.sidebar-main .sidebar-content .side-custom-block .custom-block {
    padding: 12px 20px;
  }
  .page-products .page-wrapper .page-main .columns .sidebar-overlay.active {
    top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .page-products .page-wrapper .products-grid.columns3 .product-item,
  .page-products .page-wrapper .products-grid.columns4 .product-item,
  .page-products .page-wrapper .products-grid.columns5 .product-item {
    width: 50%;
  }
  .page-products .page-wrapper .products-grid.columns3 li.item.product.product-item.nth-child-2n,
  .page-products .page-wrapper .products-grid.columns4 li.item.product.product-item.nth-child-2n,
  .page-products .page-wrapper .products-grid.columns5 li.item.product.product-item.nth-child-2n {
    clear: none;
  }
  .page-products .page-wrapper .products-grid.columns3 .product-item.nth-child-2np1,
  .page-products .page-wrapper .products-grid.columns4 .product-item.nth-child-2np1,
  .page-products .page-wrapper .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: left;
  }
  .page-products .page-wrapper .products-grid.columns3 .product-item.nth-child-3np1,
  .page-products .page-wrapper .products-grid.columns4 .product-item.nth-child-3np1,
  .page-products .page-wrapper .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
}
@media (max-width: 768px) {
  body .page-products .page-wrapper .page-main .columns .main .toolbar {
    padding: 10px 20px;
  }
  body .page-products .page-wrapper .page-main .columns .main .toolbar .field.limiter {
    margin-right: 15px !important;
  }
  body .page-products .page-wrapper .page-main .columns .products.wrapper ~ .toolbar {
    padding: 0;
  }
  body .product-item .product-item-actions .actions-primary .tocart {
    display: none;
  }
  body .product-item .product-item-actions .towishlist {
    display: none;
  }
  body .product-item .product-item-actions .tocompare {
    display: none;
  }
  .page-products .page-wrapper .page-main .columns .main .toolbar {
    margin: 0px -17px;
    padding: 10px 20px;
    z-index: 1000;
  }
  .page-products .page-wrapper .page-main .columns .main .toolbar .toolbar-amount {
    margin: 0px auto 0px 5px;
  }
  .page-products .page-wrapper .page-main .columns .toolbar.sticky {
    margin: 0px;
  }
  .page-products .page-wrapper .page-main .columns .toolbar .toolbar-sorter.sorter {
    margin: 0px 10px 0px auto;
  }
  .page-products .filter-placeholder {
    display: none;
  }
  #layer-product-list .products {
    padding-bottom: 0px;
  }
  .filterproducts.products {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .sidebar-main.mobile-sidebar {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .products-grid.columns3.products .product-item,
  .products-grid.columns4.products .product-item,
  .products-grid.columns5.products .product-item {
    width: 50%;
  }
  .catalog-category-view .mobile-sidebar.sidebar .sidebar-content {
    padding: 0px;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item {
    margin-bottom: 0px;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box {
    flex-wrap: wrap;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .price-wrapper .price {
    font-size: 14px;
    line-height: 21px;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .special-price .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .page-products .page-wrapper .page-main .columns .main .products-grid .product-item .product-item-details .price-box .old-price .price {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
  }
  .page-products .page-main .product-item-name a {
    padding-right: 0px;
    height: unset;
    margin: 16px 0px 0px 0px;
    font-size: 12px;
    min-height: 48px;
  }
}
/*
* Product list layout
*/
.page-products .page-wrapper .page-main .columns .products-list .product-item-info {
  align-items: center;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .price-box {
  text-align: start;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-name a {
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-reviews-summary {
  margin: 15px 0;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-description {
  display: none;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-actions .tocart {
  color: #ffffff;
  border-color: #1a25ab;
  background-color: #1a25ab;
  padding: 0.05rem 0.625rem;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-actions .tocart:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-actions .actions-secondary.towishlist:hover,
.page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-actions .actions-secondary.tocompare:hover {
  color: #ffffff;
  background-color: #385cc7;
}
/*Mobile*/
@media (max-width: 576px) {
  .page-products .page-wrapper .page-main .columns .products-list .product-item-details {
    flex: 1 1 auto;
    max-width: calc(100% - 140px);
  }
  .page-products .page-wrapper .page-main .columns .products-list .product-item-details .product-item-name a {
    -webkit-line-clamp: 2;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-products .page-wrapper .page-main .columns .products-list .product-item-photo {
    flex: 0 0 100px;
    margin: 0 20px 0 0;
  }
  body .stock.unavailable {
    padding: 0;
    line-height: 20px;
    font-size: 8px;
    top: 1em;
  }
  body .stock.unavailable span {
    padding: 0 10px;
  }
  .product-item-photo .product-labels .product-label.sale-label {
    padding: 6px 10px;
    font-size: 8px;
  }
}
@media (max-width: 339px) {
  .page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-details .product-item-name a {
    -webkit-line-clamp: 3;
  }
  .page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-actions .actions-primary {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .page-products .page-wrapper .page-main .columns .products-list .product-item-info .product-item-details .product-item-actions .actions-secondary {
    margin-left: 0px;
    margin-right: 5px;
  }
}
.page-products .page-main .product-item-details .minimal-price-link {
  display: none;
}
/*
* Fix Price layout
*/
@media (min-width: 1440px) {
  .products-grid .product-item .price-box .old-price .price {
    line-height: 12px !important;
    max-width: 100px;
    -webkit-line-clamp: 1;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 11px;
  }
  .page-products .products-grid .product-item .price-box .old-price .price {
    line-height: 12px !important;
    max-width: 100px;
    -webkit-line-clamp: 1;
    display: block;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 11px;
  }
  .catalog-product-view .block.upsell .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
    max-height: unset;
    display: block;
  }
}
@media (max-width: 1439px) {
  .products-grid .product-item .product-item-info .product-item-details .price-box {
    min-height: 75px;
  }
  .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    max-width: unset;
    display: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item .product-item-info .product-item-details .price-box {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    min-height: 45px;
  }
  .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    color: rgba(34, 37, 41, 0.6);
    line-height: 23px;
    max-width: unset;
    display: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
@media (max-width: 576px) {
  .product-item .product-item-info.type3 .product.name,
  .product-item .product-item-info.type5 .product.name,
  .product-item .product-item-info.type6 .product.name {
    padding-right: 4px;
  }
  .product-item .product-item-info .product.name {
    padding-right: 4px;
  }
  .page-wrapper .product-items .product-item .product-item-photo {
    margin-bottom: 6px;
  }
  .page-wrapper .product-items .product-item .product-item-name a {
    font-size: 12px !important;
    line-height: 18px !important;
    padding-right: 0;
    margin: 4px 0;
    height: 38px !important;
    min-height: unset !important;
  }
  .page-wrapper .product-items .product-item .product-reviews-summary {
    height: 15px;
  }
  .page-wrapper .product-items .product-item .price-box .old-price .price,
  .page-wrapper .product-items .product-item .price-box .old-price.special-price .price {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .page-wrapper .product-items .product-item .price-box .special-price .price,
  .page-wrapper .product-items .product-item .price-box .normal-price .price {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .page-wrapper .product-items .price-box [data-price-type="finalPrice"] .price {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
/*
* Product page
*/
/*
* fix auto resize image
*/
.product.description .image {
  width: 100%;
  margin: 1.2rem auto;
}
@media (max-width: 768px) {
  .product.description .image {
    width: 100%;
    margin: 1.2rem auto;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-option.text.disabled {
  color: rgba(34, 37, 41, 0.4);
}
.catalog-product-view .page-main .product-info-main .alert {
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .alert a.action.alert {
  color: #1a25ab;
}
.catalog-product-view .page-main .product-info-main .alert a.action.alert:active {
  color: #7fbc02;
}
.catalog-product-view .page-main .product-info-main .alert a.action.alert:visited {
  color: #1a25ab;
}
.catalog-product-view .page-main .product-info-main .product-social-links .product-addto-links {
  display: none;
}
.product-badgs.not-image {
  bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .product-info-main .alert {
    padding: 0;
  }
  .catalog-product-view .page-main .product-info-main .alert a.action.alert {
    color: #1a25ab;
  }
  .catalog-product-view .page-main .product-info-main .alert a.action.alert:hover {
    color: #7fbc02;
  }
}
.product-add-form .product-options-wrapper .swatch-attribute-options {
  display: inline-block;
  padding: 0;
}
.product-add-form .product-options-wrapper .swatch-option:focus {
  box-shadow: none;
}
.product-add-form .product-options-wrapper .swatch-option.text {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}
.product-add-form .product-options-wrapper .swatch-option.text.selected {
  background-color: #ffffff !important;
  border: 1px solid #1a25ab;
}
.product-add-form .product-options-wrapper .swatch-option.text.disabled {
  color: rgba(34, 37, 41, 0.4);
}
.product-add-form .product-options-wrapper .swatch-option.text.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 25%, #ff5b5b 52%, #ff5b5b 21%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 25%, #ff5b5b 52%, #ff5b5b 21%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 25%, #ff5b5b 52%, #ff5b5b 21%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 25%, #ff5b5b 52%, #ff5b5b 21%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 25%, #ff5b5b 52%, #ff5b5b 21%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
@media screen and (min-width: 768px) {
  .catalog-product-view .sticky-product .container .sticky-detail .sticky-price-product .rating-summary.item {
    display: inherit;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .sticky-price-product .product-reviews-summary.short {
    padding-top: 11px;
    margin-bottom: 6px;
    display: inherit;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .product-name-area .product-name {
    line-height: 24px;
    font-weight: 500;
    color: #222529;
    font-size: 16px;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .product-info-price {
    font-size: 18px;
    line-height: 27px;
    color: #222529;
    padding-top: 7px;
    margin-right: 8px;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .product-info-price .old-price span.price {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart {
    position: inherit;
    right: 0px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .tocart::before {
    display: inherit;
    content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .tocart:hover::before {
    display: inherit;
    content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary {
    padding-top: 3px;
    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;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary:before {
    padding: 3px 15px;
    font-family: 'porto-icons';
    content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary:hover {
    background-color: #1a25ab;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary:hover::before {
    content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white"/&gt;&lt;/svg&gt;');
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary &gt; span {
    display: none;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart {
    background-color: #1a25ab;
    border-color: #1a25ab;
    width: 175px;
    height: 48px;
    margin-right: 8px;
    padding: 0 1em;
    max-width: 175px;
    min-width: 175px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart span {
    font-weight: 600;
    line-height: 21px;
    padding-top: 14px;
    padding-right: 9px;
    position: relative;
    bottom: 4px;
    font-size: 14px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart:before {
    margin-right: 12.95px;
    margin-top: 6px;
    line-height: 42px;
    display: inherit;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.buynow.primary {
    background-color: #1a25ab;
    border-color: #1a25ab;
    width: 175px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.buynow.primary:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.buynow.primary span {
    font-weight: 600;
    line-height: 21px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.buynow.primary:before {
    margin-right: 1.5rem;
  }
}
.catalog-product-view .sticky-product {
  padding: 116px 0 16px 0;
  z-index: 20;
}
.catalog-product-view .sticky-product .sticky-detail {
  display: block;
  width: 50%;
}
.catalog-product-view .sticky-product .sticky-detail .product-name-area {
  margin-right: 0px;
}
.catalog-product-view .sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 15px;
  font-weight: 500;
  color: #222529;
  font-size: 12px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product {
  display: flex;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .rating-summary.item {
  display: none;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .rating-summary.item .rating-label-1 {
  margin: 0 16px 0 8px;
  padding-top: 10px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .rating-summary.item .rating-label-1 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #222529;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short.css {
  padding-top: 3px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short {
  padding-top: 5px;
  margin-bottom: 6px;
  display: inherit;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .reviews-actions {
  display: none;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary {
  margin-top: 2px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result {
  width: 64.5px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result:before {
  font-size: 12px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result &gt; span:before {
  font-size: 12px;
  color: #c30400;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.item span.rating-label {
  margin: 0 16px 0 8px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.item span.rating-label span {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #222529;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky {
  display: list-item;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky .rating-result:before {
  font-size: 12px;
}
.catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky .rating-result &gt; span:before {
  font-size: 12px;
}
.catalog-product-view .sticky-product .sticky-detail .product-info-price {
  font-size: 12px;
  line-height: 18px;
  color: #222529;
  padding-top: 7px;
  margin-right: 4px;
}
.catalog-product-view .sticky-product .sticky-detail .product-info-price .old-price span.price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.catalog-product-view .sticky-product .sticky-image {
  margin-right: 24px;
  display: none;
}
.catalog-product-view .sticky-product .actions.box-tocart {
  position: absolute;
  right: 20px;
}
.catalog-product-view .sticky-product .actions.box-tocart .tocart::before {
  display: inherit;
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .sticky-product .actions.box-tocart .tocart:hover::before {
  display: inherit;
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary {
  padding-top: 3px;
  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;
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary:before {
  padding: 3px 15px;
  font-family: 'porto-icons';
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary:hover {
  background-color: #1a25ab;
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary &gt; span {
  display: none;
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary.already-added {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.catalog-product-view .sticky-product .actions.box-tocart a.action.towishlist.actions-secondary.already-added:before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .sticky-product .actions.box-tocart .action.primary.tocart {
  background-color: #1a25ab;
  border-color: #1a25ab;
  max-width: 110px;
  height: 48px;
  margin-right: 8px;
  margin-left: 13px;
  padding: 0 1em;
  min-width: 90px;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.primary.tocart:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.primary.tocart span {
  font-weight: 600;
  line-height: 15px;
  font-size: 10px;
  padding-top: 14px;
  padding-right: 0px;
  position: relative;
  bottom: 0px;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.primary.tocart:before {
  display: none;
  margin-right: 12.95px;
  margin-top: 6px;
  line-height: 42px;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.buynow.primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
  width: 175px;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.buynow.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.buynow.primary span {
  font-weight: 600;
  line-height: 21px;
}
.catalog-product-view .sticky-product .actions.box-tocart .action.buynow.primary:before {
  margin-right: 1.5rem;
}
.catalog-product-view .columns .product-info-main .page-title-wrapper h1 {
  font-weight: 600;
  line-height: 45px;
}
.catalog-product-view .columns .product-info-main .product-info-price {
  line-height: 45px;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price {
  order: 1;
  margin-right: 5px;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #222529;
  line-height: 24px;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price.no-display {
  display: none;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .special-price {
  order: 2;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .special-price .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #c30400;
  max-height: 33px;
  display: block;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price.special-price {
  order: 2;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price.special-price .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #c30400;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price {
  order: 2;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #222529;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .price {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222529;
  line-height: 45px;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .price-container {
  display: flex;
  align-items: center;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .stock.available {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 21px;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .stock.available .label {
  font-weight: 400;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .stock.available span + span {
  font-weight: 600;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .product.sku {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 8px;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .product.sku .type {
  font-weight: 400;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .product.sku .value {
  font-weight: 600;
}
.catalog-product-view .columns .product-info-main .product-info-stock-sku .category {
  line-height: 21px;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .qty.field .control {
  flex-wrap: wrap;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .product-addto-links &gt; a:hover {
  color: #ffffff;
  background: #1a25ab;
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .product-addto-links .action.towishlist.already-added {
  color: #ffffff;
  background: #1a25ab;
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .product-addto-links .action.towishlist.already-added:hover {
  color: #ffffff;
  background: #1a25ab;
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .product-addto-links .action.towishlist {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .product-addto-links .action.towishlist:hover {
  color: #ffffff;
  background: #1a25ab;
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .action.primary:focus {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .action.tocompare {
  display: none;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .action.tocompare::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 2px 10px;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .action.tocompare:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .towishlist::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 3px 9px;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .towishlist:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .towishlist.already-added::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
  padding: 3px 9px;
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .tocart::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .tocart:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-add-form .box-tocart .action.tocart::before {
  line-height: 42px;
}
.catalog-product-view .columns .product-info-main .product-reviews-summary .reviews-actions &gt; a:hover {
  color: #1a25ab;
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .action.primary:focus {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .action.tocompare::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 2px 10px;
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .action.tocompare:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M0 5.96746H4V16.958H0V5.96746ZM12 9.96403H16V16.958H12V9.96403ZM6 0.971741H10V16.958H6V0.971741Z" fill="white" fill-opacity="1"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .towishlist::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="black" fill-opacity="0.6"/&gt;&lt;/svg&gt;');
  padding: 3px 9px;
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .towishlist:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="17" height="16" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M10.0279 17.9999C9.83955 18.0017 9.65286 17.9632 9.479 17.8868C9.30513 17.8104 9.14768 17.6975 9.01612 17.5551L1.57587 9.69086C1.05945 9.14646 0.653511 8.49644 0.382876 7.78056C0.112242 7.06467 -0.0174018 6.29796 0.00187329 5.52731C0.0211483 4.75665 0.188937 3.99826 0.494979 3.29848C0.801021 2.59871 1.23888 1.97228 1.7818 1.45748C2.30281 0.962705 2.91356 0.585078 3.57694 0.347554C4.24032 0.110029 4.94246 0.0175671 5.6407 0.0757881C7.04439 0.172172 8.36612 0.808425 9.35635 1.86442L10.0279 2.56473L10.8874 1.66568C11.4024 1.11983 12.0174 0.690757 12.6947 0.404698C13.372 0.118639 14.0973 -0.0183936 14.8264 0.00198004C15.5555 0.0223536 16.273 0.199705 16.9351 0.523189C17.5971 0.846674 18.1898 1.30949 18.6768 1.88335C19.1449 2.43405 19.5022 3.07961 19.7269 3.7808C19.9516 4.48199 20.0391 5.22415 19.984 5.96218C19.8928 7.44587 19.2909 8.84293 18.2918 9.88959L11.0396 17.5551C10.908 17.6975 10.7506 17.8104 10.5767 17.8868C10.4028 17.9632 10.2161 18.0017 10.0279 17.9999ZM5.28256 1.58051C4.34831 1.57054 3.44323 1.92424 2.73981 2.57419C2.34103 2.95226 2.0194 3.41233 1.79457 3.92626C1.56974 4.44019 1.44643 4.99718 1.43218 5.5632C1.41793 6.12921 1.51305 6.69235 1.71171 7.21819C1.91037 7.74403 2.20841 8.22152 2.5876 8.62146L10.5382 17.0252L10.0279 16.4858L17.2801 8.8202C18.8469 7.17352 18.9902 4.51424 17.6203 2.89596C17.2626 2.47446 16.8274 2.13449 16.3411 1.89685C15.8549 1.6592 15.328 1.52886 14.7925 1.5138C14.257 1.49875 13.7242 1.59928 13.2267 1.80927C12.7292 2.01925 12.2775 2.33427 11.8991 2.73507L10.5382 4.17355C10.4024 4.31572 10.219 4.39547 10.0279 4.39547C9.83672 4.39547 9.65331 4.31572 9.51751 4.17355L8.34462 2.93381C7.94339 2.50663 7.46643 2.16723 6.94102 1.93502C6.41561 1.70281 5.85205 1.58235 5.28256 1.58051Z" fill="white"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .tocart::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .tocart:hover::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.catalog-product-view .columns .product-info-main .product-options-bottom .box-tocart .action.tocart::before {
  line-height: 42px;
}
.catalog-product-view .columns .product-info-main .bundle-actions .action.customize {
  background: #7fbc02;
}
.catalog-product-view .columns .product-info-main .category .posted_in {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .columns .product-info-main .category .posted_in &gt; a {
  color: #1a25ab;
  text-decoration: none;
}
.catalog-product-view .columns .product-info-main .category .posted_in &gt; a:hover {
  text-decoration: underline;
}
.catalog-product-view .columns .product-info-main .category .posted_in .brand_image {
  height: 30px;
  width: auto;
}
.catalog-product-view .columns .product-info-main .configurable-variation-qty {
  display: none;
}
.catalog-product-view .columns .detailed .review-list .block-title strong {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222529;
  line-height: 24px;
}
.catalog-product-view .columns .detailed .review-list .review-item {
  display: block;
  padding-top: 0;
  border: none;
  margin-bottom: 1px;
}
.catalog-product-view .columns .detailed .review-list .review-item .rating-content {
  margin-left: 56px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details {
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2 {
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2:before {
  padding-left: 0px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details .review-user {
  display: grid;
  height: fit-content;
  width: auto;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details .review-author {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 2px;
  margin-right: 83px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details .review-author .review-details-value {
  font-weight: 500;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-details .review-date {
  font-weight: 300;
  right: 0;
  position: absolute;
  margin-right: 10px;
  margin-top: 2px;
  color: rgba(34, 37, 41, 0.4);
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings {
  display: contents;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings .rating-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3px 0 10px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings .rating-summary .rating-label {
  padding-bottom: 0;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings .rating-summary .rating-result {
  width: 64.5px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings .rating-summary .rating-result:before {
  font-size: 12px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-ratings .rating-summary .rating-result &gt; span:before {
  color: #c30400;
  font-size: 12px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container {
  padding-left: 0px;
  border-left: 0px solid #e7e7e7;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-details {
  margin-top: 10px;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-content {
  text-align: justify;
  padding-left: 16px;
  border-left: 1px solid #e6e6e6;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-content .review-media-value {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-content .review-media-value .image {
  width: fit-content;
  height: auto;
  margin: 0;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-content .review-media-value .image .product-image-wrapper {
  display: inline-block;
  margin: 16px 16px 0 0;
  height: 100px;
  width: 100px;
  object-fit: contain;
  position: relative;
}
.catalog-product-view .columns .detailed .review-list .review-item .review-title {
  margin: 0 0 10px;
  font-weight: 500;
}
.catalog-product-view .columns .detailed .block.review-add {
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.07000000000000001);
  border: 1px solid #e7e7e7;
}
.catalog-product-view .columns .detailed .block.review-add textarea#review_field {
  height: 142px;
}
.catalog-product-view .columns .detailed .block.review-add textarea#review_field.mage-error {
  border-color: rgba(0, 0, 0, 0.09);
}
.catalog-product-view .columns .detailed .block-content .review-form {
  max-width: none;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control .input-text:focus {
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control textarea#review_field:focus {
  border: 1px solid #1a25ab;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control textarea#review_field.mage-error:focus {
  border: 1px solid #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control .input-text.mage-error {
  border-color: #c30400;
  color: #222529;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control .input-text.mage-error:focus {
  border: 1px solid #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control .mage-error {
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control .mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  padding-left: 2px;
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control #nickname_field-error.mage-error:not(:last-child) {
  display: none !important;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control #summary_field-error.mage-error:not(:last-child) {
  display: none !important;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .field .control #review_field-error.mage-error:not(:last-child) {
  display: none !important;
}
.catalog-product-view .columns .detailed .block-content .fieldset fieldset.row .col-12.col-lg-8:has(#imageContainer) {
  display: flex;
  align-items: flex-end;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-legend.legend {
  display: inline;
  text-transform: none;
  color: #222529;
  text-align: center;
  font-weight: 500;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-legend.legend span {
  margin: 0 5px 0px 0;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-legend.legend strong {
  font-weight: 500;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .label {
  margin-bottom: 22px;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .label:after {
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings label#Quality_rating_label {
  margin-bottom: 8px;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control .review-field-rating .label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control .mage-error {
  color: #c30400;
  text-align: center;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control .mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  padding-left: 2px;
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .review-control-vote:before {
  font-size: 24px;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .review-control-vote label:before {
  color: #c30400;
  font-size: 24px;
}
.catalog-product-view .columns .detailed .block-content .fieldset .review-field-text .control textarea:not([disabled]):focus {
  box-shadow: none;
}
.catalog-product-view .columns .detailed .block-content .image-container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view .columns .detailed .block-content .image-container .image-wrapper img {
  display: inline-block;
  margin: 8px 16px 0 0;
  height: 100px;
  width: 100px;
  object-fit: contain;
  position: relative;
}
.catalog-product-view .columns .detailed .block-content .upload-title {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media {
  display: flex;
  height: 80px;
  padding: 22px 26px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  border: 1px dashed #1a25ab;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media .label {
  margin-bottom: 0;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media .label span {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media .control {
  display: flex;
  max-width: 95px;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media .control input {
  height: 0;
  width: 0;
  opacity: 0;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media .control .btn-select-file {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  background: #F2F4F6;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media + #media_field-error {
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .field.review-field-media + #media_field-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  padding-left: 2px;
  color: #c30400;
}
.catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions .actions-primary .submit {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
  width: 100%;
}
.catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions .actions-primary .submit:active {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions .actions-primary .submit span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions #removeAllBtn {
  width: 175px;
  height: 48px !important;
  border: none;
  margin-left: 5px;
  padding: 1em;
  opacity: 0.5;
  pointer-events: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions #removeAllBtn:hover {
  background: #7fbc02;
  text-shadow: none;
}
.catalog-product-view .columns .detailed .product.data.items &gt; .item.title {
  margin: 0 20px 0 0;
  padding: 8px 0 8px;
  font-weight: 500;
  text-transform: capitalize;
  background: none;
  border-bottom: 3px solid transparent;
  color: rgba(34, 37, 41, 0.4);
}
.catalog-product-view .columns .detailed .product.data.items &gt; .item.title &gt; .switch {
  font-size: 16px;
}
.catalog-product-view .columns .detailed .product.data.items &gt; .item.title.active {
  font-weight: 500;
  border-color: #1a25ab;
  color: #1a25ab;
}
.catalog-product-view .columns .detailed .product.data.items &gt; .item.title.active .counter {
  color: #1a25ab;
}
.catalog-product-view .columns .detailed .product.description [data-content-type="row"][data-appearance="contained"] {
  margin-left: 0 !important;
  font-weight: 400;
}
.catalog-product-view .columns .detailed .product.description [data-content-type="row"][data-appearance="contained"] [data-content-type="text"][data-appearance="default"] p &gt; img {
  height: fit-content !important;
}
.catalog-product-view .columns .block.related {
  margin-top: 2.5em;
}
.catalog-product-view .columns .block.related .slider-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  border-bottom: none;
  text-align: center;
}
.catalog-product-view .columns .block.related .slider-title strong {
  padding: 0.5em 1em;
  font-weight: 600;
}
.catalog-product-view .columns .block.related .slider-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 39%;
  height: 1px;
  background: none;
  left: 0;
}
.catalog-product-view .columns .block.related .slider-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 39%;
  height: 1px;
  background: none;
  right: 0;
}
.catalog-product-view .columns .block.related .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.catalog-product-view .columns .block.related .product-reviews-summary .rating-summary .rating-result &gt; span:before {
  color: #c30400;
}
.catalog-product-view .columns .block.related .section-title {
  margin-bottom: 1.5rem;
  color: #222529;
}
.catalog-product-view .columns .block.related .block-content .block-actions {
  margin-bottom: 20px;
}
.catalog-product-view .columns .block.related .block-content .block-actions .action.select {
  color: #7fbc02;
}
.catalog-product-view .columns .block.related .block-content .block-actions .action.select:hover {
  color: #1a25ab;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title {
  margin: 0;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-nav {
  margin-top: -30px;
  margin-right: 15px;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-dots {
  display: none;
  position: initial;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #e7e7e7;
  margin: 5px 2px;
  position: relative;
  background: #e7e7e7;
  transition: all 0.5s;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-dots .owl-dot span:hover {
  color: #1a25ab;
  background: #1a25ab;
  border-color: #1a25ab;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1a25ab;
  height: 14px;
  border: 2px solid #1a25ab;
  margin: 5px 2px;
  position: relative;
  transition: all 0.5s;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item {
  padding: 10px;
  border: 1px solid transparent;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item:hover {
  border: 1px solid #222529;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-photo {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-photo .product-badgs {
  width: 100%;
  z-index: 19;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-photo:hover {
  box-shadow: none;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info {
  padding: 0;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info:hover {
  border: none;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details {
  position: static;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box {
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box &gt; * {
  margin-top: 4px;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.6);
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price {
  order: 2;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.no-display {
  display: none;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .minimal-price {
  justify-content: center;
  margin-top: 20px;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .product-item-actions {
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 1.0714em;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 10;
}
.catalog-product-view .columns .block.upsell .slider-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  color: #222529;
  border-bottom: none;
}
.catalog-product-view .columns .block.upsell .slider-title strong {
  padding: 0em 1em;
  font-weight: 600;
}
.catalog-product-view .columns .block.upsell .slider-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 29%;
  height: 1px;
  background: linear-gradient(to right, rgba(217, 217, 217, 0.4), rgba(34, 37, 41, 0.6));
  left: 0;
}
.catalog-product-view .columns .block.upsell .slider-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 29%;
  height: 1px;
  background: linear-gradient(to right, rgba(34, 37, 41, 0.6), rgba(217, 217, 217, 0.4));
  right: 0;
}
.catalog-product-view .columns .block.upsell .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item {
  padding: 10px;
  border: 1px solid transparent;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item:hover {
  border: 1px solid #222529;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-photo:hover {
  box-shadow: none;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info {
  padding: 0;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover {
  border: none;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-badgs {
  width: 100%;
  z-index: 19;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  text-align: left;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name a.product-item-link:hover {
  color: #1a25ab;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 1.0714em;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 10;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #1a25ab;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box {
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.6);
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.no-display {
  display: none;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price {
  order: 2;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .columns .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .columns .block.upsell .block-content .owl-dots .owl-dot span:hover {
  color: #1a25ab;
}
.catalog-product-view .main-upsell-product-detail {
  background-color: transparent;
}
.catalog-product-view .block.upsell .slider-title {
  font-size: 18px;
  text-transform: uppercase;
}
.catalog-product-view .block.upsell .block-content .owl-stage .owl-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-align: left;
}
.catalog-product-view .block.upsell .block-content .owl-stage .owl-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #1a25ab;
}
.catalog-product-view .block.upsell .block-content .owl-stage .owl-item .product-item-info .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
}
.catalog-product-view .block.upsell .block-content .owl-stage .owl-item .product-item-info .product-item-details .product-item-actions .tocart {
  color: #ffffff;
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .block.upsell .block-content .owl-stage .owl-item .product-item-info .product-item-details .product-item-actions .tocart:hover {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.catalog-product-view .block.upsell .block-content .owl-dots .owl-dot span:hover {
  color: #1a25ab;
}
.catalog-product-view .modal-popup.review-image .action-close {
  right: -15px;
  top: 20px;
}
.catalog-product-view .modal-popup.review-image .modal-content {
  padding: 0;
}
.catalog-product-view #review-image-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-y: hidden;
}
.catalog-product-view #review-image-modal .owl-carousel {
  max-width: 65%;
  height: auto;
  object-fit: contain;
  margin: 0;
}
.catalog-product-view #review-image-modal .owl-carousel .owl-dots {
  position: relative;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  height: 0;
}
.catalog-product-view #review-image-modal .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.catalog-product-view #review-image-modal .owl-carousel .owl-stage .owl-item {
  display: flex;
  align-items: center;
}
.catalog-product-view #review-image-modal .owl-carousel .owl-stage .owl-item img.product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.catalog-product-view #review-image-modal .review-content {
  padding: 16px;
}
.catalog-product-view #review-image-modal .review-content .review-item {
  display: block;
  text-align: start;
  border: none;
  margin: 0px;
  padding: 0;
}
.catalog-product-view #review-image-modal .review-content .review-item .rating-content {
  margin-left: 40px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details {
  font-size: 14px;
  line-height: 21px;
  display: inline-flex;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2 {
  font-size: 12px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: #E2E3F3;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2:before {
  position: relative;
  top: -3.5px;
  left: -2.5px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details .review-user {
  display: flex;
  height: fit-content;
  width: auto;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details .review-author {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0px;
  margin-right: 16px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details .review-author .review-details-value {
  font-weight: 500;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-details .review-date {
  font-weight: 300;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(34, 37, 41, 0.4);
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings {
  display: contents;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings .rating-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3px 0 10px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings .rating-summary .rating-label {
  padding-bottom: 0;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings .rating-summary .rating-result {
  width: 64.5px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings .rating-summary .rating-result:before {
  font-size: 12px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-ratings .rating-summary .rating-result &gt; span:before {
  color: #c30400;
  font-size: 12px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content-container {
  padding-left: 0px;
  border-left: 0px solid #e7e7e7;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content-container .review-details {
  margin-top: 10px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content-container .review-content {
  text-align: justify;
  padding: 0;
  padding-left: 16px;
  padding-right: 8px;
  border-left: 1px solid #e6e6e6;
  max-height: 350px;
  overflow-y: scroll;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content-container .review-content::-webkit-scrollbar-thumb {
  background: #C1C8CD;
  border-radius: 4px;
  height: 60px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content-container .review-content::-webkit-scrollbar {
  width: 4px;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-title {
  margin: 0 0 16px;
  font-weight: 500;
  text-align: start;
}
.catalog-product-view #review-image-modal .review-content .review-item .review-content.review-attachments {
  display: none;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .action.back.customization {
  color: #7fbc02;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  width: 100%;
  float: left;
}
.page-product-bundle .bundle-options-container .block-bundle-summary &gt; .title {
  border-bottom: none;
  margin-bottom: 0.2rem;
  padding-bottom: 10px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: none;
  margin-bottom: 0.2rem;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .catalog-product-view .column.main {
    display: block;
  }
  .catalog-product-view .column.main .product-info-main {
    float: right;
    display: block;
  }
  .catalog-product-view .column.main .product-info-main .page-title-wrapper.product {
    order: 1;
  }
  .catalog-product-view .column.main .product-info-main .product-reviews-summary {
    order: 2;
  }
  .catalog-product-view .column.main .product-info-main .product-info-price {
    order: 3;
    margin-bottom: 16px;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview {
    order: 8;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    white-space: pre-line;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview .value h2 {
    color: #222529;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 32px;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview .value h3 {
    color: #222529;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview .value h4 {
    color: #222529;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 14px;
  }
  .catalog-product-view .column.main .product-info-main .product.attribute.overview .value h5 {
    color: #222529;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 14px;
  }
  .catalog-product-view .column.main .product-info-main .product-options-wrapper {
    padding-top: 25px;
    border-top: 1px solid #e7e7e7;
  }
  .catalog-product-view .column.main .product-info-main &gt; .category {
    order: 4;
    display: none;
  }
  .catalog-product-view .column.main .product-info-main &gt; .country_of_manu {
    order: 5;
    display: none;
  }
  .catalog-product-view .column.main .product-info-main .product-info-stock-sku {
    order: 6;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form {
    order: 9;
  }
  .catalog-product-view .column.main .product-info-main .product-social-links {
    order: 10;
  }
  .catalog-product-view .column.main .product-info-main .product.pricing {
    display: none;
    order: 7;
    font-weight: 400;
    line-height: 21px;
  }
  .catalog-product-view .column.main .product.media {
    float: left;
  }
}
@media (min-width: 992px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper {
    width: 50%;
  }
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .field.option .control {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .field.option .control .nested {
    margin-top: 0px;
    margin-left: 0px;
  }
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .field.option .control .nested .field.choice {
    margin-bottom: 1.5rem;
  }
  .page-product-bundle .bundle-options-container .bundle-options-wrapper .field.option .control .nested .field.qty {
    margin-top: 0px;
    margin-left: 10px;
    bottom: 18px;
    position: relative;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 50%;
    float: left;
  }
  .catalog-product-view .modal-popup.review-image .modal-inner-wrap {
    overflow-x: hidden;
    max-width: 1000px;
    margin: 10rem auto;
  }
}
@media (min-width: 477px) {
  .catalog-product-view .columns .detailed .block-content .fieldset .review-legend.legend {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item {
    min-width: 495px;
    min-height: 495px;
    object-fit: contain;
    display: flex;
    align-items: center;
  }
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item img.product-image {
    min-width: 495px;
    height: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1280px) {
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item {
    min-width: 605px;
    min-height: 605px;
  }
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item img.product-image {
    min-width: 620px;
  }
}
@media (min-width: 1360px) {
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item {
    min-width: 650px;
    min-height: 650px;
  }
  .catalog-product-view #review-image-modal .owl-carousel.owl-drag .owl-item img.product-image {
    min-width: 650px;
  }
}
@media (max-width: 1400px) {
  .catalog-product-view .modal-popup.review-image .modal-inner-wrap {
    overflow-x: hidden;
    margin: 2rem auto;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .modal-popup.review-image .modal-inner-wrap {
    overflow-x: hidden;
    margin: 15rem auto;
  }
  .catalog-product-view #review-image-modal {
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
  }
  .catalog-product-view #review-image-modal .owl-carousel {
    max-width: 95%;
  }
  .catalog-product-view #review-image-modal .review-content .review-item {
    padding: 16px 0;
  }
  .catalog-product-view #review-image-modal .review-content .review-item .review-content-container .review-content {
    text-align: justify;
    padding: 0;
    border-left: none;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .modal-popup.review-image .modal-inner-wrap {
    overflow-x: hidden;
    margin: 5rem auto;
  }
  .catalog-product-view .modal-popup.modal-slide.review-image {
    left: 20px;
    right: 20px;
    top: 70px;
    overflow-y: hidden;
  }
  .catalog-product-view .modal-popup.modal-slide.review-image .action-close {
    right: -10px;
    top: 10px;
  }
  .catalog-product-view .modal-popup.modal-slide.review-image .modal-inner-wrap {
    max-height: 70vh;
    background-color: #ffffff;
  }
  .catalog-product-view #review-image-modal .owl-carousel {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions #removeAllBtn {
    width: 100%;
    height: 48px !important;
    margin-left: 0;
    margin-top: 8px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2:before {
    padding-left: 2px;
  }
  .catalog-product-view #review-image-modal .owl-carousel {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .catalog-product-view #review-image-modal .review-item .review-details .review-user {
    width: 100%;
  }
  .catalog-product-view #review-image-modal .review-item .review-details .review-author {
    margin-right: auto;
  }
}
/*
* Product Compare Page
*/
.catalog-product_compare-index .page-main &gt; .page-title-wrapper .page-title {
  color: #7fbc02;
  font-weight: 400;
}
.catalog-product_compare-index .page-main .columns .action.print {
  color: #7fbc02;
}
.catalog-product_compare-index .page-main .columns .action.print:hover {
  color: #1a25ab;
}
.catalog-product_compare-index .page-main .columns .table-wrapper .product.info .product-reviews-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalog-product_compare-index .page-main .columns .table-wrapper .product.info .product-reviews-summary .rating-summary .rating-result &gt; span:before {
  color: #c30400;
}
.catalog-product_compare-index .page-main .columns .table-wrapper .product.info .product-reviews-summary .reviews-actions {
  height: 25px;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .product.media {
    width: 57.83%;
    margin-bottom: 60px;
  }
  .catalog-product-view .page-main .product-info-main {
    width: 40.83%;
  }
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-links a {
  border: 1px solid #e7e7e7;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary.empty .reviews-actions:before {
  font-size: 12px;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  color: #222529;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary:after {
  width: 60px;
  border-top: none;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .box-tocart {
  padding: 15px 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute-label {
  line-height: 21px;
  font-weight: 500;
  font-size: 14px;
  padding-right: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .product-addto-links .action {
  margin-left: 8px;
  margin-right: 0px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .field.qty a.qty-inc:hover,
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .field.qty a.qty-dec:hover {
  background-color: #e7e7e7;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute {
  display: block;
  padding-bottom: 26px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .mage-error {
  color: #c30400;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  color: #c30400;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .mage-error:not(:last-of-type) {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .swatch-option.text {
  margin: 0px 8px 8px 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #222529;
  padding: 8px;
  border-width: 2px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .swatch-option.text:hover {
  outline: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute .swatch-option.text.selected:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  background-color: #1a25ab;
  font-weight: 600;
  text-indent: 0;
  position: absolute;
  right: -1px;
  top: 14%;
  color: #ffffff;
  font-size: 9px;
  height: 12px;
  width: 13px;
  line-height: 12px;
  margin-top: -5px;
  text-align: center;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option {
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option .mage-error {
  color: #c30400;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option .swatch-option.text.selected:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  background-color: #1a25ab;
  font-weight: 600;
  text-indent: 0;
  position: absolute;
  right: -1px;
  top: 14%;
  color: #ffffff;
  font-size: 9px;
  height: 12px;
  width: 13px;
  line-height: 12px;
  margin-top: -5px;
  text-align: center;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option .swatch-attribute-label {
  line-height: 21px;
  padding-top: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option .swatch-option.text {
  margin: 0px 8px 8px 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #222529;
  padding: 8px;
  border-width: 2px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color {
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-option.color {
  width: 40px !important;
  height: 40px !important;
  margin-right: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-option.color.selected {
  outline: 1px solid #222529;
  border: 2px solid #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-option.color.disabled:after {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #c30400 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-attribute-label {
  line-height: 21px;
  padding-top: 14px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-option.text {
  margin: 0px 8px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #222529;
  padding: 6px;
  border-width: 2px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions {
  vertical-align: top;
  display: inline-flex;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
  background-color: #1a25ab;
  border-color: #1a25ab;
  margin-right: 8px;
  width: 198px;
  height: 48px;
  padding: 0 1em;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:before {
  margin-right: 18.95px;
  margin-top: 6px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:active {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart span {
  line-height: 21px;
  font-weight: 600;
  padding-top: 14px;
  padding-right: 9px;
  position: relative;
  bottom: 4px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.buynow.primary {
  display: none;
  background-color: #1a25ab;
  border-color: #1a25ab;
  width: 175px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.buynow.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .page-main .product-info-main .product-add-form .fieldset .actions .action.buynow.primary span {
  line-height: 21px;
  font-weight: 600;
}
.catalog-product-view .page-main .product-info-main .product-add-form .field.qty {
  margin-bottom: 0px;
  margin-right: 16px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .field.qty .control {
  width: 107px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .field.qty .control .input-text.qty {
  font-size: 14px;
  line-height: 21px;
  width: 63px;
  height: 48px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .field.qty .control .qty-changer .qty-inc {
  height: 48px;
}
.catalog-product-view .page-main .product-info-main .product-add-form .field.qty .control .qty-changer .qty-dec {
  height: 48px;
}
.catalog-product-view .page-main .product-info-main .country_id {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .country_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .country_of_manu {
  padding-bottom: 8px;
}
.catalog-product-view .page-main .product-info-main .brand_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product.media .gallery-placeholder {
  position: relative;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .stock.available {
  position: absolute;
  z-index: 19;
  background: #ffffff;
  right: 0;
  width: 100px;
  height: 53px;
  filter: drop-shadow(0px 4.24px 12.72px rgba(0, 0, 0, 0.25));
}
.catalog-product-view .page-main .product.media .gallery-placeholder .stock.available .label-instock {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  height: 100%;
  justify-content: center;
  color: #222529;
  display: grid;
  align-content: center;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .stock.unavailable {
  position: absolute;
  z-index: 19;
  background: rgba(196, 4, 0, 0.6);
  right: 0;
  width: 100px;
  height: 53px;
  filter: drop-shadow(0px 4.24px 12.72px rgba(0, 0, 0, 0.25));
}
.catalog-product-view .page-main .product.media .gallery-placeholder .stock.unavailable .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  height: 100%;
  justify-content: center;
  color: #ffffff;
  display: grid;
  align-content: center;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__stage {
  right: 0 !important;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__video-close {
  z-index: 10;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  text-align: left;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__nav--thumbs {
  float: left;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .product-badgs {
  width: 80%;
  z-index: 19;
  position: absolute;
  bottom: 126px;
}
.catalog-product-view .page-main .product.media .fotorama__stage {
  border: none;
}
.catalog-product-view .page-main .product.media .fotorama__thumb-border {
  border-width: 1px;
  border: 1px solid #000000;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama__video-close {
    left: 0;
  }
}
@media only screen and (min-device-width: 426px) and (max-device-width: 780px) and (orientation: landscape) {
  .catalog-product-view .page-main .column.main .product.media .gallery-placeholder .product-video {
    width: 100%;
    margin-left: 0;
    margin-top: 54px;
    height: 80%;
  }
  .catalog-product-view .page-main .column.main .product.media .gallery-placeholder .fotorama-item .fotorama__stage .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame.fotorama-video-container.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__product-video--loaded {
    margin-left: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 425px) and (orientation: landscape) {
  .catalog-product-view .page-main .column.main .product.media .gallery-placeholder .product-video {
    width: 91%;
    margin-left: 0;
  }
}
.catalog-product-view .page-main .columns .product.data.items .switch {
  color: rgba(34, 37, 41, 0.4);
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content {
  padding: 24px 0 15px;
  border-top: 1px solid #e7e7e7;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .product.attribute.description .value p {
  font-weight: 300;
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .data.table.additional-attributes {
  width: 100%;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .data.table.additional-attributes th.col.label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 50px 16px 24px;
  border: 1px solid #e7e7e7;
  width: 20%;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .data.table.additional-attributes td.col.data {
  font-size: 16px;
  border: 1px solid #e7e7e7;
  padding: 16px 100px 16px 24px;
  width: 80%;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item {
  padding-bottom: 0px;
  border-bottom: none;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .p-2 {
  margin-right: 12px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item p.review-author {
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item time.review-details-value {
  line-height: 21px;
  color: #222529;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-ratings {
  margin-left: 46px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-ratings .rating-result {
  width: 64.5px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-ratings .rating-result:before {
  font-size: 12px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-ratings .rating-result &gt; span:before {
  font-size: 12px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-title {
  margin: 0 0 16px 46px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-content-container {
  margin-left: 46px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .item.review-item .review-content-container .review-content {
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .block.review-list .review-toolbar {
  border-bottom: none;
  border-top: none;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded {
  border-radius: 0;
  padding: 23px;
  border: 1px solid #e7e7e7;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form legend.legend.review-legend.flex-column.flex-sm-row {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-field-ratings .label {
  margin-bottom: 24px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-field-ratings .label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-field-ratings .control .review-field-rating .label span {
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-fieldset .row {
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-fieldset .row .review-field-nickname.required input#nickname_field {
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-fieldset .row .review-field-summary.required input#summary_field {
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product.data.items .data.item.content .rounded .review-form .review-fieldset .row .primary.actions-primary button.action.submit.primary span {
  font-weight: 600;
  line-height: 21px;
}
.catalog-product-view .page-main .columns .product-info-main .rating-summary .rating-result {
  width: 64.5px;
}
.catalog-product-view .page-main .columns .product-info-main .rating-summary .rating-result:before {
  color: #c3c5c9;
  font-size: 12px;
}
.catalog-product-view .page-main .columns .product-info-main .rating-summary .rating-result &gt; span:before {
  color: #c30400;
  font-size: 12px;
}
.catalog-product-view .page-main .columns .product-info-main .category {
  margin-bottom: 16px;
}
.catalog-product-view .page-main .columns img.pagebuilder-mobile-hidden {
  margin-top: 50px;
}
.catalog-product-view .page-wrapper .block.upsell {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.catalog-product-view .page-wrapper .block.upsell .section-title.slider-title.text-center {
  border: none;
  display: flex;
  justify-content: center;
}
.catalog-product-view .page-wrapper .block.upsell .slider-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  color: #222529;
  border-bottom: none;
}
.catalog-product-view .page-wrapper .block.upsell .slider-title strong {
  padding: 0em 1em;
  font-weight: 600;
}
.catalog-product-view .page-wrapper .block.upsell .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item {
  padding: 10px;
  border: 1px solid transparent;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item:hover {
  border: 1px solid #222529;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-photo:hover {
  box-shadow: none;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info {
  padding: 0;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover {
  border: none;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-badgs {
  width: 100%;
  z-index: 19;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #1a25ab;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 1.0714em;
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 10;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart {
  padding: 0 0.6rem;
  color: #ffffff;
  background-color: #ffffff;
  border-color: #1a25ab;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box {
  line-height: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box &gt; * {
  margin-top: 4px;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.6);
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.no-display {
  display: none;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price {
  order: 2;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #c30400;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot span:hover {
  color: #1a25ab;
  background: #1a25ab;
  border-color: #1a25ab;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots {
  display: block;
  position: initial;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #e7e7e7;
  margin: 5px 2px;
  position: relative;
  background: #e7e7e7;
  transition: all 0.5s;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot.active span {
  width: 32px;
  background: #1a25ab;
  height: 14px;
  border: 2px solid #1a25ab;
  margin: 5px 2px;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .sticky-product .sticky-image .product-image-photo.default_image {
    width: 50px;
  }
  .catalog-product-view .page-wrapper .breadcrumbs .items {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-weight: 500;
    line-height: 21px;
    color: rgba(34, 37, 41, 0.6);
  }
  .catalog-product-view .page-wrapper .breadcrumbs .items .item.product strong {
    color: #222529;
    line-height: 21px;
    font-weight: 500;
  }
  .catalog-product-view .page-wrapper .block.upsell .section-title.slider-title.text-center {
    border: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    color: #222529;
    border-bottom: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title strong {
    padding: 0.5em 1em;
    font-weight: 600;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 29%;
    height: 1px;
    background: linear-gradient(to right, rgba(217, 217, 217, 0.4), rgba(34, 37, 41, 0.6));
    left: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 29%;
    height: 1px;
    background: linear-gradient(to right, rgba(34, 37, 41, 0.6), rgba(217, 217, 217, 0.4));
    right: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .product-reviews-summary {
    margin: 0 0 0.625rem;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item {
    padding: 10px;
    border: 1px solid transparent;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item:hover {
    border: 1px solid #222529;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-photo:hover {
    box-shadow: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info {
    padding: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover {
    border: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info:hover .product-item-photo {
    box-shadow: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
    color: #1a25ab;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions {
    display: flex;
    justify-content: center;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart {
    padding: 0 0.55rem;
    color: #ffffff;
    background-color: #ffffff;
    border-color: #1a25ab;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-actions .tocart:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box {
    line-height: 1;
    display: flex;
    align-items: baseline;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price {
    order: 1;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(34, 37, 41, 0.6);
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.no-display {
    display: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price {
    order: 2;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price {
    order: 2;
    margin-right: 5px;
    line-height: 1;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price {
    order: 2;
    margin-right: 5px;
    line-height: 1;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .normal-price.special-price .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot span:hover {
    color: #1a25ab;
    background: #1a25ab;
    border-color: #1a25ab;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots {
    display: block;
    position: initial;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: 2px solid #e7e7e7;
    margin: 5px 2px;
    position: relative;
    background: #e7e7e7;
    transition: all 0.5s;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-dots .owl-dot.active span {
    width: 32px;
    background: #1a25ab;
    height: 14px;
    border: 2px solid #1a25ab;
    margin: 5px 2px;
    position: relative;
    transition: all 0.5s;
  }
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-facebook {
  background: #4e6aa4;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-twitter {
  background: #30B1E4;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-linkedin {
  background: #1981B9;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-googleplus {
  background: #E05D4C;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-social-links .share-email {
  background: #E05D4C;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .product-badgs {
    width: 80%;
    z-index: 19;
    position: absolute;
    bottom: 0;
    left: 118px;
    top: auto;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form {
    display: flex;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control {
    width: 122px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control .mage-error {
    color: #c30400;
    font-weight: 300;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control .mage-error:before {
    content: '\f84a';
    font-family: 'porto-icons';
    font-size: 12px;
    padding-right: 8px;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control .input-text.qty.mage-error {
    color: #222529;
    margin-bottom: 25px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control #qty-error {
    position: absolute;
    top: 50px;
    left: 0;
    width: max-content;
    margin: 8px 0px 0px 1px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .product-options-bottom {
    margin-bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .product-options-bottom .field.qty .control {
    width: 122px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: 370px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links {
    text-align: left;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-facebook {
    background: none;
    color: #222529;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-facebook:hover {
    background: #4e6aa4;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-twitter {
    background: none;
    color: #222529;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-twitter:hover {
    background: #30B1E4;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-linkedin {
    background: none;
    color: #222529;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-linkedin:hover {
    background: #1981B9;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-googleplus {
    background: none;
    color: #222529;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-googleplus:hover {
    background: #E05D4C;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-email {
    background: none;
    color: #222529;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-social-links .share-email:hover {
    background: #E05D4C;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr {
    display: table-row;
    border: 1px solid #e7e7e7;
  }
  .catalog-product-view .page-wrapper .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr th.col.label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 50px 16px 24px;
    border: none;
    width: 100%;
  }
  .catalog-product-view .page-wrapper .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr td.col.data {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #e7e7e7;
    padding: 16px 100px 16px 24px;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .columns .detailed .review-list .review-item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    border: none;
    margin-bottom: 1px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .rating-content {
    margin-left: 42px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details {
    position: inherit;
    margin-right: 0;
    color: #222529;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details .review-user {
    display: table;
    height: fit-content;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details .review-user .review-author {
    margin-right: 0px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details .review-user .review-date {
    position: inherit;
    margin-right: 10px;
    color: #222529;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2 {
    font-size: 30px;
    width: 25px;
    height: 25px;
    margin-right: 16px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-details i.fas.fa-user.border.rounded-circle.p-2:before {
    position: absolute;
    font-size: 13px;
    margin-left: -2px;
    margin-top: -3px;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-legend.legend {
    display: flex;
    text-transform: none;
    color: #222529;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
  }
  .catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions .actions-primary .submit {
    width: 175px;
  }
  .catalog-product-view .columns .block.related .section-title {
    color: #222529;
  }
  .catalog-product-view .columns .block.related .slider-title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 39%;
    height: 1px;
    background: linear-gradient(to right, rgba(217, 217, 217, 0.4), rgba(34, 37, 41, 0.6));
    left: 0;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 39%;
    height: 1px;
    background: linear-gradient(to right, rgba(34, 37, 41, 0.6), rgba(217, 217, 217, 0.4));
    right: 0;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart::before {
    display: inherit;
    content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart:hover::before {
    display: inherit;
    content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-wrapper .page-header .header-main .header.content.header-row {
    padding: 15px 10px;
  }
  .catalog-product-view .sticky-product .sticky-image {
    margin-right: 24px;
    display: inline-block;
  }
}
.catalog-product-view .page-wrapper .page-main .product-info-main .product-social-links {
  text-align: center;
}
.catalog-product-view .page-wrapper .header-main .header.content.header-row {
  padding: 10px 20px;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.title .css-detail {
  border-bottom: 1px solid #e7e7e7;
  padding: 24px 0;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.title .css-detail a.data.switch {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.title .css-detail a.data.switch:after {
  content: '\f800';
  font-family: 'porto-icons';
  color: #222529;
  font-weight: 600;
  float: right;
  margin-left: 5px;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.title .css-detail a.data.switch &gt; span &gt; span.counter {
  color: #222529;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .product-data-custom:not(.active) {
  min-height: 0 !important;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .product-data-custom.active .data.item.title .css-detail {
  border-bottom: none;
  padding-bottom: 0;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .product-data-custom.active .data.item.title .css-detail a.data.switch:before {
  content: '\e81c';
  font-family: 'porto-icons';
  color: #222529;
  font-weight: 600;
  float: right;
  margin-left: 5px;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .product-data-custom.active .data.item.title .css-detail a.data.switch:after {
  display: none;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content {
  padding-top: 24px;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .country_of_manu {
  display: none;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes {
  width: 100%;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr {
  display: flex;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr th.col.label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 10px 16px 24px;
  border: 1px solid #e7e7e7;
  width: 20%;
  background: none;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr td.col.data {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #e7e7e7;
  padding: 16px 24px 16px 24px;
  width: 80%;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tr td.col.data:before {
  display: none;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .data.item.content .block.review-list .block-title {
  display: none;
}
.catalog-product-view .columns .product-info-stock-sku {
  clear: both;
}
.catalog-product-view .columns .product-info-stock-sku h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.catalog-product-view .columns .product-info-stock-sku .category {
  padding-bottom: 8px;
}
.catalog-product-view .columns .product-info-stock-sku .category .posted_in {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.catalog-product-view .columns .product-info-stock-sku .category .posted_in &gt; a {
  color: #1a25ab;
  text-decoration: none;
}
.catalog-product-view .columns .product-info-stock-sku .category .posted_in &gt; a:hover {
  text-decoration: underline;
}
.catalog-product-view .columns .product-info-stock-sku .category .posted_in .brand_image {
  height: 30px;
  width: auto;
}
.catalog-product-view .columns .product-info-stock-sku .stock.available {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 21px;
  padding-bottom: 8px;
}
.catalog-product-view .columns .product-info-stock-sku .stock.available .label {
  font-weight: 400;
}
.catalog-product-view .columns .product-info-stock-sku .stock.available span + span {
  font-weight: 600;
}
.catalog-product-view .columns .product-info-stock-sku .stock.unavailable {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 21px;
  padding-bottom: 6px;
}
.catalog-product-view .columns .product-info-stock-sku .stock.unavailable .label {
  font-weight: 400;
}
.catalog-product-view .columns .product-info-stock-sku .stock.unavailable span + span {
  font-weight: 600;
}
.catalog-product-view .columns .product-info-stock-sku .product.sku {
  display: inline-flex;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 8px;
}
.catalog-product-view .columns .product-info-stock-sku .product.sku .type {
  font-weight: 400;
  padding-right: 3px;
}
.catalog-product-view .columns .product-info-stock-sku .product.sku .value {
  font-weight: 600;
}
.catalog-product-view .columns .product-info-stock-sku .country_id {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
}
.catalog-product-view .columns .product-info-stock-sku .country_of_manu {
  padding-bottom: 8px;
}
.catalog-product-view .columns .product-info-stock-sku .country_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) and (min-width: 391px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions {
    width: -webkit-fill-available;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: inherit;
  }
}
@media only screen and (max-width: 390px) and (min-width: 360px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions {
    width: -webkit-fill-available;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: inherit;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart span {
    padding-right: 0;
    bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 774px) {
  .catalog-product-view .page-wrapper .page-main .columns .column.main .product.media .gallery-placeholder .product-badgs {
    bottom: 126px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: 126px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset .actions .action.primary.tocart span {
    padding-right: 0;
    bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:before {
    display: none;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .product-options-bottom .box-tocart .field.qty .control {
    width: 90px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product-add-form .field.qty .control {
    width: 90px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.media .gallery-placeholder .product-badgs {
    bottom: 128px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view .sticky-product .container .sticky-detail {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 900px) {
  .catalog-product-view .sticky-product .container .sticky-detail {
    width: 60%;
  }
}
@media only screen and (max-width: 390px) and (min-width: 360px) {
  .catalog-product-view .sticky-product .container .sticky-detail {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
    width: 176px;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
    width: 279px;
  }
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: 112px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart span {
    padding-right: 0;
    bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:before {
    display: none;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .field.qty .control {
    width: 87px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .box-tocart .field.qty .control {
    width: 87px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.media .gallery-placeholder .product-badgs {
    bottom: 126px;
    top: auto;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .sticky-price-product .product-reviews-summary.short {
    display: none;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart {
    width: 50%;
    display: flex;
  }
}
@media only screen and (max-width: 319px) {
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart {
    width: 73px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart span {
    padding-right: 0;
    bottom: 0;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .actions .action.primary.tocart:before {
    display: none;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .field.qty .control {
    width: 87px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .box-tocart .field.qty .control {
    width: 87px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.media .gallery-placeholder .product-badgs {
    bottom: 126px;
    top: auto;
  }
  .catalog-product-view .sticky-product .container .sticky-detail .sticky-price-product .product-reviews-summary.short {
    display: none;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart {
    width: 50%;
    display: contents;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart a.action.towishlist.actions-secondary {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .catalog-product-view .sticky-product {
    padding: 125px 0 16px 0;
    z-index: 20;
  }
}
@media only screen and (min-width: 1025px) {
  .catalog-product-view .product.media .gallery-placeholder .product-video.responsive {
    margin-top: 80px;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama__video-close {
    top: 0;
    left: 118px;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama__loaded.fotorama__active img.zoomImg {
    display: none !important;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama-video-container.video-unplayed:hover img.zoomImg {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .catalog-product-view .product.media .gallery-placeholder .product-video.responsive {
    margin-top: 80px;
    width: 100%;
    margin-left: 0;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama__video-close {
    top: 0;
    left: 118px;
  }
  .catalog-product-view .product.media .gallery-placeholder .fotorama__loaded.fotorama__active img.zoomImg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short.css {
    padding-top: 9px;
  }
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama-video-container.video-unplayed:hover img {
    opacity: 1;
  }
}
@media only screen and (max-width: 870px) and (min-width: 768px) {
  .catalog-product-view .page-main .product-info-main .page-title-wrapper {
    max-width: 286px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item:hover {
    border-color: transparent;
  }
  .catalog-product-view .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    visibility: hidden;
  }
  .catalog-product-view.mobile-sticky .sticky-product {
    padding: 78px 0 10px;
    min-height: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .catalog-product-view .page-wrapper .page-main .product-item-info .product-item-details .product-item-actions .actions-primary .stock.unavailable {
    padding: 0;
    line-height: 20px;
    font-size: 8px;
    top: -1em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .catalog-product-view.mobile-sticky .sticky-product {
    padding: 90px 0 10px;
    min-height: 210px;
  }
  .catalog-product-view.mobile-sticky .mage-accordion-disabled .block-content .toolbar {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .columns .detailed .block-content .actions-toolbar.review-form-actions .actions-primary .submit:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-info {
    gap: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .product.media .gallery-placeholder .fotorama__loaded.fotorama__active img.zoomImg {
    display: none !important;
  }
  .catalog-product-view .sticky-product .sticky-detail {
    width: 55%;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-info {
    gap: 5px;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart {
    background-color: #1a25ab;
    border-color: #1a25ab;
    padding: 0 0em;
    max-width: 155px;
    min-width: 155px;
  }
}
.catalog-product-view .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.catalog-product-view .page-main .product.info .mage-accordion-disabled .product-data-custom.active .data.item.content {
  display: block !important;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items {
  border: 1px solid #d9d9d9;
  padding-right: 10px;
  display: inline-flex;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -1px;
  width: 0px;
  height: 0;
  border-right: 20px solid #d9d9d9;
  border-top: 11px solid transparent;
  border-bottom: 12px solid transparent;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items:after {
  content: "";
  position: absolute;
  left: -19px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-right: 19px solid white;
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items .item {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items .item .price-container .price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #222529;
}
.catalog-product-view .column.main .product-info-main .prices-tier.items .item .benefit {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}
.catalog-product-view .page-wrapper .page-main .columns .column.main .data.item.content .review-list .toolbar {
  border: none;
  margin-bottom: 0;
}
.product-item-photo .product-labels .product-label.sale-label {
  background-color: #c30400;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .sticky-product .sticky-detail .sticky-info {
    display: flex;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-info a.data.switch {
    color: #222529;
    font-weight: 400;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-info a.data.switch:hover {
    color: #1a25ab;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box {
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price.no-display {
    display: none;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price {
    order: 1;
    margin-right: 5px;
    line-height: 1;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .special-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .special-price .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #c30400;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price.special-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price.special-price .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .block.upsell {
    margin-bottom: 0;
    border-top: none;
    padding-top: 0;
  }
  .catalog-product-view .page-wrapper .page-footer {
    border-top: none;
    margin-top: 28px;
  }
  .catalog-product-view .page-wrapper .product.attribute.description .value [data-content-type='row'][data-appearance='contained'] {
    max-width: 1420px !important;
    font-weight: 400;
  }
  .catalog-product-view.fotorama__fullscreen .fotorama-item.fotorama--fullscreen .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .sticky-product .sticky-detail .sticky-info {
    display: none;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box {
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price.no-display {
    display: none;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .special-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .special-price .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #c30400;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price {
    order: 1;
    margin-right: 5px;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price .price {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price.special-price .price {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #222529;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price.special-price {
    order: 2;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price.special-price .price {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #c30400;
  }
  .catalog-product-view .sticky-product .container .actions.box-tocart .action.primary.tocart {
    max-width: 110px;
    height: 48px;
    margin-right: 8px;
    margin-left: 13px;
    padding: 0 1em;
    min-width: 90px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .field.qty .control #qty-error {
    position: absolute;
    top: 50px;
    left: 0;
    width: max-content;
    margin: 8px 0px 0px 1px;
    font-weight: 300;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .field.qty .control #qty-error:before {
    content: '\f84a';
    font-family: 'porto-icons';
    font-size: 12px;
    padding-right: 8px;
    color: #c30400;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .field.qty .control .input-text.qty.mage-error {
    margin-bottom: 25px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .category {
    display: none;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .country_of_manu {
    display: none;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product-info-main .product.attribute.overview {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    white-space: pre-line;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tbody {
    border-bottom: 1px solid #e7e7e7;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tbody tr th.col.label {
    border-right: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 12px;
  }
  .catalog-product-view .page-wrapper .page-main .columns .product.info .mage-accordion-disabled .data.item.content .data.table.additional-attributes tbody tr td.col.data {
    border-bottom: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 12px;
  }
  .catalog-product-view .page-wrapper .page-footer {
    border-top: none;
    margin-top: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell {
    margin-bottom: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .block-content.content .products.list.items .owl-dots {
    height: 20px;
  }
  .catalog-product-view .page-wrapper .block.related {
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
  }
  .catalog-product-view .page-wrapper .columns .block.related .slider-title {
    font-size: 20px;
    line-height: 30px;
  }
  .catalog-product-view .page-wrapper .columns .block.related .product-item-name a.product-item-link {
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .columns .block.related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .columns .block.related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .page-wrapper .columns .block.related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .container .block.upsell .slider-title {
    font-size: 20px;
    line-height: 30px;
  }
  .catalog-product-view .page-wrapper .container .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .container .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .page-wrapper .container .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .columns .product-info-main .page-title-wrapper h1.page-title {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .catalog-product-view .columns .product-info-main .product-info-price {
    margin-bottom: 10px;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box {
    display: flex;
    align-items: baseline;
    line-height: 1;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price.no-display {
    display: none;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price {
    order: 1;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price {
    order: 2;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price .price {
    font-size: 20px;
    line-height: 30px;
    color: #222529;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .price {
    font-size: 20px;
    line-height: 30px;
    color: #222529;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .special-price {
    order: 2;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .special-price .price {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #c30400;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price.special-price {
    order: 2;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price.special-price .price {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #c30400;
  }
  .catalog-product-view .columns .product-info-main .product-reviews-summary {
    margin-bottom: 10px;
    display: inline-table;
  }
  .catalog-product-view .columns .product-info-stock-sku h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .columns .product-info-stock-sku .stock.available {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .product-info-stock-sku .product.sku {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .product-info-stock-sku .category .posted_in {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .product-info-stock-sku .country_id {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .product-info-stock-sku .country_name {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .review-content-container .review-content {
    font-size: 12px;
    line-height: 18px;
    border: none;
    padding: 0;
  }
  .catalog-product-view .columns .detailed .review-list .review-item .rating-content {
    margin-top: -4px;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .legend.review-legend.flex-column.flex-sm-row {
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings {
    display: inline-grid;
    justify-content: center;
    width: -webkit-fill-available;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .label {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .label#Quality_rating_label {
    display: none;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control.review-control-vote {
    display: flex;
    margin-bottom: 0;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control.review-control-vote:before {
    position: inherit;
  }
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings div#product-review-table {
    justify-content: center;
    display: flex;
  }
  .catalog-product-view .page-wrapper &gt; .breadcrumbs .items {
    font-weight: 500;
    line-height: 21px;
    color: rgba(34, 37, 41, 0.6);
  }
  .catalog-product-view .page-wrapper &gt; .breadcrumbs .items li.item.product strong {
    color: #222529;
    font-weight: 500;
    line-height: 21px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-social-links {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .swatch-attribute-label {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.option .swatch-attribute-label {
    line-height: 18px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .swatch-attribute.color .swatch-attribute-label {
    line-height: 18px;
  }
  .catalog-product-view .page-wrapper .page-main .product-info-main .product-add-form .fieldset .swatch-opt {
    margin-top: 20px;
  }
  .catalog-product-view .page-wrapper .page-main .product.info .mage-accordion-disabled .data.item.title .css-detail a.data.switch {
    font-size: 14px;
    line-height: 21px;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-name-area .product-name {
    font-size: 10px;
  }
  .catalog-product-view .sticky-product .sticky-detail .product-info-price .old-price span.price {
    font-size: 10px;
    line-height: 15px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky .rating-result {
    width: 45.5px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky .rating-result:before {
    font-size: 8px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary.sticky .rating-result &gt; span:before {
    font-size: 8px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result {
    width: 45.5px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result:before {
    font-size: 8px;
  }
  .catalog-product-view .sticky-product .sticky-detail .sticky-price-product .product-reviews-summary.short .rating-summary .rating-result &gt; span:before {
    font-size: 8px;
  }
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 280px;
  }
}
@media only screen and (max-width: 374px) and (min-width: 360px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 320px;
  }
}
@media only screen and (max-width: 413px) and (min-width: 375px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 335px;
  }
}
@media only screen and (max-width: 424px) and (min-width: 414px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 374px;
  }
}
@media only screen and (max-width: 539px) and (min-width: 425px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 385px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__frame .fotorama__img {
    min-height: 440px;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__frame .fotorama__img {
    max-height: 664px;
  }
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .catalog-product-view .columns .block.related .slider-title:before {
    width: 32%;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    width: 32%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    width: 13%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    width: 13%;
  }
  .catalog-product-view .page-wrapper .page-main .product.media .gallery-placeholder .fotorama__stage {
    min-height: 421px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .catalog-product-view .columns .block.related .slider-title:before {
    width: 35%;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    width: 35%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    width: 20%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    width: 20%;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1025px) {
  .catalog-product-view .columns .block.related .slider-title:before {
    width: 36%;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    width: 36%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    width: 21%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    width: 21%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1100px) {
  .catalog-product-view .columns .block.related .slider-title:before {
    width: 36%;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    width: 36%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    width: 23%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    width: 23%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1201px) {
  .catalog-product-view .columns .block.related .slider-title:before {
    width: 36%;
  }
  .catalog-product-view .columns .block.related .slider-title:after {
    width: 36%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:before {
    width: 26%;
  }
  .catalog-product-view .page-wrapper .block.upsell .slider-title:after {
    width: 26%;
  }
}
.catalog-product-view .columns .detailed .block.review-add .block-content textarea#review_field.mage-error {
  border-color: #c30400;
  color: #222529;
}
.catalog-product-view .columns .detailed .block.review-add .field.required &gt; .label:after {
  content: '*';
  color: #c30400;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}
.catalog-product-view .product.info.detailed .description b {
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .description strong {
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .product.description ul li {
  list-style: inherit;
  display: list-item;
  text-align: -webkit-match-parent;
}
.catalog-product-view .product.info.detailed .product.description ul li a {
  color: #1a25ab;
}
.catalog-product-view .product.info.detailed .product.description ul li a:hover {
  color: #7fbc02;
}
.catalog-product-view .product.info.detailed .product.description .value {
  font-weight: 400;
}
.catalog-product-view .product.info.detailed .product.description .value h2 {
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 16px 0;
}
.catalog-product-view .product.info.detailed .product.description .value h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}
.catalog-product-view .product.info.detailed .product.description .value h4 {
  line-height: 24px;
}
.catalog-product-view .product.info.detailed .product.description .value h5 {
  font-size: 14px;
  line-height: 18px;
  color: #222529;
}
.catalog-product-view .product.info.detailed .product.description .value p {
  line-height: 21px;
}
.catalog-product-view .product.info.detailed .product.description .value img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions {
    display: block;
    margin: 0;
    height: 0;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    z-index: 10;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 0;
    margin-top: 10px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    border: 1px solid #e7e7e7;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare::before {
    visibility: visible;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare:hover {
    background: #1a25ab !important;
    border-color: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist {
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 0;
    margin-top: 0px;
    position: absolute;
    top: 63px;
    right: 15px;
    bottom: 0;
    visibility: hidden;
    opacity: 1;
    border: 1px solid #e7e7e7;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist:hover {
    background: #1a25ab !important;
    border-color: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist.already-added {
    background-color: #1a25ab;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    visibility: visible;
    line-height: 10px;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 0px;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 0;
    visibility: hidden;
    opacity: 1;
    border: 1px solid #e7e7e7;
    padding: 0 0.25rem;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart:hover {
    background: #1a25ab !important;
    border-color: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart::before {
    margin: 0;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart span {
    display: none;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .stock.unavailable {
    right: 0.8em;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    display: none;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist {
    visibility: visible;
  }
  .catalog-product-view .page-main .block.related .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    visibility: visible;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions {
    display: block;
    margin: 0;
    height: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    background: #ffffff;
    width: 38px;
    height: 38px;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    display: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare::before {
    visibility: inherit;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare:hover {
    background: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist {
    z-index: 10;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid transparent;
    border-color: #e7e7e7 !important;
    width: 38px;
    height: 38px;
    visibility: hidden;
    right: 15px;
    top: 63px;
    opacity: 1;
    position: absolute;
    transition: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist::before {
    visibility: inherit;
    padding: 4px 11px 10px 10px;
    height: 36px;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist:hover {
    background: #1a25ab !important;
    border-color: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist.already-added {
    background-color: #1a25ab;
    border-color: #1a25ab !important;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    z-index: 10;
    background: #ffffff;
    border: 1px solid transparent;
    border-color: #e7e7e7 !important;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    padding: 8.5px 9px 9px !important;
    right: 15px;
    top: 15px;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart::before {
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart:hover {
    background: #1a25ab !important;
    border-color: #1a25ab !important;
    color: #ffffff;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart.already-added {
    background-color: #1a25ab;
    border-color: #1a25ab !important;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart span {
    display: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    display: none;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist {
    visibility: visible;
  }
  .catalog-product-view .page-wrapper .block.upsell .products-grid .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    visibility: visible;
  }
}
.catalog-product-view .aligncenter {
  clear: both;
  display: block;
  margin: 4px auto 7px;
  text-align: center;
}
.catalog-product-view .page-main .product-add-form .product-options-wrapper {
  border-top: 1px solid #e7e7e7;
}
.catalog-product-view .page-main .review-list .review-toolbar {
  justify-content: center;
  background: inherit;
}
.catalog-product-view .page-main .review-list .review-toolbar .pages {
  border-bottom: none;
}
.catalog-product-view .page-main .review-list .review-toolbar .pages strong.page {
  color: #222529;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .columns .detailed .block-content .fieldset .review-field-ratings .control .mage-error {
    text-align: left;
  }
}
.catalog-product-view #about-product {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .box-tocart {
    max-width: fit-content;
  }
}
.page-main .price-box .old-price .price,
.product-item .price-box .old-price .price {
  color: rgba(34, 37, 41, 0.6);
  line-height: 23px;
}
.page-main .price-box .old-price + .normal-price .price,
.product-item .price-box .old-price + .normal-price .price {
  color: #c30400;
}
.page-products .layered-filter-block-container .filter-options .filter-options-scroll .filter-options-content {
  height: 256px;
  overflow-y: scroll;
  padding-right: 8px;
}
.page-products .layered-filter-block-container .filter-options .filter-options-scroll .filter-options-content::-webkit-scrollbar-thumb {
  background: #C1C8CD;
  border-radius: 4px;
  height: 60px;
}
.page-products .layered-filter-block-container .filter-options .filter-options-scroll .filter-options-content::-webkit-scrollbar {
  width: 4px;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price.special-price {
  margin: 0 8px 0 0;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price.special-price .price {
  color: #222529;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price.special-price + .normal-price .price {
  color: #c30400;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog-product-view .columns .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none !important;
}
.catalog-product-view .columns .block.related .products-related .items.product-items.owl-carousel.show-nav-title .owl-stage-outer .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.special-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.6);
}
.catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price.special-price {
  margin: 0 8px 0 0;
}
.catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .old-price.special-price + .normal-price .price {
  color: #c30400;
}
.catalog-product-view .sticky-product .sticky-detail .product-info-price .price-box .normal-price .price-label {
  display: none !important;
}
.catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.special-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.6);
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 12px;
  }
  .catalog-product-view .columns .product-info-main .product-info-price .price-box .old-price + .normal-price .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .catalog-product-view .page-wrapper .block.upsell .block-content .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box .old-price.special-price .price {
    font-weight: 500;
  }
}
/*
* Mini Cart
*/
@media screen and (max-width: 576px) {
  .checkout-index-index .checkout-shipping-method .no-quotes-block {
    padding: 0 20px;
  }
}
.checkout-cart-index .page-main .column.main .block.crosssell .product-item .product-badgs {
  width: 100%;
  z-index: 19;
  position: absolute;
  bottom: 0;
  left: 0;
}
.minicart-wrapper .block-minicart .block-content &gt; .actions &gt; .primary .action.primary {
  font-weight: 600;
  color: #ffffff;
  background-color: #1a25ab;
  height: 48px;
}
.minicart-wrapper .block-minicart .block-content &gt; .actions &gt; .primary .action.primary:hover {
  background-color: #7fbc02;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty {
  display: flex;
  align-items: flex-start;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty .update-cart-item {
  background: #7fbc02;
  height: 26px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .actions {
  margin-left: 5px;
}
/*
* Cart page
*/
.checkout-cart-index .page-main .column.main .cart-container .action.update {
  opacity: 1;
}
.checkout-cart-index .page-main .column.main .cart-container .content .actions-toolbar .action.apply.primary {
  opacity: 1;
}
.checkout-cart-index .page-main .page-title-wrapper {
  padding: 44px 0 40px 0;
}
.checkout-cart-index .page-main .page-title-wrapper &gt; h1.page-title {
  color: #222529;
  font-weight: 600;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .page.messages .message {
  font-weight: 400;
  line-height: 20px;
  padding: 24px;
}
.checkout-cart-index .page-main .page.messages .message &gt; *:first-child:before {
  font-size: 24px;
  line-height: 24px;
}
.checkout-cart-index .page-main .cart-empty .btn-go-shop {
  color: #ffffff;
  background-color: #1a25ab;
}
.checkout-cart-index .page-main .cart-empty .btn-go-shop:hover {
  background-color: #7fbc02;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table th {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-top: 1px solid #e7e7e7;
  padding: 16px 8px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table th:first-child {
  padding-left: 0;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table th.col.subtotal {
  text-align: left;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody {
  border-top: none;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td:first-child {
  padding-left: 0;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a {
  color: #222529;
  font-weight: 500;
  line-height: 21px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a:hover {
  color: #1a25ab;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options dt {
  font-weight: 500;
  grid-column-start: 1;
  margin-right: 24px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options dd {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  grid-column-start: 2;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .price-excluding-tax {
  font-weight: 400;
  line-height: 21px;
  color: #222529;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control {
  position: relative;
  width: 104px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
  position: absolute;
  top: 50px;
  width: max-content;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control input.mage-error {
  border-color: #ff5b5b;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control:has(input.mage-error) + .qty-changer .qty-inc,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control:has(input.mage-error) + .qty-changer .qty-dec {
  border-color: #ff5b5b;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .input-text.qty {
  line-height: 21px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .qty-inc:hover,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .qty-dec:hover {
  background-color: #E7E7E7;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td.col.subtotal .price {
  color: #7fbc02 !important;
  font-size: 14px;
  font-weight: 400 !important;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete {
  margin: 0 5px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist::before,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit::before,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete::before {
  font-weight: 600;
  color: #1a25ab;
  font-size: 18px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist:hover::before,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit:hover::before,
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete:hover::before {
  color: #007bff;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e08a';
  font-family: 'simple-line-icons';
  vertical-align: middle;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit {
  position: relative;
  right: 0px;
  top: 0;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit::before {
  content: '\e05f';
  font-family: 'simple-line-icons';
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete {
  position: relative;
  right: 0px;
  top: 0;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete::before {
  content: '\e054';
  font-family: 'simple-line-icons';
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update {
  font-size: 14px;
  font-weight: 600;
  background-color: #1a25ab;
  color: #ffffff;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update:hover {
  background-color: #7fbc02;
}
.checkout-cart-index .page-main .cart-container .abs-action-cart-button button.action:not(:hover) {
  background-color: #7fbc02;
  color: #ffffff;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .field input#coupon_code {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: 45px;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button.apply {
  font-size: 14px;
  font-weight: 600;
  background-color: #1a25ab;
  color: #ffffff;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button.apply:hover {
  background-color: #7fbc02;
}
.checkout-cart-index .page-main .cart-container .cart-summary &gt; .summary.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #222529;
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping &gt; .title {
  padding-left: 0;
  padding-right: 15px;
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping &gt; .title::after {
  right: 5px;
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping &gt; .title strong {
  font-size: 14px;
  font-weight: 500;
  color: #222529;
  line-height: 21px;
}
.checkout-cart-index .page-main .cart-container .cart-summary dt.item-title {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-summary .block .price {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-summary #cart-totals tbody th {
  padding-left: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary #cart-totals tbody td {
  padding-right: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary #cart-totals tbody .grand.totals .mark {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.checkout-cart-index .page-main .cart-container .cart-summary #cart-totals tbody .grand.totals .amount {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a25ab;
  line-height: 21px;
  height: 48px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background-color: #7fbc02;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout::after {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.primary.checkout::before {
  content: '\e8c4';
  font-family: 'porto-icons';
  padding-right: 16px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.multicheckout {
  font-weight: 400;
  color: #222529;
  line-height: 21px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout-methods-items .action.multicheckout:hover {
  color: #1a25ab;
  text-decoration: underline;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .products-grid .product-item {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .slider-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  color: #1a25ab;
  border-bottom: none;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .slider-title strong {
  padding: 0.5em 1em;
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .slider-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 27%;
  height: 1px;
  background: linear-gradient(to right, rgba(217, 217, 217, 0.4), rgba(34, 37, 41, 0.6));
  left: 0;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .slider-title:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 27%;
  height: 1px;
  background: linear-gradient(to right, rgba(34, 37, 41, 0.6), rgba(217, 217, 217, 0.4));
  right: 0;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info {
  width: 100%;
  text-align: start;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box {
  line-height: 1;
  text-align: start;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box &gt; * {
  margin-top: 4px;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box p.minimal-price.d-flex {
  margin-top: 17px;
  align-items: baseline;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box .price {
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box .old-price {
  order: 1;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box .old-price .price {
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #22252999;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box .special-price {
  order: 2;
  margin-right: 5px;
  line-height: 1;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-item-info .product-item-details .price-box .normal-price {
  order: 2;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-item .product-reviews-summary .rating-summary .rating-result &gt; span:before {
  color: #c30400;
}
.checkout-cart-index .modal-popup .modal-title {
  border: none;
  font-size: 1rem;
  padding-top: 20px;
}
.checkout-cart-index .modal-popup .modal-footer {
  border: none;
}
.checkout-cart-index .modal-popup .modal-footer .action-secondary:hover {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.checkout-cart-index .modal-popup .modal-footer .action-primary {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.checkout-cart-index .modal-popup .modal-footer .action-primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
@media screen and (min-width: 1200px) {
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options {
    display: grid;
    grid-template-columns: max-content auto;
  }
}
@media (min-width: 992px), print {
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .product-item-name &gt; a {
    text-align: start;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .item .col.item {
    padding: 20px 5px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table th,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table td {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a {
    text-align: start;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td.col.subtotal {
    text-align: left;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell {
    width: 100%;
    float: left;
    padding: 0 4% 0 4%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .products-grid .product-item {
    width: 25%;
  }
}
/* Mobile */
@media only screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.item,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.qty,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.price,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.subtotal,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.action,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.item,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.price,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.subtotal,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.action,
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.msrp {
    display: block;
    text-align: center;
  }
  .minicart-wrapper .block-minicart .minicart-items .product-item-details .actions {
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .block.crosssell {
    margin-top: 5px;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-weight: 500;
  }
  .checkout-cart-index .page-main .product-item .product-item-info .product-item-name a.product-item-link {
    height: 38px;
  }
}
/*
* Checkout page
*/
.checkout-index-index .page-main .authentication-wrapper {
  width: 4%;
  line-height: 1;
  margin: 0px 0 20px 10px;
}
.checkout-index-index .page-main .authentication-wrapper:has(aside._show) {
  width: 33.3333%;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item {
  width: 160px;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item &gt; span {
  width: 100%;
  color: #cccccc;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item &gt; span:after {
  background: #e4e4e4;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._active &gt; span {
  color: #222529;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._active &gt; span:before {
  background: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._active &gt; span:after {
  background: #1a25ab;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._complete &gt; span {
  color: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._complete &gt; span:before {
  background: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._complete &gt; span:after {
  background: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #1a25ab;
}
.checkout-index-index .page-main .opc-progress-bar-item &gt; span:after {
  height: 22px;
  margin-left: -10px;
  top: 5px;
  width: 22px;
}
.checkout-index-index .page-main .opc-block-summary span.title {
  text-align: start;
  position: absolute;
}
.checkout-index-index .page-main .opc-block-summary .items-in-cart &gt; .title {
  padding: 0.5em 2em 0.9em 0;
  cursor: pointer;
  display: block;
  text-align: end;
}
.checkout-index-index .page-main .opc-block-summary .product-item .product-item-inner {
  display: flex;
  margin: 0;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}
.checkout-index-index .page-main .opc-block-summary .product-item .subtotal {
  text-align: right;
  margin-left: auto;
  margin-right: 15px;
}
.checkout-index-index .page-main .opc-block-summary .product-item .subtotal .price-excluding-tax .cart-price .price {
  color: #1a25ab;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .page-main .opc-block-summary .table-totals {
  margin-top: 45px;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 25px;
  margin: 2rem 0 2em;
  padding: 1em;
  width: 33%;
  display: flex;
  flex-direction: column;
  float: left;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-item.selected-item {
  border-color: #1a25ab;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-item.selected-item:after {
  background: #1a25ab;
  height: 25px;
  width: 25px;
  font-size: 19px;
  line-height: 19px;
  padding-top: 2px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method:last-child {
  border-bottom: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
  border-top: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content {
  padding: 0px 0px 1em 0px;
  float: left;
  width: 70%;
  max-width: 768px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .form-discount {
  max-width: 700px;
  display: flex;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
  width: 60%;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .action.action-apply {
  height: 48px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method-content .payment-option-title.field.choice {
  margin: 0 15px 0 0px;
  padding: 1em 0 1em 5px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method-content .payment-option-content .form-discount .actions-toolbar {
  padding: 0;
}
.checkout-index-index .page-main #checkout.checkout-container button.action-select-shipping-item {
  background-color: #1a25ab;
  border-color: #1a25ab;
  color: #fff;
}
.checkout-index-index .page-main .new-address-popup .action-show-popup span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-header {
  padding-bottom: 0;
  border-bottom: none;
  border-color: transparent;
  margin-bottom: 0;
}
.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  width: 41px;
  height: 41px;
  right: 0;
  top: 0;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #e7e7e7;
  margin-bottom: 2rem;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header .modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 30px;
  border-bottom: none;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header .action-close {
  width: 41px;
  height: 41px;
  right: 0;
  top: 30px;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action-hide-popup {
  margin-top: 0px;
  border: 1px solid #22252929;
  color: #22252966;
  line-height: 30px;
  padding: 0em 2em;
  height: 48px;
  background-color: #fff;
  text-transform: uppercase;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action-hide-popup span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action-hide-popup:hover {
  border: 1px solid #7fbc02;
  color: #fff;
  background-color: #7fbc02;
}
.checkout-index-index .modals-wrapper .modal-footer button.action-save-address {
  order: 2;
  margin: 0 2.5em 0 1em;
}
.checkout-index-index .modals-wrapper .modal-footer button.action-save-address span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .modal-popup .form.form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address .field._required {
  width: 45%;
  float: left;
  margin: 0 16px 15px;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address div.field:has(input.input-text[name="region"]) {
  width: 95%;
  margin: 0 16px 15px;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address div.field:has(input.input-text[name="company"]) {
  width: 95%;
  margin: 0 15px 15px;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address fieldset.field.street.admin__control-fields.required {
  width: 100%;
  margin: 0 16px 15px;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address fieldset.field.street.admin__control-fields.required .field._required {
  width: 95%;
  margin: 0;
}
.checkout-index-index .modal-popup .form.form-shipping-address .address .field.choice {
  margin: 0 16px 0;
}
@media (min-width: 769px), print {
  .checkout-index-index .page-main .opc-progress-bar-item &gt; span:after {
    height: 22px;
    margin-left: -10px;
    top: 5px;
    width: 22px;
  }
  .checkout-index-index .page-main .authentication-wrapper {
    width: 33.3333%;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .opc-payment .actions-toolbar {
    padding: 0 15px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .opc-payment .payment-method-content .payment-option-content .form-discount .actions-toolbar {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .checkout-index-index .page-main .authentication-wrapper {
    margin: 20px 0 20px 10px;
  }
}
.checkout-index-index .page-main .opc-progress-bar {
  text-align: center;
  margin: 45px 0;
}
.checkout-index-index .page-main .authentication-wrapper {
  line-height: 35px;
  margin: 0px 0 20px 10px;
}
.checkout-index-index .page-main .authentication-wrapper button.action-auth-toggle span {
  color: #7fbc02;
}
.checkout-index-index .page-main .authentication-wrapper button.action-auth-toggle span:hover {
  color: #1a25ab;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown {
  border-top-color: #7fbc02;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar &gt; .primary .action {
  padding: 10px 20px;
  background-color: #7fbc02;
  border: 1px solid #7fbc04;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar &gt; .primary .action:hover {
  background-color: #1a25ab;
  border: 1px solid #1a25ab;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar &gt; .primary .action span {
  color: white;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar &gt; .secondary .action {
  color: #7fbc02;
}
.checkout-index-index .page-main .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar &gt; .secondary .action:hover {
  color: #1a25ab;
}
.checkout-index-index .page-main .opc-estimated-wrapper .estimated-block .estimated-price {
  color: #7fbc02;
}
.checkout-index-index .page-main .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-main .abs-field-tooltip input {
  margin-right: 0.5em;
  width: 100%;
}
.checkout-index-index .page-main .field .control._with-tooltip input {
  margin-right: 0.5em;
  width: 100%;
}
.checkout-index-index .page-main button.action.primary {
  background-color: #1a25ab;
  border: none;
}
.checkout-index-index .page-main button.action.primary:hover {
  background-color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .actions-toolbar button.action.continue {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.checkout-index-index .page-main .opc-wrapper .actions-toolbar button.action.continue:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-login div.mage-error {
  font-size: 0.9em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .field select.select {
  min-height: 48px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset &gt; .field .additional {
  margin-top: 2.5em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .fieldset &gt; .fields &gt; .field .additional {
  margin-top: 2.5em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address .field-error {
  font-size: 0.9em;
  color: #ff5b5b;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .fieldset &gt; .field .additional {
  margin-top: 2.5em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .fieldset &gt; .fields &gt; .field .additional {
  margin-top: 2.5em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .field-error {
  font-size: 0.9em;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .opc-payment .action.primary {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
  height: 48px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .opc-payment .action.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-update {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
  border: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-update:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-title .action-toggle {
  color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .action.action-apply {
  color: #ffffff;
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .action.action-apply:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .form-discount {
  max-width: 768px;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-header .action-close {
  color: #838383;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-header .action-close::before {
  top: 8px;
  left: -8px;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-header .action-close::after {
  height: 17px;
  top: 0;
  left: 0;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-title {
  padding: 0 15px 10px;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0px;
  right: 10px;
}
.checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
  padding: 0 15px;
}
.checkout-index-index .page-main .opc-block-summary .product-item .product-item-inner {
  display: flex;
  margin: 0 0 0.5em;
  width: 100%;
  flex-direction: column;
}
.checkout-index-index .page-main .opc-block-summary .product-item .subtotal {
  text-align: left;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .toggle {
  cursor: pointer;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-name {
  font-size: 1.25em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  font-weight: 400;
  white-space: inherit;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-details {
  max-width: 100%;
  padding: 0;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-details .details-qty {
  margin-top: 0;
  margin-bottom: 0.3em;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-details .details-qty .label:after {
  margin-right: 3px;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-details .product-item-name-block {
  display: inline-table;
}
.checkout-index-index .modals-wrapper .form-shipping-address .field-error {
  color: #ff5b5b;
}
.checkout-index-index .modals-wrapper .modal-footer button.action-save-address {
  background-color: #1a25ab;
  border: none;
}
.checkout-index-index .modals-wrapper .modal-footer button.action-save-address:hover {
  background-color: #7fbc02;
}
.checkout-onepage-success .page-main a.action.primary.continue {
  background-color: #1a25ab;
  border-color: #1a25ab;
  padding: 14px 30px;
  height: 48px;
}
.checkout-onepage-success .page-main a.action.primary.continue:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-onepage-success .page-main #registration a.action.primary {
  background-color: #7fbc02;
  border-color: #7fbc02;
  padding: 14px 30px;
  height: 48px;
}
.checkout-onepage-success .page-main #registration a.action.primary:hover {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.checkout-index-index .page-wrapper #checkout.checkout-container #checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset hr {
  background: none;
  padding-bottom: 10px;
}
.checkout-index-index .page-wrapper #checkout.checkout-container #checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset .items.payment-methods .payment-method._active {
  color: #222529;
  font-weight: 400;
  line-height: 21px;
}
.checkout-index-index .page-wrapper #checkout.checkout-container #checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset .items.payment-methods .payment-method {
  color: #222529;
  font-weight: 400;
  line-height: 21px;
}
.checkout-index-index .page-wrapper #checkout.checkout-container #checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset #checkout-payment-method-load.opc-payment .step-title {
  padding-left: 15px;
  font-size: 20px !important;
  line-height: 30px !important;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .page-main .checkout-container .checkout-shipping-address .step-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.firstname"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.telephone"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.postcode"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field[name="shippingAddress.company"] {
    width: 48.5%;
    float: left;
    clear: both;
  }
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.lastname"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.country_id"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.city"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field._required[name="shippingAddress.region_id"],
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field[name="shippingAddress.region"] {
    width: 48.5%;
    float: right;
  }
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address fieldset.field.street.admin__control-fields.required {
    width: 48.5%;
    float: left;
    clear: both;
  }
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .field[name="shippingAddress.company"] {
    padding-bottom: 20px;
  }
  .checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address .select[name="region_id"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
  }
  .checkout-index-index .page-main #checkout.checkout-container li#opc-shipping_method.checkout-shipping-method .checkout-shipping-method .step-title {
    width: 50%;
    border-bottom: none;
  }
  .checkout-index-index .page-main #checkout.checkout-container li#opc-shipping_method.checkout-shipping-method .checkout-shipping-method #checkout-step-shipping_method {
    border-top: 1px solid #e7e7e7;
  }
}
.checkout-index-index .page-main #checkout.checkout-container div#shipping-new-address-form.fieldset.address fieldset.field.street.admin__control-fields.required .field._required label.label {
  display: none;
}
.checkout-index-index .page-main #checkout.checkout-container button[type=button].action:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap div#shipping-new-address-form.fieldset.address fieldset.field.street.admin__control-fields.required .field._required label.label {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action-hide-popup {
  margin-top: 2px;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap div#shipping-new-address-form.fieldset.address .control._with-tooltip .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header .modal-title {
  font-weight: 600;
}
.checkout-index-index .page-main .modal-inner-wrap .block.block-customer-login .message.message-error.error {
  padding: 6px 1em 6px 3em;
}
.checkout-index-index .page-main #checkout.checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show .modal-content .opc-block-summary {
  margin-bottom: 0px;
}
.checkout-index-index .page-main .modal-inner-wrap .opc-block-shipping-information .shipping-information {
  padding-left: 7px;
}
.checkout-index-index .page-main .modals-wrapper .modal-popup .modal-inner-wrap .modal-title {
  font-weight: 600;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.checkout-index-index .opc-block-summary span.title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.checkout-index-index .opc-block-summary .totals.discount .mark span.title {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-title.field.choice label.lable {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-billing-address .checkout-billing-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.number.required .input-text {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.holdername.required .input-text {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required .control {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required .control .input-text.cvv {
  width: 225px;
}
@media screen and (min-width: 768px) {
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.number.required {
    width: 48.5% !important;
    float: left !important;
    padding-right: 1em;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.number.required .input-text {
    width: 100%;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.holdername.required {
    width: 48.5% !important;
    float: right !important;
    padding-right: 1em;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.holdername.required .input-text {
    width: 100%;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.date.required {
    width: 48.5% !important;
    float: left !important;
    padding-right: 1em;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.date.required .field.no-label.month {
    width: 67% !important;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.date.required .field.no-label.month .control .select.select-month {
    width: 100%;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.date.required .field.no-label.year {
    width: 33% !important;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.date.required .field.no-label.year .select.select-year {
    width: 100%;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required {
    width: 48.5% !important;
    float: right !important;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required .input-text.cvv {
    width: 100% !important;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required .control {
    width: 100%;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content fieldset#payment_form_omise_cc.fieldset.payment.items.ccard.omise_cc .field {
    width: 100%;
    float: left;
  }
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 100%;
  padding: 15px 0;
  border: 0;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
    height: 450px;
  }
}
.qty.field .input-text.qty {
  font-weight: 400 !important;
}
.col.qty .input-text.qty {
  font-weight: 400 !important;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table thead {
  background: #F2F4F6;
  border: 1px solid #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table thead th.data {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  border-bottom: none;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table thead th.actions {
  display: table-cell;
  border-top: none;
  text-align: center;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table thead th.qty {
  display: table-cell;
  border-top: none;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.product {
  border-top: none;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.product .product-item-name a {
  color: #222529;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.product .product-item-name a:hover {
  color: #1a25ab;
  text-decoration: underline;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty {
  vertical-align: middle;
  border-top: none;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty {
  display: flex;
  justify-content: center;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty .control .input-text.qty {
  width: 80px;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty .qty-changer .qty-inc {
  margin: 0;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty .qty-changer .qty-inc:hover {
  background-color: #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty .qty-changer .qty-dec {
  margin: 0;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty .qty-changer .qty-dec:hover {
  background-color: #e7e7e7;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.address {
  vertical-align: middle;
  border-top: none;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.address .field.address .control select {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions {
  display: revert;
  vertical-align: middle;
  border-top: none;
  text-align: center;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions a.action.delete:before {
  content: "\e054";
  font-family: 'simple-line-icons';
  color: #1a25ab;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions a.action.delete:hover:before {
  color: #007bff;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions a.action.delete span {
  display: none;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .primary .action.primary.continue {
  background-color: #1a25ab;
  border-color: #1a25ab;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-right: 9px;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .primary .action.primary.continue:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar a.action.back {
  border: 1px solid #e7e7e7;
  width: 250px;
  height: 48px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 37, 41, 0.6);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar a.action.back:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f060";
  padding-right: 16px;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar a.action.back:hover {
  background-color: #7fbc02;
  color: #ffffff;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.update {
  width: 250px;
  height: 48px;
  border: 1px solid #e7e7e7;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.update:hover {
  background-color: #7fbc02;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.add {
  width: 250px;
  height: 48px;
  border: 1px solid #e7e7e7;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.add:hover {
  background-color: #7fbc02;
}
.multishipping-checkout-addresses .page-wrapper .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout-shipping .page-wrapper .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-title {
  border-bottom: none;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-title strong {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-title strong &gt; span {
  color: #00000066;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-title .action.edit {
  float: right;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-title .action.edit span {
  display: none;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-title .action.edit:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-content {
  min-height: 300px;
  max-height: 300px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-address .box-content address {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  overflow-wrap: anywhere;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-method .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-method .box-content {
  min-height: 300px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-method .box-content .item-content .fieldset .field.choice {
  display: flex;
  align-items: center;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-content .box-shipping-method .box-content .item-content .fieldset .field.choice .method {
  margin-right: 15px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-title .action.edit {
  float: right;
  color: #1a25ab;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-title .action.edit span {
  display: none;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-title .action.edit:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-content .items.data.table thead {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-content .items.data.table thead tr th.col {
  border-bottom: none;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-content .items.data.table tbody .col.item strong.product.name.product-item-name a {
  color: #222529;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 0;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-content .items.data.table tbody .col.item strong.product.name.product-item-name a:hover {
  color: #1a25ab;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .block-shipping .box-items .box-content .items.data.table tbody .col.qty {
  text-align: center;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .actions-toolbar button.action.primary.continue {
  background-color: #1a25ab;
  border-color: #1a25ab;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-right: 9px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .actions-toolbar button.action.primary.continue:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .actions-toolbar a.action.back {
  border: 1px solid #e7e7e7;
  width: 250px;
  height: 48px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 37, 41, 0.6);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .actions-toolbar a.action.back:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f060";
  padding-right: 16px;
}
.multishipping-checkout-shipping .page-wrapper .page-main .columns .column.main .multicheckout.shipping .actions-toolbar a.action.back:hover {
  background-color: #7fbc02;
  color: #ffffff;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main .columns .column.main .fieldset .legend {
  color: #222529;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main .columns .column.main .form-address-edit .actions-toolbar button.action.save.primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.multishipping-checkout_address-newshipping .page-wrapper .page-main .columns .column.main .form-address-edit .actions-toolbar button.action.save.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout_address-editshipping .page-wrapper .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout_address-editshipping .page-wrapper .page-main .columns .column.main .fieldset .legend {
  color: #222529;
}
.multishipping-checkout_address-editshipping .page-wrapper .page-main .columns .column.main .form-address-edit .actions-toolbar button.action.save.primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.multishipping-checkout_address-editshipping .page-wrapper .page-main .columns .column.main .form-address-edit .actions-toolbar button.action.save.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout-billing .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address {
  width: 50%;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address .box-title .action {
  float: right;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address .box-title .action span {
  display: none;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address .box-title .action:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-address .box-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  min-height: 283px;
  max-height: 283px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-method .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-method .box-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  min-height: 283px;
  max-height: 283px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .block-content .box-billing-method .box-content .checkout-payment-method .item-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .actions-toolbar .action.primary.continue {
  background-color: #1a25ab;
  border-color: #1a25ab;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-right: 9px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .actions-toolbar .action.primary.continue:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .actions-toolbar .action.back {
  border: 1px solid #e7e7e7;
  width: 285px;
  height: 48px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 37, 41, 0.6);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .actions-toolbar .action.back:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f060";
  padding-right: 16px;
}
.multishipping-checkout-billing .page-main .columns .column.main .form.multicheckout.billing .actions-toolbar .action.back:hover {
  background-color: #7fbc02;
  color: #ffffff;
}
.multishipping-checkout-billing .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.multishipping-checkout-overview .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
.multishipping-checkout-overview .page-main .page-title-wrapper .page-title .base {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: uppercase;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-title {
  border-bottom: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-title strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address {
  width: 50%;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address .box-title .action {
  float: right;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address .box-title .action span {
  display: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address .box-title .action:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-address .box-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  min-height: 250px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-title .action {
  float: right;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-title .action span {
  display: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-title .action:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  min-height: 250px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-content .checkout-payment-method .item-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-billing .block-content .box-billing-method .box-content .payment-method .title {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-title {
  border-bottom: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-title strong {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .title strong {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .title strong &gt; span {
  color: #00000066;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address {
  width: 50%;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-title .action.edit {
  float: right;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-title .action.edit span {
  display: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-title .action.edit:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-content {
  min-height: 235px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-address .box-content address {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method {
  padding-right: 0;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-title &gt; span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-title .action.edit {
  float: right;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-title .action.edit span {
  display: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-title .action.edit:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-content {
  min-height: 235px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-shipping-method .box-content .price {
  font-weight: 300;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content {
  border-radius: 0;
  padding: 0;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr {
  background-color: #f5f5f5;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr th {
  border-bottom: 1px solid #e9ecef;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col.item .action span {
  display: none;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col.item .action:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col.price {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col.subtotal {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review thead tr .col.qty {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.item .product-item-name a {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.item .product-item-name a:hover {
  color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.price {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.price .price-excluding-tax .cart-price .price {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.qty {
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.subtotal {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tbody tr .col.subtotal .price-excluding-tax .cart-price .price {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tfoot tr.totals {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tfoot tr.totals .price {
  color: #222529;
  font-weight: 400;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tfoot tr.totals .mark strong {
  font-weight: 400;
  text-transform: capitalize;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tfoot .totals-tax {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .block-shipping .block-content .box-items .box-content .table-order-review tfoot .amount {
  text-align: center;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review {
  float: right;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .grand.totals {
  margin-left: 71px;
  margin-bottom: 48px;
  text-align: right;
  padding-right: 20px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .grand.totals .mark {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-right: 20px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .grand.totals .amount .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar {
  display: flex;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .primary {
  order: 2;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .primary .action.primary.submit {
  width: 300px;
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .primary .action.primary.submit:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .primary .action.primary.submit span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .secondary {
  order: 1;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .secondary .action.back {
  margin-right: 16px;
  border: 1px solid #e7e7e7;
  width: 285px;
  height: 48px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 37, 41, 0.6);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .secondary .action.back:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f060";
  padding-right: 16px;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .secondary .action.back:hover {
  background-color: #7fbc02;
  color: #ffffff;
}
.multishipping-checkout-overview .page-main .column.main .multicheckout.order-review .checkout-review .actions-toolbar .secondary .action.back span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.checkout-index-index .checkout-payment-method .field-select-billing,
.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: unset;
}
@media screen and (max-width: 576px) {
  .checkout-index-index .checkout-billing-address .billing-address-same-as-shipping-block {
    display: flex;
    align-items: flex-start;
  }
}
.checkout-index-index .payment-method-content .actions-toolbar iframe.component-frame.invisible {
  display: none;
}
.checkout-onepage-success .checkout-title-addin {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 24px;
}
.checkout-onepage-success .checkout-success {
  padding: 0;
}
.checkout-onepage-success .checkout-success .title-success-box .icon-success-box {
  color: #1a25ab;
  font-size: 16px;
  width: 50px;
  height: 50px;
  padding: 16px 15px;
  background: rgba(26, 37, 171, 0.1);
  border-radius: 25px;
  margin: 0 auto 16px;
}
.checkout-onepage-success .checkout-success .title-success-box .text-title-success {
  margin: 0 0 24px;
}
.checkout-onepage-success .checkout-success .title-success-box .text-title-success::before {
  display: none;
}
.checkout-onepage-success .checkout-success p a.order-number strong {
  font-weight: 500;
}
.checkout-onepage-success .checkout-success &gt; p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 20px;
}
.checkout-onepage-success .checkout-success &gt; p:last-child {
  margin: 0;
}
.checkout-onepage-success .checkout-success &gt; p span {
  color: #1a25ab;
  font-weight: 500;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  margin: 24px 0 0;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow {
  margin: 8px auto 0;
  max-width: 735px;
  text-align: center;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .amount-pay {
  color: #222529;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .money-pay {
  color: #1a25ab;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 16px 0;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .paynow-note {
  margin: 16px auto 0;
  max-width: 700px;
  color: #222529;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .paynow-note strong {
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .paynow-note p {
  margin: 0;
  line-height: 20px;
}
.checkout-onepage-success .checkout-success .checkout-success-paynow .supported-banks &gt; p {
  color: #222529;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  body.checkout-onepage-success .page-wrapper #maincontent .columns .column.main {
    padding: 60px 0 0;
  }
  .checkout-onepage-success .checkout-title-addin {
    font-size: 20px;
  }
  .checkout-onepage-success .checkout-success .title-success-box .text-title-success {
    margin: 0 0 21px;
    font-size: 20px;
  }
  .checkout-onepage-success .checkout-success &gt; p {
    font-size: 14px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-paynow .amount-pay {
    font-size: 14px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-paynow .money-pay {
    font-size: 20px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-paynow .paynow-note {
    font-size: 14px;
  }
  .checkout-onepage-success .checkout-success .checkout-success-paynow .supported-banks &gt; p {
    font-size: 20px;
  }
}
.contact-index-index .fieldset &gt; .legend {
  font-size: 26px;
  padding-bottom: 20px;
  color: #222529;
  margin: 5px 0 10px;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 32px;
}
.contact-index-index .fieldset &gt; .field .label {
  font-size: 15px;
}
.contact-index-index .fieldset &gt; .fields &gt; .field .label {
  font-size: 15px;
}
.contact-index-index .fieldset ._keyfocus *:focus,
.contact-index-index .fieldset input:not([disabled]):focus,
.contact-index-index .fieldset textarea:not([disabled]):focus,
.contact-index-index .fieldset select:not([disabled]):focus {
  box-shadow: none;
}
.contact-index-index .fieldset input[type="email"],
.contact-index-index .fieldset input[type="text"],
.contact-index-index .fieldset textarea {
  color: #222529;
  font-size: 15px;
}
.contact-index-index .fieldset input[type="email"]:focus,
.contact-index-index .fieldset input[type="text"]:focus,
.contact-index-index .fieldset textarea:focus {
  border-color: #1a25ab;
}
.contact-index-index .fieldset input[type="email"].mage-error,
.contact-index-index .fieldset input[type="text"].mage-error,
.contact-index-index .fieldset textarea.mage-error {
  border-color: #c30400;
}
.contact-index-index .fieldset div.mage-error {
  color: #c30400;
  position: relative;
  padding-left: 25px;
  margin: 4px 0 0;
}
.contact-index-index .fieldset div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.contact-index-index .fieldset div.mage-error#comment-error {
  margin: 0;
}
.contact-index-index .actions-toolbar .action.submit {
  background-color: #1a25ab;
  border: none;
}
.contact-index-index .actions-toolbar .action.submit:hover {
  background-color: #7fbc02;
}
.contact-index-index .actions-toolbar .action.submit {
  background-color: #1a25ab;
  border: none;
}
.contact-index-index .actions-toolbar .action.submit:hover {
  background-color: #7fbc02;
}
.contact-index-index .contact-us {
  padding-top: 70px;
}
.contact-index-index .contact-us .contact-info .contacts-title {
  font-size: 26px;
  padding-bottom: 20px;
  color: #222529;
  margin: 5px 0 10px;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 32px;
}
.contact-index-index .page-main .contact-info .contacts-content p {
  padding-bottom: 20px;
  margin-left: 0;
  color: #222529;
  font-size: 15px;
  line-height: 24px;
}
.contact-index-index .page-main .contact-info .contacts-content a {
  color: #1a25ab;
}
.contact-index-index .page-main .contact-info .contacts-content a:hover {
  color: #7fbc02;
}
.contact-index-index #contact-form {
  color: #222529;
  font-size: 14px;
}
.contact-index-index .page-wrapper .page-title-wrapper {
  display: block;
  padding: 130px 0;
  background-image: url(/media/wysiwyg/half-masthead.png);
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-index-index .page-wrapper .page-title-wrapper h1.page-title {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.contact-index-index .page-wrapper .page-title-wrapper .sub-tittle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 8px;
}
@media (width: 768px) {
  .contact-index-index .page-main .contact-us form.contact .actions-toolbar {
    width: 83.33%;
  }
}
@media (max-width: 767px) {
  .contact-index-index .page-main {
    padding: 0px 30px;
  }
  .contact-index-index .page-main .contact-us .contact-info {
    padding-top: 45px;
  }
}
.customer-account-login .login-container,
.multishipping-checkout-login .login-container {
  padding-top: 90px;
}
.customer-account-login .login-container .block-title,
.multishipping-checkout-login .login-container .block-title {
  color: #222529;
}
.customer-account-login .login-container .block-content,
.multishipping-checkout-login .login-container .block-content {
  color: #222529;
}
.customer-account-login .login-container button:focus,
.multishipping-checkout-login .login-container button:focus {
  outline: none;
}
.customer-account-login .login-container .captcha .captcha-image,
.multishipping-checkout-login .login-container .captcha .captcha-image {
  vertical-align: top;
}
.customer-account-login .login-container .captcha .captcha-image img,
.multishipping-checkout-login .login-container .captcha .captcha-image img {
  height: 50px;
  width: 200px;
}
.customer-account-login .page-title-wrapper,
.multishipping-checkout-login .page-title-wrapper {
  padding: 130px 0;
  background-image: url(/media/wysiwyg/half-masthead.png);
  background-size: cover;
}
.customer-account-login .page-title-wrapper h1.page-title,
.multishipping-checkout-login .page-title-wrapper h1.page-title {
  color: #ffffff !important;
  font-size: 32px;
}
.customer-account-login .block .block-title,
.multishipping-checkout-login .block .block-title {
  margin-bottom: 20px;
  font-size: 26px;
}
.customer-account-login .fieldset &gt; .field .action:hover,
.multishipping-checkout-login .fieldset &gt; .field .action:hover {
  color: #1a25ab;
}
.customer-account-login .fieldset &gt; .field .captcha-reload,
.multishipping-checkout-login .fieldset &gt; .field .captcha-reload {
  border-radius: 7px;
  color: #222529;
  height: 48px;
}
.customer-account-login .fieldset &gt; .field .captcha-reload:hover,
.multishipping-checkout-login .fieldset &gt; .field .captcha-reload:hover {
  background-color: #1a25ab;
  color: #ffffff;
}
.customer-account-login .action.primary,
.multishipping-checkout-login .action.primary {
  background-color: #1a25ab !important;
  border: none;
  border-radius: 7px;
  height: 48px !important;
}
.customer-account-login .action.primary:hover,
.multishipping-checkout-login .action.primary:hover {
  background-color: #7fbc02 !important;
}
.customer-account-create .form.create.account {
  padding: 90px 0 0;
  color: #222529;
}
.customer-account-create .form.create.account .actions-toolbar button:focus {
  outline: none;
}
.customer-account-create .form.create.account .legend {
  color: #222529;
}
@-moz-document url-prefix() {
  input[type="checkbox"] {
    margin: 2px 0.25em 0 0;
    position: relative;
    top: 0px;
  }
}
.customer-account-create .page-title-wrapper {
  padding: 130px 0;
  background-image: url(/media/wysiwyg/half-masthead.png);
  background-size: cover;
}
.customer-account-create .page-title-wrapper h1.page-title {
  color: #ffffff !important;
  font-size: 32px;
}
.customer-account-create .legend {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
.customer-account-create .action.primary {
  background-color: #7fbc02 !important;
  border-radius: 7px;
  height: 48px !important;
}
.customer-account-create .action.primary:hover {
  background-color: #1a25ab !important;
}
.customer-account-forgotpassword .form.password.forget {
  padding: 90px 0 0;
  color: #222529;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar button:focus {
  outline: none;
}
.customer-account-forgotpassword .form.password.forget .captcha .captcha-image {
  vertical-align: top;
}
.customer-account-forgotpassword .form.password.forget .captcha .captcha-image img {
  height: 50px;
  width: 200px;
}
.customer-account-forgotpassword .form.password.forget .captcha button:focus {
  outline: none;
}
.customer-account-forgotpassword .page-title-wrapper {
  padding: 130px 0;
  background-image: url(/media/wysiwyg/half-masthead.png);
  background-size: cover;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  color: #ffffff !important;
  font-size: 32px;
}
.customer-account-forgotpassword .action.primary {
  background-color: #7fbc02 !important;
  border-radius: 7px;
  height: 48px !important;
}
.customer-account-forgotpassword .action.primary:hover {
  background-color: #1a25ab !important;
}
.customer-account-forgotpassword .fieldset &gt; .field .captcha-reload {
  border-radius: 7px;
  color: #222529;
  height: 48px;
}
.customer-account-forgotpassword .fieldset &gt; .field .captcha-reload:hover {
  background-color: #1a25ab;
  color: #ffffff;
}
.customer-account-createpassword .page-title-wrapper {
  padding: 130px 0;
  background-image: url(/media/wysiwyg/half-masthead.png);
  background-size: cover;
}
.customer-account-createpassword .page-title-wrapper h1.page-title {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.customer-account-createpassword .resetpassword-container .form.password.reset .actions-toolbar &gt; .primary button.action {
  text-align: center;
  margin: 0;
  height: auto;
  border: none;
}
.customer-account-login .page-wrapper .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-wrapper .page-title-wrapper h1.page-title,
.customer-account-createpassword .page-wrapper .page-title-wrapper h1.page-title,
.customer-account-create .page-wrapper .page-title-wrapper h1.page-title,
.multishipping-checkout-login .page-wrapper .page-title-wrapper h1.page-title {
  font-weight: 600;
  line-height: 48px;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main,
.customer-account-create .page-main,
.multishipping-checkout-login .page-main {
  padding-top: 0;
  padding-bottom: 0;
}
.customer-account-login .page-main .column.main,
.customer-account-forgotpassword .page-main .column.main,
.customer-account-createpassword .page-main .column.main,
.customer-account-create .page-main .column.main,
.multishipping-checkout-login .page-main .column.main {
  padding: 0;
}
.customer-account-login .page-main .column.main form .field,
.customer-account-forgotpassword .page-main .column.main form .field,
.customer-account-createpassword .page-main .column.main form .field,
.customer-account-create .page-main .column.main form .field,
.multishipping-checkout-login .page-main .column.main form .field {
  margin-bottom: 16px;
}
.customer-account-login .page-main .column.main form .field:last-child,
.customer-account-forgotpassword .page-main .column.main form .field:last-child,
.customer-account-createpassword .page-main .column.main form .field:last-child,
.customer-account-create .page-main .column.main form .field:last-child,
.multishipping-checkout-login .page-main .column.main form .field:last-child {
  margin-bottom: 0;
}
.customer-account-login .page-main .column.main form .field.note,
.customer-account-forgotpassword .page-main .column.main form .field.note,
.customer-account-createpassword .page-main .column.main form .field.note,
.customer-account-create .page-main .column.main form .field.note,
.multishipping-checkout-login .page-main .column.main form .field.note {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.customer-account-login .page-main .column.main form .field a.action,
.customer-account-forgotpassword .page-main .column.main form .field a.action,
.customer-account-createpassword .page-main .column.main form .field a.action,
.customer-account-create .page-main .column.main form .field a.action,
.multishipping-checkout-login .page-main .column.main form .field a.action {
  color: #1a25ab;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.customer-account-login .page-main .column.main form .field a.action:hover,
.customer-account-forgotpassword .page-main .column.main form .field a.action:hover,
.customer-account-createpassword .page-main .column.main form .field a.action:hover,
.customer-account-create .page-main .column.main form .field a.action:hover,
.multishipping-checkout-login .page-main .column.main form .field a.action:hover {
  color: #7fbc02;
}
.customer-account-login .page-main .column.main form .field label,
.customer-account-forgotpassword .page-main .column.main form .field label,
.customer-account-createpassword .page-main .column.main form .field label,
.customer-account-create .page-main .column.main form .field label,
.multishipping-checkout-login .page-main .column.main form .field label {
  font-weight: 400;
}
.customer-account-login .page-main .column.main form .field .input-text,
.customer-account-forgotpassword .page-main .column.main form .field .input-text,
.customer-account-createpassword .page-main .column.main form .field .input-text,
.customer-account-create .page-main .column.main form .field .input-text,
.multishipping-checkout-login .page-main .column.main form .field .input-text {
  border-color: #E7E7E7;
  padding: 13.5px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #222529;
}
.customer-account-login .page-main .column.main form .field .input-text:focus,
.customer-account-forgotpassword .page-main .column.main form .field .input-text:focus,
.customer-account-createpassword .page-main .column.main form .field .input-text:focus,
.customer-account-create .page-main .column.main form .field .input-text:focus,
.multishipping-checkout-login .page-main .column.main form .field .input-text:focus {
  border-color: #1a25ab;
}
.customer-account-login .page-main .column.main form .field .input-text.mage-error,
.customer-account-forgotpassword .page-main .column.main form .field .input-text.mage-error,
.customer-account-createpassword .page-main .column.main form .field .input-text.mage-error,
.customer-account-create .page-main .column.main form .field .input-text.mage-error,
.multishipping-checkout-login .page-main .column.main form .field .input-text.mage-error {
  border-color: #c30400;
}
.customer-account-login .page-main .column.main form .field.required div.mage-error,
.customer-account-forgotpassword .page-main .column.main form .field.required div.mage-error,
.customer-account-createpassword .page-main .column.main form .field.required div.mage-error,
.customer-account-create .page-main .column.main form .field.required div.mage-error,
.multishipping-checkout-login .page-main .column.main form .field.required div.mage-error {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.customer-account-login .page-main .column.main form .field.required div.mage-error::before,
.customer-account-forgotpassword .page-main .column.main form .field.required div.mage-error::before,
.customer-account-createpassword .page-main .column.main form .field.required div.mage-error::before,
.customer-account-create .page-main .column.main form .field.required div.mage-error::before,
.multishipping-checkout-login .page-main .column.main form .field.required div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.customer-account-login .page-main .column.main form .field.required #password-strength-meter-container,
.customer-account-forgotpassword .page-main .column.main form .field.required #password-strength-meter-container,
.customer-account-createpassword .page-main .column.main form .field.required #password-strength-meter-container,
.customer-account-create .page-main .column.main form .field.required #password-strength-meter-container,
.multishipping-checkout-login .page-main .column.main form .field.required #password-strength-meter-container {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.customer-account-login .page-main .column.main form .field.required #password-strength-meter-container::before,
.customer-account-forgotpassword .page-main .column.main form .field.required #password-strength-meter-container::before,
.customer-account-createpassword .page-main .column.main form .field.required #password-strength-meter-container::before,
.customer-account-create .page-main .column.main form .field.required #password-strength-meter-container::before,
.multishipping-checkout-login .page-main .column.main form .field.required #password-strength-meter-container::before {
  content: '\e8c5';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  display: block;
}
.customer-account-login .page-main .column.main form .field.required .input-text.valid ~ div.mage-error::before,
.customer-account-forgotpassword .page-main .column.main form .field.required .input-text.valid ~ div.mage-error::before,
.customer-account-createpassword .page-main .column.main form .field.required .input-text.valid ~ div.mage-error::before,
.customer-account-create .page-main .column.main form .field.required .input-text.valid ~ div.mage-error::before,
.multishipping-checkout-login .page-main .column.main form .field.required .input-text.valid ~ div.mage-error::before {
  display: none;
}
.customer-account-login .page-main .column.main form .field.required .input-text.valid ~ #password-strength-meter-container,
.customer-account-forgotpassword .page-main .column.main form .field.required .input-text.valid ~ #password-strength-meter-container,
.customer-account-createpassword .page-main .column.main form .field.required .input-text.valid ~ #password-strength-meter-container,
.customer-account-create .page-main .column.main form .field.required .input-text.valid ~ #password-strength-meter-container,
.multishipping-checkout-login .page-main .column.main form .field.required .input-text.valid ~ #password-strength-meter-container {
  color: #7fbc02;
}
.customer-account-login .page-main .column.main form .actions-toolbar,
.customer-account-forgotpassword .page-main .column.main form .actions-toolbar,
.customer-account-createpassword .page-main .column.main form .actions-toolbar,
.customer-account-create .page-main .column.main form .actions-toolbar,
.multishipping-checkout-login .page-main .column.main form .actions-toolbar {
  margin-top: 24px;
  display: block;
}
.customer-account-login .page-main .column.main form .actions-toolbar .action.primary,
.customer-account-forgotpassword .page-main .column.main form .actions-toolbar .action.primary,
.customer-account-createpassword .page-main .column.main form .actions-toolbar .action.primary,
.customer-account-create .page-main .column.main form .actions-toolbar .action.primary,
.multishipping-checkout-login .page-main .column.main form .actions-toolbar .action.primary {
  border-radius: 0;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 13.5px 0;
  background-color: #1a25ab !important;
}
.customer-account-login .page-main .column.main form .actions-toolbar .action.primary:hover,
.customer-account-forgotpassword .page-main .column.main form .actions-toolbar .action.primary:hover,
.customer-account-createpassword .page-main .column.main form .actions-toolbar .action.primary:hover,
.customer-account-create .page-main .column.main form .actions-toolbar .action.primary:hover,
.multishipping-checkout-login .page-main .column.main form .actions-toolbar .action.primary:hover {
  background-color: #7fbc02 !important;
}
.customer-account-login .page-main .column.main .login-container,
.multishipping-checkout-login .page-main .column.main .login-container {
  padding-top: 63px;
}
.customer-account-login .page-main .column.main .login-container .block-customer-login .block-title,
.multishipping-checkout-login .page-main .column.main .login-container .block-customer-login .block-title {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.customer-account-login .page-main .column.main .login-container .block-customer-login .block-title strong,
.multishipping-checkout-login .page-main .column.main .login-container .block-customer-login .block-title strong {
  font-weight: 600;
}
.customer-account-login .page-main .column.main .login-container form .fieldset.login::after,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset.login::after {
  display: none;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.forgot.password,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.forgot.password {
  margin-bottom: 0;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image img.captcha-img,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image img.captcha-img {
  height: 65px;
  width: auto;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload {
  padding: 15px 28px;
  border-radius: 0;
  font-size: 20px;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload::before,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload::before {
  content: "\e099";
  font-family: "Simple-Line-Icons";
  font-weight: 600;
}
.customer-account-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload span,
.multishipping-checkout-login .page-main .column.main .login-container form .fieldset .field.captcha .control.captcha-image button.captcha-reload span {
  display: none;
}
.customer-account-login .page-main .column.main .login-container form.form-login .actions-toolbar &gt; .primary,
.multishipping-checkout-login .page-main .column.main .login-container form.form-login .actions-toolbar &gt; .primary {
  margin-bottom: 16px;
}
.customer-account-login .page-main .column.main .login-container form.form-login .actions-toolbar &gt; .secondary,
.multishipping-checkout-login .page-main .column.main .login-container form.form-login .actions-toolbar &gt; .secondary {
  margin-bottom: 0;
}
.customer-account-forgotpassword .page-main .column.main form,
.customer-account-createpassword .page-main .column.main form,
.customer-account-create .page-main .column.main form {
  padding-top: 60px;
}
.customer-account-forgotpassword .page-main .column.main form &gt; .fieldset,
.customer-account-createpassword .page-main .column.main form &gt; .fieldset,
.customer-account-create .page-main .column.main form &gt; .fieldset {
  margin-bottom: 0;
}
.customer-account-forgotpassword .page-main .column.main form &gt; .fieldset .legend,
.customer-account-createpassword .page-main .column.main form &gt; .fieldset .legend,
.customer-account-create .page-main .column.main form &gt; .fieldset .legend {
  color: #222529;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-bottom: 16px;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget {
  max-width: 100%;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .field.captcha .control.captcha-image {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .field.captcha .control.captcha-image img.captcha-img {
  height: 65px;
  width: auto;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .field.captcha .control.captcha-image button.captcha-reload {
  padding: 15px 28px;
  border-radius: 0;
  font-size: 20px;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .field.captcha .control.captcha-image button.captcha-reload::before {
  content: "\e099";
  font-family: "Simple-Line-Icons";
  font-weight: 600;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .field.captcha .control.captcha-image button.captcha-reload span {
  display: none;
}
.customer-account-forgotpassword .page-main .column.main form.password.forget &gt; .fieldset .actions-toolbar &gt; .primary {
  margin-bottom: 0;
}
.customer-account-createpassword .page-main .column.main .form.password.reset {
  padding-bottom: 0;
}
.customer-account-create .page-main .column.main .form-create-account {
  display: grid;
  justify-items: center;
  max-width: 100%;
}
.customer-account-create .page-main .column.main .form-create-account &gt; .fieldset {
  width: 100%;
}
.customer-account-create .page-main .column.main .form-create-account &gt; .fieldset.info {
  margin-bottom: 24px;
  float: none;
}
.customer-account-create .page-main .column.main .form-create-account &gt; .fieldset legend {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.customer-account-create .page-main .column.main .form-create-account &gt; .fieldset legend span {
  margin: 0;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar {
  max-width: 100%;
  width: 100%;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .primary {
  margin-bottom: 16px;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .action.login {
  text-align: center;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .action.login span {
  font-weight: 400;
  line-height: 18px;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .action.login a.action.back {
  margin-left: 8px;
  color: #1a25ab;
}
.customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .action.login a.action.back:hover {
  color: #7fbc02;
}
.multishipping-checkout-login .page-title-wrapper {
  text-align: center;
}
.multishipping-checkout-login .page-main .column.main .login-container &gt; a.action.create {
  display: none;
}
@media only screen and (max-width: 767px) {
  .customer-account-login .page-wrapper .page-title-wrapper,
  .customer-account-forgotpassword .page-wrapper .page-title-wrapper,
  .customer-account-createpassword .page-wrapper .page-title-wrapper,
  .customer-account-create .page-wrapper .page-title-wrapper,
  .multishipping-checkout-login .page-wrapper .page-title-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 575px) {
  .customer-account-login .page-wrapper .page-title-wrapper,
  .customer-account-forgotpassword .page-wrapper .page-title-wrapper,
  .customer-account-createpassword .page-wrapper .page-title-wrapper,
  .customer-account-create .page-wrapper .page-title-wrapper,
  .multishipping-checkout-login .page-wrapper .page-title-wrapper {
    padding: 40px 0;
  }
  .customer-account-login .page-wrapper .page-title-wrapper h1.page-title,
  .customer-account-forgotpassword .page-wrapper .page-title-wrapper h1.page-title,
  .customer-account-createpassword .page-wrapper .page-title-wrapper h1.page-title,
  .customer-account-create .page-wrapper .page-title-wrapper h1.page-title,
  .multishipping-checkout-login .page-wrapper .page-title-wrapper h1.page-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .customer-account-login .page-main .column.main form .actions-toolbar,
  .customer-account-forgotpassword .page-main .column.main form .actions-toolbar,
  .customer-account-createpassword .page-main .column.main form .actions-toolbar,
  .customer-account-create .page-main .column.main form .actions-toolbar,
  .multishipping-checkout-login .page-main .column.main form .actions-toolbar {
    margin-top: 20px;
  }
  .customer-account-forgotpassword .page-main .column.main form,
  .customer-account-createpassword .page-main .column.main form,
  .customer-account-create .page-main .column.main form {
    padding-top: 20px;
  }
  .customer-account-forgotpassword .page-main .column.main form .fieldset .legend,
  .customer-account-createpassword .page-main .column.main form .fieldset .legend,
  .customer-account-create .page-main .column.main form .fieldset .legend {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .customer-account-forgotpassword .page-main .column.main form .fieldset .field,
  .customer-account-createpassword .page-main .column.main form .fieldset .field,
  .customer-account-create .page-main .column.main form .fieldset .field {
    margin-bottom: 8px;
    line-height: 21px;
  }
  .customer-account-forgotpassword .page-main .column.main form .fieldset .field.note,
  .customer-account-createpassword .page-main .column.main form .fieldset .field.note,
  .customer-account-create .page-main .column.main form .fieldset .field.note {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .customer-account-forgotpassword .page-main .column.main .password.forget &gt; .fieldset .field.captcha .control.captcha-image img.captcha-img,
  .customer-account-login .page-main .column.main .password.forget &gt; .fieldset .field.captcha .control.captcha-image img.captcha-img,
  .multishipping-checkout-login .page-main .column.main .password.forget &gt; .fieldset .field.captcha .control.captcha-image img.captcha-img {
    height: auto;
  }
  .customer-account-create .page-main .column.main .form-create-account &gt; .fieldset.info,
  .customer-account-create .page-main .column.main .form-create-account &gt; .fieldset .legend {
    margin-bottom: 20px;
  }
  .customer-account-create .page-main .column.main .form-create-account &gt; .fieldset .field.newsletter {
    font-size: 12px;
  }
  .customer-account-create .page-main .column.main .form-create-account .actions-toolbar &gt; .action.login span {
    font-size: 12px;
  }
  .customer-account-login .page-main .column.main .login-container,
  .multishipping-checkout-login .page-main .column.main .login-container {
    padding: 20px 0 0;
  }
  .customer-account-login .page-main .column.main .login-container .block-customer-login .block-title,
  .multishipping-checkout-login .page-main .column.main .login-container .block-customer-login .block-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .customer-account-login .page-main .column.main form .field,
  .multishipping-checkout-login .page-main .column.main form .field {
    margin-bottom: 8px;
    line-height: 21px;
  }
  .customer-account-login .page-main .column.main form .field.note,
  .multishipping-checkout-login .page-main .column.main form .field.note {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body a {
  color: #1a25ab;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body a.hover:hover {
  color: #7fbc02;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body strong.custom_font {
  font-weight: 600;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body p,
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body li {
  letter-spacing: .14px;
  line-height: 24px;
  font-weight: 400;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body ul &gt; li,
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body ol &gt; li {
  font-size: 1rem;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body tr {
  font-size: 1rem;
  font-weight: 400;
}
.cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body .col-md-8.custom {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  color: #222529;
}
.cms-return-policy .page-wrapper .columns .column.main {
  padding-bottom: 0px !important;
}
.cms-return-policy .page-wrapper .columns .column.main .block-policy .block-header.text-center h3 {
  text-align: center;
  font-size: 12px;
  color: #222529;
  line-height: 18px;
  letter-spacing: 0.9px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cms-return-policy .page-wrapper .columns .column.main .block-policy .block-header.text-center h2 {
  font-size: 28px;
  color: #222529;
  line-height: 38px;
  letter-spacing: 0.16px;
  font-weight: 600;
}
.cms-return-policy .page-wrapper .columns .column.main .vc_column_container.col-md-12.padding {
  padding: 0;
}
.cms-return-policy .page-wrapper main#maincontent.page_main {
  padding-top: 0px;
}
.cms-return-policy .page-wrapper .breadcrumbs {
  display: none;
}
.cms-return-policy .page-wrapper footer.page-footer {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .cms-return-policy .page-wrapper .columns .column.main .block-policy .block-header.text-center h2 {
    font-weight: 600;
  }
  .cms-return-policy .page-wrapper .columns .column.main .block-policy .block-header.text-center h3 {
    font-weight: 500;
    margin-bottom: 8px;
  }
  .cms-return-policy .page-wrapper .columns .column.main .block-padding-top-bottom.block-policy .container .wrapper-body .col-md-8.custom {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .cms-return-policy .page-wrapper main#maincontent.page-main {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-wrapper .page-header .main-panel-top .panel.wrapper .header-right .customer-menu ul {
  display: block;
  min-width: 110px;
  padding: 5px;
  text-align: center;
}
.account .fieldset &gt; .field.required &gt; .label:after,
.account .fieldset &gt; .fields &gt; .field.required &gt; .label:after,
.account .fieldset &gt; .field._required &gt; .label:after,
.account .fieldset &gt; .fields &gt; .field._required &gt; .label:after {
  color: #c30400;
}
.account div.mage-error {
  color: #c30400;
}
.account input.mage-error,
.account select.mage-error,
.account textarea.mage-error {
  border-color: #c30400;
}
.account .fieldset &gt; .field input[type="email"],
.account .fieldset &gt; .field input[type="number"],
.account .fieldset &gt; .field input[type="password"],
.account .fieldset &gt; .field input[type="search"],
.account .fieldset &gt; .field input[type="tel"],
.account .fieldset &gt; .field input[type="text"],
.account .fieldset &gt; .field input[type="url"],
.account .fieldset &gt; .field input[type="color"],
.account .fieldset &gt; .field input[type="date"],
.account .fieldset &gt; .field input[type="datetime"],
.account .fieldset &gt; .field input[type="datetime-local"],
.account .fieldset &gt; .field input[type="month"],
.account .fieldset &gt; .field input[type="time"],
.account .fieldset &gt; .field input[type="week"],
.account .fieldset &gt; .field textarea,
.account .fieldset &gt; .field select {
  font-size: 14px;
  font-weight: 400;
  color: #222529;
}
.account .table-order-items.invoice .col.qty,
.account .table-order-items.shipment .col.qty {
  text-align: left;
}
.account .page-wrapper {
  color: #222529;
}
.account .page-wrapper .page-main {
  padding: 20px 10px 0;
}
.account .page-wrapper .page-main .page-title-wrapper h1.page-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1a25ab;
  margin: 0;
  line-height: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.account .page-wrapper .page-main .block {
  margin-bottom: 23px;
}
.account .page-wrapper .page-main .block:last-child {
  margin-bottom: 0;
}
.account .page-wrapper .page-main .block .block-title {
  color: #222529;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  margin-bottom: 16px;
}
.account .page-wrapper .page-main .block .block-title .action.edit {
  font-weight: 400;
  color: #1a25ab;
}
.account .page-wrapper .page-main .block .block-title .action.edit:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .block .block-title strong {
  font-weight: 500;
}
.account .page-wrapper .page-main .block .block-content a:visited {
  color: #1a25ab;
}
.account .page-wrapper .page-main .block .block-content a:visited:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .block .block-content .alink:visited {
  color: #1a25ab;
}
.account .page-wrapper .page-main .block .block-content .alink:visited:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .block .box-actions .action.edit {
  color: #1a25ab;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.account .page-wrapper .page-main .block .box-actions .action.edit:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .block-collapsible-nav .item.current a {
  color: #1a25ab;
}
.account .page-wrapper .page-main .block-collapsible-nav .item.current strong {
  color: #7fbc02;
}
.account .page-wrapper .page-main .block-collapsible-nav .item a {
  color: #222529;
  font-weight: 500;
}
.account .page-wrapper .page-main .block-collapsible-nav .item a:hover {
  color: #1a25ab;
}
.account .page-wrapper .page-main .block-collapsible-nav .item strong {
  color: #222529;
}
.account .page-wrapper .page-main .block-collapsible-nav .item strong:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main button:focus {
  outline: none;
}
.account .page-wrapper .page-main .rating-summary {
  display: flex;
  align-items: center;
}
.account .page-wrapper .page-main .rating-summary .rating-result &gt; span:before {
  color: #c30400;
}
.account .page-wrapper .page-main .table-order-items .product-item-name {
  white-space: normal;
}
.account .page-wrapper .page-main .qty.field .input-text.qty {
  font-weight: 500;
}
.account .page-wrapper .page-main .col.qty .input-text.qty {
  font-weight: 500;
}
.account .page-wrapper .page-main .customer-review .review-details .review-date {
  color: #222529;
}
.account .page-wrapper .page-main .pages-items {
  float: right;
}
.account .page-wrapper .page-main .columns .column.main .toolbar {
  display: block;
  margin: 0;
  padding: 0;
}
.account .page-wrapper .page-main .columns .column.main .toolbar .pager .pages {
  position: relative;
}
.account .page-wrapper .page-main .fieldset &gt; .field.region.required &gt; .label:after {
  content: none;
}
.account .page-wrapper .page-main button.action.primary {
  background-color: #1a25ab;
  border: none;
}
.account .page-wrapper .page-main button.action.primary:hover {
  background-color: #7fbc02;
}
.account .page-wrapper .page-main .wishlist.products-grid .product-item .fieldset {
  display: initial;
}
.account .page-wrapper .page-main .wishlist.products-grid .product-item .fieldset .field.qty {
  padding-right: 1em;
}
.account .page-wrapper .page-main .fieldset .legend {
  color: #222529;
  font-size: 22px;
  padding: 15px 0px;
  font-weight: 400;
  text-transform: capitalize;
}
.account .page-wrapper .page-main .block-collapsible-nav .block-collapsible-nav-content .nav {
  display: block;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .sidebar-additional {
  width: 100%;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .sidebar-additional .action.view {
  color: #1a25ab;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .sidebar-additional .action.view:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .block-reorder .block-title {
  margin-bottom: 0;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .block-reorder .block-title strong {
  color: #222529;
  font-weight: 500;
}
.account .page-wrapper .page-main .sidebar-main .sidebar-content .lrw-nav-item .message {
  margin: 0 0 0 8px;
  background: #c30400;
  border-radius: 7px;
  padding: 1px 5px;
  font-weight: 600;
  font-size: 10px;
  line-height: 8px;
  color: #ffffff;
}
.account .page-wrapper .page-main .sidebar-additional .product-item-name a {
  padding-left: 8px;
  text-align: left;
}
.account .page-wrapper .page-main .box {
  line-height: 21px;
}
.account .page-wrapper .page-main .box .box-title {
  color: #222529;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e7e7e7;
  background-color: #F2F4F6;
  padding: 12px 16px;
  text-transform: none;
}
.account .page-wrapper .page-main .box .box-content {
  color: #222529;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  word-wrap: break-word;
  padding: 16px;
  min-height: unset;
  border-radius: unset;
}
.account .page-wrapper .page-main .box .box-content address {
  margin-bottom: 0;
}
.account .page-wrapper .page-main .box .box-actions {
  border: 1px solid #e7e7e7;
  background-color: #F2F4F6;
  padding: 12px 16px;
}
.account .page-wrapper .page-main table {
  color: #222529;
}
.account .page-wrapper .page-main table thead {
  border-top: 1px solid #e7e7e7;
}
.account .page-wrapper .page-main table thead th {
  font-weight: 500;
  border-bottom: 0;
  border-top: 0;
  padding: 16px 12px;
}
.account .page-wrapper .page-main table tr td {
  border-bottom: 1px solid #F2F4F6;
  padding: 16px 12px;
}
.account .page-wrapper .page-main table tr:last-child td {
  border-bottom: 0;
}
.account .page-wrapper .page-main .product-item-actions a {
  color: #1a25ab;
}
.account .page-wrapper .page-main .product-item-actions a:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .limiter-label {
  padding-right: 10px;
  color: #222529;
  font-weight: 400;
}
.account .page-wrapper .page-main .limiter-options {
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  height: 33px;
}
.account .page-wrapper .page-main .block-content .empty {
  color: #222529;
}
.account .page-wrapper .page-main .fieldset .label {
  color: #222529;
  font-weight: 400;
  font-size: 14px;
}
.account .page-wrapper .page-main .order-status {
  color: #222529;
}
.account .page-wrapper .page-main .order-status:hover {
  background-color: #7fbc02;
}
.account .page-wrapper .page-main .order-date {
  color: #222529;
}
.account .page-wrapper .page-main .order-links .item.current {
  color: #222529;
}
.account .page-wrapper .page-main .price-excluding-tax .cart-price {
  color: #7fbc02;
  font-size: 18px;
}
.account .page-wrapper .page-main .actions-toolbar .action.back {
  color: #1a25ab;
}
.account .page-wrapper .page-main .actions-toolbar .action.back:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .pager .pages ul.pages-items strong.page,
.account .page-wrapper .page-main .pager .pages ul.pages-items a.page,
.account .page-wrapper .page-main .pager .pages ul.pages-items a.action {
  font-size: 14px;
  font-weight: 400;
  height: 33px;
  width: 33px;
  min-width: unset;
  line-height: 2.1em;
}
.account .page-wrapper .page-main .pager .pages ul.pages-items strong.page {
  color: #222529;
}
.account .page-wrapper .page-main .pager .pages ul.pages-items a.page {
  color: rgba(34, 37, 41, 0.6);
}
.account .page-wrapper .page-main .pager .pages ul.pages-items a.action {
  color: rgba(34, 37, 41, 0.6);
}
.account .page-wrapper .page-main .pager .pages ul.pages-items a.action:hover {
  color: #222529;
}
.account .page-wrapper .page-main .pager .pages ul.pages-items a.action.previous::before {
  content: '\e819';
}
.account .page-wrapper .page-main .pager .pages ul.pages-items a.action.next::before {
  content: '\e81a';
}
.account .page-wrapper .page-main a {
  color: #1a25ab;
}
.account .page-wrapper .page-main a:hover {
  color: #7fbc02;
}
.account .page-wrapper .page-main .column.main a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.account .page-wrapper .page-main .field.required div.mage-error {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.account .page-wrapper .page-main .field.required div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.account .page-wrapper .page-main .field.required #password-strength-meter-container {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.account .page-wrapper .page-main .field.required #password-strength-meter-container::before {
  content: '\e8c5';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  display: block;
}
.account .page-wrapper .page-main .field.required .input-text.valid ~ div.mage-error::before {
  display: none;
}
.account .page-wrapper .page-main .field.required .input-text.valid ~ #password-strength-meter-container {
  color: #7fbc02;
}
.account .page-wrapper .page-main .field.required .input-text:focus {
  border-color: #1a25ab;
}
.account .page-wrapper .page-main .field.required .input-text.mage-error {
  border-color: #c30400;
}
.account .page-wrapper .page-main .field.choice input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #1a25ab;
  margin: 0;
  margin-right: 8px;
}
.account .page-wrapper .page-main .field.choice .label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.account .page-wrapper .page-main .table-wrapper {
  margin-bottom: 24px;
}
.account .page-wrapper .page-main &gt; .page.messages .messages {
  font-weight: 400;
}
.account input.mage-error,
.account select.mage-error,
.account textarea.mage-error {
  border-color: #c30400;
}
.account ._keyfocus *:focus,
.account input:not([disabled]):focus,
.account textarea:not([disabled]):focus,
.account select:not([disabled]):focus {
  box-shadow: none;
}
.account.customer-account-index .page-main .column.main .block-dashboard-info .box-information .box-actions .action.edit::after {
  margin: 0 12px;
}
.account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-title {
  margin-bottom: 14px;
}
.account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-content ol.items li.item .product-name {
  margin-bottom: 1px;
}
.account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-content ol.items li.item .product-name a {
  color: #222529;
  font-size: 14px;
  font-weight: 300;
}
.account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-content ol.items li.item .product-name a:hover {
  color: #1a25ab;
}
.account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-content ol.items li.item .rating-summary .label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-right: 8px;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders {
  margin: 0;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders .table-wrapper.orders-recent {
  border-top: none;
  margin: 0;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table {
  line-height: 21px;
  margin-bottom: 0;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.id,
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.date,
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.total {
  text-align: right;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.actions {
  text-align: center;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.id {
  width: 13%;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.actions {
  width: 10%;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.id,
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.date,
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.total {
  text-align: right;
}
.account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.actions {
  display: table-cell;
}
.account.sales-order-history .page-main .column.main #my-orders-table thead {
  background-color: #F2F4F6;
  border: 1px solid #e7e7e7;
}
.account.sales-order-history .page-main .column.main #my-orders-table thead th.id,
.account.sales-order-history .page-main .column.main #my-orders-table thead th.date,
.account.sales-order-history .page-main .column.main #my-orders-table thead th.total {
  text-align: end;
}
.account.sales-order-history .page-main .column.main #my-orders-table thead th.id {
  width: 12%;
}
.account.sales-order-history .page-main .column.main #my-orders-table thead th.actions {
  text-align: center;
  width: 13%;
}
.account.sales-order-history .page-main .column.main #my-orders-table tbody {
  border: 1px solid #e7e7e7;
  border-top: none;
}
.account.sales-order-history .page-main .column.main #my-orders-table tbody td {
  border-top: 0;
}
.account.sales-order-history .page-main .column.main #my-orders-table tbody td.id,
.account.sales-order-history .page-main .column.main #my-orders-table tbody td.date,
.account.sales-order-history .page-main .column.main #my-orders-table tbody td.total {
  text-align: end;
}
.account.sales-order-history .page-main .column.main #my-orders-table tbody td.actions {
  display: table-cell;
}
.account.sales-order-history .page-main .column.main #my-orders-table tbody td.actions .action.view::after {
  margin: 0 10px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper h1.page-title {
  margin-bottom: 0;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-date {
  margin: 8px 0 24px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-status {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #7fbc02;
  padding: 8px 15.5px 8px 33.5px;
  border: none;
  vertical-align: super;
  position: absolute;
  bottom: 5%;
  left: 0;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-status::before {
  content: '';
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 35%;
  left: 11%;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-status.canceled,
.account[class*='sales-order'] .page-main .page-title-wrapper .order-status.closed {
  background-color: #c30400;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-status.pending {
  background-color: #F79E1B;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions {
  display: flex;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions a.action {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding: 13.5px 23px;
  border: 1px solid #D9D9D9;
  line-height: 21px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions a.action:first-child {
  margin-right: 8px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions a.action.print {
  position: relative;
  padding-left: 44px;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions a.action.print ::before {
  content: "\e02e";
  font-family: 'Simple-Line-Icons';
  position: absolute;
  font-size: 18px;
  left: 15%;
}
.account[class*='sales-order'] .page-main .page-title-wrapper .order-actions-toolbar .actions a.action:hover {
  background-color: #7fbc02;
  color: #ffffff;
}
.account[class*='sales-order'] .page-main .block-order-details-comments {
  margin: 0;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .block-title {
  margin-bottom: 16px;
  cursor: pointer;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .block-title strong {
  position: relative;
  padding-right: 18px;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .block-title strong::after {
  content: '\f803';
  font-family: 'porto-icons';
  position: absolute;
  right: 0;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .order-comments {
  margin: 0;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .order-comments .comment-date {
  font-size: 14px;
  font-weight: 500;
  float: unset;
  line-height: 21px;
  margin-bottom: 8px;
  max-width: unset;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .order-comments .comment-content {
  margin-bottom: 24px;
  padding-left: 15px;
  position: relative;
  text-align: justify;
}
.account[class*='sales-order'] .page-main .block-order-details-comments .order-comments .comment-content::before {
  content: '';
  position: absolute;
  border: 1px solid #222529;
  left: 0;
  height: 100%;
}
.account[class*='sales-order'] .page-main .block-order-details-comments.active .block-title strong::after {
  content: '\f800';
}
.account[class*='sales-order'] .page-main .order.additional.details .subtitle {
  margin: 24px 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.account[class*='sales-order'] .page-main .order.additional.details .subtitle::after {
  content: '\f803';
  font-family: 'porto-icons';
  position: absolute;
  margin-left: 8px;
}
.account[class*='sales-order'] .page-main .order.additional.details .order.comments {
  margin: 0;
}
.account[class*='sales-order'] .page-main .order.additional.details .order.comments .comment.date {
  font-size: 14px;
  font-weight: 500;
  float: unset;
  line-height: 21px;
  margin-bottom: 8px;
  max-width: unset;
}
.account[class*='sales-order'] .page-main .order.additional.details .order.comments .comment.text {
  margin-bottom: 24px;
  padding-left: 15px;
  position: relative;
}
.account[class*='sales-order'] .page-main .order.additional.details .order.comments .comment.text::before {
  content: '';
  position: absolute;
  border: 1px solid #222529;
  left: 0;
  height: 100%;
}
.account[class*='sales-order'] .page-main .order.additional.details.active .subtitle::after {
  content: '\f800';
}
.account[class*='sales-order'] .page-main .items.order-links {
  background: #F2F4F6;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  padding: 12px 16px;
}
.account[class*='sales-order'] .page-main .items.order-links .nav.item &gt; strong,
.account[class*='sales-order'] .page-main .items.order-links .nav.item &gt; a {
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
  padding: 0 8px;
}
.account[class*='sales-order'] .page-main .items.order-links .nav.item &gt; a {
  color: #222529;
  opacity: 0.4;
}
.account[class*='sales-order'] .page-main .items.order-links .nav.item &gt; a:hover {
  opacity: 1;
}
.account[class*='sales-order'] .page-main .items.order-links .nav.item.current &gt; strong {
  color: #222529;
  line-height: 21px;
}
.account[class*='sales-order'] .page-main .order-details-items {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.account[class*='sales-order'] .page-main .order-details-items .order-title {
  border: 1px solid #e7e7e7;
  border-bottom: none;
  padding: 16px;
  padding-bottom: 0;
}
.account[class*='sales-order'] .page-main .order-details-items .order-title:first-child {
  border-top: none;
}
.account[class*='sales-order'] .page-main .order-details-items .order-title strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.account[class*='sales-order'] .page-main .order-details-items .order-title a.action.track {
  margin: 0;
}
.account[class*='sales-order'] .page-main .order-details-items .order-title a.action.print {
  float: right;
  margin: 0;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper {
  border: 1px solid #e7e7e7;
  border-top: none;
  margin: 0;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items .price {
  font-size: 14px;
  font-weight: 600;
  color: #222529;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items thead {
  border-top: 0;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items thead th.col {
  padding: 16px;
  line-height: 21px;
  font-weight: 500;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items thead th.col.qty {
  text-align: left;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col {
  padding: 24px 16px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name .product-item-image {
  float: left;
  margin-right: 16px;
  width: auto;
  height: 120px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name .product-item-image img {
  height: 100%;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name .product-item-name {
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 8px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item-options,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item.options {
  display: grid;
  grid-template-columns: max-content auto;
  font-size: 12px;
  line-height: 18px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item-options dt,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item.options dt {
  grid-column-start: 1;
  margin: 0 24px 8px 0;
  font-weight: 500;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item-options dt::after,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item.options dt::after {
  content: ':';
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item-options dd,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item.options dd {
  grid-column-start: 2;
  font-weight: 300;
  margin-bottom: 8px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.price .price {
  font-weight: 300;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot {
  border-color: #e7e7e7;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr th,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr td {
  padding: 8px 16px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr th:first-child,
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr td:first-child {
  margin-top: 14px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr.grand_total {
  border-top: 1px solid #e7e7e7;
  font-size: 20px;
  line-height: 27px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr.grand_total .mark {
  padding: 24px 16px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr.grand_total .mark strong {
  font-weight: 600;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr.grand_total .amount {
  padding: 24px 16px;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tfoot tr.grand_total .amount .price {
  font-size: 20px;
  color: #1a25ab;
  font-weight: 600;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items#my-orders-table thead th.actions {
  width: 10%;
}
.account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items#my-orders-table tbody td.actions {
  display: table-cell;
}
.account[class*='sales-order'] .page-main .order-details-items.ordered .actions-toolbar,
.account[class*='sales-order'] .page-main .order-details-items.invoice .actions-toolbar,
.account[class*='sales-order'] .page-main .order-details-items.creditmemo .actions-toolbar {
  position: absolute;
  left: 16px;
  bottom: 28px;
  font-weight: 400;
}
.account[class*='sales-order'] .page-main .block-order-details-view {
  padding-top: 40px;
  margin-bottom: 0;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-title {
  padding-left: 10px;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content {
  display: flex;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content {
  border-bottom: 1px solid #e7e7e7;
  flex-grow: 1;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content dl.payment-method table tbody tr {
  display: grid;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content dl.payment-method table tbody tr th,
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content dl.payment-method table tbody tr td {
  border-top: none;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content dl.payment-method table tbody tr th {
  padding: 12px 0;
  font-weight: 500;
}
.account[class*='sales-order'] .page-main .block-order-details-view .block-content .box .box-content dl.payment-method table tbody tr td {
  padding: 0;
  overflow-wrap: anywhere;
  line-break: anywhere;
}
.account.sales-order-view .page-main .column.main .items.order-links {
  border-bottom: 1px solid #e7e7e7;
}
.account.sales-order-shipment .page-main .order-details-items .order-title + .order-tracking {
  padding: 16px 16px 0;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
}
.account.sales-order-shipment .page-main .order-details-items .order-title + .order-tracking .tracking-title {
  font-weight: 500;
  margin: 0;
}
.account.sales-order-shipment .page-main .order-details-items .actions-toolbar a.action.track {
  position: absolute;
  bottom: 0;
  left: 150px;
}
.account.wishlist-index-index .page-main .column.main .wishlist-toolbar {
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .column.main #authenticationPopup + .wishlist-toolbar {
  margin-bottom: 32px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form {
  padding: 0 0 30px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item {
  width: 100%;
  margin: 0;
  line-height: 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info a.product-item-photo {
  margin-bottom: 16px;
  position: relative;
  line-height: 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info a.product-item-photo &gt; .product-badgs {
  position: absolute;
  bottom: 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-name a {
  height: 46px;
  margin-bottom: 0;
  color: #222529;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-name a:hover {
  color: #1a25ab;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary {
  display: flex;
  height: auto;
  margin: 8px 0;
  align-items: center;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .rating-summary {
  margin-right: 8px;
  height: 21px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result {
  width: 75px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result::before,
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result span::before {
  letter-spacing: 3px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .reviews-actions {
  display: block;
  padding: 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .reviews-actions .action.view {
  text-transform: capitalize;
  color: #222529;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary .reviews-actions .action.view:hover {
  color: #1a25ab;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary + div:not(.price-box) {
  margin: 55px 0 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .price-box .price-as-configured {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap-reverse;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner {
  padding: 10px 0 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner textarea.product-item-comment {
  height: 48px;
  resize: none;
  line-height: revert;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner .field.qty .input-text.qty {
  border-width: 1px;
  height: 35px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary button.tocart span {
  vertical-align: unset;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner .unavailable.stock {
  position: relative;
  display: table-cell;
  right: 0;
  top: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 11px;
  margin: 6px 0;
  height: 36px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-inner .unavailable.stock span {
  padding: 0;
  display: inline-block;
  vertical-align: sub;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .price-box {
  text-align: left;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-item-tooltip {
  display: none;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .products-grid.wishlist ~ .actions-toolbar {
  text-align: right;
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .products-grid.wishlist ~ .actions-toolbar .primary {
  float: unset;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .products-grid.wishlist ~ .actions-toolbar .primary button.action.primary {
  font-weight: 600;
  line-height: 21px;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .products-grid.wishlist ~ .actions-toolbar .primary button.action.primary.tocart {
  margin-right: 0;
}
.account.wishlist-index-index .page-main .column.main #wishlist-view-form .products-grid.wishlist ~ .actions-toolbar .primary button.action.primary.tocart::before {
  content: url('data:image/svg+xml;utf8,&lt;svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M12.3804 7.69574V4.0066C12.3804 3.19125 12.0243 2.40929 11.3904 1.83275C10.7565 1.25621 9.89683 0.932312 9.0004 0.932312C8.10397 0.932312 7.24425 1.25621 6.61038 1.83275C5.97651 2.40929 5.62041 3.19125 5.62041 4.0066V7.69574M15.8559 6.06186L16.9943 15.8996C17.0574 16.4448 16.5887 16.9186 15.9857 16.9186H2.01508C1.87286 16.9187 1.7322 16.8917 1.60223 16.8391C1.47226 16.7866 1.35589 16.7098 1.26069 16.6137C1.16549 16.5176 1.09358 16.4043 1.04963 16.2813C1.00568 16.1583 0.990676 16.0282 1.00559 15.8996L2.14488 6.06186C2.17116 5.83523 2.28875 5.62548 2.47499 5.47304C2.66123 5.3206 2.90292 5.23627 3.15346 5.23631H14.8473C15.3665 5.23631 15.8018 5.59293 15.8559 6.06186ZM5.95841 7.69574C5.95841 7.77728 5.9228 7.85547 5.85941 7.91313C5.79602 7.97078 5.71005 8.00317 5.62041 8.00317C5.53076 8.00317 5.44479 7.97078 5.38141 7.91313C5.31802 7.85547 5.28241 7.77728 5.28241 7.69574C5.28241 7.61421 5.31802 7.53601 5.38141 7.47836C5.44479 7.4207 5.53076 7.38831 5.62041 7.38831C5.71005 7.38831 5.79602 7.4207 5.85941 7.47836C5.9228 7.53601 5.95841 7.61421 5.95841 7.69574ZM12.7184 7.69574C12.7184 7.77728 12.6828 7.85547 12.6194 7.91313C12.556 7.97078 12.47 8.00317 12.3804 8.00317C12.2907 8.00317 12.2048 7.97078 12.1414 7.91313C12.078 7.85547 12.0424 7.77728 12.0424 7.69574C12.0424 7.61421 12.078 7.53601 12.1414 7.47836C12.2048 7.4207 12.2907 7.38831 12.3804 7.38831C12.47 7.38831 12.556 7.4207 12.6194 7.47836C12.6828 7.53601 12.7184 7.61421 12.7184 7.69574Z" stroke="white" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
  display: inline-block;
  margin-right: 18.95px;
}
.account.wishlist-index-index .page-main .column.main &gt; .wishlist-toolbar {
  padding: 0;
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .column.main &gt; .wishlist-toolbar .pager {
  padding: 10px 12px 10px 0;
  margin: 0;
}
.account.wishlist-index-index .page-main .price-box .old-price .price {
  line-height: 24px;
}
.account.wishlist-index-share .column.main .form.wishlist.share .fieldset .legend {
  padding: 0;
}
.account.wishlist-index-share .column.main .form.wishlist.share .fieldset .field {
  margin-bottom: 16px;
}
.account.wishlist-index-share .column.main .form.wishlist.share .fieldset .field:last-child {
  margin-bottom: 0;
}
.account.customer-address-index .column.main #additional-addresses-table {
  line-height: 21px;
  margin: 0;
}
.account.customer-address-index .column.main #additional-addresses-table thead th.zip,
.account.customer-address-index .column.main #additional-addresses-table thead th.phone {
  text-align: right;
}
.account.customer-address-index .column.main #additional-addresses-table thead th.actions {
  text-align: center;
}
.account.customer-address-index .column.main #additional-addresses-table thead th.firstname {
  padding-left: 0;
  width: 10%;
}
.account.customer-address-index .column.main #additional-addresses-table thead th.lastname {
  width: 10%;
}
.account.customer-address-index .column.main #additional-addresses-table thead th:last-child {
  padding-right: 0;
}
.account.customer-address-index .column.main #additional-addresses-table td.zip,
.account.customer-address-index .column.main #additional-addresses-table td.phone {
  text-align: right;
}
.account.customer-address-index .column.main #additional-addresses-table td.actions {
  text-align: center;
}
.account.customer-address-index .column.main #additional-addresses-table td.actions .action {
  color: #1a25ab;
}
.account.customer-address-index .column.main #additional-addresses-table td.actions .action:hover {
  color: #7fbc02;
}
.account.customer-address-index .column.main #additional-addresses-table td.actions .action.edit::after {
  margin: 0 11.5px;
}
.account.customer-address-index .column.main #additional-addresses-table td:first-child {
  padding-left: 0;
}
.account.customer-address-index .column.main #additional-addresses-table td:last-child {
  padding-right: 0;
}
.account.customer-address-index .column.main .form-address-edit {
  line-height: 21px;
}
.account.customer-address-index .column.main .form-address-edit .fieldset {
  margin: 0;
  width: 46%;
}
.account.customer-address-index .column.main .form-address-edit .fieldset .field {
  margin-bottom: 16px;
}
.account.customer-address-index .column.main .form-address-edit .fieldset .field .label {
  font-weight: 300;
}
.account.customer-address-index .column.main .form-address-edit .fieldset .field .input-text {
  color: #222529;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px;
}
.account.customer-address-index .column.main .form-address-edit .actions-toolbar {
  width: 46%;
}
.account.customer-address-index .column.main .form-address-edit .actions-toolbar .primary {
  width: 100%;
}
.account.customer-address-index .column.main .form-address-edit .actions-toolbar .primary button.action.primary {
  width: 100%;
}
.account .bss-modal.bss-modal-slide .modal-inner-wrap {
  margin-top: 100px;
  max-width: 900px;
  border-radius: unset;
}
.account .bss-modal.bss-modal-slide .modal-header {
  display: table-cell;
  padding-bottom: 0;
}
.account .bss-modal.bss-modal-slide .modal-header .action-close {
  padding: 0;
}
.account .bss-modal.bss-modal-slide .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 120px 20px 16px;
  font-weight: 600;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  position: relative;
  text-transform: capitalize;
}
.account .bss-modal.bss-modal-slide .modal-header h1.modal-title::before {
  content: url(/media/wysiwyg/empty-wallet-change.png);
  background: rgba(26, 37, 171, 0.1);
  color: #1a25ab;
  top: 50px;
  position: absolute;
  padding: 16.3px 17.5px;
  border-radius: 28px;
  font-weight: 500;
}
.account .bss-modal.bss-modal-slide .modal-content {
  overflow-y: hidden;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}
.account .bss-modal.bss-modal-slide .modal-content::before {
  display: none;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form {
  display: flex;
  justify-content: center;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset {
  width: 100%;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset &gt; .control:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #222529;
  margin: 0 0 24px;
  display: flex;
  justify-content: center;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset &gt; .control:first-child p {
  width: 366px;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required .control {
  margin: 0;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required .control label {
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  min-width: unset;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason {
  height: 100px;
  padding: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #e7e7e7;
  color: #222529;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason::placeholder {
  color: rgba(34, 37, 41, 0.4);
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason:focus {
  border-color: #1a25ab;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason.mage-error {
  border-color: #c30400;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required div.mage-error {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.account .bss-modal.bss-modal-slide .modal-footer {
  flex-direction: row-reverse;
  border: 0;
  justify-content: center;
  padding: 24px;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button {
  width: 160px;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: unset;
  border: 0;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:last-child {
  color: rgba(34, 37, 41, 0.4);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-right: 8px;
  margin: 0 8px 0 0;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:last-child:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:first-child {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  margin: 0 0 0 8px;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:first-child:hover {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account.customer-address-form .page-main .column.main .form-address-edit .fieldset {
  line-height: 21px;
  margin: 0 0 20px;
}
.account.customer-address-form .page-main .column.main .form-address-edit .fieldset .legend {
  padding: 0;
  margin-bottom: 16px;
  font-weight: 500;
}
.account.customer-address-form .page-main .column.main .form-address-edit .fieldset .field {
  margin-bottom: 16px;
}
.account.customer-address-form .page-main .column.main .form-address-edit .fieldset .field:last-child {
  margin: 16px 0 0;
}
.account.customer-address-form .page-main .column.main .form-address-edit .fieldset .field.zip {
  margin-bottom: 16px;
}
.account.customer-address-form .page-main .column.main .form-address-edit .message.info {
  margin: 16px 0 0;
}
.account.customer-address-form .page-main .column.main .form-address-edit .message.info:first-child {
  margin-top: 0;
}
.account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .primary {
  width: 48%;
}
.account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .primary button.action.save {
  width: 100%;
}
.account.customer-account-edit #form-validate {
  line-height: 21px;
  padding-bottom: 0;
}
.account.customer-account-edit #form-validate .fieldset {
  margin-bottom: 0;
}
.account.customer-account-edit #form-validate .fieldset .legend {
  color: #222529;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 0;
  margin-bottom: 16px;
}
.account.customer-account-edit #form-validate .fieldset .field {
  margin-bottom: 16px;
}
.account.customer-account-edit #form-validate .fieldset .field .label {
  font-weight: 400;
}
.account.customer-account-edit #form-validate .fieldset .field .input-text {
  color: #222529;
  padding: 13.5px 16px;
}
.account.customer-account-edit #form-validate .fieldset .field.choice:has(input#assistance_allowed_checkbox) {
  display: none;
}
.account.customer-account-edit #form-validate .actions-toolbar {
  width: 48%;
}
.account.customer-account-edit #form-validate .actions-toolbar .primary {
  width: 100%;
}
.account.customer-account-edit #form-validate .actions-toolbar .primary button.action.primary {
  width: 100%;
}
.account.omise-cards-listaction .page-main .column.main .my-credit-cards {
  margin: 0;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards {
  line-height: 21px;
  margin: 0;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead {
  background: #F2F4F6;
  border: 1px solid #e7e7e7;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th {
  padding: 16px;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th.card-number {
  width: 25%;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th.expire {
  text-align: right;
  padding: 16px 200px 16px 16px;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th.card-type {
  width: 20%;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th.actions {
  text-align: center;
  width: 15%;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr {
  border: 1px solid #e7e7e7;
  border-top: none;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td {
  border: none;
  padding: 24px 16px;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.expire {
  text-align: right;
  padding: 24px 200px 24px 16px;
}
.account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.actions {
  text-align: center;
}
.account.review-customer-index #my-reviews-table thead {
  background-color: #F2F4F6;
  border: 1px solid #e7e7e7;
}
.account.review-customer-index #my-reviews-table thead th {
  border: 0;
}
.account.review-customer-index #my-reviews-table thead th.date {
  text-align: right;
  width: 11%;
}
.account.review-customer-index #my-reviews-table thead th.item {
  width: 40%;
}
.account.review-customer-index #my-reviews-table thead th.summary,
.account.review-customer-index #my-reviews-table thead th.actions {
  text-align: center;
}
.account.review-customer-index #my-reviews-table thead th.summary {
  width: 10%;
}
.account.review-customer-index #my-reviews-table thead th.actions {
  width: 9%;
}
.account.review-customer-index #my-reviews-table tbody {
  border: 1px solid #e7e7e7;
  border-top: none;
}
.account.review-customer-index #my-reviews-table tbody td {
  border-top: none;
}
.account.review-customer-index #my-reviews-table tbody td.date {
  text-align: right;
}
.account.review-customer-index #my-reviews-table tbody td.summary,
.account.review-customer-index #my-reviews-table tbody td.actions {
  text-align: center;
}
.account.review-customer-index #my-reviews-table tbody td.item a {
  color: #222529;
}
.account.review-customer-index #my-reviews-table tbody td.item a:hover {
  color: #1a25ab;
}
.account.review-customer-view .column.main .page-title-wrapper h1.page-title {
  margin-bottom: 14px;
}
.account.review-customer-view .column.main .customer-review .product-details {
  position: relative;
  margin-bottom: 24px;
}
.account.review-customer-view .column.main .customer-review .product-details .product-media {
  max-width: 150px;
  margin-right: 32px;
}
.account.review-customer-view .column.main .customer-review .product-details .product-info h2.product-name {
  color: #222529;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary {
  display: flex;
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary .rating-summary {
  margin-right: 16px;
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.view::before {
  content: '(';
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.view::after {
  content: ')';
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.add {
  position: absolute;
  top: 0;
  right: 0;
  color: #222529;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 13.5px 23.5px;
  border: 1px solid #222529;
}
.account.review-customer-view .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.add:hover {
  border-color: #7fbc02;
  background-color: #7fbc02;
  color: #ffffff;
}
.account.review-customer-view .column.main .customer-review .review-details .title &gt; strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.account.review-customer-view .column.main .customer-review .review-details .customer-review-rating {
  margin: 16px 0 8px;
}
.account.review-customer-view .column.main .customer-review .review-details .customer-review-rating .rating-label {
  display: none;
}
.account.review-customer-view .column.main .customer-review .review-details .review-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 8px;
}
.account.review-customer-view .column.main .customer-review .review-details .review-content {
  text-align: justify;
  margin-bottom: 8px;
  line-height: 21px;
}
.account.review-customer-view .column.main .customer-review .review-details .review-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.account.review-customer-view .column.main .customer-review .review-details .review-date:not(:last-child) {
  margin-bottom: 16px;
  border: 1px solid #e7e7e7;
}
.account.newsletter-manage-index .column.main .form-newsletter-manage {
  line-height: 21px;
}
.account.newsletter-manage-index .column.main .form-newsletter-manage .fieldset {
  margin-bottom: 16px;
}
.account.newsletter-manage-index .column.main .form-newsletter-manage .fieldset .legend {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 0;
  margin-bottom: 16px;
}
.account.newsletter-manage-index .column.main .form-newsletter-manage .actions-toolbar button.action.primary {
  width: 175px;
  font-weight: 600;
}
.account .helpdesk .required em {
  color: #E02B27;
}
.account .helpdesk-form .form-list .field {
  margin: 0 0 16px;
}
.account .helpdesk-form .form-list .field .row {
  margin-bottom: 0;
}
.account .helpdesk-form .form-list .field.attachment {
  margin: 0;
}
.account .helpdesk-form form {
  padding: 0;
}
.account .helpdesk-form form label {
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  margin: 0 0 8px;
}
.account .helpdesk-form form label em {
  margin: 0 0 0 3px;
}
.account .helpdesk-form form .subtemplate-wrapper .input-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  height: 48px;
  padding: 13.5px 16px;
  border-color: #e7e7e7;
  color: #222529;
}
.account .helpdesk-form form .subtemplate-wrapper textarea.input-text {
  height: 150px;
  padding: 16px;
}
.account .helpdesk-form form .buttons-set {
  margin: 24px 0 0;
}
.account .helpdesk-form form .formbuilder-button {
  border: none;
  padding: 13.5px 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  height: 48px;
  width: 175px;
  background: #1a25ab;
  text-transform: uppercase;
}
.account .helpdesk-form form .formbuilder-button:hover {
  background: #7fbc02;
}
.account .helpdesk-form .response-field-file_upload label {
  pointer-events: none;
}
.account .helpdesk-form .response-field-file_upload .file-box &gt; div:first-child {
  padding: 0 0 0 10px;
}
.account .helpdesk-form .response-field-file_upload .file-box &gt; div:last-child {
  padding: 0 10px 0 0;
}
.account .helpdesk-form .response-field-file_upload .file-upload {
  padding: 21px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border: 1px dashed #1a25ab;
  min-height: 80px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .helpdesk-form .response-field-file_upload .file-upload .upload-left {
  float: left;
  max-width: 266px;
  margin: 0 16px 0 0;
}
.account .helpdesk-form .response-field-file_upload .file-upload .upload-right {
  float: right;
}
.account .helpdesk-form .response-field-file_upload .file-upload .upload-right #upload {
  color: #000000;
  padding: 8px;
  background: #F2F4F6;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  height: 34px;
  width: 87px;
}
.account .helpdesk-form .response-field-file_upload .file-upload .upload-right #upload:hover {
  cursor: pointer;
}
.account .helpdesk-form .response-field-file_upload .file-show {
  margin-left: 16px;
  padding: 16px;
  border: 1px solid #e7e7e7;
  min-height: 80px;
  height: 100%;
}
.account .helpdesk-form .response-field-file_upload .file-show:hover {
  border-color: #1a25ab;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-left {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 4px;
  margin: 0 16px 0 0;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-left .img-responsive {
  height: 40px;
  width: 40px;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-left .img-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-right {
  font-weight: 400;
  width: 100%;
  margin: 0 10px 0 0;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-right .img-name {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 4px;
}
.account .helpdesk-form .response-field-file_upload .file-show .show-right .img-total {
  font-size: 12px;
  line-height: 18px;
  color: rgba(34, 37, 41, 0.6);
}
.account .helpdesk-form .response-field-file_upload .file-show .action-close {
  position: relative;
  height: 30px;
  width: 30px;
}
.account .helpdesk-form .response-field-file_upload .file-show .action-close::before,
.account .helpdesk-form .response-field-file_upload .file-show .action-close::after {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 50%;
  width: 21px;
  height: 2px;
  background: #222529;
}
.account .helpdesk-form .response-field-file_upload .file-show .action-close::before {
  transform: rotate(45deg);
}
.account .helpdesk-form .response-field-file_upload .file-show .action-close::after {
  transform: rotate(135deg);
}
.account .helpdesk-form .response-field-file_upload .file-show .action-close:hover {
  cursor: pointer;
}
.account .helpdesk-form .response-field-file_upload .notify-error {
  position: relative;
  margin: 0 0 0 3px;
  min-height: unset;
}
.account .helpdesk-form .response-field-file_upload .notify-error input#attachment {
  opacity: 0;
  height: 0;
  padding: 0;
  position: absolute;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-status .handle-status {
  padding: 0 0 0 18px;
  position: relative;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-status .handle-status::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 30%;
  left: 0;
  background: #7fbc02;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-status.lrw-status-close .handle-status::before {
  background: #c30400;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-status .view-status {
  border-left: 1px solid;
  padding-left: 8px;
  margin-left: 8px;
  color: #222529;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-block {
  line-height: 21px;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-block:last-child {
  margin-bottom: 0;
}
.account.lofhelpdesk-ticket-index .column.main .lrw-block &gt; .block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table thead {
  border-bottom: 1px solid #e7e7e7;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th {
  font-weight: 500;
  font-size: 14px;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th.lrw-id {
  padding-left: 0;
  width: 10%;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th.lrw-category {
  width: 10%;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th.lrw-last-activity {
  text-align: right;
  width: 18%;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th.lrw-status {
  text-align: center;
  width: 25%;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table th.lrw-action {
  padding-right: 0;
  text-align: center;
  width: 6%;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  padding: 24px 12px;
  border-top: none;
  border-color: #e7e7e7;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-subject a.box-body {
  color: #222529;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-subject a.box-body:hover {
  color: #1a25ab;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-id {
  padding-left: 0;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-last-activity {
  text-align: right;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-status {
  text-align: center;
  color: #7fbc02;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-status.lrw-status-close {
  color: #c30400;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-action {
  padding-right: 0;
  color: #1a25ab;
  text-align: center;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td a {
  font-weight: 300;
}
.account.lofhelpdesk-ticket-index .table-wrapper .data-table tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control:not([size]):not([multiple]) {
  height: 48px;
  width: 100%;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control:not([size]):not([multiple]):focus {
  border-color: #1a25ab;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control:not([size]):not([multiple]).mage-error {
  border-color: #c30400;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 13.5px 16px;
  border-color: #e7e7e7;
  color: #222529;
  border-radius: unset;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control:invalid,
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control [disabled] {
  color: rgba(34, 37, 41, 0.4);
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control option {
  color: #222529;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control:focus {
  border-color: #1a25ab;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.form-control.mage-error {
  border-color: #c30400;
}
.account.lofhelpdesk-ticket-index .form.helpdesk .subtemplate-wrapper select.multiple {
  height: 170px;
  width: 100%;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-selection--single {
  height: 47px;
  padding: 13px 16px;
  border: 1px solid #E7E7E7;
  border-radius: unset;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 33%;
  right: 16px;
  width: unset;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: '\e81c';
  display: inline-block;
  font-family: 'porto-icons';
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown {
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown.select2-dropdown--above {
  top: -10px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown.select2-dropdown--below {
  top: 10px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-search {
  padding: 16px 30px 8px 16px;
  position: relative;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-search::before {
  content: '\e884';
  font-family: 'porto-icons';
  font-weight: 600;
  font-size: 20px;
  color: rgba(34, 37, 41, 0.4);
  z-index: 10;
  position: absolute;
  top: 40%;
  left: 35px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-search__field {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 16px 16px 16px 52px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.4);
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-search__field:focus {
  border-color: #1a25ab;
  color: #222529;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-results &gt; .select2-results__options {
  padding: 8px 30px 16px 16px;
  max-height: 275px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-results &gt; .select2-results__options::-webkit-scrollbar-thumb {
  background: #C1C8CD;
  border-radius: 4px;
  height: 60px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-results &gt; .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-results__option {
  font-weight: 400;
  line-height: 21px;
  padding: 8px 0;
  margin: 0;
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-dropdown .select2-results__option--disabled {
  color: rgba(34, 37, 41, 0.6);
}
.account.lofhelpdesk-ticket-index .select2-container--default .select2-results__option--selected {
  background: #F2F4F6;
  color: #222529;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order {
  position: relative;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id ~ .mage-error-select {
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
  color: #c30400;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id ~ .mage-error-select::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id.mage-error + #order_id-error {
  display: none !important;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id.mage-error ~ .select2-container .select2-selection--single {
  border-color: #c30400;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id.mage-error ~ .select2-container--focus .select2-selection--single {
  border-color: #e7e7e7;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.order select#order_id.mage-error ~ .mage-error-select {
  display: block;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product .subtemplate-inner {
  display: flex;
  flex-direction: column-reverse;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id {
  height: 170px;
  width: 100%;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  border-radius: unset;
  line-height: 21px;
  overflow: auto;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id::-webkit-scrollbar-thumb {
  background: #C1C8CD;
  border-radius: 4px;
  height: 60px;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id::-webkit-scrollbar {
  width: 6px;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id:focus {
  border-color: #1a25ab;
  box-shadow: none;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id .select-option input {
  height: 16px;
  width: 100%;
  max-width: 16px;
  margin: 0;
  cursor: pointer;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product ul#product_id .select-option label {
  padding: 0 0 8px 16px;
  margin: 0;
  line-height: 21px;
  cursor: pointer;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product select#product_id {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  position: absolute;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product select#product_id.mage-error ~ ul#product_id {
  border-color: #c30400;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product select#product_id.mage-error ~ ul#product_id:focus {
  border-color: #c30400;
}
.account.lofhelpdesk-ticket-index .subtemplate-wrapper.product select#product_id:focus ~ ul#product_id {
  border-color: #1a25ab;
}
.account.lofhelpdesk-ticket-view .ratings .rating-box {
  background-image: url(/media/wysiwyg/stars-big.png);
}
.account.lofhelpdesk-ticket-view .ratings .rating-box .rating {
  background-image: url(/media/wysiwyg/stars-big.png);
}
.account.lofhelpdesk-ticket-view .ratings .ratings_over {
  background: url(/media/wysiwyg/star_overs.png) no-repeat;
}
.account.lofhelpdesk-ticket-view .column.main .lrw-block {
  margin: 0 0 24px;
  line-height: 21px;
}
.account.lofhelpdesk-ticket-view .column.main .lrw-block.history-ticket {
  border-top: 1px solid #e7e7e7;
  padding: 24px 0 0;
}
.account.lofhelpdesk-ticket-view .column.main .lrw-block .orders-recent {
  margin: 0;
}
.account.lofhelpdesk-ticket-view .column.main .lrw-block .actions-ticket {
  display: none;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table {
  margin: 0;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr {
  border: 1px solid #e7e7e7;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr th,
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr td {
  border: none;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 14px;
  color: #222529;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr td {
  border-left: 1px solid #e7e7e7;
  font-weight: 300;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr td a {
  font-weight: 300;
}
.account.lofhelpdesk-ticket-view .table-wrapper table.data-table tr.rating th {
  line-height: 33px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history {
  margin: 0 0 16px;
  font-size: 14px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history:last-child {
  margin: 0;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message {
  margin: 0;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header {
  margin: 0 0 16px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header strong {
  font-weight: 500;
  font-size: 14px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header strong::before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  margin-right: 16px;
  border-radius: 50%;
  padding: 9px;
  background: #e7e7e7;
  font-weight: 600;
  font-size: 12px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header .minor {
  margin: 0 0 0 16px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(34, 37, 41, 0.4);
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-body {
  border: none;
  background: transparent;
  text-align: justify;
  margin: 0 0 16px 45px;
  padding: 0;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-body .lof-message-attachments {
  margin: 8px 0 0;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-body .lof-message-attachments a {
  font-weight: 300;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons {
  margin: 0 0 0 45px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons .like-button {
  display: flex;
  padding: 0;
  height: unset;
  font-size: 14px;
  font-weight: 400;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons .like-button i {
  font-size: 16px;
  color: #1a25ab;
  line-height: 21px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons .like-button .like {
  margin: 0 0 0 8px;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.customer .like-button.lof-show i {
  opacity: 0.2;
  color: #222529;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.customer .like-button.lof-like i {
  opacity: 1;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-show i {
  font-weight: 700;
  color: #222529;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-show.add-like span.like {
  display: none;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-show.add-like i {
  letter-spacing: 8px;
  font-size: 14px;
  font-weight: 400;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-show.add-like i::before {
  font-size: 16px;
  font-weight: 600;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-show.add-like.number-like i::before {
  color: #1a25ab;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like i {
  font-weight: 700;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like.click-like span.like {
  display: none;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like.click-like i {
  letter-spacing: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #222529;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like.click-like i::before {
  font-size: 16px;
  font-weight: 600;
  color: #1a25ab;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like.click-like a:hover i {
  color: #222529;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button.lof-like.click-like a:hover i::before {
  color: #7fbc02;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons.user .like-button a:hover i::before {
  color: #7fbc02;
}
.account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons .like-comment {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}
.account .modal-popup .modal-inner-wrap {
  border-radius: unset;
}
.account .modal-popup .modal-inner-wrap .modal-header {
  display: table-cell;
  padding-bottom: 0;
}
.account .modal-popup .modal-inner-wrap .modal-header .action-close {
  padding: 0;
}
.account .modal-popup .modal-inner-wrap .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 120px 20px 16px;
  font-weight: 600;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  position: relative;
  text-transform: capitalize;
}
.account .modal-popup .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 50px;
  position: absolute;
  padding: 16.3px 17.5px;
  border-radius: 28px;
  font-weight: 500;
}
.account .modal-popup .modal-inner-wrap .modal-content {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}
.account .modal-popup .modal-inner-wrap .modal-content::before {
  display: none;
}
.account .modal-popup .modal-inner-wrap .modal-footer {
  border: 0;
  justify-content: center;
  padding: 24px;
}
.account .modal-popup .modal-inner-wrap .modal-footer &gt; button {
  width: 160px;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: unset;
  border: 0;
}
.account .modal-popup.confirm .modal-inner-wrap {
  margin-top: 200px;
  border-radius: unset;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-header {
  padding: 30px 0 0;
  display: table-cell;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  padding: 0;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-content {
  padding: 100px 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-content::before {
  top: 25px;
  position: absolute;
  padding: 16.3px 17.5px;
  border-radius: 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  background: #FEE4E2;
  color: #c30400;
  display: block;
  width: 56px;
  height: 53px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-content [class*='remove-item'] p {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-content [class*='remove-item'] span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer {
  border: 0;
  justify-content: center;
  padding: 24px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button {
  width: 160px;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: unset;
  border: 0;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-dismiss {
  color: rgba(34, 37, 41, 0.4);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-right: 8px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-dismiss:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-accept.action-primary {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  margin-left: 8px;
  padding: 11px 28px;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-accept.action-primary:hover {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .modal-popup.confirm._show .modal-inner-wrap .modal-content::before {
  top: 50px;
}
.account .bss-modal.bss-modal-slide .modal-inner-wrap {
  margin-top: 180px;
  max-width: 900px;
  border-radius: unset;
}
.account .bss-modal.bss-modal-slide .modal-header {
  display: table-cell;
  padding-bottom: 0;
}
.account .bss-modal.bss-modal-slide .modal-header .action-close {
  padding: 0;
}
.account .bss-modal.bss-modal-slide .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 120px 20px 16px;
  font-weight: 600;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  position: relative;
  text-transform: capitalize;
}
.account .bss-modal.bss-modal-slide .modal-header h1.modal-title::before {
  content: url(/media/wysiwyg/empty-wallet-change.png);
  background: rgba(26, 37, 171, 0.1);
  color: #1a25ab;
  top: 50px;
  position: absolute;
  padding: 16.3px 17.5px;
  border-radius: 28px;
  font-weight: 500;
}
.account .bss-modal.bss-modal-slide .modal-content {
  overflow-y: hidden;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}
.account .bss-modal.bss-modal-slide .modal-content::before {
  display: none;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form {
  display: flex;
  justify-content: center;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset {
  width: 100%;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset &gt; .control:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #222529;
  margin: 0 0 24px;
  display: flex;
  justify-content: center;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset &gt; .control:first-child p {
  width: 366px;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required .control {
  margin: 0;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required .control label {
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  min-width: unset;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason {
  height: 100px;
  padding: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #e7e7e7;
  color: #222529;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required textarea.bss-refund-reason::placeholder {
  color: rgba(34, 37, 41, 0.4);
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required div.mage-error {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
}
.account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .field.required div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
}
.account .bss-modal.bss-modal-slide .modal-footer {
  flex-direction: row-reverse;
  border: 0;
  justify-content: center;
  padding: 24px;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button {
  width: 160px;
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  border-radius: unset;
  border: 0;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:last-child {
  color: rgba(34, 37, 41, 0.4);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-right: 8px;
  margin: 0 8px 0 0;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:last-child:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:first-child {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  margin: 0 0 0 8px;
}
.account .bss-modal.bss-modal-slide .modal-footer &gt; button:first-child:hover {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .modal-popup.confirm .modal-inner-wrap {
  margin-top: 200px;
}
.account .modal-popup.confirm .modal-header h1.modal-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2ed";
  background: #FEE4E2;
  color: #c30400;
}
.account .modal-popup.confirm .modal-footer &gt; button.action-dismiss {
  color: rgba(34, 37, 41, 0.4);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-right: 8px;
}
.account .modal-popup.confirm .modal-footer &gt; button.action-dismiss:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .modal-popup.confirm .modal-footer &gt; button.action-accept {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  margin-left: 8px;
}
.account .modal-popup.confirm .modal-footer &gt; button.action-accept:hover {
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.account .columns .block-addresses-default &gt; .block-content,
.account .columns .block-dashboard-info &gt; .block-content,
.account .columns .block-dashboard-addresses &gt; .block-content {
  display: flex;
}
.account .columns .block-addresses-default &gt; .block-content .box,
.account .columns .block-dashboard-info &gt; .block-content .box,
.account .columns .block-dashboard-addresses &gt; .block-content .box {
  display: flex;
  flex-direction: column;
}
.account .columns .block-addresses-default &gt; .block-content .box:nth-child(2n+1),
.account .columns .block-dashboard-info &gt; .block-content .box:nth-child(2n+1),
.account .columns .block-dashboard-addresses &gt; .block-content .box:nth-child(2n+1) {
  margin-right: 21px;
}
.account .columns .block-addresses-default &gt; .block-content .box:nth-child(2n+2),
.account .columns .block-dashboard-info &gt; .block-content .box:nth-child(2n+2),
.account .columns .block-dashboard-addresses &gt; .block-content .box:nth-child(2n+2) {
  margin-left: 21px;
}
.account .columns .block-addresses-default &gt; .block-content .box .box-content,
.account .columns .block-dashboard-info &gt; .block-content .box .box-content,
.account .columns .block-dashboard-addresses &gt; .block-content .box .box-content {
  flex-grow: 1;
}
body .modals-wrapper .modal-popup .modal-footer button.action-secondary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
body .modals-wrapper .modal-popup .modal-footer button.action-primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
body .modals-wrapper .modal-popup .modal-footer button.action-primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.shipping-tracking-popup .page-main h1.page-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a25ab;
  line-height: 36px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.shipping-tracking-popup .page-main .column.main .page.tracking .order.subtitle.caption {
  font-size: 18px;
  font-weight: 500;
  color: #222529;
  line-height: 27px;
  margin-bottom: 8px;
}
.shipping-tracking-popup .page-main .column.main .page.tracking .message.info.empty {
  background: transparent;
  color: #c30400;
  font-size: 16px;
  font-weight: 400;
}
.shipping-tracking-popup .page-main .column.main .page.tracking .message.info.empty &gt; *:first-child:before {
  color: #c30400;
  font-size: 20px;
}
.shipping-tracking-popup .page-main .column.main .page.tracking .actions button.close {
  background: transparent;
  color: #1a25ab;
}
.shipping-tracking-popup .page-main .column.main .page.tracking .actions button.close:hover {
  background: transparent;
  color: #7fbc02;
}
.shipping-tracking-popup .page-main .column.main .tracking-shipping .tracking__track-text {
  color: #222529;
}
.shipping-tracking-popup .page-main .column.main .tracking_shipping_name {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding: 24px 40px;
  font-weight: 400;
}
.shipping-tracking-popup .page-main .column.main .tracking_shipping_progress {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0 40px 24px;
}
.shipping-tracking-popup .page-main .column.main .tracking_shipping_progress .tracking_shipping_progress_date,
.shipping-tracking-popup .page-main .column.main .tracking_shipping_progress .tracking_shipping_progress_step {
  color: #222529;
  font-weight: 400;
}
.account.page-layout-2columns-left .page-wrapper .page-main .column.main {
  width: 74% !important;
  padding: 0;
  margin: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main {
  width: 23.5% !important;
  padding: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content {
  border: 1px solid #e7e7e7;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav {
  margin: 24px;
  margin-bottom: 16px;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-title {
  position: relative;
  overflow: unset;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-title strong {
  color: #222529;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li {
  overflow: hidden;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li:first-child {
  border-top: none;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li.current strong {
  color: #1a25ab;
  font-weight: 500;
  border: none;
  padding: 8px 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li strong::before {
  display: none;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li a {
  position: relative;
  transition: all 0.3s;
  border-bottom: none;
  padding: 8px 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li a:hover {
  padding-left: 15px;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li a:hover::before {
  left: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .sidebar-content .block-collapsible-nav .block-collapsible-nav-content ul.items li a::before {
  content: "Â»";
  color: #1a25ab;
  position: absolute;
  left: -100%;
  top: 45%;
  transform: translate(0px, -50%);
  transition: all 0.3s ease 0s;
}
.checkout-cart-index .product-item-name {
  white-space: normal;
}
@media only screen and (max-width: 639px) {
  .account .table-wrapper {
    border-top: unset;
  }
}
.cart.table-wrapper .col.qty {
  text-align: center !important;
}
@media only screen and (min-width: 1440px) {
  .account.wishlist-index-index .page-main .price-box .old-price .price {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1439px) and (min-width: 1200px) {
  .account.lofhelpdesk-ticket-index .table-wrapper .data-table tr td.lrw-last-activity {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 639px) {
  .account.customer-account-index .page-main .block.block-dashboard-orders #my-orders-table td {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .account.customer-address-index .page-main .column.main .block-addresses-list #additional-addresses-table th,
  .account.customer-address-index .page-main .column.main .block-addresses-list #additional-addresses-table td {
    padding: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .account .helpdesk-form form .formbuilder-button:hover {
    background: #1a25ab;
  }
  .account .helpdesk-form form .formbuilder-button:active {
    background: #7fbc02;
  }
}
@media only screen and (max-width: 1199px) {
  .account .page-main &gt; .columns {
    display: flex;
  }
  .account .page-main &gt; .columns .sidebar-main {
    margin-bottom: 20px;
  }
  .account .page-main &gt; .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    margin-bottom: 0;
  }
  .account .page-main &gt; .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-content.active ul.nav.items li.item:first-child {
    border-top: none;
  }
  .account .page-main &gt; .columns .sidebar-main .block-collapsible-nav .block-collapsible-nav-content.active.active {
    border-bottom: none;
  }
  .account .page-main &gt; .columns .sidebar-main .sidebar-additional {
    margin-top: 0;
    padding-top: 0;
  }
  .account .page-main &gt; .columns .sidebar-main .sidebar-additional .block-reorder {
    padding-top: 0;
  }
  .account .page-main &gt; .columns .sidebar-main .sidebar-additional .block-reorder .block-content form.reorder #cart-sidebar-reorder.product-items .product-item {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .account.customer-account-index .page-main table thead th,
  .account.sales-order-history .page-main table thead th,
  .account.customer-account-index .page-main table tbody td,
  .account.sales-order-history .page-main table tbody td {
    padding: 16px;
  }
  .account.customer-account-index .page-main table thead th.total,
  .account.sales-order-history .page-main table thead th.total,
  .account.customer-account-index .page-main table tbody td.total,
  .account.sales-order-history .page-main table tbody td.total {
    padding-right: 24px;
  }
  .account.customer-account-index .page-main table thead th.status,
  .account.sales-order-history .page-main table thead th.status,
  .account.customer-account-index .page-main table tbody td.status,
  .account.sales-order-history .page-main table tbody td.status {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .account .page-main &gt; .columns {
    flex-wrap: wrap-reverse;
  }
  .account .page-main &gt; .columns .toolbar {
    background-color: transparent;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table thead th.id {
    width: 16%;
  }
  .account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item-options dt,
  .account[class*='sales-order'] .page-main .order-details-items .table-wrapper table.table-order-items tbody td.col.name dl.item.options dt {
    margin-right: 10px;
  }
  .account.customer-address-index .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; thead &gt; tr &gt; th {
    display: none;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody {
    display: block;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr {
    display: block;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td,
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td[data-th]:before,
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th[data-th]:before {
    padding-right: 0.5em;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #222529;
    font-weight: 700;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr &gt; th {
    background-color: #f6f6f6;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 15px;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td.col.qty {
    text-align: left;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.25em;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 1em;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after,
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::before {
    content: '';
    display: table;
  }
  .account.customer-address-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after {
    clear: both;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list {
    position: relative;
    margin: 0;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list .additional-addresses {
    border: none;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table {
    margin: 50px 0 0;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody tr {
    border: 1px solid #e7e7e7;
    padding: 16px;
    position: relative;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td {
    line-height: 18px;
    border: none;
    padding: 8px 0;
    text-align: left;
    position: relative;
    padding-left: 50%;
    font-size: 12px;
    min-height: 35px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td::before {
    content: attr(data-th) '';
    position: absolute;
    left: 0;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 500;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.phone {
    margin-bottom: 58px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions {
    padding: 8px 0 0;
    display: flex;
    justify-content: center;
    height: auto;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions::before {
    display: none;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.edit,
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.delete {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid;
    padding: 13.5px 54px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.edit {
    color: rgba(34, 37, 41, 0.4);
    border-color: #e7e7e7;
    background-color: #ffffff;
    margin-right: 8px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.edit::after {
    display: none;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.edit:hover {
    color: #ffffff;
    border-color: #7fbc02;
    background-color: #7fbc02;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.delete {
    color: #ffffff;
    border-color: #1a25ab;
    background-color: #1a25ab;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions a.delete:hover {
    border-color: #7fbc02;
    background-color: #7fbc02;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list .customer-addresses-toolbar {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    top: 40px;
    width: 100%;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list .customer-addresses-toolbar strong {
    font-weight: 500;
  }
  .account.customer-address-index .page-main .column.main .actions-toolbar &gt; .primary {
    width: 100%;
  }
  .account.customer-address-index .page-main .column.main .actions-toolbar &gt; .primary button.action.primary {
    width: 100%;
  }
  .account.customer-address-index .page-main .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-top: 90px;
  }
  .account.customer-address-index .page-main .modal-popup.confirm .modal-inner-wrap .modal-content::before {
    padding: 11.67px 12.5px;
    font-size: 20px;
  }
  .account.customer-address-index .page-main .modal-popup.confirm .modal-inner-wrap .modal-content .remove-item-address p {
    font-size: 20px;
  }
  .account.customer-address-index .page-main .modal-popup.confirm .modal-inner-wrap .modal-content .remove-item-address span {
    font-size: 14px;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
    margin: 0;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; thead &gt; tr &gt; th {
    display: none;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody {
    display: block;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr {
    display: block;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td,
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td[data-th]:before,
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th[data-th]:before {
    padding-right: 0.5em;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #222529;
    font-weight: 700;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr &gt; th {
    background-color: #f6f6f6;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 15px;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td.col.qty {
    text-align: left;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.25em;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 1em;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after,
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::before {
    content: '';
    display: table;
  }
  .account.lofhelpdesk-ticket-index .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after {
    clear: both;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper {
    border: none;
    margin: 0;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    position: relative;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-id {
    padding: 44px 16px 0;
    font-weight: 500;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-id::before {
    display: inline-block;
    content: 'Tickets Id #';
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-subject {
    padding: 8px 16px;
    margin: 0 0 85px;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-subject a.box-body {
    font-weight: 300;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-category {
    padding: 4px 16px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    bottom: 61px;
    width: 100%;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-category::before {
    display: inline-block;
    content: 'Category: ';
    margin: 0 4px 0 0;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-last-activity {
    text-align: left;
    padding: 0 16px 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    bottom: 38px;
    width: 100%;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-last-activity::before {
    display: inline-block;
    content: 'Last activity: ';
    margin: 0 4px 0 0;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-status {
    position: absolute;
    top: 16px;
    left: 16px;
    text-align: left;
    padding: 0 16px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-action {
    border: 1px solid #e7e7e7;
    border-width: 1px 0 0;
    padding: 8px 0;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .block-my-ticket .toolbar {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 910px) and (min-width: 769px) {
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards thead th.expire {
    padding: 24px 120px 24px 16px;
  }
}
@media only screen and (max-width: 769px) {
  .account .bss-modal.bss-modal-slide .modal-inner-wrap {
    transform: none;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-header h1.modal-title {
    font-size: 20px;
    padding-top: 110px;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-header h1.modal-title::before {
    padding: 11.67px 12.5px;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-content {
    font-size: 14px;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-footer {
    padding: 16px 24px 20px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-top: 70px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-content::before {
    top: 9px;
    font-size: 20px;
    padding: 11.67px 12.5px;
    width: 42.5px;
    height: 43px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-content [class*='remove-item'] p {
    font-size: 20px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-content [class*='remove-item'] span {
    font-size: 14px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-footer {
    padding: 16px 24px 20px;
  }
  .account .modal-popup.confirm._show .modal-inner-wrap .modal-content::before {
    top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .account .order-details-items .col.price .price-including-tax,
  .account .order-details-items .col.subtotal .price-including-tax,
  .account .order-details-items .col.price .price-excluding-tax,
  .account .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .account .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; thead &gt; tr &gt; th {
    display: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td[data-th]:before,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th[data-th]:before {
    padding-right: 0.5em;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #222529;
    font-weight: 700;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr &gt; th {
    background-color: #f6f6f6;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 15px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td.col.qty {
    text-align: left;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.25em;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 1em;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after,
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::before {
    content: '';
    display: table;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr::after {
    clear: both;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 0.5em;
  }
  .account .actions-toolbar &gt; .primary,
  .account .actions-toolbar &gt; .secondary {
    margin-bottom: 0;
  }
  .account.page-layout-2columns-left .page-main {
    padding: 0;
  }
  .account.page-layout-2columns-left .page-main &gt; .page.messages {
    margin-bottom: 0;
  }
  .account.page-layout-2columns-left .page-main &gt; .page.messages .messages {
    margin: 20px;
  }
  .account.page-layout-2columns-left .page-main &gt; .page.messages .messages &gt; .message {
    margin: 8px 0 0;
  }
  .account.page-layout-2columns-left .page-main &gt; .page.messages .messages &gt; .message:first-child {
    margin-top: 0;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .sidebar-content {
    border-left: 0;
    border-right: 0;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav {
    z-index: 10;
    margin: 0;
    position: relative;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title {
    padding: 16px 30px 16px 20px;
    margin: 0;
    border-bottom: 0;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title.active {
    border-bottom: 1px solid #e7e7e7;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title::after {
    right: 20px;
    top: 33%;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title strong {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-content ul.items {
    padding: 12px 5px;
    line-height: 21px;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .sidebar-additional {
    margin-top: 35px;
  }
  .account.page-layout-2columns-left .page-main .sidebar.sidebar-main .sidebar-additional .block-reorder {
    padding: 20px 15px;
  }
  .account.page-layout-2columns-left .page-main .column.main .page-title-wrapper {
    margin: 0 20px;
  }
  .account.page-layout-2columns-left .page-main .column.main .page-title-wrapper h1.page-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .page-main .column.main .block {
    margin: 20px 20px 0;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-title {
    font-size: 14px;
    line-height: 21px;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content {
    line-height: 18px;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box {
    margin-bottom: 16px;
    padding: 0;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-title,
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-content,
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-actions {
    padding: 16px;
    min-height: unset;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-title {
    font-size: 12px;
    line-height: 18px;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-content {
    font-size: 12px;
    line-height: 21px;
    font-weight: 300;
  }
  .account.page-layout-2columns-left .page-main .column.main .block .block-content .box-actions .action.edit::after {
    margin: 0 16px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr,
  .account.sales-order-history #my-orders-table tbody &gt; tr {
    border-top: 1px solid #e7e7e7;
    position: relative;
    padding: 10px 20px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr:last-child,
  .account.sales-order-history #my-orders-table tbody &gt; tr:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td,
  .account.sales-order-history #my-orders-table tbody &gt; tr td {
    text-align: left;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td::before {
    display: none;
    padding-right: 0;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.id,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.id {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding-top: 17px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.id::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.id::before {
    display: inline-block;
    content: '#';
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.date,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.date {
    margin: 4px 0;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.shipping::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.shipping::before {
    display: inline-block;
    content: 'Ship To:';
    font-weight: 400;
    padding-right: 2px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.total,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.total {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 12px;
    color: #7fbc02;
    padding-left: 15px;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status span::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status span::before {
    content: '';
    position: absolute;
    background: #7fbc02;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 35%;
    left: 0;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.canceled,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.canceled,
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.closed,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.closed {
    color: #c30400;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.canceled span::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.canceled span::before,
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.closed span::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.closed span::before {
    background: #c30400;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.pending,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.pending {
    color: #F79E1B;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.status.pending span::before,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.status.pending span::before {
    background: #F79E1B;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.actions,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.actions {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .account.customer-account-index #my-orders-table tbody &gt; tr td.actions .action::after,
  .account.sales-order-history #my-orders-table tbody &gt; tr td.actions .action::after {
    margin: 0 8px;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-info {
    margin-top: 0;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard {
    position: relative;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard .block-title .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.3));
    z-index: 5;
    font-size: 12px;
    font-weight: 300;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item {
    margin-bottom: 3px;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item:nth-child(3),
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item:nth-child(4),
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item:nth-child(5) {
    display: none;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item .product-name {
    margin-bottom: 0;
    line-height: 18px;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item .product-name a {
    font-size: 12px;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item .rating-summary {
    line-height: 18px;
  }
  .account.customer-account-index .page-main .column.main .block-reviews-dashboard ol.items li.item .rating-summary .label {
    font-size: 12px;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-orders {
    margin: 23px 0 0;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-orders .block-title {
    margin: 0 20px;
    margin-bottom: 13px;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-orders .block-title .action.view {
    font-size: 12px;
    font-weight: 300;
  }
  .account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.id,
  .account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.date,
  .account.customer-account-index .page-main .column.main .block-dashboard-orders #my-orders-table tbody td.shipping {
    text-align: left;
  }
  .account.sales-order-history .page-main .columns .column.main {
    position: relative;
  }
  .account.sales-order-history .page-main .columns .column.main .page-title-wrapper {
    margin: 0 20px;
    padding-bottom: 0;
  }
  .account.sales-order-history .page-main .columns .column.main .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
  }
  .account.sales-order-history .page-main .columns .column.main .orders-history {
    border: none;
    margin: 0;
  }
  .account.sales-order-history .page-main .columns .column.main .orders-history #my-orders-table {
    margin: 0;
  }
  .account.sales-order-history .page-main .columns .column.main .orders-history #my-orders-table .table-caption {
    height: auto;
    margin: 0 20px 65px;
    position: unset;
    width: 200px;
    color: #222529;
    font-weight: 500;
    line-height: 21px;
  }
  .account.sales-order-history .page-main .columns .column.main .orders-history #my-orders-table tbody {
    border: none;
  }
  .account.sales-order-history .page-main .columns .column.main .orders-history #my-orders-table tbody td {
    text-align: left;
  }
  .account.sales-order-history .page-main .columns .column.main .order-products-toolbar {
    background: transparent;
    position: absolute;
    top: 88px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .account.sales-order-history .page-main .columns .column.main .order-products-toolbar .limiter-label {
    font-weight: 400;
  }
  .account .bss-modal.bss-modal-slide .modal-content #bss-refund-form .fieldset &gt; .control:first-child {
    font-size: 14px;
  }
  .account[class*='sales-order'] .page-main .column.main {
    position: relative;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper {
    margin: 0 0 20px 36px;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper h1.page-title {
    margin-bottom: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper .order-date {
    line-height: 18px;
    margin: 4px 0;
    text-align: justify;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper .order-actions-toolbar {
    padding-bottom: 30px;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper .order-actions-toolbar .action.order {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #1a25ab;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper .order-status {
    bottom: 0;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 12px 6px 24px;
    margin-bottom: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .page-title-wrapper .order-status::before {
    width: 4px;
    height: 4px;
    top: 42%;
    left: 13%;
  }
  .account[class*='sales-order'] .page-main .column.main .block-order-details-comments .order-comments .comment-date {
    font-size: 12px;
    line-height: 18px;
  }
  .account[class*='sales-order'] .page-main .column.main ul.order-links {
    background: transparent;
    border: none;
    margin: 0 20px 15px;
    padding: 0;
  }
  .account[class*='sales-order'] .page-main .column.main ul.order-links li.item {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-right: 8px;
    display: inline-block;
  }
  .account[class*='sales-order'] .page-main .column.main ul.order-links li.item:last-child {
    margin-right: 0;
  }
  .account[class*='sales-order'] .page-main .column.main ul.order-links li.item &gt; a,
  .account[class*='sales-order'] .page-main .column.main ul.order-links li.item &gt; strong {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 12px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items {
    position: unset;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .order-title strong {
    font-size: 14px;
    line-height: 21px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .order-title .action.track {
    font-size: 12px;
    line-height: 18px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items &gt; .table-wrapper {
    border: none;
    margin: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items {
    border-bottom: none;
    margin-bottom: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody {
    margin: 0 20px;
    border: 1px solid #e7e7e7;
    padding: 16px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col {
    padding: 2px 0;
    display: flex;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col:last-child {
    border-bottom: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col::before {
    width: 80px;
    padding: 0;
    font-weight: 500;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name {
    height: 100px;
    padding: 0;
    margin-bottom: 8px;
    display: block;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name::before {
    display: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .product-item-image {
    margin-right: 16px;
    height: 100px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .product-item-name {
    font-weight: 400;
    margin: 0 0 4px;
    display: flex;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .item-options dt,
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .item.options dt {
    margin: 0 16px 4px 0;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .item-options dd,
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.name .item.options dd {
    margin-bottom: 4px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.qty .items-qty {
    display: flex;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.qty .items-qty .item {
    margin-left: 10px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.qty .items-qty .item:first-child {
    margin-left: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.qty .items-qty .item &gt; .title::after {
    display: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col.subtotal {
    padding: 5px 0 0;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col .price {
    font-weight: 300;
    font-size: 14px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody &gt; tr td.col .price-excluding-tax {
    position: unset;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tbody + tbody {
    border-top: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot {
    margin: 0 20px;
    padding: 16px 0;
    border: 1px solid #e7e7e7;
    border-top: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr {
    padding: 0 16px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr .mark,
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr .amount {
    padding: 0;
    margin: 0 0 4px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr .price {
    font-weight: 500;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr.shipping {
    margin-bottom: 16px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr.grand_total {
    padding: 16px 16px 0;
    margin: 0;
    border-bottom: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr.grand_total .mark strong,
  .account[class*='sales-order'] .page-main .column.main .order-details-items table.table-order-items tfoot tr.grand_total .amount .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .actions-toolbar {
    top: 5px;
    left: 14px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .actions-toolbar .action.back {
    margin: 0;
    width: 20px;
    display: block;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .actions-toolbar .action.back::before {
    content: "\f802";
    font-family: 'porto-icons';
    font-size: 20px;
    font-weight: 500;
    color: #1a25ab;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items .actions-toolbar .action.back span {
    display: none;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.invoice &gt; .order-title,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments &gt; .order-title,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.creditmemo &gt; .order-title {
    margin: 0 20px;
    padding: 16px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.invoice .order.additional.details,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments .order.additional.details,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.creditmemo .order.additional.details {
    margin: 0 20px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.invoice .order.additional.details .subtitle,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments .order.additional.details .subtitle,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.creditmemo .order.additional.details .subtitle {
    margin: 16px 0 24px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.invoice .actions-toolbar,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments .actions-toolbar,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.creditmemo .actions-toolbar {
    position: absolute;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments &gt; .order-title {
    display: flex;
    justify-content: space-between;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.invoice table.table-order-items tbody &gt; tr td.col::before,
  .account[class*='sales-order'] .page-main .column.main .order-details-items.shipments table.table-order-items tbody &gt; tr td.col::before {
    width: 110px;
  }
  .account[class*='sales-order'] .page-main .column.main .order-details-items.creditmemo table.table-order-items tbody &gt; tr td.col::before {
    width: 150px;
  }
  .account[class*='sales-order'] .page-main .column.main .block-order-details-view {
    margin: 20px 20px 0;
    padding: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .block-order-details-view .block-title {
    padding: 0;
  }
  .account[class*='sales-order'] .page-main .column.main .block-order-details-view .block-content {
    display: block;
  }
  .account[class*='sales-order'] .page-main .column.main .block-order-details-view .block-content .box .box-content dl.payment-method dt.title {
    font-weight: 300;
  }
  .account.sales-order-view .page-main .column.main .items.order-links {
    border-bottom: none;
  }
  .account.sales-order-shipment .page-main .order-details-items .order-title + .order-tracking {
    padding: 0 16px 16px ;
    margin: 0 20px;
  }
  .account.sales-order-shipment .page-main .order-details-items .actions-toolbar a.action.track {
    display: none;
  }
  .account.wishlist-index-index .page-main .column.main #authenticationPopup + .wishlist-toolbar {
    margin-bottom: 26px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form ~ .wishlist-toolbar {
    display: none;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form {
    padding: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist {
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items {
    grid-column-gap: 20px;
    grid-row-gap: 26px;
    margin: 0 20px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item {
    border: none;
    padding: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item a.product-item-photo {
    float: none;
    margin: 0 0 8px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-name {
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-name a {
    font-size: 12px;
    line-height: 18px;
    height: 38px;
    padding-right: 8px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-reviews-summary {
    margin: 4px 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-reviews-summary .rating-summary .rating-result {
    width: 58px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-reviews-summary .rating-summary .rating-result::before {
    font-size: 10px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-reviews-summary .rating-summary .rating-result &gt; span:before {
    font-size: 10px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box {
    margin-left: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box p.price-as-configured {
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box [data-price-type="finalPrice"] .price,
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box .special-price .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box .old-price .price {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 0 0 28px;
    margin: 18px 0 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .comment-box textarea.product-item-comment {
    margin: 8px 0 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart {
    float: none;
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
    margin-left: 4px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .field.qty {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .field.qty .input-text.qty {
    height: 48px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .product-item-actions button.tocart {
    height: 48px;
    width: 100%;
    min-width: unset;
    display: block;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .product-item-actions button.tocart::before {
    display: none;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner &gt; .product-item-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner &gt; .product-item-actions .action.edit,
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner &gt; .product-item-actions .action.delete {
    float: none;
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner &gt; .product-item-actions .action.edit span {
    border-right: 1px solid #e7e7e7;
    padding-right: 8px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner &gt; .product-item-actions .action.delete span {
    padding-left: 8px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .unavailable.stock {
    margin: 0;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist.products-grid ~ .actions-toolbar {
    margin: 0 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist.products-grid ~ .actions-toolbar .primary button.action.primary {
    margin-bottom: 10px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist.products-grid ~ .actions-toolbar .primary button.action.primary:last-child {
    margin-bottom: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist.products-grid ~ .actions-toolbar .primary button.action.primary.tocart::before {
    display: none;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .product-items .product-item .product-item-info .product-reviews-summary + div:not(.price-box) {
    margin: 45px 0 0;
  }
  .account.wishlist-index-index .page-main .column.main #form-tmpl + .wishlist-toolbar {
    display: none;
  }
  .account.wishlist-index-index .page-main .columns .column.main .wishlist-toolbar {
    background: #ffffff;
    margin: 0 20px;
    margin-bottom: 0;
    padding: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .wishlist-toolbar .pager {
    padding: 0;
  }
  .account.wishlist-index-index .page-main .columns .column.main .wishlist-toolbar .limiter .limiter-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
  }
  .account.wishlist-index-share .column.main .form.wishlist.share {
    margin: 0 20px;
  }
  .account.wishlist-index-share .column.main .form.wishlist.share legend {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 16px;
  }
  .account.wishlist-index-share .column.main .form.wishlist.share .field label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-default {
    margin: 0 20px 20px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody {
    display: block;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody tr {
    margin-top: 16px;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody tr:first-child {
    margin-top: 0;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.phone {
    margin-bottom: 0;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list table#additional-addresses-table tbody td.actions {
    position: unset;
  }
  .account.customer-address-index .page-main .column.main .actions-toolbar {
    margin: 16px 20px 0;
  }
  .account.customer-address-form .page-main .column.main {
    position: relative;
  }
  .account.customer-address-form .page-main .column.main .page-title-wrapper h1.page-title {
    margin-left: 15px;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit {
    margin: 8px 20px 0;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .fieldset .message.info {
    margin: 16px 0 0;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .primary {
    width: 100%;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .primary button.action.save {
    font-weight: 600;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .secondary {
    position: absolute;
    top: 4px;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .secondary a.action.back {
    display: block;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .secondary a.action.back::before {
    content: "\f802";
    font-family: 'porto-icons';
    font-size: 22px;
    font-weight: 500;
    color: #1a25ab;
  }
  .account.customer-address-form .page-main .column.main .form-address-edit .actions-toolbar &gt; .secondary a.action.back span {
    display: none;
  }
  .account.customer-account-edit .page-main .column.main #form-validate.form-edit-account {
    margin: 0 20px;
    position: relative;
  }
  .account.customer-account-edit .page-main .column.main #form-validate.form-edit-account .fieldset .legend {
    font-size: 14px;
    line-height: 21px;
  }
  .account.customer-account-edit .page-main .column.main #form-validate.form-edit-account .fieldset.info .field.choice:has(input#change-email) {
    position: absolute;
    bottom: 86px;
  }
  .account.customer-account-edit .page-main .column.main #form-validate.form-edit-account .fieldset.info .field.choice:has(input#change-password) {
    position: absolute;
    bottom: 48px;
  }
  .account.customer-account-edit .page-main .column.main #form-validate.form-edit-account .actions-toolbar {
    width: 100%;
    margin-top: 76px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-wrapper.my-credit-cards {
    border-top: none;
    margin: 0;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr {
    padding: 16px;
    position: relative;
    margin: 8px 20px 0;
    height: 150px;
    border-top: 1px solid #e7e7e7;
    border-radius: 6px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr:first-child {
    margin-top: 0;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td {
    position: absolute;
    padding: 22px 0 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td::before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.card-number {
    bottom: 16px;
    left: 16px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 26px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.card-number::before {
    content: 'Card Number';
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.expire {
    right: 16px;
    bottom: 16px;
    width: 90px;
    padding: 22px 0 0;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.expire::before {
    content: 'Expiration Date';
    width: 90px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.card-type {
    top: 16px;
    left: 16px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 26px;
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.card-type::before {
    content: 'Type';
  }
  .account.omise-cards-listaction .page-main .column.main .table-credit-cards tbody tr td.actions {
    font-weight: 300;
    color: #1a25ab;
    border-bottom: none;
    right: 16px;
    top: 0;
  }
  .account.review-customer-index .page-main .column.main .page-title-wrapper h1.page-title {
    margin-bottom: 8px;
  }
  .account.review-customer-index .page-main .column.main .table-wrapper.reviews {
    border-top: none;
    margin: 0;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table {
    margin: 0;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody {
    border: none;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 0;
    position: relative;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td {
    margin: 0 20px 8px 20px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 0;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td::before {
    display: none;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td.summary {
    position: absolute;
    top: 16px;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td.item a {
    font-weight: 500;
    line-height: 21px;
    font-size: 14px;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td.description {
    text-align: justify;
  }
  .account.review-customer-index .page-main .column.main #my-reviews-table tbody tr td.actions {
    text-align: right;
  }
  .account.review-customer-index .page-main .column.main .products-reviews-toolbar.bottom {
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 16px 20px 0;
    margin: 0;
  }
  .account.review-customer-index .page-main .column.main .products-reviews-toolbar.bottom .pager &gt; .limiter {
    display: none;
  }
  .account.review-customer-index .page-main .column.main .rating-summary .rating-result {
    width: 58px;
  }
  .account.review-customer-index .page-main .column.main .rating-summary .rating-result::before {
    font-size: 10px;
  }
  .account.review-customer-index .page-main .column.main .rating-summary .rating-result &gt; span:before {
    font-size: 10px;
  }
  .account.review-customer-view .page-main .column.main {
    position: relative;
  }
  .account.review-customer-view .page-main .column.main .page-title-wrapper {
    margin: 0 20px 0 36px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details {
    margin: 0 20px 20px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-media {
    max-width: 100px;
    width: 100%;
    margin-right: 16px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info h2.product-name {
    font-size: 16px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info .product-reviews-summary {
    margin-bottom: 8px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions {
    font-size: 12px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.view {
    color: #222529;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.add {
    border: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    bottom: 5px;
    top: auto;
    left: 116px;
    padding: 0;
    color: #1a25ab;
  }
  .account.review-customer-view .page-main .column.main .customer-review .product-details .product-info .product-reviews-summary .reviews-actions a.action.add:hover {
    color: #7fbc02;
    background-color: #ffffff;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .title strong {
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .customer-review-rating {
    margin: 0;
    padding: 16px 0 8px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .customer-review-rating:first-child {
    border-top: none;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .customer-review-rating .rating-summary {
    margin: 0 20px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .review-title {
    margin: 0 20px 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .review-content {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    margin: 0 20px 8px;
  }
  .account.review-customer-view .page-main .column.main .customer-review .review-details .review-date {
    margin: 0 20px;
  }
  .account.review-customer-view .page-main .column.main .rating-summary .rating-result {
    width: 58px;
  }
  .account.review-customer-view .page-main .column.main .rating-summary .rating-result::before {
    font-size: 10px;
  }
  .account.review-customer-view .page-main .column.main .rating-summary .rating-result &gt; span:before {
    font-size: 10px;
  }
  .account.review-customer-view .page-main .column.main .actions-toolbar {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .account.review-customer-view .page-main .column.main .actions-toolbar .action.back {
    display: block;
  }
  .account.review-customer-view .page-main .column.main .actions-toolbar .action.back::before {
    content: "\f802";
    font-family: 'porto-icons';
    font-size: 20px;
    font-weight: 500;
    color: #1a25ab;
  }
  .account.review-customer-view .page-main .column.main .actions-toolbar .action.back span {
    display: none;
  }
  .account.newsletter-manage-index .page-main .column.main .form-newsletter-manage {
    margin: 0 20px;
    padding: 0;
  }
  .account.newsletter-manage-index .page-main .column.main .form-newsletter-manage .legend {
    font-size: 14px;
    line-height: 21px;
  }
  .account.newsletter-manage-index .page-main .column.main .form-newsletter-manage .actions-toolbar &gt; .primary {
    text-align: left;
    margin-bottom: 0;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .lrw-block.history-ticket {
    margin: 0 20px;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: repeat(1, 1fr);
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-subject {
    margin: 0;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-category {
    position: unset;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-last-activity {
    position: unset;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .table-wrapper .data-table tbody tr td.lrw-action {
    position: unset;
  }
  .account.lofhelpdesk-ticket-index .page-main .column.main .block-my-ticket {
    margin-top: 0;
  }
  .account.lofhelpdesk-ticket-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    display: table;
  }
  .account.lofhelpdesk-ticket-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody {
    display: table-row-group;
  }
  .account.lofhelpdesk-ticket-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr {
    display: table-row;
  }
  .account.lofhelpdesk-ticket-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr th,
  .account.lofhelpdesk-ticket-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td {
    background-color: transparent;
    display: table-cell;
    padding: 12px 16px;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .page-title-wrapper h1.page-title {
    margin: 0 0 0 16px;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .lrw-block.info-ticket .block-content::before {
    content: '';
    display: table;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .lrw-block.info-ticket .block-content::after {
    content: '';
    display: table;
    clear: both;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .lrw-block.history-ticket {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .lrw-block.history-ticket .block-title {
    margin: 0 20px 16px;
  }
  .account.lofhelpdesk-ticket-view .page-main .column.main .lrw-block.history-ticket .block-content {
    margin: 0 20px;
  }
  .account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header {
    display: flex;
    flex-direction: column;
  }
  .account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header strong::before {
    margin: 0 6px 0 0;
  }
  .account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-header .minor {
    margin: 4px 0 0 35px;
  }
  .account.lofhelpdesk-ticket-view .lof-ticket-history .lof-message-body {
    margin: 0 0 16px 35px;
  }
  .account.lofhelpdesk-ticket-view .lof-ticket-history .comment-buttons {
    margin: 0 0 0 35px;
  }
  .account.lofhelpdesk-ticket-view .column.main {
    position: relative;
  }
  .account.lofhelpdesk-ticket-view .column.main .lrw-block .actions-ticket {
    display: block;
  }
  .account.lofhelpdesk-ticket-view .column.main .lrw-block .back-ticket {
    position: absolute;
    top: 5px;
  }
  .account.lofhelpdesk-ticket-view .column.main .lrw-block .back-ticket .action.back {
    display: block;
  }
  .account.lofhelpdesk-ticket-view .column.main .lrw-block .back-ticket .action.back::before {
    content: "\f802";
    font-family: 'porto-icons';
    font-size: 22px;
    font-weight: 500;
    color: #1a25ab;
  }
  .account.lofhelpdesk-ticket-view .column.main .lrw-block .back-ticket span {
    display: none;
  }
  .account .columns .block-addresses-default &gt; .block-content,
  .account .columns .block-dashboard-info &gt; .block-content,
  .account .columns .block-dashboard-addresses &gt; .block-content {
    display: block;
  }
  .account .columns .block-addresses-default &gt; .block-content .box,
  .account .columns .block-dashboard-info &gt; .block-content .box,
  .account .columns .block-dashboard-addresses &gt; .block-content .box {
    display: block;
  }
  .account .columns .block-addresses-default &gt; .block-content .box:nth-child(2n+1),
  .account .columns .block-dashboard-info &gt; .block-content .box:nth-child(2n+1),
  .account .columns .block-dashboard-addresses &gt; .block-content .box:nth-child(2n+1) {
    margin-right: 0;
  }
  .account .columns .block-addresses-default &gt; .block-content .box:nth-child(2n+2),
  .account .columns .block-dashboard-info &gt; .block-content .box:nth-child(2n+2),
  .account .columns .block-dashboard-addresses &gt; .block-content .box:nth-child(2n+2) {
    margin-left: 0;
  }
  .account form.password.reset,
  .account form.send.confirmation,
  .account form.password.forget,
  .account form.create.account,
  .account form.form-edit-account,
  .account form.form-address-edit,
  .account form.form-newsletter-manage {
    padding-bottom: 0;
  }
  .account .page-wrapper .page-main .columns .column.main .toolbar {
    margin-bottom: 0;
  }
  .account .page-wrapper .page-main .columns .column.main .message.info {
    margin: 0 20px;
  }
  .account .page-wrapper .page-main .columns .column.main a {
    font-size: 12px;
    font-weight: 300;
  }
  .account .page-wrapper .page-main .block .block-title .action.edit {
    font-size: 12px;
    font-weight: 300;
  }
  .account .page-wrapper .page-main .block .box-actions .action.edit {
    font-size: 12px;
    font-weight: 300;
  }
  .account .page-wrapper .page-main .table-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account .helpdesk-form .response-field-file_upload .subtemplate-wrapper .file-box &gt; div {
    padding: 0 10px;
  }
  .account .helpdesk-form .response-field-file_upload .file-upload {
    flex-direction: column;
    padding: 16px;
  }
  .account .helpdesk-form .response-field-file_upload .file-upload .upload-left {
    margin: 0 0 8px;
  }
  .account .helpdesk-form .response-field-file_upload .file-show {
    height: unset;
    margin: 16px 0 0;
  }
  .account .helpdesk-form .response-field-file_upload .file-show .show-left {
    margin: 0 14px 0 0;
  }
  .account .helpdesk-form .response-field-file_upload .file-show .show-right .img-name {
    margin: 0 0 8px;
    line-height: 21px;
  }
  .account .helpdesk-form .response-field-file_upload .notify-error {
    margin: 0;
  }
  .account .helpdesk-form form .formbuilder-button {
    width: 100%;
  }
}
@media only screen and (max-width: 679px) {
  .shipping-tracking-popup .page-main .column.main .tracking-shipping ul.mobile {
    font-weight: 400;
  }
  .shipping-tracking-popup .page-main .column.main .tracking_shipping_name {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    padding: 20px;
  }
  .shipping-tracking-popup .page-main .column.main .tracking_shipping_progress {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .account aside.confirm .modal-inner-wrap {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    margin-top: 220px;
  }
  .account aside.confirm .modal-inner-wrap .modal-content {
    font-size: 14px;
  }
  .account aside.confirm .modal-inner-wrap .modal-footer {
    padding: 16px 24px 20px;
  }
  .account aside.confirm .modal-inner-wrap .modal-footer &gt; button {
    width: 146px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-dismiss {
    margin-right: 4px;
  }
  .account .modal-popup.confirm .modal-inner-wrap .modal-footer &gt; button.action-accept {
    margin-left: 4px;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-footer &gt; button:last-child {
    margin-right: 4px;
  }
  .account .bss-modal.bss-modal-slide .modal-inner-wrap .modal-footer &gt; button:first-child {
    margin-left: 4px;
  }
  .account[class*='sales-order'] .page-main .column.main ul.order-links {
    overflow: auto;
    white-space: nowrap;
    height: 55px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-info .product-reviews-summary + div:not(.price-box) {
    margin: 68px 0 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .field.qty {
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box .old-price .price {
    line-height: 21px;
    display: unset;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box .price-as-configured {
    height: 48px;
    align-items: flex-end;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .price-box .price-as-configured &gt; span.old-price {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 425px) {
  .account .page-wrapper .page-main .limiter-label {
    display: none;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .fieldset {
    display: block;
    margin: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .box-tocart .fieldset .field.qty {
    margin-bottom: 8px;
    padding: 0;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .field.qty .control {
    width: 60px;
  }
  .account.wishlist-index-index .page-main .column.main #wishlist-view-form .wishlist .product-items .product-item .product-item-inner .field.qty .control .input-text.qty {
    width: 100%;
  }
}
.cms-terms-conditions .page-wrapper .breadcrumbs {
  display: none;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main {
  padding-bottom: 0;
  color: #222529;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-header-wrap .img-main-header {
  padding: 0;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap {
  padding-top: 90px;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .header-content {
  margin-bottom: 35px;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .header-content h6 {
  font-weight: 500;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .header-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content strong,
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content b {
  font-weight: 600;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content &gt; p:last-child {
  margin-bottom: 0;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content .hover {
  color: #1a25ab;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content .hover:hover {
  color: #7fbc02 !important;
}
.cms-terms-conditions .page-wrapper main#maincontent .columns .column.main .block-conditions .main-body-wrap .page-content .body-content .hover:active {
  color: #7fbc02;
}
.cms-faq .breadcrumbs {
  display: none;
}
.cms-faq main#maincontent .columns .column.main {
  padding-bottom: 0;
  color: #222529;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-header .img-wrapper-header {
  padding: 0;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body {
  padding-top: 90px;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-header {
  margin-bottom: 90px;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-header h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-header h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-body {
  font-size: 15px;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-body .hover {
  color: #1a25ab;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  line-height: 24px;
  white-space: nowrap;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-body .hover:hover {
  color: #7fbc02 !important;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-body .hover:active {
  color: #7fbc02;
}
.cms-faq main#maincontent .columns .column.main .block-faq .wrapper-body .faq .faq-body h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.38px;
  margin-bottom: 35px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-left {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-left ul {
  padding: 0;
  margin: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-left ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 24px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-left ul li:last-child {
  margin-bottom: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right {
  line-height: 24px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right p:last-child {
  margin-bottom: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list {
  margin-bottom: 23px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header,
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-body {
  font-weight: 400;
  padding: 14px 20px;
  background-color: #ffffff;
  color: #222529;
  border: solid #f7f7f7;
  border-width: 1px 1px 0 1px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header {
  font-size: 16px;
  padding-left: 46px;
  border: 1px solid #f7f7f7;
  border-bottom: 0;
  position: relative;
  cursor: pointer;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header:hover {
  background-color: #f7f7f7;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header i.icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  font-size: inherit;
  margin: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header i.icon::after {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #666;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-header i.icon::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #666;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-body table.table {
  margin-bottom: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-body table.table td {
  border-top: none;
  padding: 8px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-body table.table td.spacing {
  word-spacing: 1px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item .accordion-body p {
  line-height: 24px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item:first-child .accordion-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item:last-child .accordion-header {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #f7f7f7;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item:last-child .accordion-body {
  border-bottom-width: 1px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item.active .accordion-header:hover {
  background-color: #ffffff;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item.active .accordion-header i.icon::after {
  display: none;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item.active:last-child .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group .accordion-list .accordion-item.active:last-child .accordion-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cms-faq .block-faq .wrapper-body .faq .faq-body .faq-body-right .block-faqs-group:last-child .accordion-list:last-child {
  margin-bottom: 0;
}
.page-layout-2columns-right .blog-wrapper .column.main {
  width: 100%;
}
.page-layout-2columns-right .blog-wrapper .sidebar-main {
  display: none;
}
.blog-wrapper .mp-footer {
  display: none;
}
.blog-wrapper .post-item-wraper {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.blog-wrapper .post-item-wraper:hover {
  border: unset;
  box-shadow: unset;
}
.blog-wrapper .post-item-list .post-image {
  width: 100%;
}
.blog-wrapper .post-item-list .post-image img {
  width: 100%;
  position: inherit;
  border-radius: 4px;
  object-fit: cover;
}
.blog-wrapper .post-info-wraper {
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-wrapper .post-info-wraper .actions {
  position: absolute;
  right: 0px;
  bottom: 33px;
  background: #ffffff;
  width: 80px;
  cursor: pointer;
  text-align: center;
  margin-top: -12px;
}
.blog-wrapper .post-info-wraper .actions:hover {
  background-color: #f2f2f2;
}
.blog-wrapper .img-responsive {
  margin: 0 auto;
}
.alekseon-widget-form-wrapper .legend span {
  display: none;
}
.alekseon-widget-form-wrapper .field .radio-container {
  display: block;
}
.alekseon-widget-form-wrapper .field .radio-container input[type="radio"] {
  margin: 10px 0.5em 10px 0;
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
}
.alekseon-widget-form-wrapper .field .radio-container label {
  display: inline;
  margin-bottom: 0;
}
.alekseon-widget-form-wrapper .field .checkbox-container {
  display: block;
}
.alekseon-widget-form-wrapper .field .checkbox-container input[type="checkbox"] {
  margin: 10px 0.5em 10px 0;
  position: relative;
  top: 4px;
  width: 16px;
  height: 16px;
}
.alekseon-widget-form-wrapper .field .checkbox-container label {
  display: inline;
  margin-bottom: 0;
}
.alekseon-widget-form-wrapper .field .textarea-container textarea:not([disabled]):focus {
  box-shadow: 0 0 1px 0px #1a25ab;
}
.alekseon-widget-form-wrapper .field .note::before {
  content: "*";
  color: #c30400;
  font-size: 14px;
  margin-right: 3px;
}
.alekseon-widget-form-wrapper .field div.mage-error {
  color: #c30400;
  font-size: 14px;
}
.alekseon-widget-form-wrapper .field div.mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  color: #c30400;
}
.mpblog-post-index .post-info-wraper h2.mp-post-title a {
  display: inherit;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #222529;
}
.post-info-wraper h2.mp-post-title {
  margin: 0px;
}
.post-info-wraper h2.mp-post-title a {
  display: inherit;
  font-style: normal;
  font-size: 29px;
  font-weight: 600;
  line-height: 37px;
  color: #222529;
}
.post-info-wraper h2.mp-post-title a:hover {
  color: #1a25ab;
}
.post-info-wraper h2.mp-post-title .post-date {
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 40px;
}
.post-info-wraper h2.mp-post-title .post-date span.day {
  color: #222529;
  background: #F2F4F6;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  line-height: 38px;
  margin-right: -15px;
}
.post-info-wraper h2.mp-post-title .post-date span.month {
  background-color: #7fbc02;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 14px;
  height: 25px;
  width: 45px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 2px;
  display: block;
}
@media screen and (max-width: 991px) {
  .blog-wrapper .post-item-list .post-image img.img-responsive {
    position: inherit !important;
  }
  .blog-wrapper .post-info-wraper {
    padding: 10px;
  }
}
@media screen and (min-width: 900px) {
  .mpblog-post-index .blog-wrapper .post-info-wraper .actions,
  .mpblog-author-view .blog-wrapper .post-info-wraper .actions,
  .mpblog-category-view .blog-wrapper .post-info-wraper .actions {
    margin-top: 32px;
    position: absolute;
    right: 0px;
    bottom: 33px;
    background: white;
    width: 80px;
    cursor: pointer;
    text-align: center;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .mpblog-post-index .blog-wrapper .post-info-wraper .actions:hover,
  .mpblog-author-view .blog-wrapper .post-info-wraper .actions:hover,
  .mpblog-category-view .blog-wrapper .post-info-wraper .actions:hover {
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .mpblog-post-index .blog-wrapper .post-info-wraper .actions,
  .mpblog-author-view .blog-wrapper .post-info-wraper .actions,
  .mpblog-category-view .blog-wrapper .post-info-wraper .actions {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    background: white;
    width: 80px;
    cursor: pointer;
    text-align: center;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
  }
  .mpblog-post-index .blog-wrapper .post-info-wraper .actions:hover,
  .mpblog-author-view .blog-wrapper .post-info-wraper .actions:hover,
  .mpblog-category-view .blog-wrapper .post-info-wraper .actions:hover {
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 768px) {
  .blog-wrapper .post-item-list .post-image img {
    position: absolute !important;
    margin-top: 0;
  }
  .mpblog-post-index .post-list-content .post-info-wraper,
  .mpblog-author-view .post-list-content .post-info-wraper,
  .mpblog-category-view .post-list-content .post-info-wraper {
    border-bottom: none;
  }
  .mpblog-post-index .post-list-content .post-info-wraper h2.mp-post-title a,
  .mpblog-author-view .post-list-content .post-info-wraper h2.mp-post-title a,
  .mpblog-category-view .post-list-content .post-info-wraper h2.mp-post-title a {
    font-size: 28px;
    line-height: 42px;
  }
  .mpblog-post-index .post-list-content .post-info-wraper h2.mp-post-title a:hover,
  .mpblog-author-view .post-list-content .post-info-wraper h2.mp-post-title a:hover,
  .mpblog-category-view .post-list-content .post-info-wraper h2.mp-post-title a:hover {
    color: #1a25ab;
  }
  .mpblog-post-index .post-list-content .post-info-wraper h2.mp-post-title h2,
  .mpblog-author-view .post-list-content .post-info-wraper h2.mp-post-title h2,
  .mpblog-category-view .post-list-content .post-info-wraper h2.mp-post-title h2 {
    margin: 0px;
  }
  .mpblog-post-index .post-info-wraper h2.mp-post-title .post-date,
  .mpblog-author-view .post-info-wraper h2.mp-post-title .post-date,
  .mpblog-category-view .post-info-wraper h2.mp-post-title .post-date {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 40px;
  }
  .mpblog-post-index .post-info-wraper h2.mp-post-title .post-date span.day,
  .mpblog-author-view .post-info-wraper h2.mp-post-title .post-date span.day,
  .mpblog-category-view .post-info-wraper h2.mp-post-title .post-date span.day {
    color: #222529;
    background: #F2F4F6;
    display: block;
    width: 53px;
    height: 50px;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    line-height: 38px;
    margin-right: -15px;
  }
  .mpblog-post-index .post-info-wraper h2.mp-post-title .post-date span.month,
  .mpblog-author-view .post-info-wraper h2.mp-post-title .post-date span.month,
  .mpblog-category-view .post-info-wraper h2.mp-post-title .post-date span.month {
    background-color: #7fbc02;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 53px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 0 2px;
    display: block;
  }
  .mp-post-meta-info.mp-alignright a.mp-read-more {
    color: #1a25ab;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    text-transform: none;
  }
  .mp-post-meta-info.mp-alignright a.mp-read-more:hover {
    color: #7fbc02;
  }
}
a.mp-read-more {
  color: #1a25ab;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}
a.mp-read-more:hover {
  color: #7fbc02;
}
.block-blog-related.blog-comment .related-content-container {
  background: #f7f7f7;
}
.block-blog-related.about-admin .related-content-container {
  padding: 0px 10px 0px 0px;
}
.block-blog-related .related-content-container .author-content-information .author-name {
  color: #7fbc02;
  font-weight: 700;
  line-height: 22px;
}
.block-blog-related img.img-responsive {
  border-radius: 4px;
}
.post-list-content .mp-post-info {
  margin-bottom: 25px;
}
a.mp-info:visited {
  color: #1a25ab !important;
}
.block-blog-related.post-info-wraper h2.mp-post-title a {
  font-size: 19px;
  line-height: 25px;
  font-style: normal;
  color: #222529;
  padding-bottom: 10px;
}
.block-blog-related.topic-list.mpcss .post-info-wraper h2.mp-post-title a {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #222529;
  margin-bottom: 16px;
}
.block-blog-related.topic-list.mpcss .owl-theme .owl-dots .owl-dot.active span {
  background-color: #7fbc02;
}
@media screen and (min-width: 768px) {
  .page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description {
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
    display: grid;
    margin-bottom: 20px;
    margin-left: 70px !important;
  }
  .page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description p {
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description .mp-post-meta-info.mp-alignright {
    padding-bottom: 0;
  }
  .page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .mp-post-info {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    padding-left: 70px;
  }
}
.page-layout-2columns-right .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description {
  padding: 12px 0;
  display: contents;
  margin-bottom: 20px;
  margin-left: 70px !important;
}
.page-layout-2columns-right .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description p {
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 8px;
}
.page-layout-2columns-right .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description .mp-post-meta-info.mp-alignright {
  padding-bottom: 21px;
}
.page-layout-2columns-right .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .mp-post-info {
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  padding-left: 0px;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main {
  padding: 0;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description {
  margin-left: 0px;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .post-short-description p {
  color: #222529;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .mp-post-info {
  color: #222529;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .mp-post-info a.mp-info {
  color: #1a25ab;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .post-info-wraper .actions {
  width: 110px;
  padding: 3px 0;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items strong.page {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #1a25ab;
  color: #222529;
  font-size: 15px;
  font-weight: 400;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items li.item.pages-item-next a.action.next {
  color: #222529 !important;
  border: 1px solid #ccc;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items li.item.pages-item-next a.action.next:hover {
  border-color: #1a25ab;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items li.item.pages-item-previous a.action.previous {
  color: #222529 !important;
  border: 1px solid #ccc;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items li.item.pages-item-previous a.action.previous:hover {
  border-color: #1a25ab;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.page,
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.action.next,
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.action.previous {
  border-radius: 0px;
  font-weight: 400;
  border: 1px solid #ccc;
  font-size: 14px;
}
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.page:hover,
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.action.next:hover,
.page-layout-2columns-right .page-wrapper .page-main .columns.blog-wrapper .column.main .post-list-content .pager .pages ul.items.pages-items a.action.previous:hover {
  background-color: #ffffff !important;
  border-color: #1a25ab;
}
.page-layout-2columns-right .page-wrapper .post-item-wraper.row.justify-content-center .post-info-wraper.col-12.col-md-9 {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .page-layout-2columns-right .page-wrapper .blog-wrapper .post-item-wraper.row.justify-content-center .post-info-wraper.col-12.col-md-9 {
    padding-top: 0px;
  }
}
.page-layout-2columns-right .page-wrapper .page-title-wrapper {
  display: none;
}
.page-layout-2columns-right .page-wrapper .breadcrumbs {
  padding-left: 5px;
}
.page-layout-2columns-right .page-wrapper &gt; .breadcrumbs .items {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .post-list-content .mp-post-info {
    color: #222529;
  }
  .post-list-content .post-item-wraper h2.mp-post-title a.post-link-title {
    color: #222529;
  }
  .post-list-content .post-item-wraper h2.mp-post-title a.post-link-title:hover {
    color: #1a25ab !important;
  }
}
.mpblog-post-view .page-wrapper .page-main .columns .column.main {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .mpblog-post-view .blog-wrapper .post-info-wraper a.post-link-title {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .mpblog-post-view .blog-wrapper .post-info-wraper .mp-post-title .post-date {
    float: left;
    margin-right: 12px;
    text-align: center;
    width: 40px;
  }
  .mpblog-post-view .blog-wrapper .post-info-wraper .mp-post-title .post-date span.day {
    color: #222529;
    background: #F2F4F6;
    display: block;
    width: 43px;
    height: 40px;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    line-height: 27px;
    margin-right: -15px;
  }
  .mpblog-post-view .blog-wrapper .post-info-wraper .mp-post-title .post-date span.month {
    background-color: #7fbc02;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    width: 43px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 2px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .page-title-wrapper {
    text-align: center;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .page-title-wrapper h1.page-title {
    text-align: center;
    color: #7fbc02;
    margin: 0 0 10px 0!important;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
  }
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-title-wrapper {
  text-align: center;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-title-wrapper h1.page-title {
  text-align: left;
  color: #222529;
  margin: 0 0 10px 0!important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .mp-post-info span {
  color: #222529;
  margin-top: 10px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .mp-post-info span a.mp-info {
  color: #1a25ab;
}
@media screen and (min-width: 768px) {
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .post-list-content .mp-post-info {
    font-size: 12px;
    line-height: 18px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .post-list-content .post-post_content {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .post-list-content .post-post_content p {
    line-height: 24px;
  }
  .mpblog-post-index .blog-wrapper .post-item-list .post-image,
  .mpblog-author-view .blog-wrapper .post-item-list .post-image,
  .mpblog-category-view .blog-wrapper .post-item-list .post-image {
    min-height: 300px;
    min-width: auto;
  }
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .post-list-content {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .post-list-content .mp-post-info {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .post-list-content .mp-post-info i.fa.fa-folder-open-o:before {
  display: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .post-list-content .post-post_content {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
  padding: 0 10px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .columns.blog-wrapper .product-share .share-links a {
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .grid-content .mpcss div#sharing {
    padding: 0px 0 18px 0;
    background-color: #ffffff;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .grid-content .mpcss div#sharing .share-col-left h5 {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.25;
    color: #222529;
    margin: 0px;
  }
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .grid-content .mpcss div#sharing {
  padding: 0;
  background-color: #ffffff;
  margin-top: 20px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .grid-content .mpcss div#sharing .share-col-left h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222529;
  margin: 0px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .grid-content .block-blog-related.topic-list.mpcss {
  border-top: 1px solid #e7e7e7;
  padding-top: 0px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.about-admin {
  display: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related {
  margin-top: 20px;
  clear: both;
}
@media screen and (min-width: 768px) {
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .block-blog-related.blog-comment h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .page-main .block-blog-related.topic-list.mpcss &gt; h2 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 52px;
  }
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login {
  width: fit-content;
  float: right;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment button.primary.btn-primary.default-cmt__cmt-login__btn-login {
  background-color: #ffffff;
  border: none;
  height: 48px;
  width: 90px;
  box-shadow: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment button.primary.btn-primary.default-cmt__cmt-login__btn-login:hover {
  background-color: #ffffff;
  border: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment button.primary.btn-primary.default-cmt__cmt-login__btn-login:active {
  box-shadow: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp {
  padding: 0px !important;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary {
  background-color: #1a25ab;
  border: none;
  height: 48px;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary:hover {
  background-color: #7fbc02;
  border: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary:active {
  box-shadow: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 {
  padding: 0px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 div.mage-error {
  color: #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 div.mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  color: #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 textarea.default-cmt__content__cmt-block__cmt-box__cmt-input.mage-error {
  border-color: #c30400;
  margin: 0;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 16px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box div.mage-error {
  color: #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box div.mage-error:before {
  content: '\f84a';
  font-family: 'porto-icons';
  font-size: 12px;
  padding-right: 8px;
  color: #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box input#default-cmt__content__cmt-block__guest-box__name-input {
  color: #222529;
  height: 48px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box input#default-cmt__content__cmt-block__guest-box__name-input.mage-error {
  border: 1px solid #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box label {
  color: #222529;
  font-weight: 600;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box input#default-cmt__content__cmt-block__guest-box__email-input {
  color: #222529;
  height: 48px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box input#default-cmt__content__cmt-block__guest-box__email-input.mage-error {
  border: 1px solid #c30400;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  color: #222529;
  height: 142px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 textarea.default-cmt__content__cmt-block__cmt-box__cmt-input:not([disabled]):focus {
  box-shadow: none;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 label {
  font-weight: 600;
  color: #222529;
}
.mpblog-post-view .page-wrapper .page-main .content-blog .block-blog-related.blog-comment .col-mp.mp-12 .cmt-row__reply-row {
  margin-top: 0;
}
.mpblog-post-view .page-wrapper .page-main .content-blog .block-blog-related.blog-comment .col-mp.mp-12 .cmt-row__reply-row .form-group label {
  display: none;
}
.mpblog-post-view .page-wrapper .page-main .content-blog .block-blog-related.blog-comment .col-mp.mp-12 .cmt-row__reply-row .form-group .form-group__input.form-control {
  margin-bottom: 10px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.topic-list.mpcss .post-item-wraper .mp-post-info {
  color: #222529;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.topic-list.mpcss .post-item-wraper .post-image img.img-responsive {
  position: inherit;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.topic-list.mpcss .post-item-wraper h2.mp-post-title {
  line-height: 22px;
  margin-bottom: 8px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.topic-list.mpcss &gt; h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css {
  margin-top: 50px;
  padding: 12px 0;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content {
  margin-top: 0px;
  margin-bottom: 0px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  border-top: none;
  margin-bottom: 0px;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content li.default-cmt__content__cmt-content__cmt-row.cmt-row .reply-row {
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 16px !important;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content li.default-cmt__content__cmt-content__cmt-row.cmt-row .reply-row .cmt-row__cmt-interactions.interactions {
  margin-bottom: 0;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content li.default-cmt__content__cmt-content__cmt-row.cmt-row .message.error a {
  color: #1a25ab;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css .default-cmt__content__cmt-content li.default-cmt__content__cmt-content__cmt-row.cmt-row .message.error a:hover {
  color: #7fbc02;
}
body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .related-content-container.container.default-cmt {
  padding: 24px 30px 30px 30px;
}
.mpblog-post-view .post-info-wraper h2.mp-post-title .post-date {
  margin-right: 20px;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .mpblog-like i.fa.fa-thumbs-up:before {
  color: #222529;
  font-size: 15px;
  margin-left: 2px;
  font-weight: 500;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .mpblog-like.mpblog-liked i.fa.fa-thumbs-up:before {
  color: #1a25ab;
  font-weight: 600;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .btn-like.mpblog-liked i.fa.fa-thumbs-up:before {
  color: #1a25ab;
  font-weight: 600;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment a.interactions__btn-actions.action.btn-reply {
  margin-left: 3px;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment a.interactions__btn-actions.action.btn-reply:before {
  content: "\f27a";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #222529;
  padding-right: 8px;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .default-cmt__content__cmt-content__cmt-row.cmt-row .default-cmt__content__cmt-content__cmt-row.cmt-row {
  border-left: 1px solid #e7e7e7;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-username {
  margin-bottom: 16px;
  margin-right: 8px;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-username .cmt-row__cmt-username.username {
  font-weight: 500;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-username .cmt-row__cmt-username.username:before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  margin-right: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  padding: 10px;
  background: aliceblue;
  border-color: aliceblue;
  font-weight: 600;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-username .interactions__cmt-createdat {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: rgba(34, 37, 41, 0.4);
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-interactions {
  margin-bottom: 16px;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-interactions .message.error a {
  color: #1a25ab;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-interactions .message.error a:hover {
  color: #7fbc02;
}
.mpblog-post-view .page-main .column.main .block-blog-related.blog-comment .cmt-row__cmt-content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 481px) {
  .mpblog-post-view .page-main .block-blog-related.topic-list.mpcss .related-content-container {
    padding-left: 0px;
    padding-right: 0;
  }
  .mpblog-post-view .page-main .block-blog-related.topic-list.mpcss .related-content-container .post-list-item.col-mp.mp-6.mp-lg-3.mp-md-3.mp-xs-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mpblog-post-view .page-main .block-blog-related.topic-list.mpcss .related-content-container .post-list-item.col-mp.mp-6.mp-lg-3.mp-md-3.mp-xs-4:hover {
    border: 1px solid #222529;
  }
  .mpblog-post-view .page-main .block-blog-related.topic-list.mpcss .related-content-container .post-list-item.col-mp.mp-6.mp-lg-3.mp-md-3.mp-xs-4 .post-item-wraper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.mpblog-post-view .block-blog-related.topic-list.mpcss .related-content-container {
  padding-left: 0px;
  padding-right: 0px;
}
.mpblog-post-view .block-blog-related.topic-list.mpcss .related-content-container .post-list-item.col-mp.mp-6.mp-lg-3.mp-md-3.mp-xs-4 {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}
.mpblog-post-view .block-blog-related.topic-list.mpcss .related-content-container .post-list-item.col-mp.mp-6.mp-lg-3.mp-md-3.mp-xs-4 .post-item-wraper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items {
    flex-wrap: inherit;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items &gt; li.item.home {
    display: none;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items li.item.blog:before {
    content: '\f802';
    font-family: 'porto-icons';
    font-size: 20px;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items li.item.blog &gt; a {
    color: #ffffff;
    width: 18px;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items li.item.blog &gt; a:active {
    color: #ffffff;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items &gt; li:not(:last-child)::after {
    display: none;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items &gt; li.item strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper &gt; .breadcrumbs ul.items:after {
    border-bottom: none;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper .page-title-wrapper h1.page-title {
    display: none;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper main#maincontent.page-main {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper main#maincontent.page-main .columns.blog-wrapper .column.main .mpcss.post-view.row.justify-content-center .post-list-content &gt; .col-xs-12 .mp-post-info {
    margin-left: 15px;
    margin-bottom: 19px;
  }
  body#html-body.mpblog-post-view.page-layout-1column .page-wrapper main#maincontent.page-main .columns.blog-wrapper .column.main .block-blog-related.topic-list.mpcss .post-image {
    min-width: auto;
  }
}
body#html-body.mpblog-post-view.page-layout-1column .page-wrapper main#maincontent.page-main {
  padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
  body.mpblog-post-index .blog-wrapper .post-item-wraper,
  .mpblog-author-view .blog-wrapper .post-item-wraper,
  .mpblog-category-view .blog-wrapper .post-item-wraper {
    padding: 0 10px!important;
  }
  body.mpblog-post-index .blog-wrapper .post-item-wraper a.post-link-title,
  .mpblog-author-view .blog-wrapper .post-item-wraper a.post-link-title,
  .mpblog-category-view .blog-wrapper .post-item-wraper a.post-link-title {
    padding-right: 10px;
  }
  body.mpblog-post-index .post-list-content .mp-post-info,
  .mpblog-author-view .post-list-content .mp-post-info,
  .mpblog-category-view .post-list-content .mp-post-info {
    margin-bottom: 9px;
  }
  body.mpblog-post-index .post-list-content .post-info-wraper h2.mp-post-title .post-date,
  .mpblog-author-view .post-list-content .post-info-wraper h2.mp-post-title .post-date,
  .mpblog-category-view .post-list-content .post-info-wraper h2.mp-post-title .post-date {
    margin-right: 21px;
  }
  body.mpblog-post-index .page-wrapper .page-footer,
  .mpblog-author-view .page-wrapper .page-footer,
  .mpblog-category-view .page-wrapper .page-footer {
    margin-top: 0;
  }
  body.mpblog-post-index .page-wrapper .page-main,
  .mpblog-author-view .page-wrapper .page-main,
  .mpblog-category-view .page-wrapper .page-main {
    padding-bottom: 20px;
  }
  .mpblog-post-view .page-main .mpblog-post-view div#sharing {
    height: 27px;
  }
  .mpblog-post-view .page-main .mpblog-post-view .block-blog-related.blog-comment h2 {
    margin-bottom: 20px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box {
    margin-bottom: 20px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 .col-mp.mp-12.default-cmt__content__cmt-block__guest-box label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12 button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .related-content-container {
    background: #ffffff;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .related-content-container.container.default-cmt {
    padding: 0;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .related-content-container.container.default-cmt .default-cmt__content__cmt-block__cmt-box__cmt-btn {
    float: inherit;
    clear: both;
    display: grid;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login {
    margin-top: -56px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login {
    color: #1a25ab;
    background-color: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:hover {
    border: none;
    opacity: 1;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:active {
    border: none;
    box-shadow: none;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .block-blog-related.blog-comment .col-mp.mp-12.css {
    margin-top: 20px;
  }
  body#html-body.layout-1220.wide.mobile-sticky.mpblog-post-view.page-layout-1column .page-wrapper .grid-content .mpcss div#sharing {
    height: 27px;
  }
}
.mpblog-post-view .column.main .blog-comment .form-control:focus {
  border-color: #1a25ab;
}
.mpblog-post-view .column.main .blog-comment textarea.default-cmt__content__cmt-block__cmt-box__cmt-input:focus {
  border-color: #1a25ab;
}
.mpblog-post-view .column.main .blog-comment input#default-cmt__content__cmt-block__guest-box__name-input:focus {
  border-color: #1a25ab;
}
.mpblog-post-view .column.main .blog-comment input#default-cmt__content__cmt-block__guest-box__email-input:focus {
  border-color: #1a25ab;
}
.mpblog-post-view .column.main .blog-comment #default-cmt__content__cmt-block__guest-box__name-input-error:not(:last-child) {
  display: none !important;
}
.mpblog-post-view .column.main .blog-comment #default-cmt__content__cmt-block__guest-box__email-input-error:not(:last-child) {
  display: none !important;
}
.mpblog-post-view .column.main .blog-comment #-error.mage-error:not(:last-child) {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .mpblog-post-view .page-wrapper &gt; .breadcrumbs .items .item.home {
    font-weight: 500;
    line-height: 21px;
    color: rgba(34, 37, 41, 0.6);
  }
  .mpblog-post-view .page-wrapper &gt; .breadcrumbs .items .item.blog {
    font-weight: 500;
    line-height: 21px;
    color: rgba(34, 37, 41, 0.6);
  }
  .mpblog-post-view .page-wrapper &gt; .breadcrumbs .items .item strong {
    font-weight: 500;
    line-height: 21px;
    font-size: 14px;
    color: #222529;
  }
  .mpblog-post-view .page-wrapper .page-main {
    padding-top: 0;
  }
  .mpblog-post-view .page-wrapper .page-main .mp-post-info {
    font-size: 14px;
    line-height: 21px;
    color: #222529;
    padding-bottom: 0;
  }
  .mpblog-post-view .page-wrapper .page-main .mp-post-info i.fa.fa-folder-open-o:before {
    display: none;
  }
  .mpblog-post-view .page-wrapper .page-main .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login {
    margin-top: -78px;
  }
  .mpblog-post-view .page-wrapper .page-main .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login {
    color: #1a25ab;
    background-color: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  .mpblog-post-view .page-wrapper .page-main .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
  }
  .mpblog-post-view .page-wrapper .page-main .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:hover {
    border: none;
    opacity: 1;
  }
  .mpblog-post-view .page-wrapper .page-main .block-blog-related.blog-comment .col-mp.default-cmt__cmt-login button.primary.btn-primary.default-cmt__cmt-login__btn-login:active {
    border: none;
    box-shadow: none;
  }
}
.mpblog-post-index .column.main #mpblog-list-container .mp-post-info span,
.mpblog-category-view .column.main #mpblog-list-container .mp-post-info span,
.mpblog-author-view .column.main #mpblog-list-container .mp-post-info span {
  position: relative;
  margin: 0 8px;
}
.mpblog-post-index .column.main #mpblog-list-container .mp-post-info span::before,
.mpblog-category-view .column.main #mpblog-list-container .mp-post-info span::before,
.mpblog-author-view .column.main #mpblog-list-container .mp-post-info span::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #222529;
  left: 0;
  top: 4px;
  position: absolute;
}
.mpblog-post-view .column.main #mpblog-list-container .post-post_content {
  margin-top: 16px;
}
.mpblog-post-view .column.main #mpblog-list-container .post-post_content .alekseon-widget-form-wrapper .actions-toolbar button.action.primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
}
.mpblog-post-view .column.main #mpblog-list-container .post-post_content .alekseon-widget-form-wrapper .actions-toolbar button.action.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
@media (max-width: 767px) {
  .mpblog-post-index .column.main #mpblog-list-container .mp-post-info span,
  .mpblog-category-view .column.main #mpblog-list-container .mp-post-info span,
  .mpblog-author-view .column.main #mpblog-list-container .mp-post-info span {
    position: relative;
    margin: 0 6px;
  }
  .mpblog-post-index .column.main #mpblog-list-container .mp-post-info span::before,
  .mpblog-category-view .column.main #mpblog-list-container .mp-post-info span::before,
  .mpblog-author-view .column.main #mpblog-list-container .mp-post-info span::before {
    width: 1px;
    height: 14px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .blog-wrapper .post-info-wraper .actions {
    bottom: 17px;
  }
}
.block-background {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 130px;
}
.block-background .header-white .sub-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 8px;
}
.block-background .header-white .header-title {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}
.block-background-gray {
  background-color: #f2f4f6;
}
.block-background-gray * {
  color: #222529;
}
.block-background-gray .header .white-color {
  color: #222529;
}
.block-padding-top-bottom .header h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #1A25AB;
  font-size: 28px;
  line-height: 42px;
}
.block-padding-top-bottom .blue-color {
  color: #1A25AB;
}
.block-padding-top-bottom h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}
.cms-about .about-content {
  align-items: center;
}
.cms-about .about-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #222529;
}
.cms-about .about-content h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.16px;
  text-align: left;
  text-transform: capitalize;
}
.cms-about .about-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.9px;
  text-align: left;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.cms-about .block-padding-top {
  padding-top: 90px;
}
/* Search */
.catalogsearch-result-index .page-main {
  position: relative;
  padding-top: 0;
}
.catalogsearch-result-index .page-main .page-title-wrapper h1.page-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  color: #222529;
  margin: 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main {
  padding-right: 24px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current {
  padding: 18px 0 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current ol.items {
  padding: 16px 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item {
  padding: 6px 6.5px;
  margin: 0 0 8px;
  display: flex;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item:last-child {
  margin: 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item:not(:first-child) {
  margin: 0 0 8px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item .filter-label {
  color: #222529;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item .filter-value {
  margin-left: 5px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-current li.item .action.remove {
  margin-left: 10px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-actions {
  padding: 0 0 24px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options &gt; div {
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options .filter-options-item {
  padding: 24px 0 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options .filter-options-item:first-child {
  padding: 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options .filter-options-item .filter-options-title .toggle:before {
  font-family: 'porto-icons';
  content: '\e81b';
  font-weight: 600;
  font-size: 18px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options .filter-options-item.active .filter-options-title .toggle:after {
  font-family: 'porto-icons';
  content: '\e81c';
  font-weight: 600;
  font-size: 18px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content .filter-options #ln_slider_price .ui-slider-handle {
  cursor: pointer;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content #ln_slider_container_price.ln_slider_container {
  width: 100%;
  margin: 23px 0 0;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content #ln_slider_container_price.ln_slider_container &gt; #ln_slider_price {
  margin: 0 5px 15px 7px;
}
.catalogsearch-result-index .page-main .columns .sidebar-main .sidebar-content #layered-filter-block-container .filter-content.block-content #ln_slider_container_price.ln_slider_container &gt; #ln_slider_text_price {
  margin: 0;
}
.catalogsearch-result-index .page-main .columns .column.main .breadcrumbs .items {
  margin: 24px 0 16px;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list {
  margin-top: 8px;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .product-items .product-item {
  margin: 0;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .product-items .product-item .product-item-name {
  padding-right: 5px;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .product-items .product-item .product-reviews-summary {
  height: 15px;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .product-items .product-item .price-box {
  line-height: 27px;
}
.catalogsearch-result-index .page-main .columns .column.main #layer-product-list .product-items .product-item .price-box .minimal-price-link {
  display: none;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products {
  margin-bottom: 24px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .limiter .label span,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .limiter .limiter-options {
  color: #222529;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item strong.page,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.page,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.action {
  font-size: 14px;
  font-weight: 400;
  width: 33px;
  height: 33px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.page,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.action {
  color: rgba(34, 37, 41, 0.6);
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.page:hover,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .pages .pages-items .item a.action:hover {
  color: #222529;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter {
  margin: 0 15px 0 0;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-options {
  color: #222529;
  margin-right: 8px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-options {
  padding: 6px 25px 6px 16px ;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products .toolbar-sorter .sorter-action::before {
  font-size: 16px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products #toolbar-amount {
  margin: 0 auto 0 5px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products + dl.block {
  display: flex;
  margin: 0 0 16px;
  padding: 16px;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products + dl.block .title {
  margin: 0;
  text-transform: unset;
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products + dl.block .title::after {
  content: ':';
}
.catalogsearch-result-index .page-main .columns .column.main .toolbar-products + dl.block .item {
  margin: 0 0 0 16px;
}
.catalogsearch-result-index .page-main .columns .column.main .products.wrapper ~ .toolbar-products {
  padding-top: 24px;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .catalogsearch-result-index .page-wrapper .page-main .sidebar-main .layered-filter-block-container .filter-current ol.items .filter-value {
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar.toolbar-products .limiter {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .catalogsearch-result-index .page-wrapper .page-main {
    padding: 0 20px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .page-title-wrapper h1.page-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .breadcrumbs .items {
    margin-top: 24px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main #layer-product-list {
    margin-top: 16px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products {
    padding: 0;
    background: transparent;
    margin: 0 0 10px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .porto-product-filters-toggle {
    margin-right: 10px;
    padding: 0 5px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .porto-product-filters-toggle span {
    display: none;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .toolbar-sorter {
    margin: 0 10px 0 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .toolbar-sorter select {
    text-transform: unset;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products.sticky {
    background: #F2F4F6;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
    z-index: 20;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products.toolbar .limiter {
    margin-right: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-item {
    clear: unset;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid + .filter-placeholder {
    display: none;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid ~ .toolbar-products.sticky {
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-top: none;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid ~ .toolbar-products.sticky .field.limiter .label {
    display: block;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar {
    width: 300px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar .sidebar-content {
    padding: 20px 0 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current {
    padding: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current .filter-current-subtitle {
    padding: 0 20px 16px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current .filter-current-subtitle::before,
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current .filter-current-subtitle::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 16px;
    height: 2px;
    background: #222529;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current .filter-current-subtitle::before {
    transform: rotate(45deg);
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current .filter-current-subtitle::after {
    transform: rotate(135deg);
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current ol.items {
    padding: 16px 20px 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-current li.item:last-child {
    margin-bottom: 8px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-content.block-content .filter-actions {
    padding: 0 20px 20px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-options-title {
    padding: 0 20px 20px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-options-title .toggle {
    right: 20px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-options-item .filter-options-title .toggle:before {
    left: 0;
    top: -10px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-options-item.active .filter-options-title .toggle:after {
    left: 0;
    top: -10px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .sidebar-main.mobile-sidebar #layered-filter-block-container .filter-options-content {
    padding: 16px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .product-item .product-item-photo {
    margin: 0 0 6px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .product-item .product-item-details .product-item-name a {
    margin-top: 6px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .product-item .product-item-actions.towishlist,
  .catalogsearch-result-index .page-wrapper .page-main .columns .product-item .product-item-actions.tocompare {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .product-item .product-item-details .product-item-name a {
    line-height: 18px;
    height: 40px;
    min-height: unset;
  }
}
@media only screen and (max-width: 575px) {
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main #layer-product-list .product-items .product-item .product-item-name a.product-item-link {
    margin-bottom: 6px;
    padding: 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main #layer-product-list .product-items .product-item .price-box {
    line-height: 21px;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid .product-item {
    width: 50%;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .products-grid ~ .toolbar-products.sticky .field.limiter .label {
    display: none;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .toolbar-products .toolbar-sorter {
    margin: 0 14px 0 0;
  }
  .catalogsearch-result-index .page-wrapper .page-main .columns .column.main .message.notice {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .catalogsearch-result-index .column.main .products-grid .product-item {
    float: left;
  }
}
.opc-wrapper .step-title {
  font-family: "Poppins", sans-serif;
}
.opc-wrapper .form-login {
  margin-top: 40px;
  margin-bottom: 0px;
}
.opc-wrapper .form-login .note {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
}
.opc-wrapper .form.form-login {
  margin-top: 24px;
}
body.checkout-onepage-success .page-wrapper .page-main .columns .column.main {
  text-align: center;
  padding: 120px 0px 0px 0px;
}
body.checkout-onepage-success .actions-toolbar {
  display: flex;
  justify-content: center;
}
h4.text-title-success {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  color: #222529;
  position: relative;
}
.text-title-success:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-indent: 0;
  position: absolute;
  left: unset;
  top: 0px;
  color: #1a25ab;
  font-size: 16px;
  width: 50px;
  transform: translate(125%, -127%);
  height: 50px;
  padding: 16px 15px;
  background: rgba(26, 37, 171, 0.1);
  border-radius: 100px;
}
.checkout-onepage-success .page-main .column #registration a.action.primary {
  background-color: #1a25ab;
  border-color: #1a25ab;
  padding: 14px 30px;
  height: 48px;
}
.checkout-onepage-success .page-main .column #registration a.action.primary:hover {
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.checkout-index-index .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}
.checkout-index-index .page-main .opc-wrapper .control .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #1a25ab;
  width: calc(50% - 16px);
  margin-right: 16px;
}
.checkout-index-index .page-main .opc-wrapper .control .shipping-address-items .shipping-address-item.not-selected-item {
  border: 1px solid #e7e7e7;
  width: calc(50% - 16px);
  margin-right: 16px;
}
.checkout-index-index .page-main .opc-wrapper .shipping-address-item.selected-item {
  border-color: #1a25ab;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments {
  padding: 8px 0px 0px 25px;
  position: relative;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .field-error span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-update {
  height: 48px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-cancel:hover {
  color: #ffffff;
}
.checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form.form-shipping-address .field-error {
  color: #c30400;
}
.checkout-index-index .page-main .opc-block-summary .block.block.items-in-cart &gt; .title {
  text-align: right;
  margin-top: -40px;
}
.checkout-index-index .page-main .opc-block-summary:has(.table-totals) .block.block.items-in-cart &gt; .title {
  margin-top: 20px;
  text-align: left;
}
.checkout-index-index .page-main .opc-block-summary span.title {
  position: relative;
}
.checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-name-block .product-item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.checkout-index-index .page-main .opc-block-summary .table-totals tr th {
  line-height: 21px;
}
.checkout-index-index .page-main .opc-block-summary .table-totals tr th span {
  line-height: 21px;
}
.checkout-index-index .page-main .opc-block-summary .table-totals tr td span {
  line-height: 21px;
}
.checkout-index-index .page-main .opc-block-summary .table-totals tr.grand.totals td span.price {
  font-size: 20px;
  line-height: 30px;
}
.checkout-index-index .page-main .opc-block-summary .actions-toolbar a.action {
  color: #1a25ab;
}
.checkout-index-index .page-main .opc-block-summary .actions-toolbar a.action:hover {
  color: #7fbc02;
}
.checkout-index-index .page-main .checkout-billing-address .actions-toolbar {
  margin-top: 20px;
}
.checkout-index-index .page-main #checkout.checkout-container .form-shipping-address div#shipping-new-address-form.fieldset.address .field[name="shippingAddress.company"] {
  padding-bottom: 16px;
}
.checkout-index-index .page-main #checkout.checkout-container button[type=button].action.edit-address-link:hover {
  background-color: unset;
  border-color: unset;
  text-decoration: underline;
  color: #7fbc02;
}
.checkout-index-index .page-main #checkout.checkout-container button[type=button].action.showcart:hover {
  background: unset;
  border-color: unset;
}
.checkout-index-index button.action-select-shipping-item {
  margin-top: 0px;
}
.checkout-index-index .field.street .field._required .label {
  display: none;
}
.checkout-index-index .modals-wrapper .modal-footer button.action-save-address {
  border-radius: unset;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action.action-hide-popup {
  margin: 0px;
  border: 1px solid rgba(34, 37, 41, 0.16);
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer button.action-save-address {
  margin: 0 0px 0 1em;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header .action-close {
  top: 27px;
}
.checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header .modal-title {
  padding-top: 24px;
  padding-bottom: 24px;
}
.checkout-index-index .opc-block-summary {
  margin-bottom: 15px;
}
.checkout-index-index .opc-block-summary .items-in-cart &gt; .title strong:after {
  position: absolute;
  right: -24px;
  top: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #222529;
  content: '\e81c';
  font-weight: 900;
  font-family: 'porto-icons';
  margin: 3px 0 0;
}
.checkout-index-index .opc-block-summary .items-in-cart &gt; .title:after {
  content: none;
}
.checkout-index-index .opc-block-summary .items-in-cart.active &gt; .title:after {
  content: none;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .product.options dt {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .fieldset &gt; .field {
  margin-bottom: 24px;
}
.checkout-index-index .fieldset &gt; .fields &gt; .field._required._error &gt; .label:after {
  color: #c30400;
}
.checkout-index-index #customer-email-fieldset.fieldset &gt; .field {
  margin: 0px;
  margin-bottom: 16px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title span {
  text-transform: uppercase;
}
.checkout-index-index .product-item-details dl.item-options {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .fieldset.address &gt; .field input.input-text {
  color: #222529;
  line-height: 21px;
}
.checkout-index-index .fieldset.address &gt; .field input.input-text:focus {
  border: 1px solid #1a25ab;
}
.checkout-index-index .fieldset.address &gt; .field .label {
  font-weight: 400;
}
.checkout-index-index .fieldset.address &gt; .field._error .control input.input-text:focus {
  border: 1px solid #c30400;
}
.checkout-index-index .table-checkout-shipping-method tbody .col-price {
  font-weight: 500;
  line-height: 21px;
}
.checkout-index-index .field.date.required .control .select.select-month {
  color: rgba(34, 37, 41, 0.4);
}
.checkout-index-index .field.date.required .control .select.select-year {
  color: rgba(34, 37, 41, 0.4);
}
.checkout-index-index .field-error span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-index-index .field.required div.mage-error {
  color: #c30400;
}
.checkout-index-index .field.required div.mage-error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-index-index .form.form-login div.mage-error {
  padding: 8px 0px 0px 25px;
  position: relative;
  color: #c30400;
}
.checkout-index-index .form.form-login div.mage-error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-index-index .form.form-login input[type="password"].input-text.mage-error {
  border: 1px solid #c30400;
}
.checkout-index-index .form.form-login input[type="password"].input-text.mage-error:focus {
  border: 1px solid #c30400;
}
.checkout-index-index .form.form-login input[type="email"].input-text.mage-error {
  border: 1px solid #c30400;
}
.checkout-index-index .form.form-login input[type="email"].input-text.mage-error:focus {
  border: 1px solid #c30400;
}
.checkout-index-index .form.form-login input[type="password"].input-text:focus {
  border: 1px solid #1a25ab;
}
.checkout-index-index .form.form-login input[type="email"].input-text:focus {
  border: 1px solid #1a25ab;
}
.checkout-index-index .form-login .fieldset .field.required div.mage-error {
  padding: 8px 0px 0px 25px;
  position: relative;
}
.checkout-index-index .payment-method-content .field.required div.mage-error {
  padding: 8px 0px 0px 25px;
  position: relative;
}
.checkout-index-index .form.form-discount button.action.action-cancel {
  height: 48px;
  background: #1a25ab;
  color: #ffffff;
  text-transform: uppercase;
}
.checkout-index-index .form.form-discount button.action.action-cancel:hover {
  background: #7fbc02;
  border: #7fbc02;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address .field._required {
  text-align: left;
  margin: 0px 0px 15px 0px;
  width: 48.5%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address fieldset.field.street.admin__control-fields.required {
  margin: 0px 0px 15px 0px;
  width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address fieldset.field.street.admin__control-fields.required .field._required {
  width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address div.field:has(input.input-text[name="region"]) {
  margin: 0px 0px 15px 0px;
  width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address div.field:has(input.input-text[name="company"]) {
  margin: 0px 0px 15px 0px;
  width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address div.field:has(.select[name="region_id"]) {
  margin: 0px 0px 15px 0px;
  width: 100%;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address div.field .select[name="region_id"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.checkout-index-index .modal-popup .form.form-shipping-address .fieldset.address .field.choice {
  margin: 0px;
  text-transform: capitalize;
}
.checkout-index-index .modal-popup .fieldset .field .label:after {
  color: #c30400;
}
.checkout-index-index div#shipping-new-address-form {
  text-align: left;
}
.checkout-index-index .modal-popup._inner-scroll .modal-content {
  padding-left: 24px;
  padding-right: 24px;
}
.checkout-index-index #shipping-new-address-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-index-index .modal-inner-wrap .form-shipping-address #shipping-new-address-form.fieldset.address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .fieldset .field .label:after {
  color: #c30400;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0 15px 20px;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .field .label:after {
  color: #c30400;
}
.checkout-index-index .opc-wrapper .checkout-shipping-method {
  padding-top: 0px;
}
.checkout-index-index #checkout .opc-wrapper .opc .checkout-shipping-address .step-content {
  margin: 0px 0px 0px;
}
.checkout-index-index #checkout .opc-wrapper .opc .checkout-shipping-address .step-content:has(.field._required._error) {
  margin: 0px 0px 200px;
}
.checkout-index-index #checkout .opc-wrapper .opc .checkout-shipping-address .step-content:has(.message.warning) {
  margin: 0px 0px 200px;
}
.checkout-index-index .new-address-popup button.action.action-show-popup {
  height: 48px;
}
.checkout-index-index .table .grand.totals {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-index-index form.form h4 span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .fieldset.omise_cc.payment &gt; .field .label {
  font-weight: 400;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .fieldset.ccard.omise_cc .field .input-text {
  color: #222529;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .fieldset.ccard.omise_cc .field .input-text:focus {
  border: 1px solid #1a25ab;
}
.checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .fieldset.ccard.omise_cc .field .input-text.mage-error {
  border: 1px solid #c30400;
}
.checkout-index-index main#maincontent {
  padding-bottom: 0px;
}
.icon-field-name {
  position: relative;
  padding-left: 34px;
}
.icon-field-name:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 900;
  left: 0px;
  top: 0px;
  color: #222529;
  font-size: 17px;
}
.icon-field-location {
  position: relative;
  padding-left: 34px;
  margin-bottom: 24px;
}
.icon-field-location:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #222529;
  font-size: 17px;
}
.icon-field-phone {
  position: relative;
  padding-left: 34px;
}
.icon-field-phone:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #222529;
  font-size: 17px;
}
.icon-field-phone a {
  color: #222529;
}
.cart.table-wrapper .col.item:has(span.product-item-photo) ~ .col.price span {
  display: none;
}
.cart.table-wrapper .col.item:has(span.product-item-photo) ~ .col.qty .input-text.qty {
  opacity: 0.5;
  pointer-events: none;
}
.cart.table-wrapper .col.item:has(span.product-item-photo) ~ .col.qty .qty-changer &gt; a {
  opacity: 0.5;
  pointer-events: none;
}
.cart.table-wrapper .item .product-item-details .message {
  white-space: initial;
}
.cart.table-wrapper .item-options:before {
  display: none;
}
.block-content .minicart-items-wrapper {
  padding-right: 10px;
}
.minicart-items .product.actions .action.edit:before {
  color: #1a25ab;
}
.minicart-items .product.actions .action.edit:hover::before {
  color: #007bff;
}
.minicart-items .product-item-details .product.options.list dt {
  float: left;
  width: 35%;
  margin-right: 10px;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
}
.minicart-items .product-item-details .product.options dd {
  width: 55%;
  float: left;
  line-height: 18px;
  font-size: 12px;
  color: #222529;
}
.minicart-items .product-item-details .price-container .minicart-price .price {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  position: absolute;
  left: 0;
  top: 37px;
}
.minicart-items .product-item-details .product-item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #222529;
  margin-bottom: 15px;
}
.minicart-items .product-item-pricing .details-qty.qty .label {
  color: #222529;
}
.opc-block-summary {
  border: 1px solid #e7e7e7;
  margin-top: 0px;
}
.opc-block-summary .items-in-cart.active &gt; .title strong:after {
  content: '\e81b';
}
.opc-block-summary .items-in-cart &gt; .title strong {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #222529;
}
.opc-block-summary .minicart-items .product-item-details .product.options dt {
  width: 15%;
}
.opc-block-summary .minicart-items .product-item-details .product.options dd {
  width: 85%;
}
.opc-block-shipping-information .shipping-information-title .action.action-edit:hover:before {
  color: #007bff;
}
body .form-shipping-address .control input {
  border: 1px solid #e7e7e7;
}
body .checkout-billing-address select {
  padding-right: 33px;
}
body .modals-wrapper .modal-popup.classModal .modal-footer button.action-primary {
  height: 48px;
  padding: 14px 53px;
}
body .modals-wrapper .modal-popup.confirm .modal-footer button.action-primary {
  height: 48px;
  padding: 14px 53px;
}
body .modals-wrapper .modal-popup .modal-header {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  position: relative;
}
body .modals-wrapper .modal-popup .modal-footer {
  justify-content: center;
}
.checkout-shipping-address .step-title {
  padding-bottom: 24px;
}
.checkout-shipping-address .field-error span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-shipping-method .step-title {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #222529;
}
.table-checkout-shipping-method input[type="radio"] {
  width: 16px;
  height: 16px;
}
html .form-login .action.primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
#atome-payment-method .payment-option-content .actions-toolbar {
  margin-top: 0px;
}
#atome-payment-method .payment-method-content.atome-checkout-redirect {
  margin-top: 0px;
  background-color: unset;
  padding: 0px;
}
#atome-payment-method .atome-checkout-redirect .instalment-footer {
  display: none !important;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 11px;
}
.checkout-payment-method .payment-method._active .payment-method-content .form ul {
  margin-bottom: 0px !important;
}
.checkout-payment-method .payment-method._active .payment-method-content .form ul li {
  margin-bottom: 16px !important;
}
.checkout-payment-method .payment-method-billing-address .actions-toolbar .action.action-cancel {
  height: 48px;
  color: #222529;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-payment-method .payment-method-billing-address .actions-toolbar .action-cancel {
  border: 1px solid rgba(34, 37, 41, 0.16);
}
.checkout-cart-index .cart-summary {
  border: 1px solid #e7e7e7;
}
.checkout-cart-index .page-main .cart-container .cart-discount .actions-toolbar button.action.cancel.primary:not(:hover) {
  background-color: #1a25ab;
  opacity: 1;
}
.checkout-cart-index .page-main .cart-container .cart-discount button.action.primary:hover {
  background-color: #7fbc02;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .fieldset.coupon .field input#coupon_code {
  height: 48px;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .fieldset.coupon .actions-toolbar .primary {
  height: 48px;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options .box-option-content dt {
  width: fit-content;
  margin-right: 5px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper .product-item-name {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 0;
  color: #222529;
  font-weight: 500;
}
.checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper .product-item-name .free-gift {
  color: #c30400;
}
.checkout-cart-index .page-main .cart-container .block.crosssell .slider-title strong {
  color: #222529;
}
.checkout-cart-index .page-main .product-item-name a {
  height: unset;
  -webkit-line-clamp: unset;
}
.checkout-cart-index .field .control div.mage-error {
  padding: 8px 0px 0px 25px;
  position: relative;
}
.checkout-cart-index .field .control div.mage-error:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 24px;
  color: #c40400;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  left: -13px;
  top: 18px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.checkout-cart-index .modal-popup .modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 100px;
  text-transform: capitalize;
}
.checkout-cart-index .modal-popup .modal-title:before {
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #c30400;
  font-size: 17px;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  transform: translate(-50%, -50%);
  background: #FEE4E2;
  border-radius: 100px;
}
.checkout-cart-index .modal-popup .modal-footer {
  justify-content: center;
}
.checkout-cart-index .cart-totals .data .totals,
.checkout-cart-index .cart-totals .data .totals-tax,
.checkout-cart-index .cart-totals .data .totals-tax-summary,
.checkout-cart-index .cart-totals .data .totals-tax-details,
.checkout-cart-index .cart-totals .data .totals.shipping.excl {
  font-size: 14px;
  line-height: 21px;
}
#customer-email-fieldset {
  margin-top: 16px;
}
input#customer-password::placeholder {
  opacity: 0;
}
.action.remind span {
  color: #1a25ab;
}
.action.remind span:hover {
  color: #7fbc02;
}
.totals.sub th {
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #222529;
}
.cart-summary .payment-method-note.atome-checkout-note {
  margin-bottom: 0px;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 4px;
}
.message.notice {
  order: 3;
  flex-basis: 100%;
}
.form.methods-shipping {
  flex-wrap: wrap;
}
.field._error .control input {
  border-color: #c30400;
}
.box-item-options-detail {
  display: block;
  overflow: hidden;
}
.modal-popup .modal-header .action-close {
  z-index: 9;
}
.modal-popup .modal-content {
  text-align: center;
}
.field-error {
  padding: 8px 0px 0px 25px;
  position: relative;
}
.field-error span {
  color: #c30400;
}
body.checkout-index-index .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  justify-content: flex-end;
  padding: 24px 23px;
}
body.checkout-index-index .modals-wrapper .modal-popup.confirm .modal-inner-wrap .modal-footer {
  justify-content: center;
  padding: 24px 23px;
}
body.checkout-index-index .page-wrapper .page-footer {
  margin-top: 0px;
}
.qty.field .qty-changer &gt; a[disabled],
.col.qty .qty-changer &gt; a[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items span.product-item-photo + .product-item-details .product-item-pricing .details-qty.qty .item-qty {
  pointer-events: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
  align-items: center;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item-details .details-qty.qty .update-cart-item {
  background: #1a25ab;
  color: #ffffff;
  border: 1px solid #1a25ab;
  padding: 0px 20px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item-details .details-qty .update-cart-item {
  height: 20px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty.qty .update-cart-item:hover {
  background: #7fbc02;
  color: #ffffff;
  border: 1px solid #7fbc02;
}
.minicart-wrapper .block-minicart .total-count .actions a.viewcart {
  color: #1a25ab;
}
.minicart-wrapper .block-minicart .subtotal .amount.price-container .price {
  color: #1a25ab;
}
.minicart-wrapper .block-minicart li.item {
  padding: 18px 0px 16px 0px;
}
.minicart-wrapper .block-minicart .block-content .total-count {
  padding: 16px 0px;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  padding: 16px 0px;
}
.minicart-wrapper .product .product-item-details .actions &gt; .secondary {
  right: -6px;
}
.minicart-wrapper .product .product.actions &gt; .secondary {
  right: -6px;
}
.minicart-wrapper .block.block-minicart .block-content &gt; .actions {
  padding: 0px;
}
.discount.coupon {
  display: none;
}
.modal-popup.classModal .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
  height: 48px;
  color: #222529;
  padding: 14px 53px;
}
.modal-popup.classModal .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary:hover {
  color: #ffffff;
}
.modal-popup.classModal .modal-content {
  font-size: 16px;
  font-weight: 400;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
  height: 48px;
  color: #222529;
  padding: 14px 53px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary:hover {
  color: #ffffff;
}
body.checkout-cart-index .page-wrapper .page-main .columns .column.main {
  padding: 0px;
}
.modal-inner-wrap .modal-footer button.action-dismiss {
  background: white;
  color: #222529;
  border: 1px solid #e7e7e7;
}
.modal-inner-wrap .modal-popup .modal-footer {
  justify-content: center;
}
.modal-inner-wrap .remove-item-cart span {
  font-size: 16px;
  font-weight: 400;
}
.modal-popup.confirm._show .modal-content {
  padding-top: 100px;
}
.modal-popup.confirm._show .modal-content:before {
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 40%;
  color: #c30400;
  font-size: 17px;
  width: 40px;
  height: 40px;
  padding: 10px 12px;
  transform: translate(-50%, -50%);
  background: #FEE4E2;
  border-radius: 100px;
}
.remove-item-cart p {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #222529;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .remove-item-cart {
    padding: 0px 170px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart td .product-item-details dl.item-options {
    display: unset;
  }
  .checkout-payment-method .payment-method-billing-address .actions-toolbar .action-cancel {
    background-color: #ffffff;
    padding: 0.5em 2em;
    border: 1px solid #22252929;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus) {
    margin: 0px 10px 0px 0px;
    color: #222529 66;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus):hover {
    border: 1px solid #7fbc02;
    color: #ffffff;
    background-color: #7fbc02;
  }
  .checkout-index-index .page-main #checkout.checkout-container button[type=button].action.action-edit-address:hover {
    background: #fff;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-summary {
    width: 30.333333%;
  }
  .checkout-cart-index .page-main .cart-container .form-cart {
    width: 66.66666667%;
    padding-right: 0%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .checkout-index-index .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 0px 10px 0px 0px;
    padding: 14px 26px;
  }
  .checkout-index-index .payment-method._active .payment-method-content .payment-method-billing-address .actions-toolbar {
    width: 60%;
  }
  .checkout-index-index .page-main .modal-content .opc-block-summary .block.block.items-in-cart &gt; .title {
    margin-top: -10px;
    text-align: left;
  }
  .checkout-cart-index .cart-discount {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .opc-payment .payment-method .actions-toolbar {
    padding: 0px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content {
    width: 100%;
    max-width: 100%;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method-content .payment-option-title.field.choice {
    margin: 0;
    border: 0;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-shipping-address .form-shipping-address {
    margin-top: 0px;
    padding-top: 28px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 90px;
  }
  .checkout-index-index .page-main .opc-wrapper .shipping-address-item {
    justify-content: space-between;
  }
  .checkout-index-index .page-main .opc-block-summary .product-item .product-item-details .product-item-inner {
    flex-direction: row;
  }
  .checkout-index-index button.action.continue {
    width: 100px;
  }
  .checkout-index-index .opc-wrapper {
    width: 61%;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .checkout-index-index .opc-sidebar {
    width: 37%;
  }
  .checkout-index-index .form-login button.action.primary {
    width: 100%;
  }
  .checkout-index-index .cart-summary {
    padding: 24px;
  }
  .checkout-index-index .modal-header {
    padding-top: 29px;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content fieldset#payment_form_omise_cc.fieldset.payment.items.ccard.omise_cc .field {
    min-height: unset;
    margin-bottom: 16px;
    float: left;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .form fieldset#payment_form_omise_cc.fieldset.payment.items.ccard.omise_cc .field:last-child {
    min-height: 0px;
    margin-bottom: 0px;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods fieldset#payment_form_omise_cc {
    display: flex !important;
    flex-wrap: wrap;
  }
  .checkout-index-index .checkout-shipping-method {
    padding-top: 40px;
  }
  .checkout-index-index .checkout-payment-method .payment-method:not(:last-child) .payment-method-billing-address {
    border-bottom: unset;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .checkout-index-index .payment-method._active .payment-method-content .checkout-agreements-block {
    float: left;
    width: 64%;
  }
  .checkout-index-index .payment-method._active .payment-method-content .actions-toolbar {
    float: right;
    width: 36%;
    margin-top: 49px;
  }
  .checkout-index-index .payment-method._active .payment-method-content form .actions-toolbar {
    width: auto;
  }
  .checkout-index-index .payment-method._active .payment-method-content .form.form-discount .actions-toolbar {
    margin-top: 0px;
  }
  .checkout-index-index #atome-payment-method .payment-method-content.atome-checkout-redirect {
    display: block;
    float: left;
    width: 30%;
    padding: 0;
    border-top: 0;
  }
  .checkout-index-index #atome-payment-method .payment-method-note h3 {
    margin: 0;
  }
  .checkout-index-index #atome-payment-method .payment-method-content h3 .atome_checkout_text {
    font-weight: 400;
  }
  .checkout-index-index .payment-method._active#atome-payment-method .payment-method-content .actions-toolbar {
    margin-top: 49px;
  }
  .checkout-index-index .payment-method._active#atome-payment-method .payment-method-content .form.form-discount .actions-toolbar {
    margin-top: 0px;
  }
  .checkout-index-index .paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-paypal {
    height: 48px !important;
    background-color: #ffc439;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin: 3rem auto;
  }
  .checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action.action-hide-popup:hover {
    border: 1px solid #7fbc02;
  }
  .opc-sidebar.opc-summary-wrapper {
    margin: 10px 0 1em;
  }
  .opc-wrapper .form.form-login {
    border-bottom: unset;
    padding-bottom: 0px;
    max-width: 100%;
  }
  .opc-wrapper .form.form-login .fieldset {
    max-width: 420px;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.continue {
    margin-top: 16px;
  }
  .form.methods-shipping {
    display: flex;
    justify-content: space-between;
  }
  .opc-block-summary {
    padding: 24px;
  }
  .form-login .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
  }
  .form-login .actions-toolbar &gt; .primary {
    flex-basis: 100%;
  }
  .form-login .actions-toolbar &gt; .secondary .action:last-child {
    margin-bottom: 24px;
  }
  .minicart-items .product-item-details .details-qty {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  .checkout-cart-index .cart-summary {
    padding: 24px;
  }
  .checkout-cart-index .page-wrapper .page-main .page-title-wrapper {
    padding: 24px 0px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update {
    height: 48px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update.action {
    height: 48px;
  }
  .checkout-cart-index .page-main .columns .cart-container .block.crosssell {
    margin-top: 20px;
  }
  .checkout-cart-index main#maincontent {
    padding-bottom: 0px;
  }
  .checkout-payment-method .payment-method {
    clear: both;
  }
  .checkout-payment-method .payment-method._active .payment-method-content {
    overflow: hidden;
    border-top: solid 1px #eee;
    padding-top: 15px;
  }
  .checkout-payment-method .payment-method._active .payment-method-content .fieldset {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #atome-payment-method .payment-method-note {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #paypal-express-in-context-button .paypal-buttons {
    padding-top: 8px;
  }
  #paypal-express-in-context-button .paypal-buttons iframe {
    position: static !important;
  }
  body:not(cms-home).checkout-cart-index .page-wrapper .page-footer {
    margin-top: 5px;
  }
  body .modals-wrapper .modal-popup.confirm .modal-footer button.action-primary.action-accept {
    padding: 14px 53px;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary.action-dismiss {
    padding: 14px 53px;
  }
}
@media (max-width: 768px) {
  .checkout-payment-method .field-select-billing {
    max-width: 100%;
  }
  .checkout-payment-method .billing-address-form {
    max-width: 100%;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 0px;
    height: 36.38px;
  }
  .checkout-payment-method .payment-option {
    margin: 0px;
  }
  .checkout-index-index .page-header .header-main .header-row .header-right .minicart-wrapper {
    display: inline-block;
  }
  .checkout-index-index .checkout-payment-method .form.payments .actions-toolbar .action.action-update {
    margin-bottom: 0px;
  }
  .checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-details {
    line-height: 21px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    margin: -23px -32px 15px;
    padding: 18px 32px;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart::after {
    display: none;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart::before {
    content: "\e87f";
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
    right: 0px;
    background-color: #c40400;
  }
  .checkout-index-index .page-main .columns .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #1a25ab;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-header .action-close {
    z-index: 99;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-title {
    padding: 20px 15px 16px 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  .checkout-index-index .page-main .opc-block-summary .items-in-cart &gt; .title {
    border-bottom: none;
    text-align: left;
  }
  .checkout-index-index .page-main .opc-wrapper .addresses .control .shipping-address-items .shipping-address-item.selected-item {
    width: 100%;
  }
  .checkout-index-index .page-main .opc-wrapper .addresses .control .shipping-address-items .shipping-address-item.not-selected-item {
    width: 100%;
  }
  .checkout-index-index .page-main .opc-wrapper .opc .checkout-payment-method .form.payments {
    padding: 8px 0px 0px 0px;
  }
  .checkout-index-index .custom-slide._show {
    left: 0px;
  }
  .checkout-index-index .custom-slide._show .modal-inner-wrap {
    margin-top: 115px;
  }
  .checkout-index-index .custom-slide .opc-block-summary {
    padding: 28px 20px;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title {
    border-bottom: unset;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-content {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:before {
    color: #1a25ab;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:hover:before {
    color: #007bff;
  }
  .checkout-index-index #opc-new-shipping-address {
    padding-top: 20px;
  }
  .checkout-index-index .modals-wrapper ._inner-scroll .modal-inner-wrap .modal-header {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .checkout-index-index .modals-wrapper ._inner-scroll .modal-inner-wrap .modal-header .modal-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .checkout-index-index .modals-wrapper ._inner-scroll .modal-inner-wrap .modal-header .action-close {
    top: 22px;
  }
  .checkout-index-index .modals-wrapper .modal-inner-wrap .modal-footer .action-hide-popup {
    width: 50%;
  }
  .checkout-index-index .modals-wrapper .modal-footer button.action-save-address {
    width: 50%;
  }
  .checkout-index-index #shipping-new-address-form {
    display: block;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0px;
  }
  .checkout-index-index #checkout.checkout-container .opc-wrapper .opc .checkout-shipping-address .step-content {
    margin: 0px;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details .product.options dt {
    width: 20%;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details .product.options dd {
    width: 80%;
  }
  .checkout-index-index .product-item-details .product-item-inner dl.item-options {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-index-index .table .grand.totals {
    border-bottom: 1px solid #e7e7e7;
  }
  .checkout-index-index .table .grand.totals th {
    vertical-align: middle;
  }
  .checkout-index-index .fieldset#payment_form_omise_cc &gt; .field .label {
    font-size: 14px;
    font-weight: 400;
  }
  .modal-inner-wrap .modal-header {
    padding: 0px;
  }
  .ship-to {
    border-bottom: 1px solid #e7e7e7;
  }
  .opc-wrapper #checkout-step-shipping .form.form-login {
    margin-top: 0px;
  }
  .opc-wrapper .checkout-shipping-address .step-title {
    border: unset;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .form-cart {
    margin-bottom: 20px;
  }
  .cart-container .cart-discount {
    border-bottom: unset;
  }
  .cart-summary {
    order: 3;
  }
  .cart-summary .block .content {
    padding: 5px 0px 23px;
  }
  .block.crosssell {
    order: 4;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    padding: 24px 0;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.item {
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    text-align: center;
    width: 5%;
    padding-bottom: 1em;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.item:before {
    font-weight: 600;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.qty:before {
    font-weight: 600;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.price:before {
    font-weight: 600;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.subtotal:before {
    font-weight: 600;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.msrp:before {
    font-weight: 600;
    padding-bottom: 0px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update {
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
    position: absolute;
    top: 50px;
    width: 160px;
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 0 17px 0 0;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist {
    left: 0;
    position: relative;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist::before {
    width: 20px;
  }
  .checkout-cart-index .page-main .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0;
    text-align: center;
    display: inline-block;
    white-space: normal;
  }
  .checkout-cart-index .field .control div.mage-error:before {
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    width: 45px;
    position: unset;
    text-align: center;
  }
  .cart-discount .block .content {
    display: block !important;
    padding: 0px 0px 20px;
  }
  .checkout-shipping-address .step-title {
    padding-bottom: 20px;
  }
  .checkout-shipping-method .step-title {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody .col-price {
    width: 25%;
    padding-left: 24px;
    overflow: hidden;
    display: inline-block;
    white-space: normal;
    text-align: left;
  }
  .table-checkout-shipping-method tbody .col-method {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    white-space: nowrap;
    width: 34%;
    text-align: center;
  }
  .table-checkout-shipping-method tbody .col-carrier {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    white-space: nowrap;
    width: 34%;
    text-align: left;
  }
  body.checkout-index-index .modals-wrapper .modal-popup.modal-slide._inner-scroll {
    top: 50px;
    height: 100%;
  }
  body.checkout-index-index .modals-wrapper .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100%;
  }
  .form-cart .cart.table-wrapper .col.item:before,
  .form-cart .cart.table-wrapper .col.qty:before,
  .form-cart .cart.table-wrapper .col.price:before,
  .form-cart .cart.table-wrapper .col.subtotal:before,
  .form-cart .cart.table-wrapper .col.msrp:before {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item-details .details-qty.qty .update-cart-item {
    padding: 0px 15px;
  }
}
@media (min-width: 767px) and (max-width: 769px) {
  body.checkout-index-index .modals-wrapper .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    margin-top: unset;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .checkout-payment-method .payment-method-billing-address .billing-address-details {
    padding: 0 0 0 20px;
  }
  body .modal-popup.classModal .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
    padding: 14px 53px;
  }
  body .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
    padding: 14px 53px;
  }
  body .modals-wrapper .modal-popup.classModal .modal-footer button.action-primary.action-accept {
    padding: 14px 53px;
  }
  body .modals-wrapper .modal-popup.confirm .modal-footer button.action-primary.action-accept {
    padding: 14px 53px;
  }
}
@media (max-width: 639px) {
  .checkout-index-index .opc-wrapper .methods-shipping {
    margin: 0px;
    padding: 0px;
    border-bottom: unset;
  }
}
@media (max-width: 576px) {
  .checkout-payment-method .payment-method-billing-address .billing-address-details {
    padding: 0 0 0 27px;
  }
  .payment-method-title.field input[type="radio"] {
    padding: 2px 5px 0 0;
  }
  .checkout-billing-address input[type="checkbox"] {
    margin: 2px 0px 0 0;
  }
  .cart.table-wrapper {
    margin-bottom: 0px;
  }
  .cart.items.table {
    margin-bottom: 0px;
  }
  body.checkout-index-index .page-main {
    padding-bottom: 0px;
  }
  .message.notice {
    margin: 0px 20px 20px 20px;
  }
  .checkout-index-index .checkout-payment-method .payment-option.discount-code {
    margin: 0px -15px;
  }
  .checkout-index-index .checkout-payment-method .payment-option-inner {
    margin: 0 0 20px;
  }
  .checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .ccard &gt; .field.cvv &gt; .control {
    padding-right: 0px;
  }
  .checkout-index-index .checkout-payment-method .ccard.fieldset &gt; .field .fields.group.group-2 .field.no-label.month {
    width: 65% !important;
  }
  .checkout-index-index .checkout-payment-method .ccard.fieldset &gt; .field .fields.group.group-2 .field.no-label.year {
    width: 35% !important;
  }
  .checkout-index-index #atome-payment-method .payment-method-content .actions-toolbar {
    margin-top: 0px;
  }
  .checkout-index-index #atome-payment-method .form.form-discount .actions-toolbar {
    width: 50%;
  }
  .checkout-index-index .page-main .opc-wrapper .addresses .control .shipping-address-items .shipping-address-item.selected-item {
    width: 100%;
    margin-right: 24px;
  }
  .checkout-index-index .page-main .opc-wrapper .addresses .control .shipping-address-items .shipping-address-item.not-selected-item {
    width: 100%;
    margin-right: 24px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-update {
    width: 47%;
    text-transform: uppercase;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.payments .actions-toolbar .action.action-cancel {
    width: 47%;
    margin-top: 0px;
    order: -1;
    border: 1px solid #22252929;
    color: #222529 66;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 0em 2em;
    height: 48px;
    background-color: #ffffff;
    text-transform: uppercase;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .form.form-discount .actions-toolbar .action.action-cancel {
    width: 100%;
    background-color: #1a25ab;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method-content .payment-option-content .form.form-discount .actions-toolbar {
    width: 50%;
  }
  .checkout-index-index .page-main .opc-block-summary .block.block.items-in-cart &gt; .title {
    margin-top: -30px;
  }
  .checkout-index-index .page-main .opc-block-summary .data.table-totals {
    margin-top: 20px;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .ship-via .shipping-information-title .action-edit {
    top: -48px;
  }
  .checkout-index-index .page-main #checkout.checkout-container aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show .modal-content .opc-block-summary {
    border-bottom: 1px solid #e7e7e7;
  }
  .checkout-index-index .column.main .opc-block-summary .minicart-items-wrapper .product-item {
    padding: 5px 15px 5px 0px;
  }
  .checkout-index-index .opc-block-shipping-information .ship-to {
    margin: 0px;
  }
  .checkout-index-index .opc-block-shipping-information .ship-via {
    margin: 0px;
  }
  .checkout-index-index #checkout.checkout-container .items.payment-methods .payment-method-content .field.cvv.required .control .input-text.cvv {
    width: 100%;
  }
  .checkout-index-index .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .checkout-index-index #checkout .opc-wrapper .opc .checkout-shipping-address#shipping .step-content:has(.message.warning) {
    margin: 0px;
  }
  .checkout-index-index #checkout .opc-wrapper .opc .checkout-shipping-address#shipping .step-content:has(.field._required._error) {
    margin: 0px;
  }
  body .modals-wrapper .modal-popup.modal-slide._inner-scroll._show .modal-content {
    overflow-y: scroll;
  }
  body .modals-wrapper .modal-popup.classModal .modal-footer button.action-primary.action-accept {
    padding: 13px 10px;
  }
  body .modals-wrapper .modal-popup.confirm .modal-footer button.action-primary.action-accept {
    padding: 13px 10px;
  }
  body .modal-popup.classModal .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
    padding: 13px 10px;
  }
  body .modal-popup.confirm .modal-inner-wrap .modal-footer button.action-dismiss.action-secondary {
    padding: 13px 10px;
  }
  .checkout-cart-index .form.form-cart tr.item-info {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    align-items: center;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.item {
    max-width: 350px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.action {
    top: 0%;
    right: 15%;
    transform: translate(0%, -5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    height: 20px;
    padding-right: 0;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
    position: absolute;
    top: 45px;
    left: -45px;
    width: max-content;
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .form-cart .cart.table-wrapper thead .col.item,
  .form-cart .cart.table-wrapper thead .col.qty,
  .form-cart .cart.table-wrapper thead .col.price,
  .form-cart .cart.table-wrapper thead .col.subtotal,
  .form-cart .cart.table-wrapper thead .col.msrp {
    display: none;
  }
}
@media (min-width: 1440px) {
  .checkout-cart-index .modal-popup .modal-inner-wrap {
    width: 47%;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .checkout-cart-index .page-main .cart-container .block.crosssell .slider-title.section-title:before {
    width: 24%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .slider-title.section-title:after {
    width: 24%;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options .box-option-content dt {
    margin-right: 5px;
    width: fit-content;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:after {
    width: 15%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:before {
    width: 15%;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
    position: absolute;
    top: 40px;
    width: 225px;
    padding: 8px 0 0 15px;
  }
  .checkout-cart-index .field .control div.mage-error:before {
    left: -5px;
    top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .page-wrapper .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-cart-index .page-wrapper .page-main .cart-container .block.crosssell .products-grid .product-item {
    width: 50%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:before {
    width: 10%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:after {
    width: 10%;
  }
}
@media (min-width: 768px) {
  body .modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
    padding-bottom: 0px;
  }
  .checkout-cart-index .modal-popup .modal-inner-wrap .modal-title {
    padding-top: 100px;
  }
  aside.modal-popup._show {
    z-index: 1001 !important;
  }
  .modals-overlay {
    z-index: 1000 !important;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.item {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    text-align: center;
    width: 5%;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.qty {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
    text-align: center;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.price {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
    text-align: center;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.subtotal {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
    text-align: center;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .table .col.action {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
    text-align: center;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:after {
    width: 10%;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .section-title.slider-title:before {
    width: 10%;
  }
  .checkout-cart-index .modal-popup._show.modal-popup .modal-inner-wrap {
    transform: unset;
  }
  .cart.table-wrapper .col.item:before {
    display: none;
  }
  .cart.table-wrapper .col.item .product-item-details {
    text-align: left;
  }
  .cart.table-wrapper .col.qty:before {
    display: none;
  }
  .cart.table-wrapper .col.price:before {
    display: none;
  }
  .cart.table-wrapper .col.subtotal:before {
    display: none;
  }
  .gift-options-cart-item + .action-towishlist {
    position: relative;
    left: unset;
  }
  .checkout-index-index .modal-popup._show.modal-popup .modal-inner-wrap {
    transform: unset;
  }
}
@media (max-width: 769px) {
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td.col.subtotal .cart-price .price {
    color: #1a25ab !important;
    font-weight: 500px !important;
    font-size: 14px;
    line-height: 21px;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .slider-title strong {
    font-size: 20px;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .products-grid .item.product.product-item {
    width: 50%;
  }
  .checkout-cart-index .page-main .block.crosssell {
    margin-top: 40px;
  }
  .checkout-cart-index .block.crosssell .products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-popup._show {
    z-index: 1001 !important;
  }
  .modals-overlay {
    z-index: 1000 !important;
  }
  body.checkout-cart-index .product-item-info .product-item-details .price-box {
    margin-bottom: 0px;
  }
  body.checkout-cart-index main#maincontent {
    padding-bottom: 0px;
  }
  .checkout-index-index .billing-address-form .fieldset &gt; .field .label {
    font-weight: 400;
  }
}
@media (max-width: 760px) {
  .form-cart .message.notice &gt; *:first-child:before {
    top: 35px;
  }
  .form-cart .table-wrapper .cart.item .product-item-details .message.notice &gt; *:first-child:before {
    top: 22px;
  }
}
@media (max-width: 576px) {
  .checkout-cart-index .table-wrapper {
    overflow-x: unset;
    overflow-y: unset;
  }
  .checkout-cart-index .cart.table-wrapper .col.item {
    white-space: unset;
  }
  .checkout-cart-index .cart.table-wrapper .data .product-item-photo {
    width: 60px;
    height: 60px;
    margin: 0px 10px 0px 0px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name + .item-options {
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal:before {
    display: none;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    padding: 20px 0px 20px 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary #block-shipping &gt; .title {
    padding: 20px 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary #block-shipping &gt; .title::after {
    right: 5px;
    top: 20px;
    color: #222529;
    font-size: 16px;
    font-weight: 600;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    height: 20px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options dd {
    white-space: unset;
    width: 85%;
    text-align: left;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details dl.item-options dt {
    margin-right: 18px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td:first-child {
    flex-basis: 75%;
    padding-bottom: 0;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-edit::before {
    font-size: 18px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-delete::before {
    font-size: 18px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .actions-toolbar &gt; .action-towishlist {
    position: unset;
    order: 1;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.actions button.update {
    width: 100%;
    height: 48px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.subtotal {
    order: 1;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty {
    order: 2;
    padding-left: 70px;
    text-align: left !important;
    padding-top: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty:before {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .item-info .col.action {
    order: 3;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.price {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.action {
    top: 45%;
    right: 45%;
    transform: translate(77%, -10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .slider-title:before {
    content: unset;
  }
  .checkout-cart-index .page-main .cart-container .block.crosssell .slider-title:after {
    content: unset;
  }
  .checkout-cart-index .page-main .product-item-name a {
    margin: 0px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 20px;
    border: 1px solid #e7e7e7;
  }
  .checkout-cart-index .form.form-cart tr.item-info {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
  }
  .checkout-cart-index .action-edit {
    order: 2;
  }
  .checkout-cart-index .action-delete {
    order: 3;
  }
  .cart-summary {
    padding: 20px;
  }
  .cart-summary .checkout-methods-items {
    margin-top: 0px;
  }
  .page-main .cart-summary .block {
    margin-top: 20px;
  }
  .page-main .product-item-name a {
    padding-right: 50px;
    height: unset;
    margin: 16px 0px 0px 0px;
  }
  .cart-totals tbody .mark {
    padding: 10px 0px;
  }
  .cart-totals tbody tr:first-child .mark {
    padding: 15px 0px;
  }
  .cart-totals tbody tr:first-child td {
    padding: 15px 0px;
  }
  .cart-totals tbody tr:last-child .mark {
    padding: 15px 0px;
  }
  .cart-totals tbody tr:last-child td {
    padding: 15px 0px;
  }
  table.data.totals {
    margin-bottom: 0px;
  }
  #shopping-cart-table td.col.item {
    flex-basis: 100%;
    display: flex;
    padding-top: 0px;
  }
  .cart.table-wrapper {
    border-top: unset;
  }
  .cart.table-wrapper #shopping-cart-table .product-image-wrapper .product-image-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  .cart.table-wrapper .cart &gt; .item {
    border-bottom: unset;
  }
  .cart.table-wrapper .col.price {
    width: 96%;
  }
  .cart.table-wrapper .col.price .price {
    color: #1a25ab;
    font-weight: 500;
    line-height: 21px;
  }
  .cart.table-wrapper .col.item {
    white-space: unset;
  }
  .form-cart .tr.item-info {
    position: relative;
  }
  .form-cart .message.notice {
    margin: 0px 0px 20px 0px;
  }
  body.checkout-cart-index .price-excluding-tax,
  body.checkout-cart-index .price-including-tax {
    position: absolute;
    right: 0px;
  }
  body.checkout-cart-index .modal-popup .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.checkout-index-index .price-excluding-tax {
    position: absolute;
    right: 0px;
  }
  body.checkout-index-index .modals-wrapper .modal-popup .modal-footer {
    background: #FFFFFF;
    box-shadow: unset;
    z-index: 99;
    padding: 20px;
  }
  body.checkout-index-index .page-wrapper .page-main .columns .column.main {
    padding: 0px;
  }
  .price-excluding-tax {
    position: absolute;
    right: 0px;
  }
  .col.qty .qty-changer &gt; a {
    height: 30px;
  }
  .col.qty .input-text.qty {
    height: 30px;
  }
  .cart-container .form-cart {
    margin-bottom: 0px;
  }
  .cart-container .form-cart .actions.main {
    margin-bottom: 20px;
  }
  .checkout-index-index .page-header .header-right .minicart-wrapper {
    display: inline-block;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    margin: 0px;
    padding: 0px;
  }
  .checkout-index-index .page-main .opc-wrapper .actions-toolbar button.action.continue {
    width: 100%;
    margin-top: 0px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content {
    width: 100%;
    padding: 0px 15px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
    width: 53%;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method-content .payment-option-title.field.choice {
    padding: 20px;
  }
  .checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
    display: flex;
    align-items: baseline;
  }
  .checkout-index-index .page-main .opc-wrapper .shipping-address-item {
    width: 100%;
    border: 2px solid #e7e7e7;
    margin: 8px 0px;
    padding: 24px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #222529;
  }
  .checkout-index-index .page-main .opc-wrapper .shipping-address-items .shipping-address-item {
    width: 100%;
    margin-right: 24px;
  }
  .checkout-index-index .page-main .opc-block-summary .minicart-items .product-item .product-item-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #222529;
    margin-bottom: 5px;
  }
  .checkout-index-index .page-main .opc-block-summary .product-item .product-item-inner {
    flex-direction: row;
    align-items: center;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-title {
    padding: 20px 20px;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
    right: 30px;
    bottom: 20px;
    top: unset;
  }
  .checkout-index-index .page-main .opc-summary-wrapper .modal-content .opc-block-shipping-information .shipping-information-content {
    padding: 0px 20px;
  }
  .checkout-index-index .page-main .modal-inner-wrap .opc-block-shipping-information .shipping-information {
    padding-left: 0px;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    background-color: unset;
    min-height: unset;
    box-shadow: unset;
  }
  .checkout-index-index .opc-block-summary span.title {
    margin-bottom: 0px;
    color: #222529;
    font-family: "Poppins", sans-serif;
  }
  .checkout-index-index .opc-block-summary .items-in-cart &gt; .title strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #222529;
  }
  .checkout-index-index .action.action-auth-toggle {
    display: none;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title {
    position: unset;
  }
  .checkout-index-index .modals-wrapper .modal-inner-wrap .modal-header {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .checkout-index-index .modals-wrapper .modal-footer button.action-save-address {
    border-radius: unset;
    margin: 0px;
  }
  .checkout-index-index .icon-field-location {
    word-break: break-word;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address .field._required {
    margin: 16px 0px;
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address fieldset.field.street.admin__control-fields.required {
    margin: 16px 0px;
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address fieldset.field.street.admin__control-fields.required .field._required {
    margin: 16px 0px;
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address div.field:has(input.input-text[name="region"]) {
    margin: 16px 0px;
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address div.field:has(input.input-text[name="company"]) {
    margin: 16px 0px;
    width: 100%;
    text-align: left;
  }
  .checkout-index-index .modal-popup .form.form-shipping-address .address .field.choice {
    margin: 0px;
    text-align: left;
    text-transform: capitalize;
  }
  .checkout-index-index .payment-method label {
    margin-left: 10px;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: unset;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px -15px;
  }
  .opc-wrapper .step-title {
    font-size: 20px;
    line-height: 30px;
  }
  .opc-wrapper .form-login {
    margin: 0px -15px 15px;
    padding: 0px 15px 16px 15px;
  }
  .opc-wrapper .action-show-popup {
    margin: 8px 0px 10px 0px;
  }
  .form.methods-shipping .actions-toolbar &gt; .primary:last-child {
    margin: 0px;
    padding: 0px 20px;
  }
  .methods-shipping .actions-toolbar .action.primary {
    margin: 20px 0px 0px;
  }
  .table-checkout-shipping-method tbody td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr {
    padding: 0px 20px;
  }
  .table-checkout-shipping-method tbody .col-price {
    font-weight: 500;
    line-height: 21px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #222529;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-checkout-shipping-method tbody .col-method {
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.6);
  }
  .table-checkout-shipping-method tbody .col-carrier {
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: rgba(0, 0, 0, 0.6);
    padding-right: 0px;
  }
  .table-checkout-shipping-method .col {
    -webkit-flex-basis: unset;
    flex-basis: unset;
    -webkit-flex-grow: unset;
    flex-grow: unset;
  }
  .checkout-shipping-method {
    margin: 0px -20px;
  }
  .checkout-shipping-method .step-title {
    padding: 16px 20px 0px;
    border-top: 1px solid #e7e7e7;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: unset;
  }
  .minicart-items span.product-item-photo + .product-item-details .price-container .price-excluding-tax .minicart-price .price {
    top: 0;
  }
  .minicart-items .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  .minicart-items .product-item-details .details-qty {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    color: #222529;
  }
  .minicart-items .product-item-details .product.options.list dd {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    color: #222529;
  }
  .minicart-items .product-item-details .product.options.list dt {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    color: #222529;
  }
  .minicart-items .product-item-details .cart-price .price {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #1a25ab;
  }
  .minicart-items .product-item-details .price-container .price-excluding-tax,
  .minicart-items .product-item-details .price-container .price-including-tax {
    position: absolute;
    right: 0px;
  }
  .minicart-items .product-item-details .price-container .price-excluding-tax .minicart-price .price,
  .minicart-items .product-item-details .price-container .price-including-tax .minicart-price .price {
    position: absolute;
    left: -246px;
    top: -20px;
  }
  .minicart-items .product-item-details .product.options {
    padding-top: 0px;
  }
  .minicart-items .product .toggle {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Poppins", sans-serif;
    color: #222529;
  }
  .minicart-items .product .product-item-details {
    padding: 0px;
  }
  .minicart-items .product-item-pricing {
    margin-top: 15px;
  }
  .opc-block-summary .items-in-cart &gt; .title:after {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: bold;
  }
  .product-item-details .price-excluding-tax .cart-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    color: #1a25ab;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) &gt; tbody &gt; tr td[data-th]:before {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody &gt; tr &gt; td:first-child {
    padding-top: 0px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody {
    border-bottom: unset;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.product {
    padding-left: 0px;
    padding-right: 0px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.product .product-item-name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty {
    padding-left: 0px;
    padding-right: 0px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.qty .field.qty {
    justify-content: start;
    margin-bottom: 5px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.address {
    padding-left: 0px;
    padding-right: 0px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.address .field.address .control select {
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody tr {
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody tr:last-child {
    border-bottom: unset;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .data.table tbody .col.actions a.action.delete:before {
    content: "";
    top: 8px;
    left: -8px;
    border-top: 1px solid;
    position: absolute;
    width: 17px;
    color: inherit;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.update {
    width: 100%;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar .action.add {
    width: 100%;
  }
  .multishipping-checkout-addresses .page-wrapper .page-main .columns .column.main .multicheckout.address.form .actions-toolbar a.action.back {
    width: 100%;
  }
  #multiship-addresses-table {
    margin-bottom: 0px;
  }
  #multiship-addresses-table thead {
    display: none;
  }
  #multiship-addresses-table tr {
    position: relative;
  }
  body.mobile-sticky.multishipping-checkout-addresses .page-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.mobile-sticky.multishipping-checkout-addresses .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.mobile-sticky.multishipping-checkout-addresses .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .multicheckout &gt; .actions-toolbar {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .multicheckout .table-wrapper .action.delete {
    color: #222529;
    width: 15px;
    height: 15px;
    right: 0;
    transform: rotateZ(45deg);
    top: 15px;
    margin: 1.25em;
    background: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
  }
  .multicheckout .table-wrapper .action.delete:after {
    height: 17px;
    top: 0;
    left: 0;
    border-left: 1px solid;
    content: '';
    position: absolute;
    width: 17px;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    color: #222529;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .opc-block-shipping-information .ship-via {
    position: relative;
  }
  .ship-to {
    position: relative;
  }
  .payment-group {
    margin-top: -100px;
  }
  .modal-popup .modal-content {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222529;
    text-align: center;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .modal-popup._show .modal-inner-wrap {
    transform: translate(0%, 100%);
    transition: all 0.5s;
  }
  body .modals-wrapper .modal-popup .modal-footer {
    display: flex;
    justify-content: space-between;
  }
  .modal-footer .action-secondary.action-dismiss {
    width: 50%;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
  }
  .modal-footer .action-primary.action-accept {
    width: 50%;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
  }
  .minicart-wrapper .block-minicart {
    width: 290px !important;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item-details {
    align-items: flex-end;
  }
  .minicart-wrapper .block-minicart li.product-item {
    padding: 15px 0px;
  }
  .minicart-wrapper .product .product-item-details .actions &gt; .secondary {
    right: -6px;
  }
  .minicart-wrapper .block.block-minicart .block-content &gt; .actions {
    padding: 0px 0px 10px;
  }
  .modal-popup._inner-scroll {
    overflow-x: hidden;
  }
  .modal-popup._inner-scroll .modal-content {
    overflow-x: hidden;
    overflow-y: unset;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    transform: unset;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    overflow-y: unset;
    width: 100%;
  }
  body.checkout-onepage-success .page-wrapper .page-main .columns .column.main {
    padding: 120px 0px 0px 0px;
  }
  .checkout-onepage-success .page-main .column #registration a.action.primary {
    background-color: #1a25ab;
    border-color: #1a25ab;
  }
  .checkout-onepage-success .page-main .column #registration a.action.primary:hover {
    background-color: #7fbc02;
    border-color: #7fbc02;
  }
  .payment-method .actions-toolbar &gt; .primary:last-child {
    border-top: unset;
  }
}
@media (max-width: 440px) {
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.action {
    top: 0%;
    right: 5%;
    transform: translate(-25%, -5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 0;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty {
    order: 2;
    padding-left: 70px;
    text-align: left !important;
    padding-top: 0px;
    margin-top: 0px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty .qty.field .input-text.qty {
    height: 2rem;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty .qty.field .qty-changer &gt; a {
    height: 2rem;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty .col.qty .input-text.qty {
    height: 2rem;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty .col.qty .qty-changer &gt; a {
    height: 2rem;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
    position: relative;
    top: 0;
    left: 0;
    width: 240px;
    white-space: normal;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  .checkout-cart-index .field .control div.mage-error:before {
    display: none;
  }
}
@media (max-width: 390px) {
  .form-cart .message.notice &gt; *:first-child:before {
    top: 45px;
  }
  .form-cart .table-wrapper .cart.item .product-item-details .message.notice &gt; *:first-child:before {
    top: 22px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody .item-info td:first-child {
    flex-basis: 70%;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .product-item-name &gt; a {
    max-width: 150px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .product-item-details .item-info dl.item-options .box-option-content dt {
    text-align: left;
    width: 72px;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .item-info .col.action {
    right: 0%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name + .item-options {
    text-align: left;
  }
  .checkout-index-index input#discount-code::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 355px) {
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.action {
    padding: .75rem 0;
  }
  .checkout-cart-index .page-main .cart-container .cart.table-wrapper .col.qty {
    padding-left: 55px;
  }
  .checkout-cart-index .page-main .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody td .field.qty .control &gt; div.mage-error {
    position: absolute;
    top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions {
    display: block;
    margin: 0;
    height: 0;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    background: #ffffff;
    width: 38px;
    height: 38px;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    display: none;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare::before {
    visibility: inherit;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare:hover {
    background: #1a25ab !important;
    color: #ffffff;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist {
    z-index: 10;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    width: 38px;
    height: 38px;
    visibility: hidden;
    right: 15px;
    top: 63px;
    opacity: 1;
    position: absolute;
    transition: none;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist::before {
    visibility: inherit;
    padding: 4px;
    height: 36px;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist:hover {
    background: #1a25ab !important;
    border-color: #1a25ab;
    color: #ffffff;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-secondary.towishlist.already-added {
    background-color: #1a25ab;
    border-color: #1a25ab;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    padding: 7px 9px 9px;
    top: 15px;
    right: 15px;
    z-index: 10;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart::before {
    padding: 0;
    margin: 0;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart:hover {
    background: #1a25ab !important;
    border-color: #1a25ab;
    color: #ffffff;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart.already-added {
    background-color: #1a25ab;
    border-color: #1a25ab;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart span {
    display: none;
  }
  .checkout-cart-index .block.crosssell .product-item .product-item-info .product-item-details {
    position: static;
  }
  .checkout-cart-index .block.crosssell .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .tocompare {
    display: none;
  }
  .checkout-cart-index .block.crosssell .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .towishlist {
    visibility: visible;
  }
  .checkout-cart-index .block.crosssell .product-item:hover .product-item-info .product-item-photo .product-item-inner .product-item-actions .actions-primary .tocart {
    visibility: visible;
  }
}
.checkout-cart-index .page-main .product-item-info .product-item-name a.product-item-link {
  height: 50px;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .product-item-info .product-item-details .product-item-actions {
    display: none;
  }
}
body.cms-index-index .page.messages {
  display: unset;
}
.modal-popup.warning .modal-inner-wrap {
  max-width: 800px;
  margin: 15rem auto;
}
.modal-popup.warning .modal-inner-wrap .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 130px 20px 0px;
  margin-bottom: 16px;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.modal-popup.warning .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 50px;
  position: absolute;
  padding: 16.3px 14.5px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  font-family: "porto-icons";
  content: "\f84a";
  background: #fdf0d5;
  color: #c07600;
  display: block;
  width: 53px;
  height: 53px;
}
.modal-popup.warning .modal-header {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.warning .modal-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.warning .modal-footer {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.warning .modal-footer button {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  padding: 15px 60px;
}
.modal-popup.warning .modal-footer button:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.modal-popup.warning .action-close {
  top: 10px;
  right: 0px;
}
.modal-popup.error .modal-inner-wrap {
  max-width: 800px;
  margin: 15rem auto;
}
.modal-popup.error .modal-inner-wrap .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 130px 20px 0px;
  margin-bottom: 16px;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.modal-popup.error .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 50px;
  position: absolute;
  padding: 17.3px 13.5px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  font-family: "porto-icons";
  content: "\f847";
  background: #fae5e5;
  color: #c30400;
  display: block;
  width: 53px;
  height: 53px;
}
.modal-popup.error .modal-header {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.error .modal-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.error .modal-footer {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.error .modal-footer button {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  padding: 15px 60px;
}
.modal-popup.error .modal-footer button:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.modal-popup.error .action-close {
  top: 10px;
  right: 0px;
}
.modal-popup.success .modal-inner-wrap {
  max-width: 800px;
  margin: 15rem auto;
}
.modal-popup.success .modal-inner-wrap .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 130px 20px 0px;
  margin-bottom: 16px;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.modal-popup.success .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 50px;
  position: absolute;
  padding: 17.3px 13.5px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  font-family: "porto-icons";
  content: "\f846";
  background: #e5efe5;
  color: #006400;
  display: block;
  width: 53px;
  height: 53px;
}
.modal-popup.success .modal-header {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.success .modal-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.success .modal-footer {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.success .modal-footer button {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  padding: 15px 60px;
}
.modal-popup.success .modal-footer button:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.modal-popup.success .action-close {
  top: 10px;
  right: 0px;
}
.modal-popup.notice .modal-inner-wrap {
  max-width: 800px;
  margin: 15rem auto;
}
.modal-popup.notice .modal-inner-wrap .modal-header h1.modal-title {
  border-bottom: 0;
  padding: 130px 20px 0px;
  margin-bottom: 16px;
  color: #222529;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.modal-popup.notice .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 50px;
  position: absolute;
  padding: 16.3px 11.5px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 20px;
  font-family: "porto-icons";
  content: "\f84a";
  background: #fdf0d5;
  color: #c07600;
  display: block;
  width: 53px;
  height: 53px;
}
.modal-popup.notice .modal-header {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.notice .modal-content {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.notice .modal-footer {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal-popup.notice .modal-footer button {
  color: #ffffff;
  border: 1px solid #1a25ab;
  background-color: #1a25ab;
  padding: 15px 60px;
}
.modal-popup.notice .modal-footer button:hover {
  color: #ffffff;
  border-color: #7fbc02;
  background-color: #7fbc02;
}
.modal-popup.notice .action-close {
  top: 10px;
  right: 0px;
}
#mbmpm-modal .message {
  margin: 0;
  padding: 0px;
  color: #222529;
  padding-left: 0px;
  overflow: hidden;
}
#mbmpm-modal .message div {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
#mbmpm-modal .message.error &gt; *:first-child:before {
  content: none;
}
#mbmpm-modal .message.warning &gt; *:first-child:before {
  content: none;
}
#mbmpm-modal .message.success &gt; *:first-child:before {
  content: none;
}
#mbmpm-modal .message.notice &gt; *:first-child:before {
  content: none;
}
.modal-slide .modal-header {
  padding: 0 0.6rem 1.6rem;
}
.modal-slide .modal-content {
  padding: 0 0.6rem 1.6rem;
}
.modal-slide .modal-footer {
  padding: 0 0.6rem 1.6rem;
}
.modal-popup.alert-upload-qty .modal-inner-wrap {
  margin-top: 200px;
  max-width: 900px;
  border-radius: unset;
}
.modal-popup.alert-upload-qty .modal-inner-wrap .modal-header h1.modal-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  border: unset;
  padding: 100px 0 0;
  position: relative;
}
.modal-popup.alert-upload-qty .modal-inner-wrap .modal-header h1.modal-title::before {
  top: 25px;
  left: 25px;
  position: absolute;
  padding: 16.3px 22.5px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f12a";
  background: #FEE4E2;
  color: #c30400;
  display: block;
  width: 56px;
  height: 53px;
}
.modal-popup.alert-upload-qty .modal-inner-wrap .modal-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.modal-popup.alert-upload-qty .modal-inner-wrap .modal-footer {
  padding: 24px;
}
.modal-popup.alert-upload-qty .modal-inner-wrap .modal-footer .action-accept {
  height: 48px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  body .modals-wrapper .modal-popup.modal-slide._inner-scroll {
    left: 0;
    top: 150px;
    z-index: 900;
    height: 80%;
    overflow: hidden;
  }
  body .modals-wrapper .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 60%;
    width: 85%;
    min-height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
  }
  body .modals-wrapper .modal-popup.modal-slide._inner-scroll .modal-content {
    overflow-y: hidden;
    height: max-content;
  }
  .modal-popup.warning .modal-inner-wrap .modal-header h1.modal-title {
    padding: 85px 20px 0px;
    margin-bottom: 16px;
  }
  .modal-popup.warning .modal-inner-wrap .modal-header h1.modal-title::before {
    top: 50px;
  }
  .modal-popup.error .modal-inner-wrap .modal-header h1.modal-title {
    padding: 85px 20px 0px;
    margin-bottom: 16px;
  }
  .modal-popup.error .modal-inner-wrap .modal-header h1.modal-title::before {
    top: 50px;
  }
  .modal-popup.success .modal-inner-wrap .modal-header h1.modal-title {
    padding: 85px 20px 0px;
    margin-bottom: 16px;
  }
  .modal-popup.success .modal-inner-wrap .modal-header h1.modal-title::before {
    top: 50px;
  }
  .modal-popup.notice .modal-inner-wrap .modal-header h1.modal-title {
    padding: 85px 20px 0px;
    margin-bottom: 16px;
  }
  .modal-popup.notice .modal-inner-wrap .modal-header h1.modal-title::before {
    top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  body .modal-popup.alert-upload-qty .modal-inner-wrap {
    transform: translateY(0);
    margin-top: 120px;
  }
  body .modal-popup.alert-upload-qty .modal-inner-wrap .modal-footer {
    justify-content: center;
  }
}
.account .modal-popup.alert-upload-qty .modal-inner-wrap .modal-header h1.modal-title:before {
  left: auto;
}
.checkout-cart-index .modal-popup.alert-upload-qty .modal-inner-wrap .modal-header h1.modal-title:before {
  transform: inherit;
}
.account.sales-order-print .page-main .page-title-wrapper .order-date {
  margin: 8px 0 0;
}
.account.sales-order-print .page-main .page-title-wrapper .order-status {
  position: unset;
  padding: 8px 15.5px 8px 12px;
  margin-left: 10px;
}
.account.sales-order-print .page-main .page-title-wrapper .order-status::before {
  position: unset;
  display: inline-block;
  margin-right: 10px;
}
.account.sales-order-print .page-main .order-details-items .table-wrapper {
  border-top: 1px solid #e7e7e7;
}
.account.sales-order-print .page-main .order-details-items .actions-toolbar {
  display: none;
}
.page-main:has(.row-404) {
  padding-top: 21px;
  padding-bottom: 0px;
}
.row-404 .col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
}
.row-404 .col-content .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
.row-404 .col-content .content {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
.row-404 .col-content .btn-primary.btn-homepage {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  max-width: 200px;
  border-color: #1a25ab;
  border-radius: 0;
}
.row-404 .col-content .btn-primary.btn-homepage:hover {
  color: #ffffff;
  background-color: #7fbc02;
  border-color: #7fbc02;
}
.row-404 .col-content .btn-primary.btn-homepage:active {
  color: #ffffff;
  background-color: #7fbc02;
  border-color: #7fbc02;
  box-shadow: none;
  text-decoration: none;
}
.row-404 .col-content .btn-primary.btn-homepage:focus {
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .page-main:has(.row-404) {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .page-main:has(.row-404) ~ .page-footer {
    margin-top: 20px;
  }
  .row-404 .col-image {
    order: 0;
    display: flex;
    justify-content: center;
  }
  .row-404 .col-image .image-404 {
    width: 200px;
    height: auto;
    margin-bottom: 8.5px;
  }
  .row-404 .col-content {
    order: 1;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-404 .col-content .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .row-404 .col-content .content {
    font-size: 14px;
    line-height: 19.5px;
    font-weight: 300;
    text-align: center;
  }
  .row-404 .col-content .btn-primary.btn-homepage {
    max-width: 300px;
    width: 100%;
  }
}
.cms-privacy-polices .page-wrapper .breadcrumbs {
  display: none;
}
.cms-privacy-polices .page-wrapper .column.main {
  padding-bottom: 0;
  color: #222529;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap {
  padding: 60px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap ul li {
  margin-bottom: 5px;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap strong {
  font-weight: 600;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap .hover {
  color: #1a25ab;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap .hover:hover {
  color: #7fbc02 !important;
}
.cms-privacy-polices .page-wrapper .column.main .main-body-wrap .hover:active {
  color: #7fbc02;
}
.customer-account-create .field.privacy-policy .color {
  color: #1a25ab;
}
.customer-account-create .field.privacy-policy .color:hover {
  color: #7fbc02;
}
.page-footer #google_translate {
  display: inline;
  position: fixed;
  left: 50px;
  bottom: 20px;
  z-index: 9999;
  min-width: 130px;
}
.page-footer #google_translate .button-translate {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  height: 100%;
  width: 100%;
  padding: 8px;
  background: #97d418;
}
.page-footer #google_translate .button-translate:hover {
  background-color: #97d418;
}
.page-footer #google_translate .button-translate:hover .text {
  color: #ffffff;
}
.page-footer #google_translate .button-translate .text {
  margin-left: 5px;
}
.page-footer #google_translate #google_translate_element {
  position: absolute;
  opacity: 0;
  margin: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.page-footer #google_translate #google_translate_element .goog-te-gadget {
  width: 100%;
}
.page-footer #google_translate #google_translate_element select.goog-te-combo {
  border: none;
  padding: 0 0 0 15px;
  height: 40px;
  margin: 0;
  color: #222529;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  height: 50px;
}
.page-footer #google_translate #google_translate_element select.goog-te-combo option {
  color: #000000;
}
.page-footer #google_translate #google_translate_element select.goog-te-combo option[value=""] {
  display: none;
}
.skiptranslate iframe.skiptranslate {
  margin-bottom: -6px !important;
  position: inherit !important;
}
@media (max-width: 767px) {
  .page-footer #google_translate {
    left: 20px;
    bottom: 20px;
    width: 64px;
    height: 48px;
  }
  .page-footer #google_translate .button-translate .text {
    display: none;
  }
}
body .modals-wrapper aside.popup-authentication.modal-slide.modal-popup {
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
}
aside.popup-authentication .modal-inner-wrap {
  margin-top: 225px;
  max-width: unset;
  width: 1024px;
  max-height: 100%;
}
aside.popup-authentication .modal-inner-wrap .modal-header .action-close {
  top: 32px;
  right: 24px;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  width: 18px;
  height: 18px;
}
aside.popup-authentication .modal-inner-wrap .modal-header .action-close::before {
  top: 7px;
  right: -4px;
  left: unset;
  border-top: none;
  color: inherit;
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #222529;
  transform: rotate(45deg);
}
aside.popup-authentication .modal-inner-wrap .modal-header .action-close::after {
  top: 7px;
  right: -4px;
  left: unset;
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #222529;
  transform: rotate(135deg);
}
aside.popup-authentication .modal-inner-wrap .modal-content {
  padding: 32px 24px 32px 32px;
  text-align: left;
}
aside.popup-authentication .modal-content .block-authentication {
  border-top: 0;
}
aside.popup-authentication .modal-content .block-authentication .block-title {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
  font-style: normal;
  color: #222529;
}
aside.popup-authentication .modal-content .block-authentication .block-title strong {
  font-weight: 600;
}
aside.popup-authentication .modal-content .block-authentication .block-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
aside.popup-authentication .modal-content .block-authentication .actions-toolbar .primary {
  width: 100%;
}
aside.popup-authentication .modal-content .block-authentication .actions-toolbar .primary .action {
  height: 48px;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background-color: #1a25ab !important;
  border: none;
  border-radius: unset;
}
aside.popup-authentication .modal-content .block-authentication .actions-toolbar .primary .action:hover {
  background-color: #7fbc02 !important;
}
aside.popup-authentication .modal-content .block-authentication .block-menu {
  display: none;
}
aside.popup-authentication .modal-content .block-authentication .block-new-customer {
  padding: 0 65px 0 0;
}
aside.popup-authentication .modal-content .block-authentication .block-new-customer p {
  margin-bottom: 16px;
}
aside.popup-authentication .modal-content .block-authentication .block-new-customer ul {
  list-style: inside;
  padding-left: 10px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login {
  border-left-color: #e7e7e7;
  padding: 0 26px 0 65px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login::before {
  border: none;
  border-radius: unset;
  padding: 14px 0;
  height: unset;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  color: #e7e7e7;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .block-title + .messages .message-error {
  padding-left: 30px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .block-title + .messages .message-error &gt; *:first-child::before {
  width: 21px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #222529;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .field {
  margin: 0 0 16px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .field.password {
  margin: 0;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .field.captcha {
  margin: 16px 0 0;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form label {
  font-weight: 400;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .input-text {
  color: #222529;
  font-weight: 300;
  padding: 13px 16px;
  border-color: #e7e7e7;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .input-text:focus {
  border-color: #1a25ab;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .input-text.mage-error {
  border-color: #c30400;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form div.mage-error {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 25px;
  position: relative;
  color: #c30400;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form div.mage-error::before {
  content: '\f84a';
  font-family: 'porto-icons';
  position: absolute;
  left: 5px;
  font-size: 12px;
  color: #c30400;
  width: unset;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .forgot-password a {
  margin: 24px 0;
  color: #1a25ab;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login #login-form .forgot-password a:hover {
  color: #7fbc02;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha input.input-text {
  margin: 0;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha input.input-text:focus {
  border-color: #1a25ab;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha input.input-text.mage-error {
  border-color: #c30400;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested .field.captcha {
  margin: 0;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested .control.captcha-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested button.captcha-reload {
  padding: 13px 18px;
  border-radius: 0;
  font-size: 20px;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested button.captcha-reload::before {
  content: "\e099";
  font-family: "Simple-Line-Icons";
  font-weight: 600;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested button.captcha-reload span {
  display: none;
}
aside.popup-authentication .modal-content .block-authentication .block-customer-login .field.captcha .nested button.captcha-reload:hover::before {
  color: #ffffff;
}
@media (min-width: 1440px) {
  .checkout-cart-index aside.popup-authentication .modal-inner-wrap {
    width: 1024px;
  }
}
@media (max-width: 1440px) {
  aside.popup-authentication .modal-inner-wrap {
    margin-top: 120px;
  }
}
@media (max-width: 1220px) {
  aside.popup-authentication .modal-inner-wrap {
    width: 991px;
  }
}
@media (max-width: 1024px) {
  aside.popup-authentication .modal-inner-wrap {
    width: 925px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content {
    padding: 28px 24px 28px 28px;
  }
  aside.popup-authentication .modal-content .block-authentication .block-new-customer {
    padding: 0 35px 0 0;
  }
  aside.popup-authentication .modal-content .block-authentication .block-customer-login {
    padding: 0 26px 0 35px;
  }
}
@media (max-width: 991px) {
  aside.popup-authentication .modal-inner-wrap {
    min-width: unset;
    width: 760px;
    padding: 20px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-header {
    height: 18px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-header .action-close {
    top: 0;
    right: 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-header .action-close::before {
    width: 21px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-header .action-close::after {
    width: 21px;
    right: -3px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content {
    padding: 0;
    margin: 16px 0 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-title {
    font-size: 20px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-content {
    font-size: 14px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer {
    padding: 0 30px 0 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 768px) {
  body .modals-wrapper aside.popup-authentication.modal-slide.modal-popup .modal-inner-wrap {
    width: 390px;
    min-height: unset;
    margin: 120px auto 0;
    background-color: #ffffff;
    max-height: unset;
    height: unset;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication {
    position: relative;
    padding: 57px 0 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu .items {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu .items a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 4px 8px;
    color: #222529;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.3;
    border-bottom: 1px solid transparent;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu .items .new-customer {
    margin: 0 8px 0 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu .items .customer-login {
    margin: 0 0 0 8px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-menu .items .active a {
    opacity: 1;
    border-bottom-color: #222529;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-title {
    margin: 0 0 16px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar {
    display: flex;
    justify-content: center;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary {
    width: 100%;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication &gt; .block {
    display: none;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication &gt; .block.active {
    display: block;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer {
    padding: 0;
    text-align: center;
    line-height: 21px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer p {
    margin-bottom: 5px;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-new-customer ul {
    list-style: none;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
    border: none;
    margin: 0;
    padding: 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login::before {
    display: none;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title {
    text-align: center;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login #login-form .input-text {
    font-weight: 400;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar {
    flex-direction: column;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-customer-login .actions-toolbar .forgot-password {
    margin: 16px 0;
  }
}
@media (max-width: 575px) {
  body .modals-wrapper aside.popup-authentication.modal-slide.modal-popup .modal-inner-wrap {
    width: 350px;
    margin: 80px auto 0;
  }
}
@media (max-width: 375px) {
  body .modals-wrapper aside.popup-authentication.modal-slide.modal-popup .modal-inner-wrap {
    width: 340px;
    padding: 15px;
    margin: 50px auto 0;
  }
  aside.popup-authentication .modal-inner-wrap .modal-content {
    margin: 8px 0 0;
  }
}
.account[class*='rewards-account'] .columns .rewards-links .item a {
  height: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .account[class*='rewards-account'] .columns .rewards-links {
    margin: 0 20px;
  }
  .account[class*='rewards-account'] .columns .rewards-links .item a {
    height: 28px;
  }
}
.cms-top-featured-products.page-layout-1column .columns .column.main {
  padding-bottom: 0px;
}
.cms-top-featured-products.page-layout-1column .page-title-wrapper {
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(/media/wysiwyg/unsplash_0sDzRgrN_pI.jpg), lightgray 0px -625.31px / 100% 387.724% no-repeat;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cms-top-featured-products.page-layout-1column .page-title-wrapper .porto-u-sub-heading {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 8px;
}
.cms-top-featured-products.page-layout-1column .page-title-wrapper .porto-u-main-heading h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}
.cms-top-featured-products.page-layout-1column .breadcrumbs {
  display: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .porto-u-heading {
  display: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content {
  border: none;
  box-shadow: none;
  padding: 15px 0 0px;
  background: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products {
  margin-bottom: 0;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item {
  margin-left: 2%;
  margin-bottom: 5px;
  padding: 10px;
  width: calc((100% + 15%) / 5);
  border: 1px solid transparent;
  clear: inherit;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .actions-primary .tocart {
  display: block;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .towishlist {
  display: block;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  line-height: 24px;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #222529;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #222529;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #c30400;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price + .normal-price .price {
  color: #c30400;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
  text-decoration-line: line-through;
  color: rgba(34, 37, 41, 0.6);
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .minimal-price-link {
  display: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-badgs {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo:hover {
  box-shadow: none;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
  visibility: visible;
  line-height: 10px;
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
  padding: 0 0.25rem;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart.already-added {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist {
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 0;
  margin-top: 0px;
  position: absolute;
  top: 60px;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist.already-added {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item {
    width: calc((100% + 140%) / 5);
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 24px;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .cms-top-featured-products.page-layout-1column .page-title-wrapper .porto-u-main-heading h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item:hover {
    border: 1px solid transparent;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo {
    box-shadow: none;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .actions-primary .tocart {
    display: none;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .towishlist {
    display: none;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 575px) {
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
    flex-wrap: wrap;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .cms-top-featured-products.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
}
/*
* Home Page
*/
.cms-index-index .page-main .block.widget .ads-homepage .container .bg-white .products-grid.columns4 .product-item {
  margin-bottom: 0;
}
.cms-index-index .page-main .block-flash-sale .porto-u-heading {
  margin-bottom: 30px;
}
.cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-main-heading h2 {
  margin-bottom: 8px;
}
.cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-link {
  color: #1a25ab;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-link:visited {
  color: #1a25ab;
  text-decoration: none;
}
.cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-link:hover {
  color: #7fbc02;
  text-decoration: none;
}
.cms-index-index .page-main .block-flash-sale .block.widget .ads-homepage .container .bg-white .item.content {
  margin-top: 0;
  padding: 0;
}
.cms-index-index .page-main .block-flash-sale .block.widget .ads-homepage .container .bg-white .item.content .wpb_content_element {
  margin-bottom: 0;
}
.cms-index-index .page-main .block-flash-sale .block.widget .ads-homepage .container .bg-white .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist::before {
  padding: 11px 10px 9px;
  line-height: 1;
}
.cms-index-index .page-main .block-flash-sale .block.widget .ads-homepage .container .bg-white .toolbar.toolbar-products {
  margin-bottom: 0;
  display: none;
}
.cms-index-index .page-main .block-feature-products .products-grid .product-item .product-item-info .product-item-details {
  display: block !important;
}
.cms-index-index .page-main .block-feature-products .products-grid .product-item .product-item-info .product-item-details [id^="mp-countdown-timer-"] {
  display: none;
}
/*
* Category Page
*/
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details {
  display: block !important;
}
.page-products .page-wrapper .page-main .columns .sidebar .sidebar-content .side-custom-block .custom-block .block-content .sidebar-filterproducts .product-item .product-item-details [id^="mp-countdown-timer-"] {
  display: none;
}
/*
* Product Page
*/
.catalog-product-view .product-info-main .style3 {
  width: 60px;
  height: 60px;
  margin: 0 4px;
  padding: 6px 4px 4px 4px;
}
.catalog-product-view .product-info-main .style3 .mp-countdown-days,
.catalog-product-view .product-info-main .style3 .mp-countdown-hours,
.catalog-product-view .product-info-main .style3 .mp-countdown-minutes,
.catalog-product-view .product-info-main .style3 .mp-countdown-seconds {
  font-family: "Poppins", sans-serif;
  text-shadow: -4px 2px 8px #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 2.56px;
  padding: 0;
}
.catalog-product-view .product-info-main .style3 .mp-countdown-txt {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
}
.catalog-product-view .product-info-main .mp-countdown-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .flex-box {
  margin-bottom: 16px;
}
/*
* Countdown timer
*/
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  order: 1;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  order: 2;
  width: fit-content;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  order: 3;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
  width: 60px;
  height: 60px;
  margin: 0 4px;
  padding: 6px 4px 4px 4px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
  font-family: "Poppins", sans-serif;
  text-shadow: -4px 2px 8px #000000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 2.56px;
  padding: 0;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.24px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .mp-countdown-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.products-grid .product-items .product-item .product-item-info .product-item-details .flex-box {
  margin-bottom: 24px;
}
/*
* Flash Sale Page
*/
.cms-flash-sale.page-layout-1column .columns .column.main {
  padding-bottom: 0px;
}
.cms-flash-sale.page-layout-1column .page-title-wrapper {
  text-align: center;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cms-flash-sale.page-layout-1column .page-title-wrapper .porto-u-sub-heading {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 8px;
}
.cms-flash-sale.page-layout-1column .page-title-wrapper .porto-u-main-heading h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 0;
}
.cms-flash-sale.page-layout-1column .breadcrumbs {
  display: none;
}
.cms-flash-sale.page-layout-1column .block.widget .porto-u-heading {
  display: none;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content {
  border: none;
  box-shadow: none;
  padding: 15px 0 0px;
  background: none;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products {
  margin-bottom: 0;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item {
  margin: 0 2px;
  margin-bottom: 5px;
  padding: 10px;
  width: calc((100% + 22%) / 5);
  border: 1px solid transparent;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item:hover {
  border: 1px solid #222529;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .actions-primary .tocart {
  display: block;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .towishlist {
  display: block;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  line-height: 24px;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  font-family: "Poppins", sans-serif;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #222529;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #222529;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #c30400;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price + .normal-price .price {
  color: #c30400;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
  text-decoration-line: line-through;
  color: rgba(34, 37, 41, 0.6);
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .minimal-price-link {
  display: none;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-badgs {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo:hover {
  box-shadow: none;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart {
  visibility: visible;
  line-height: 10px;
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
  padding: 0 0.25rem;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart::before {
  padding: 5px 0 8px;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart.already-added {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .actions-primary .tocart:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist {
  z-index: 10;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 0;
  margin-top: 0px;
  position: absolute;
  top: 60px;
  right: 15px;
  bottom: 0;
  display: none;
  border: 1px solid #e7e7e7;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist::before {
  padding: 11px 10px 9px;
  line-height: 1;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist.already-added {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-photo .product-item-actions .towishlist:hover {
  background: #1a25ab !important;
  border-color: #1a25ab !important;
  color: #ffffff;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar {
  margin: 10px 0px 19px;
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #e7e7e7;
  margin: 0px;
  border-bottom: none;
  justify-content: center;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar .pages {
  display: block;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar .pages .item strong.page {
  border-color: #1a25ab;
  background-color: transparent;
  font-size: 14px;
  padding: 2px 0.5em;
  min-width: 33px;
  height: 33px;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar .pages .item strong.page span {
  color: #222529;
  font-size: 14px;
  font-weight: 400;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar .pages .item a.page {
  border: 1px solid #e7e7e7;
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0.5em;
  line-height: 2.1em;
  min-width: 33px;
  height: 33px;
}
.cms-flash-sale.page-layout-1column .block.widget .toolbar .pages .item .action {
  border: 1px solid #e7e7e7;
  color: #222529;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0.5em;
  line-height: 2.1em;
  min-width: 33px;
  height: 33px;
}
@media only screen and (max-width: 1439px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 60px;
    height: 60px;
    margin: 0 2px;
    padding: 6px 4px 4px 4px;
  }
}
@media only screen and (max-width: 1199px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 50px;
    height: 50px;
    margin: 0 1px;
    padding: 6px 4px 4px 4px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    font-size: 28px;
    line-height: 20px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
    font-size: 10px;
    line-height: 10px;
  }
}
@media only screen and (max-width: 991px) {
  /*
* Flash Sale Page
*/
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item {
    width: calc((100% + 140%) / 5);
    margin: 0 2px;
    margin-bottom: 0px;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-photo {
    margin-bottom: 8px;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-photo .product-item-inner .product-item-actions {
    display: block;
    height: 0;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 24px;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price,
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .cms-flash-sale.page-layout-1column .block.widget .toolbar {
    background-color: transparent;
  }
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 60px;
    height: 60px;
    margin: 0 4px;
    padding: 6px 4px 4px 4px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    text-shadow: -4px 2px 8px #000000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 2.56px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.24px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .mp-countdown-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .flex-box {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /*
* Flash Sale Page
*/
  .cms-flash-sale.page-layout-1column .page-title-wrapper .porto-u-main-heading h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item:hover {
    border: 1px solid transparent;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo {
    box-shadow: none;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .actions-primary .tocart {
    display: none;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info:hover .product-item-photo .product-item-actions .towishlist {
    display: none;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 639px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 50px;
    height: 50px;
    margin: 0 2px;
    padding: 4px 2px 2px 2px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    text-shadow: -3px 1.5px 6px #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.44px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .mp-countdown-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 13.5px;
    letter-spacing: 1.28px;
    margin-bottom: 6px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .flex-box {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 635px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 50px;
    height: 50px;
    margin: 0 2px;
    padding: 4px 2px 2px 2px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    text-shadow: -3px 1.5px 6px #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.44px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .mp-countdown-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 13.5px;
    letter-spacing: 1.28px;
    margin-bottom: 6px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .flex-box {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 600px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 39px;
    height: 39px;
  }
}
@media only screen and (max-width: 575px) {
  /*
* Home Page
*/
  .cms-index-index .page-main .block-flash-sale .porto-u-heading {
    margin-bottom: 16px;
  }
  .cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-sub-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-main-heading h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .cms-index-index .page-main .block-flash-sale .porto-u-heading .porto-u-link {
    font-size: 12px;
    line-height: 18px;
  }
  /*
* Flash Sale Page
*/
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 12px;
    line-height: 18px;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box {
    flex-wrap: wrap;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box [data-price-type="finalPrice"] .price,
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price,
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 424px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 36px;
    height: 36px;
    margin: 0 0.5px;
    padding: 4px 2px 2px 2px;
    justify-content: flex-end;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    text-shadow: -3px 1.5px 6px #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.44px;
  }
}
@media only screen and (max-width: 375px) {
  /*
* Countdown timer
*/
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 {
    width: 33px;
    height: 33px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-days,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-hours,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-minutes,
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-seconds {
    font-size: 17px;
    line-height: 12px;
    letter-spacing: 1.44px;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-details .style3 .mp-countdown-txt {
    font-size: 7px;
    font-weight: 400;
    line-height: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  /*
* Flash Sale Page
*/
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid.columns4 .product-item.nth-child-2np1 {
    clear: both;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .cms-flash-sale.page-layout-1column .block.widget .item.content .porto-products .products-grid.columns4 .product-item.nth-child-6np1 {
    clear: both;
  }
}
/*
* Brands Alliance Page
*/
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs {
  box-sizing: border-box;
  min-height: 20px;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  margin-bottom: 0;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items {
  margin: 24px auto 0px;
  padding: 0 10px;
  font-weight: 400;
  line-height: 21px;
  color: #222529;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after {
  color: #A7A8A9;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li.item a {
  color: rgba(34, 37, 41, 0.4);
  line-height: 21px;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items:after {
  border-bottom: none;
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li {
  text-shadow: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #222529;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
  vertical-align: middle;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 5px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li.item strong {
  color: #222529;
  font-weight: 500;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.parentbrand-brand-listchildbrand .page-wrapper .page-main .page-title-wrapper {
  display: none;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs {
  box-sizing: border-box;
  min-height: 20px;
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: .75rem;
  margin-bottom: 0;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items {
  margin: 24px auto 0px;
  padding: 0 10px;
  font-weight: 400;
  line-height: 21px;
  color: #222529;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after {
  color: #A7A8A9;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li.item a,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li.item a {
  color: rgba(34, 37, 41, 0.4);
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items:after,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items:after {
  border-bottom: none;
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li {
  text-shadow: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #222529;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li a,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
  vertical-align: middle;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li:not(:last-child)::after,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 5px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li:hover,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li:hover {
  border-color: transparent;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li.item strong,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li.item strong {
  color: #222529;
  font-weight: 500;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li.home a,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after,
.shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items &gt; li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.parentbrand-brand-listparentbrand .page-wrapper .page-main &gt; .page-title-wrapper,
.shopbrand-brand-listbrand .page-wrapper .page-main &gt; .page-title-wrapper {
  text-align: center;
}
.parentbrand-brand-listparentbrand .page-wrapper .page-main &gt; .page-title-wrapper .page-title,
.shopbrand-brand-listbrand .page-wrapper .page-main &gt; .page-title-wrapper .page-title {
  color: #222529;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.parentbrand-brand-listparentbrand .page-wrapper .page-main &gt; .page-title-wrapper .page-title::after,
.shopbrand-brand-listbrand .page-wrapper .page-main &gt; .page-title-wrapper .page-title::after {
  content: '';
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.4) 0%, rgba(34, 37, 41, 0.5) 53.07%, rgba(217, 217, 217, 0.4) 84.92%);
  width: 166px;
  height: 1px;
  display: block;
  margin: 16px auto 0;
  text-align: center;
}
/*
* Brands Alliance Components
*/
.brand-view .brand-description {
  text-align: center;
}
.brand-view .brand-description .brand-title {
  color: #222529;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.brand-view .brand-description .brand-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.brand-view .brand-description p {
  color: rgba(34, 37, 41, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.brand-view .brand-description .brand-description-title {
  color: #222529;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.brand-view .brand-description .brand-description-title::after {
  content: '';
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.4) 0%, rgba(34, 37, 41, 0.5) 53.07%, rgba(217, 217, 217, 0.4) 84.92%);
  width: 166px;
  height: 1px;
  display: block;
  margin: 16px auto 0;
  text-align: center;
}
.brand-view .brand-description .brand-description-content {
  color: rgba(34, 37, 41, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.brand-view .brand-description .brand-description-content h2 {
  color: #222529;
  font-weight: 400;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 15px;
}
.brand-view .brand-description .brand-description-content h3 {
  color: #222529;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
}
.brand-view .brand-description .brand-description-content h4 {
  color: #222529;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.brand-view .brand-description .brand-description-content h5 {
  color: #222529;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
.brand-view .brand-description .brand-description-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 24px;
}
.brand-view .brand-description .brand-description-content a {
  color: #1a25ab;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.brand-view .brand-description .brand-description-content a:visited {
  color: #1a25ab;
}
.brand-view .brand-description .brand-description-content a:hover {
  color: #7fbc02;
}
.brand-view .brand-description a {
  color: #1a25ab;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.brand-view .brand-description a:visited {
  color: #1a25ab;
}
.brand-view .brand-description a:hover {
  color: #7fbc02;
}
.items .brand-images {
  justify-content: center;
}
.items .brand-images .brand-col {
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 12px;
}
.items .brand-images .brand-col .brand {
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 0 12px;
  min-height: 124px;
  width: 216px;
  border-radius: 10px;
  background: #FFF;
  border: 1px solid transparent;
  box-shadow: 0px 54px 80px -32px rgba(0, 0, 0, 0.1), -24px 24px 24px -80px rgba(0, 0, 0, 0.25);
}
.items .brand-images .brand-col .brand:hover {
  border-radius: 10px;
  border: 1px solid rgba(230, 230, 230, 0.6);
  background: rgba(242, 244, 246, 0.2);
  box-shadow: 0px 54px 80px -32px rgba(0, 0, 0, 0.1), -24px 24px 24px -80px rgba(0, 0, 0, 0.25), -10px 10px 24px -10px rgba(0, 0, 0, 0.1);
}
.items .brand-images .brand-col .brand .img-brands {
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  padding: 16px 8px;
}
.items .brand-images .brand-col .brand h3 {
  white-space: normal;
}
.items .brand-images .brand-col .brand-title {
  color: #222529;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  white-space: normal;
  min-height: 54px;
}
/*
* Child Brand Page
*/
.page-products.shopbrand-brand-view .page-wrapper .breadcrumbs {
  display: block;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .title {
  display: none;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 {
  color: #222529;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 16px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 a {
  color: #1a25ab;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 a:visited {
  color: #1a25ab;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 a:hover {
  color: #7fbc02;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image {
  width: 30%;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image .img-responsive {
  display: block;
  max-width: 100%;
  height: 95px;
  margin-left: auto;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description {
  width: 100%;
  margin-bottom: 24px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description .brand-description-title {
  color: #222529;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description .brand-description-title::after {
  content: '';
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.4) 0%, rgba(34, 37, 41, 0.5) 53.07%, rgba(217, 217, 217, 0.4) 84.92%);
  width: 356px;
  height: 1px;
  display: block;
  margin-top: 16px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description .brand-description-content {
  color: rgba(34, 37, 41, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h2 {
  color: #222529;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  margin: 0 0 15px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h3 {
  color: #222529;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h4 {
  color: #222529;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h5 {
  color: #222529;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description p {
  color: rgba(34, 37, 41, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 24px;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description a {
  color: #1a25ab;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description a:visited {
  color: #1a25ab;
}
.page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description a:hover {
  color: #7fbc02;
}
@media only screen and (max-width: 1439px) {
  .items .brand-images .brand-col .brand {
    width: 175px;
  }
  .items .brand-images .brand-col .brand-title {
    min-height: 85px;
  }
}
@media only screen and (max-width: 991px) {
  /*
* Brands Alliance Page
*/
  .parentbrand-brand-listchildbrand .page-wrapper .breadcrumbs .items,
  .parentbrand-brand-listparentbrand .page-wrapper .breadcrumbs .items,
  .shopbrand-brand-listbrand .page-wrapper .breadcrumbs .items {
    margin: 24px 20px 0px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /*
* Child Brand Page
*/
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view h2 a {
    color: #1a25ab;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image {
    width: 30%;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image .img-responsive {
    margin-left: auto;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description {
    margin-bottom: 10px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description .brand-description-title {
    font-size: 21px;
    line-height: 28px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description .brand-description-title ::after {
    width: 233px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 8px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 8px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 8px;
  }
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-description a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }
  /*
* Brands Alliance Components
*/
  .brand-view .brand-description {
    text-align: center;
  }
  .brand-view .brand-description .brand-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .brand-view .brand-description .brand-description-title {
    font-size: 32px;
    line-height: 48px;
  }
  .brand-view .brand-description .brand-link {
    font-size: 12px;
    line-height: 18px;
  }
  .brand-view .brand-description p {
    font-size: 12px;
    line-height: 18px;
  }
  .brand-view .brand-description .brand-description-content {
    font-size: 12px;
    line-height: 18px;
  }
  .brand-view .brand-description .brand-description-content h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 8px;
  }
  .brand-view .brand-description .brand-description-content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 8px;
  }
  .brand-view .brand-description .brand-description-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .brand-view .brand-description .brand-description-content a {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .brand-view .brand-description a {
    font-size: 12px;
    line-height: 18px;
  }
  .items .brand-images .brand-col .brand-title {
    font-size: 14px;
    line-height: normal;
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  /*
* Child Brand Page
*/
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image .img-responsive {
    height: auto;
  }
  /*
* Brands Alliance Components
*/
  .items .brand-images .brand-col .brand {
    min-height: 124px;
    min-width: 195px;
    max-width: 216px;
    width: auto;
  }
}
@media only screen and (max-width: 425px) {
  /*
* Child Brand Page
*/
  .page-products.shopbrand-brand-view .page-wrapper .page-main .brand-view .image .img-responsive {
    height: auto;
  }
  /*
* Brands Alliance Components
*/
  .items .brand-images .brand-col .brand {
    min-height: 100px;
    min-width: 150px;
  }
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/* tracking-shipping */
.tracking {
  position: relative;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: nowrap;
  display: flex;
  margin-bottom: 20px;
}
.tracking-shipping {
  padding: 20px 20px;
}
.tracking__track {
  width: 25%;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  position: relative;
}
.tracking__track:last-child .tracking__line {
  display: none;
}
.tracking_shipping_progress_content {
  text-transform: capitalize;
}
.icon-gray .tracking__track-icon.tracking__track-icon--finish {
  border-color: #7fbc02;
  color: #7fbc02;
}
.tracking__track-icon.tracking__track-icon--finish {
  border-color: #ccc;
  color: #ccc;
}
.tracking__track-icon.tracking__track-icon--finish .fs-25 {
  font-size: 20px;
}
.tracking__track-icon {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  border: 2px solid #e0e0e0;
  color: #e0e0e0;
  background-color: #fff;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  z-index: 999;
}
.tracking__track-text {
  text-transform: uppercase;
  font-size: .875rem;
  color: #777777;
  line-height: 1.25rem;
  margin: 1.25rem 0 0.25rem;
  font-weight: 600;
}
.tracking__track-date {
  font-size: .75rem;
  height: 0.875rem;
}
.tracking__line {
  position: absolute;
  top: 25px;
  height: 4px;
  width: 100%;
  left: 50%;
  right: 0;
}
.tracking__line-foreground {
  background: #ccc;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(-40%);
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.tracking__line.icon-gray .tracking__line-foreground {
  background: #7fbc02;
}
.tracking__line-background {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.tracking_shipping_order {
  padding: 20px 0;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tracking_shipping_order_id {
  margin: 0 16px;
}
.tracking_shipping_lineup {
  padding: 3px 0;
}
.order-tracking {
  color: #000;
}
.tracking-shipping_lineup-background {
  height: 0.1875rem;
  width: 100%;
  background-position-x: -1.875rem;
  background-size: 7.25rem 0.1875rem;
  background-image: repeating-linear-gradient(45deg, #0099e6, #0099e6 33px, transparent 0, transparent 41px, #ee4d2d 0, #ee4d2d 74px, transparent 0, transparent 82px);
}
.tracking_shipping_name {
  padding: 12px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.tracking_shipping_name_code {
  max-width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  word-wrap: break-word;
  color: #777777;
}
.tracking_shipping_progress {
  padding: 4px 0 24px 84px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.tracking_shipping_progress_details {
  position: relative;
  padding: 0 0 12px;
}
.tracking_shipping_progress_details hr {
  margin: 10px 0 0 190px;
}
.tracking_shipping_progress_details:last-child hr {
  display: none;
}
.tracking_shipping_progress_details:last-child .tracking_shipping_progress_dot {
  display: none;
}
.tracking_shipping_progress_details:first-child .tracking_shipping_progress_icon {
  background: #7fbc02;
}
.tracking_shipping_progress_details:first-child div {
  color: #7fbc02;
}
.tracking_shipping_progress_dot {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 168px;
  background: #d8d8d8;
}
.tracking_shipping_progress_step {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: #777777;
  font-size: 14px;
  padding-left: 5px;
}
.tracking_shipping_progress_icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  z-index: 1;
  border-radius: 50%;
  background: #d8d8d8;
  position: relative;
  left: -14px;
  top: 3px;
}
.tracking_shipping_progress_icon .fs-25 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  font-size: 10px;
}
.tracking_shipping_progress_date {
  width: 160px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  padding-right: 20px;
  text-align: end;
}
.mobile {
  display: none;
}
.not-mobile {
  display: block;
}
.tracking_actions {
  margin-top: 30px;
}
.tracking_actions button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a25ab;
  padding: 0 20px;
  height: 48px !important;
  min-width: auto;
  color: #ffffff;
}
.tracking_actions button:hover {
  background: #7fbc02;
  border-color: #7fbc02;
}
@media (max-width: 679px) {
  .tracking__track-text {
    min-height: auto;
    font-size: 20px;
  }
  .mobile {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  ul.mobile {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .tracking-shipping {
    padding: 20px 0;
  }
  .tracking_shipping_progress_date {
    padding-right: 7px;
    order: 1;
    width: 100px;
    font-size: 13px;
  }
  .tracking_shipping_progress_date span {
    display: block;
  }
  .tracking_shipping_progress_dot {
    left: 114px;
  }
  .tracking_shipping_progress_details hr {
    margin: 10px 0 0 130px;
  }
  .tracking_shipping_progress_icon {
    order: 2;
    left: -8px;
    top: 6px;
  }
  .tracking_shipping_progress_content {
    order: 3;
    margin-top: 3px;
    line-height: 20px;
    font-size: 13px;
  }
  .tracking_shipping_progress_step {
    line-height: 26px;
  }
  .tracking_shipping_progress {
    padding-left: 0px;
    border-left: unset;
  }
  .tracking__track-date {
    margin-bottom: 20px;
  }
  .tracking_shipping_name {
    border-left: unset;
  }
}
@media (max-width: 599px) {
  .tracking__line-background {
    margin: 0 10% 0 10%;
  }
  .tracking__line-foreground {
    margin: 0 10% 0 10%;
  }
}
@media (max-width: 506px) {
  .tracking__track-text {
    min-height: 40px;
  }
}
@media (max-width: 413px) {
  .tracking__track-date span {
    display: block;
  }
}
@media (max-width: 376px) {
  .tracking_shipping_order {
    justify-content: flex-end;
    line-height: 20px;
    text-align: end;
  }
  .tracking_shipping_order span.order-tracking {
    display: block;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price &gt; *:first-child,
  .ampromo-items-form .product-info-price &gt; *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@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-popup-wrapper {
    padding: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../Boolfly_Base/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 201;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  border: 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #000;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "&lt;";
}
[dir="rtl"] .slick-prev:before {
  content: "&gt;";
}
.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "&gt;";
}
[dir="rtl"] .slick-next:before {
  content: "&lt;";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 12%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #d2d2d2;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #606da6;
  opacity: 0.75;
}
.banner-content {
  position: absolute;
  bottom: 40%;
  width: 100%;
  color: #000000;
}
.banner-content.left {
  text-align: left;
}
.banner-content.left .banner-title,
.banner-content.left .banner-inner,
.banner-content.left .banner-button {
  padding-left: 15%;
}
.banner-content.center {
  text-align: center;
}
.banner-content.right {
  text-align: right;
}
.banner-content.right .banner-title,
.banner-content.right .banner-inner,
.banner-content.right .banner-button {
  padding-right: 15%;
}
.banner-content .banner-title {
  font-weight: bold;
}
.banner-content .banner-button {
  margin-top: 18px;
}
.banner-content .banner-button a {
  font-size: 1.8rem;
  background: #e4e4e4;
  background: linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%);
  color: #000;
  border-radius: 4px;
  max-width: 160px;
  box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
  padding: 10px;
  font-weight: bold;
}
.banner-content .banner-button a:hover {
  color: #fff;
  background: #929292;
  background: linear-gradient(122deg, #929292 0%, #c5c5c5 54%, #d1d1d1 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #303030;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-item .wrapper-action &gt; .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 10px;
}
.product-item .wrapper-action &gt; .action.towishlist.active,
.product-item .wrapper-action &gt; .action.towishlist:hover {
  color: #1979c3;
  border: #1979c3;
}
.product-item .wrapper-action &gt; .action.towishlist.loading {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/loader-1.gif) no-repeat;
  background-position: center;
  background-size: 100%;
  margin-bottom: -3.5px;
}
.product-item .wrapper-action &gt; .action.towishlist.loading:before {
  content: none;
}
.product-item .wrapper-action &gt; .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item .wrapper-action &gt; .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**
 * 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_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items &gt; .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
/**
 * 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_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_CountdownTimer
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.flex-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.style1-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.style1 {
  color: #eb5202;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin: 5px 2px;
  align-items: center;
}
.style1-txt1 {
  font-family: Arial, Arial Bold, Gadget, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.style1-txt2 {
  align-self: flex-start;
  line-height: 1;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.product-item-details .style1-txt1 {
  font-size: 18px;
}
.fs-22 {
  font-size: 22px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
  font-weight: bold;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
.style2 {
  width: 65px;
  height: 65px;
  background: #846add;
  border: 2px solid #846add;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 5px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  line-height: 1;
}
.style2-txt1 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}
.style2-txt2 {
  font-size: 10px;
  text-transform: uppercase;
}
.product-item-details .style2 {
  width: 48px;
  height: 48px;
  margin: 5px 2px;
}
.product-item-details .style2-txt1 {
  font-size: 22px;
}
.product-item-details .style2-txt2 {
  font-size: 8px;
}
.style3 {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #333333;
  color: #ffffff;
  border-radius: 10px;
  margin: 10px 5px;
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
.style3-txt1 {
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: bold;
}
.style3-txt2 {
  font-size: 10px;
}
.product-item-details .style3 {
  width: 50px;
  height: 50px;
  margin: 5px 2px;
}
.product-item-details .style3-txt1 {
  font-size: 24px;
  padding-bottom: 3px;
}
.style4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  border-radius: 3px;
  background: #00BF96;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin: 10px 5px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 50px;
}
.style4-txt1 {
  font-weight: 100;
  font-size: 30px;
  padding: 10px;
  border-radius: 3px;
  background: #00816A;
  min-width: 30px;
}
.style4-txt2 {
  padding-top: 5px;
  font-size: 14px;
}
.product-item-details .style4 {
  margin: 10px 2px;
  padding: 5px;
  min-width: 40px;
}
.product-item-details .style4-txt1 {
  font-size: 22px;
  padding: 5px;
}
.product-item-details .style4-txt2 {
  font-size: 10px;
}
.countdown-style5 {
  max-width: 350px;
  height: auto;
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -moz-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -ms-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -o-linear-gradient(top, #222222, #333333, #333333, #222222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  margin: 10px 0;
  padding: 10px;
}
.style5 {
  max-width: 60px;
  display: inline-block;
  margin: auto;
}
.style5-txt1 {
  width: 50px;
  font: bold 30px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -moz-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -ms-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -o-linear-gradient(top, #bbbbbb, #eeeeee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  margin: 5px;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
.style5-txt1:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}
.style5-txt1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}
.style5-txt2 {
  font: bold 10px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  display: inline-block;
}
.product-item-details .countdown-style5 {
  margin: 10px 0;
  padding: 3px;
}
.product-item-details .style5 {
  max-width: 50px;
}
.product-item-details .style5-txt1 {
  width: 40px;
  font-size: 22px;
}
/**
 * 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_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 999 !important;
    padding-left: 140px !important;
  }
}
.shopbrand-brand-listbrand .page-title-wrapper {
  text-align: center;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  display: inline-block;
}
.shopbrand-brand-listbrand .grid-slider {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: block;
}
.shopbrand {
  text-align: center;
  display: block;
}
.shop-by-brand {
  text-align: center;
}
.shopbrand-list {
  clear: both;
}
.brand-search {
  height: 150px;
  text-align: center;
}
.brand-search-sidebar .block-search {
  max-width: 100%;
}
.characters {
  clear: both;
  padding: 20px 0;
  display: inline-block;
}
.characters .filter {
  list-style: none;
  float: left;
}
.characters .filter .char {
  float: left;
}
.characters .filter .char a {
  display: block;
  border: 1px solid silver;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.characters .filter .char a:hover,
.characters .filter .char.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.characters .filter .view-all a {
  text-transform: none;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.shopbrand-brand-view .page-main {
  padding-top: 0;
}
.shopbrand-brand-view .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget {
  margin-top: 6px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #222529;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-content {
  padding: 0px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-content a {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #222529 !important;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-content a:before {
  content: 'Â»';
  transition: all 0.3s;
  color: #1a25ab;
  position: absolute;
  left: -100%;
  top: 45%;
  transform: translate(0, -50%);
  font-size: 20px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-content a:hover {
  color: #1a25ab !important;
  position: relative;
  padding-left: 15px;
}
.shopbrand-brand-view .brand-search-sidebar .sidebar-shop .widget .filter-options-content a:hover:before {
  left: 0;
}
.brand {
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
}
.brand .img-brands {
  display: block;
  max-width: 50%;
  height: auto;
  margin: auto;
}
.brand .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  margin: 0;
  padding-right: 3px;
}
.brand a {
  font-weight: 400;
  color: #1a25ab;
}
.brand .brand {
  width: 120px;
  height: auto;
  padding-left: 7px;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
.shopbrand-brand-listbrand .brand {
  justify-content: center;
  border: 1px solid transparent;
}
.shopbrand-brand-listbrand .brand:hover {
  border-color: #222529;
}
.shopbrand-brand-listbrand .brand a {
  text-transform: capitalize;
  font-weight: 500;
  color: #222529;
  font-size: 28px;
}
.shopbrand-brand-listbrand .brand a:hover {
  color: #1a25ab;
}
@media (min-width: 992px) {
  .shopbrand-brand-view.page-layout-2columns-left .column.main {
    float: none !important;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .shopbrand-brand-view .porto-product-filters-toggle {
    display: none !important;
  }
  .shopbrand-brand-view .page-wrapper .page-main .columns .main .toolbar .toolbar-amount {
    margin: 0px auto 0px 0px;
  }
}
@media (min-width: 768px) {
  .shop-by-brand .block-search {
    float: none;
    display: inline-block;
  }
  .brand-search-sidebar .block.block-search {
    float: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .shopbrand-brand-listbrand .brand a {
    font-size: 18px;
  }
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons &gt; div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like &gt; span {
  width: 80px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like &gt; span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like &gt; a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin &gt; a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons &gt; .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons &gt; .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons &gt; .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
  height: 20px !important;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
  border: none;
}
.block-rewards-account-summary .invite {
  background: url(../Mirasvit_Rewards/images/lending.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.block-rewards-account-summary .invite .column-referral {
  padding: 150px 50px;
  background: #f4f4f4;
  opacity: 0.9;
  border-radius: 6px;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.block-rewards-account-summary .block-title.earn.subtitle &gt; strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .block-title.spend.subtitle &gt; strong {
  font-weight: bold !important;
}
.block-rewards-account-summary .mst-referral-widget {
  text-align: center;
}
.block-rewards-account-summary .mst-referral-widget .block-title {
  font-size: 34px !important;
}
.block-rewards-account-summary .mst-referral-widget .block-content .block .block-content &gt; span {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper {
  margin: 2rem auto;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper &gt; strong {
  font-size: 20px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set {
  text-align: right;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set &gt; button {
  background: #eeeeee;
  border: solid 1px #cccccc;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .buttons-set &gt; button &gt; span {
  color: #41362f;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname {
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper .field-name-lastname &gt; span {
  font-size: 20px;
  text-align: left;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper &gt; table &gt; thead {
  padding-bottom: 0;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper &gt; table &gt; tbody &gt; tr &gt; td {
  border-top: none;
  padding: 0 10px 6px;
}
.block-rewards-account-summary .mst-referral-widget .block-content .table-wrapper &gt; table &gt; tbody &gt; tr &gt; td ::-webkit-input-placeholder {
  color: #cccccc;
}
.block-rewards-account-summary .order-details-items .invitations {
  border: none;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ecfdff;
}
.rewards-notification-block &gt; li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: "(";
}
.link.rewards .counter:after {
  content: ")";
}
.mst-rewards-logo {
  height: 14px;
}
.mst-rewards-account-amount-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount {
  display: flex;
  align-items: flex-end;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .points {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount .unit {
  color: #6d6d6d;
  margin-left: 5px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-amount &gt; img {
  height: 28px;
}
.mst-rewards-account-amount-wrapper .mst-rewards-account-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.mst-rewards-account-amount-wrapper .mst-rewards-logo {
  height: 36px;
  margin-left: 15px;
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block {
  display: inline;
  width: inherit;
}
.checkout-payment-method .payment-option-content .actions-toolbar.rewards-checkout-buttons-block .button {
  margin-right: 10px;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #cccccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account-share div.rewards-social-buttons {
  height: 20px;
}
.rewards-account-share div.rewards-social-buttons div.fb {
  top: 0px !important;
  float: left;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like &gt; span {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.fb .fb-like &gt; span iframe {
  height: 20px !important;
}
.rewards-account-share div.rewards-social-buttons div.tw {
  top: 0px !important;
  height: 20px !important;
  float: left;
  margin-left: 4px;
}
.mst__expiring-points {
  margin-bottom: 1rem;
}
.mst__referral-widget {
  margin: 10px 0 25px 0;
}
.mst__referral-widget .mst__referral-widget-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  grid-gap: 25px;
  align-items: center;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number &gt; span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation &gt; ul {
    position: relative;
  }
  .sw-megamenu.navigation &gt; 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 &gt; span &gt; span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li &gt; a &gt; span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 &gt; .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 &gt; a &gt; span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 &gt; a &gt; span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 &gt; a &gt; span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 &gt; a &gt; span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 &gt; a &gt; span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li &gt; a &gt; span &gt; span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li &gt; a &gt; span &gt; span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li &gt; a &gt; span &gt; span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li &gt; a &gt; span &gt; span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li &gt; a &gt; span &gt; span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns &gt; li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 &gt; li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 &gt; li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 &gt; li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 &gt; li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 &gt; li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 &gt; li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 &gt; li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 &gt; li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 &gt; li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 &gt; li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 &gt; 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 &gt; ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu &gt; ul:before,
  .sw-megamenu.navigation li.level0 .submenu &gt; ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent &gt; .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth &gt; .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth &gt; .submenu,
  .sw-megamenu.navigation li.level0.staticwidth &gt; .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover &gt; .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover &gt; .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent &gt; a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent &gt; a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 &gt; a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 &gt; 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 &gt; .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 &gt; .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 &gt; span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover &gt; 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 &gt; .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 &gt; li:hover &gt; .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent &gt; .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 &gt; 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 &gt; .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover &gt; .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 &gt; 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 &gt; 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 &gt; a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent &gt; 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 &gt; a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth &gt; .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth &gt; .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic &gt; .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic &gt; .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic &gt; .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth &gt; .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; 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 &gt; a &gt; span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; 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 &gt; a &gt; span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; em,
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 &gt; a &gt; em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 &gt; 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 &gt; a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover &gt; a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 &gt; .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 &gt; .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 &gt; 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 &gt; .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 &gt; a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item &gt; .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 575px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 100%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 100%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 50%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 50%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
}
@media (max-width: 991px) {
  .toolbar {
    font-size: 11px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 2px 0 12px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }
}
@media (max-width: 575px) {
  .toolbar .modes,
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation &gt; ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 &gt; a &gt; span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 &gt; .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent &gt; a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent &gt; a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 0;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active &gt; a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu &gt; a {
    display: block;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu &gt; a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu &gt; a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu &gt; a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main &gt; .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main &gt; .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .header.panel &gt; .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel &gt; .header.links &gt; li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel &gt; .header.links &gt; li {
    margin-bottom: 0;
  }
  .header.panel &gt; .header.links &gt; li.welcome,
  .header.panel &gt; .header.links &gt; li &gt; a {
    display: inline-block;
  }
  .header.panel &gt; .header.links &gt; li &gt; a,
  .header.panel &gt; .header.links &gt; li &gt; span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel &gt; .header.links &gt; li:first-child &gt; a,
  .header.panel &gt; .header.links &gt; li:first-child &gt; span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel &gt; .header.links &gt; li.welcome a {
    color: #ffffff;
    padding-left: 0.25em;
  }
  .header.panel &gt; .header.links &gt; .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper &gt; .breadcrumbs,
  .page-wrapper &gt; .top-container,
  .page-wrapper &gt; .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .onepage-category &gt; .category-list &gt; ul &gt; li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height &gt; .container &gt; .row,
  .pt_row-o-equal-height &gt; .container &gt; .row &gt; .pt_column_container &gt; .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 &gt; li &gt; a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu &gt; .menu-popup {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom &gt; .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 &gt; .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #newsletter_popup {
    width: 100% !important;
  }
  #newsletter_popup .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category &gt; .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category &gt; .category-list &gt; ul {
    padding: 0;
  }
  .onepage-category &gt; .category-list &gt; ul &gt; li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category &gt; .category-list &gt; ul &gt; li &gt; a:after,
  .onepage-category &gt; .category-list &gt; ul &gt; li &gt; a:hover &gt; span {
    display: none;
  }
  .onepage-category &gt; .category-details {
    float: none;
    width: auto;
  }
  .onepage-category &gt; .category-list &gt; ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup &gt; ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup &gt; ul.columns5 &gt; li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup &gt; ul.columns5 &gt; li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup &gt; ul.columns5 &gt; li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul &gt; li &gt; a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-left: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 0.5em 0.25em 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 0.25em;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses &gt; .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses &gt; .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses &gt; .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses &gt; .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 2.5em;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field {
    margin: 0 0 1em;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field:not(.choice) &gt; .label,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field:not(.choice) &gt; .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field:not(.choice) &gt; .control,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field:not(.choice) &gt; .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field &gt; .label,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field &gt; .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field.choice:before,
  .abs-revert-field-type-desktop .fieldset &gt; .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset &gt; .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields &gt; .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 &gt; thead &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; tbody &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; tfoot &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; td,
  .abs-table-bordered-desktop &gt; tbody &gt; tr &gt; td,
  .abs-table-bordered-desktop &gt; tfoot &gt; tr &gt; td {
    border: none;
  }
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; th,
  .abs-table-bordered-desktop &gt; thead &gt; tr &gt; 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 &gt; .title,
  .paypal-review-discount .block &gt; .title,
  .cart-discount .block &gt; .title {
    border: 0;
    cursor: default;
    padding: 0 0 0.5em;
  }
  .abs-discount-block-desktop .block &gt; .title strong,
  .paypal-review-discount .block &gt; .title strong,
  .cart-discount .block &gt; .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block &gt; .title:after,
  .paypal-review-discount .block &gt; .title:after,
  .cart-discount .block &gt; .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 &gt; .item.title {
    float: left;
    width: auto;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    height: 1em;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items &gt; .item.content {
    margin-top: 1em;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items &gt; .item.content:before,
  .product.data.items &gt; .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items &gt; .item.content:after {
    clear: both;
  }
  .product.data.items &gt; .item.content.active {
    display: block;
  }
  .product.data.items &gt; .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items &gt; .item.title &gt; .switch {
    font-weight: 400;
    line-height: 2em;
    font-size: 1em;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 2em;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items &gt; .item.title &gt; .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title &gt; .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:focus,
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:hover {
    background: #ffffff;
  }
  .product.data.items &gt; .item.title:not(.disabled) &gt; .switch:active,
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
  }
  .product.data.items &gt; .item.title.active &gt; .switch,
  .product.data.items &gt; .item.title.active &gt; .switch:focus,
  .product.data.items &gt; .item.title.active &gt; .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items &gt; .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 &gt; .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 &gt; .item.title &gt; .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 &gt; .item.title &gt; .switch:hover,
  .product.data.items &gt; .item.title &gt; .switch:active,
  .product.data.items &gt; .item.title &gt; .switch:focus {
    color: inherit !important;
    border-color: inherit !important;
    background: none;
  }
  .product.data.items &gt; .item.title.active {
    color: #222529;
    border-color: #222529;
  }
  .product.data.items &gt; .item.title.active &gt; .switch {
    color: inherit;
    background: none;
    padding: 0;
  }
  .product.data.items &gt; .item.title.active &gt; .switch:hover,
  .product.data.items &gt; .item.title.active &gt; .switch:focus {
    padding: 0;
    color: inherit;
    background: none;
  }
  .product.data.items &gt; .item.title:hover {
    border-color: #222529;
  }
  .product.data.items &gt; .item.title:hover &gt; .switch {
    color: inherit;
    padding: 0;
  }
  .product.data.items &gt; .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 &gt; .item:first-child + div.item.content {
    display: block;
  }
  .vertical .product.data.items &gt; .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 &gt; .item.title &gt; .switch {
    padding: 3px 0 10px !important;
    display: inline-block;
  }
  .vertical .product.data.items &gt; .item.title &gt; .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 1;
  }
  .vertical .product.data.items &gt; .item.title &gt; .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 &gt; .item.title.active &gt; .switch::before,
  .vertical .product.data.items &gt; .item.title:hover &gt; .switch::before {
    border-width: 2px;
    border-bottom-color: inherit;
  }
  .vertical .product.data.items &gt; .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: 80%;
    right: 0;
    top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 30px;
    min-height: 180px;
    display: none;
  }
  .accordion .product.data.items &gt; .item.title {
    border-color: #e7e7e7;
  }
  .accordion .product.data.items &gt; .item.title.active {
    border-color: inherit;
  }
  .accordion .product.data.items &gt; .item.title,
  .accordion .product.data.items &gt; .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .accordion .product.data.items &gt; .item.content {
    border: none;
  }
  .sticky .product.data.items &gt; .item.title.active {
    color: inherit;
    border-color: transparent;
  }
  .sticky .product.data.items &gt; .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 &gt; .primary,
  .actions-toolbar &gt; .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar &gt; .primary .action,
  .actions-toolbar &gt; .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 &gt; .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .control.multi-columns {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    column-gap: 10px;
  }
  bss-modals-wrapper .modal-inner-wrap {
    max-width: 70%;
  }
  .bss-popup-button {
    margin-bottom: 10px;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 1.5em;
    padding: 0.5em 0 1.5em;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #e7e7e7;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper &gt; .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active .item {
    position: relative;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active + .active .item::before {
    display: none;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search &gt; 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 &gt; .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar &gt; .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) &gt; .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) &gt; .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field &gt; .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 &gt; 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 &gt; span:before,
  .opc-progress-bar-item &gt; 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 &gt; span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover &gt; span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete &gt; span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete &gt; span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active &gt; span {
    color: #777777;
  }
  .opc-progress-bar-item._active &gt; span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active &gt; 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 &gt; .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 &gt; .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar &gt; .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 &gt; .field-select-billing &gt; .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 &gt; .primary {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  .login-container .block.login .actions-toolbar &gt; .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 &gt; .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 &gt; .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar &gt; .primary,
  .form.create.account .actions-toolbar &gt; .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar &gt; .primary .action,
  .form.create.account .actions-toolbar &gt; .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 &gt; .item {
    margin-bottom: 1em;
  }
  .block-addresses-list .items.addresses &gt; .item:nth-last-child(1),
  .block-addresses-list .items.addresses &gt; .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) &gt; .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) &gt; .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) &gt; .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.5em;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required &gt; .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required &gt; .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) &gt; .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field &gt; .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) &gt; .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) &gt; .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1em;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items &gt; thead &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; tfoot &gt; tr &gt; th,
  .account .data.table.table-giftregistry-items &gt; thead &gt; tr &gt; td,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr &gt; td,
  .account .data.table.table-giftregistry-items &gt; tfoot &gt; tr &gt; td {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items &gt; caption + thead &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; thead:first-child &gt; tr:first-child &gt; th,
  .account .data.table.table-giftregistry-items &gt; caption + thead &gt; tr:first-child &gt; td,
  .account .data.table.table-giftregistry-items &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .account .data.table.table-giftregistry-items &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items &gt; tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr:nth-child(even) &gt; td,
  .account .data.table.table-giftregistry-items &gt; tbody &gt; tr:nth-child(even) &gt; 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;
  }
  .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 &gt; * {
    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;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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: 992px), print {
  .navigation,
  .header.content,
  .footer.content,
  .page-wrapper &gt; .widget,
  .page-wrapper &gt; .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  b .panel.header {
    padding: 10px 20px;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .bss-modals-wrapper .modal-inner-wrap {
    max-width: 500px;
    max-height: 580px;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
    letter-spacing: -.01em;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
    float: right;
    margin-right: 20px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
    margin-top: 0;
    height: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .short-custom-block {
    float: right;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
    text-align: right;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    right: 10px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
    margin-right: .5rem;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main {
    padding-right: 50px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
    margin: 0;
    margin-right: 5px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    float: right;
    width: auto;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items &gt; .item.title {
    margin-right: 50px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items &gt; .item.title &gt; .switch {
    font-size: 18px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items &gt; .item.content {
    background: none;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #e7e7e7;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1em;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 40px;
  }
}
</pre></body></html>