.flex-spacer-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.responsive-table {
  overflow: auto;
}

.responsive-table table {
  width: 100%;
}

@media (min-width: 768px) {
  .tablet-only {
    display: none !important;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.rotating-fast {
  -webkit-animation: rotating 1000ms linear infinite;
  animation: rotating 1000ms linear infinite;
}

body {
  font-size: 1.4rem;
}

button:not(.link), a.action.primary, a.pagebuilder-button-primary {
  background: #1B3A5E;
  border: 1px solid #212223;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 11px 24px;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
}

button:not(.link):hover, button:not(.link):active, button:not(.link):focus, a.action.primary:hover, a.action.primary:active, a.action.primary:focus, a.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:active, a.pagebuilder-button-primary:focus {
  background: #265286;
  text-decoration: none;
}

button.secondary, button.action.secondary, a.action.secondary, a.pagebuilder-button-secondary {
  background: #FFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #212223;
  padding: 11px 24px;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #212223;
  -webkit-transition: background, color 100ms ease-in-out;
  transition: background, color 100ms ease-in-out;
}

button.secondary:hover, button.secondary:active, button.secondary:focus, button.action.secondary:hover, button.action.secondary:active, button.action.secondary:focus, a.action.secondary:hover, a.action.secondary:active, a.action.secondary:focus, a.pagebuilder-button-secondary:hover, a.pagebuilder-button-secondary:active, a.pagebuilder-button-secondary:focus {
  background: #212223;
  color: #FFFFFF;
}

button.link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
  color: #212223;
  cursor: pointer;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"], textarea {
  font-family: "Roboto", arial, sans-serif;
  font-size: 16px;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  height: auto;
  line-height: 24px;
  padding: 11px 16px;
  vertical-align: baseline;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 24px;
}

.field .field-description {
  font-style: italic;
  font-size: 12px;
  margin: 4px 0;
  color: #767676;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  padding: 0;
  margin: 0;
  top: auto;
}

input[type=checkbox] + label, input[type=checkbox] + .label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #000000;
  padding: 0 0 0 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

input[type=checkbox] + label:before, input[type=checkbox] + .label:before {
  content: "";
  margin: 1px 20px 0px -40px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input[type=checkbox]:disabled + label, input[type=checkbox]:disabled + .label {
  color: #B8B8B8;
  cursor: auto;
}

input[type=checkbox]:disabled + label:before, input[type=checkbox]:disabled + .label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #DDDDDD;
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + .label:before {
  border: 2px solid #1B3A5E;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + .label:after {
  content: "" !important;
  position: absolute;
  left: 7px;
  top: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: none;
  width: 5px;
  height: 13px;
  border-bottom: 2px solid #1B3A5E;
  border-right: 2px solid #1B3A5E;
  margin: 0 !important;
}

select {
  padding-right: 30px;
  text-overflow: ellipsis;
}

ul ul, ul ol, ol ul, ol ol {
  margin-top: 12px;
}

.user-content a {
  text-decoration: underline;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart .counter.qty {
  right: -16px;
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  border-color: #222529;
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  border-color: #222529;
}

.page-header.type2.header-newskin .block-search input:focus, .page-header.type2 .search-category select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-header.type2.header-newskin .block-search .action.search:before {
  color: #1B3A5E;
  font-size: 20px;
  width: 24px;
  font-weight: bold;
}

.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-header.type2.header-newskin .block-search .action.search {
  position: absolute;
  right: 19px;
  top: 10px;
  height: 40px;
  line-height: 40px;
  z-index: 1000;
  display: inline-block;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-right: -3px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  padding: 0 20px 0 12px;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .block-search .action.search {
    height: 48px;
    line-height: 48px;
    right: 2px;
    top: 0;
  }
  .page-header.type2.header-newskin .panel.header .header.links > li, .page-header.type2.header-newskin .panel.header .header.links > li > a, .page-header.type2.header-newskin .switcher strong {
    font-size: 12px;
    font-weight: 400;
  }
  .page-header.type2.header-newskin .block-search .field.search {
    border-radius: 30px;
  }
  .page-header.type2.header-newskin .block-search .action.search:hover:before {
    color: #29588F;
  }
  .page-header.type2.header-newskin .block-search .action.search[disabled] {
    opacity: 1;
  }
  .page-header.type2.header-newskin.sticky-header .nav-sections {
    background-color: #fff;
  }
  .page-header.type2.header-newskin .navigation .level0 > .level-top {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1220px) {
  .page-header .header.panel, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .page-header .header.panel, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .container {
    max-width: 1420px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page-header.type2.header-newskin .block-search {
    max-width: 375px;
  }
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .minicart-wrapper {
    margin: 0;
    padding: 21px 0 15px;
  }
}

.products-grid .product-item-details .product-item-actions .tocart {
  text-transform: uppercase;
  font-size: 12.53px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #6f6e6c;
  line-height: 30px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.product-item .tocart:before {
  content: '\e87f';
  font-size: 17px;
  vertical-align: middle;
}

.product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
  content: '\e889';
}

@media (min-width: 1200px) {
  .products-grid.columns6 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px;
  }
}

.filterproduct-title {
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

.filterproduct-title .content {
  text-transform: none;
}

.footer-top .block.newsletter {
  width: 100%;
  margin: 20px 0;
}

.footer-top {
  padding: 0;
}

.footer-top .block.newsletter input {
  border-radius: 30px 0 0 30px;
  height: 48px;
  padding-left: 25px;
  border: 0;
  font-size: 14px;
}

.footer-top .block.newsletter input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.footer-top .block.newsletter input::-moz-placeholder {
  color: #8d8d8d;
}

.footer-top .block.newsletter input:-moz-placeholder {
  color: #8d8d8d;
}

.footer-top .block.newsletter input:-ms-input-placeholder {
  color: #8d8d8d;
}

.footer-top .block.newsletter .control:before {
  display: none;
}

.footer-top .block.newsletter .actions button {
  background-color: #222529;
  height: 48px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 0 30px 30px 0;
  border: 0;
  font-family: inherit;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
}

.custom-support {
  text-align: center;
}

.custom-support i {
  background-color: transparent;
  float: none;
  color: #1B3A5E;
  width: auto;
  height: auto;
  border-radius: 0;
  padding-bottom: 20px;
  display: inline-block;
}

.custom-support div.content {
  margin-left: 0;
}

.custom-support div.content > h2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #2b2b2d;
  line-height: 22px;
}

.custom-support div.content > em {
  color: #465157;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.custom-support div.content > p {
  font-size: 13px;
  line-height: 24px;
  color: #687176;
}

.price-box .price {
  font-family: 'Open Sans';
  letter-spacing: 0;
  font-weight: 600;
}

.footer .social-icons [class^="porto-icon-"] {
  color: #222529;
  font-size: 16px;
}

.social-icons > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}

.footer .social-icons a [class^="porto-icon-"] {
  color: inherit;
}

.footer .social-icons a[title="Facebook"]:hover {
  background-color: #3b5a9a;
  color: #fff;
}

.footer .social-icons a[title="Twitter"]:hover {
  background-color: #1aa9e1;
  color: #fff;
}

.footer .social-icons a[title="Linkedin"]:hover {
  background-color: #7c4a3a;
  color: #fff;
}

.sidebar.sidebar-main {
  position: relative;
}

.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
  border: none;
  background-color: transparent;
  padding: 16px 20px 4px 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #21293c;
  letter-spacing: 0.01em;
}

.block-category-list .block-title {
  padding: 0 20px 0 20px;
}

.block-category-list .block-title strong {
  font-weight: 600;
}

.block-category-list .block-content, .filter-options-content {
  border: none;
  background-color: transparent;
  padding: 0 20px 16px 0;
  margin-top: -4px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.filter-current .items {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.filter-current .item {
  padding-left: 20px;
}

.filter-current .action.remove {
  right: 20px;
  color: #21293c;
}

.filter-actions {
  border: none;
  background-color: transparent;
  border-bottom: #efefef solid 1px;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.filter-actions a {
  color: #858585;
}

.filter-options-title:after {
  content: '\f882';
  border: none;
  color: #21293c;
  font-size: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 29px;
  margin: 0;
}

.filter-options-title:hover:after {
  background: none;
  color: #21293c;
}

.active > .filter-options-title:after {
  content: '\f883';
}

#ln_slider_price.ui-slider-horizontal {
  height: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ln_slider_price .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.sidebar-title {
  font-size: 15px;
  font-weight: 600;
  color: #21293c;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.porto-icon-left-open-huge:before {
  content: '\f802';
  color: #21293c;
}

.porto-icon-right-open-huge:before {
  content: '\f801';
  color: #21293c;
}

.sidebar .owl-top-narrow .owl-theme .owl-controls {
  top: -40px;
  right: -7px;
}

.sidebar .owl-top-narrow .owl-theme .owl-controls .owl-nav div *:before {
  color: #21293c;
}

.sidebar .product-items .product-item-name a {
  font-size: 12px;
  color: #5b5b5f;
  font-weight: 400;
}

.sidebar .sidebar-filterproducts {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: none;
  border-bottom: #efefef solid 1px;
}

.sidebar .product-items .product-item .product-reviews-summary {
  display: block;
}

.sidebar-filterproducts.custom-block + h2 {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #21293c !important;
  letter-spacing: 0.01em;
  padding: 0 20px;
}

.sidebar-filterproducts.custom-block + h2 + h5 {
  font-family: 'Open Sans' !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #7a7d82 !important;
  letter-spacing: 0.022em;
  padding: 0 20px;
}

.sidebar-filterproducts.custom-block + h2 + h5 + p {
  color: #21293c !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
  padding: 0 20px;
}

.sidebar .custom-block {
  padding: 0 20px;
}

.category-boxed-banner.owl-theme .owl-controls {
  bottom: 0;
}

.page-products .toolbar .limiter {
  display: block;
}

.page-with-filter .toolbar-amount {
  display: none;
}

.full-width-image-banner {
  height: 300px;
}

.full-width-image-banner:after {
  display: none;
}

.full-width-image-banner h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  line-height: 38px;
}

.full-width-image-banner p {
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.full-width-image-banner .btn-default {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.025em;
  padding: 10px 20px;
  background-color: #010204;
  color: #fff;
  font-family: 'Oswald';
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 31px;
}

.page-products .toolbar .limiter .limiter-text {
  display: none;
}

.modes-mode.active {
  border: none;
  background: none;
  color: #111;
}

.modes-mode, .modes-mode:hover {
  border: none;
  background: none;
  color: #111;
  width: 15px;
}

.toolbar select {
  border: 1px solid #e4e4e4;
  height: 37px;
  color: #7a7d82;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  padding-right: 30px;
  line-height: 31px;
}

.toolbar-sorter .sorter-action {
  margin-top: 6px;
  color: #21293c;
}

.toolbar-sorter .sorter-action:before {
  color: #21293c;
}

.pages a.page, .pages strong.page, .pages .action {
  width: 32px;
  line-height: 32px;
}

.products-grid + .toolbar.toolbar-products {
  border-top: solid 1px #efefef;
  padding-top: 25px;
}

.product-item .product-reviews-summary {
  background: none;
}

.old-price .price, .old.price {
  font-size: 14px;
}

.product-label.sale-label {
  border-radius: 20px;
  color: #ffffff;
}

.product-label.new-label {
  border-radius: 20px;
  color: #ffffff;
}

.product-labels .product-label {
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  padding: 0 10px;
}

.products-grid .product-item-details .product-item-actions .tocart {
  text-transform: uppercase;
  font-size: 12.53px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #6f6e6c;
  line-height: 30px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.product-item .tocart:before {
  content: '\e87f';
  font-size: 17px;
  vertical-align: middle;
}

.catalog-product-view .sidebar .custom-block {
  border: none;
  color: #6b7a83;
  padding-bottom: 0;
  margin-bottom: 33px;
  background: none;
}

.catalog-product-view .sidebar .custom-block-1 > div i {
  color: #1B3A5E;
  border: none;
  font-size: 40px;
  float: left;
}

.catalog-product-view .sidebar .custom-block-1 > div {
  min-height: 65px;
  clear: both;
  padding: 18px 0;
  border-bottom: solid 1px #dee5e8;
  margin-bottom: 0;
}

.catalog-product-view .sidebar .custom-block-1 > div:last-child {
  border-bottom-width: 0;
}

.block-manufacturer {
  text-align: center;
  padding: 10px 20px 0;
  margin-bottom: 0;
}

.block-manufacturer hr {
  border-color: #dee5e8;
  margin-bottom: 0;
}

.catalog-product-view .sidebar .custom-block-1 > div h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6b7a83;
  margin-left: 80px;
}

.block.related {
  padding: 0 20px;
}

.block .title strong {
  font-size: 15px;
  font-weight: 600;
  color: #21293c;
  letter-spacing: 0.01em;
  margin-bottom: 20px !important;
  padding-top: 0;
  text-transform: uppercase;
}

.block.related .product-items .product-item-actions {
  display: none;
}

.prev-next-products a {
  color: #555;
}

.product-reviews-summary .reviews-actions a {
  line-height: 20px;
  font-size: 14px;
  color: #bdbdbd;
}

.product-reviews-summary .reviews-actions a.view {
  border-left: none;
}

.product-info-main .product.overview {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  border-bottom: solid 1px #dae2e6;
}

.product.media {
  padding-right: 12px;
}

.fotorama__stage__shaft {
  border: none;
}

.fotorama__nav--thumbs .fotorama__thumb {
  border-color: #dae2e6;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
  font-family: 'Oswald';
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.005em;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 16px;
  color: #2b2b2d;
  font-weight: 400;
}

.product-info-main .fieldset > .field.qty, .product-info-main .nested.options-list > .field.qty {
  position: relative;
  width: 106px;
}

.product-info-main .qty.field .qty-changer > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: 30px;
  line-height: 41px;
  text-align: center;
  margin: 0;
  border-color: #dae2e6;
}

.product-info-main .qty.field .qty-changer > a:first-child {
  left: auto;
  right: 4px;
}

.product-info-main .box-tocart .input-text.qty {
  font-family: 'Oswald';
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  width: 44px !important;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #61605a;
  margin: 0;
  border-color: #dae2e6;
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
  height: 43px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.box-tocart .action.tocart:before {
  content: '\e87f';
  font-family: 'porto-icons';
  margin-right: 7px;
  font-size: 16px;
}

.action.primary, .action.primary:active {
  text-transform: uppercase;
}

.product-addto-links .action.towishlist, .product-addto-links .action.tocompare, .product-social-links .action.mailto.friend {
  width: 43px;
  height: 43px;
  line-height: 41px;
  color: #302e2a;
}

.main-upsell-product-detail .block.upsell .title strong {
  background: none;
}

.block.upsell .title {
  background: none;
  border-bottom: #e1e1e1 solid 1px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

.block.upsell .title strong {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald';
  color: #302e2a;
}

.review-ratings .rating-label {
  display: block;
}

.page-products .sorter {
  float: left;
}

.modes {
  float: right;
  margin-right: 0;
  margin-left: 20px;
  margin-top: 7px;
}

.modes-mode:before {
  content: '\e880';
  font-size: 14px;
}

.mode-list:before {
  content: '\e87b';
  font-size: 14px;
}

.products.wrapper ~ .toolbar .limiter {
  float: left;
}

.products.wrapper ~ .toolbar .pages {
  float: right;
}

.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
  padding-left: 0;
  padding-right: 0;
}

.swatch-option.text {
  font-weight: 400;
}

@media (min-width: 768px) {
  .product.data.items > .item.title {
    padding: 10px 30px 10px 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    font-weight: 700;
    color: #818692;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    line-height: 30px;
    background: none;
    padding: 0;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: none;
    color: #818692;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #21293c;
    position: relative;
    border-bottom: #1B3A5E solid 2px !important;
  }
  .product.data.items > .item.content {
    padding: 35px 0 0;
    margin-top: 45px;
  }
}

.products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2 {
  font-family: inherit;
  letter-spacing: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .panel.header .header.links > li:last-child:after {
    border: 0;
  }
  .page-header.type2.header-newskin .panel.header .switcher {
    padding: 0 16px;
    border-left: 1px solid #e7e7e7;
  }
  .page-header.type2.header-newskin .panel.header > .action.skip + .switcher {
    border: 0;
    padding-left: 0;
  }
}

.cms-index-index header.page-header.type2.header-newskin {
  -webkit-box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06);
          box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06);
}

.page-header.type2.header-newskin .block-search input {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.header.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header.content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.navigation,
.header.content {
  max-width: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .navigation {
    padding: 0 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navigation ul {
  position: unset;
}

.navigation .business-client-dropdown {
  pointer-events: all;
  margin: 6px 0;
  position: relative;
}

.navigation .business-client-dropdown:hover ul {
  display: block;
}

.navigation .business-client-dropdown:hover button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navigation .business-client-dropdown svg {
  display: block;
}

.navigation .business-client-dropdown svg path {
  fill: var(--theme-header-b2b-links-button-text);
}

.navigation .business-client-dropdown button {
  background: var(--theme-header-b2b-links-button-bg);
  border: 2px solid var(--theme-header-b2b-links-button-border);
  border-radius: 4px;
  color: var(--theme-header-b2b-links-button-text);
  padding: 0 26px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .business-client-dropdown button:after {
  position: absolute;
  right: 0;
  top: 100%;
  content: '';
  width: 100%;
  height: 20px;
}

.navigation .business-client-dropdown ul {
  border: 1px solid var(--theme-header-b2b-links-menu-border);
  color: var(--theme-header-b2b-links-menu-text);
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  background: var(--theme-header-b2b-links-menu-bg);
  display: none;
}

.navigation .business-client-dropdown ul li {
  margin-bottom: 2px;
}

.navigation .business-client-dropdown ul li:last-child {
  margin-bottom: 0;
}

.navigation .business-client-dropdown ul li a {
  padding: 4px 8px;
  display: block;
  font-size: 16px;
  color: var(--theme-header-b2b-links-menu-text);
  white-space: nowrap;
}

.navigation .business-client-dropdown ul li a:hover, .navigation .business-client-dropdown ul li a:active, .navigation .business-client-dropdown ul li a:focus, .navigation .business-client-dropdown ul li a:visited {
  color: var(--theme-header-b2b-links-menu-text);
}

.header.content {
  margin: 0 15px;
}

@media (min-width: 768px) {
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    margin: 0 !important;
    border-top: 1px solid #D2D4D3;
    max-width: 360px;
    height: calc(100vh - var(--header-height) + 1px);
    border-radius: 0;
    padding: 0;
  }
}

.navigation .submenu:not(:first-child) ul {
  padding: 0;
}

@media (max-width: 767px) {
  .navigation .submenu:not(:first-child) ul.megamenu-grid__submenu {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 767px) {
  .cms-index-index header.page-header.type2.header-newskin {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin {
    background: #1B3A5E;
  }
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin #store\.menu {
    display: block !important;
  }
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper {
  position: absolute;
  top: 0;
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper svg path {
  fill: #1B3A5E;
}

.page-header.type2.header-newskin .search-autocomplete ul li {
  color: var(--theme-text-color);
}

.page-header.type2.header-newskin .search-autocomplete ul li .amount {
  color: var(--theme-text-color);
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .main-panel-top {
    display: none;
  }
}

.page-header.type2.header-newskin .header.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding: 8px 0;
}

.page-header.type2.header-newskin .header.panel .switcher {
  float: none;
  border: none;
  padding: 0 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.page-header.type2.header-newskin .header.panel .switcher .switcher-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.page-header.type2.header-newskin .header.panel .switcher .switcher-trigger strong {
  font-weight: 700;
  font-size: 14px;
}

.page-header.type2.header-newskin .header.panel .switcher .options .action.toggle:after {
  content: "";
  padding-right: 1px;
}

.page-header.type2.header-newskin .header.panel .switcher .options ul.dropdown a {
  color: #1B3A5E;
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.page-header.type2.header-newskin .header.panel .switcher .options ul.dropdown:before {
  right: 10px;
  left: auto;
}

.page-header.type2.header-newskin .header.panel .switcher .options ul.dropdown:after {
  right: 9px;
  top: -14px;
  left: auto;
  border-bottom-color: #E4E4E4;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .header.panel .switcher ul#ui-id-1.switcher-dropdown {
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    right: 0;
    left: auto;
  }
}

.page-header.type2.header-newskin .header.panel > .header.links {
  display: inline-block;
}

.page-header.type2.header-newskin .header.panel > .header.links > li {
  text-transform: none;
}

.page-header.type2.header-newskin .header.panel > .header.links > li:last-child > a {
  padding: 0;
}

.page-header.type2.header-newskin .header.panel > .header.links > li > a {
  padding: 0 16px 0 0;
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: normal;
}

.page-header.type2.header-newskin .sticky-logo .logo img {
  height: 30px;
  width: auto;
}

.page-header.type2.header-newskin .logo {
  margin: 0;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: auto;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-header.type2.header-newskin .logo img {
  max-height: 64px;
  width: auto;
  max-width: 200px;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .logo img {
    height: auto;
  }
}

.page-header.type2.header-newskin .block-search {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .block-search {
    max-width: none;
    width: auto;
    margin: 0 16px 0 32px;
  }
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .block-search {
    display: none;
  }
}

.page-header.type2.header-newskin .block-search.show {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 9999;
}

.page-header.type2.header-newskin .block-search.show .block-content {
  width: 100%;
  -webkit-transform: translateY(-20vh);
          transform: translateY(-20vh);
}

.page-header.type2.header-newskin .block-search.show .block-content .form.minisearch .field.search .label {
  position: absolute;
  z-index: 100;
  right: 20px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-header.type2.header-newskin .block-search .form.minisearch.active .field.search .label:before {
  content: "\f81a";
}

.page-header.type2.header-newskin .block-search .form.minisearch.active .control {
  width: 100%;
  padding-left: 0;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .block-search .field.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-header.type2.header-newskin .block-search .field.search > .label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-header.type2.header-newskin .block-search .field.search > .control {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-header.type2.header-newskin .block-search input {
  height: 48px;
  left: auto;
  position: static;
  font-style: normal;
  padding-right: 48px;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .block-search input {
    height: 44px;
    margin: 8px 0;
  }
}

.page-header.type2.header-newskin .minicart-wrapper {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  position: static;
  margin: 0 16px 0 48px;
  display: block;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .minicart-wrapper {
    padding: 0;
    margin: 2px 8px 0 24px;
  }
}

.page-header.type2.header-newskin .minicart-wrapper .block-minicart:before {
  right: 18px !important;
}

.page-header.type2.header-newskin .minicart-wrapper .block-minicart:after {
  right: 17px !important;
}

.page-header.type2.header-newskin .minicart-wrapper .action.showcart {
  width: 25px;
  height: 20px;
  position: relative;
  padding-right: 0;
}

.page-header.type2.header-newskin .minicart-wrapper .action.showcart:before {
  display: none;
}

.page-header.type2.header-newskin .minicart-wrapper .action.showcart:after {
  display: none;
}

.page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  background-color: var(--theme-cart-chip-color);
  right: -9px;
  margin-top: -13px;
  width: auto;
  min-width: 16px;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .minicart-wrapper .action.showcart svg path {
    fill: #1B3A5E;
  }
}

.page-header.type2.header-newskin .minicart-wrapper .block-minicart {
  right: 5px;
  max-width: 350px;
  min-width: 0;
  width: 100%;
}

.page-header.type2.header-newskin a.action.my-wishlist {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
  display: block;
  position: static;
  margin: 0;
  float: none;
}

.page-header.type2.header-newskin .nav-sections.sections .switcher {
  border: none;
  padding: 0 0 0 14px;
  margin-top: -1px;
}

.page-header.type2.header-newskin .nav-sections.sections .switcher .switcher-trigger {
  font-size: 12px;
  text-transform: uppercase;
}

.page-header.type2.header-newskin .nav-sections.sections .switcher .switcher-trigger:after {
  content: "";
  padding-right: 1px;
}

.page-header.type2.header-newskin .nav-sections.sections .switcher .switcher-trigger a {
  padding-left: 0;
}

.page-header.type2.header-newskin .nav-sections.sections .section-item-title {
  height: 40px;
  padding: 11px 0 0 14px;
  text-align: left;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .nav-sections.sections .section-item-title {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
  }
}

.page-header.type2.header-newskin .nav-sections.sections .section-item-title .menu-label {
  color: #777777;
}

.page-header.type2.header-newskin .nav-sections.sections .section-item-title .menu-label.nav-toggle {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.page-header.type2.header-newskin .nav-sections.sections .section-item-title .menu-label.nav-toggle:hover {
  color: #1B3A5E;
}

.page-header.type2.header-newskin .nav-sections.sections .section-item-title .menu-label.nav-toggle:before, .page-header.type2.header-newskin .nav-sections.sections .section-item-title .menu-label.nav-toggle:after {
  content: none;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .nav-sections.sections .section-item-content {
    margin-top: 40px;
  }
}

.page-header.type2.header-newskin .nav-sections-item-content .navigation a {
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .nav-sections-item-content .navigation a {
    font-style: italic;
  }
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .nav-sections-item-content .navigation .level0.opened > a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.page-header.type2.header-newskin .nav-sections-item-content .navigation .level0 > .level-top {
  padding: 12px 14px 12px 14px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .nav-sections-item-content .navigation .level0 > .level-top {
    padding: 3px 22px 3px 0;
    font-size: 18px;
    line-height: 39px;
    font-weight: 700;
    text-transform: none;
  }
}

.page-header.type2.header-newskin .sw-megamenu.navigation li.level0.affiliate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .sw-megamenu.navigation li.level0.affiliate {
    display: inline-block;
  }
}

.page-header.type2.header-newskin .sw-megamenu.navigation li.level0.affiliate svg {
  top: 0;
  left: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .sw-megamenu.navigation li.level0.affiliate svg {
    top: -2px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: 1px;
    left: -4px;
    right: auto;
  }
}

.page-header.type2.header-newskin .greet.welcome {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  position: relative;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .greet.welcome {
    padding: 6px 0 0;
  }
}

.page-header.type2.header-newskin .greet.welcome i.fa.fa-user {
  font-size: 16px;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .greet.welcome i.fa.fa-user {
    font-size: 24px;
  }
}

.page-header.type2.header-newskin .not-logged-in__account-icon {
  margin-right: 6px;
}

.page-header.type2.header-newskin .not-logged-in__account-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.page-header.type2.header-newskin .not-logged-in__links-container {
  color: #FFFFFF;
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}

.page-header.type2.header-newskin .not-logged-in__links-container a {
  color: var(--theme-header-topbar-text-color);
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header.type2.header-newskin .not-logged-in__links-container a:hover, .page-header.type2.header-newskin .not-logged-in__links-container a:active, .page-header.type2.header-newskin .not-logged-in__links-container a:focus {
  color: var(--theme-header-topbar-text-color);
}

.page-header.type2.header-newskin .not-logged-in__links-container a:hover span:last-child, .page-header.type2.header-newskin .not-logged-in__links-container a:active span:last-child, .page-header.type2.header-newskin .not-logged-in__links-container a:focus span:last-child {
  text-decoration: underline;
}

.page-header.type2.header-newskin .not-logged-in svg path {
  fill: #000000;
}

.page-header.type2.header-newskin .logged-in__account-icon {
  margin-right: 6px;
}

.page-header.type2.header-newskin .logged-in__account-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.page-header.type2.header-newskin .logged-in__title {
  margin-right: 6px;
}

.page-header.type2.header-newskin .logged-in__links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-header-topbar-text-color);
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.page-header.type2.header-newskin .logged-in__links-container #account-nav-caret-right.nav-opened i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-header.type2.header-newskin .logged-in__navigation {
  color: var(--theme-header-topbar-text-color);
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  margin-left: auto;
  display: none;
  position: absolute;
  background: white;
  border: 1px solid var(--theme-color);
  z-index: 99999;
  top: 26px;
  min-width: 200px;
  right: 0;
}

.page-header.type2.header-newskin .logged-in__navigation a {
  color: var(--theme-header-account-menu-link-color);
  font-family: "Roboto Condensed", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.page-header.type2.header-newskin .logged-in__navigation a:hover, .page-header.type2.header-newskin .logged-in__navigation a:active, .page-header.type2.header-newskin .logged-in__navigation a:focus {
  color: var(--theme-header-account-menu-link-color);
  text-decoration: underline;
}

.page-header.type2.header-newskin .logged-in__navigation strong {
  text-transform: uppercase;
  color: var(--theme-color);
}

.page-header.type2.header-newskin .logged-in__navigation ul.nav {
  padding: 0;
  margin: 0;
}

.page-header.type2.header-newskin .logged-in__navigation ul.nav li.nav.item {
  padding: 10px;
  margin: 0;
  text-align: left;
  list-style: none;
}

.page-header.type2.header-newskin .logged-in__navigation ul.nav li.nav.item.current {
  cursor: initial;
}

.page-header.type2.header-newskin .logged-in svg path {
  fill: #000000;
}

.page-header.type2 .navigation .level0.parent.mpbrand-top-link > a:after {
  content: "";
}

.page-main {
  padding-top: 24px;
  padding-bottom: 48px;
  max-width: 1450px;
}

@media (min-width: 768px) {
  .page-main {
    padding-top: 48px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .navigation .mobile-only {
    display: none;
  }
}

.navigation li.level0 > a.ui-state-active,
.navigation li.level0 > a.ui-state-active + .submenu {
  background: none;
}

.megamenu-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
  display: none;
}

@media (min-width: 768px) {
  .megamenu-close {
    display: block;
  }
}

.megamenu-close svg {
  display: block;
  width: 48px;
  height: 48px;
}

.megamenu-overlay {
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

@media (min-width: 768px) {
  .megamenu-overlay {
    display: block;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper {
  max-height: 100%;
  overflow: auto;
  padding: 18px 0;
}

@media (max-width: 767px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .opened > a .child-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open {
    right: 17px;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open:after {
  font-family: "porto-icons";
  content: "\f803";
  font-size: 16px;
  font-weight: 100;
  padding: 4px 16px;
  display: block;
  color: #757575;
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding: 7px 7px;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open.opened:after {
  content: "\f800";
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back {
  color: #FFFFFF;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  background: #1B3A5E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back svg {
  display: block;
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__category-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #313131;
  padding: 16px 24px;
  display: none;
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__category-title {
    display: block;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__page {
  display: none;
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: white;
    z-index: 1;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu.inline .megamenu-grid__submenu-link {
  padding-top: 0;
  padding-bottom: 0;
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu.inline .megamenu-grid__submenu-link span {
  padding: 6px 15px;
  display: block;
  border-left: 1px solid #DCDCDC;
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-item {
  position: static;
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link {
  position: relative;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 15px;
}

@media (min-width: 768px) {
  #store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link {
    padding: 4px 56px 4px 24px;
  }
}

#store\.menu .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link:hover {
  background: #E8F1F9;
  font-weight: bold;
  text-decoration: underline;
}

.page-footer .footer .footer-middle {
  padding: 60px 0;
  border-top: 2px solid var(--theme-footer-border-top-color);
  background: var(--theme-footer-background-color);
}

.page-footer .footer .footer-middle .row > *:last-child .block {
  margin-bottom: 0;
}

.page-footer .footer .footer-middle ul.links li {
  margin-bottom: 8px;
}

.page-footer .footer .footer-middle ul.links li:last-child {
  margin-bottom: 0;
}

.page-footer .footer .footer-middle ul.links li a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.page-footer .footer .footer-middle .logo {
  width: auto;
  max-width: 80%;
  margin: 0;
  display: block;
  z-index: auto;
}

@media (max-width: 991px) {
  .page-footer .footer .footer-middle .logo {
    margin: 0 8px 48px;
    max-width: 100%;
    text-align: center;
  }
}

.page-footer .footer .footer-middle .logo img {
  max-height: 100px;
  height: auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .page-footer .footer .footer-middle .logo img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .page-footer .footer .footer-middle .block {
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  .page-footer .footer .footer-middle .block-content {
    text-align: center;
  }
}

.page-footer .footer .footer-bottom {
  padding: 18px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background: var(--theme-footer-background-color);
}

@media (max-width: 991px) {
  .page-footer .footer .footer-bottom {
    text-align: center;
  }
}

.footer-menu-mobile {
  position: fixed;
  bottom: 0;
  background: var(--theme-mobile-menu-background);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid white;
  z-index: 999999999;
}

@media (min-width: 768px) {
  .footer-menu-mobile {
    display: none;
  }
}

.footer-menu-mobile-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  gap: 4px;
  padding: 10px 0;
}

.footer-menu-mobile-item i {
  font-size: 20px;
  color: var(--theme-icons-color-mobile-menu);
}

.footer-menu-mobile-item.mobile-menu i {
  color: white;
}

.footer-menu-mobile-item:hover {
  text-decoration: none;
  color: white;
}

.footer-menu-mobile-item:hover i {
  color: var(--theme-selected-icons-color-mobile-menu);
}

.footer-menu-mobile-item.selected i {
  color: var(--theme-selected-icons-color-mobile-menu);
}

.footer-menu-mobile__slider {
  position: fixed;
  top: 0;
  right: 0;
  height: calc(100% - 63px);
  width: 75vw;
  color: white;
  padding: 24px 0 24px 24px;
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.footer-menu-mobile__slider__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: calc(100vh - 63px);
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.footer-menu-mobile__slider-content {
  height: 100%;
  overflow: scroll;
  display: none;
}

.footer-menu-mobile__slider-content .switcher a {
  color: var(--theme-icons-color-mobile-menu);
  padding-left: 36px;
}

.footer-menu-mobile__slider-content .store-address {
  margin-bottom: 36px;
}

.footer-menu-mobile__slider-content .category-title {
  font-size: 18px;
}

.footer-menu-mobile__slider-content .switcher.language a:hover {
  color: white;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.footer-menu-mobile__slider-content__item {
  margin-bottom: 36px;
}

.footer-menu-mobile__slider-content__list {
  margin-bottom: 36px;
  list-style: none;
  padding-left: 36px;
}

.footer-menu-mobile__slider-content__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu-mobile__slider-content__list li a {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-menu-mobile__slider-content__list li:before {
  content: "\2022";
  font-size: 24px;
  color: var(--theme-icons-color-mobile-menu);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper {
  max-height: 100%;
  overflow: auto;
  padding: 18px 0;
}

@media (max-width: 767px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .opened > a .child-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open {
    right: 17px;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open:after {
  font-family: "porto-icons";
  content: "\f803";
  font-size: 16px;
  font-weight: 100;
  padding: 4px 16px;
  display: block;
  color: white;
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding: 7px 7px;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid .child-open.opened:after {
  content: "\f800";
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back {
  color: #FFFFFF;
  padding: 12px 24px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  background: #1B3A5E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  text-transform: uppercase;
  display: none;
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__mobile-back svg {
  display: block;
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__category-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #313131;
  padding: 16px 24px;
  display: none;
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__category-title {
    display: block;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__page {
  display: none;
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: white;
    z-index: 1;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu.inline .megamenu-grid__submenu-link {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu.inline .megamenu-grid__submenu-link span {
  padding: 6px 15px;
  display: block;
  border-left: 1px solid #DCDCDC;
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-item {
  position: static;
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link {
  position: relative;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  padding: 12px 15px;
  color: white !important;
}

@media (min-width: 768px) {
  .footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link {
    padding: 4px 56px 4px 24px;
  }
}

.footer-menu-mobile__slider-content .navigation.sw-megamenu .megamenu-grid-wrapper .megamenu-grid__submenu-link:hover {
  background: #7B7B7B;
  font-weight: bold;
  text-decoration: underline;
}

.footer-menu-mobile__slider .store-address {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: black;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 101;
  font-size: 13px;
}

.footer-menu-mobile__slider .store-address a {
  color: white;
}

.footer-menu-mobile__slider .store-address-dropdown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0 8px 0 0;
  color: white;
  z-index: 1;
  font-size: 18px;
}

.footer-menu-mobile__slider .store-address-dropdown:hover {
  text-decoration: underline;
}

.footer-menu-mobile__slider .store-address-dropdown svg {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 4px;
}

.footer-menu-mobile__slider .store-address-dropdown svg path {
  fill: white;
}

.footer-menu-mobile__slider .store-address-dropdown-caret_down {
  height: 18px;
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .footer-menu-mobile__slider .store-address-dropdown-caret_down {
    display: none;
  }
}

.footer-menu-mobile__slider .store-address-dropdown.opened {
  color: #1B3A5E;
  background: white;
  border: 1px solid #C0C0C0;
  border-bottom: none;
}

.footer-menu-mobile__slider .store-address-dropdown.opened svg path {
  fill: #1B3A5E;
}

.footer-menu-mobile__slider .store-address-info {
  display: none;
  position: absolute;
  top: 0;
  background: white;
  border: 1px solid #C0C0C0;
  -webkit-transform: translateX(-25vw);
          transform: translateX(-25vw);
}

@media (max-width: 991px) {
  .footer-menu-mobile__slider .store-address-info {
    min-width: 85vw;
  }
}

.footer-menu-mobile__slider .store-address-info-col {
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 480px;
  max-height: 80vh;
}

@media (max-width: 991px) {
  .footer-menu-mobile__slider .store-address-info-col {
    grid-template-columns: none;
    grid-template-rows: 1fr 4fr;
  }
}

.footer-menu-mobile__slider .store-address-info-col > div:first-child {
  padding: 0 24px;
}

@media (max-width: 991px) {
  .footer-menu-mobile__slider .store-address-info-col > div:first-child {
    padding: 0 24px 24px 24px;
  }
}

.footer-menu-mobile__slider .store-address-info-col > div:first-child > h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.footer-menu-mobile__slider .store-address-info-col > div:first-child > div:first-of-type {
  margin-bottom: 8px;
  line-height: 24px;
}

.footer-menu-mobile__slider .store-address-map #store-location-map {
  height: 100%;
}

.footer-menu-mobile__slider .store-address-close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  padding: 8px;
}

.footer-menu-mobile__slider .store-address-close svg {
  width: 24px;
  height: 24px;
}

.footer-menu-mobile__slider .store-address-close svg path {
  fill: black;
}

.footer-menu-mobile__slider .store-address-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  background: #F3F3F3;
  z-index: 100;
  -webkit-transform: scaleX(2);
          transform: scaleX(2);
}

.footer-menu-mobile__slider.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer-menu-mobile .greet.welcome .not-logged-in__links-container a {
  color: white;
}

.footer-menu-mobile .greet.welcome .not-logged-in__links-container a span {
  font-size: 14px;
  font-weight: bold;
}

.footer-menu-mobile .greet.welcome .not-logged-in__links-container a i {
  width: 32px;
  font-size: 20px;
  text-align: center;
  margin-right: 4px;
}

.footer-menu-mobile .minicart-wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  .footer-menu-mobile .minicart-wrapper {
    margin-top: 18px;
  }
}

.footer-menu-mobile .minicart-wrapper a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.footer-menu-mobile .minicart-wrapper .block-minicart:before {
  right: 18px !important;
}

.footer-menu-mobile .minicart-wrapper .block-minicart:after {
  right: 17px !important;
}

.footer-menu-mobile .minicart-wrapper .action.showcart {
  width: 25px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu-mobile .minicart-wrapper .action.showcart:before, .footer-menu-mobile .minicart-wrapper .action.showcart:after {
  display: none;
}

.footer-menu-mobile .minicart-wrapper .action.showcart .icon {
  height: 32px;
}

.footer-menu-mobile .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  font-size: 10px;
  border-radius: 20px;
  min-width: auto;
  left: auto;
  background-color: var(--theme-cart-chip-color);
  right: -9px;
  margin-top: -20px;
}

.footer-menu-mobile .minicart-wrapper .action.showcart .label {
  color: white;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer-menu-mobile .minicart-wrapper .action.showcart svg path {
    fill: #1B3A5E;
  }
}

.footer-menu-mobile .minicart-wrapper .block-minicart {
  right: 5px;
  max-width: 350px;
  min-width: 0;
  width: 100%;
}

.page-wrapper .breadcrumbs {
  padding: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .page-wrapper .breadcrumbs {
    display: initial;
  }
}

.page-wrapper .breadcrumbs .items {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .page-wrapper .breadcrumbs .items {
    padding-bottom: 24px;
  }
}

@media (max-width: 544px) {
  .page-wrapper .breadcrumbs .items {
    padding-bottom: 18px;
  }
}

.page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  content: '>';
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", arial, sans-serif;
  margin: 0 5px;
}

.page-wrapper .breadcrumbs .items .item a, .page-wrapper .breadcrumbs .items .item strong {
  font-size: 13px;
  line-height: 24px;
  color: #a8a9ad;
}

.page-wrapper .breadcrumbs .items .item a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .breadcrumbs + .page.messages {
    margin-top: -15px;
  }
}

.page.messages .messages {
  width: 100%;
  top: 0;
}

.layered-filter-block-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.layered-filter-block-container .block-title {
  font-size: 21px;
}

@media (max-width: 767px) {
  .layered-filter-block-container .block-title:not(.filter-title) {
    display: none;
  }
}

.layered-filter-block-container .block-title strong {
  font-weight: 500;
}

.layered-filter-block-container .filter-title strong {
  top: 240px;
  height: 150px;
  width: 30px;
  padding: 0;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 1px 2px 6px 2px #D5D5D5, 1px -2px 6px 2px #D5D5D5;
          box-shadow: 1px 2px 6px 2px #D5D5D5, 1px -2px 6px 2px #D5D5D5;
  border: none;
  z-index: 4;
}

.layered-filter-block-container .filter-title strong:before {
  content: "";
  width: 12px;
  height: 18px;
  background-color: black;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translate(8px, 66px);
          transform: translate(8px, 66px);
}

@media (max-width: 767px) {
  #block-category-brand-container {
    display: none;
  }
}

.catalog-category-view .page-main .page-title-wrapper .page-title {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  color: var(--theme-general-underlined-title-text-color);
  border-bottom: 2px solid var(--theme-general-underlined-title-line-color);
}

@media (max-width: 544px) {
  .catalog-category-view .page-main .page-title-wrapper .page-title {
    text-align: center;
    margin-bottom: 12px;
  }
}

.catalog-category-view .sidebar.sidebar-main {
  padding: 0 50px 0 0;
  position: relative;
  left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.web-price-only {
  color: var(--theme-text-color) !important;
}

.web-price-only:hover, .web-price-only:active, .web-price-only:focus, .web-price-only:visited {
  color: var(--theme-text-color) !important;
}

body .column.main .products-grid {
  margin: 20px 0 0 0 !important;
  padding-top: 0;
}

body .column.main .products-grid .price-box {
  margin-bottom: 0;
  margin-top: auto;
}

body .column.main .products-grid .price-box .price-ecofees {
  position: absolute;
}

body .column.main .products-grid .product-item .product-item-details .product-item-name {
  white-space: normal;
  word-break: break-word;
  overflow: auto;
  text-overflow: initial;
  margin: 0;
  font-weight: 700;
  color: #212223;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body .column.main .products-grid.small-list .product-item .product-item-info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body .column.main .products-grid .filterproducts.products.list.items.product-items {
  gap: 20px;
  border: none;
}

body .column.main .products-grid .filterproducts.products.list.items.product-items li {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}

body .column.main .products-grid .filterproducts.products.list.items.product-items li a:hover {
  text-decoration: none;
}

body .column.main .products-grid .product-item {
  padding: 16px 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 100%;
}

body .column.main .products-grid .product-item span {
  display: block;
}

body .column.main .products-grid .product-item:hover {
  text-decoration: none;
}

body .column.main .products-grid .product-item:hover .product-item-info.type3 .product-item-photo {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .column.main .products-grid .product-item:hover .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist {
  visibility: visible;
  opacity: 1;
}

body .column.main .products-grid .product-item .product-item-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
}

body .column.main .products-grid .product-item .product-item-info.type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 40px;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product.name {
  padding-right: 0;
  font-weight: 500;
  color: #313131;
  font-family: "Roboto", arial, sans-serif;
  word-break: break-word;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product.name a {
  font-family: "Roboto", arial, sans-serif;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product.name:hover {
  color: #000000;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner {
  left: auto;
  bottom: auto;
}

@media (max-width: 544px) {
  body .column.main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner {
    padding: 5px 5px 0 0;
  }
}

body .column.main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions {
  display: none;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist {
  position: static;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333333;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  background-color: #FFFFFF;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

body .column.main .products-grid .product-item .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.towishlist:hover {
  color: white;
  background-color: #1B3A5E;
  border-color: #1B3A5E;
}

body .column.main .products-grid .product-labels {
  left: 10px;
  right: auto;
}

body .column.main .products-grid .product.stock {
  margin: 8px 0;
  color: #56AC35;
}

body .column.main .products-grid .product.stock.out-of-stock {
  color: #EA1A2D;
}

body .column.main .products-grid .product.manufacturer-number {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}

.filter-content .item {
  margin: 0;
}

.filter-options {
  border-top: 1px solid #E6E8E7;
}

.filter-options .filter-options-item {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 0;
}

.filter-options .filter-options-item[attribute="price"] .item {
  display: none;
}

.filter-options .filter-options-item[attribute="price"] .item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-options .filter-options-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 24px 8px 0;
  text-transform: none;
}

.filter-options .filter-options-content {
  border-bottom: none;
  padding-bottom: 12px;
}

.filter-options .filter-options-content .items {
  margin: 4px 0 0;
  padding: 0;
}

.filter-options .filter-options-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-options .filter-options-content .item:first-child {
  margin-top: 0;
}

.filter-options .filter-options-content .item:last-child {
  margin-bottom: 0;
}

.filter-options .filter-options-content .item a {
  font-size: 12px;
  line-height: 24px;
  color: #212223 !important;
}

.filter-options .filter-options-content .item a:hover, .filter-options .filter-options-content .item a:active, .filter-options .filter-options-content .item a:focus {
  text-decoration: underline;
}

.filter-options .filter-options-content .item a.amshopby-link-selected .label {
  font-weight: bold;
}

.filter-options .filter-options-content .item a .count {
  color: #757575 !important;
  white-space: nowrap;
}

.filter-options .filter-options-content .item a .label {
  font-size: 14px;
  font-family: "Open Sans", arial, Sans-serif;
}

.filter-options .filter-options-content .item input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin: 2px 8px 0 0;
}

.filter-options .filter-options-content .item input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #1B3A5E;
  border-radius: 3px;
  background-color: white;
}

.filter-options .filter-options-content .item input[type=checkbox]:checked:before {
  background-color: #1B3A5E;
}

.filter-options .filter-options-content .item input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}

.filter-options .filter-options-content .item input[type=checkbox]:not([disabled]):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-options .filter-options-content {
  display: none;
}

.filter-options .am-filter-items-stock li:last-child a:not(.amshopby-link-selected) {
  display: none !important;
}

@media (max-width: 767px) {
  .filter.active:before {
    opacity: 0;
  }
  .filter.active .filter-title {
    background-color: transparent;
    z-index: 20;
  }
  .filter.active .filter-title strong {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    background-color: #E6E7E9;
    top: 240px;
    left: -1px;
    -webkit-box-shadow: 6px 5px 6px 0 #D5D5D5, 6px -5px 6px 0 #D5D5D5;
            box-shadow: 6px 5px 6px 0 #D5D5D5, 6px -5px 6px 0 #D5D5D5;
  }
  .filter.active .filter-title strong:before {
    content: "";
    -webkit-transform: translate(0, 60px) rotate(180deg);
            transform: translate(0, 60px) rotate(180deg);
  }
  .filter.active .filter-subtitle {
    font-size: 18px;
    background: #E6E7E9;
    color: black !important;
    padding-left: 10px !important;
    top: 93px;
    border-radius: 0 8px 0 0;
    -webkit-box-shadow: 2px 0 6px 6px #D5D5D5;
            box-shadow: 2px 0 6px 6px #D5D5D5;
    text-transform: capitalize;
  }
  .filter.active .filter-options {
    background: #E6E7E9;
    padding-left: 10px !important;
    border: none;
    height: 75vh;
    top: 140px;
    border-radius: 0 0 8px 0;
    -webkit-box-shadow: 6px 5px 6px 1px #D5D5D5;
            box-shadow: 6px 5px 6px 1px #D5D5D5;
  }
  .filter.active .filter-options-title {
    background-color: #E6E7E9;
  }
  .filter.active .filter-options-title:after {
    background-color: #E6E7E9;
  }
  .filter.active .filter-options-item {
    border-bottom: 1px solid #BBBBBB;
  }
}

#layer-product-list {
  margin-left: 0;
}

#layer-product-list .toolbar-container:first-child {
  border-radius: 4px;
  background: #F5F5F5;
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container:first-child {
    border: none;
    background: white;
  }
}

#layer-product-list .toolbar-container .am-filter-price .amshopby-currency {
  display: none;
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container .filter-current {
    margin-top: 24px;
  }
}

#layer-product-list .toolbar-container .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

@media (min-width: 768px) {
  #layer-product-list .toolbar-container .toolbar {
    padding: 16px;
  }
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container .toolbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

#layer-product-list .toolbar-container .toolbar:after {
  display: none;
}

#layer-product-list .toolbar-container .toolbar .modes {
  display: none;
}

#layer-product-list .toolbar-container .toolbar .field.limiter {
  display: none;
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

#layer-product-list .toolbar-container .toolbar .field.limiter .label {
  display: none;
}

@media screen and (max-width: 558px) {
  #layer-product-list .toolbar-container .toolbar .field.limiter {
    margin-right: 12px;
  }
}

#layer-product-list .toolbar-container .toolbar .toolbar-sorter {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
          order: 40;
}

#layer-product-list .toolbar-container .toolbar .toolbar-sorter .sorter-options {
  margin-right: 0;
}

@media screen and (max-width: 558px) {
  #layer-product-list .toolbar-container .toolbar .toolbar-sorter .sorter-options {
    margin-left: 0;
  }
}

#layer-product-list .toolbar-container .toolbar .toolbar-sorter .sorter-action {
  color: #C3C3C3;
  height: 37px;
  padding: 6px 12px;
  background: #FFFFFF;
  margin: 0 0 0 -4px;
  border: 1px solid #E4E4E4;
  border-left: none;
}

#layer-product-list .toolbar-container .toolbar .toolbar-sorter .sorter-label {
  display: none;
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container .toolbar .toolbar-sorter {
    display: inherit;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 558px) {
  #layer-product-list .toolbar-container .toolbar .toolbar-sorter .sorter-label {
    display: none;
  }
}

#layer-product-list .toolbar-container .toolbar .toolbar-amount {
  display: block;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

#layer-product-list .toolbar-container .toolbar .pages {
  display: block;
  float: none;
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container .toolbar .pages {
    text-align: center;
  }
}

#layer-product-list .toolbar-container .toolbar .pages .items.pages-items {
  text-align: center;
}

#layer-product-list .toolbar-container .toolbar .pages .action.first:before {
  content: "\f802\f802";
  font-family: "porto-icons";
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#layer-product-list .toolbar-container .toolbar .pages .action.first > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#layer-product-list .toolbar-container .toolbar .pages .action.last:before {
  content: "\f801\f801";
  font-family: "porto-icons";
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#layer-product-list .toolbar-container .toolbar .pages .action.last > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#layer-product-list .toolbar-container:first-child .toolbar {
  padding: 16px;
}

#layer-product-list .toolbar-container:first-child .toolbar .toolbar-sorter {
  display: block;
}

#layer-product-list .toolbar-container:first-child .amshopby-filter-current {
  display: block;
}

#layer-product-list .toolbar-container .toolbar {
  padding: 24px 0;
}

#layer-product-list .toolbar-container .toolbar .toolbar-amount {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#layer-product-list .toolbar-container .toolbar .pages {
  display: inline-block;
  margin: 0;
}

@media (max-width: 544px) {
  #layer-product-list .toolbar-container .toolbar .pages .items.pages-items .item:not(.pages-item-next):nth-last-of-type(2),
  #layer-product-list .toolbar-container .toolbar .pages .items.pages-items .item:not(.pages-item-next):nth-last-of-type(3) {
    display: none;
  }
}

#layer-product-list .toolbar-container .toolbar .field.limiter {
  margin: 0;
}

#layer-product-list .toolbar-container .toolbar .toolbar-sorter {
  display: none;
}

#layer-product-list .toolbar-container .filter-current {
  display: none;
}

#layer-product-list .toolbar-container .amshopby-filter-current {
  display: none;
}

#layer-product-list .products.wrapper ~ .toolbar-products .field.limiter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#layer-product-list .products.wrapper ~ .toolbar-products .pages ~ .field.limiter {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

@media (max-width: 767px) {
  #layer-product-list .toolbar-container .toolbar-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  #layer-product-list .toolbar-container .toolbar-products:before {
    display: none;
  }
}

#layer-product-list .no-results-contact-us {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 24px;
}

#layer-product-list .no-results-contact-us__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#layer-product-list .no-results-contact-us__label {
  font-size: 18px;
}

.catalog-product-view .page-title-wrapper {
  width: auto;
  margin-right: auto;
}

.catalog-product-view .page-title-wrapper h1 {
  color: var(--theme-general-underlined-title-text-color);
  border-bottom: 2px solid var(--theme-general-underlined-title-line-color);
  padding-bottom: 4px;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 544px) {
  .catalog-product-view .page-title-wrapper h1 {
    border: none;
  }
}

@media (max-width: 767px) {
  .catalog-product-view .product.media {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.catalog-product-view .product.media .fotorama__nav__frame--thumb {
  cursor: pointer;
}

.catalog-product-view .product.media .product-video__wrapper {
  margin-top: 24px;
  display: block;
}

.catalog-product-view .product.media .product-video-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-product-view .product.media .product-video__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}

.catalog-product-view .product.media .product-video__buttons .fotorama__thumb-border {
  border-width: 2px;
  border-color: #1B3A5E;
}

.catalog-product-view .product.media .product-video__buttons div[data-video-src] {
  width: 75px;
  height: 75px;
  padding: 12px;
  border: 1px solid black;
  cursor: pointer;
  position: relative;
}

.catalog-product-view .product.media .product-video__buttons svg {
  width: 100%;
  height: 100%;
}

.catalog-product-view .product.media .product-video__tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-product-view .product.media .product-video__close {
  position: absolute;
  top: 0;
  right: 0;
}

.catalog-product-view .product.media .product-video__close svg {
  height: 24px;
  width: 24px;
}

.catalog-product-view .product.media .product-video__close svg:hover {
  cursor: pointer;
}

.catalog-product-view .product.media .product-video__close svg path {
  fill: black;
}

.catalog-product-view .web-price-only {
  margin-top: 4px;
}

.catalog-product-view .rating-summary .rating-result > span:before,
.catalog-product-view .review-control-vote label:before {
  color: #FFC600;
}

.catalog-product-view .messages .message > div:first-child:before {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: auto;
}

.catalog-product-view .product-out-of-stock {
  margin: 24px 0 10px;
}

.fotorama-item.fotorama .fotorama__stage {
  border: none;
  max-height: 527px;
  margin-bottom: 0;
}

.fotorama-item.fotorama .fotorama__stage__frame .fotorama__img {
  width: auto;
  max-height: 100%;
}

.fotorama-item.fotorama .fotorama__nav-wrap {
  text-align: center;
}

.fotorama-item.fotorama .fotorama__fullscreen-icon:before {
  content: "\f85a";
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fotorama-item.fotorama .fotorama__fullscreen-icon-close:before {
  content: "\f819";
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fotorama-item.fotorama .fotorama__fullscreen-icon-close:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block.related {
  padding: 0;
}

.block.related .block-title.title {
  margin-bottom: 48px;
  background: whitesmoke;
  padding: 12px 36px;
  border-radius: 6px;
}

.block.related .block-title.title strong {
  font-weight: 500;
  font-size: 20px;
  text-transform: initial;
  color: var(--theme-product-related-title);
}

.block.related .block-content .products.owl-carousel {
  margin: 0;
}

.block.related .block-content .owl-item {
  padding: 0;
  border-radius: 5px;
}

.block.related .block-content .owl-item .field.choice.related {
  display: none;
}

@media (min-width: 768px) {
  .block.related .block-content .owl-stage, .block.related .block-content .owl-item, .block.related .block-content .owl-item > .item {
    height: 100%;
  }
}

.block.related .block-content .owl-item > .item {
  -webkit-box-shadow: inset 0 0 0 1px #ECECEC;
          box-shadow: inset 0 0 0 1px #ECECEC;
}

.block.related .block-content .products-grid .product-item-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block.crosssell {
  padding: 0;
  width: 100%;
  margin-top: 0;
}

.block.crosssell .block-title.title {
  margin-bottom: 48px;
  background: whitesmoke;
  padding: 12px 36px;
  border-radius: 6px;
}

.block.crosssell .block-title.title strong {
  font-weight: 500;
  font-size: 20px;
  text-transform: initial;
  color: var(--theme-product-related-title);
}

.block.crosssell .block-content .products.owl-carousel {
  margin: 0;
}

.block.crosssell .block-content .owl-item {
  padding: 0;
  border-radius: 5px;
}

.block.crosssell .block-content .owl-item .field.choice.related {
  display: none;
}

@media (min-width: 768px) {
  .block.crosssell .block-content .owl-stage, .block.crosssell .block-content .owl-item, .block.crosssell .block-content .owl-item > .item {
    height: 100%;
  }
}

.block.crosssell .block-content .owl-item > .item {
  -webkit-box-shadow: inset 0 0 0 1px #ECECEC;
          box-shadow: inset 0 0 0 1px #ECECEC;
}

.block.crosssell .block-content .products-grid .product-item-info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block.upsell {
  padding: 0;
  margin-top: 0;
}

.block.upsell .block-title.title {
  margin-bottom: 48px;
  background: whitesmoke;
  padding: 12px 36px;
  border-radius: 6px;
  border-bottom: 0;
}

.block.upsell .block-title.title strong {
  font-weight: 500;
  font-size: 20px;
  text-transform: initial;
  color: var(--theme-product-related-title);
  background-color: transparent;
  font-family: "Roboto", arial, sans-serif;
}

.block.upsell .block-content .products.owl-carousel {
  margin: 0;
}

.block.upsell .block-content .owl-item {
  padding: 0;
  border-radius: 5px;
}

.block.upsell .block-content .owl-item .field.choice.related {
  display: none;
}

@media (min-width: 768px) {
  .block.upsell .block-content .owl-stage, .block.upsell .block-content .owl-item, .block.upsell .block-content .owl-item > .item {
    height: 100%;
  }
}

.block.upsell .block-content .owl-item > .item {
  -webkit-box-shadow: inset 0 0 0 1px #ECECEC;
          box-shadow: inset 0 0 0 1px #ECECEC;
}

.block.upsell .block-content .products-grid .product-item-info {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 50%;
    padding-left: 50px;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .column.main .product-info-mobile {
    display: none;
  }
}

.column.main .product-info-mobile .manufacturer_number {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #757575;
}

.column.main .product-info-mobile .product-info-name {
  font-size: 21px;
  font-weight: bold;
  color: var(--theme-product-name-color);
  padding-bottom: 8px;
}

.column.main .product-info-mobile .product-info-price {
  margin: 0;
}

.column.main .product-info-mobile .product-info-price .price-box {
  padding: 0 0 24px 0;
}

.column.main .product-info-mobile .product-info-price .price-box .price-final_price > span {
  margin: 0;
}

.column.main .product-info-mobile .product-info-price .price-box .price-wrapper .price {
  font-family: Ubuntu, arial, sans-serif;
  color: var(--theme-price-color);
  font-size: 44px;
  font-weight: bold;
  line-height: normal;
}

.column.main .product-info-mobile .product-info-price .price-box .special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.column.main .product-info-mobile .product-info-price .price-box .special-price .price {
  color: var(--theme-special-price-color);
  font-size: 44px;
  line-height: 44px;
}

.column.main .product-info-mobile .product-info-price .price-box .special-price .saved-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--theme-special-price-color);
  margin: 0 0 4px 8px;
}

.column.main .product-info-mobile .product-info-price .price-box .special-price.popular .price {
  color: var(--theme-popular-price-color);
}

.column.main .product-info-mobile .product-info-price .price-box .special-price.popular .saved-price {
  color: var(--theme-popular-price-color);
}

.column.main .product-info-mobile .product-info-price .price-box .initial-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.column.main .product-info-mobile .product-info-price .price-box .initial-price .price {
  color: #444;
  font-size: 18px;
  text-decoration: line-through;
  font-weight: initial;
}

.column.main .product-info-mobile .product-info-price .price-box .initial-price .sales-end-date {
  font-size: 18px;
}

.column.main .product-info-mobile .product-info-price .price-box .on-sale {
  color: white;
  background-color: var(--theme-special-price-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 3px 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}

.column.main .product-info-mobile .product-info-price .price-box .on-sale:after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 10px solid var(--theme-special-price-color);
  clear: both;
}

.column.main .product-info-mobile .product-info-price .price-box .on-sale.popular {
  background-color: var(--theme-popular-price-color);
}

.column.main .product-info-mobile .product-info-price .price-box .on-sale.popular:after {
  border-left-color: var(--theme-popular-price-color);
}

.product-info-main {
  border-radius: 4px;
}

.product-info-main > *:first-child {
  padding-top: 24px;
}

.product-info-main > *:last-child {
  padding-bottom: 24px;
}

.product-info-main .manufacturer_number {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #757575;
}

@media (max-width: 767px) {
  .product-info-main .manufacturer_number {
    display: none;
  }
}

.product-info-main .product-availability-search {
  margin-bottom: 24px;
}

.product-info-main .product-availability-search__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 16px;
}

.product-info-main .product-availability-search__search-input {
  margin-left: 15px;
  border: none;
  background: transparent;
  height: 44px;
}

.product-info-main .product-availability-search__search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-info-main .product-availability-search__search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 48px;
  margin-right: -1px;
  font-size: 16px;
  line-height: 150%;
  padding: 8px 12px;
  height: auto;
}

.product-info-main .product-availability-search__search-button.action.primary {
  color: #f5f10d;
}

.product-info-main .product-availability-search__search-button span {
  height: 24px;
  border-right: 2px solid #9da9b6;
  margin-right: 8px;
  padding-right: 4px;
}

.product-info-main .product-availability-search__search-button span svg {
  width: 24px;
  height: 24px;
}

.product-info-main .product.overview {
  padding-top: 24px;
  margin: 0;
  border: none;
  list-style: none;
}

.product-info-main .product.overview .value {
  margin-left: 24px;
}

.product-info-main .product.overview li:before {
  content: "\2022";
  color: var(--theme-product-attributes-bullet-point-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 22px;
  vertical-align: -2px;
}

.product-info-main .product.overview p:last-child {
  margin-bottom: 0;
}

.product-info-main .product-info-price {
  border: none;
}

@media (max-width: 767px) {
  .product-info-main .product-info-price {
    margin: 0;
  }
}

.product-info-main .product-social-links {
  border: none;
  margin: 0;
  padding: 0;
}

.product-info-main .product-info-price .price-box {
  display: none;
  padding: 0;
  vertical-align: middle;
}

.product-info-main .product-info-price .price-box .price-final_price > span {
  margin: 0;
}

.product-info-main .product-info-price .price-box .price-container .price {
  font-family: Ubuntu;
  color: var(--theme-price-color);
  font-size: 44px;
  font-weight: bold;
  line-height: 32px;
}

.product-info-main .product-info-price .price-box .special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-info-main .product-info-price .price-box .special-price .price {
  color: var(--theme-special-price-color);
  font-size: 44px;
  line-height: 44px;
}

.product-info-main .product-info-price .price-box .special-price .saved-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--theme-special-price-color);
  margin: 0 0 4px 8px;
}

.product-info-main .product-info-price .price-box .special-price.popular .price {
  color: var(--theme-popular-price-color);
}

.product-info-main .product-info-price .price-box .special-price.popular .saved-price {
  color: var(--theme-popular-price-color);
}

.product-info-main .product-info-price .price-box .initial-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.product-info-main .product-info-price .price-box .initial-price .price {
  color: #444;
  font-size: 18px;
  text-decoration: line-through;
  font-weight: initial;
}

.product-info-main .product-info-price .price-box .initial-price .sales-end-date {
  font-size: 18px;
}

.product-info-main .product-info-price .price-box .on-sale {
  color: white;
  background-color: var(--theme-special-price-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 3px 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}

.product-info-main .product-info-price .price-box .on-sale:after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 10px solid var(--theme-special-price-color);
  clear: both;
}

.product-info-main .product-info-price .price-box .on-sale.popular {
  background-color: var(--theme-popular-price-color);
}

.product-info-main .product-info-price .price-box .on-sale.popular:after {
  border-left-color: var(--theme-popular-price-color);
}

@media (max-width: 767px) {
  .product-info-main .product-add-form {
    padding: 0;
  }
}

.product-info-main .product-add-form .box-tocart {
  margin-bottom: 16px;
}

.product-info-main .product-add-form .box-tocart .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  margin-right: 0;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control > input {
  font-family: "Roboto", arial, sans-serif;
  max-width: 64px;
  height: 48px;
  color: black;
  background-color: var(--theme-qty-control-bg-color);
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  padding: 0;
  border-color: white;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control > input:first-child {
  right: 2px;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 48px;
  height: 48px;
  line-height: 48px;
  color: var(--theme-qty-control-color);
  background-color: #F2F2F2;
  text-align: center;
  border: 1px solid white;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a .porto-icon-up-dir:before {
  content: "\f882";
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a .porto-icon-down-dir:before {
  content: "\f883";
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.product-info-main .product-add-form .box-tocart .actions {
  -webkit-box-flex: 3;
      -ms-flex: 3 1;
          flex: 3 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 0;
}

.product-info-main .product-add-form .box-tocart .actions .action.tocart {
  min-height: 48px;
  height: auto;
  border-radius: 4px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: var(--theme-add-to-cart-bg-color);
  border: none;
  padding: 0 12px;
}

.product-info-main .product-add-form .box-tocart .actions .action.tocart:hover {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .product-info-main .product-add-form .box-tocart .actions .action.tocart:before {
    content: "";
    display: none;
  }
}

.product-info-main .product-info-stock-sku {
  padding: 0;
  vertical-align: middle;
  display: none;
}

.product-info-main .product-info-inventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info-main .product-info-inventory > div {
  position: relative;
}

.product-info-main .product-info-inventory__online-link, .product-info-main .product-info-inventory__store-link {
  font-size: 16px;
  color: #7E7C7C;
  text-decoration: underline;
}

.product-info-main .product-info-inventory__online-link--show, .product-info-main .product-info-inventory__store-link--show {
  color: #212223;
  text-decoration: none;
}

.product-info-main .product-info-inventory #online-inventory .product-info-inventory__source-listing {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #ECECEC;
}

.product-info-main .product-info-inventory #online-inventory .product-info-inventory__source-listing > * {
  padding: 4px 12px;
  border-bottom: 2px solid #ECECEC;
}

.product-info-main .product-info-inventory #online-inventory .product-info-inventory__source-listing > *:nth-child(2n-1) {
  border-right: 2px solid #ECECEC;
}

.product-info-main .product-info-inventory #online-inventory .product-info-inventory__source-listing > *:nth-last-child(1) {
  border: none;
}

.product-info-main .product-info-inventory #store-availability .product-info-inventory__source-listing {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #ECECEC;
}

.product-info-main .product-info-inventory #store-availability .product-info-inventory__source-listing > * {
  padding: 4px 12px;
  border-bottom: 2px solid #ECECEC;
}

.product-info-main .product-info-inventory #store-availability .product-info-inventory__source-listing > *:nth-child(2n-1) {
  border-right: 2px solid #ECECEC;
}

.product-info-main .product-info-inventory #store-availability .product-info-inventory__source-listing > *:nth-last-child(1) {
  border: none;
}

.product-info-main .product-info-inventory__source--quantity {
  text-align: right;
}

.product-info-main .product-info-inventory__source--in-stock {
  display: block;
}

.product-info-main .product-info-inventory__source--in-stock:before {
  font-family: "porto-icons";
  content: "\F846";
  font-size: 16px;
  font-weight: 100;
  display: block;
  color: #57B816;
}

.product-info-main .product-info-inventory__source--out-of-stock {
  display: block;
}

.product-info-main .product-info-inventory__source--out-of-stock:before {
  font-family: "porto-icons";
  content: "\F847";
  font-size: 16px;
  font-weight: 100;
  display: block;
  color: #B81616;
}

.product-info-main .product-info-inventory__store-call {
  grid-column: span 2;
}

.product-info-main .product-info-inventory__store-call a[href] {
  font-weight: bold;
}

.product-info-main .product-info-inventory__notice {
  color: #757575;
  font-style: italic;
  margin-top: 4px;
  grid-column: span 2;
}

.product-info-main .product-info-inventory__title, .product-info-main .product-info-inventory__quantity-label {
  font-weight: bold;
  background-color: #F4F5F7;
}

.product-info-main .product-info-inventory #online-inventory, .product-info-main .product-info-inventory #store-availability {
  position: absolute;
  width: 350px;
  z-index: 9;
  background: white;
  border: 1px solid black;
  -webkit-box-shadow: 0 4px 4px 0 #00000040;
          box-shadow: 0 4px 4px 0 #00000040;
}

.product-info-main .product-info-inventory #store-availability {
  right: 0;
}

.product-info-main .product-info-backorder {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-info-main .product-info-backorder__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.product-info-main .product-info-backorder__availability > svg {
  width: 32px;
  padding-right: 8px;
}

.product-info-main .product-info-backorder__notify {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 16px;
}

.product-info-main .product-info-backorder__notify input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-info-main .product-info-backorder__notify__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-info-main .product-info-backorder__store-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 16px;
}

.product-info-main .product-info-backorder__store-phone > a {
  font-size: 18px;
}

.product-info-main .product-info-license {
  margin-top: 32px;
}

.product-info-main .product-info-license__text-bold {
  font-weight: bold;
}

.product-info-main .product-info-name {
  font-size: 21px;
  font-weight: bold;
  color: var(--theme-product-name-color);
}

@media (max-width: 767px) {
  .product-info-main .product-info-name {
    display: none;
  }
}

.product-info-main .product-view-price-spinner {
  text-align: center;
  margin: 24px 0;
}

.product-info-main .product-view-price-spinner .message.error {
  text-align: left;
}

.product.info.detailed .additional-product-information {
  margin-bottom: 48px;
  background: whitesmoke;
  padding: 12px 36px;
  font-size: 20px;
  border-radius: 6px;
  font-weight: 500;
}

.product.info.detailed .product.data.items > .item.title {
  padding: 10px 24px 0;
  margin-right: 8px;
  border-radius: 8px 8px 0 0;
  border-top: 1px solid var(--theme-tabs-color);
  background-color: var(--theme-tabs-color);
  position: relative;
  top: -2px;
}

@media (max-width: 1024px) {
  .product.info.detailed .product.data.items > .item.title {
    top: 0;
    padding: 10px 40px;
    border-radius: 8px;
    margin-bottom: 24px;
    width: 100%;
    float: none;
  }
  .product.info.detailed .product.data.items > .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f808';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 9px;
    top: 1px;
  }
}

.product.info.detailed .product.data.items > .item.title.active {
  border-top: 2px solid var(--theme-active-tabs-color);
  background-color: var(--theme-active-tabs-color);
}

@media (max-width: 1024px) {
  .product.info.detailed .product.data.items > .item.title.active {
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
  }
  .product.info.detailed .product.data.items > .item.title.active a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .product.info.detailed .product.data.items > .item.title.active ~ .data.item.content {
    margin-bottom: 24px;
    border-radius: 0 0 8px 8px;
  }
}

.product.info.detailed .product.data.items > .item.title.active > .switch {
  background: none;
  border-bottom: none !important;
  color: white;
}

.product.info.detailed .product.data.items > .item.title > .switch {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-active-tabs-color);
}

@media (max-width: 1024px) {
  .product.info.detailed .product.data.items > .item.title > .switch {
    height: auto;
    border-top: none;
  }
}

.product.info.detailed .product.data.items .title:first-child + .content {
  display: block;
}

.product.info.detailed .product.data.items > .item.content {
  display: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--theme-active-tabs-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 27px;
  padding: 0;
}

@media (max-width: 1024px) {
  .product.info.detailed .product.data.items > .item.content {
    padding: 20px 0 0;
    float: none;
    margin: 0;
  }
}

.product.info.detailed .product.data.items > .item.content > * {
  padding: 24px;
}

.product.info.detailed .product.data.items > .item.content .product-documentation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 24px 0;
  margin: 24px 24px 0 24px;
}

.product.info.detailed .product.data.items > .item.content .product-documentation:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}

.product.info.detailed .product.data.items > .item.content .product-documentation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product.info.detailed .product.data.items > .item.content .product-documentation__link > svg {
  padding-right: 8px;
}

.product.info.detailed .attribute.description ul {
  list-style: disc;
}

@media (max-width: 767px) {
  .product.info.detailed .attribute.description .value {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.product.info.detailed .attribute.description table {
  border: 1px solid #DAE2E6;
}

.product.info.detailed .attribute.description table tr {
  border-bottom: 1px solid #DAE2E6;
}

.product.info.detailed .attribute.description table tr:first-child {
  border-top: 1px solid white;
}

.product.info.detailed .attribute.description table tr:not(:first-child) th {
  padding-top: 24px;
}

.product.info.detailed .attribute.description table tr th {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.product.info.detailed .attribute.description table tr td {
  padding: 10px 16px;
  font-size: 16px;
}

.product.info.detailed .attribute.description table tr td:first-child {
  border-right: 1px solid #ECECEC;
  background-color: #F8F8F8;
  width: 50%;
}

.amlocator-main-container-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

@media (max-width: 544px) {
  .amlocator-main-container-popup {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.amlocator-main-container-popup__wrapper {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0 0 0 24px;
}

@media (max-width: 767px) {
  .amlocator-main-container-popup__wrapper {
    max-height: 100%;
    padding: 0 12px 0 12px;
    overflow: scroll;
  }
}

.amlocator-main-container-popup .amlocator-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 21px;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 0 0 0 2px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .amlocator-main-container-popup .amlocator-close {
    top: -48px;
    right: -48px;
  }
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-close {
    top: -48px;
    right: -48px;
  }
}

@media (max-width: 544px) {
  .amlocator-main-container-popup .amlocator-close {
    right: -18px;
    top: 8vh;
    position: fixed;
  }
}

.amlocator-main-container-popup .amlocator-main-container {
  min-width: 65vw;
}

@media (max-width: 991px) {
  .amlocator-main-container-popup .amlocator-main-container {
    min-width: 80vw;
  }
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-main-container {
    min-width: 80vw;
  }
}

@media (max-width: 544px) {
  .amlocator-main-container-popup .amlocator-main-container {
    min-width: 85vw;
  }
}

.amlocator-main-container-popup .amlocator-main-container .amlocator-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-top: 40px;
}

.amlocator-main-container-popup .amlocator-main-container .amlocator-title svg {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-title {
    margin-top: 24px;
  }
}

.amlocator-main-container-popup .amlocator-main-container .amlocator-map-container {
  max-height: 570px;
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-map-container {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}

@media (max-width: 544px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-map-container {
    max-height: 70vh;
  }
}

.amlocator-main-container-popup .amlocator-main-container .amlocator-map-container .-storelist {
  max-height: 425px;
}

@media (min-width: 768px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100vh;
    max-height: 570px;
    width: 56%;
  }
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 100%;
    padding-bottom: 24px;
    overflow: initial;
  }
}

.products-grid .product-item-details .price-box .price {
  font-size: 30px;
  font-family: "Roboto", arial, sans-serif;
}

.products-grid .product-item-details .price-box .special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 5px;
}

.products-grid .product-item-details .price-box .special-price .price {
  color: var(--theme-special-price-color);
  font-size: 24px;
  line-height: 32px;
}

.products-grid .product-item-details .price-box .special-price .saved-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--theme-special-price-color);
  margin: 0 0 4px 8px;
}

.products-grid .product-item-details .price-box .special-price.popular .price {
  color: var(--theme-popular-price-color);
}

.products-grid .product-item-details .price-box .special-price.popular .saved-price {
  color: var(--theme-popular-price-color);
}

.products-grid .product-item-details .price-box .on-sale {
  color: white;
  background-color: #BB0628;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  padding: 3px 8px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}

.products-grid .product-item-details .price-box .on-sale:after {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left: 10px solid var(--theme-special-price-color);
  clear: both;
}

.products-grid .product-item-details .price-box .on-sale.popular {
  background-color: #1B3A5E;
}

.products-grid .product-item-details .price-box .on-sale.popular:after {
  border-left-color: #1B3A5E;
}

.products-grid .product-item-details .price-box .initial-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.products-grid .product-item-details .price-box .initial-price .price {
  color: #444;
  font-size: 18px;
  text-decoration: line-through;
  font-weight: initial;
}

.products-grid .product-item-details .price-box .initial-price .sales-end-date {
  font-size: 14px;
  color: #444;
}

.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap {
  max-width: 470px;
  height: auto;
  overflow: visible;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

@media (max-width: 544px) {
  .catalog-product-view .modal-popup.modal-slide .modal-inner-wrap {
    min-width: 90%;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap .modal-header {
  display: none;
}

.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap .modal-content {
  padding: 0;
}

.b2b-product-info-account {
  margin-bottom: 48px;
}

.b2b-product-info-account > div {
  margin-bottom: 12px;
}

.b2b-product-info-account a {
  display: inline-block;
}

.filter-current .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 16px 16px;
}

.filter-current .items .item {
  background: #1B385E;
  border-radius: 40px;
  color: white;
  padding: 4px 8px 4px 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-current .items .item .filter-value {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 8px;
}

.filter-current .items .item > * {
  color: white;
}

.filter-current .items .item .action.remove {
  position: initial;
  height: auto;
}

.filter-current .items .item .action.remove:before, .filter-current .items .item .action.remove:after {
  content: "";
  display: none;
}

.filter-current .items .item .action.remove:hover svg path {
  fill: #A9A9A9;
}

.filter-current .items .item .action.remove svg {
  vertical-align: middle;
  display: block;
}

body .block-category-list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  body .block-category-list {
    display: none;
  }
}

body .block-content.categories {
  padding-left: 0;
}

body .block-content.categories .items .category-item {
  padding-top: 16px;
}

body .block-content.categories .items .category-item .subcategory {
  font-size: 14px;
  color: #212223;
}

body .block-content.categories .items .category-item .subcategory:hover {
  font-weight: normal;
  text-underline-offset: 2px;
}

body .block-content.categories .items .category-item .subcategory.active {
  font-weight: bold;
}

body .block-content.categories .items .category-item .subsubcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  padding-left: 16px;
  margin-top: 8px;
  border-left: 1px solid #ECECEC;
}

body .block-content.categories .items .category-item .subsubcategory a {
  color: #212223;
  padding: 6px 0;
}

body .block-content.categories .items .category-item .subsubcategory a:hover {
  font-weight: normal;
  text-underline-offset: 2px;
}

body .block-content.categories .items .category-item .subsubcategory .see-more {
  padding-top: 12px;
  color: #2974C2;
}

body .block-content.categories .items .category-item .subsubcategory .see-more:hover {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#shopping-cart-table .cart.item .col.qty .control.qty input {
  padding: 7px 0;
  margin: 0 -1px;
}

#discount-coupon-form .fieldset.coupon .field {
  min-width: 200px;
}

@media (max-width: 767px) {
  #discount-coupon-form .fieldset.coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #discount-coupon-form .fieldset.coupon .field {
    margin: 0;
  }
  #discount-coupon-form .fieldset.coupon .actions-toolbar {
    width: 100%;
  }
  #discount-coupon-form .fieldset.coupon .actions-toolbar .action.apply.primary {
    width: 100%;
  }
}

.modal-popup.confirm .modal-content {
  padding-top: 28px;
}

.modal-popup.confirm button:not(.link), .modal-popup.confirm a.action.primary {
  padding: 5px 12px;
}

.qty-changer {
  width: 40px;
  border: 1px solid #C3C3C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qty-changer svg {
  display: block;
  margin: auto;
}

.qty-changer.minus {
  border-radius: 2px 0 0 2px;
}

.qty-changer.plus {
  border-radius: 0 2px 2px 0;
}

.cart-total-text {
  margin-top: 10px;
  padding: 16px 0;
  border-top: 1px solid #DCDCDC;
  line-height: 24px;
}

#cart-totals .table.totals .totals.sub {
  padding: 6px 0;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
  background: var(--theme-cart-proceed-color);
  border-color: var(--theme-cart-proceed-color);
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  opacity: 0.8;
}

.cart-container .form-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-container .form-cart .cart.table-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cart-container .form-cart .before-form-actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cart-container .form-cart .cart.main.actions {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cart-order-comment .title {
  font-size: 24px;
  text-transform: none;
}

.checkout-cart-index .page-title {
  color: var(--theme-general-underlined-title-text-color);
  border-bottom: 2px solid var(--theme-general-underlined-title-line-color);
  padding-bottom: 4px;
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}

.checkout-cart-index .breadcrumbs .items {
  padding-left: 8px;
}

.cart.table-wrapper .col.subtotal .cart-price .price {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.cart.table-wrapper .action.action-delete .icon {
  display: none;
}

.cart.table-wrapper .col.subtotal .cart-price.with-special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart.table-wrapper .col.subtotal .cart-price.with-special-price .special-price .price {
  color: #A8A9AD;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 24px;
}

.cart.table-wrapper .col.subtotal .cart-price.with-special-price .price {
  color: #ED1C23;
  font-size: 22px;
  line-height: 28px;
}

.form-cart button[name="update_cart_action"][value="update_qty"].attention-colors {
  background: #1763ab;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 6px 1px #2975bc;
          box-shadow: 0 0 6px 1px #2975bc;
}

@media (max-width: 767px) {
  .cart.table-wrapper {
    border-top: none;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .cart.table-wrapper .action.action-delete {
    padding: 8px;
    margin: 0 -8px;
  }
  .cart.table-wrapper .action.action-delete .text {
    display: none;
  }
  .cart.table-wrapper .action.action-delete .icon {
    display: block;
  }
  .cart.table-wrapper .action.action-delete .icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }
  .cart.table-wrapper .action.action-delete .icon svg path {
    fill: #636365;
  }
  .cart.table-wrapper tbody.cart.item:nth-child(odd) {
    background: #F9F9F9;
  }
  .cart.table-wrapper tbody.cart.item:nth-child(even) {
    background: #FFFFFF;
  }
  .cart.table-wrapper .product-item-details .product-item-name > a {
    color: #000000;
    font-weight: bold;
  }
  .cart.table-wrapper .cart thead tr th.col {
    border-color: var(--theme-cart-title-color);
  }
  .cart.table-wrapper .cart > .item {
    border-bottom: 1px solid var(--theme-cart-title-color);
    display: block;
  }
  .cart.table-wrapper .col:before {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--theme-cart-title-color);
  }
  .cart.table-wrapper .col.qty {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-right: 1px solid var(--theme-cart-title-color);
    padding: 2px 24px 2px 0;
    margin: 16px 0;
  }
  .cart.table-wrapper .col.qty:before {
    margin-right: 15px;
  }
  .cart.table-wrapper .col.subtotal {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 2px 24px 2px 24px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px 0;
    border-right: 1px solid var(--theme-cart-title-color);
  }
  .cart.table-wrapper .col.actions {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 2px 0 2px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px 0;
  }
  .cart.table-wrapper thead .col.item {
    display: block;
    padding: 0 16px 16px !important;
  }
  .cart.table-wrapper tbody .col.item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .cart.table-wrapper .mobile-manufacturer-number {
    color: #959595;
    margin-bottom: 2px;
    font-weight: bold;
  }
  .cart.table-wrapper .product-image-container {
    border-radius: 8px;
    border-color: #CACBCD;
  }
  .cart.table-wrapper .item-info {
    padding: 0 16px;
  }
  .cart.table-wrapper .product-item-details .action-delete {
    display: none;
  }
  .cart.table-wrapper .product-item-name {
    margin-bottom: 2px;
  }
  .cart.table-wrapper .qty-changer {
    width: 32px;
    background-color: #f2f2f2;
    border: 1px solid white;
  }
  .cart.table-wrapper .qty-changer svg {
    width: 16px;
  }
  .cart.table-wrapper .qty-changer svg path {
    fill: var(--theme-qty-control-color);
  }
  .cart.table-wrapper .control.qty input {
    padding: 2px 0 !important;
    width: 34px !important;
    background-color: #f2f2f2;
    border: 1px solid white;
  }
  .checkout-cart-index .page-title {
    border-bottom: none;
    padding-left: 0;
  }
  .cart-item-ecofees-td {
    display: none;
  }
  .cart-item-ecofees-wrapper {
    color: #000000;
    font-weight: bold;
  }
  .form-cart .fieldset.coupon {
    margin: 20px 0 10px;
  }
}

.checkout-header {
  padding: 16px 0;
  border-bottom: 1px solid #e6e8e7;
}

.checkout-header__container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.checkout-header__logo .logo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.checkout-header__logo .logo img {
  width: auto;
  height: 64px;
}

.checkout-header__logo .logo .header-millenium-logo img {
  width: 120px;
  max-height: 25.45px;
  display: block;
}

body.checkout-index-index .column.main .field-tooltip.toggle .label {
  display: none !important;
}

body.checkout-index-index .column.main .checkout-shipping-method .step-title {
  margin-bottom: 12px;
}

body.checkout-index-index .column.main .checkout-shipping-methods__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

body.checkout-index-index .column.main .checkout-shipping-methods__single:last-child {
  margin-bottom: 0;
}

body.checkout-index-index .column.main .checkout-shipping-methods__carrier {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.checkout-index-index .column.main #co-shipping-method-form .message.notice {
  margin-top: 16px;
}

body.checkout-index-index .column.main #checkout-step-payment .shipping-information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-bottom: 40px;
}

body.checkout-index-index .column.main #checkout-step-payment #co-payment-form #checkout-payment-method-load .payment-method-title {
  padding: 18px 0;
}

body.checkout-index-index .column.main #checkout-step-payment #co-payment-form .payment-option-title {
  padding: 18px 0 18px 22px;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .step-title {
  margin-bottom: 12px;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .shipping-address-items .action.action-select-shipping-item {
  background: #1B3A5E;
  padding: 6px 16px;
  display: block;
  float: none;
  margin-top: 8px;
  text-decoration: none;
  color: white;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #1B3A5E;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .shipping-address-item.selected-item:after {
  background: #1B3A5E;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .new-address-popup .action.action-show-popup {
  background: #1B3A5E;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-login #customer-email-fieldset .field .label, body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-shipping-address #shipping-new-address-form .field .label {
  position: relative;
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-login #customer-email-fieldset .field .field-tooltip.toggle, body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-shipping-address #shipping-new-address-form .field .field-tooltip.toggle {
  right: -30px;
  top: -4px;
}

@media (max-width: 767px) {
  body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-login #customer-email-fieldset .field .field-tooltip.toggle, body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-shipping-address #shipping-new-address-form .field .field-tooltip.toggle {
    position: relative;
    right: auto;
    top: 4px;
  }
}

body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-login #customer-email-fieldset .field .control._with-tooltip input, body.checkout-index-index .column.main .checkout-container .checkout-shipping-address .form-shipping-address #shipping-new-address-form .field .control._with-tooltip input {
  width: 100%;
}

body.checkout-index-index .column.main .checkout-container .checkout-billing-address .actions-toolbar {
  margin: 36px 0;
}

body.checkout-index-index .column.main .checkout-container .checkout-billing-address .actions-toolbar .action.action-cancel {
  padding: 11px 24px;
  text-decoration: none;
  color: #212223;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #212223;
  margin: 0 12px 0 0;
  line-height: 24px;
}

body.checkout-index-index .column.main .checkout-container .checkout-billing-address .actions-toolbar .action.action-cancel:hover, body.checkout-index-index .column.main .checkout-container .checkout-billing-address .actions-toolbar .action.action-cancel:active, body.checkout-index-index .column.main .checkout-container .checkout-billing-address .actions-toolbar .action.action-cancel:focus {
  background: #212223;
  color: #fff;
}

body.checkout-index-index .column.main .checkout-container .authentication-wrapper {
  max-width: 30%;
}

@media (max-width: 544px) {
  body.checkout-index-index .column.main .checkout-container .authentication-wrapper {
    max-width: 40%;
  }
}

body.checkout-index-index .column.main .checkout-container .authentication-wrapper .action-auth-toggle {
  padding: 10px 15px;
  border-radius: 4px;
}

body.checkout-index-index .column.main .checkout-container .payment-group .payment-warning {
  margin-top: -1px;
  margin-bottom: 15px;
}

body.checkout-index-index .column.main .checkout-container .modal-custom.opc-summary-wrapper #opc-sidebar .opc-block-summary .items-in-cart {
  margin-bottom: 16px;
}

body.checkout-index-index .column.main .checkout-container .modal-custom.opc-summary-wrapper #opc-sidebar .opc-block-summary .items-in-cart .title strong {
  font-size: 1.6rem;
  text-transform: none;
}

body.checkout-index-index .column.main .checkout-agreements-block .checkout-agreement.field {
  position: relative;
  display: block;
}

body.checkout-index-index .column.main .checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: "";
  display: none;
}

body.checkout-index-index .column.main .checkout-agreements-block .checkout-agreement.field.required .action-show span:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 4px;
}

body.checkout-index-index .column.main .checkout-agreements-block .checkout-agreement button {
  text-align: left;
}

body.checkout-index-index .column.main .action.action-edit-address {
  background: #ffffff;
  border: 1px solid #212223;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #212223;
  padding: 5px 13px;
  height: auto;
  cursor: pointer;
  text-transform: uppercase;
  margin: 12px 0 12px 0;
}

body.checkout-index-index .column.main .action.action-edit-address:hover {
  background: #212223;
  color: #ffffff;
}

body.checkout-index-index .column.main .free-shipping-notice .message.error {
  padding: 12px;
  text-align: center;
}

body.checkout-index-index .column.main .free-shipping-notice .message.error > *:first-child:before {
  display: none;
  content: '';
}

#delivery-method-selector .action.selected {
  color: #212223;
}

.cart-empty a {
  text-decoration: underline;
}

.non-standard-order-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008c;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.non-standard-order-popup__wrapper {
  background: #FFFFFF;
  position: relative;
  max-width: 350px;
}

.non-standard-order-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 11px;
  cursor: pointer;
}

.non-standard-order-popup__close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  content: "\F81A";
  font-family: "porto-icons";
  display: block;
  text-align: center;
}

.non-standard-order-popup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.non-standard-order-popup__title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #F2C94C;
  content: "\f846";
  font-family: "porto-icons";
  display: block;
  text-align: center;
}

.non-standard-order-popup__content-container {
  padding: 24px;
}

.non-standard-order-popup__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: rgba(51, 43, 95, 0.85);
  margin-bottom: 12px;
  border-left: 1px solid #000000;
  padding-left: 8px;
}

.non-standard-order-popup__contact {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: rgba(51, 43, 95, 0.85);
}

.non-standard-order-popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #cdcdcd;
  padding: 8px;
  gap: 8px;
  background: #FAFAFA;
}

.non-standard-order-popup__action {
  padding: 4px 8px;
}

.non-standard-order-popup__action:first-child {
  background: #FFF;
  color: #212223;
}

.non-standard-order-popup__action:first-child:hover {
  background: #212223;
  color: #FFF;
}

.checkout-success {
  text-align: center;
  border: 1px solid #ECECEC;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .checkout-success {
    width: 66.66666%;
    margin: auto;
    min-height: 512px;
    padding: 48px 24px;
  }
}

.checkout-success.create-an-account {
  border: none;
  min-height: auto;
}

.checkout-success__icon {
  margin-bottom: 32px;
}

.checkout-success__icon svg {
  display: block;
}

.checkout-success__title-wrapper {
  margin-bottom: 24px;
}

.checkout-success__title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  color: #313131;
}

.checkout-success__order-data {
  margin-bottom: 24px;
}

.checkout-success__order-date, .checkout-success__order-number {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #313131;
}

.checkout-success__message {
  margin-bottom: 32px;
}

.messages .message {
  padding: 12px 18px;
}

.messages .message > div {
  max-width: 1420px;
  margin: auto;
  padding-left: 36px;
  position: relative;
}

.messages .message > div:first-child:before {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1420px;
  text-align: left;
}

.message.success {
  border: 2px solid #56ac35;
  background: #d7ead2;
  color: #000000;
  font-size: 14px;
}

.message.success a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

.message.success a:hover, .message.success a:active, .message.success a:focus {
  color: #A0A0A0;
}

.message.success > *:first-child:before {
  color: #000000;
}

.message.error {
  border: 2px solid #ff0000;
  background: #f8bfbf;
  color: #000000;
  font-size: 14px;
}

.message.error a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

.message.error a:hover, .message.error a:active, .message.error a:focus {
  color: #A0A0A0;
}

.message.error > *:first-child:before {
  color: #000000;
}

.message.warning {
  border: 2px solid #f2a742;
  background: #fbe3c2;
  color: #000000;
  font-size: 14px;
}

.message.warning a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

.message.warning a:hover, .message.warning a:active, .message.warning a:focus {
  color: #A0A0A0;
}

.message.warning > *:first-child:before {
  color: #000000;
}

.message.info, .message.notice {
  border: 2px solid #1574c2;
  background: #dceaf6;
  color: #000000;
  font-size: 14px;
}

.message.info a, .message.notice a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

.message.info a:hover, .message.info a:active, .message.info a:focus, .message.notice a:hover, .message.notice a:active, .message.notice a:focus {
  color: #A0A0A0;
}

.message.info > *:first-child:before, .message.notice > *:first-child:before {
  color: #000000;
}

.price-ecofees .small-price {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  color: #212223;
}

.catalog-product-view .price-ecofees .small-price {
  font-weight: 500;
  font-size: 16px;
}

.cart.table-wrapper .price-ecofees .small-price {
  margin: 8px 0;
}

.layer-input-filter__form {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layer-input-filter__separator {
  margin-bottom: -18px;
}

.layer-input-filter__input-wrapper {
  position: relative;
}

.layer-input-filter__input-wrapper:before {
  content: "$";
  color: #616161;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(75%, 75%);
          transform: translate(75%, 75%);
}

.layer-input-filter__input-wrapper input {
  padding-left: 15px;
}

.layer-input-filter__actions {
  text-align: right;
  margin-top: 8px;
}

.modal-popup .modal-inner-wrap {
  max-width: 1200px;
}

.highlight-listing {
  margin: 20px 0 40px;
}

@media (max-width: 1466px) {
  .highlight-listing {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .highlight-listing {
    margin: 0 0 40px;
  }
}

.highlight-listing__title {
  margin: 0 0 40px;
  position: relative;
  color: var(--theme-general-underlined-title-text-color);
  border-bottom: 2px solid var(--theme-general-underlined-title-line-color);
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .highlight-listing__title {
    text-align: center;
  }
}

.highlight-listing__title span {
  background: white;
}

.highlight-listing__title-content {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  background: #f2f2f2;
  padding-right: 20px;
}

.highlight-listing .products-grid .filterproducts.products.list.items.product-items {
  background: #FFFFFF;
}

.highlight-listing .products-grid .filterproducts.products.list.items.product-items li {
  border: none;
}

@media (max-width: 767px) {
  .highlight-listing .products-grid .filterproducts.products.list.items.product-items.show-more-on-mobile li:nth-child(n+5) {
    display: none;
  }
}

.highlight-listing .loading-wrapper {
  text-align: center;
}

.highlight-listing .porto-icon-spinner {
  display: inline-block;
  font-size: 23px;
}

.dark-mode .banner-images .banner-images__image {
  border: 2px solid #FFFFFF;
}

.banner-images > .container {
  padding: 0;
}

.banner-images .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-images img {
  width: 100%;
  display: block;
  -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05));
}

.banner-images__content.loading {
  width: 100%;
  padding-bottom: 37.5%;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, #ececec), color-stop(50%, #ffffff), color-stop(54%, #ececec));
  background: linear-gradient(90deg, #ececec 46%, #ffffff 50%, #ececec 54%);
  background-size: 200% 200%;
  -webkit-animation: Animation 4s ease infinite;
  animation: Animation 4s ease infinite;
}

.banner-images[data-type="1"] .banner-images__content.loading {
  padding-bottom: 24.648%;
}

.banner-images[data-type="2"] .banner-images__content.loading {
  padding-bottom: 57.143%;
}

.banner-images[data-type="3"] .banner-images__content.loading {
  padding-bottom: 8.803%;
}

.banner-images__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 42px 0;
}

.banner-images__background .inner {
  background-image: url("../images/home/background-border.png");
  background-color: var(--theme-home-lines-section-background);
  height: 100%;
}

.banner-images[data-type="4"] img {
  background: #ffffff;
  border-radius: 10px;
  border: 3px solid var(--theme-home-lines-section-background);
}

.banner-images__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .banner-images__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

svg.svg-spinner {
  width: 24px;
  height: 24px;
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

svg.svg-spinner circle {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

[data-content-type="text"] a {
  text-decoration: underline;
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}
.glide .glide__slides .glide__slide {
  margin-bottom: 0;
}

.glide .glide__bullets {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glide .glide__bullets .glide__bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 24px;
  border: 1px solid white;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 1px #0000002b;
          box-shadow: 0px 0px 3px 1px #0000002b;
}

.glide .glide__bullets .glide__bullet--active {
  background: white;
}

.glide .glide__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

.glide .glide__arrows > button {
  pointer-events: all;
  background: none;
  border: none;
}

.glide .glide__arrows > button:after {
  content: '\f809';
  font-family: 'porto-icons';
  font-size: 48px;
  line-height: 67px;
  display: block;
  text-shadow: 0 0 7px #0000002b;
}

@media (max-width: 767px) {
  .glide .glide__arrows > button:after {
    font-size: 36px;
  }
}

@media (max-width: 544px) {
  .glide .glide__arrows > button:after {
    font-size: 24px;
  }
}

.glide .glide__arrows > button:first-child:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-main > .page-title-wrapper .page-title {
  color: #212223 !important;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

.amlocator-block-left {
  height: 100%;
  max-height: 800px;
}

@media (min-width: 768px) {
  .amlocator-block-left {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .amlocator-block-left {
    width: 100%;
    margin-bottom: 12px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.amlocator-search-container {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .amlocator-search-container {
    width: 100% !important;
  }
}

.amlocator-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .amlocator-block {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

.amlocator-stores-wrapper {
  margin-bottom: 0;
}

.amlocator-store-list {
  overflow: scroll;
  max-height: 700px;
}

@media screen and (min-width: 768px) {
  .amlocator-store-list {
    width: 100% !important;
  }
}

.amlocator-store-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.amlocator-current-location .amlocator-text {
  border-radius: 48px;
  border: 2px solid #1B3A5E;
  height: 48px;
  padding-left: 20px;
}

.amlocator-current-location .amlocator-text::-webkit-input-placeholder {
  color: #757575;
}

.amlocator-current-location .amlocator-text::-moz-placeholder {
  color: #757575;
}

.amlocator-current-location .amlocator-text:-ms-input-placeholder {
  color: #757575;
}

.amlocator-current-location .amlocator-text::-ms-input-placeholder {
  color: #757575;
}

.amlocator-current-location .amlocator-text::placeholder {
  color: #757575;
}

.amlocator-current-location .amlocator-text:focus {
  border: 2px solid #1B3A5E;
}

.amlocator-current-location .amlocator-search {
  border: 2px solid #1B3A5E;
  border-radius: 100px;
  height: 100%;
  width: 48px;
  top: 0;
  right: 0;
}

.amlocator-current-location .amlocator-search--img {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .amlocator-current-location .amlocator-search--img {
    padding-left: 10px;
  }
}

.amlocator-current-location .amlocator-gps {
  display: none;
  position: absolute;
  top: 12px;
  right: 56px;
}

.amlocator-current-location .amlocator-gps:hover {
  cursor: pointer;
}

/* Css for Store List Template */
.amlocator-store-desc {
  background: none;
  border: 1px solid #E6E8E7;
  border-radius: 2px;
  margin-bottom: 14px;
}

@media (max-width: 544px) {
  .amlocator-store-desc:not(:first-of-type) {
    margin-top: 12px;
  }
}

.amlocator-store-desc .amlocator-store-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1B3A5E;
}

.amlocator-store-desc .amlocator-full-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #535455;
  max-width: 80%;
}

.amlocator-store-desc.-active {
  background: #1B3A5E;
}

.amlocator-store-desc.-active .amlocator-full-address {
  color: #FFFFFF;
}

.amlocator-store-desc.-active .amlocator-store-name {
  color: #FFFFFF;
}

.amlocator-store-information {
  width: 100%;
}

.amlocator-store-name {
  max-width: 80%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

/* Css for Google Mark Template */
.amlocator-info-popup {
  width: 300px;
  padding: 0 10px;
}

.amlocator-info-popup .amlocator-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #1B3A5E;
}

.amlocator-info-popup .amlocator-link {
  color: #1B3A5E;
}

.amlocator-info-popup .amlocator-link:hover {
  color: #1B3A5E;
}

.amlocator-info-popup .amlocator-address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #535455;
}

.amlocator-info-popup .amlocator-certified {
  height: 50px;
  margin-top: 24px;
}

.amlocator-info-popup .amlocator-certified > img {
  height: 100%;
}

@media (max-width: 544px) {
  .amlocator-info-popup .amlocator-certified > img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .amlocator-info-popup .amlocator-certified {
    margin-top: 12px;
  }
}

@media (max-width: 544px) {
  .amlocator-info-popup .amlocator-certified {
    margin-top: 0;
  }
}

.amlocator-info-popup .amlocator-info-popup-cta {
  text-align: center;
  padding-top: 24px;
}

.amlocator-info-popup .amlocator-info-popup-cta > a {
  height: 48px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: #1B3A5E;
  color: #f5f10d;
  padding: 12px 12px;
  border-radius: 24px;
  border: none;
}

.amlocator-info-popup .amlocator-info-popup-cta > a:hover {
  opacity: 0.85;
}

@media (max-width: 544px) {
  .amlocator-info-popup .amlocator-info-popup-cta > a {
    height: 100%;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .amlocator-info-popup .amlocator-info-popup-cta {
    padding: 12px 0;
  }
}

@media (max-width: 544px) {
  .amlocator-info-popup .amlocator-info-popup-cta {
    padding-top: 6px;
  }
}

@media (max-width: 544px) {
  .amlocator-info-popup {
    width: 100%;
    padding: 0;
  }
}

.gm-style .gm-style-iw {
  padding: 12px 12px;
}

@media (max-width: 544px) {
  .gm-style .gm-style-iw {
    padding: 6px 6px;
  }
}

.product-info-main .product-availability-search__search .amlocator-gps-container {
  position: relative;
}

.product-info-main .product-availability-search__search .amlocator-gps {
  position: absolute;
  top: 10px;
  left: -30px;
}

.product-info-main .product-availability-search__search .amlocator-gps:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  .product-info-main .product-availability-search__search-button {
    padding: 9px 24px;
  }
}

.amasty_distance {
  display: none !important;
}

@media (max-width: 767px) {
  .amlocator-main-container-popup .amlocator-main-container .amlocator-map-container .-storelist {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .amlocator-store-list .amlocator-wrapper {
    max-height: none;
  }
}

.contact-index-index h1 {
  font-size: 58px;
  line-height: 56px;
  color: #000000;
  margin: 32px 4px;
  text-align: center;
}

@media (min-width: 1200px) {
  .contact-index-index h1 {
    text-align: left;
  }
}

.contact-index-index .contact-info {
  border: 1px solid #ECECEC;
  padding: 0;
}

.contact-index-index .contact-info-container {
  padding: 16px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .contact-index-index .contact-info-container {
    padding: 32px 32px 64px 64px;
  }
}

.contact-index-index .contact-info-header {
  font-size: 24px;
  color: var(--theme-color);
  margin-bottom: 32px;
}

.contact-index-index .contact-info-content-title {
  font-size: 16px;
  margin-top: 32px;
  color: var(--theme-general-contact-page-subtitle-color);
}

.contact-index-index .contact-info-content-title-label {
  font-size: 16px;
  color: var(--theme-general-contact-page-subtitle-color);
}

.contact-index-index .contact-info-content-hours {
  font-size: 16px;
}

.contact-index-index .contact-info-content {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .contact-index-index .contact-info-content {
    padding-right: 97px;
  }
}

.contact-index-index .contact-info-content a {
  font-size: 14px;
  color: inherit;
}

.contact-index-index .contact-info-content address {
  margin-bottom: 32px;
}

.contact-index-index .contact-info-content__extra-info {
  margin-top: 32px;
}

.contact-index-index .contact-info-content__seal {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 1200px) {
  .contact-index-index .contact-info-content__seal {
    position: absolute;
    bottom: 32px;
    right: 32px;
  }
}

.contact-index-index .contact-info-content__email a {
  word-break: break-all;
}

.contact-index-index #store_map {
  height: 100%;
}

.contact-index-index .contact-custom-block {
  margin: 32px 0;
}

.contact-index-index .contact-form {
  margin-top: 64px;
}

@media (min-width: 1200px) {
  .contact-index-index .contact-form {
    margin-top: 96px;
  }
}

.contact-index-index .contact-form .fieldset-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  color: #313131;
  margin: 0 0 24px;
}

.contact-index-index .contact-form .actions-toolbar > .primary {
  float: none;
  margin: 0;
  display: block;
  width: 100%;
}

.contact-index-index .contact-form .actions-toolbar button.primary {
  float: none;
  border: 1px solid #212223;
  width: 100%;
}

.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}

.cms-index-index .columns {
  padding: 40px 0 64px;
}

@media (max-width: 767px) {
  .cms-index-index .columns {
    padding: 20px 0 64px;
  }
}

.cms-index-index .columns .column.main {
  padding: 0;
}

@media (max-width: 767px) {
  .cms-index-index .columns .column.main .hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .cms-index-index .columns .column.main .hide-on-desktop {
    display: none;
  }
}

.cms-index-index .columns .column.main .widget.block-products-list.grid .show-more-products {
  margin: 38px 0 38px 0;
}

.cms-index-index .columns .column.main .widget.block-products-list.grid .show-more-products .action.primary {
  width: 100%;
  background-color: #012579;
}

.cms-promotions_page #maincontent .widget.block-products-list.grid .pager-container {
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .account .page-main {
    padding: 0 30px;
  }
}

.account .page-main .breadcrumbs {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .account .page-main .breadcrumbs {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .account .page-main .breadcrumbs .items {
    padding-bottom: 12px;
  }
}

.account .page-main .page-title-wrapper {
  margin-bottom: 36px;
  border-bottom: 2px solid var(--theme-color);
}

@media (max-width: 767px) {
  .account .page-main .page-title-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.account .page-main .page-title-wrapper .page-title {
  font-size: 24px;
  padding-left: 8px;
  margin-bottom: 8px;
}

.account .page-main .sidebar.sidebar-main {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .account .page-main .sidebar.sidebar-main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav {
    margin-bottom: 64px;
    position: initial;
  }
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px 15px;
    border: none;
    background: #e6e7e9;
  }
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title strong {
    margin: 0 !important;
    padding: 0;
    text-transform: inherit;
  }
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title:after {
    content: "";
  }
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content {
    border-bottom: none;
  }
  .account .page-main .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-content .nav.items .item:first-child {
    border-top: none;
  }
}

.account .page-main .sidebar.sidebar-main .block-collapsible-nav .items {
  padding-left: 8px;
  list-style: none;
}

.account .page-main .sidebar.sidebar-main .block-collapsible-nav .item {
  margin: 0;
}

.account .page-main .sidebar.sidebar-main .block-category-brand.widget {
  display: none;
}

@media (min-width: 768px) {
  .account .page-main .column.main .block-dashboard-info .block-title {
    display: none;
  }
}

.account .page-main .column.main .items.order-links {
  list-style: none;
  padding: 0;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .account .page-main .column.main .items.order-links {
    margin-bottom: 0;
  }
}

.account .page-main .column.main #my-orders-table tbody tr .actions a:visited {
  color: #212223;
}

.account .page-main .column.main #my-subscriptions-table .price-box.price-final_price .price {
  font-family: "Roboto", arial, sans-serif;
}

@media (max-width: 767px) {
  .account .page-main .column.main {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 128px;
  }
  .account .page-main .column.main .block-dashboard-info {
    margin-bottom: 48px;
  }
  .account .page-main .column.main .orders-history {
    border: none;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table {
    margin: 0;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table thead tr .col {
    display: none;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr {
    display: block;
    border: 1px solid #d1d2d4;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr:not(:last-child) {
    margin-bottom: 30px;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr td[data-th] {
    font-weight: bold;
    display: block;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr td[data-th]:not(:last-child) {
    border-top: none;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr td[data-th]:not(:last-child):before {
    padding-right: 9px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #000;
    font-weight: 400;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .id {
    background: #f4f4f4;
    padding: 8px 20px;
    border-bottom: 1px solid #d1d2d4;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .date, .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .total {
    padding: 10px 20px 0;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .actions {
    padding: 8px 20px;
    margin-top: 10px;
    background: #f4f4f4;
    border-top: 1px solid #d1d2d4;
    border-bottom: 0;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .actions a {
    color: var(--theme-color);
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .actions a:visited {
    color: var(--theme-color);
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .actions a:first-child:after {
    content: none;
  }
  .account .page-main .column.main .table-wrapper.orders-recent #my-orders-table tbody tr .actions a:last-child {
    float: right;
  }
}

.login-container .block.block-new-customer .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.login-container .fieldset:after {
  display: none;
}

.b2b-account-form {
  border-radius: 8px;
  display: block;
}

.b2b-account-form.with-border {
  border: 2px solid var(--theme-create-account-border-color, #BD242B);
  padding: 24px;
}

.b2b-account-form .form-create-account .fieldset {
  width: 100%;
}

.b2b-account-form .form-create-account .fieldset-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}

.b2b-account-form .form-create-account .field.required .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}

@media (max-width: 991px) {
  .b2b-account-form .form-create-account .field.number_employees {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .b2b-account-form .form-create-account .field.other_industry {
    margin: 0 0 24px;
  }
}

.b2b-account-form .form-create-account .fieldset-2-column-with-title {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media (min-width: 992px) {
  .b2b-account-form .form-create-account .fieldset-2-column-with-title {
    grid-template-columns: 1fr 1fr;
  }
  .b2b-account-form .form-create-account .fieldset-2-column-with-title .full-width {
    grid-column: 1 / 3;
  }
}

.b2b-account-form .form-create-account .contact-separator {
  display: inline;
  padding-right: 24px;
}

.b2b-account-form .form-create-account .contact-method .fieldset-title:after {
  content: "*";
  color: #E02B27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}

.b2b-account-form .form-create-account .contact-method__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b2b-account-form .form-create-account .contact-method__radio .label:not(:last-child) {
  margin-right: 36px;
}

.b2b-account-form .form-create-account .contact-method__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.b2b-account-form .form-create-account .contact-method__wrapper .comment {
  display: inline-grid;
  grid-column-start: 1;
  grid-column-end: 3;
}

.b2b-account-form .form-create-account .actions-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0 34px;
}

.b2b-account-form .b2b-account-form-error-container {
  display: none;
  margin-top: 24px;
}

.b2b-account-form .b2b-account-form-success {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 2px solid green;
  border-radius: 4px;
}

.b2b-account-form .b2b-account-form-success:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b2b-account-form .b2b-account-form-success svg {
  display: block;
}

body.customer-account-login .create-an-account-button-container a {
  display: inline-block;
}

body.customer-account-login .create-an-account-button-container .create-an-account-title {
  margin-top: 0;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-bottom: 1.8rem;
}

body.customer-account-login .create-an-account-button-container .create-an-account-text {
  margin-bottom: 24px;
}

body.customer-account-login .create-an-account-button-container .create-an-account-text p:last-child {
  margin-bottom: 0;
}

body.customer-account-login .create-an-account-button-container button {
  background-color: #212223;
  border-color: #212223;
  color: #FFFFFF;
}

body.customer-account-login .create-an-account-button-container button:hover, body.customer-account-login .create-an-account-button-container button:active, body.customer-account-login .create-an-account-button-container button:focus {
  background-color: #3a3c3d;
  border-color: #3a3c3d;
}

body.customer-account-login .text-separator {
  position: relative;
}

body.customer-account-login .text-separator .text-separator-content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.customer-account-login .text-separator .text-separator-content span {
  background: white;
  padding: 0 12px;
  color: gray;
  text-transform: uppercase;
}

body.customer-account-createpassword .form.password.reset {
  max-width: 600px;
}

.wishlist-index-index .products-grid.wishlist .product-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 767px) {
  .wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 544px) {
  .wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  margin: 0;
  padding: 16px;
}

.wishlist-index-index .products-grid.wishlist .product-items .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wishlist-index-index .products-grid.wishlist .product-items .tocart {
  min-width: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 11px 24px;
}

.wishlist-index-index .products-grid.wishlist .product-items .box-tocart .product-item-actions {
  margin: 0;
  width: 100%;
}

.wishlist-index-index .products-grid.wishlist .product-items .box-tocart .product-item-actions .actions-primary {
  display: block !important;
}

.wishlist-index-index .products-grid.wishlist .product-items .product-item-inner > .product-item-actions > * {
  border: 1px solid #212223;
  border-radius: 4px;
  padding: 4px 12px;
}

.wishlist-index-index .form-wishlist-items .actions-toolbar {
  margin-top: 48px;
}

#tab-label-reviews .data.switch .counter {
  color: white;
}

#reviews #product-review-container ol.items.review-items {
  padding-left: 0;
  margin-bottom: 0;
}

#reviews #product-review-container ol.items.review-items li {
  list-style: none;
}

#reviews #product-review-container .review-title {
  margin: 0;
}

#reviews #product-review-container .review-title .review-ratings {
  margin-right: 16px;
}

#reviews #product-review-container .review-content-container .review-details {
  font-size: 12px;
}

#reviews #product-review-container .review-content-container .review-content {
  margin-bottom: 0;
}

#reviews #product-review-container .toolbar.review-toolbar {
  margin: 0;
}

#reviews #product-review-container .toolbar.review-toolbar .pages {
  margin: 0;
}

#reviews #product-review-container .toolbar.review-toolbar .pages .action.first:before {
  content: "\f802\f802";
  font-family: "porto-icons";
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#reviews #product-review-container .toolbar.review-toolbar .pages .action.first > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#reviews #product-review-container .toolbar.review-toolbar .pages .action.last:before {
  content: "\f801\f801";
  font-family: "porto-icons";
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

#reviews #product-review-container .toolbar.review-toolbar .pages .action.last > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#reviews .block.review-add.collapse {
  display: none;
}

#reviews .block.review-add #review-form {
  max-width: inherit;
}

#reviews .block.review-add #review-form .field {
  max-width: 500px;
}

#reviews .block.review-add #review-form .review-legend-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#reviews .block.review-add #review-form .review-legend-image img {
  width: 128px;
  margin: 0 24px 12px 0;
}

#reviews .block.review-add #review-form .review-legend-short-description ul > li {
  font-size: 12px;
}

#reviews .block.review-add #review-form button[type=submit] {
  font-family: "Roboto", arial, sans-serif;
}

.product-item .product-reviews-summary {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .header.content {
    border-radius: 64px;
    background: #1B3A5E;
    padding: 0 10px 0 0;
  }
}

.page-header.type2.header-newskin .logo img {
  max-width: none;
}

.page-header.type2.header-newskin .header.panel {
  padding: 7px 0;
}

.page-header.type2.header-newskin .header.panel .switcher-language {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-header.type2.header-newskin .header.panel > .header.links > li > a {
  text-transform: uppercase;
}

.page-header.type2.header-newskin .header.panel .truly-canadian-company {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header.type2.header-newskin .header.panel .truly-canadian-company img {
  height: 26px;
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .nav-sections-item-content .navigation .level0 > .level-top {
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .page-header.type2.header-newskin .block-search {
    margin-right: 32px;
  }
}

.page-header.type2.header-newskin .block-search > .block-content {
  margin: auto;
  padding: 0 64px;
}

@media (max-width: 767px) {
  .page-header.type2.header-newskin .block-search > .block-content {
    padding: 0;
  }
}

.page-header.type2.header-newskin .block-search > .block-content > form {
  position: relative;
}

.page-header.type2.header-newskin .block-search > .block-content > form .field.search .label:before {
  color: black;
}

.filter-options .filter-options-title, .filter-options .filter-options-item.active .filter-options-title {
  font-style: italic;
  text-transform: uppercase;
}

.product-info-main .product-info-stock-sku {
  text-align: left;
}
