/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\e81b';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-field-date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-title {
  white-space: normal;
  padding-right: 0;
  color: #333;
  padding-top: 15px;
  padding-bottom: 25px;
}
.mfp-title .data-grid-cell-content {
  white-space: pre-line;
}
.mfp-title .data-grid-cell-content:not(:last-child) {
  margin-bottom: 20px;
}
.mfp-counter {
  top: 15px;
  left: 0;
  font-weight: 600;
}
.mfp-bg {
  background: #ffffff;
  opacity: 0.9;
}
.mfp-preloader {
  color: #333;
}
.mfp-gallery .mfp-image-holder .mfp-content .mfp-figure .mfp-close {
  cursor: default !important;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
[data-related-block] {
  width: 100%;
}
.mst-related__block-bulletproof {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
.mst-related__block-bulletproof .bulletproof-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: transform 500ms;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item {
  min-width: 200px;
  flex: 1 1 0;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo {
  display: flex;
  width: 152px;
  height: 190px;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo img {
  height: auto;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details {
  margin-top: 10px;
  text-align: center;
  display: block;
  max-width: 100%;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link:hover {
  text-decoration: underline;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price {
  font-weight: bold;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .product-reviews-summary {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-actions {
  margin-top: 10px;
}
html:lang(ar) .mst-related_products__productsList,
html:lang(arc) .mst-related_products__productsList,
html:lang(dv) .mst-related_products__productsList,
html:lang(fa) .mst-related_products__productsList,
html:lang(ha) .mst-related_products__productsList,
html:lang(he) .mst-related_products__productsList,
html:lang(khw) .mst-related_products__productsList,
html:lang(ks) .mst-related_products__productsList,
html:lang(ku) .mst-related_products__productsList,
html:lang(ps) .mst-related_products__productsList,
html:lang(ur) .mst-related_products__productsList,
html:lang(yi) .mst-related_products__productsList {
  direction: rtl;
}
.mst-related_products__productsList {
  padding: 0;
  position: relative;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.mst-related_products__productsList .productsList-list {
  display: block;
  transition-duration: 100ms;
  transition-property: transform;
  transition-timing-function: linear;
}
.mst-related_products__productsList .productsList-list .productsList-list-item {
  display: block;
  padding: 2.2rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mst-related_products__productsList .productsList-list .productsList-list-item ._active {
  display: block;
}
.mst-related_products__productsList .productsList-list .productsList-list-item .products,
.mst-related_products__productsList .productsList-list .productsList-list-item .mst-related__block-bulletproof {
  margin: 0;
}
.mst-related_products__productsList .productsList-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0rem;
  clear: both;
}
.mst-related_products__productsList .productsList-paging .productsList-page {
  user-select: none;
  margin: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
  background: #c7c7c7;
  cursor: pointer;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-paging .productsList-page._active {
  background: #ff5501;
  width: 1.5rem;
  height: 1.5rem;
}
.mst-related_products__productsList .productsList-prev,
.mst-related_products__productsList .productsList-next {
  height: 6rem;
  width: 1.5rem;
  position: absolute;
  top: calc(50% - 30px);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 1.2rem 2rem;
  background-position: center;
  cursor: pointer;
  user-select: none;
  z-index: 1000;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-prev:hover,
.mst-related_products__productsList .productsList-next:hover {
  transform: scale(1.3);
}
.mst-related_products__productsList .productsList-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' transform='translate(5.000000, 9.000000) scale(-1, 1) translate(-5.000000, -9.000000) ' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .productsList-next {
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .products-grid li.product-item {
  margin-left: 0;
  margin-right: 0;
}
.mst-related_products__productsList.mst-arp-slider .productsList-list .productsList-list-item {
  transition: transform 100ms;
}
.mst-arp-wrapper .productsList-prev,
.mst-arp-wrapper .productsList-next,
.mst-arp-wrapper .productsList-paging {
  display: none;
}
.mst-arp-slider ol.product-items {
  justify-content: start !important;
  transition: transform 500ms;
  flex-flow: unset !important;
}
@media only screen and (min-width: 1024px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 1023px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 479px) {
  .mst-arp-wrapper .product-item {
    padding: 10px 0;
  }
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
.question-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.answer-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.question-message {
  max-width: 500px;
}
.answer-message {
  max-width: 500px;
}
.qsearch-form {
  display: table;
  width: 100%;
}
.qsearch-form .field {
  display: table-cell;
}
.qsearch-form .submit.control {
  display: table-cell;
  width: 1%;
}
.qsearch-form .submit.control button {
  margin-top: 8px;
}
.questions-list {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.questions-list .no-result {
  color: #e02b27;
  font-weight: 600;
}
.questionqa .fieldset {
  margin-bottom: 10px;
}
.date-n-customer-name {
  display: table;
  margin-top: 5px;
}
.date-n-customer-name .name {
  display: table-cell;
  padding-right: 5px;
}
.date-n-customer-name .date {
  display: table-cell;
}
#productquestions .actions a.action {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.qheader .actions a.action img {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.ansheader .actions a.action img {
  height: 19px;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.answers ul {
  margin: .0;
  padding: .0px;
}
.answers ul li {
  list-style-type: none;
  margin: 0;
}
.questionqa .answers .fieldset {
  margin: 0;
}
#productquestions button.loadmoreanswerbutton {
  margin: 0 0 10px 0;
}
#productquestions .answer-form {
  margin: 20px 0 0 0;
}
#productquestions span.count {
  font-size: 16px;
}
#productquestions .qtitle h3 {
  color: #0066c0;
  font-size: 16px;
  margin: 0;
}
#productquestions span.question-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 40px 0 0;
  width: 88px;
}
#productquestions .answers .amswer {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
#productquestions .anstitle {
  color: #000000;
  float: left;
  font-weight: 600;
  margin: 0 20px 0 0;
}
#productquestions .ansheader .actions a {
  color: #000000;
}
.anstitle + .actions {
  float: left;
  margin: 0;
}
.date span,
.name span {
  color: #767676 !important;
  font-weight: 400;
}
#productquestions .qtitle {
  float: left;
  line-height: normal;
  margin: 0 15px 0 0;
}
#productquestions .date-n-customer-name {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  width: 100%;
}
#productquestions .date-n-customer-name .name {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-right: 5px;
  width: auto;
}
#productquestions .date-n-customer-name .date {
  display: inline-block;
  float: left;
  margin-top: 0;
  width: auto;
}
#productquestions .qheader {
  align-items: flex-start;
  background: none;
  display: flex;
}
#productquestions .answers {
  align-items: flex-start;
  background: none;
  display: flex;
  margin-top: 15px;
}
.productquestion {
  margin-bottom: 30px;
}
#question-message {
  width: 100%;
}
.qtitle + .actions {
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: text-bottom;
}
.question-form {
  float: left;
  width: 100%;
}
.anstitle + .actions,
.qtitle + .actions {
  text-align: right;
}
.main-ans-content {
  width: 100%;
}
.main-question-content {
  width: 100%;
}
#productquestions .actions-toolbar {
  margin: 10px 0 0 0;
}
#productquestions .answer-form .primary.actions-primary {
  float: left;
}
@media screen and (min-width: 520px) {
  .questionqa .box-addanswer > .fieldset {
    float: left;
    width: 100%;
  }
  .questionqa .box-addanswer > .sortorder {
    float: left;
    width: 60%;
  }
  .questionqa .box-addanswer {
    clear: both;
    float: left;
    width: 100% !important;
  }
  .questionqa .box-addanswer #product-askquestion-button {
    margin-top: 0;
  }
  .box-addanswer .messages {
    clear: both;
    float: left;
  }
  .questionqa .box-addanswer > .sortorder.last {
    float: right;
    width: 38%;
  }
}
@media (min-width: 768px) {
  .detailed .product.data.items > .item.content {
    padding: 15px 35px 15px 35px;
  }
}
@media (max-width: 767px) {
  #productquestions .answer-form button.action.submit.primary {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 7px 0;
    width: 121px;
  }
  #productquestions span.question-title {
    width: 57px;
  }
}
@media (max-width: 381px) {
  #productquestions .date-n-customer-name {
    display: inherit;
  }
}
.productquestion #answer-message {
  margin: 20px 0 0 0;
}
.field.checkbox {
  display: flex;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .filter-active .mst-nav__apply-button-wrapper {
    display: block !important;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-start;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-left: 0;
    text-align: left;
  }
  .porto-ibanner-layer {
    font-size: .875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #newsletter_popup {
    width: 100% !important;
  }
  #newsletter_popup .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-left: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.has-ccols:not(.owl-loaded) {
  display: flex;
  width: auto;
}
.has-ccols {
  flex-wrap: wrap;
}
.has-ccols.owl-carousel:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow: hidden;
}
.has-ccols > *,
.ccols-wrap > * {
  max-width: 100% !important;
  flex: 0 0 auto !important;
  width: var(--porto-cw, 100%) !important;
}
.porto-carousel .elementor-column {
  width: 100% !important;
}
.has-ccols .elementor-section,
.has-ccols .elementor-column,
.has-ccols .elementor-element {
  width: var(--porto-cw, 100%) !important;
}
.owl-carousel.has-ccols:not(.owl-loaded) > * {
  position: relative;
}
.ccols-1 {
  --porto-cw: 100%;
}
.ccols-2 {
  --porto-cw: 50%;
}
.ccols-3 {
  --porto-cw: 33.3333%;
}
.ccols-4 {
  --porto-cw: 25%;
}
.ccols-5 {
  --porto-cw: 20%;
}
.ccols-6 {
  --porto-cw: 16.6666%;
}
.ccols-7 {
  --porto-cw: 14.2857%;
}
.ccols-8 {
  --porto-cw: 12.5%;
}
.ccols-9 {
  --porto-cw: 11.1111%;
}
.ccols-10 {
  --porto-cw: 10%;
}
@media (min-width: 576px) {
  .ccols-sm-1 > * {
    --porto-cw: 100%;
  }
  .ccols-sm-2 > * {
    --porto-cw: 50%;
  }
  .ccols-sm-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-sm-4 > * {
    --porto-cw: 25%;
  }
  .ccols-sm-5 > * {
    --porto-cw: 20%;
  }
  .ccols-sm-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 768px) {
  .ccols-md-1 > * {
    --porto-cw: 100%;
  }
  .ccols-md-2 > * {
    --porto-cw: 50%;
  }
  .ccols-md-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-md-4 > * {
    --porto-cw: 25%;
  }
  .ccols-md-5 > * {
    --porto-cw: 20%;
  }
  .ccols-md-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 992px) {
  .ccols-lg-1 > * {
    --porto-cw: 100%;
  }
  .ccols-lg-2 > * {
    --porto-cw: 50%;
  }
  .ccols-lg-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-lg-4 > * {
    --porto-cw: 25%;
  }
  .ccols-lg-5 > * {
    --porto-cw: 20%;
  }
  .ccols-lg-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-lg-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-lg-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-lg-9 > * {
    --porto-cw: 11.1111%;
  }
}
@media (min-width: 1592px) {
  .ccols-xl-2 > * {
    --porto-cw: 50%;
  }
  .ccols-xl-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-xl-4 > * {
    --porto-cw: 25%;
  }
  .ccols-xl-5 > * {
    --porto-cw: 20%;
  }
  .ccols-xl-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-xl-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-xl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-xl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-xl-10 > * {
    --porto-cw: 10%;
  }
}
@media (min-width: 1400px) {
  .ccols-sl-10 > * {
    --porto-cw: 10%;
  }
  .ccols-sl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-sl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-sl-7 > * {
    --porto-cw: 14.2857%;
  }
}
.has-ccols.owl-loaded > div {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}
.has-ccols.owl-loaded > .owl-nav {
  width: 100% !important;
}
.row > .porto-carousel {
  padding-left: 0;
  padding-right: 0;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all all 300ms ease-in-outs ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all all 450ms ease-in-outs ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: all border-color 450ms ease-in-outs ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  html.fixed {
    overflow: hidden !important;
  }
  html.fixed .catalog-category-view .sidebar .filter-options,
  html.fixed .catalogsearch-result-index .sidebar .filter-options,
  html.fixed .landing-landing-view .sidebar .filter-options {
    display: none;
  }
  html.fixed .catalog-category-view .sidebar .filter-options.showLayered,
  html.fixed .catalogsearch-result-index .sidebar .filter-options.showLayered,
  html.fixed .landing-landing-view .sidebar .filter-options.showLayered {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 476px) {
  html.nav-open .page-wrapper {
    right: calc(100% - 54px);
  }
}
@media (min-width: 476px) and (max-width: 991px) {
  html.nav-open .page-wrapper {
    right: 400px;
  }
}
@media (max-width: 991px) {
  html.nav-open {
    position: fixed;
    z-index: 3;
  }
  html.nav-open .page-wrapper {
    position: relative;
    left: unset;
  }
  html.nav-open .page-wrapper .page-header::after {
    content: '';
    position: fixed;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(50, 50, 50, 0.5);
  }
  html.nav-open .page-wrapper .page-header .nav-toggle {
    z-index: 0;
  }
  html.nav-open .page-wrapper .nav-sections {
    right: 0 !important;
    width: calc(100% - 54px);
    max-width: 400px;
  }
  html .ves-mdrilldown nav.navigation .dropdown-menu {
    display: none !important;
  }
  html .ves-megamenu.ves-mdrilldown nav.navigation > .dropdown-menu.ui-state-active:first-child {
    display: block !important;
  }
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #f1f1f1;
  font-size: 10px;
  overflow: visible !important;
  position: relative;
}
@media screen and (min-width: 992px) {
  body .menu-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  body:has(.navigation > .ui-menu > li:hover) .menu-overlay {
    display: block !important;
  }
}
body .mpquickcart-icon-wrapper {
  position: static !important;
}
body .mpquickcart .block-title {
  padding-top: 2rem;
}
body .mpquickcart .modal-content {
  overflow: hidden !important;
}
body .mpquickcart .modal-content * {
  color: #323232;
  font-size: 1.4rem;
}
body .mpquickcart .minicart-items-wrapper {
  overflow-y: auto;
}
body .mpquickcart .block-footer {
  position: static;
  height: auto;
}
body .mpquickcart .block-items {
  height: 55%;
  padding-top: 2rem;
}
body .mpquickcart .minicart-items-wrapper {
  max-height: unset;
}
body .mpquickcart .action.primary {
  width: 50% !important;
  height: unset;
  transition: 0.3s;
}
body .mpquickcart .action.primary:hover {
  opacity: 0.5;
}
body .mpquickcart .action.primary span {
  color: #ffffff !important;
}
body .mpquickcart .viewcart {
  background-color: #323232 !important;
}
body .mpquickcart #top-cart-btn-checkout {
  background-color: #10a0dd;
}
body .page.messages .messages > * {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.catalog-category-view .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper),
  body.catalogsearch-result-index .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper),
  body.landing-landing-view .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-category-view .layered-mobile-actions .secondary,
  body.catalogsearch-result-index .layered-mobile-actions .secondary,
  body.landing-landing-view .layered-mobile-actions .secondary {
    display: none;
  }
}
@media (max-width: 767px) {
  body.position-fixed {
    overflow-y: hidden !important;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions {
    background-color: #ffffff;
    position: sticky;
    bottom: 0;
    z-index: 9;
    display: grid;
    gap: 0.5rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    order: 1;
    margin-top: auto;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions .secondary,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions .secondary,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions .secondary {
    border: none;
    color: #323232;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    padding: 0.4rem;
    text-align: center;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions .secondary:hover,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions .secondary:hover,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions .secondary:hover {
    background-color: transparent;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper {
    background-color: #323232;
    border-radius: 10rem;
    padding: 0;
    box-shadow: unset;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button {
    display: block;
    padding: 0.4rem 0;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner {
    display: none;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .action,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0;
    text-transform: none !important;
    display: inherit;
    width: 100%;
    text-align: center;
    border-radius: 10rem !important;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover {
    background-color: #323232;
    color: #ffffff;
  }
  body:not(.position-fixed) .mst-nav__apply-button-wrapper {
    display: none !important;
  }
  body.catalog-category-view .sidebar .filter .close-layer-nav,
  body.catalogsearch-result-index .sidebar .filter .close-layer-nav,
  body.landing-landing-view .sidebar .filter .close-layer-nav {
    display: none;
    position: fixed;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 600;
    cursor: pointer;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 903;
  }
  body.catalog-category-view .sidebar .filter.show-overlay .close-layer-nav,
  body.catalogsearch-result-index .sidebar .filter.show-overlay .close-layer-nav,
  body.landing-landing-view .sidebar .filter.show-overlay .close-layer-nav {
    display: block;
  }
}
@media (min-width: 768px) {
  body .close-layer-nav {
    display: none;
  }
}
body .products {
  margin: 4px 0;
}
body .row {
  margin-left: 0;
  margin-right: 0;
}
body .headertopfix {
  background-color: #10a0dd;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  body .headertopfix {
    z-index: 4;
  }
}
body .headertopfix.panel-up {
  top: -4rem;
}
body .headertopfix .ourbarfix .announcement-button {
  font-family: 'Montserrat', sans-serif;
}
body .headertopfix .ourbarfix .topfix-close {
  background-color: transparent;
  border: none;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  float: unset;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .headertopfix .ourbarfix .topfix-close a {
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body .page-main {
    margin-left: auto;
    margin-right: auto;
  }
}
body .page-main .category_brands_block {
  background-color: #323232 !important;
  border-radius: 40px;
  margin: 2% 1% !important;
  padding: 20px 0 0 !important;
}
body .page-main .category_brands_block h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  width: 100%;
}
body .page-main .category_brands_block .brands {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: hidden;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  body .page-main .category_brands_block .brands {
    width: 100%;
  }
}
body .page-main .category_brands_block .brands img {
  height: 7.5rem;
  object-fit: contain;
  width: 100%;
}
body .page-main .category_brands_block .brands > div {
  height: auto;
  margin: 0 0 2%;
  text-align: center;
  max-width: 10%;
}
@media screen and (max-width: 992px) {
  body .page-main .category_brands_block .brands > div {
    margin: 0 0 9%;
  }
}
@media screen and (min-width: 1900px) {
  body .page-main .category_brands_block .brands > div {
    margin: 0 0% 1.5%;
  }
}
@media screen and (max-width: 1024px) {
  body .page-main .category_brands_block .brands > div {
    max-width: 20%;
  }
}
@media screen and (width: 768px) {
  body .page-main .category_brands_block .brands > div {
    max-width: 24%;
  }
}
@media screen and (max-width: 767px) {
  body .page-main .category_brands_block .brands > div {
    display: inline-block;
    max-width: 30%;
  }
}
body .page-main .category_brands_block .brands > div a p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow-x: hidden;
  padding-top: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body .page-main .category_brands_block .brands > div a p {
    font-size: 1.5rem;
  }
}
body .page-main .category_brands_block .toggle_brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding-bottom: 2.35rem;
  row-gap: 3rem;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  body .page-main .category_brands_block .toggle_brand {
    padding: 2.35rem;
  }
}
body .page-main .category_brands_block .toggle_brand i {
  font-family: 'FontAwesome';
  font-style: normal;
}
body .product-item .tocart {
  border-radius: 0;
}
*::-webkit-scrollbar {
  width: 1.2rem;
  height: 1rem;
}
@media (max-width: 992px) {
  *::-webkit-scrollbar {
    width: 1rem;
  }
}
*::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10rem;
}
*::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #10a0dd, #323232);
  border-radius: 10rem;
  border: none;
}
textarea {
  resize: none;
}
.modal-footer button,
.policy-content {
  font-size: 1.2rem;
}
#minicart-content-wrapper span,
#minicart-content-wrapper .label,
#minicart-content-wrapper label {
  font-size: 14px;
}
.account .page-main span,
.account .page-main .label,
.account .page-main label {
  font-size: 14px;
}
.account .page-main .order-status {
  border-color: #b9b9b9;
  padding: 0.25rem 0.9rem;
  line-height: 1;
}
.account .page-main .order-date {
  color: #323232;
}
.breadcrumbs {
  background-color: transparent !important;
  border: none;
  padding: 1% 1% 0 !important;
  margin-bottom: 0;
}
.breadcrumbs .items {
  flex-wrap: wrap !important;
  padding: 5px 0;
}
.breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-transform: capitalize !important;
}
.breadcrumbs .items .item.product {
  overflow-x: hidden;
}
.breadcrumbs .items .item.product a,
.breadcrumbs .items .item.product strong {
  overflow-x: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  color: #323232;
}
header.page-header {
  position: sticky;
  top: 0;
  z-index: 15;
  transition: all 0.3s;
  padding: 0;
}
header.page-header.type22 {
  background-color: #232323;
}
header.page-header.type22 .separator-line-all {
  position: relative;
}
header.page-header.type22 .separator-line-all::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #707070;
  left: 3px;
  bottom: 4px;
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation > ul > li.hide-desktop {
    display: none !important;
  }
  header.page-header.type22 .separator-line-desktop {
    position: relative;
  }
  header.page-header.type22 .separator-line-desktop::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #707070;
    left: 3px;
    bottom: 4px;
  }
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .hide-mobile {
    display: none !important;
  }
  header.page-header.type22 .separator-line-mobile {
    position: relative;
  }
  header.page-header.type22 .separator-line-mobile::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #707070;
    left: 3px;
    bottom: 4px;
  }
  header.page-header.type22 .heading-mobile {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
  }
  header.page-header.type22 .small-line-height-mobile a {
    line-height: 4rem !important;
  }
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .logo {
    margin-right: 0;
    cursor: pointer;
  }
  header.page-header.type22 .logo img {
    max-width: 75%;
  }
  header.page-header.type22 .navigation > ul .level0.parent a::after {
    display: none;
  }
  header.page-header.type22 .navigation > ul .level0.parent .nav-anchor.actived span:first-child::after {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  header.page-header.type22 .nav-sections-items {
    margin-left: 26rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1260px) {
  header.page-header.type22 .nav-sections-items {
    margin-left: 7rem;
  }
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .navigation > ul {
    display: inline-flex !important;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item {
    display: inline-block !important;
    margin: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item:first-child {
    padding-left: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item:last-child {
    padding-right: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item > .nav-anchor {
    padding: 1.65rem 0 !important;
    color: #fff !important;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  header.page-header.type22 .navigation > ul .level0.nav-item {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header.type22 .navigation > ul .level0.nav-item {
    padding: 0 1.9rem;
  }
}
header.page-header.type22 .nav-sections-item-title {
  background-color: #232323;
  border: 0;
}
header.page-header.type22 .nav-sections-item-title.active a {
  color: #ffffff;
}
header.page-header.type22 .block-search .label:before {
  color: #ffffff !important;
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .block-search .label.active + .control input {
    left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .block-search .search-autocomplete {
    left: 50%;
    top: 8.5rem;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
header.page-header.type22 .block-search .search-autocomplete li {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 400;
}
header.page-header.type22 .block-search .search-autocomplete li .amount {
  color: #323232 !important;
}
header.page-header.type22 .nav-toggle {
  order: 0;
}
header.page-header.type22 .nav-toggle::before {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 !important;
    width: auto;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation {
    background-color: #232323 !important;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation {
    background-color: #232323;
    padding: 0;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu {
    border: none;
    display: inline-flex;
    justify-content: center;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item {
    border-bottom: none;
    transition: 0.3s;
    flex-direction: column-reverse;
    cursor: pointer;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item > .nav-anchor {
    background-color: #232323 !important;
    padding: 1.65rem 0;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover > .nav-anchor,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current > .nav-anchor {
    border-bottom: solid 2px #ffffff;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover .active-link-line,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current .active-link-line {
    position: relative;
    height: 2px;
    width: 100%;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover .active-link-line::after,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current .active-link-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 1rem;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 0;
    background-color: transparent !important;
    font-weight: 700;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor i,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor .opener,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor::after,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor span::after {
    display: none;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .ui-menu {
    width: 100% !important;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .ui-menu-item .nav-anchor:not(.subitems-group) {
    text-align: right;
    width: 100%;
  }
}
header.page-header.type22 .header.content {
  padding: 0 2rem;
  justify-content: space-between;
}
header.page-header.type22 .header.content::after,
header.page-header.type22 .header.content::before {
  display: none;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .header.content {
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 1%;
  }
}
header.page-header.type22 .header.content > .logo {
  margin: 0;
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .header.content > .logo {
    margin-right: 0;
  }
}
header.page-header.type22 .header.content > .logo img {
  width: 13.1rem;
  height: 2.5rem;
  object-fit: contain;
}
header.page-header.type22 .header.content .nav-sections {
  font-family: 'Montserrat', sans-serif !important;
}
header.page-header.type22 .header.content .nav-sections .drill-opener {
  background-color: #232323;
  border: none;
}
header.page-header.type22 .nav-sections {
  background-color: #232323 !important;
}
header.page-header.type22 .nav-sections ul {
  background-color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.page-header.type22 .nav-sections {
    pointer-events: unset !important;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .nav-sections-items,
  header.page-header.type22 .nav-sections .nav-sections-item-content,
  header.page-header.type22 .nav-sections .ves-megamenu-mobile,
  header.page-header.type22 .nav-sections .navigation,
  header.page-header.type22 .nav-sections .navigation > ul,
  header.page-header.type22 .nav-sections .navigation > ul > li {
    height: 100%;
  }
  header.page-header.type22 .nav-sections .navigation > ul > li {
    align-items: center;
    display: flex;
  }
}
header.page-header.type22 .nav-sections .close-ves-mobile-menu {
  display: none;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .nav-sections .close-ves-mobile-menu {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2rem;
    float: right;
    cursor: pointer;
  }
  header.page-header.type22 .nav-sections .close-ves-mobile-menu span {
    width: 20px;
    height: 2px;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  header.page-header.type22 .nav-sections .close-ves-mobile-menu span:last-child {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}
header.page-header.type22 .nav-sections .navigation {
  max-width: unset;
  border: unset !important;
  background-color: #232323 !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation {
    position: static;
    max-width: 720px;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu,
header.page-header.type22 .nav-sections .navigation > ul {
  border-bottom: none !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu,
  header.page-header.type22 .nav-sections .navigation > ul {
    width: auto !important;
    position: static;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item {
  border: none;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    left: 0 !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu:hover {
  display: flex !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    padding-top: 3.4rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu .dropdown-mega,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu .dropdown-mega {
  background-color: transparent;
  padding: 0;
  margin: 0 !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu .dropdown-mega *,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu .dropdown-mega * {
  background-color: transparent;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0.current > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0.current > .submenu {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0:hover > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0:hover > .submenu {
    display: flex !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor {
  text-transform: capitalize;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
  background-color: #232323 !important;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
    line-height: 2.4rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group) span,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) span {
  font-size: inherit;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived span:first-child,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived span:first-child {
  position: relative;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived span:first-child::after,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived span:first-child::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  top: 140%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: solid 5px #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived .caret::before,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived .caret::before {
  transform: rotate(180deg);
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret {
  position: relative;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret {
    display: inline;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret::before,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  left: 10px;
  position: absolute;
  transition: all 0.2s linear;
  top: 0;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap {
  column-gap: 3.2rem;
  display: none;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap {
    flex-wrap: wrap;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-content,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-content {
  width: 100% !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-content,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-content {
    max-width: 288px !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar {
  padding: 15px 10px;
  width: 100% !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar {
    column-gap: 2.9rem;
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    padding: 0 2.8rem 3rem 0;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar img,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar img {
  position: relative;
  width: 100%;
  z-index: 999;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar img:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar img:hover {
  transform: unset !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
  background-color: #232323 !important;
  overflow-y: auto;
  border: none !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
    min-width: 300px !important;
    top: 100% !important;
    left: 0;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: auto !important;
    max-height: calc(100vh - 52px);
    transform-origin: top center;
    animation: unfold 0.5s forwards;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    opacity: 0;
    animation: fadeDown 0.75s 0.5s forwards;
  }
}
@media screen and (min-width: 993px) and (max-width: 1023px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
    max-height: 71vh !important;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .content-wrapper,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .content-wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    padding: 0 5rem;
  }
}
@keyframes unfold {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor {
  color: #ffffff;
  border: none;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 2.2rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .opener,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .opener {
  display: none;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor {
  color: #f1f1f1 !important;
  font-weight: 500 !important;
  text-align: left;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor {
    font-size: 1.4rem !important;
    line-height: 1.8rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor:hover {
  color: #10a0dd !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator {
  position: relative;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator::after,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #707070;
  left: 3px;
  bottom: 4px;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor {
  text-transform: capitalize !important;
}
@media screen and (min-width: 768px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor {
    padding-bottom: 1rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor .caret,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor .caret {
  display: none;
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .two-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .two-col .item-content1,
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .three-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .three-col .item-content1,
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .four-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .four-col .item-content1 {
    display: flex;
    column-gap: 10rem;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col {
    width: unset !important;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col > div:not(:last-child),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col > div:not(:last-child) {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .nav-sections .navigation .drilldown-back {
    left: 0;
  }
}
header.page-header.type22 .nav-sections .navigation .drilldown-back a {
  text-transform: capitalize;
  background-color: #232323;
  color: #ffffff !important;
  font-weight: 700;
}
header.page-header.type22 .nav-sections .navigation .drilldown-back a .drill-opener {
  background-color: #232323;
}
@media screen and (max-width: 768px) {
  header.page-header.type22 .nav-sections .navigation .drilldown-back + .submenu-inner .nav-item {
    background-color: #232323;
  }
}
header.page-header.type22 .nav-sections .navigation .drilldown-back + .submenu-inner .nav-anchor {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  text-transform: capitalize !important;
  background-color: #232323 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections {
    left: unset;
    right: calc(-1 * (100% - 54px));
  }
  header.page-header.type22 .nav-sections .nav-sections-item-content {
    margin-top: 0;
  }
}
header.page-header.type22 .block-search input {
  height: auto;
  line-height: 1;
  border-radius: 3rem !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #b9b9b9;
  font-style: normal;
}
header.page-header.type22 .header-main-right {
  column-gap: 3rem;
}
header.page-header.type22 .header-main-right > * {
  min-width: 24px;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .header-main-right {
    padding-right: 3%;
  }
  header.page-header.type22 .header-main-right .my-wishlist {
    display: none !important;
  }
  header.page-header.type22 .header-main-right .top-links-area {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .header-main-right {
    padding-right: 6%;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .header-main-right {
    flex: 0 0 auto !important;
  }
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .header-main-right {
    width: 100%;
  }
}
header.page-header.type22 .header-main-right .block-search {
  margin-right: 0;
  width: 100%;
  padding-left: 0 !important;
}
header.page-header.type22 .header-main-right .block-search label:before {
  color: #ffffff !important;
}
@media screen and (max-width: 1260px) {
  header.page-header.type22 .header-main-right .block-search .search #search {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (width: 768px) {
  header.page-header.type22 .header-main-right .block-search .label,
  header.page-header.type22 .header-main-right .block-search .search-category {
    display: none;
  }
  header.page-header.type22 .header-main-right .block-search #search {
    margin: 0;
  }
}
header.page-header.type22 .header-main-right .autocomplete-suggestion a img {
  max-height: unset;
}
header.page-header.type22 .header-main-right a.action {
  display: block;
  width: auto !important;
  text-align: center;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .header-main-right a.action {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
header.page-header.type22 .header-main-right a.action.my-wishlist {
  margin-right: 0;
  line-height: 2rem;
}
header.page-header.type22 .header-main-right a img {
  text-align: center;
  display: inline-block;
  margin: auto;
  max-height: 2rem;
}
header.page-header.type22 .header-main-right a[title="FAQ"] img {
  max-height: 3.5rem;
  vertical-align: middle;
}
header.page-header.type22 .header-main-right .search-area {
  max-width: 225px;
  margin: 0;
}
header.page-header.type22 .header-main-right .search-area .minisearch .label::before {
  color: #ffffff;
  margin: 0 !important;
}
header.page-header.type22 .header-main-right .search-area .action.search {
  background-color: #b9b9b9;
  border-radius: 50% !important;
  height: 39px;
  line-height: 36px;
  padding: 0 1.25rem;
}
header.page-header.type22 .header-main-right .search-area .action.search:before {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 700;
}
header.page-header.type22 .header-main-right .search-area .action.search:disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
header.page-header.type22 .header-main-right a i {
  color: #ffffff;
}
header.page-header.type22 .my-bag {
  color: #ffffff !important;
  font-size: 1.2rem !important;
}
header.page-header.type22 .my-bag img {
  display: block;
}
header.page-header.type22 .minicart-wrapper {
  margin-top: 0;
  margin-left: 0px;
  margin-right: 0;
}
header.page-header.type22 .minicart-wrapper .showcart {
  border: 0px solid transparent !important;
  height: unset !important;
  line-height: 14px !important;
}
header.page-header.type22 .minicart-wrapper .showcart .counter {
  background-color: #10a0dd !important;
  right: -4px !important;
}
header.page-header.type22 .minicart-wrapper #top-cart-btn-checkout {
  background-color: #10a0dd;
  border-color: #10a0dd;
  height: auto;
  padding: 1.2rem 1rem 1.5rem;
  border-radius: 0;
}
header.page-header.type22 .minicart-wrapper .minicart {
  position: relative;
}
header.page-header.type22 .minicart-wrapper .minicart .counter {
  background-color: transparent !important;
  height: 2rem !important;
  line-height: 1.9rem !important;
  margin-top: 0 !important;
  right: 0.5rem !important;
  position: absolute !important;
  top: -1rem;
  width: 2rem !important;
}
header.page-header.type22 .minicart-wrapper .minicart .counter .counter-number {
  background-color: #EB4656;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  height: 2rem;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
}
header.page-header.type22 .minicart-wrapper .minicart .counter .counter-label {
  display: none !important;
}
header.page-header.type22 .minicart-wrapper .block-minicart {
  border-top-color: #ffffff;
  border-radius: 0 0 4rem 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding-top: 5px;
  right: -1.89rem;
  padding-bottom: 5.9rem;
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: -0.45rem;
  }
}
@media (min-width: 768px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    width: 505px;
  }
}
@media screen and (max-width: 576px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: 0;
    transform: translateX(30%);
    width: 30rem;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart::before {
  top: -19px;
}
@media (min-width: 992px) {
  header.page-header.type22 .minicart-wrapper .block-minicart::before {
    right: 45px;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart .block-title {
  color: #323232;
  border-bottom: 1px solid rgba(0, 0, 0, 0.161);
  display: block;
  padding-bottom: 1rem;
  text-align: center;
}
header.page-header.type22 .minicart-wrapper .block-minicart .block-title span {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 150%;
}
header.page-header.type22 .minicart-wrapper .block-minicart .amount .price-wrapper {
  line-height: 0;
}
header.page-header.type22 .minicart-wrapper .block-minicart::before {
  border-bottom-color: #ffffff;
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal {
  border-top: 1px solid rgba(0, 0, 0, 0.161);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem 0 0.5rem;
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal span {
  color: #323232;
  font-size: 2.5rem !important;
  font-weight: 600;
  line-height: 3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .block-minicart .subtotal span {
    font-size: 2rem !important;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal .amount .price {
  color: #9d1107;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .sharecart {
  display: none;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .primary,
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .secondary {
  margin: 0;
  flex: 1;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .primary .action,
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .secondary .action {
  margin: 0 !important;
  width: 100%;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
header.page-header.type22 .minicart-wrapper .block-minicart .minicart-widgets {
  display: none;
}
header.page-header.type22 .minicart-wrapper .block-minicart .viewcart {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
  height: 100% !important;
  padding: 1.2rem 1rem 1.5rem !important;
}
header.page-header.type22 .minicart-wrapper .block-minicart .viewcart span {
  vertical-align: sub;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product {
  display: flex;
  column-gap: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product::before,
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product::after {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo {
  float: unset;
  margin-bottom: 10px;
  min-width: 26%;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo .product-image-container {
  border: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo .product-image-container .product-image-photo {
  max-height: 110px;
  height: auto !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  column-gap: 1rem;
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details {
    grid-template-columns: 240px 90px;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  grid-column-start: 1;
  grid-column-end: 3;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options.active {
  flex-wrap: wrap;
  gap: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list {
  display: grid;
  grid-template-columns: 85px 140px;
  column-gap: 0.5rem;
}
@media screen and (min-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list {
    grid-template-columns: 85px 150px;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dt,
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dd {
  color: #323232;
  word-break: break-word;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dd:not(:last-child) {
  padding-right: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .toggle {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price {
  color: #9d1107;
  font-size: 2rem !important;
  font-weight: 600;
  line-height: 2.4rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product a {
  margin: 0 !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product a::before {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions {
  margin: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions .action span {
  clip: unset;
  height: auto;
  width: auto;
  margin: 0;
  position: static;
  color: #10a0dd;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions .primary {
  display: none;
}
header.page-header.type22 a.action.my-wishlist {
  margin-left: 0;
}
header.page-header.type22 .top-links-area {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0;
}
header.page-header.type22 .top-links-area .links > li {
  cursor: pointer;
  display: block;
  margin: 0 0 0.5rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.6rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s linear;
}
header.page-header.type22 .top-links-area .links > li:hover {
  background-color: #f1f1f1;
  transition: all 0.2s linear;
}
header.page-header.type22 .top-links-area .links > li.link {
  float: unset;
}
header.page-header.type22 .top-links-area .links > li span,
header.page-header.type22 .top-links-area .links > li a {
  font-size: 1.3rem;
}
header.page-header.type22 .top-links-area .links > li a {
  color: #323232 !important;
  font-weight: 600;
  display: block;
}
header.page-header.type22 .top-links-area .links > li a .counter {
  color: #323232;
  font-size: 1rem;
}
header.page-header.type22 .top-links-area .welcome {
  width: 160px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.page-header.type22 .top-links-area .welcome.active ul {
  display: block;
}
header.page-header.type22 .top-links-area .welcome.active ul li a {
  display: block;
  line-height: 1.4;
  padding: 8px;
}
header.page-header.type22 .top-links-area .customer-welcome {
  background-color: transparent;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1rem;
  background-color: transparent !important;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name {
  display: inline;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch {
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch:hover {
  background: none;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu {
  margin-top: 0;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu .header.links {
  min-width: 175px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-top: 7px;
  left: auto;
  right: 0;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu li {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize !important;
}
header.page-header.type22 .top-links-area .customer-welcome.active ul {
  display: block;
}
header.page-header.type22 .top-links-area .customer-welcome.active ul li a {
  display: block;
  line-height: 1.4;
  padding: 8px;
}
header.page-header.type22 .top-links-area .customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
header.page-header.type22 .top-links-area .customer-menu ul {
  padding: 0;
}
header.page-header.type22 .top-links-area > .links {
  background-color: #ffffff !important;
  border: none;
  border-radius: 0.3rem 0.3rem 2rem 2rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: -45%;
  margin: 0;
  margin-top: 1.5rem;
  min-width: 18rem;
  padding: 1rem 0;
  position: absolute;
  text-align: right;
  transform: translateX(-50%);
  top: 100%;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  header.page-header.type22 .top-links-area > .links {
    left: unset;
    transform: none;
    right: 0;
  }
}
header.page-header.type22 .top-links-icon > a > span {
  display: none;
}
header.page-header.type22 .panel.header > * {
  text-align: left;
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header {
    height: unset !important;
  }
}
header.page-header.type22.sticky-header a[title="FAQ"] img {
  max-height: 3.5rem !important;
  vertical-align: middle;
}
header.page-header.type22.sticky-header .education,
header.page-header.type22.sticky-header .my-wishlist,
header.page-header.type22.sticky-header .top-links-icon a,
header.page-header.type22.sticky-header .my-bag,
header.page-header.type22.sticky-header .minicart .text {
  color: #ffffff !important;
  font-size: 0.9rem !important;
}
header.page-header.type22.sticky-header .education img,
header.page-header.type22.sticky-header .my-wishlist img,
header.page-header.type22.sticky-header .top-links-icon a img,
header.page-header.type22.sticky-header .my-bag img,
header.page-header.type22.sticky-header .minicart .text img {
  display: block;
}
header.page-header.type22.sticky-header .nav-sections {
  padding-left: 1% !important;
  padding-right: 1% !important;
}
@media screen and (min-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .sticky-logo .logo img {
  height: 2.5rem;
  width: 13.1rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .sticky-logo {
    display: none !important;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation li.parent a::before {
  margin-top: 1rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation li.parent a::after {
  line-height: 4.1rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
  margin: 0 !important;
  margin: 0 15px 0 40px;
}
@media screen and (max-width: 1259px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area .search-toggle-icon {
    color: #ffffff !important;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1799px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 1800px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    max-width: 907px;
  }
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    margin: 0;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area .action.search {
  background-color: #b9b9b9;
  border-radius: 50% !important;
  height: 36px;
  line-height: 36px;
  padding: 0 9px;
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area .action.search:before {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
}
header.page-header.type22.sticky-header .nav-sections .navigation a.action img {
  margin: auto;
  margin-bottom: 3px;
  max-height: 1.8rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation a.action .text {
  color: #ffffff !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  text-align: center;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper {
  display: grid;
  margin-top: 0;
  position: unset !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper img {
  margin-bottom: -1px !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .showcart {
  height: unset !important;
  line-height: 16px !important;
  width: 25px !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .showcart .text {
  font-size: 0.9rem;
  height: 100%;
  position: unset;
  text-align: left;
  width: 100%;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .counter {
  height: 1.8rem !important;
  line-height: 1.7rem !important;
  right: 0px !important;
  position: absolute !important;
  top: 12px;
  width: 1.8rem !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .counter .counter-number {
  font-size: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .block-minicart {
  right: 8px !important;
  top: 85% !important;
  min-width: auto !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .block-minicart::before {
  border-bottom-color: #ffffff;
}
header.page-header.nav-up {
  top: -6rem;
}
@media screen and (max-width: 491px) {
  header.page-header.nav-up {
    top: -11rem;
  }
}
header.page-header.compare__nav-up {
  margin-top: -16.2rem;
  top: -11rem;
}
.cms-index-index .product.description ul,
.cms-index-index .product.description li,
.cms-index-index .product.description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.cms-index-index .product.description ul {
  padding-left: 20px;
}
.cms-index-index .product.description ul li {
  list-style: disc;
  display: list-item;
  padding-top: 0.25em;
  padding-bottom: .25em;
}
.cms-index-index .filterproduct-title {
  color: #323232;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 3rem !important;
  margin-bottom: 0;
  text-align: left !important;
}
@media screen and (max-width: 576px) {
  .cms-index-index .filterproduct-title {
    display: block;
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}
.cms-index-index .filterproduct-title strong {
  font-weight: 600 !important;
}
.cms-index-index .home-see-more-link {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
  padding-left: 6.3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .home-see-more-link {
    padding-left: 0;
  }
}
.cms-index-index .home-see-more-link span:first-child {
  padding-right: 1rem;
  text-decoration: underline;
}
.cms-index-index .home-see-more-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cms-index-index .filterproducts {
    display: block !important;
  }
  .cms-index-index .filterproducts .product {
    margin: 0;
    width: 100% !important;
  }
}
.old-price .price {
  color: #8c8c8c !important;
}
.special-price .price {
  color: #9d1107;
}
.cms-index-index .products .product-items .product-item .product-item-info {
  display: flex;
  border-radius: 40px;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 1.5rem 1.5rem 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-index-index .products .product-items .product-item .product-item-info {
    border-radius: 2rem;
  }
}
.cms-index-index .products .product-items .product-item .product-item-info .product-image-photo {
  height: 100%;
  object-fit: contain;
}
.cms-index-index .products .product-items .product-item .product-item-details {
  text-align: left;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-item-actions {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-reviews-summary {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .price {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .normal-price .price {
  color: #9d1107;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .old-price {
  padding-left: 1.8rem;
  vertical-align: unset;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .old-price .price {
  color: #8c8c8c;
}
.cms-index-index .products .product-items .product-item:hover .product-item-info .product-item-photo {
  box-shadow: none;
}
.products .product-item:hover .product-item-info .product-item-photo {
  box-shadow: none !important;
}
.cms-index-index .frequent-cat-section,
.catalog-category-view .frequent-cat-section,
.landing-landing-view .frequent-cat-section {
  display: grid;
  justify-content: center;
  align-items: center;
  column-gap: 6rem;
  margin-top: 1.6rem;
  max-width: 100%;
  grid-template-columns: repeat(6, 90px);
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before,
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before,
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    position: absolute;
    z-index: -1;
  }
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    content: url(../images/LeftGrayLine.svg);
    left: 0;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    content: url(../images/RightGrayLine.svg);
    right: 0;
  }
}
@media (max-width: 1700px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -100px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -100px;
  }
}
@media (max-width: 1510px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -190px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -190px;
  }
}
@media (max-width: 1350px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -285px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -285px;
  }
}
@media screen and (max-width: 992px) {
  .cms-index-index .frequent-cat-section,
  .catalog-category-view .frequent-cat-section,
  .landing-landing-view .frequent-cat-section {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .frequent-cat-section,
  .catalog-category-view .frequent-cat-section,
  .landing-landing-view .frequent-cat-section {
    column-gap: unset;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }
}
.cms-index-index .frequent-cat-section .block-category-link,
.catalog-category-view .frequent-cat-section .block-category-link,
.landing-landing-view .frequent-cat-section .block-category-link {
  margin: 0;
}
.cms-index-index .frequent-cat-section .block-category-link a,
.catalog-category-view .frequent-cat-section .block-category-link a,
.landing-landing-view .frequent-cat-section .block-category-link a {
  display: grid;
  place-items: center;
}
.cms-index-index .frequent-cat-section .block-category-link a img,
.catalog-category-view .frequent-cat-section .block-category-link a img,
.landing-landing-view .frequent-cat-section .block-category-link a img {
  max-width: 44px;
  width: 100%;
}
.cms-index-index .frequent-cat-section .block-category-link a span,
.catalog-category-view .frequent-cat-section .block-category-link a span,
.landing-landing-view .frequent-cat-section .block-category-link a span {
  color: #323232;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-align: center;
}
.cms-index-index .new-releases-section .home-see-more-link:hover,
.catalog-category-view .new-releases-section .home-see-more-link:hover,
.landing-landing-view .new-releases-section .home-see-more-link:hover {
  color: #000000 !important;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info {
  column-gap: 7.7rem;
  padding: 4rem 4rem 3rem 3rem;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info {
    padding-bottom: 7rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo {
    flex-basis: 30%;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo {
  margin: 0;
  margin-right: auto;
  object-fit: contain;
  max-width: 28rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo {
    margin: auto;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details {
  align-self: start;
  padding: 0 0 20px;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details {
    flex-basis: 70%;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name {
  white-space: unset;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name {
    text-align: center;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"],
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"] {
  display: none;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 1.6rem 0 2.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details {
    margin: 1.6rem auto 2.3rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
  text-wrap: nowrap;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-description,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more {
  display: none;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 640px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box {
    bottom: 2rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price {
  font-size: 3rem;
  line-height: 3.7rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price {
    font-size: 2rem;
  }
}
.catalog-category-view .columns,
.landing-landing-view .columns {
  display: block;
}
.catalog-category-view .columns .sidebar,
.landing-landing-view .columns .sidebar {
  float: left;
}
.catalog-category-view .columns .column.main,
.landing-landing-view .columns .column.main {
  float: right;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main,
  .landing-landing-view .columns .column.main {
    float: unset;
  }
}
.catalog-category-view .columns .column.main .products-grid,
.landing-landing-view .columns .column.main .products-grid {
  margin: 10px 0px !important;
}
.cms-index-index .recommended-section {
  margin-bottom: 2rem;
}
.cms-index-index .recommended-section .home-see-more-link:hover {
  color: #ffffff !important;
}
.cms-index-index .recommended-section .products .product-items .product-item-info {
  column-gap: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-photo {
    flex: 0 0 46%;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-photo .product-image-photo {
  max-width: 26.6rem;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-photo .product-image-photo {
    width: 266px !important;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
  font-size: 2.5rem;
}
@media screen and (min-width: 1900px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
    font-size: 2rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
  font-size: 2.8rem;
}
@media screen and (min-width: 1900px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-details {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .recommended-section .products .product-items .product-item {
    padding: 1rem 0;
  }
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-info .product-item-details .discs_details {
    margin: 2rem auto;
  }
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 0;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info {
    flex-direction: row;
    padding: 1.5rem 0.5rem 0.75rem;
    column-gap: 1rem;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-photo {
    flex: 1;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-image-photo {
    max-width: 266px !important;
    width: 100% !important;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details {
    padding: 0;
    flex: 2;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .product-item-link {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .discs_details .attrs {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .price-box .price {
    font-size: 1.7rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details {
  padding-bottom: 0;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 2rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 5rem 0 4.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details {
    margin: 5rem auto 4.3rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.4rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .price-box .price {
  font-size: 3rem;
  line-height: 3.7rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .price-box .price {
    font-size: 20px;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .aw-advanced-reviews-summary-container {
  margin-bottom: 0;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cms-index-index .columns {
    display: block !important;
  }
}
.cms-index-index .columns .column.main {
  order: 0 !important;
  padding: 0;
}
.cms-index-index .mp-banner-slider {
  position: relative;
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-item img {
  height: 100%;
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-controls {
  display: none;
}
.cms-index-index .mp-banner-slider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 61%;
  display: block;
  background: #f7f6f7;
  content: '';
}
.cms-index-index .owl-middle-narrow .owl-theme .owl-controls,
.cms-index-index .owl-middle-narrow.owl-theme .owl-controls {
  visibility: visible;
  opacity: 1;
  width: calc(200%);
  margin-left: -50px;
}
.cms-index-index .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.cms-index-index .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 24px;
  color: #333;
}
.cms-index-index .home-subcats {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.cms-index-index .home-subcats .porto-sicon-box {
  padding: 10px;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.cms-index-index .home-subcats .left-icon .porto-sicon-body,
.cms-index-index .home-subcats .left-icon .porto-sicon-left {
  flex: 0 0 auto;
}
.cms-index-index .home-subcats .left-icon .porto-sicon-left {
  margin-right: 15px;
}
.cms-index-index .home-subcats .owl-controls {
  display: none;
}
.cms-index-index .h-100 > .porto-ultimate-content-box {
  height: 100%;
  font-size: .6666vw;
}
@media (max-width: 767px) {
  .cms-index-index .h-100 > .porto-ultimate-content-box {
    min-height: 50vw;
    font-size: 1vw;
  }
}
.new-releases-section.container,
.recommended-section.container,
.recent-viewed-section.container,
.about-section.container {
  max-width: 100%;
}
.new-releases-section.container,
.recommended-section.container,
.recent-viewed-section.container {
  padding: 20px 25px;
}
.new-releases-section,
.recent-viewed-section,
.about-section {
  background-color: #f1f1f1;
}
.recommended-section {
  background-color: #323232;
}
.recommended-section .filterproduct-title,
.recommended-section .home-see-more-link {
  color: #ffffff;
}
.recommended-section .filterproduct-title {
  font-size: 3rem;
  line-height: 3.7rem !important;
}
.recommended-section .filterproducts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .recommended-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recommended-section .filterproducts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recommended-section .filterproducts .product-item {
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 1300px) {
  .recommended-section .filterproducts .product-item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.recommended-section .filterproducts .product-item:first-child .product-item-info {
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details {
  text-align: center;
}
.recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details .discs_details {
  margin: 5rem auto 4.3rem;
}
@media screen and (max-width: 1300px) {
  .recommended-section .filterproducts .product-item .product-item-info {
    flex-direction: column;
  }
  .recommended-section .filterproducts .product-item .product-item-info .product-item-details {
    text-align: center;
  }
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-photo {
  margin: 0 auto;
  width: fit-content;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 1.6rem auto 2.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name {
  white-space: unset !important;
}
.new-releases-section .filterproducts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .new-releases-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-releases-section .filterproducts .product-item {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .new-releases-section .filterproducts .product-item .product-item-info {
    flex-direction: column;
  }
}
.new-releases-section .filterproducts .product-item .product-item-info .product-item-photo {
  flex-basis: 100%;
}
@media screen and (min-width: 1900px) {
  .new-releases-section .filterproducts .product-item .product-item-info .product-item-photo {
    flex-basis: 50%;
  }
}
.about-section {
  padding: 2.5rem 15px 2rem !important;
}
.about-section > div {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 15px 40px;
}
.about-section .row div:first-child {
  color: #323232;
  font-size: 25px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .about-section .row div:first-child {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
@media screen and (max-width: 576px) {
  .about-section .row div:first-child {
    font-size: 20px;
  }
}
.about-section .row div:first-child h3 {
  display: inline-block;
  font-weight: 700;
  color: #323232;
  font-size: 25px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .about-section .row div:first-child h3 {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
@media screen and (max-width: 576px) {
  .about-section .row div:first-child h3 {
    font-size: 20px;
  }
}
.about-section .about-desc {
  padding-top: 0;
}
.about-section .about-desc h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
@media screen and (min-width: 1200px) {
  .about-section .about-desc h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.about-section .about-desc p {
  color: #323232;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 3.75rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .about-section .about-desc p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.about-section .about-desc p strong {
  font-weight: 600;
}
.about-section .about-desc p a {
  color: #10a0dd;
  text-decoration: underline;
}
.about-section .about-desc p > span:last-child {
  display: none;
}
.cms-index-index .cart-bottom-blocks {
  background-color: #323232;
  padding-top: 2.6rem;
}
.cms-index-index .cart-bottom-blocks .filterproduct-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.7rem;
  padding-left: 2.5rem;
}
.cms-index-index .cart-bottom-blocks .home-see-more-link {
  color: #ffffff;
  padding-left: 2.7rem !important;
}
.cms-index-index .cart-bottom-blocks .productsList-list-item {
  padding: 0 !important;
}
.cms-index-index .cart-bottom-blocks .recommended-section {
  padding-top: 1.2rem;
}
.cms-index-index .recent-viewed-section {
  padding: 0 !important;
}
.cms-index-index .recent-viewed-section .filterproduct-title {
  display: none;
}
.cms-index-index .recent-viewed-section #trending_product > p {
  margin-bottom: 0 !important;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid {
  padding: 20px 25px 0 !important;
  margin-bottom: 0;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
  background: none;
  border-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-bottom: 0;
  text-align: center;
  color: #323232;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600 !important;
  line-height: 3rem !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
    display: block;
    font-size: 18px;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content {
  margin: unset !important;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts {
  display: none;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.slick-initialized {
  display: block;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track {
  padding: 2rem;
  margin-left: 1rem;
  margin-right: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide {
  margin-right: 2rem;
}
@media screen and (max-width: 481px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide {
    margin-right: 5.75rem;
  }
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide > div {
    width: 216px;
    margin: auto;
  }
}
@media screen and (max-width: 481px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide .product-item {
    float: unset;
  }
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item {
  width: 216px !important;
  max-width: 100%;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info {
  flex-direction: column;
  height: 274px;
  border-radius: 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-photo {
  margin: 0 auto;
  width: 100%;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-photo .product-image-photo {
  height: 162px;
  left: 50%;
  transform: translateX(-50%);
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details {
  padding-top: 0;
  text-align: left;
  align-self: flex-start;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .attrs,
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .discs_details {
  display: none;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 1.5rem;
  font-weight: 600 !important;
  line-height: 1.9rem;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 1.5rem;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details {
  text-align: center;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name {
  color: #323232;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name .product-item-link {
  font-size: 1.5rem;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name a {
  color: #323232;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .price-box .price {
  display: none;
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
  display: grid;
}
@media screen and (min-width: 768px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item {
  max-width: 100%;
  padding: 5px;
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:not(:first-child) img {
  height: 430px;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:not(:first-child) img {
    height: 100%;
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item::before {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item img {
    border-radius: 2rem;
  }
}
.social-insta-section {
  width: 100% !important;
}
.social-insta-section .follow-social-wrapper {
  align-items: center;
  background-color: #323232;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper {
    padding-left: 0 !important;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box {
  align-items: center;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box {
    justify-content: center;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
  color: #10a0dd;
  font-size: 22px;
  font-weight: 700;
  padding-right: 7px;
}
@media screen and (min-width: 1900px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
    font-size: 16px;
    line-height: 18px;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box .porto-sicon-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 3.7rem;
  color: #ffffff;
  margin: 0 0 3px;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .porto-sicon-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons {
    padding-right: 5px;
  }
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons {
    text-align: center;
  }
}
.social-insta-section .follow-social-wrapper .footer-social-icons i {
  color: #ffffff;
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons i {
    font-size: 22px;
  }
}
.social-insta-section .follow-social-wrapper .footer-social-icons .fa-facebook:before {
  background-color: #ffffff;
  border-radius: 50%;
  color: #323232;
  font-size: 29px;
  font-weight: 600;
  padding: 5px 10px 0;
}
@media screen and (max-width: 1200px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons .fa-facebook:before {
    font-size: 16px;
    padding: 4px 6px 0;
  }
}
.social-insta-section .instagram-photos {
  padding: 15px;
  background-color: #f1f1f1;
  display: grid;
}
@media screen and (min-width: 992px) {
  .social-insta-section .instagram-photos {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .social-insta-section .instagram-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.social-insta-section .instagram-photos > .photo-item {
  max-width: 100%;
  padding: 10px;
}
.social-insta-section .instagram-photos > .photo-item::before {
  background-color: rgba(0, 0, 0, 0);
}
.social-insta-section .instagram-photos > .photo-item:first-child img {
  height: 100%;
}
.social-insta-section .instagram-photos > .photo-item img {
  border-radius: 30px;
  height: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  width: 100%;
}
.page-footer .footer-top {
  background-color: #10a0dd;
}
.page-footer .footer-top .custom-block {
  display: block;
}
.page-footer .footer-top .custom-block::after {
  border: 0;
  margin-top: 0;
}
.page-footer .footer-top .custom-block::before {
  margin-bottom: 0;
}
.page-footer .footer-top .row {
  margin-inline: 0;
}
.page-footer .footer-top .custom-block::before {
  display: none;
}
.page-footer .footer-top .newsletter-section {
  padding: 10px 7px;
}
.page-footer .footer-top .newsletter-section > div {
  padding-left: 2rem !important;
}
.page-footer .footer-top .newsletter-section > div > div > div:first-child {
  flex-grow: 1;
  margin-bottom: 0 !important;
  margin-top: 8px;
  padding-left: 0 !important;
}
.page-footer .footer-top .newsletter-section .fa-envelope {
  color: #ffffff;
  display: inline-block;
  margin: 0 15px 0 0;
}
.page-footer .footer-top .newsletter-section .fa-envelope,
.page-footer .footer-top .newsletter-section h2 {
  font-size: 4rem;
  line-height: 4.9rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .fa-envelope,
  .page-footer .footer-top .newsletter-section h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .fa-envelope,
  .page-footer .footer-top .newsletter-section h2 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.page-footer .footer-top .newsletter-section h2 {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .newsletter-head {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
}
.page-footer .footer-top .newsletter-section p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .page-footer .footer-top .newsletter-section p {
    padding-left: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1899px) {
  .page-footer .footer-top .newsletter-section p {
    padding-left: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section p {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section p br {
    display: none;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form {
  flex-grow: 1;
  width: auto;
  flex: 0 0 auto;
  margin: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1092px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    margin: 10px;
    padding-right: 20px;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    padding-right: 18px;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .error_message {
  color: darkred !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .error_message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .success_message {
  font-weight: 600;
  font-size: 1.2rem !important;
  line-height: 1.3;
  padding-top: 0.5rem !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .success_message {
  color: #ffffff !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message {
  text-transform: capitalize !important;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe {
    column-gap: 2.2rem;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter:nth-child(2) .control {
    display: unset;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control {
  top: 5px;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control:before {
  display: none;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control {
    display: grid !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter {
    margin-bottom: 15px;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter label {
  color: #ffffff;
  clip: unset;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  height: unset;
  line-height: 1.5rem;
  padding-left: 20px;
  position: static !important;
  width: unset;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
  border-radius: 10rem !important;
  height: 3.3rem;
  padding: 1rem;
  width: auto;
}
@media screen and (min-width: 1500px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
    width: 26.2rem !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
    width: 100%;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter #newsletter-error {
  color: darkred;
  font-weight: 600;
  line-height: 1.3;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  padding: 1rem;
  z-index: 1;
  left: 0;
  text-align: left;
  height: fit-content;
  top: 100%;
  bottom: 0;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter #newsletter-error::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  top: -4px;
  transform: rotate(45deg);
  border-radius: 3px;
  left: 21px;
  z-index: -1;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
  align-items: center;
  color: #10a0dd;
  font-size: 1.2rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 3.3rem;
  line-height: 1.5rem;
  padding: 0 8px !important;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
    border-radius: 50% !important;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
    border-radius: 10rem !important;
    margin-top: 2rem;
    width: 100%;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form + div {
  flex: 1 0 auto;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form + div {
    text-align: center;
  }
}
.page-footer .footer-top .newsletter-section .social-icons-wrapper {
  flex: 1 0 auto;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .social-icons-wrapper {
    text-align: center;
  }
}
.page-footer .footer-top .newsletter-section .social-icons {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons {
    justify-content: flex-end;
  }
}
.page-footer .footer-top .newsletter-section .social-icons a {
  float: none;
  margin-left: 0;
}
.page-footer .footer-top .newsletter-section .social-icons a:hover {
  background-color: transparent !important;
}
.page-footer .footer-top .newsletter-section .social-icons i {
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.page-footer .footer-top .newsletter-section .social-icons i:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons i {
    font-size: 22px;
  }
}
.page-footer .footer-top .newsletter-section .social-icons .fa-facebook:before {
  background-color: #ffffff;
  border-radius: 50%;
  color: #10a0dd;
  font-size: 31px;
  font-weight: 600;
  padding: 5px 10px 0;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons .fa-facebook:before {
    font-size: 16px;
    padding: 4px 6px 0;
  }
}
.page-footer .footer-middle {
  background-color: #323232;
  padding-top: 0;
}
.page-footer .footer-middle .container {
  max-width: 100% !important;
  padding-bottom: 0;
  padding-left: 24px !important;
  padding-top: 2rem;
}
.page-footer .footer-middle .container .block {
  margin-bottom: 0;
}
.page-footer .footer-middle .container .row {
  margin-inline: 0;
}
.page-footer .footer-middle .container strong {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 2.3rem !important;
}
@media screen and (min-width: 992px) {
  .page-footer .footer-middle .container strong {
    font-size: 2.5rem;
    line-height: 3rem !important;
  }
}
.page-footer .footer-middle .container .links li {
  line-height: 28px !important;
  padding: 5px 0 !important;
}
.page-footer .footer-middle .container .links li a {
  color: #ffffff;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.9rem !important;
}
.page-footer .footer-middle .container .links li a.underline {
  text-decoration: underline;
  display: flex;
  column-gap: 0.5rem;
  padding: 5px 0;
}
.page-footer .footer-middle .container .links li a i {
  color: #ffffff;
}
.page-footer .footer-middle .container .links li .block-title {
  margin-bottom: 0 !important;
}
.page-footer .footer-middle .container::after {
  display: none;
}
.page-footer .footer-middle .block-title {
  margin-bottom: 10px !important;
}
.page-footer .footer-middle .block-content div {
  padding-left: 0;
  padding-right: 0;
}
.page-footer .footer-bottom {
  background-color: #323232;
  padding-top: 0;
}
.page-footer .footer-bottom .container {
  max-width: 100% !important;
  padding-left: 24px !important;
  padding: 0;
}
.page-footer .footer-bottom .container address {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0;
  text-align: left;
}
.catalog-category-view .discount-label,
.catalogsearch-result-index .discount-label,
.landing-landing-view .discount-label {
  align-items: center;
  background-color: #df3131;
  border-radius: 10rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  color: #ffffff;
  column-gap: 5px;
  display: flex;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  justify-content: center;
  min-width: 8.9rem;
  padding: 0.75rem 0.75rem 0.6rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .discount-label,
  .catalogsearch-result-index .discount-label,
  .landing-landing-view .discount-label {
    font-size: 1.5rem;
    min-width: 10.7rem;
    padding: 0.75rem;
    right: 2rem;
  }
}
.catalog-category-view .discount-label p,
.catalogsearch-result-index .discount-label p,
.landing-landing-view .discount-label p {
  margin-bottom: 0;
  line-height: 1;
}
.catalog-category-view .discount-label .discount-upto-text,
.catalogsearch-result-index .discount-label .discount-upto-text,
.landing-landing-view .discount-label .discount-upto-text {
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
}
.catalog-category-view .discount-label .discount-upto-text span,
.catalogsearch-result-index .discount-label .discount-upto-text span,
.landing-landing-view .discount-label .discount-upto-text span {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .discount-label .discount-upto-text,
  .catalogsearch-result-index .discount-label .discount-upto-text,
  .landing-landing-view .discount-label .discount-upto-text {
    flex: 0;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
  .catalog-category-view .discount-label .discount-upto-text span,
  .catalogsearch-result-index .discount-label .discount-upto-text span,
  .landing-landing-view .discount-label .discount-upto-text span {
    text-transform: uppercase;
  }
}
.catalog-category-view .mst-nav__apply-button-wrapper,
.catalogsearch-result-index .mst-nav__apply-button-wrapper,
.landing-landing-view .mst-nav__apply-button-wrapper {
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .mst-nav__apply-button-wrapper,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper,
  .landing-landing-view .mst-nav__apply-button-wrapper {
    background-color: #ffffff;
    position: static;
    padding: 1rem;
    margin-left: 0;
    order: 1;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper::before,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper::before,
  .landing-landing-view .mst-nav__apply-button-wrapper::before {
    display: none;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  .landing-landing-view .mst-nav__apply-button-wrapper .mst-nav__apply-button {
    padding: 0;
    background-color: transparent;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper .items,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper .items,
  .landing-landing-view .mst-nav__apply-button-wrapper .items {
    min-width: 5rem;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper button,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper button,
  .landing-landing-view .mst-nav__apply-button-wrapper button {
    font-size: 1.2rem;
    height: auto;
    line-height: unset;
    padding: 0.5rem 1rem;
  }
}
.catalog-category-view .mst-nav__apply-button-wrapper .items,
.catalogsearch-result-index .mst-nav__apply-button-wrapper .items,
.landing-landing-view .mst-nav__apply-button-wrapper .items {
  color: #323232;
}
.catalog-category-view .mst-nav__apply-button-wrapper button,
.catalogsearch-result-index .mst-nav__apply-button-wrapper button,
.landing-landing-view .mst-nav__apply-button-wrapper button {
  background-color: #323232;
  border-radius: 8px;
  border-color: #323232 !important;
  font-family: inherit;
}
.catalog-category-view .mst-nav__apply-button-wrapper button:hover,
.catalogsearch-result-index .mst-nav__apply-button-wrapper button:hover,
.landing-landing-view .mst-nav__apply-button-wrapper button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.landing-landing-view .category-description h2,
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.landing-landing-view .category-description p {
  color: #323232;
  margin: 0;
}
.catalog-category-view .category-description h3,
.catalogsearch-result-index .category-description h3,
.landing-landing-view .category-description h3,
.catalog-category-view .category-description h4,
.catalogsearch-result-index .category-description h4,
.landing-landing-view .category-description h4,
.catalog-category-view .category-description h5,
.catalogsearch-result-index .category-description h5,
.landing-landing-view .category-description h5,
.catalog-category-view .category-description h6,
.catalogsearch-result-index .category-description h6,
.landing-landing-view .category-description h6 {
  color: #323232;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.landing-landing-view .category-description h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.5rem 0;
}
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.landing-landing-view .category-description p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.catalog-category-view .category-description .toggle_description,
.catalogsearch-result-index .category-description .toggle_description,
.landing-landing-view .category-description .toggle_description {
  display: none;
}
.catalog-category-view .category-description .readMoreDesc,
.catalogsearch-result-index .category-description .readMoreDesc,
.landing-landing-view .category-description .readMoreDesc {
  position: relative;
  max-height: 11rem;
  overflow: hidden;
}
.catalog-category-view .category-description .readMoreDesc > div,
.catalogsearch-result-index .category-description .readMoreDesc > div,
.landing-landing-view .category-description .readMoreDesc > div {
  display: -webkit-box !important;
  padding-bottom: 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.catalog-category-view .category-description .readMoreDesc::after,
.catalogsearch-result-index .category-description .readMoreDesc::after,
.landing-landing-view .category-description .readMoreDesc::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(0deg, #f1f1f1, transparent);
}
.catalog-category-view .category-description .category__read-more,
.catalogsearch-result-index .category-description .category__read-more,
.landing-landing-view .category-description .category__read-more {
  padding: 0 1.5rem;
}
.catalog-category-view .category-description .category__read-more p,
.catalogsearch-result-index .category-description .category__read-more p,
.landing-landing-view .category-description .category__read-more p {
  text-align: justify;
}
.catalog-category-view .category-description.read-more-activated .toggle_description,
.catalogsearch-result-index .category-description.read-more-activated .toggle_description,
.landing-landing-view .category-description.read-more-activated .toggle_description {
  color: #10a0dd;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1rem 1.5rem 2rem;
  text-align: center;
  text-decoration: underline;
}
.catalog-category-view .category-description.read-more-activated .toggle_description span,
.catalogsearch-result-index .category-description.read-more-activated .toggle_description span,
.landing-landing-view .category-description.read-more-activated .toggle_description span {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .catalog-category-view .products-grid.columns4.products.grid,
  .catalogsearch-result-index .products-grid.columns4.products.grid,
  .landing-landing-view .products-grid.columns4.products.grid,
  .catalog-category-view .get_compare_list_bar.columns4.products.grid,
  .catalogsearch-result-index .get_compare_list_bar.columns4.products.grid,
  .landing-landing-view .get_compare_list_bar.columns4.products.grid {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid.columns4,
  .catalogsearch-result-index .products-grid.columns4,
  .landing-landing-view .products-grid.columns4,
  .catalog-category-view .get_compare_list_bar.columns4,
  .catalogsearch-result-index .get_compare_list_bar.columns4,
  .landing-landing-view .get_compare_list_bar.columns4 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .catalog-category-view .products-grid.columns4 .product-item,
  .catalogsearch-result-index .products-grid.columns4 .product-item,
  .landing-landing-view .products-grid.columns4 .product-item,
  .catalog-category-view .get_compare_list_bar.columns4 .product-item,
  .catalogsearch-result-index .get_compare_list_bar.columns4 .product-item,
  .landing-landing-view .get_compare_list_bar.columns4 .product-item {
    width: 33%;
    clear: none;
  }
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element {
  order: 2;
  margin-top: unset !important;
  margin-bottom: 1rem !important;
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label {
  padding: 0 5px;
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item,
  .catalog-category-view .get_compare_list_bar .product-item,
  .catalogsearch-result-index .get_compare_list_bar .product-item,
  .landing-landing-view .get_compare_list_bar .product-item {
    min-height: auto !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 25px;
  padding: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container {
  background: #484848;
  max-height: 300px;
  width: 100%;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container {
    max-height: 350px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img {
  height: auto;
  max-height: inherit;
  margin: auto;
  padding: 5px 0px;
  width: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo {
  border-top-left-radius: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo {
    border-top-right-radius: 12px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo img {
  border-radius: 12px;
  height: 350px;
  object-fit: contain;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
  max-width: 47%;
  margin: auto;
  margin-top: 2.3rem;
  border-top: solid 1px #323232;
  width: auto;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    max-width: 80%;
  }
}
@media screen and (max-width: 481px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    margin-top: 1rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details::after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details::after,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details::after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details::after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details::after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-style: italic;
  font-weight: 600;
  width: unset;
  padding: 2px 0 0 0;
  flex: 1;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs::before,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs {
    width: 25% !important;
    padding: 2px 22px 0 12px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details {
    padding-top: 0.5rem !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper {
  padding-left: 10px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price {
  color: #8c8c8c;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price {
  color: #9d1107;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from {
  order: 1;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before {
  padding-right: 0.6rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price {
  display: inline-block;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option {
  float: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
  height: 5rem !important;
  width: 5rem !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more {
  border-radius: 50%;
  color: #323232;
  font-size: 2rem;
  display: grid;
  border: 1px solid #323232;
  place-items: center;
  height: fit-content;
  padding: 0;
  transition: 0.4s;
  width: 5rem;
  height: 5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #323232;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more {
  width: 2.6rem !important;
  height: 2.6rem !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos {
  color: #10a0dd;
  display: block;
  font-size: 15px;
  line-height: 34px;
  margin: 0 0 2rem;
  text-decoration: underline;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container {
    margin-bottom: 0;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result {
  width: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before {
  font-size: 12px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before {
  color: #f5b340 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions {
  display: inline-block;
  margin-left: -3px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view {
  padding: 0;
  border: 0;
  margin: 0;
  color: #323232;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before {
  content: '\0028';
  display: inline;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after {
  content: '\0029';
  display: inline;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span {
  display: none;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view {
    font-size: 1.1rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr {
  margin: 0 0 20px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features {
  font-size: 7px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features {
    width: 33% !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare {
  border: unset;
  height: unset;
  width: unset;
  line-height: unset;
  text-transform: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before {
  content: '';
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a {
  color: #323232;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover {
  color: #10a0dd;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img {
  display: block;
  margin: auto;
  margin-bottom: 0;
  padding: 0.3em;
  width: 45px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img {
  border: solid 2px #323232;
  border-radius: 50%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description {
  background: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin-top: 0;
  padding: 30px 15px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 3;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul {
  margin: 0;
  padding: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner {
  bottom: 0;
  left: 10px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner {
    left: 0 !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: grid;
  place-items: center;
  height: 3.7rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart {
  font-size: 1.4rem !important;
  line-height: 0 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart {
  height: fit-content;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
  align-self: stretch;
  border-bottom-left-radius: 25px;
  color: #ffffff;
  background-color: #323232;
  font-style: italic;
  font-weight: 600;
  width: 50%;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
    font-size: 1.5rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more {
  color: inherit;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 5px 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 2.5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before {
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before {
    font-size: 2rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-bottom-left-radius: 4rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  background-color: #10a0dd;
  border-bottom-right-radius: 25px;
  padding: 5px 0;
  width: 50%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
  background-color: transparent;
  border: none;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
    font-size: 1.5rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  color: #ffffff;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
  color: #dddddd;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (min-width: 2000px) {
  .catalog-category-view .products-grid .filterproducts,
  .catalogsearch-result-index .products-grid .filterproducts,
  .landing-landing-view .products-grid .filterproducts,
  .catalog-category-view .get_compare_list_bar .filterproducts,
  .catalogsearch-result-index .get_compare_list_bar .filterproducts,
  .landing-landing-view .get_compare_list_bar .filterproducts {
    display: block;
  }
  .catalog-category-view .products-grid .filterproducts .product-item,
  .catalogsearch-result-index .products-grid .filterproducts .product-item,
  .landing-landing-view .products-grid .filterproducts .product-item,
  .catalog-category-view .get_compare_list_bar .filterproducts .product-item,
  .catalogsearch-result-index .get_compare_list_bar .filterproducts .product-item,
  .landing-landing-view .get_compare_list_bar .filterproducts .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .get_compare_list_bar .product-item,
  .catalogsearch-result-index .get_compare_list_bar .product-item,
  .landing-landing-view .get_compare_list_bar .product-item {
    float: unset;
    margin: auto;
    width: 95% !important;
  }
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.landing-landing-view .products-grid {
  margin: 1rem 0 !important;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .landing-landing-view .products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(29.5rem, 1fr));
  }
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item,
.landing-landing-view .products-grid .product-item {
  min-height: unset !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 828px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    width: 68% !important;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    min-height: auto !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info {
  height: 100%;
}
.catalog-category-view .products-grid .product-item.discs,
.catalogsearch-result-index .products-grid .product-item.discs,
.landing-landing-view .products-grid .product-item.discs {
  min-height: unset;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details {
  padding-top: 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details {
  margin-bottom: 1rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs {
  padding-bottom: 0.5rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating {
  align-items: center;
  column-gap: 1.8rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-bottom: 0.7rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  order: 1;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before {
  font-size: 1.4rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before {
  font-size: 1.4rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary {
  margin: 7px 0 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0 !important;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features {
  max-width: 32%;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a {
  font-size: 9px;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img {
  width: 3.5rem;
}
.catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
.catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
.landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
.catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
.landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    margin: auto;
    padding: 6px 9px !important;
    width: 100% !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info,
  .catalogsearch-result-index .products-grid .product-item .product-item-info,
  .landing-landing-view .products-grid .product-item .product-item-info {
    display: flex;
    align-items: center;
    border-radius: 1.2rem;
    padding-bottom: 1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-name,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    order: 1;
    white-space: normal;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .towishlist,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist,
  .landing-landing-view .products-grid .product-item .product-item-info .towishlist {
    left: 9px !important;
    top: 9px !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo {
    flex: 1.15;
    margin-bottom: 1rem !important;
    padding: 2rem 1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo img,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo img,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo img {
    border-radius: 0;
    max-height: 12.5rem !important;
    height: 100%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details {
    padding-bottom: .2rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form {
    flex: 2;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details {
    margin-bottom: 0;
    padding-bottom: 0.2rem;
    padding-left: 0;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-style: italic;
    font-weight: 300;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes {
    font-style: normal;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price {
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before {
    font-size: 1.1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before {
    font-size: 1.1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr {
    justify-content: space-between;
    padding-top: 0.5rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features {
    padding: 0;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a {
    font-size: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img {
    width: 3rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
    font-size: 1.2rem !important;
    line-height: 1.7rem !important;
    padding: 2rem 1.5rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner {
    bottom: 0;
    z-index: 2;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart {
    font-size: 1.2rem !important;
    line-height: 0 !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary {
    border-radius: 0;
    display: grid;
    place-items: center;
    height: 2.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
    width: 41%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 59%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details {
    max-width: 47%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details .attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 2px 11px 0 4px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before {
    height: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details::after,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details::after,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details::after {
    height: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs {
    order: 2;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    order: 3;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating {
    order: 4;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr {
    order: 5;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"],
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"],
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] {
    order: 3;
    padding-bottom: 0.5rem;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image {
    background-size: cover !important;
    height: 4.2rem !important;
    width: 4.2rem !important;
    border: 0;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more {
    border: solid 0.5px #707070;
    background-color: #f1f1f1;
    font-size: 1rem;
    padding: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover {
    color: #323232;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating {
    order: 2;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary {
    margin: 3px 0;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box {
    margin-top: 1px;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price {
    font-weight: 400;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner {
    z-index: 0;
  }
}
.catalog-category-view .toolbar-products:first-of-type,
.catalogsearch-result-index .toolbar-products:first-of-type,
.landing-landing-view .toolbar-products:first-of-type {
  float: right;
}
.catalog-category-view .toolbar-products:first-of-type .sorter,
.catalogsearch-result-index .toolbar-products:first-of-type .sorter,
.landing-landing-view .toolbar-products:first-of-type .sorter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-category-view .toolbar-products:first-of-type .sorter-action,
.catalogsearch-result-index .toolbar-products:first-of-type .sorter-action,
.landing-landing-view .toolbar-products:first-of-type .sorter-action {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .toolbar-products:first-of-type,
  .catalogsearch-result-index .toolbar-products:first-of-type,
  .landing-landing-view .toolbar-products:first-of-type {
    float: unset;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter,
  .landing-landing-view .toolbar-products:first-of-type .sorter {
    float: unset;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter-label,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter-label,
  .landing-landing-view .toolbar-products:first-of-type .sorter-label {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter-options,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter-options,
  .landing-landing-view .toolbar-products:first-of-type .sorter-options {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    font-size: 0.9rem;
    height: 2.4rem;
    line-height: 1.1rem;
    width: 10.1rem;
  }
}
.catalog-category-view .pages,
.catalogsearch-result-index .pages,
.landing-landing-view .pages {
  float: unset !important;
  margin: auto;
}
.catalog-category-view .pages .page,
.catalogsearch-result-index .pages .page,
.landing-landing-view .pages .page,
.catalog-category-view .pages .next,
.catalogsearch-result-index .pages .next,
.landing-landing-view .pages .next,
.catalog-category-view .pages .previous,
.catalogsearch-result-index .pages .previous,
.landing-landing-view .pages .previous {
  border-color: #323232;
  border-radius: 5px;
  color: #323232;
}
.catalog-category-view .pages .page:hover,
.catalogsearch-result-index .pages .page:hover,
.landing-landing-view .pages .page:hover,
.catalog-category-view .pages .next:hover,
.catalogsearch-result-index .pages .next:hover,
.landing-landing-view .pages .next:hover,
.catalog-category-view .pages .previous:hover,
.catalogsearch-result-index .pages .previous:hover,
.landing-landing-view .pages .previous:hover {
  background-color: #323232;
  color: #ffffff !important;
  transition: 0.4s;
}
.catalog-category-view .pages .current .page,
.catalogsearch-result-index .pages .current .page,
.landing-landing-view .pages .current .page {
  background-color: #323232;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .flightchart-popup .modal-inner-wrap,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap,
  .landing-landing-view .flightchart-popup .modal-inner-wrap {
    background-color: #484848;
    border-radius: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
  }
  .catalog-category-view .flightchart-popup .modal-inner-wrap .action-close,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap .action-close,
  .landing-landing-view .flightchart-popup .modal-inner-wrap .action-close {
    height: auto;
    right: 1rem;
    top: 1rem;
  }
  .catalog-category-view .flightchart-popup .modal-inner-wrap .action-close::before,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap .action-close::before,
  .landing-landing-view .flightchart-popup .modal-inner-wrap .action-close::before {
    color: #ffffff !important;
    font-size: 2.5rem;
    overflow: visible;
  }
}
/******* Compare Popup CSS **********************/
.comparisonBar {
  bottom: 0;
  position: fixed !important;
  width: 115rem;
  z-index: 901;
  margin-bottom: 0 !important;
  max-width: 100%;
  width: 100%;
  left: 0;
}
.comparisonBar.open .compare_header a.comparelist:after {
  transform: rotate(180deg);
}
.comparisonBar .comparison_header {
  display: block;
  position: relative;
}
.comparisonBar .compare_header {
  background-color: #101010;
  padding: 0;
  float: none;
  width: 100%;
  overflow: hidden;
  max-width: 1494px;
  border-radius: 40px 40px 0 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.comparisonBar .compare_header a {
  display: inline-block;
  width: 100%;
}
.comparisonBar .compare_header .h2 {
  flex-wrap: wrap;
  margin: 0;
  display: flex !important;
  text-align: center;
}
.comparisonBar .compare_header .h2 .items-to-compare div {
  cursor: pointer;
  width: 40px;
  background: #e2e2e2;
  height: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
}
@media screen and (max-width: 768px) {
  .comparisonBar .compare_header .h2 .items-to-compare div {
    height: 25px;
    width: 25px;
  }
}
.comparisonBar .compare_header .h2 .items-to-compare div img {
  border-radius: 50%;
  cursor: pointer;
}
.comparisonBar .compare_header .fa {
  margin: 0;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
.comparisonBar .compare_header .numberOfItems {
  color: #ffffff;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .comparisonBar .compare_header .numberOfItems {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .comparisonBar .compare_header .numberOfItems {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .comparisonBar .compare_header .numberOfItems {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.comparisonBar .compare_header .clear {
  background-color: #646464;
  cursor: pointer;
  display: block;
}
.comparisonBar .compare_header .comparelist {
  background-color: #10a0dd;
  cursor: pointer;
  text-align: center;
  display: block;
}
.comparisonBar .compare_header .comparelist .numberOfItems {
  font-style: italic;
  font-weight: 600;
}
.comparison_popup.inner {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(50, 50, 50, 0.5);
  border-bottom: 0;
  padding: 0 0 120px !important;
  z-index: 900;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .comparison_popup.inner {
    padding: 65px 0 230px !important;
  }
}
.comparison_popup.inner .discs_details {
  max-width: 70% !important;
}
.comparison_popup.inner .discs_details span.attrs {
  font-size: 2.2rem !important;
  font-style: italic;
  line-height: 2.5rem;
}
.comparison_popup.inner .explain_flightnos {
  color: #10a0dd;
  display: block;
  font-size: 15px;
  line-height: 34px;
  margin: 0 0 1rem;
  text-decoration: underline;
}
.comparison_popup.inner .product_name {
  color: #323232;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  padding: 3rem 1rem 0;
}
@media screen and (max-width: 640px) {
  .comparison_popup.inner .product_name {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_popup.inner .product_name {
    font-size: 2rem;
  }
}
.comparison_popup.inner .product-item-details {
  padding: 3.3rem 1rem 0;
  padding-bottom: 0 !important;
  position: unset !important;
}
.comparison_popup.inner .product-item-details .additional_attr a {
  color: #323232;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
}
.comparison_popup.inner .product-item-details .additional_attr a:hover {
  color: #10a0dd;
}
.comparison_popup.inner .more {
  border-bottom-left-radius: 25px;
  color: #ffffff;
  background-color: #323232;
  bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  left: 0;
  padding: 7px 0 12px !important;
  position: absolute;
  text-transform: capitalize !important;
  width: 50%;
}
.comparison_popup.inner .actions-primary {
  background-color: #10a0dd;
  border-bottom-right-radius: 25px;
  bottom: 0;
  padding: 4px 0 5px;
  position: absolute;
  right: 0;
  width: 50%;
}
.comparison_popup.inner .actions-primary .tocart {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding: 0 !important;
  text-transform: capitalize !important;
}
.comparison_popup.inner .actions-primary .tocart::before {
  display: none;
}
.comparison_popup.inner .comparison_selectedproducts {
  display: inline-block;
  width: 100%;
  top: 10%;
  position: relative;
  left: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts {
    width: 100% !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts ul {
  width: 100%;
  display: block;
  margin: auto;
  padding: 0;
  text-align: center;
}
.comparison_popup.inner .comparison_selectedproducts ul li {
  max-width: 480px;
  width: 100%;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: auto;
  position: relative;
  background: #ffffff;
  margin: 15px;
  border-radius: 25px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts ul li {
    margin: 1.5rem 0;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox {
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  max-height: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox {
    max-height: unset;
    display: inline-block;
  }
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo img {
    height: 300px !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo a {
  padding: 0 !important;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container {
  max-height: 384px;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container {
    max-height: 300px;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container img {
    max-width: 384px;
    width: 100%;
    height: auto !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a {
  display: block;
  padding: 0 1rem;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a.delete {
  position: absolute;
  top: -8px;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  right: -8px;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  z-index: 3;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a.delete .fa.fa-times:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer;
  font-size: 29px;
  line-height: 1.5;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a img {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a img {
    max-width: 384px;
    width: 100%;
    height: auto !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product_name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  color: #4b4b4b;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product_name {
    margin-bottom: 15px;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product-price {
  text-align: left;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product-price span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #4b4b4b;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .flight_path img,
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .tocompare img,
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .short_desc img {
  width: 50px !important;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .flight_path_img_container img {
  height: 100% !important;
  object-fit: contain;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-description {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.comparison_popup.inner .info {
  display: inline-block;
  min-width: 180px;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .info {
    padding: 40px 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .comparison_popup.inner .info {
    width: 20%;
    padding: 80px 15px 20px;
    border-top: 0;
  }
}
.comparison_popup.inner .info a {
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: none;
}
.comparison_popup.inner .info a.primary {
  font-size: 15px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #ffffff;
  max-width: 230px;
  margin: 0 auto 18px;
}
.comparison_popup.inner .info a.primary:hover,
.comparison_popup.inner .info a.primary:focus {
  background: #000000;
  color: #ffffff;
}
.comparison_popup.inner .info a.remove_all {
  font-size: 15px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  color: #4b4b4b;
  position: relative;
}
.comparison_popup.inner .info a.remove_all:before {
  content: "\f1f8";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #4b4b4b;
}
.comparison_popup.inner .info a.remove_all:hover,
.comparison_popup.inner .info a.remove_all:focus {
  color: #ffffff;
}
.comparison_popup.inner .info a.remove_all:hover:before,
.comparison_popup.inner .info a.remove_all:focus:before {
  color: #ffffff;
}
.comparison_popup.inner .delete {
  float: right;
  position: relative;
  right: 0;
  bottom: 0;
}
.comparison_popup.inner .delete span {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-layout-1column .comparisonBar {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .comparisonBar {
    width: 100%;
    left: 0;
    margin-bottom: 30px;
    position: static;
  }
  .comparisonBar .inner {
    float: left;
  }
  .comparisonBar .inner .comparison_selectedproducts {
    width: 100%;
    max-height: 100%;
  }
  .comparisonBar .inner .comparison_selectedproducts ul li {
    max-width: 350px;
  }
  .comparisonBar .inner .info {
    position: static;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .comparisonBar .inner .info a {
    float: none;
    font-weight: 500;
  }
  .comparisonBar .inner .product_name {
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .comparisonBar {
    width: 100%;
    left: 0;
  }
  .comparisonBar .inner .comparison_selectedproducts {
    width: 70%;
  }
}
/************* Compare Popup CSS ******************/
.category-discs .page-wrapper .breadcrumbs {
  background-color: transparent;
  border: none;
}
.category-discs .page-wrapper .breadcrumbs .items {
  padding: 5px 0;
}
.category-discs .page-wrapper .breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.category-discs .page-wrapper .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0 10px;
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.category-discs .page-wrapper .breadcrumbs .items .item a,
.category-discs .page-wrapper .breadcrumbs .items .item strong {
  color: #323232;
}
.category-discs .page-wrapper #maincontent h1 {
  line-height: 1.9rem;
  padding-bottom: 1.5rem;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block {
  padding: 0 1% 0;
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    flex-direction: column;
    padding: 0 3% 1% 1%;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:first-child {
    order: 2;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:nth-child(2) {
    order: 1;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:nth-child(3) {
    order: 3;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:last-child {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    padding: 0 6% 1% 3%;
    margin: 0;
  }
}
@media screen and (max-width: 476px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    padding: 0 7% 1% 2.75%;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 {
  background: #ffffff;
  border-radius: 40px;
  flex: 35%;
  margin: 8px;
  max-width: 100% !important;
  padding: 2.5rem 0;
  display: flex;
  align-items: start;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 {
    max-width: 15.5rem;
    width: 100%;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 img {
  max-width: 20rem;
  width: 100%;
}
@media screen and (min-width: 642px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:first-child {
    order: 1;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:last-child {
    order: 4;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:nth-of-type(2) {
    order: 3;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:nth-of-type(3) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    margin: auto;
  }
}
@media screen and (max-width: 641px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    text-align: left;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
  color: #323232;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.7rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 481px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
    text-align: left;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
  column-gap: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 37px 0 0;
  margin-bottom: 0;
  max-width: 485px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 641px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    padding-top: 0;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
  color: #323232;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
    font-size: 16px;
    line-height: 1.75rem;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li a {
  color: inherit;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li a:hover {
  text-decoration: none;
}
.category-discs .page-wrapper #maincontent .category-view + .columns .main {
  padding: 0 1% 0 0;
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view + .columns .main .products-grid {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view + .columns .filterproducts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 481px) {
  .category-discs .modal-popup.confirm .modal-inner-wrap {
    max-width: 90%;
    width: 100%;
  }
}
.category-bags .page-wrapper .breadcrumbs {
  background-color: transparent;
  border: none;
}
.category-bags .page-wrapper .breadcrumbs .items {
  padding: 5px 0;
}
.category-bags .page-wrapper .breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-transform: capitalize;
}
.category-bags .page-wrapper .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0 10px;
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .category-bags .page-wrapper .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.category-bags .page-wrapper .breadcrumbs .items .item a,
.category-bags .page-wrapper .breadcrumbs .items .item strong {
  color: #323232;
}
.category-bags .page-wrapper #maincontent h1 {
  line-height: 1.9rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 993px) {
  .catalog-category-view .column,
  .catalogsearch-result-index .column,
  .landing-landing-view .column {
    width: 76.73% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view .column,
  .catalogsearch-result-index .column,
  .landing-landing-view .column {
    width: 70.73% !important;
  }
}
.catalog-category-view .toolbar label,
.catalogsearch-result-index .toolbar label,
.landing-landing-view .toolbar label {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.8rem;
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .toolbar label,
  .catalogsearch-result-index .toolbar label,
  .landing-landing-view .toolbar label {
    font-size: 1.75rem;
  }
}
.catalog-category-view .toolbar select,
.catalogsearch-result-index .toolbar select,
.landing-landing-view .toolbar select {
  border: none;
  border-radius: 4rem;
  color: #323232;
  font-weight: 400;
}
.catalog-category-view .toolbar .modes,
.catalogsearch-result-index .toolbar .modes,
.landing-landing-view .toolbar .modes,
.catalog-category-view .toolbar .limiter,
.catalogsearch-result-index .toolbar .limiter,
.landing-landing-view .toolbar .limiter {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .catalog-category-view .toolbar .sorter,
  .catalogsearch-result-index .toolbar .sorter,
  .landing-landing-view .toolbar .sorter {
    width: 100%;
    margin-right: 1.5rem;
  }
  .catalog-category-view .toolbar .sorter,
  .catalogsearch-result-index .toolbar .sorter,
  .landing-landing-view .toolbar .sorter,
  .catalog-category-view .toolbar .limiter,
  .catalogsearch-result-index .toolbar .limiter,
  .landing-landing-view .toolbar .limiter {
    text-align: center;
  }
}
.catalog-category-view .toolbar .pages .page,
.catalogsearch-result-index .toolbar .pages .page,
.landing-landing-view .toolbar .pages .page {
  border-color: #b9b9b9;
}
.catalog-category-view .toolbar .pages .action,
.catalogsearch-result-index .toolbar .pages .action,
.landing-landing-view .toolbar .pages .action {
  border: none;
  background-color: transparent;
}
.catalog-category-view .toolbar .pages .action::before,
.catalogsearch-result-index .toolbar .pages .action::before,
.landing-landing-view .toolbar .pages .action::before {
  color: #b9b9b9;
  font-size: 2.5rem;
  line-height: 3rem;
  transition: 0.4s;
}
.catalog-category-view .toolbar .pages .action::before:hover,
.catalogsearch-result-index .toolbar .pages .action::before:hover,
.landing-landing-view .toolbar .pages .action::before:hover {
  color: #323232;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.landing-landing-view .products-grid {
  clear: both;
  padding-top: 3rem;
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item,
.landing-landing-view .products-grid .product-item {
  min-height: 595px;
  padding: 14px;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    min-height: 655px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info {
  min-height: inherit;
  overflow: hidden;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist {
  border: 0;
  cursor: pointer;
  left: 20px;
  position: absolute;
  top: 15px;
  width: auto;
  z-index: 3;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist:hover::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist:hover::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist:hover::before,
.catalog-category-view .products-grid .product-item .product-item-info .towishlist.in-wishlist::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist.in-wishlist::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist.in-wishlist::before {
  font-weight: 900;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist span,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist span,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist span {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo {
  margin-bottom: 0;
  z-index: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
  max-height: 300px;
  z-index: unset;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
    max-height: 350px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-labels,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-labels,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-labels {
  left: 20px;
}
.catalog-category-view .products-grid .product-item .product-item-info .list_attribute_swatch,
.catalogsearch-result-index .products-grid .product-item .product-item-info .list_attribute_swatch,
.landing-landing-view .products-grid .product-item .product-item-info .list_attribute_swatch {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1rem 0;
  row-gap: 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .list_attribute_swatch .image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .list_attribute_swatch .image,
.landing-landing-view .products-grid .product-item .product-item-info .list_attribute_swatch .image {
  height: 60px !important;
  width: 60px !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details {
  padding-top: 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr {
  padding-top: 2.65rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr {
    padding-top: 0;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-box .price-label,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-label,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  padding-bottom: 1rem;
}
.catalog-category-view #maincontent,
.catalogsearch-result-index #maincontent,
.landing-landing-view #maincontent {
  max-width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .page-main-inner .columns,
  .catalogsearch-result-index #maincontent .page-main-inner .columns,
  .landing-landing-view #maincontent .page-main-inner .columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-category-view #maincontent .page-title-wrapper,
.catalogsearch-result-index #maincontent .page-title-wrapper,
.landing-landing-view #maincontent .page-title-wrapper {
  display: block;
  text-align: center;
}
.catalog-category-view #maincontent .page-title-wrapper .page-title,
.catalogsearch-result-index #maincontent .page-title-wrapper .page-title,
.landing-landing-view #maincontent .page-title-wrapper .page-title {
  color: #323232;
  font-size: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .catalog-category-view #maincontent .page-title-wrapper .page-title,
  .catalogsearch-result-index #maincontent .page-title-wrapper .page-title,
  .landing-landing-view #maincontent .page-title-wrapper .page-title {
    padding-top: 2rem;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
.landing-landing-view #maincontent .mst-quick-nav__filterList {
  flex-wrap: wrap;
  row-gap: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1300px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
  .landing-landing-view #maincontent .mst-quick-nav__filterList {
    float: left;
    max-width: 55.5rem;
    width: 100%;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList + .toolbar-products,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList + .toolbar-products,
.landing-landing-view #maincontent .mst-quick-nav__filterList + .toolbar-products {
  padding: 0 1rem;
}
@media screen and (min-width: 1300px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList + .toolbar-products,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList + .toolbar-products,
  .landing-landing-view #maincontent .mst-quick-nav__filterList + .toolbar-products {
    float: right;
    padding: 0;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item {
  font-size: 14px;
  height: 41px;
  justify-content: center;
  padding: 6px 12px;
  width: auto;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item {
    font-size: 14px;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked {
  background-color: #323232;
  border-color: #323232;
  border-radius: 5px;
  position: relative;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after {
  height: 9px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 9px;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count {
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container {
    overflow-x: auto;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  top: 7px;
  z-index: 1;
  background-color: #323232;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev {
  left: 0;
  right: auto;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  right: 0;
  left: auto;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall {
  display: none;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
  .landing-landing-view #maincontent .mst-quick-nav__filterList {
    align-items: flex-start;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container {
    flex-grow: 0;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall {
    border: none;
    margin: 0;
    background-color: #10a0dd;
    color: #ffffff;
    border-radius: 8px;
    align-self: center;
    display: block;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall a,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall a,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall a {
    color: inherit;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList::after,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList::after,
.landing-landing-view #maincontent .mst-quick-nav__filterList::after {
  background: none;
}
.catalog-category-view #maincontent .toolbar .modes .mode-list,
.catalogsearch-result-index #maincontent .toolbar .modes .mode-list,
.landing-landing-view #maincontent .toolbar .modes .mode-list {
  display: none;
}
.catalog-category-view #maincontent .toolbar:first-of-type,
.catalogsearch-result-index #maincontent .toolbar:first-of-type,
.landing-landing-view #maincontent .toolbar:first-of-type {
  align-items: center;
  column-gap: 3.4rem;
  display: flex;
}
.catalog-category-view #maincontent .toolbar:first-of-type::before,
.catalogsearch-result-index #maincontent .toolbar:first-of-type::before,
.landing-landing-view #maincontent .toolbar:first-of-type::before,
.catalog-category-view #maincontent .toolbar:first-of-type::after,
.catalogsearch-result-index #maincontent .toolbar:first-of-type::after,
.landing-landing-view #maincontent .toolbar:first-of-type::after {
  display: none;
}
.catalog-category-view #maincontent .toolbar:first-of-type .toolbar-amount,
.catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-amount,
.landing-landing-view #maincontent .toolbar:first-of-type .toolbar-amount {
  color: #323232;
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .toolbar:first-of-type .toolbar-amount,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-amount,
  .landing-landing-view #maincontent .toolbar:first-of-type .toolbar-amount {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-left: 1.5rem;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .toolbar:first-of-type,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type,
  .landing-landing-view #maincontent .toolbar:first-of-type {
    column-gap: 0;
    padding-bottom: 2rem;
  }
  .catalog-category-view #maincontent .toolbar:first-of-type .toolbar-sorter,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-sorter,
  .landing-landing-view #maincontent .toolbar:first-of-type .toolbar-sorter {
    justify-content: flex-end;
    margin-bottom: 0;
    flex: 1.5;
  }
}
@media screen and (min-width: 993px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    padding: 0 22px;
    width: 21.27% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    padding: 0 10px;
    width: 29.27% !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-current,
  .catalogsearch-result-index #maincontent .sidebar .filter-current,
  .landing-landing-view #maincontent .sidebar .filter-current {
    margin: 4.5px 0 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-current.active,
  .catalogsearch-result-index #maincontent .sidebar .filter-current.active,
  .landing-landing-view #maincontent .sidebar .filter-current.active {
    padding-bottom: 1rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-current-subtitle {
    margin-bottom: 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-current-subtitle::after {
    font-weight: 400;
  }
  .catalog-category-view #maincontent .sidebar .filter-actions,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions,
  .landing-landing-view #maincontent .sidebar .filter-actions {
    border-top: none;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    max-height: 88vh;
    overflow-y: auto;
    position: sticky;
    top: 6rem;
  }
}
.catalog-category-view #maincontent .sidebar .rating-summary .rating-result > span:before,
.catalogsearch-result-index #maincontent .sidebar .rating-summary .rating-result > span:before,
.landing-landing-view #maincontent .sidebar .rating-summary .rating-result > span:before {
  color: #f5b340 !important;
}
.catalog-category-view #maincontent .sidebar .filter-options h3,
.catalogsearch-result-index #maincontent .sidebar .filter-options h3,
.landing-landing-view #maincontent .sidebar .filter-options h3 {
  color: #323232;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 2.5rem 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options h3,
  .catalogsearch-result-index #maincontent .sidebar .filter-options h3,
  .landing-landing-view #maincontent .sidebar .filter-options h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    float: unset;
    padding-bottom: 2rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-current,
  .catalogsearch-result-index #maincontent .sidebar .filter-current,
  .landing-landing-view #maincontent .sidebar .filter-current {
    display: block;
    margin: 4.5px 1rem 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-actions,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions,
  .landing-landing-view #maincontent .sidebar .filter-actions {
    display: block;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current-subtitle,
.catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
.landing-landing-view #maincontent .sidebar .filter-current-subtitle,
.catalog-category-view #maincontent .sidebar .filter-options-title,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title,
.landing-landing-view #maincontent .sidebar .filter-options-title {
  border-bottom: none;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 2.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 1.45rem;
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
.catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
.landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
.catalog-category-view #maincontent .sidebar .filter-options-title::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
.landing-landing-view #maincontent .sidebar .filter-options-title::after {
  background-color: transparent;
  color: #323232;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 1.45rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 1.3rem;
    height: auto;
    line-height: 1;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
}
.catalog-category-view #maincontent .sidebar .filter-options-title,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title,
.landing-landing-view #maincontent .sidebar .filter-options-title {
  margin-bottom: 0;
  padding: 8px 25px 8px 0;
  text-transform: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)),
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)),
  .landing-landing-view #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    border-bottom: 1px solid #ccc;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title:first-of-type,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title:first-of-type,
  .landing-landing-view #maincontent .sidebar .filter-options-title:first-of-type {
    border-top: 1px solid #ccc;
  }
}
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_number_glide,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_number_glide,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_number_glide,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_fade,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_fade,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_fade,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_turn,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_turn,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_turn,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness {
  display: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_fade.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_fade.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_fade.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_turn.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_turn.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_turn.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.open {
  display: block;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness {
  display: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening {
  display: block;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.opening {
  border-bottom: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.open::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.open::after,
.landing-landing-view #maincontent .sidebar .filter-options-title.open::after,
.catalog-category-view #maincontent .sidebar .filter-options-title.opening::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.opening::after,
.landing-landing-view #maincontent .sidebar .filter-options-title.opening::after {
  content: "\f883";
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    padding: 2rem 2.5rem 2rem 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title.open,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title.open,
  .landing-landing-view #maincontent .sidebar .filter-options-title.open {
    padding-bottom: 1rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title.open::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title.open::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title.open::after {
    transform: translateY(-10%);
  }
}
.catalog-category-view #maincontent .sidebar .filter,
.catalogsearch-result-index #maincontent .sidebar .filter,
.landing-landing-view #maincontent .sidebar .filter {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before,
  .catalogsearch-result-index #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before,
  .landing-landing-view #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before {
    background: rgba(0, 0, 0, 0.671);
    opacity: 1;
    visibility: visible;
    z-index: 902;
  }
}
.catalog-category-view #maincontent .sidebar .filter-title,
.catalogsearch-result-index #maincontent .sidebar .filter-title,
.landing-landing-view #maincontent .sidebar .filter-title {
  cursor: pointer;
}
.catalog-category-view #maincontent .sidebar .filter-title strong,
.catalogsearch-result-index #maincontent .sidebar .filter-title strong,
.landing-landing-view #maincontent .sidebar .filter-title strong {
  border-radius: 0 8px 8px 0;
  border: none !important;
  background-color: #101010;
  z-index: 16;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-category-view #maincontent .sidebar .filter-title strong::before,
.catalogsearch-result-index #maincontent .sidebar .filter-title strong::before,
.landing-landing-view #maincontent .sidebar .filter-title strong::before {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-title strong,
  .catalogsearch-result-index #maincontent .sidebar .filter-title strong,
  .landing-landing-view #maincontent .sidebar .filter-title strong {
    display: none;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-label,
.landing-landing-view #maincontent .sidebar .filter-current .filter-label,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-label,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-label,
.catalog-category-view #maincontent .sidebar .filter-current .filter-value,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-value,
.landing-landing-view #maincontent .sidebar .filter-current .filter-value,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-value,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-value,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-value,
.catalog-category-view #maincontent .sidebar .filter-current .action,
.catalogsearch-result-index #maincontent .sidebar .filter-current .action,
.landing-landing-view #maincontent .sidebar .filter-current .action,
.catalog-category-view #maincontent .sidebar .filter-actions .action,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .action,
.landing-landing-view #maincontent .sidebar .filter-actions .action,
.catalog-category-view #maincontent .sidebar .filter-current .action::before,
.catalogsearch-result-index #maincontent .sidebar .filter-current .action::before,
.landing-landing-view #maincontent .sidebar .filter-current .action::before,
.catalog-category-view #maincontent .sidebar .filter-actions .action::before,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .action::before,
.landing-landing-view #maincontent .sidebar .filter-actions .action::before {
  color: inherit;
  top: 50%;
  transform: translateY(-25%);
}
@media screen and (min-width: 0) {
  .catalog-category-view #maincontent .sidebar .filter-current .action,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .action,
  .landing-landing-view #maincontent .sidebar .filter-current .action,
  .catalog-category-view #maincontent .sidebar .filter-actions .action,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions .action,
  .landing-landing-view #maincontent .sidebar .filter-actions .action {
    top: 6px;
    right: 3px;
    transform: unset;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-clear,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-clear,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-clear,
  .catalog-category-view #maincontent .sidebar .filter-actions .filter-clear,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-clear,
  .landing-landing-view #maincontent .sidebar .filter-actions .filter-clear {
    border: none;
    margin: 0;
    background-color: #10a0dd;
    color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-label,
.landing-landing-view #maincontent .sidebar .filter-current .filter-label,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-label,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-label {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .sidebar .filter-actions,
.catalogsearch-result-index #maincontent .sidebar .filter-actions,
.landing-landing-view #maincontent .sidebar .filter-actions {
  padding-top: 2.5rem;
}
.catalog-category-view #maincontent .sidebar .filter-options-item,
.catalogsearch-result-index #maincontent .sidebar .filter-options-item,
.landing-landing-view #maincontent .sidebar .filter-options-item {
  border-bottom: solid 1px #b9b9b9;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li,
.landing-landing-view #maincontent .sidebar .filter-current .items li {
  display: inline-block;
  padding: 1rem 2rem 1rem 1rem !important;
  background-color: #323232;
  color: #ffffff;
  border-radius: 0.5rem;
}
.catalog-category-view #maincontent .sidebar .filter-current,
.catalogsearch-result-index #maincontent .sidebar .filter-current,
.landing-landing-view #maincontent .sidebar .filter-current,
.catalog-category-view #maincontent .sidebar .filter-options-content,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content,
.landing-landing-view #maincontent .sidebar .filter-options-content {
  padding-left: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current div,
.catalogsearch-result-index #maincontent .sidebar .filter-current div,
.landing-landing-view #maincontent .sidebar .filter-current div,
.catalog-category-view #maincontent .sidebar .filter-options-content div,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content div,
.landing-landing-view #maincontent .sidebar .filter-options-content div {
  color: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .items,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items,
.landing-landing-view #maincontent .sidebar .filter-current .items,
.catalog-category-view #maincontent .sidebar .filter-options-content .items,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items,
.landing-landing-view #maincontent .sidebar .filter-options-content .items {
  padding: 0 !important;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li,
.landing-landing-view #maincontent .sidebar .filter-current .items li,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li {
  margin: 0;
  padding: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.landing-landing-view #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.catalog-category-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li input[type="checkbox"],
.landing-landing-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"] {
  background: transparent;
  border: solid 1px #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.landing-landing-view #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  margin: -1px;
  text-align: center;
  width: inherit;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
.landing-landing-view #maincontent .sidebar .filter-current .items li span,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
.catalog-category-view #maincontent .sidebar .filter-current .items li label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
.landing-landing-view #maincontent .sidebar .filter-current .items li label,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
  .landing-landing-view #maincontent .sidebar .filter-current .items li span,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
  .catalog-category-view #maincontent .sidebar .filter-current .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
  .landing-landing-view #maincontent .sidebar .filter-current .items li label,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
  .landing-landing-view #maincontent .sidebar .filter-current .items li span,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
  .catalog-category-view #maincontent .sidebar .filter-current .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
  .landing-landing-view #maincontent .sidebar .filter-current .items li label,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
    font-size: 1.25rem;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span .count,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span .count,
.landing-landing-view #maincontent .sidebar .filter-current .items li span .count,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span .count,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span .count,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span .count,
.catalog-category-view #maincontent .sidebar .filter-current .items li label .count,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label .count,
.landing-landing-view #maincontent .sidebar .filter-current .items li label .count,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label .count,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label .count,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label .count {
  margin: 0;
  padding: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span:hover,
.landing-landing-view #maincontent .sidebar .filter-current .items li span:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span:hover,
.catalog-category-view #maincontent .sidebar .filter-current .items li label:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label:hover,
.landing-landing-view #maincontent .sidebar .filter-current .items li label:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label:hover {
  text-decoration: none;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider {
  margin: 2rem 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range {
  background: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle {
  background-color: #10a0dd;
  border: 0;
  box-shadow: none;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to {
  justify-content: end;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option {
  background-size: contain !important;
  width: 80px;
  height: auto;
  border: 0;
  border-radius: 100px;
  background-color: #323232;
  color: #ffffff;
  padding: 4px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.color,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.color,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.color,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.color,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.color,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.color {
  color: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.text,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.text,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.text,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.text,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.text,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.text {
  color: #ffffff !important;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.image,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.image,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.image,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.image,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.image,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.image {
  height: 2.4rem;
}
.catalog-category-view #maincontent .sidebar .filter-current input[type="number"],
.catalogsearch-result-index #maincontent .sidebar .filter-current input[type="number"],
.landing-landing-view #maincontent .sidebar .filter-current input[type="number"],
.catalog-category-view #maincontent .sidebar .filter-options-content input[type="number"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content input[type="number"],
.landing-landing-view #maincontent .sidebar .filter-options-content input[type="number"],
.catalog-category-view #maincontent .sidebar .filter-current input[type="text"],
.catalogsearch-result-index #maincontent .sidebar .filter-current input[type="text"],
.landing-landing-view #maincontent .sidebar .filter-current input[type="text"],
.catalog-category-view #maincontent .sidebar .filter-options-content input[type="text"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content input[type="text"],
.landing-landing-view #maincontent .sidebar .filter-options-content input[type="text"] {
  border: solid 1px #323232;
  border-radius: 10rem;
  max-width: 5.5rem;
  text-align: center;
  color: #b9b9b9;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.catalog-category-view #maincontent .sidebar .filter-current button,
.catalogsearch-result-index #maincontent .sidebar .filter-current button,
.landing-landing-view #maincontent .sidebar .filter-current button,
.catalog-category-view #maincontent .sidebar .filter-options-content button,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button,
.landing-landing-view #maincontent .sidebar .filter-options-content button {
  border: solid 1px #323232;
  background-color: transparent;
  color: #323232;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10rem;
}
.catalog-category-view #maincontent .sidebar .filter-current button:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current button:hover,
.landing-landing-view #maincontent .sidebar .filter-current button:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content button:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content button:hover {
  background-color: #323232;
  color: #ffffff;
}
.catalog-category-view #maincontent .sidebar .filter-current button.dynamicFilterButton,
.catalogsearch-result-index #maincontent .sidebar .filter-current button.dynamicFilterButton,
.landing-landing-view #maincontent .sidebar .filter-current button.dynamicFilterButton,
.catalog-category-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button.dynamicFilterButton,
.landing-landing-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton {
  background-color: #323232;
  color: #ffffff;
  cursor: pointer;
}
.catalog-category-view #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.landing-landing-view #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover {
  background-color: #666666;
  border-color: #666666;
}
.catalog-category-view #maincontent .sidebar .filter-options-content,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content,
.landing-landing-view #maincontent .sidebar .filter-options-content {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__label > .items,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__label > .items,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__label > .items {
  height: 180px;
  overflow-y: auto;
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options,
  .catalogsearch-result-index #maincontent .sidebar .filter-options,
  .landing-landing-view #maincontent .sidebar .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options,
  .catalogsearch-result-index #maincontent .sidebar .filter-options,
  .landing-landing-view #maincontent .sidebar .filter-options {
    background-color: #ffffff;
    bottom: 0;
    cursor: auto;
    height: 100%;
    overflow-y: scroll;
    padding: 1rem 1.2rem 0 1.4rem;
    position: fixed;
    width: 87.5%;
    z-index: 903;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper,
  .catalogsearch-result-index #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper,
  .landing-landing-view #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mst-nav__apply-button-wrapper .mst-nav__apply-button .loader:before {
    content: "";
  }
}
.catalog-product_compare-index .page-main {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.catalog-product_compare-index .page-main .page-title-wrapper {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding-left: 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .page-title-wrapper {
    z-index: 10;
  }
}
@media (max-width: 992px) {
  .catalog-product_compare-index .page-main .page-title-wrapper {
    text-align: left;
  }
}
.catalog-product_compare-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.catalog-product_compare-index .page-main .column.main {
  padding-bottom: 0 !important;
}
.catalog-product_compare-index .page-main .back_button_container .back_button {
  position: absolute;
  left: 3.5rem;
  top: 1rem;
  z-index: 4;
  color: #323232;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .back_button_container .back_button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .back_button_container .back_button {
    z-index: 10;
  }
}
.catalog-product_compare-index .page-main .back_button_container .back_button::after {
  color: #323232;
  content: '\f053';
  left: -2rem;
  font-size: 1.5rem;
  font-family: 'FontAwesome';
  position: absolute;
}
@media (max-width: 992px) {
  .catalog-product_compare-index .page-main .back_button_container {
    display: none;
  }
}
.catalog-product_compare-index .page-main .recommended_toggle_container {
  align-items: center;
  color: #323232;
  column-gap: 15px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  right: 15px;
  top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .recommended_toggle_container {
    column-gap: 5px;
    font-size: 14px;
    right: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .recommended_toggle_container {
    z-index: 10;
  }
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 74px;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"] + .switch-label:before {
  color: #ffffff;
  content: 'OFF';
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
  left: unset;
  top: 5px;
  z-index: 1;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label:before {
  color: #ffffff;
  content: 'ON';
  right: unset;
  left: 10px;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label + .switch-handle {
  background-color: #10a0dd !important;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label + .switch-handle:before {
  background-color: #10a0dd !important;
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch .switch-handle {
  background-color: #323232;
  border-radius: 100px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch .switch-handle:before {
  background-color: #323232;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}
.catalog-product_compare-index .page-main .table-comparison {
  background-color: #ffffff;
  table-layout: auto;
  border-collapse: unset;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell,
.catalog-product_compare-index .page-main .table-comparison tbody tr td,
.catalog-product_compare-index .page-main .table-comparison thead tr td {
  border: 1px solid #dfdfdf;
  border-top: 0;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
  .catalog-product_compare-index .page-main .table-comparison thead tr .cell,
  .catalog-product_compare-index .page-main .table-comparison tbody tr td,
  .catalog-product_compare-index .page-main .table-comparison thead tr td {
    min-width: 281px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
  .catalog-product_compare-index .page-main .table-comparison thead tr .cell,
  .catalog-product_compare-index .page-main .table-comparison tbody tr td,
  .catalog-product_compare-index .page-main .table-comparison thead tr td {
    min-width: 190px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell:first-child,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell:first-child,
.catalog-product_compare-index .page-main .table-comparison tbody tr td:first-child,
.catalog-product_compare-index .page-main .table-comparison thead tr td:first-child {
  border-left: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell:last-child,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell:last-child,
.catalog-product_compare-index .page-main .table-comparison tbody tr td:last-child,
.catalog-product_compare-index .page-main .table-comparison thead tr td:last-child {
  border-right: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product,
.catalog-product_compare-index .page-main .table-comparison thead tr .product {
  padding-bottom: 10px;
  width: 20%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 28px;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete {
  background-color: #323232;
  border: 1px solid #000000;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  height: 32px;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete {
    height: 28px;
    width: 28px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete .fa-times,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete .fa-times {
  cursor: pointer;
  font-size: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete .fa-times,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete .fa-times {
    font-size: 18px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr span,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr span {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr span,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr span {
    font-size: 20px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
  height: auto;
  object-fit: contain;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
    max-width: 300px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
    max-width: 15rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info {
  align-content: space-between;
  display: grid;
  row-gap: 1rem;
  padding-bottom: 1rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: auto;
  justify-content: space-between;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details::after,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.6rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details::after,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details::after {
    height: 1rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.5rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs::before,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.6rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs::before,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs::before {
    height: 1rem;
    left: -2px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions {
  margin: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary {
  width: 100%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary .tocart,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary .tocart {
  background-color: #10a0dd;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary .tocart,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary .tocart {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary,
.catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary {
  text-align: center;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary .reviews-actions .action,
.catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary .reviews-actions .action {
  color: #323232;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary .reviews-actions .action,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary .reviews-actions .action {
    padding: 0 3px 0 8px;
    margin-left: 4px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-head {
  padding: 0;
  background-color: #323232;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header {
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 4.2rem;
  padding: 1.2rem 2rem;
  position: sticky;
  width: 97.5vw;
  left: 0;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .details-header {
    font-size: 1.8rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header svg {
  fill: #ffffff;
  cursor: pointer;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon {
  float: right;
  margin-right: 0.5rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  border: solid 3px;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg) translate(-1rem, 0);
  border-radius: 3px;
  top: 50%;
  cursor: pointer;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon.open::before {
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg) translate(-1.5rem, -7px);
}
.catalog-product_compare-index .page-main .table-comparison tbody .fa-info-circle {
  cursor: pointer;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container {
    table-layout: auto;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
  border: 1px solid #b9b9b9;
  padding-bottom: 2.5rem;
  background-color: #4d4d4d;
  text-align: center;
  width: 20%;
  min-width: 265px;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
    min-width: 281px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
    min-width: 190px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing th.label {
  padding: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing th.label span {
  position: sticky;
  left: 0;
  width: 97.5vw;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing > td {
  padding: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr > .label {
  background-color: #dfdfdf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #323232;
  padding-left: 2rem;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr > .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr > .cell.product {
    padding: 1.5rem 0.5rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .value {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .value {
    font-size: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .comparison {
  overflow-x: unset;
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .comparison {
    overflow: hidden;
  }
  .catalog-product_compare-index .page-main .comparison.fixed-popup {
    max-width: 100vw;
    overflow: auto !important;
    position: relative;
  }
}
.catalog-product_compare-index .page-main .popup_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
  inset: 0;
  z-index: 15;
  place-items: center;
  display: none;
}
.catalog-product_compare-index .page-main .popup_container .popup-info {
  background-color: #ffffff;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 6rem 3rem;
  color: #323232;
  max-width: 1143px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 2rem;
}
@media (max-width: 1200px) {
  .catalog-product_compare-index .page-main .popup_container .popup-info {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .catalog-product_compare-index .page-main .popup_container .popup-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-info .fa-times {
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  font-size: 1.8rem;
}
.catalog-product_compare-index .page-main .popup_container .popup-info svg {
  max-width: 49rem;
  width: 100%;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators {
  display: grid;
  padding-bottom: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(34rem, 1fr));
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators {
    grid-template-columns: repeat(auto-fill, minmax(31rem, 1fr));
  }
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators {
    row-gap: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.9rem;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator {
    row-gap: 0.9rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div span {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div span {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div h2 {
    font-size: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div p {
    font-size: 1.8rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .forward > div span {
  background-color: #424242;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .high-speed > div span {
  background-color: #dc0160;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .low-speed > div span {
  background-color: #2adad7;
}
.catalog-product_compare-index .page-main .popup_container .popup-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.9rem;
}
.catalog-product_compare-index .page-main .popup_container .popup-details h2,
.catalog-product_compare-index .page-main .popup_container .popup-details p {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details {
    row-gap: 0.9rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-details h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details h2 {
    font-size: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-details p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details p {
    font-size: 1.8rem;
  }
}
.catalog-product-view .breadcrumbs {
  width: auto;
  margin-bottom: 0;
  padding: 0 1% !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  column-gap: 2rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .breadcrumbs {
    flex-wrap: wrap;
  }
}
.catalog-product-view .breadcrumbs .items {
  flex-wrap: wrap !important;
  padding: 0 !important;
}
.catalog-product-view .breadcrumbs .items .item {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .breadcrumbs .items .item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '\f054';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.catalog-product-view .breadcrumbs .items .item strong {
  font-weight: 300;
}
.catalog-product-view .breadcrumbs .back_button_container {
  padding: 0 !important;
}
.catalog-product-view .back_button_container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 2rem;
}
.catalog-product-view .back_button_container::before {
  content: '\2039';
  font-size: 2rem;
  font-weight: 500;
}
.catalog-product-view .back_button_container a {
  color: #323232;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .back_button_container::before {
    margin-right: 0;
  }
  .catalog-product-view .back_button_container a {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .column.main {
    padding-bottom: 0;
  }
}
.catalog-product-view .page-main .product.media {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 56.5%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product.media {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .catalog-product-view .page-main .product.media {
    min-height: 865px;
    border-radius: 0 4rem 4rem 0;
    margin-bottom: 6rem;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder {
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__wrap {
    padding: 10rem 0 0;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
  background-color: transparent;
  border: none;
  left: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1899px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
    height: 665px !important;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
    height: 690px !important;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__stage__shaft {
  max-width: 100% !important;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__arr {
  height: fit-content;
  top: 50%;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__caption {
  display: none;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
  width: 55%;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
    width: 90%;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame {
  filter: blur(1px);
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  filter: blur(0);
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  border: none !important;
}
.catalog-product-view .page-main .product-info-main {
  background-color: #ffffff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 5rem;
  position: relative;
  width: 42.6%;
  overflow: hidden;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main {
    padding: 5rem 5rem 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .product-info-main {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main {
    margin-top: 11.5rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 3rem;
    width: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .review-summary-actions a {
  color: #10a0dd;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist {
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 4rem;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist:hover,
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist.in-wishlist {
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist:hover::before,
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist.in-wishlist::before {
  font-weight: 900;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist span {
  display: none;
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper h1 {
  color: #323232;
  font-size: 2.4rem;
  line-height: 1.2 !important;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-weight: 700;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  border-bottom: solid 3px #10a0dd;
  padding-bottom: 20px;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
  }
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions::before {
  color: #c3c5c9;
  font-size: 1.5rem;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions::before {
    margin-bottom: 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary .action {
  color: #10a0dd;
  border-left-color: #323232;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .action {
    border: none;
    padding: 0;
    margin: 0 0 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container {
  float: unset !important;
  border-bottom: 3px solid #10A0DD;
  padding-bottom: 2rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .aw-ar-rating {
  margin-right: 1rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions a {
  color: #10a0dd;
  text-decoration: underline;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions a:first-child {
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .short_header h3 {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 0;
  padding-bottom: 0.9rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .overview {
  border: none;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .overview h2 {
  color: #323232;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 0.7rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .overview h2 {
    font-size: 2.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .overview ul {
  margin-bottom: 0;
  padding-left: 2rem;
}
.catalog-product-view .page-main .product-info-main .overview ul li {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .overview ul li {
    font-size: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .overview .value {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .product-info-main .product-info-stock-sku {
  padding: 2rem 0;
}
.catalog-product-view .page-main .product-info-main .product-info-stock-sku .unavailable {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.catalog-product-view .page-main .product-info-main .product-add-form {
  padding: 2rem 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .configurable_label h3 {
  background-color: transparent;
  border-radius: 10rem;
  color: #323232;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper label {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper label::after {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container {
  display: grid;
  grid-gap: 0.8rem 1.3rem;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  align-items: center;
  padding: 0.5rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container option {
    font-size: 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option {
  background-color: #323232;
  border-radius: 10rem;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.75rem;
  max-width: 100%;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  overflow-x: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price {
  background-color: transparent;
  border-radius: 10rem;
  border-color: #323232;
  color: #323232;
  font-size: 1.07rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  transition: 0.4s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price.-active,
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price:hover {
  background-color: #323232;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 1rem 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
  padding-bottom: 1.5rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-select {
  border: solid 1px #323232 !important;
  height: unset !important;
  border-radius: 1.2rem !important;
  padding: 4.5px 25px 4px 9px !important;
  text-align: left;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  color: #323232;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option {
  border: none;
  display: grid;
  margin-right: 1rem;
  overflow: visible;
  place-items: center;
  position: relative;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.selected {
  border: 1px solid #323232;
  border-radius: 1.5rem;
  outline: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.text {
  font-size: 1.75rem;
  padding: 7px 10px;
  border-radius: 6px;
  height: auto;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .discount_sticker {
  position: absolute;
  max-width: 2rem;
  width: 100%;
  right: -0.6rem;
  top: -0.8rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .discount_sticker svg {
  fill: #df3131;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .sale_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1rem;
  padding: 0.4rem 1.005rem;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  top: 0.4rem;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .sale_label {
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 0.8rem;
    padding: 0.2rem 0.705rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .simple-price-container {
  margin-top: 2rem;
  margin-bottom: -.5rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price {
  align-items: center;
  column-gap: 1.9rem;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price.simple-product-price {
  column-gap: 1rem;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price {
    column-gap: 1rem;
    justify-content: start;
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label,
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label:first-of-type {
  color: #323232;
  padding-right: 0.5rem;
  display: inline;
  width: unset;
  height: unset;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
  color: #9d1107;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .old-price .price-label {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .old-price .price {
  color: #8c8c8c;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .special-price .price-label:first-of-type {
  position: static;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .product-info-discounting {
  order: -1;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom {
    bottom: -15px;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .price-box {
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart {
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .qty {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions {
  margin-right: 0;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
  color: #ffffff;
  background-color: #10a0dd;
  padding: 1.072rem 1rem;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
    font-size: 25px;
    height: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .sales-label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  padding: 0.7rem 1.34rem;
}
@media screen and (max-width: 575px) {
  .catalog-product-view .page-main .product-info-main .sales-label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0.25rem 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .qty,
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .moved-add-to-links {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions {
  margin-right: 0;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
  color: #ffffff;
  background-color: #10a0dd;
  border-color: #10a0dd !important;
  padding: 1.072rem 1rem;
  font-size: 20px !important;
  font-style: italic;
  font-weight: 600 !important;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  letter-spacing: normal !important;
  text-align: center;
  height: auto !important;
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
    font-size: 25px !important;
    height: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-description p {
  color: #323232;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-description p a {
  color: #10a0dd;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options label,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options legend,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .label,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .legend {
  color: #323232;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select {
  border-color: #b9b9b9;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-width: 1px;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input::placeholder,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea::placeholder,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select::placeholder {
  color: #777777;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea {
  border-radius: 1.2rem;
  resize: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select {
  border-radius: 10rem;
  height: 3.8rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__amount-control {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__amount-control:first-child {
    margin-bottom: 1.5rem !important;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .delivery-date {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button {
  background-color: #323232;
  border-color: #323232 !important;
  border-radius: 10rem;
  font-size: 1.07rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .product-info-main .product-info-price {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-final_price {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-label,
.catalog-product-view .page-main .product-info-main .product-info-price .price {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.7rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-label {
  color: #323232;
  padding-right: 0.5rem;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price {
  color: #9d1107;
}
.catalog-product-view .page-main .product-info-main .amcard-preview-container .amcard-button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  font-size: 1.07rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  padding: 1em 1.25em;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .amcard-preview-container .amcard-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container {
  transition: top 0.4s;
  z-index: 10;
}
.catalog-product-view .page-main .detailed .tabs-label-container.fixed {
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
  padding-bottom: 0;
  top: 4.9rem;
}
.catalog-product-view .page-main .detailed .tabs-label-container.nav-up {
  top: 0;
}
@media screen and (max-width: 491px) {
  .catalog-product-view .page-main .detailed .tabs-label-container.nav-down {
    top: 9.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container {
    display: flex;
    top: 5.9rem;
    padding-bottom: 0.75rem;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container {
    padding: 1.5rem 0 0rem;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container:not(.discs) {
    display: none;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container,
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    flex: 1;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    margin: auto;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .section {
    display: none;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
  background-color: #10a0dd;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
  text-transform: capitalize;
  float: right;
  margin-top: -5rem;
  padding: 1.4rem 7.33rem;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    padding: 1.4rem 2.33rem;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    float: unset;
    margin-top: 0;
    padding: 1.4rem 0;
    width: 100%;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
  border-top: solid 1px #ffffff;
  width: fit-content;
  padding-bottom: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: absolute;
    top: 35%;
    left: 2rem;
    transform: translate(0);
  }
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: absolute;
    left: 5rem;
    top: 16px;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details::after {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details .attrs {
  color: #ffffff;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details .attrs::before {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed .tab-title {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 !important;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-color: transparent;
  text-transform: capitalize;
  transition: 0.4s;
  position: relative;
  padding: 1.2rem 0;
  height: auto;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed .tab-title {
    display: none;
  }
}
.catalog-product-view .page-main .detailed .tab-title::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #323232;
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-color: #323232 #323232 transparent transparent;
  transform: rotate(45deg) translate(-5px, -3px);
  border-radius: 3px;
  top: 50%;
  right: 1rem;
}
.catalog-product-view .page-main .detailed .tab-title.open::before {
  border-color: transparent #323232 #323232 transparent;
  transform: rotate(45deg) translate(-5px, -7px);
}
.catalog-product-view .page-main .detailed .detail_tabs_container {
  background: #323232;
  display: flex;
  justify-content: center;
  padding: 1.3rem 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container {
    position: relative;
  }
}
.catalog-product-view .page-main .detailed .detail_tabs_container #tab-label-related_block_3,
.catalog-product-view .page-main .detailed .detail_tabs_container #tab-label-product_info_related {
  display: none;
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section a {
  text-decoration: none;
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0rem 4rem 0.75rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 0.5rem 0.75rem !important;
  }
}
@media screen and (max-width: 1360px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 2rem 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 1rem 0.75rem;
  }
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section-label.active {
  border-bottom: 3px solid #10a0dd;
}
.catalog-product-view .page-main .detailed #description {
  padding: 8rem 5rem;
  scroll-margin: 3rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #description {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #description {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #description {
    scroll-margin: 30rem;
    padding-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed #description .description {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #description .description.attribute {
    padding: 2rem 2rem 0 !important;
  }
}
.catalog-product-view .page-main .detailed #description .description ul {
  list-style-type: disc;
}
.catalog-product-view .page-main .detailed #description .description ul li {
  padding-bottom: 1rem;
  display: list-item;
  list-style: unset;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel {
  margin: auto;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel {
    width: 100% !important;
  }
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-stage {
  margin: auto;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-controls .owl-dots .active span {
  background-color: #323232 !important;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-controls .owl-dots .owl-dot span {
  background-color: transparent;
  border: solid 2px #323232;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.catalog-product-view .page-main .detailed #description .description h1 {
  color: #323232;
  font-size: 4rem;
  font-weight: 900;
  line-height: 5.3rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    font-size: 5rem;
    line-height: 6.1rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #description .description p,
.catalog-product-view .page-main .detailed #description .description li,
.catalog-product-view .page-main .detailed #description .description span,
.catalog-product-view .page-main .detailed #description .description div,
.catalog-product-view .page-main .detailed #description .description #productStaticContainer {
  color: #323232;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  text-align: justify;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #description .description p,
  .catalog-product-view .page-main .detailed #description .description li,
  .catalog-product-view .page-main .detailed #description .description span,
  .catalog-product-view .page-main .detailed #description .description div,
  .catalog-product-view .page-main .detailed #description .description #productStaticContainer {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description p,
  .catalog-product-view .page-main .detailed #description .description li,
  .catalog-product-view .page-main .detailed #description .description span,
  .catalog-product-view .page-main .detailed #description .description div,
  .catalog-product-view .page-main .detailed #description .description #productStaticContainer {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.catalog-product-view .page-main .detailed #description .description p a,
.catalog-product-view .page-main .detailed #description .description li a,
.catalog-product-view .page-main .detailed #description .description span a,
.catalog-product-view .page-main .detailed #description .description div a,
.catalog-product-view .page-main .detailed #description .description #productStaticContainer a {
  color: #10a0dd;
}
.catalog-product-view .page-main .detailed #product_info_flightchart {
  padding-top: 6rem;
  scroll-margin: 8rem;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart > div {
  background-color: #1d1d1d;
  padding: 1rem 3rem 1rem 0.75rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    float: unset;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div {
    float: unset;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    padding: 1rem 2rem;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div {
    margin-bottom: 3rem;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div:not(:nth-child(2)) {
    max-width: 100%;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div:nth-child(2) {
    margin: auto auto 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_details_container {
  border-radius: 3rem;
  overflow: hidden;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details {
  margin-left: 0;
  margin-top: 11rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details {
    margin-top: 12.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead {
  background-color: #323232;
  border-radius: 3rem 3rem 0 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:first-child {
  height: 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td {
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td .popup-arrow {
  border-color: transparent #ffffff #ffffff transparent;
  border-style: solid;
  bottom: -1rem;
  border-width: 10px;
  height: 20px;
  left: 50%;
  position: absolute;
  top: -12px;
  transform: rotate(45deg) translate(-50%, 0);
  width: 20px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td .popup-arrow {
    border-width: 8px;
    height: 10px;
    width: 10px;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup {
  background-color: #ffffff;
  border-radius: 3rem;
  height: 111px;
  left: 0;
  overflow-y: auto;
  padding: 1.5rem 2rem 0;
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup {
    top: -115%;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup h5 {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.36rem;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup h5 {
    font-size: 1.8rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup p {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup p {
    font-size: 1.25rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td {
  color: #f1f1f1;
  font-size: 1.5rem;
  flex: 1 0 auto;
  line-height: 1.9rem;
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td .dropdown_wrapper {
  position: relative;
  top: -33px;
  width: 100%;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td .dropdown_wrapper svg {
  position: absolute;
  right: 8px;
  top: 0;
  fill: #ffffff;
  width: 12px;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody {
  background-color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td {
  color: #323232;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 3.8rem;
  position: relative;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td:not(:last-child)::after {
  background-color: #323232;
  content: '';
  height: 20px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img {
  background-color: #b9b9b9;
  padding: 0 3rem 3.45rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .discs_diameter,
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_width,
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.8rem;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .discs_diameter {
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_width {
  display: block;
  text-align: left;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
  left: 7.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
    left: 21.5vw;
    top: 54%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
    left: 22.5vw;
    top: 47%;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .disclaimer {
  position: absolute;
  right: 2rem;
  bottom: 3.45rem;
  font-size: 1rem;
  font-weight: 500;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .table-wrapper {
  border-top: none;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes h3 {
    font-size: 2.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data {
  column-gap: 0.5rem;
  display: flex;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .label {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .label {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .value {
  color: #10a0dd;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .value {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6 .attr-data {
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6:nth-child(2) {
    padding-left: 0;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6:nth-child(3) {
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-sm-12 {
  padding: 4.5rem 0 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-sm-12 .attr-data {
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .button_controller {
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .show_hide_adv_specs {
  background-color: #10a0dd;
  border: 0;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 7.2rem;
  padding: 1.35rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .show_hide_adv_specs {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content {
  padding-top: 3.25rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content {
    padding-top: 0.25rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
    font-size: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1;
  padding: 3rem 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 1.75rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
  background-color: #484848;
  border-radius: 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin: -7rem 0;
  padding: 3.5rem;
  position: relative;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
    z-index: 1;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart h4 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table {
  display: grid;
  margin-left: 0.5rem;
  margin-top: 6rem;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th,
.catalog-product-view .page-main .detailed #product_info_flightchart table td {
  color: #ffffff;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  padding-left: 7rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
  border-radius: 50%;
  content: '';
  height: 4.8rem;
  left: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
}
@media screen and (max-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    height: 3.8rem;
    width: 3.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    height: 2.8rem;
    width: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    font-size: 1.75rem;
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    padding-left: 4.5rem;
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:first-child th::before {
  background-color: #2adad7;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(3) th::before {
  background-color: #dc0160;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(5) th::before {
  background-color: #424242;
}
@media screen and (min-width: 1201px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(even) td {
    padding-bottom: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table td {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table td {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
    scroll-margin: 30rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #additional {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional {
    scroll-margin: 30rem;
    padding-top: 3rem;
  }
  .catalog-product-view .page-main .detailed #additional .additional-attributes-wrapper {
    padding: 2rem 0 0;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) {
  background-color: #1d1d1d;
  margin-bottom: 3rem;
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) {
    display: flex;
    justify-content: space-between;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
  background-color: #f1f1f1;
  height: inherit;
  padding: 10rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    max-width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    margin: 0 0 2rem !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    display: grid;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    padding-bottom: 2rem;
  }
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div > div {
    max-width: 100%;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div h4 {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div h4 {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div form {
  display: inline-block;
  position: relative;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div form::after {
  content: '';
  font-family: 'FontAwesome';
  font-size: 1.75rem;
  position: absolute;
  right: -1.5rem;
  color: #10a0dd;
  top: 3px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div input[type="submit"] {
  color: #10a0dd;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  border: none;
  padding: 0;
  padding-top: 0.5rem;
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
  border-top: 1px solid #bbb;
  margin-top: 1rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid a::after {
  display: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details {
  padding: 1rem 0 0;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name {
  padding: 2rem 0 3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name {
    white-space: unset;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .discs_details {
  margin: 0 auto !important;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:first-child {
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:nth-child(2) {
    border-bottom-left-radius: 4rem;
    border-top-left-radius: 4rem;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details {
    width: 100%;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs {
    padding: 2px 0 0;
    flex: 1;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #additional .table {
  background-color: #f1f1f1;
  margin: auto auto 3rem;
}
@media screen and (max-width: 640px) {
  .catalog-product-view .page-main .detailed #additional .table {
    padding-left: 2rem;
  }
}
.catalog-product-view .page-main .detailed #additional .table th,
.catalog-product-view .page-main .detailed #additional .table td {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #additional .table th,
  .catalog-product-view .page-main .detailed #additional .table td {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #additional .table th {
  color: #323232;
  font-weight: 600;
  padding: 0 0.5rem 0 0;
}
.catalog-product-view .page-main .detailed #additional .table td {
  color: #10a0dd;
  font-weight: 500;
  padding: 0;
}
.catalog-product-view .page-main .detailed #technical_specs {
  background-color: #1d1d1d;
  padding: 2rem 3rem 5rem;
}
@media (min-width: 992px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    padding: 2rem 5rem 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    scroll-margin: 30rem;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .page-main .detailed #technical_specs > .other_attr {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 5rem;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .attr_header h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .attr_header h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .technical_specs h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs ul {
  margin: 0;
  padding-left: 20px;
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs ul li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .technical_specs ul li {
    font-size: 25px;
    line-height: 40px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr {
  color: #ffffff;
  padding-top: 4rem;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr img {
  height: auto;
  width: 50px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr img {
    height: 59px;
    width: 59px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .col-sm-1 {
  max-width: fit-content !important;
  width: 70px !important;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .col-sm-11 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr h3 {
  color: #dc0160;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr h3 {
    font-size: 20px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr h3 + span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr h3 + span {
    font-size: 20px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .dimensions {
  margin-bottom: 3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 {
  background-color: #f1f1f1 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #related_block_3 {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
  border-bottom: 1px solid #dfdfdf;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 15px;
  margin: 20px 25px 15px;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title strong {
  color: #323232;
  font-weight: 600;
}
.catalog-product-view .page-main .detailed #related_block_3 .home-see-more-link {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section {
  background-color: transparent !important;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section #trending_product {
  padding-top: 0.5rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts.slick-initialized {
  display: block;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-list {
  padding-left: 1rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-track {
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-track {
    margin-left: unset;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 3rem;
  margin-bottom: 1rem;
  max-width: 33.3rem !important;
  width: 100% !important;
  min-height: 495px;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item:first-child {
  grid-row-start: auto;
  grid-row-end: auto;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details .discs_details {
  margin: 1.6rem auto 2.3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info {
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-photo {
  max-width: 255px;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details {
  padding: 3rem 0 0;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  padding-bottom: 0.5rem;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: capitalize;
  padding-bottom: 1rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_related {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related {
  padding: 2rem 25px 3rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_related .related {
    padding: 3rem 5rem 4rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .block-title {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.catalog-product-view .page-main .detailed #product_info_related .related #block-related-heading {
  color: #323232;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_related .related #block-related-heading {
    font-size: 30px;
    line-height: 37px;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .products-related {
  margin: 4px 0;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items {
  column-gap: 3.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  padding-top: 20px;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items {
    display: flex;
    overflow-x: auto;
    padding: 0 0.5rem 2rem;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items::webkit-scrollbar {
    display: none;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 3rem;
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
    flex: 1 0 33.3rem;
  }
}
@media (max-width: 421px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
    flex: 1 0 27.3rem;
    max-width: 27.3rem !important;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info {
  height: 100%;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-photo {
  margin: auto;
  max-width: 255px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details {
  padding: 0;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  margin: auto;
  position: relative;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  padding-bottom: 0.5rem;
  white-space: unset;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa {
  background-color: #ffffff;
  padding: 0 2% 2rem;
  scroll-margin: 8rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    padding: 0 0 2rem;
  }
  .catalog-product-view .page-main .detailed #productinfo_qa > div {
    padding: 0 3% 2rem;
  }
  .catalog-product-view .page-main .detailed #productinfo_qa .product_qa_header h3 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa * {
  float: unset !important;
}
.catalog-product-view .page-main .detailed #productinfo_qa .product_qa_header h3 {
  color: #323232;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.7rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 30px;
  margin: 0;
}
.catalog-product-view .page-main .detailed #productinfo_qa button[type=submit] {
  background-color: #323232;
  border-color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa button[type=button] {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff !important;
  height: 38px;
}
.catalog-product-view .page-main .detailed #productinfo_qa button {
  border-radius: 100px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form .legend,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form .legend,
.catalog-product-view .page-main .detailed #productinfo_qa .question-form label,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form label {
  color: #323232;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form input,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form input,
.catalog-product-view .page-main .detailed #productinfo_qa .question-form select,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form textarea,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form textarea {
  border: solid 1px #707070;
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form label {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input {
  border: solid 1px #707070;
  border-radius: 100px !important;
  font-size: 16px;
  max-width: 885px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input {
    padding: 25px 10px 18px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input::placeholder {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input::placeholder {
    font-size: 25px;
    line-height: 30px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .sortorder.last {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .question-title,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .question-title {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .question-title,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .question-title {
    font-size: 28px;
    line-height: 35px;
    margin-right: 70px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .actions a {
  color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .actions {
    float: unset;
    text-align: left;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .actions a {
  color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name .name span,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name .date span {
  color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .answerbutton {
  background-color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab {
  background-color: #f1f1f1;
  scroll-margin: 8rem;
  padding: 3rem 2%;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    padding: 3rem 0;
  }
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div {
    padding: 0 3%;
  }
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .aw-reviews__product-review {
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab #reviews {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab #reviews {
    display: block;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header {
    margin: 0 auto;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title {
  padding: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
  padding: 0;
  display: grid;
  row-gap: 6.6rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aggregated-rating-absolute {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .recommend-customers {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .reviews-count {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics {
  display: grid;
  row-gap: 0.4rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-row {
  align-items: center;
  display: flex;
  gap: 1.3rem 3.4rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-row {
    column-gap: 0.4rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-label {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.8rem;
  width: max-content;
  text-align: left;
  flex-basis: 8.5rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-label {
    font-size: 1.75rem;
    flex-basis: 7rem;
    line-height: 2.4rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-count {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: right;
  flex-basis: 6.5rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
    flex-basis: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar {
  background-color: #b9b9b9;
  border-radius: 10rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  height: 14px;
  width: 330px;
  min-width: 200px;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar {
    width: 215px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar .progress-bar {
  background-color: #323232;
  border-radius: inherit;
  height: inherit;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aw-ar-write-review-control button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aw-ar-write-review-control button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .no-reviews-message {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form {
  background-color: #f1f1f1;
  border-top: unset;
  font-family: 'Montserrat', sans-serif;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form label,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .admin__field-value {
  color: #323232;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form textarea {
  border: solid 1px #707070;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit {
  background-color: #323232;
  border: solid 1px #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove {
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove::before {
  vertical-align: baseline;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader {
  position: relative;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader #fileUploader {
  border: unset;
  font-size: 10px;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body {
  margin: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__data-grid-filters-wrap {
  padding-bottom: 2rem;
  padding-left: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__field-option {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__field-option input {
  top: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__control-checkbox {
  background-color: transparent;
  border-color: #323232;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 0.2rem;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__control-checkbox:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  text-align: center;
  width: inherit;
  padding: 0 0.25rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-control select {
  border-radius: 2.3rem;
  border: none;
  height: auto;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  transition: 0.4s;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-header {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .review-item-info {
  display: block;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
  float: unset;
  text-align: left;
  margin-right: 0;
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.75rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .is_verified_buyer {
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .recommend {
  color: #323232;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .recommend br {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top {
  display: grid;
  grid: auto / 170px 1fr;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top {
    grid: unset;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .rating-list {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body {
  margin-top: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body .content {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body .content {
    font-size: 1.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment {
  color: #10a0dd;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .comment-wrapper {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form label {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  border-radius: 10rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea {
  border-radius: 1.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button {
  border: solid 1px #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  padding: 1rem 1.5rem !important;
  height: auto;
  line-height: 1.2;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-submit {
  background-color: #323232;
  color: #ffffff;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-cancel {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav {
  padding-left: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav .right-column {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #description,
  .catalog-product-view .page-main .detailed #additional,
  .catalog-product-view .page-main .detailed #technical_specs,
  .catalog-product-view .page-main .detailed #related_block_3,
  .catalog-product-view .page-main .detailed #product_info_related,
  .catalog-product-view .page-main .detailed #productinfo_qa,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab,
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    overflow: unset !important;
    height: auto !important;
    padding-top: 0 !important;
    margin-top: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0.75rem !important;
  }
  .catalog-product-view .page-main .detailed #description > div,
  .catalog-product-view .page-main .detailed #additional > div,
  .catalog-product-view .page-main .detailed #technical_specs > div,
  .catalog-product-view .page-main .detailed #related_block_3 > div,
  .catalog-product-view .page-main .detailed #product_info_related > div,
  .catalog-product-view .page-main .detailed #productinfo_qa > div,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    display: none;
  }
  .catalog-product-view .page-main .detailed #description > div.show,
  .catalog-product-view .page-main .detailed #additional > div.show,
  .catalog-product-view .page-main .detailed #technical_specs > div.show,
  .catalog-product-view .page-main .detailed #related_block_3 > div.show,
  .catalog-product-view .page-main .detailed #product_info_related > div.show,
  .catalog-product-view .page-main .detailed #productinfo_qa > div.show,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div.show,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div.show {
    display: block;
  }
  .catalog-product-view .page-main .detailed #description > div.show.description,
  .catalog-product-view .page-main .detailed #additional > div.show.description,
  .catalog-product-view .page-main .detailed #technical_specs > div.show.description,
  .catalog-product-view .page-main .detailed #related_block_3 > div.show.description,
  .catalog-product-view .page-main .detailed #product_info_related > div.show.description,
  .catalog-product-view .page-main .detailed #productinfo_qa > div.show.description,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div.show.description,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div.show.description {
    display: flex !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__stage {
  left: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
  opacity: 1;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon::before {
  content: "\00d7";
  font-size: 4rem;
  color: #323232;
}
@media (max-width: 992px) and (min-width: 768px) {
  .catalog-product-view .amgiftcard-modal-container .modal-inner-wrap {
    width: 97%;
  }
}
.catalog-product-view .amgiftcard-modal-container table td {
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 767px) {
  .catalog-product-view .amgiftcard-modal-container table td {
    font-size: 14px;
  }
}
.catalog-product-view .amgiftcard-modal-container .modal-footer button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  padding: 0.5em 1.25em;
  border-radius: 0.8rem;
  height: auto;
  font-weight: 500;
}
.catalog-product-view .aw-gc-product-previewer h2,
.catalog-product-view .aw-gc-product-previewer th,
.catalog-product-view .aw-gc-product-previewer td,
.catalog-product-view .aw-gc-product-previewer p {
  font-family: 'Montserrat', sans-serif !important;
  color: #323232 !important;
}
.catalog-product-view .aw-gc-product-previewer strong {
  font-family: 'Montserrat', sans-serif !important;
  color: #10a0dd !important;
}
.catalog-product-view .aw-gc-product-previewer h2,
.catalog-product-view .aw-gc-product-previewer strong {
  font-weight: 600 !important;
}
.catalog-product-view .aw-gc-product-previewer .button-wrapper a {
  background-color: #10a0dd !important;
  border-color: #10a0dd;
  border-radius: 10rem !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: 0.4s;
}
.catalog-product-view .aw-gc-product-previewer .button-wrapper a:hover {
  opacity: 0.8;
}
.wishlist-popup .modal-title {
  color: #323232;
  border-color: #b9b9b9;
  font-weight: 600;
}
.wishlist-popup .modal-footer button {
  background-color: #10a0dd;
  border-radius: 10rem;
  border-color: #10a0dd;
  color: #ffffff;
  font-size: 1.4rem;
}
.wishlist-popup .modal-footer button:hover {
  background-color: #10a0dd;
  border-color: #10a0dd;
  opacity: 0.5;
}
.checkout-cart-index .newsletter_text {
  display: none;
}
.checkout-cart-index .page-main {
  max-width: 100%;
  padding: 20px 0;
}
.checkout-cart-index .page-main .page-title-wrapper {
  background-color: #ffffff;
  box-shadow: 0 -6px 6px -8px rgba(0, 0, 0, 0.16);
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
@media screen and (min-width: 993px) {
  .checkout-cart-index .page-main .page-title-wrapper {
    border-top-right-radius: 40px;
    width: 66.66666667%;
    float: left;
    padding-top: 2.4rem;
  }
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 2rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-empty {
  padding: 0 2rem;
}
.checkout-cart-index .page-main .cart-empty p {
  color: #323232;
}
.checkout-cart-index .page-main .cart-empty p a {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .page-main .cart-container .page-title-wrapper {
    order: 1;
  }
  .checkout-cart-index .page-main .cart-container .form-cart {
    order: 2;
  }
  .checkout-cart-index .page-main .cart-container .cart-related {
    order: 4;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    order: 3;
    padding: 1rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary {
    order: 5;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .block > .title {
    border: none;
    padding-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout {
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .smart-buttons .paypal-buttons iframe {
    z-index: unset;
  }
  .checkout-cart-index .page-main .cart-container .recently-container {
    order: 6;
  }
  .checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
    padding: 2.6rem 1.4rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks {
    order: 7;
    padding-top: 2rem;
  }
  .checkout-cart-index .page-main .cart-container .block-reorder {
    order: 8;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart,
.checkout-cart-index .page-main .cart-container .block-dashboard-history {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .form-cart,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history {
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table thead th,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead th {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.checkout-cart-index .page-main .cart-container .form-cart table thead .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead .price {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .form-cart table thead .subtotal,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info {
  border-bottom: solid 1px #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item {
  padding: 0 0 35px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item {
    padding-bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo {
  max-width: 207px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo span {
  border: none;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo {
    position: unset;
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
  padding: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
    padding-top: 10px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name {
  margin-bottom: 5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info span {
  color: #323232;
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
  padding-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info span {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
  color: #323232;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dt {
  font-weight: 700;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
  padding-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .error,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .error {
  padding: 1.2rem 1.8rem 1.2rem 4rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
  display: flex;
  width: fit-content;
  position: relative;
  bottom: 0 !important;
  padding-top: 2rem;
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
    bottom: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .label,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .label {
  background-color: #ffffff;
  border: solid 1px #707070;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0 10px 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .label span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .label span {
    vertical-align: inherit;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty input,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty input {
  border: solid 1px #707070;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 50px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty-changer,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty-changer {
  position: absolute;
  right: 1rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty-changer a,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty-changer a {
  border: 0;
  color: #323232;
  font-size: 12px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    justify-content: center;
    column-gap: 2rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    padding-top: 3rem;
    padding-left: 2.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar::after,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar::after {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist {
    margin-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span {
    display: block;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price-as-configured,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price-as-configured {
  display: flex;
  gap: 0.5rem 1rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price-as-configured,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price-as-configured {
    align-items: end;
    flex-direction: column;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  vertical-align: top;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    text-align: center;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .price-excluding-tax .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .price-excluding-tax .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .price-excluding-tax .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .price-excluding-tax .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .sku,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .sku {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .sku,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .sku {
    bottom: 2.25rem;
    position: absolute;
    right: 0.75rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .subtotal,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions,
.checkout-cart-index .page-main .cart-container .block-dashboard-history .actions {
  column-gap: 1rem;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions button,
.checkout-cart-index .page-main .cart-container .block-dashboard-history .actions button {
  background-color: #10a0dd;
  border: none;
  border-radius: 100px;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart .actions button,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history .actions button {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history {
  margin-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 2.7rem;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    justify-content: space;
    padding-bottom: 0;
    padding-left: 0;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    padding-top: 3rem;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action.action-to-productlist {
    display: none;
    margin-left: 0;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .tocompare::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td {
    border: unset !important;
    display: block;
  }
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td::before {
    display: none !important;
  }
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td .product-item-photo {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .info {
  width: 200px;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info:last-child {
  border: unset;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history .history-toolbar {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
  width: 32.33%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    border: none;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .pay-later-message {
  padding: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress {
  padding: 1.6rem 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .upsell,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-text {
  font-size: 1.6rem;
  color: #323232;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .upsell .freeship-price,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-text .freeship-price {
  color: #9d1107;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .min,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .max {
  font-size: 1.4rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: linear-gradient(45deg, #10a0dd, #323232) #ffffff !important;
}
.checkout-cart-index .page-main .cart-container .cart-summary #shipping-zip-form,
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form {
  padding: 0 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form dt,
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form dd {
  color: #323232;
  font-size: 16px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 20px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title::after {
  color: #323232;
  font-size: 16px;
  right: 15px;
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title #block-shipping-heading {
  color: #323232;
  margin: 0;
  padding: 7px 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title #block-shipping-heading {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals {
  padding: 10px 20px 28px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .mark,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .mark,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .mark {
  color: #323232;
  font-size: 16px;
  padding-bottom: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .mark,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .mark,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .mark {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals td[data-th="saving"] .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary td[data-th="saving"] .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details td[data-th="saving"] .price {
  position: relative;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals td[data-th="saving"] .price::before,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary td[data-th="saving"] .price::before,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details td[data-th="saving"] .price::before {
  content: '-';
  position: absolute;
  left: -1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount {
  padding-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount .price {
  color: #9d1107;
  font-size: 16px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount .price,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount .price,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount .price {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout {
  align-items: stretch;
  border-bottom-left-radius: 40px;
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item {
  margin-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
  background-color: #10a0dd;
  border-bottom-left-radius: 0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  text-transform: none;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    z-index: 9;
    padding: 2rem 0;
    border-bottom-left-radius: 0;
    position: fixed;
    bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button:hover {
  background-color: #1cbbff;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item .gpay-card-info-container {
    position: relative !important;
    z-index: 2;
  }
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item .multicheckout {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section {
  border-bottom-left-radius: 40px;
  border-top: solid 2px #707070;
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section {
    border-bottom-left-radius: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title {
  color: #323232;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title {
    font-size: 25px;
    line-height: 30px !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title span {
  display: block;
  padding-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title span strong {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info {
  display: flex !important;
  flex-direction: row !important;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details {
  flex: 0 0 68%;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name {
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name .product-item-link {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name .product-item-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .price-box,
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .aw-ar-product-summary-container,
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .recently-container {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 !important;
  width: 32.33%;
  overflow: hidden;
  float: right;
  clear: right !important;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .recently-container {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    border: none;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .recent-viewed-section {
  background-color: #ffffff;
  padding: 0 !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .recent-viewed-section p {
  margin: 0 !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
  padding: 2.6rem 2.4rem !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title {
  color: #323232;
  font-size: 2.5rem;
  line-height: 3rem;
  border: none !important;
  text-align: center !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content {
  margin: 0;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products {
  display: grid;
  row-gap: 3rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item {
  max-width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item-photo {
  max-width: 14.1rem !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item-name {
  font-size: 2rem;
  font-weight: 500 !important;
  line-height: 2.4rem;
  white-space: unset;
}
.checkout-cart-index .page-main .cart-container .cart-discount {
  background-color: #ffffff;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
  margin-bottom: 2rem;
  float: unset !important;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-discount {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .amcard-field-container.-cart {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard {
  float: unset;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .field {
    display: block;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .apply-aw-giftcard,
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
    border-radius: 10rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
    border-right-color: #707070 !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
  border-color: #707070;
  border-right-color: transparent;
  border-radius: 10rem 0 0 10rem;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input::placeholder {
  color: #777777;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: auto;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar::after {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar .primary,
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar .secondary {
  display: block;
  margin: 0;
  position: static;
  float: unset;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar button {
  text-transform: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .apply-aw-giftcard {
  border-radius: 0 10rem 10rem 0;
  color: #ffffff;
  background-color: #10a0dd;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .check-aw-giftcard {
  background-color: transparent;
  border: none;
  color: #10a0dd;
  text-decoration: underline;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .check-aw-giftcard:hover {
  background-color: transparent;
}
.checkout-cart-index .page-main .cart-container .cart-discount .title {
  border: unset !important;
}
.checkout-cart-index .page-main .cart-container .cart-discount .title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .title strong {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .amcard-title {
  color: #323232;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .amcard-title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount #block-discount {
  float: unset !important;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form {
  padding-top: 20px;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code {
  background-color: #ffffff;
  border-radius: 10rem 0 0 10rem;
  border-color: #707070;
  border-right-color: transparent;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code {
    padding: 21px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code::placeholder {
  color: #777777;
  font-weight: 400;
  line-height: 1;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  padding: 11px 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button {
    padding: 14px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container .amcard-input-arrow::after {
  top: 50%;
  transform: translateY(-50%);
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container.-active .amcard-input-arrow::after {
  top: 25%;
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input {
  background-color: #ffffff;
  border-bottom-left-radius: 100px;
  border-right: 0;
  border-top-left-radius: 100px;
  height: 38px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input {
    padding: 25px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input::placeholder {
  color: #b9b9b9;
  font-weight: 400;
  line-height: 1;
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amcard-button {
  background-color: #10a0dd;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  border-color: #10a0dd;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 9px 10px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount form .amcard-button {
    padding: 14px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amcard-check {
  color: #10a0dd;
  font-family: 'Montserrat', sans-serif;
}
.checkout-cart-index .page-main .cart-container .recently-container {
  clear: both;
  padding: 2.6rem 2.4rem 4.3rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item {
  margin-left: 0;
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info {
  display: flex;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-photo {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: #323232;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs {
  border-top: 1px solid #323232;
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding-top: 2px;
  position: relative;
  margin-top: 1rem;
  float: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs:nth-child(2) {
  margin-left: 0.5rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs:nth-child(5)::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 1px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: 0;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart {
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.16) !important;
  border-top-right-radius: 0 !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions {
  justify-content: space-between;
}
.checkout-cart-index .page-main .cart-container .form-cart .action.clear {
  background-color: transparent;
  text-decoration: underline;
  color: #10a0dd;
  padding: 0;
  display: inline-block;
}
.checkout-cart-index .page-main .cart-container .form-cart,
.checkout-cart-index .page-main .cart-container .cart-related {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 2rem;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .form-cart,
  .checkout-cart-index .page-main .cart-container .cart-related {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related {
  background-color: #ffffff !important;
  margin-bottom: 2rem;
  padding-top: 2rem;
  width: 100%;
  overflow: hidden;
  clear: unset !important;
}
@media screen and (min-width: 993px) {
  .checkout-cart-index .page-main .cart-container .cart-related {
    width: 66.66666667% !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .block-title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .block-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .block-title strong {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-related .history-recent thead {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead th {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead .price {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info {
  border-bottom: solid 1px #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
  padding: 0 0 35px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
    display: flex;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
    padding-bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo {
  max-width: 207px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo span {
  border: none;
  height: auto;
  padding: 0 !important;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo span .product-image-photo {
  position: static;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo {
    position: unset;
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
  padding: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
    padding-top: 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name {
  margin-bottom: 5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
  color: #323232;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-right: 2.7rem;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
  color: #323232;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt,
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
    font-size: 1.5rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt {
  font-weight: 700;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
  padding-right: 2.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .error {
  padding: 1.2rem 1.8rem 1.2rem 4rem;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
  display: flex;
  width: fit-content;
  position: relative;
  bottom: 0 !important;
  padding-top: 3rem;
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
    bottom: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .label {
  background-color: #ffffff;
  border: solid 1px #707070;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0 10px 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .label span {
    vertical-align: inherit;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty input {
  border: solid 1px #707070;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 50px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty-changer {
  position: absolute;
  right: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty-changer a {
  border: 0;
  color: #323232;
  font-size: 12px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    justify-content: space-evenly;
    column-gap: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    padding-top: 3rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist {
    margin-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span {
    display: block;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
  text-align: right;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
    text-align: center;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .sku {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .sku {
    bottom: 2.25rem;
    position: absolute;
    right: 0.75rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .actions {
  column-gap: 1rem;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-related .actions button {
  background-color: #828282;
  border: none;
  border-radius: 100px;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .actions button {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title strong {
    font-size: 28px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section {
  background-color: #ffffff;
  border-top: solid 2px #707070;
  clear: unset;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .block-title {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items {
  display: flex;
  margin: 20px 5px 5px;
  overflow-x: auto;
  padding: 0 0 10px 1px;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
  max-width: 270px;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
    max-width: 333px;
  }
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
    margin-right: 106.4% !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info {
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-image-container {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap !important;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: 0;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .recommended-section {
  background-color: transparent;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .products-grid {
  padding: 0 4.5rem;
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .products-grid {
    padding: 0 2rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items {
  overflow-y: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items.slick-initialized {
  display: block;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-list {
  padding-left: 1.75rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-next {
  right: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-track {
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-track .slick-slide {
  margin-left: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item-info {
  min-height: 438px;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks,
.checkout-cart-index .page-main .cart-container .block-reorder {
  background-color: transparent;
  clear: both;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title,
.checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title,
.checkout-cart-index .page-main .cart-container .block-reorder .block-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: normal;
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title,
  .checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-title {
    margin: 0 4.8rem 2.6rem;
    padding: 0 0 1.5rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title strong,
.checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title strong,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title strong,
.checkout-cart-index .page-main .cart-container .block-reorder .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title strong,
  .checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title strong,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title strong,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .home-see-more-link,
.checkout-cart-index .page-main .cart-container .block-reorder .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .mst-related_products__productsList,
.checkout-cart-index .page-main .cart-container .block-reorder .mst-related_products__productsList,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .productsList-list-item,
.checkout-cart-index .page-main .cart-container .block-reorder .productsList-list-item,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .recommended-time,
.checkout-cart-index .page-main .cart-container .block-reorder .recommended-time {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products,
.checkout-cart-index .page-main .cart-container .block-reorder .products,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items {
  column-gap: 38px;
  display: flex;
  margin: 0 5px 5px;
  overflow-y: auto;
  padding: 1.5rem;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items {
    padding: 0 45px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item {
  max-width: 333px !important;
  padding: 0;
  width: 100% !important;
  flex: none;
  height: inherit;
}
@media screen and (min-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item {
    min-width: auto !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 3rem 4rem 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info {
    padding: 2rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-photo {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
  margin: auto;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details {
  padding: 10px 0 0;
  display: grid;
  row-gap: 1.5rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .discs_details {
  margin: 0 auto !important;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .summary-short {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 3rem 4rem 4rem !important;
  overflow: hidden;
  flex: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-item-name {
  display: block;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-item-name a:hover {
  text-decoration: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-image {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details {
  border-top: solid 1px #323232;
  margin: 1.3rem auto 0;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
  display: grid;
  padding-right: 1.5rem;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-name {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-name:hover {
  text-decoration: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-price {
  color: #9d1107;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item:hover .product-name,
.checkout-cart-index .page-main .cart-container .block-reorder .product-item:hover .product-price {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main {
  max-width: 1440px;
  /* Save card for future use tooltip container */
}
@media screen and (max-width: 1500px) {
  .onestepcheckout-index-index .page-main {
    max-width: 1200px;
  }
}
.onestepcheckout-index-index .page-main .field-error,
.onestepcheckout-index-index .page-main div.mage-error {
  font-size: 1em;
  color: #ED8380;
}
.onestepcheckout-index-index .page-main ._error input,
.onestepcheckout-index-index .page-main ._error select,
.onestepcheckout-index-index .page-main ._error textarea,
.onestepcheckout-index-index .page-main input.mage-error {
  border-color: #ED8380 !important;
}
.onestepcheckout-index-index .page-main .field-tooltip-action::before {
  color: #323232 !important;
}
.onestepcheckout-index-index .page-main ._warn .warning {
  margin-top: 0.9rem;
}
.onestepcheckout-index-index .page-main .save-card__tooltip {
  position: relative;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .save-card__tooltip:hover .save-card__tooltiptext {
  visibility: visible;
}
.onestepcheckout-index-index .page-main .save-card__tooltiptext {
  visibility: hidden;
  width: 100%;
  max-width: 20rem;
  background-color: #323232;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px !important;
  position: absolute;
  z-index: 1;
}
.onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login {
  background-color: transparent;
  padding: 2rem 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login .amsl-title {
  padding-left: 1rem !important;
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login .amsl-title {
    text-align: center;
    padding-left: 3rem !important;
  }
}
.onestepcheckout-index-index .page-main #customer-email-fieldset .field-tooltip + div {
  color: #323232;
  font-size: 1.3rem;
}
.onestepcheckout-index-index .page-main #customer-email-fieldset .field-tooltip + div a {
  color: #10a0dd;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.onestepcheckout-index-index .page-main .page-title-wrapper .checkout-description {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .page-title-wrapper .checkout-description {
    font-size: 20px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container textarea {
  border: solid 1px #cccccc;
  border-radius: 8px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block {
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-label {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .showcart::before {
  background-color: #f1f1f1;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .showcart .counter {
  border-radius: 50% !important;
  background-color: #323232;
  width: 25px;
  font-size: 11px;
  top: 1rem;
  right: 0;
  left: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .billing-address-same-as-shipping-block label,
.onestepcheckout-index-index .page-main .checkout-container #checkout-step-payment span,
.onestepcheckout-index-index .page-main .checkout-container .table-totals .totals {
  font-size: 16px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper {
    padding: 2rem 2rem 1rem;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper > span {
  color: #323232;
  padding-right: 1.5rem;
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper .social-login-btn {
  background-color: #10a0dd;
  border-radius: 10rem !important;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5rem 2rem;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper .social-login-btn {
    font-size: 20px;
    line-height: 27px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip .label {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary {
  background-color: #ffffff;
  border-radius: 2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary {
    margin-bottom: 2rem;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .billing-address-form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .billing-address-form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .billing-address-form {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 638px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary form {
    background-color: #ffffff;
    border: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary form {
  max-width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .step-title {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address legend,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address legend,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary legend {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary label {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .street label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .street label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .street label {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address select,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address select,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary select {
  border: solid 1px #cccccc;
  border-radius: 10rem !important;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content {
    left: unset;
    right: 0;
    top: -70px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content:before,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content:after {
    bottom: -21px;
    left: unset;
    right: 0;
    top: unset;
    transform: rotate(-90deg);
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #323232;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.selected-item::after {
  background: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.not-selected-item {
  border-color: #b9b9b9;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item .edit-address-link {
  top: 0;
  color: #10a0dd;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .action-show-popup.action {
  background-color: #323232 !important;
  border-color: #323232 !important;
  border-radius: 0 10rem 10rem 0 !important;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff !important;
}
@media screen and (max-width: 641px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .action-show-popup.action {
    width: auto;
    padding: 0 3rem;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-socials-checkout {
  max-width: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-title {
  font-weight: 500;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-buttons {
  justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .payment-group .payment-method-title {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .payment-group .payment-method-title label {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-discount-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-reward-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-aw-giftcard-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .action-toggle {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .storeCreditLeft,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .storeCreditLeft,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .storeCreditLeft {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .storeCreditLeft strong,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .storeCreditLeft strong,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .storeCreditLeft strong {
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content button,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content button,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content button {
  margin: 0;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: auto;
  padding: 5px 20px;
  height: auto;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .action-apply,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .action-apply,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .action-apply {
  background-color: #10a0dd !important;
  color: #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .check-aw-giftcard,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .check-aw-giftcard,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .check-aw-giftcard {
  background-color: transparent !important;
  color: #10a0dd;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .check-aw-giftcard span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .check-aw-giftcard span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .check-aw-giftcard span {
  font-size: 1.4rem !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form {
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form input,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form input,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form input {
  border-color: #cccccc;
  border-radius: 10rem !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form input::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form input::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form input::placeholder {
  color: #777777;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .form-aw-giftcard .secondary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .form-aw-giftcard .secondary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .form-aw-giftcard .secondary {
  display: block;
  float: unset;
  margin: auto auto 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .amcard-field-container.-cart {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content {
  padding: 0 2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .block-title span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard .block-title span {
  color: #323232;
  font-size: 1.4rem !important;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .code {
  color: #323232;
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .balance {
  color: #9d1107;
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .action-apply {
  border-radius: 10rem !important;
  padding: 0.75rem 0;
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .action-apply a {
  color: #ffffff;
  font-weight: 600;
  display: block;
  line-height: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard #aw_giftcard__code_info {
  padding-bottom: 2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard td {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard td .price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .step-title {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress {
  padding: 1.6rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .upsell,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-text {
  font-size: 1.6rem;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .upsell .freeship-price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-text .freeship-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .min,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .max {
  font-size: 1.4rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: linear-gradient(45deg, #10a0dd, #323232) #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment {
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment {
    margin-bottom: 2rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 638px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment form {
    background-color: #ffffff;
    border: none;
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container .amcard-input-arrow::after {
  top: 50%;
  transform: translateY(-50%);
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container.-active .amcard-input-arrow::after {
  top: 25%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container input {
  background-color: #ffffff;
  border-bottom-left-radius: 10rem !important;
  border-right: 0;
  border-top-left-radius: 10rem !important;
  height: 0;
  font-size: 1.6;
  padding: 2rem 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container input::placeholder {
  color: #b9b9b9;
  font-weight: 400;
  line-height: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amcard-button {
  background-color: #10a0dd;
  border-bottom-right-radius: 10rem !important;
  border-top-right-radius: 10rem !important;
  border-color: #10a0dd !important;
  color: #ffffff;
  height: auto;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 1.3rem 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amcard-check {
  color: #10a0dd;
  font-family: 'Montserrat', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] a {
  font-size: 1.4rem;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] a {
  color: #10a0dd;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .methods-shipping {
  margin: 0 !important;
  padding: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method td {
  color: #323232;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method tr {
  display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method .col-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .checkout-comment-block {
  border: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .checkout-comment-block label {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .actions-toolbar {
    text-align: right;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .place-order-primary {
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .checkout {
  font-family: 'Montserrat', sans-serif;
  background-color: #10a0dd !important;
  text-transform: capitalize;
  height: unset;
  line-height: 1;
  padding: 1.5rem 3rem;
  border-radius: 10rem !important;
  max-width: 450px;
  width: 100%;
  float: unset;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    overflow-x: scroll;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart .minicart-items {
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    padding: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    overflow-x: scroll;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart .minicart-items {
    width: max-content;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .title span {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .title span {
    font-size: 22px;
    line-height: 27px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table {
  border: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table thead th {
  color: #323232;
  text-transform: capitalize;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product {
  align-items: center;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-image-container {
  height: 100% !important;
  width: 115px !important;
  border: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-image-container .product-image-wrapper {
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail {
  display: table-cell;
  flex: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .product-item-inner {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail a {
  color: #323232;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options {
  display: grid;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options > span {
  color: #10a0dd;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .title {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options {
  align-items: baseline;
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dt,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd {
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd {
  font-weight: 300;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd:not(:last-child) {
  padding-right: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options .label {
  color: #323232;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options .values {
  color: #323232;
  font-weight: 500;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .qty-wrapper {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .minus,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .plus {
  background-color: transparent !important;
  border: none;
  color: #323232 !important;
  vertical-align: bottom;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .minus i,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .plus i {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .update {
  top: 0;
  border: solid 1px #cccccc;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .subtotal {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .subtotal .cart-price .price {
  color: #9d1107;
  font-family: 500;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper {
  column-gap: 5px;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper .button-action {
  width: auto;
  height: unset;
  padding: 2px 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper .button-action.remove {
  background-color: #e65100 !important;
  border-color: #e65100 !important;
  color: #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals {
  border: none !important;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th {
    padding-left: 2rem;
    text-align: left;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th span {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals .amount .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary .amount .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details .amount .price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals td[data-th="saving"] .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary td[data-th="saving"] .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details td[data-th="saving"] .price {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals td[data-th="saving"] .price::before,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary td[data-th="saving"] .price::before,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details td[data-th="saving"] .price::before {
  content: '-';
  position: absolute;
  left: -1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky .sticky {
  top: 6rem;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky {
    display: block;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .action-auth-toggle span {
  color: #10a0dd !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .popup-authentication .action-login {
  background-color: #10a0dd !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-color: #10a0dd !important;
}
.onestepcheckout-index-index .page-main .osc-cms-block {
  padding: 0 15px;
}
.onestepcheckout-index-index .page-main .osc-cms-block p {
  color: #323232;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .osc-cms-block p a {
  color: #10a0dd;
}
.onestepcheckout-index-index .modal-popup h1 {
  color: #323232;
  font-size: 2.4rem;
  font-weight: 600;
}
.onestepcheckout-index-index .modal-popup .modal-content .form {
  max-width: 100%;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .label {
  color: #323232;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  text-transform: capitalize;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .field-tooltip .label {
  display: none;
}
.onestepcheckout-index-index .modal-popup .modal-content .form input,
.onestepcheckout-index-index .modal-popup .modal-content .form select {
  border: solid 1px #cccccc;
  border-radius: 10rem !important;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .password-strength-meter {
  color: #323232;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .password-strength-meter #password-strength-meter-label {
  color: #9d1107;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .actions-toolbar .action-login {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  color: #ffffff !important;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .actions-toolbar .secondary a {
  color: #10a0dd;
}
.onestepcheckout-index-index .modal-popup .modal-content .field-tooltip-action::before {
  color: #323232 !important;
}
.onestepcheckout-index-index .modal-popup .modal-footer {
  align-items: center;
}
@media (max-width: 767px) {
  .onestepcheckout-index-index .modal-popup .modal-footer {
    padding-top: 0;
  }
  .onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 0;
  }
}
.onestepcheckout-index-index .modal-popup .modal-footer .action-save-address {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
  width: fit-content;
  text-transform: capitalize;
}
.onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #10a0dd !important;
  font-size: 1.6rem;
  font-weight: 500;
}
.onestepcheckout-index-index .payment-method.stripe-payments .field.save-card-option {
  color: #323232;
  font-size: 12px;
}
.checkout-onepage-success .page-main {
  max-width: 100%;
  padding: 2rem;
}
.checkout-success p,
#registration p,
.cart-empty p {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.checkout-success p a,
#registration p a,
.cart-empty p a {
  color: #10a0dd;
}
.checkout-success .action,
#registration .action,
.cart-empty .action {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
}
@media screen and (max-width: 767px) {
  .cart-empty {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
.cms-about .breadcrumbs,
.cms-returns .breadcrumbs,
.cms-shipping-policy .breadcrumbs {
  display: none;
}
.cms-about .page-main,
.cms-returns .page-main,
.cms-shipping-policy .page-main {
  max-width: 100%;
  padding: 0 2rem;
}
.cms-about .page-main .content-row,
.cms-returns .page-main .content-row,
.cms-shipping-policy .page-main .content-row {
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .cms-about .page-main .content-row,
  .cms-returns .page-main .content-row,
  .cms-shipping-policy .page-main .content-row {
    padding: 30px 0 0 !important;
  }
  .cms-about .page-main .content-row + .content-row,
  .cms-returns .page-main .content-row + .content-row,
  .cms-shipping-policy .page-main .content-row + .content-row {
    padding: 0 0 3rem !important;
  }
}
.cms-about .page-main h1,
.cms-returns .page-main h1,
.cms-shipping-policy .page-main h1 {
  border-bottom: none;
  color: #323232;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 2.5rem;
}
.cms-about .page-main h2,
.cms-returns .page-main h2,
.cms-shipping-policy .page-main h2 {
  border-bottom: none;
  color: #323232;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 0;
}
.cms-about .page-main h2 + p,
.cms-returns .page-main h2 + p,
.cms-shipping-policy .page-main h2 + p {
  padding-top: 1.7rem;
}
.cms-about .page-main p,
.cms-returns .page-main p,
.cms-shipping-policy .page-main p {
  color: #323232 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 2.4rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .cms-about .page-main p,
  .cms-returns .page-main p,
  .cms-shipping-policy .page-main p {
    font-size: 1.6rem !important;
  }
}
.cms-about .page-main p a,
.cms-returns .page-main p a,
.cms-shipping-policy .page-main p a {
  color: #10a0dd;
}
.cms-about .page-main iframe,
.cms-returns .page-main iframe,
.cms-shipping-policy .page-main iframe {
  border-radius: 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  width: 100%;
}
.customer-account-logoutsuccess .page-main {
  max-width: 100%;
  padding: 0 2rem;
}
.customer-account-logoutsuccess .page-main .content-row {
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .customer-account-logoutsuccess .page-main .content-row {
    padding: 30px 0 0 !important;
  }
  .customer-account-logoutsuccess .page-main .content-row + .content-row {
    padding: 0 0 3rem !important;
  }
}
.customer-account-logoutsuccess .page-main h1 {
  color: #323232 !important;
  font-size: 3rem !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2 !important;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .customer-account-logoutsuccess .page-main h1 {
    font-size: 2.5rem !important;
  }
}
.customer-account-logoutsuccess .page-main p {
  color: #323232 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 2.4rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .customer-account-logoutsuccess .page-main p {
    font-size: 1.6rem !important;
  }
}
.cms-returns .page-wrapper {
  min-height: 100vh;
}
.cms-returns .page-wrapper footer {
  margin-top: auto;
}
.cms-returns .page-main {
  padding-bottom: 2rem;
  padding-top: 3.9rem;
}
.cms-returns .page-main h2 {
  padding: 0 0 2.8rem;
}
.customer-account-create .page-title-wrapper .page-title,
.customer-account-login .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.customer-account-createpassword .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.account .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 1.3;
}
.account .page-title-wrapper .page-title span {
  font-size: inherit;
  font-weight: inherit;
}
.customer-account-create main form,
.account main form {
  background-color: #ffffff;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top: 4px solid #323232 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  max-width: 100% !important;
  padding: 35px 20px !important;
}
.customer-account-create main form .legend,
.account main form .legend {
  color: #323232;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .legend,
  .account main form .legend {
    font-size: 28px !important;
    line-height: 35px;
  }
}
.customer-account-create main form .label,
.account main form .label {
  color: #323232;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .label,
  .account main form .label {
    font-size: 22px;
    line-height: 27px;
  }
}
.customer-account-create main form input,
.account main form input,
.customer-account-create main form select,
.account main form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.customer-account-create main form .password-strength-meter,
.account main form .password-strength-meter {
  color: #323232;
  font-size: 12px;
}
.customer-account-create main form .password-strength-meter #password-strength-meter-label,
.account main form .password-strength-meter #password-strength-meter-label {
  color: #9d1107;
}
.customer-account-create main form .action,
.account main form .action {
  background-color: #828282;
  border: solid 1px #707070;
  border-radius: 100px;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize !important;
  width: auto !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .action,
  .account main form .action {
    font-size: 20px !important;
    line-height: 20px;
  }
}
.customer-account-create main button,
.account main button {
  background-color: #828282;
  border: solid 1px #707070;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main button,
  .account main button {
    font-size: 20px;
    line-height: 24px;
  }
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-createpassword .login-container,
.customer-account-login .forget,
.customer-account-forgotpassword .forget,
.customer-account-createpassword .forget,
.customer-account-login .reset,
.customer-account-forgotpassword .reset,
.customer-account-createpassword .reset {
  background-color: #ffffff;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border-top-color: #323232 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  border-top-width: 4px;
  border-top-style: solid;
}
.customer-account-login .login-container .block-title,
.customer-account-forgotpassword .login-container .block-title,
.customer-account-createpassword .login-container .block-title,
.customer-account-login .forget .block-title,
.customer-account-forgotpassword .forget .block-title,
.customer-account-createpassword .forget .block-title,
.customer-account-login .reset .block-title,
.customer-account-forgotpassword .reset .block-title,
.customer-account-createpassword .reset .block-title {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .block-title,
  .customer-account-forgotpassword .login-container .block-title,
  .customer-account-createpassword .login-container .block-title,
  .customer-account-login .forget .block-title,
  .customer-account-forgotpassword .forget .block-title,
  .customer-account-createpassword .forget .block-title,
  .customer-account-login .reset .block-title,
  .customer-account-forgotpassword .reset .block-title,
  .customer-account-createpassword .reset .block-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.customer-account-login .login-container .label,
.customer-account-forgotpassword .login-container .label,
.customer-account-createpassword .login-container .label,
.customer-account-login .forget .label,
.customer-account-forgotpassword .forget .label,
.customer-account-createpassword .forget .label,
.customer-account-login .reset .label,
.customer-account-forgotpassword .reset .label,
.customer-account-createpassword .reset .label,
.customer-account-login .login-container .note,
.customer-account-forgotpassword .login-container .note,
.customer-account-createpassword .login-container .note,
.customer-account-login .forget .note,
.customer-account-forgotpassword .forget .note,
.customer-account-createpassword .forget .note,
.customer-account-login .reset .note,
.customer-account-forgotpassword .reset .note,
.customer-account-createpassword .reset .note,
.customer-account-login .login-container .block-new-customer p,
.customer-account-forgotpassword .login-container .block-new-customer p,
.customer-account-createpassword .login-container .block-new-customer p,
.customer-account-login .forget .block-new-customer p,
.customer-account-forgotpassword .forget .block-new-customer p,
.customer-account-createpassword .forget .block-new-customer p,
.customer-account-login .reset .block-new-customer p,
.customer-account-forgotpassword .reset .block-new-customer p,
.customer-account-createpassword .reset .block-new-customer p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .label,
  .customer-account-forgotpassword .login-container .label,
  .customer-account-createpassword .login-container .label,
  .customer-account-login .forget .label,
  .customer-account-forgotpassword .forget .label,
  .customer-account-createpassword .forget .label,
  .customer-account-login .reset .label,
  .customer-account-forgotpassword .reset .label,
  .customer-account-createpassword .reset .label,
  .customer-account-login .login-container .note,
  .customer-account-forgotpassword .login-container .note,
  .customer-account-createpassword .login-container .note,
  .customer-account-login .forget .note,
  .customer-account-forgotpassword .forget .note,
  .customer-account-createpassword .forget .note,
  .customer-account-login .reset .note,
  .customer-account-forgotpassword .reset .note,
  .customer-account-createpassword .reset .note,
  .customer-account-login .login-container .block-new-customer p,
  .customer-account-forgotpassword .login-container .block-new-customer p,
  .customer-account-createpassword .login-container .block-new-customer p,
  .customer-account-login .forget .block-new-customer p,
  .customer-account-forgotpassword .forget .block-new-customer p,
  .customer-account-createpassword .forget .block-new-customer p,
  .customer-account-login .reset .block-new-customer p,
  .customer-account-forgotpassword .reset .block-new-customer p,
  .customer-account-createpassword .reset .block-new-customer p {
    font-size: 22px;
    line-height: 27px;
  }
}
.customer-account-login .login-container .label,
.customer-account-forgotpassword .login-container .label,
.customer-account-createpassword .login-container .label,
.customer-account-login .forget .label,
.customer-account-forgotpassword .forget .label,
.customer-account-createpassword .forget .label,
.customer-account-login .reset .label,
.customer-account-forgotpassword .reset .label,
.customer-account-createpassword .reset .label {
  text-transform: capitalize;
}
.customer-account-login .login-container input,
.customer-account-forgotpassword .login-container input,
.customer-account-createpassword .login-container input,
.customer-account-login .forget input,
.customer-account-forgotpassword .forget input,
.customer-account-createpassword .forget input,
.customer-account-login .reset input,
.customer-account-forgotpassword .reset input,
.customer-account-createpassword .reset input,
.customer-account-login .login-container select,
.customer-account-forgotpassword .login-container select,
.customer-account-createpassword .login-container select,
.customer-account-login .forget select,
.customer-account-forgotpassword .forget select,
.customer-account-createpassword .forget select,
.customer-account-login .reset select,
.customer-account-forgotpassword .reset select,
.customer-account-createpassword .reset select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.customer-account-login .login-container .action.login,
.customer-account-forgotpassword .login-container .action.login,
.customer-account-createpassword .login-container .action.login,
.customer-account-login .forget .action.login,
.customer-account-forgotpassword .forget .action.login,
.customer-account-createpassword .forget .action.login,
.customer-account-login .reset .action.login,
.customer-account-forgotpassword .reset .action.login,
.customer-account-createpassword .reset .action.login,
.customer-account-login .login-container .action.create,
.customer-account-forgotpassword .login-container .action.create,
.customer-account-createpassword .login-container .action.create,
.customer-account-login .forget .action.create,
.customer-account-forgotpassword .forget .action.create,
.customer-account-createpassword .forget .action.create,
.customer-account-login .reset .action.create,
.customer-account-forgotpassword .reset .action.create,
.customer-account-createpassword .reset .action.create,
.customer-account-login .login-container .action.submit,
.customer-account-forgotpassword .login-container .action.submit,
.customer-account-createpassword .login-container .action.submit,
.customer-account-login .forget .action.submit,
.customer-account-forgotpassword .forget .action.submit,
.customer-account-createpassword .forget .action.submit,
.customer-account-login .reset .action.submit,
.customer-account-forgotpassword .reset .action.submit,
.customer-account-createpassword .reset .action.submit {
  background-color: #323232 !important;
  border: solid 1px #323232;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .action.login,
  .customer-account-forgotpassword .login-container .action.login,
  .customer-account-createpassword .login-container .action.login,
  .customer-account-login .forget .action.login,
  .customer-account-forgotpassword .forget .action.login,
  .customer-account-createpassword .forget .action.login,
  .customer-account-login .reset .action.login,
  .customer-account-forgotpassword .reset .action.login,
  .customer-account-createpassword .reset .action.login,
  .customer-account-login .login-container .action.create,
  .customer-account-forgotpassword .login-container .action.create,
  .customer-account-createpassword .login-container .action.create,
  .customer-account-login .forget .action.create,
  .customer-account-forgotpassword .forget .action.create,
  .customer-account-createpassword .forget .action.create,
  .customer-account-login .reset .action.create,
  .customer-account-forgotpassword .reset .action.create,
  .customer-account-createpassword .reset .action.create,
  .customer-account-login .login-container .action.submit,
  .customer-account-forgotpassword .login-container .action.submit,
  .customer-account-createpassword .login-container .action.submit,
  .customer-account-login .forget .action.submit,
  .customer-account-forgotpassword .forget .action.submit,
  .customer-account-createpassword .forget .action.submit,
  .customer-account-login .reset .action.submit,
  .customer-account-forgotpassword .reset .action.submit,
  .customer-account-createpassword .reset .action.submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.customer-account-login .login-container .action.login:hover,
.customer-account-forgotpassword .login-container .action.login:hover,
.customer-account-createpassword .login-container .action.login:hover,
.customer-account-login .forget .action.login:hover,
.customer-account-forgotpassword .forget .action.login:hover,
.customer-account-createpassword .forget .action.login:hover,
.customer-account-login .reset .action.login:hover,
.customer-account-forgotpassword .reset .action.login:hover,
.customer-account-createpassword .reset .action.login:hover,
.customer-account-login .login-container .action.create:hover,
.customer-account-forgotpassword .login-container .action.create:hover,
.customer-account-createpassword .login-container .action.create:hover,
.customer-account-login .forget .action.create:hover,
.customer-account-forgotpassword .forget .action.create:hover,
.customer-account-createpassword .forget .action.create:hover,
.customer-account-login .reset .action.create:hover,
.customer-account-forgotpassword .reset .action.create:hover,
.customer-account-createpassword .reset .action.create:hover,
.customer-account-login .login-container .action.submit:hover,
.customer-account-forgotpassword .login-container .action.submit:hover,
.customer-account-createpassword .login-container .action.submit:hover,
.customer-account-login .forget .action.submit:hover,
.customer-account-forgotpassword .forget .action.submit:hover,
.customer-account-createpassword .forget .action.submit:hover,
.customer-account-login .reset .action.submit:hover,
.customer-account-forgotpassword .reset .action.submit:hover,
.customer-account-createpassword .reset .action.submit:hover {
  background-color: transparent !important;
  color: #323232;
}
.customer-account-login .login-container .action.remind,
.customer-account-forgotpassword .login-container .action.remind,
.customer-account-createpassword .login-container .action.remind,
.customer-account-login .forget .action.remind,
.customer-account-forgotpassword .forget .action.remind,
.customer-account-createpassword .forget .action.remind,
.customer-account-login .reset .action.remind,
.customer-account-forgotpassword .reset .action.remind,
.customer-account-createpassword .reset .action.remind {
  color: #323232;
  font-weight: 500;
  font-size: 1.4rem;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-createpassword .login-container {
  padding: 35px 25px;
}
.customer-account-login .login-container .reset-message,
.customer-account-forgotpassword .login-container .reset-message,
.customer-account-createpassword .login-container .reset-message {
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
.customer-account-login .login-container .reset-message p,
.customer-account-forgotpassword .login-container .reset-message p,
.customer-account-createpassword .login-container .reset-message p {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.customer-account-login .login-container .reset-message p a,
.customer-account-forgotpassword .login-container .reset-message p a,
.customer-account-createpassword .login-container .reset-message p a {
  color: #10a0dd;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .fieldset .field .control,
  .customer-account-forgotpassword .login-container .fieldset .field .control,
  .customer-account-createpassword .login-container .fieldset .field .control {
    max-width: 430px;
    width: 100%;
  }
}
.customer-account-login .login-container .fieldset::after,
.customer-account-forgotpassword .login-container .fieldset::after,
.customer-account-createpassword .login-container .fieldset::after {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar,
  .customer-account-forgotpassword .login-container .actions-toolbar,
  .customer-account-createpassword .login-container .actions-toolbar {
    display: flex;
    align-items: center;
  }
}
.customer-account-login .login-container .actions-toolbar .primary,
.customer-account-forgotpassword .login-container .actions-toolbar .primary,
.customer-account-createpassword .login-container .actions-toolbar .primary,
.customer-account-login .login-container .actions-toolbar .secondary,
.customer-account-forgotpassword .login-container .actions-toolbar .secondary,
.customer-account-createpassword .login-container .actions-toolbar .secondary {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .actions-toolbar .primary,
  .customer-account-createpassword .login-container .actions-toolbar .primary,
  .customer-account-login .login-container .actions-toolbar .secondary,
  .customer-account-forgotpassword .login-container .actions-toolbar .secondary,
  .customer-account-createpassword .login-container .actions-toolbar .secondary {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .actions-toolbar .primary,
  .customer-account-createpassword .login-container .actions-toolbar .primary,
  .customer-account-login .login-container .actions-toolbar .secondary,
  .customer-account-forgotpassword .login-container .actions-toolbar .secondary,
  .customer-account-createpassword .login-container .actions-toolbar .secondary {
    margin-bottom: 0;
  }
}
.customer-account-login .login-container .actions-toolbar .primary a,
.customer-account-forgotpassword .login-container .actions-toolbar .primary a,
.customer-account-createpassword .login-container .actions-toolbar .primary a,
.customer-account-login .login-container .actions-toolbar .secondary a,
.customer-account-forgotpassword .login-container .actions-toolbar .secondary a,
.customer-account-createpassword .login-container .actions-toolbar .secondary a {
  margin-top: 0;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-forgotpassword .login-container .block-customer-login,
.customer-account-createpassword .login-container .block-customer-login {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.customer-account-login .login-container .block-customer-login .primary button,
.customer-account-forgotpassword .login-container .block-customer-login .primary button,
.customer-account-createpassword .login-container .block-customer-login .primary button {
  line-height: 1;
  font-size: 18px;
  padding: 7px 15px !important;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .block-customer-login .secondary,
  .customer-account-forgotpassword .login-container .block-customer-login .secondary,
  .customer-account-createpassword .login-container .block-customer-login .secondary {
    padding-left: 15px;
  }
}
.customer-account-login .forget,
.customer-account-forgotpassword .forget,
.customer-account-createpassword .forget {
  padding: 3rem !important;
  max-width: 100% !important;
}
.customer-account-login .forget .captcha-reload,
.customer-account-forgotpassword .forget .captcha-reload,
.customer-account-createpassword .forget .captcha-reload {
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #10a0dd;
}
.customer-account-login .forget .captcha-reload:hover,
.customer-account-forgotpassword .forget .captcha-reload:hover,
.customer-account-createpassword .forget .captcha-reload:hover {
  background-color: transparent;
}
.customer-account-login .forget .submit,
.customer-account-forgotpassword .forget .submit,
.customer-account-createpassword .forget .submit {
  border: solid 1px #323232 !important;
  font-size: 1.6rem !important;
  width: fit-content !important;
}
.customer-account-createpassword .reset {
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .customer-account-index .page-main,
  .account .page-main {
    max-width: 1470px;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .customer-account-index .page-main .column.main,
  .account .page-main .column.main {
    width: 79.7%;
  }
  .customer-account-index .page-main .sidebar,
  .account .page-main .sidebar {
    padding-right: 0;
    width: 17.37%;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-index .page-main,
  .account .page-main {
    position: relative;
    padding-top: 41px;
  }
}
.customer-account-index .block .block-title,
.account .block .block-title,
.customer-account-index .amsl-accounts .block-title,
.account .amsl-accounts .block-title {
  margin-bottom: 1rem !important;
}
.customer-account-index .block .block-title strong,
.account .block .block-title strong,
.customer-account-index .amsl-accounts .block-title strong,
.account .amsl-accounts .block-title strong {
  color: #323232;
  text-transform: capitalize;
  font-weight: 600;
}
.customer-account-index .block .block-title strong span,
.account .block .block-title strong span,
.customer-account-index .amsl-accounts .block-title strong span,
.account .amsl-accounts .block-title strong span {
  font-size: 16px;
}
.customer-account-index .block .block-title a,
.account .block .block-title a,
.customer-account-index .amsl-accounts .block-title a,
.account .amsl-accounts .block-title a {
  color: #10a0dd;
  font-weight: 500;
}
.customer-account-index .block .box,
.account .block .box,
.customer-account-index .amsl-accounts .box,
.account .amsl-accounts .box,
.customer-account-index .block .amsl-accounts-block,
.account .block .amsl-accounts-block,
.customer-account-index .amsl-accounts .amsl-accounts-block,
.account .amsl-accounts .amsl-accounts-block {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  overflow: hidden;
}
.customer-account-index .block .box .box-title,
.account .block .box .box-title,
.customer-account-index .amsl-accounts .box .box-title,
.account .amsl-accounts .box .box-title,
.customer-account-index .block .amsl-accounts-block .box-title,
.account .block .amsl-accounts-block .box-title,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-title,
.account .amsl-accounts .amsl-accounts-block .box-title,
.customer-account-index .block .box .legend,
.account .block .box .legend,
.customer-account-index .amsl-accounts .box .legend,
.account .amsl-accounts .box .legend,
.customer-account-index .block .amsl-accounts-block .legend,
.account .block .amsl-accounts-block .legend,
.customer-account-index .amsl-accounts .amsl-accounts-block .legend,
.account .amsl-accounts .amsl-accounts-block .legend {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
}
.customer-account-index .block .box .box-content,
.account .block .box .box-content,
.customer-account-index .amsl-accounts .box .box-content,
.account .amsl-accounts .box .box-content,
.customer-account-index .block .amsl-accounts-block .box-content,
.account .block .amsl-accounts-block .box-content,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content,
.account .amsl-accounts .amsl-accounts-block .box-content,
.customer-account-index .block .box .amsl-linked-wrapper,
.account .block .box .amsl-linked-wrapper,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper,
.account .amsl-accounts .box .amsl-linked-wrapper,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper,
.account .block .amsl-accounts-block .amsl-linked-wrapper,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper {
  background-color: #ffffff;
  color: #323232;
  font-weight: 500;
}
.customer-account-index .block .box .box-content p,
.account .block .box .box-content p,
.customer-account-index .amsl-accounts .box .box-content p,
.account .amsl-accounts .box .box-content p,
.customer-account-index .block .amsl-accounts-block .box-content p,
.account .block .amsl-accounts-block .box-content p,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content p,
.account .amsl-accounts .amsl-accounts-block .box-content p,
.customer-account-index .block .box .amsl-linked-wrapper p,
.account .block .box .amsl-linked-wrapper p,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper p,
.account .amsl-accounts .box .amsl-linked-wrapper p,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper p,
.account .block .amsl-accounts-block .amsl-linked-wrapper p,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p,
.customer-account-index .block .box .box-content address,
.account .block .box .box-content address,
.customer-account-index .amsl-accounts .box .box-content address,
.account .amsl-accounts .box .box-content address,
.customer-account-index .block .amsl-accounts-block .box-content address,
.account .block .amsl-accounts-block .box-content address,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content address,
.account .amsl-accounts .amsl-accounts-block .box-content address,
.customer-account-index .block .box .amsl-linked-wrapper address,
.account .block .box .amsl-linked-wrapper address,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper address,
.account .amsl-accounts .box .amsl-linked-wrapper address,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper address,
.account .block .amsl-accounts-block .amsl-linked-wrapper address,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address,
.customer-account-index .block .box .box-content dt,
.account .block .box .box-content dt,
.customer-account-index .amsl-accounts .box .box-content dt,
.account .amsl-accounts .box .box-content dt,
.customer-account-index .block .amsl-accounts-block .box-content dt,
.account .block .amsl-accounts-block .box-content dt,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dt,
.account .amsl-accounts .amsl-accounts-block .box-content dt,
.customer-account-index .block .box .amsl-linked-wrapper dt,
.account .block .box .amsl-linked-wrapper dt,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dt,
.account .amsl-accounts .box .amsl-linked-wrapper dt,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dt,
.account .block .amsl-accounts-block .amsl-linked-wrapper dt,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt,
.customer-account-index .block .box .box-content dd,
.account .block .box .box-content dd,
.customer-account-index .amsl-accounts .box .box-content dd,
.account .amsl-accounts .box .box-content dd,
.customer-account-index .block .amsl-accounts-block .box-content dd,
.account .block .amsl-accounts-block .box-content dd,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dd,
.account .amsl-accounts .amsl-accounts-block .box-content dd,
.customer-account-index .block .box .amsl-linked-wrapper dd,
.account .block .box .amsl-linked-wrapper dd,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dd,
.account .amsl-accounts .box .amsl-linked-wrapper dd,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dd,
.account .block .amsl-accounts-block .amsl-linked-wrapper dd,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd {
  color: #323232;
  font-weight: 500;
}
.customer-account-index .block .box .box-content p a,
.account .block .box .box-content p a,
.customer-account-index .amsl-accounts .box .box-content p a,
.account .amsl-accounts .box .box-content p a,
.customer-account-index .block .amsl-accounts-block .box-content p a,
.account .block .amsl-accounts-block .box-content p a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content p a,
.account .amsl-accounts .amsl-accounts-block .box-content p a,
.customer-account-index .block .box .amsl-linked-wrapper p a,
.account .block .box .amsl-linked-wrapper p a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper p a,
.account .amsl-accounts .box .amsl-linked-wrapper p a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper p a,
.account .block .amsl-accounts-block .amsl-linked-wrapper p a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p a,
.customer-account-index .block .box .box-content address a,
.account .block .box .box-content address a,
.customer-account-index .amsl-accounts .box .box-content address a,
.account .amsl-accounts .box .box-content address a,
.customer-account-index .block .amsl-accounts-block .box-content address a,
.account .block .amsl-accounts-block .box-content address a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content address a,
.account .amsl-accounts .amsl-accounts-block .box-content address a,
.customer-account-index .block .box .amsl-linked-wrapper address a,
.account .block .box .amsl-linked-wrapper address a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper address a,
.account .amsl-accounts .box .amsl-linked-wrapper address a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper address a,
.account .block .amsl-accounts-block .amsl-linked-wrapper address a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address a,
.customer-account-index .block .box .box-content dt a,
.account .block .box .box-content dt a,
.customer-account-index .amsl-accounts .box .box-content dt a,
.account .amsl-accounts .box .box-content dt a,
.customer-account-index .block .amsl-accounts-block .box-content dt a,
.account .block .amsl-accounts-block .box-content dt a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dt a,
.account .amsl-accounts .amsl-accounts-block .box-content dt a,
.customer-account-index .block .box .amsl-linked-wrapper dt a,
.account .block .box .amsl-linked-wrapper dt a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dt a,
.account .amsl-accounts .box .amsl-linked-wrapper dt a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dt a,
.account .block .amsl-accounts-block .amsl-linked-wrapper dt a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt a,
.customer-account-index .block .box .box-content dd a,
.account .block .box .box-content dd a,
.customer-account-index .amsl-accounts .box .box-content dd a,
.account .amsl-accounts .box .box-content dd a,
.customer-account-index .block .amsl-accounts-block .box-content dd a,
.account .block .amsl-accounts-block .box-content dd a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dd a,
.account .amsl-accounts .amsl-accounts-block .box-content dd a,
.customer-account-index .block .box .amsl-linked-wrapper dd a,
.account .block .box .amsl-linked-wrapper dd a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dd a,
.account .amsl-accounts .box .amsl-linked-wrapper dd a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dd a,
.account .block .amsl-accounts-block .amsl-linked-wrapper dd a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd a {
  color: #10a0dd;
}
.customer-account-index .block .box .box-actions,
.account .block .box .box-actions,
.customer-account-index .amsl-accounts .box .box-actions,
.account .amsl-accounts .box .box-actions,
.customer-account-index .block .amsl-accounts-block .box-actions,
.account .block .amsl-accounts-block .box-actions,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-actions,
.account .amsl-accounts .amsl-accounts-block .box-actions {
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem;
}
.customer-account-index .block .box .box-actions a,
.account .block .box .box-actions a,
.customer-account-index .amsl-accounts .box .box-actions a,
.account .amsl-accounts .box .box-actions a,
.customer-account-index .block .amsl-accounts-block .box-actions a,
.account .block .amsl-accounts-block .box-actions a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-actions a,
.account .amsl-accounts .amsl-accounts-block .box-actions a {
  color: #10a0dd;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.customer-account-index .actions-toolbar button,
.account .actions-toolbar button {
  background-color: #323232 !important;
  border-color: #323232 !important;
  color: #ffffff;
  transition: 0.4s;
}
.customer-account-index .actions-toolbar button:hover,
.account .actions-toolbar button:hover {
  background-color: transparent !important;
  color: #323232;
}
.customer-account-index .form legend,
.account .form legend {
  font-weight: 600 !important;
}
.customer-account-index .amgdpr-settings-container,
.account .amgdpr-settings-container {
  gap: 2rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .customer-account-index .amgdpr-settings-container,
  .account .amgdpr-settings-container {
    justify-content: center;
  }
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container,
.account .amgdpr-settings-container .amgdpr-checkbox-container {
  flex: 1;
  margin: 0;
  max-width: 100%;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-policy + .amgdpr-block a,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-policy + .amgdpr-block a {
  font-size: 1.6rem;
  color: #10a0dd;
  font-weight: 600;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form {
  padding: 2rem 1rem;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form .policy-content,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form .policy-content,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form .policy-content {
  color: #323232;
  font-size: 1.4rem;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block button,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block button,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block button {
  font-size: 1.6rem !important;
  line-height: 1.2;
  height: auto;
}
.customer-account-index .aw-ar__review-list.customer .block-content,
.account .aw-ar__review-list.customer .block-content {
  border-bottom: none;
  overflow-y: scroll;
}
.customer-account-index table,
.account table {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
}
.customer-account-index table th,
.account table th,
.customer-account-index table td,
.account table td {
  color: #323232;
  font-size: 14px;
}
.customer-account-index table th a,
.account table th a,
.customer-account-index table td a,
.account table td a {
  color: #10a0dd;
}
.customer-account-index .aw-giftcard-codes-block .block-title span,
.account .aw-giftcard-codes-block .block-title span,
.customer-account-index #aw_giftcard__code_info .block-title span,
.account #aw_giftcard__code_info .block-title span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .customer-account-index .aw-giftcard-codes-block .box,
  .account .aw-giftcard-codes-block .box,
  .customer-account-index #aw_giftcard__code_info .box,
  .account #aw_giftcard__code_info .box {
    width: 100%;
  }
}
.customer-account-index .aw-giftcard-codes-block .box-content,
.account .aw-giftcard-codes-block .box-content,
.customer-account-index #aw_giftcard__code_info .box-content,
.account #aw_giftcard__code_info .box-content {
  min-height: unset;
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  margin-bottom: 2.5rem;
}
.customer-account-index .aw-giftcard-codes-block .box-content table,
.account .aw-giftcard-codes-block .box-content table,
.customer-account-index #aw_giftcard__code_info .box-content table,
.account #aw_giftcard__code_info .box-content table {
  box-shadow: none;
  border-radius: 0;
  background-color: unset;
}
.customer-account-index .aw-giftcard-codes-block .box-content table td form,
.account .aw-giftcard-codes-block .box-content table td form,
.customer-account-index #aw_giftcard__code_info .box-content table td form,
.account #aw_giftcard__code_info .box-content table td form {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.customer-account-index .amsl-accounts .amsl-accounts-block,
.account .amsl-accounts .amsl-accounts-block {
  background-color: #fff;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .legend,
.account .amsl-accounts .amsl-accounts-block .legend {
  font-weight: 600;
  padding: 10px 15px;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-social-login,
.account .amsl-accounts .amsl-accounts-block .amsl-social-login {
  background-color: unset;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked {
  background: unset;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper form,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper form {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 638px) {
  .customer-account-index .table-history-products td[data-th="Image"] img,
  .account .table-history-products td[data-th="Image"] img {
    vertical-align: middle;
  }
  .customer-account-index .table-history-products td[data-th="Actions"],
  .account .table-history-products td[data-th="Actions"] {
    column-gap: 10px;
    display: flex !important;
  }
}
.customer-account-index .pages .item.current .page,
.account .pages .item.current .page {
  background-color: #323232;
  color: #ffffff;
}
.customer-account-index .pages .item .page,
.account .pages .item .page,
.customer-account-index .pages .item .action,
.account .pages .item .action {
  border-color: #323232;
  color: #323232;
}
.customer-account-index .pages .item .page::before,
.account .pages .item .page::before,
.customer-account-index .pages .item .action::before,
.account .pages .item .action::before {
  color: #323232;
}
.customer-account-index .aw-ar-email-subscriber-form .aw-ar-wrapper-fieldset,
.account .aw-ar-email-subscriber-form .aw-ar-wrapper-fieldset {
  max-width: 100%;
}
.customer-account-index .payment-method,
.account .payment-method {
  padding-top: 2rem;
}
.customer-account-index .amcard-field-container.-code,
.account .amcard-field-container.-code {
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-index .amcard-field-container.-code .amcard-title,
.account .amcard-field-container.-code .amcard-title {
  width: 100%;
}
.customer-account-index .amcard-field-container.-code .amcard-field-block,
.account .amcard-field-container.-code .amcard-field-block {
  margin-top: 0;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper,
.account .amsl-accounts .amsl-linked-wrapper {
  padding-top: 1rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-name,
.account .amsl-accounts .amsl-linked-wrapper .amsl-name {
  color: #323232;
  font-size: 1.4rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-unlink,
.account .amsl-accounts .amsl-linked-wrapper .amsl-unlink {
  background: #10a0dd;
  border-color: #10a0dd;
  font-size: 1.4rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-unlink:hover,
.account .amsl-accounts .amsl-linked-wrapper .amsl-unlink:hover {
  background: #10a0dd;
  opacity: 0.5;
}
.sales-order-view .page-title-wrapper .actions-toolbar a,
.sales-order-invoice .page-title-wrapper .actions-toolbar a,
.sales-order-shipment .page-title-wrapper .actions-toolbar a,
.sales-order-creditmemo .page-title-wrapper .actions-toolbar a,
.sales-order-print .page-title-wrapper .actions-toolbar a {
  color: #10a0dd;
}
.sales-order-view .order-details-items,
.sales-order-invoice .order-details-items,
.sales-order-shipment .order-details-items,
.sales-order-creditmemo .order-details-items,
.sales-order-print .order-details-items {
  background-color: #ffffff;
}
.sales-order-view .order-details-items .product-item-name,
.sales-order-invoice .order-details-items .product-item-name,
.sales-order-shipment .order-details-items .product-item-name,
.sales-order-creditmemo .order-details-items .product-item-name,
.sales-order-print .order-details-items .product-item-name {
  margin-bottom: 0 !important;
}
.sales-order-view .order-details-items .actions-toolbar a,
.sales-order-invoice .order-details-items .actions-toolbar a,
.sales-order-shipment .order-details-items .actions-toolbar a,
.sales-order-creditmemo .order-details-items .actions-toolbar a,
.sales-order-print .order-details-items .actions-toolbar a {
  color: #10a0dd;
  font-weight: 500;
}
.sales-order-view .order-links .item,
.sales-order-invoice .order-links .item,
.sales-order-shipment .order-links .item,
.sales-order-creditmemo .order-links .item,
.sales-order-print .order-links .item {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
}
.sales-order-view .order-links .item strong,
.sales-order-invoice .order-links .item strong,
.sales-order-shipment .order-links .item strong,
.sales-order-creditmemo .order-links .item strong,
.sales-order-print .order-links .item strong {
  font-weight: 700 !important;
}
.sales-order-view .order-links .item strong,
.sales-order-invoice .order-links .item strong,
.sales-order-shipment .order-links .item strong,
.sales-order-creditmemo .order-links .item strong,
.sales-order-print .order-links .item strong,
.sales-order-view .order-links .item a,
.sales-order-invoice .order-links .item a,
.sales-order-shipment .order-links .item a,
.sales-order-creditmemo .order-links .item a,
.sales-order-print .order-links .item a {
  color: #323232;
}
.sales-order-view .order-title,
.sales-order-invoice .order-title,
.sales-order-shipment .order-title,
.sales-order-creditmemo .order-title,
.sales-order-print .order-title {
  color: #323232;
}
.sales-order-view .order-title strong,
.sales-order-invoice .order-title strong,
.sales-order-shipment .order-title strong,
.sales-order-creditmemo .order-title strong,
.sales-order-print .order-title strong {
  color: #323232;
}
.sales-order-view .order-title a,
.sales-order-invoice .order-title a,
.sales-order-shipment .order-title a,
.sales-order-creditmemo .order-title a,
.sales-order-print .order-title a {
  color: #10a0dd;
}
.sales-order-view .table,
.sales-order-invoice .table,
.sales-order-shipment .table,
.sales-order-creditmemo .table,
.sales-order-print .table {
  background-color: #ffffff;
  box-shadow: none;
}
.sales-order-view .table th,
.sales-order-invoice .table th,
.sales-order-shipment .table th,
.sales-order-creditmemo .table th,
.sales-order-print .table th,
.sales-order-view .table td,
.sales-order-invoice .table td,
.sales-order-shipment .table td,
.sales-order-creditmemo .table td,
.sales-order-print .table td {
  color: #323232;
}
.sales-order-view .table th a,
.sales-order-invoice .table th a,
.sales-order-shipment .table th a,
.sales-order-creditmemo .table th a,
.sales-order-print .table th a,
.sales-order-view .table td a,
.sales-order-invoice .table td a,
.sales-order-shipment .table td a,
.sales-order-creditmemo .table td a,
.sales-order-print .table td a {
  color: #10a0dd;
}
.sales-order-view .table th .price,
.sales-order-invoice .table th .price,
.sales-order-shipment .table th .price,
.sales-order-creditmemo .table th .price,
.sales-order-print .table th .price,
.sales-order-view .table td .price,
.sales-order-invoice .table td .price,
.sales-order-shipment .table td .price,
.sales-order-creditmemo .table td .price,
.sales-order-print .table td .price {
  color: #9d1107;
}
.sales-order-view .table th strong,
.sales-order-invoice .table th strong,
.sales-order-shipment .table th strong,
.sales-order-creditmemo .table th strong,
.sales-order-print .table th strong,
.sales-order-view .table td strong,
.sales-order-invoice .table td strong,
.sales-order-shipment .table td strong,
.sales-order-creditmemo .table td strong,
.sales-order-print .table td strong {
  color: #323232;
}
.sales-order-view .table tfoot th,
.sales-order-invoice .table tfoot th,
.sales-order-shipment .table tfoot th,
.sales-order-creditmemo .table tfoot th,
.sales-order-print .table tfoot th,
.sales-order-view .table tfoot td,
.sales-order-invoice .table tfoot td,
.sales-order-shipment .table tfoot td,
.sales-order-creditmemo .table tfoot td,
.sales-order-print .table tfoot td {
  padding-top: 1.1rem !important;
}
.sales-order-view .table-order-items .items-qty .item {
  text-align: center;
}
.sales-order-view .table-order-items td.image {
  width: 22rem;
}
.sales-order-view .table-order-items td.image img {
  max-width: 18rem;
  width: 100%;
}
.block-order-details-view .block-content .box {
  box-shadow: none !important;
}
.block-order-details-view .block-content .box .box-content {
  border-radius: 0 0 2rem 2rem;
}
.customer-account-index .page.messages,
.account .page.messages {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .customer-account-index .sidebar,
  .account .sidebar {
    position: static !important;
  }
  .customer-account-index .sidebar .block-collapsible-nav,
  .account .sidebar .block-collapsible-nav {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 2rem 0 0;
    z-index: 4;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .customer-account-index .sidebar,
  .account .sidebar {
    order: 0;
  }
}
.customer-account-index .sidebar .items .item,
.account .sidebar .items .item {
  border: none;
  margin-bottom: 0;
  text-transform: capitalize;
}
.customer-account-index .sidebar .items .item.current strong,
.account .sidebar .items .item.current strong,
.customer-account-index .sidebar .items .item.current a,
.account .sidebar .items .item.current a {
  font-weight: 700;
}
.customer-account-index .sidebar .items .item > strong,
.account .sidebar .items .item > strong,
.customer-account-index .sidebar .items .item > a,
.account .sidebar .items .item > a {
  border-bottom: none;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 0.8rem 1rem 1.5rem;
}
.customer-account-index .sidebar .items .item > strong::before,
.account .sidebar .items .item > strong::before,
.customer-account-index .sidebar .items .item > a::before,
.account .sidebar .items .item > a::before {
  color: #323232;
}
.customer-account-index .sidebar .items .item .delimiter,
.account .sidebar .items .item .delimiter {
  border-bottom: solid 1px #b9b9b9;
  display: block;
}
.customer-account-index .sidebar .items .item strong,
.account .sidebar .items .item strong,
.customer-account-index .sidebar .items .item a,
.account .sidebar .items .item a {
  color: #323232;
}
@media (max-width: 767px) {
  .customer-account-index .sidebar .items .item:last-child > strong,
  .account .sidebar .items .item:last-child > strong,
  .customer-account-index .sidebar .items .item:last-child > a,
  .account .sidebar .items .item:last-child > a {
    border-bottom: none;
  }
}
.wishlist-index-index .limiter {
  margin-bottom: 1rem;
}
.wishlist-index-index .limiter .limiter-label {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 700;
}
.wishlist-index-index .product-items {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.wishlist-index-index .product-items .product-item {
  height: inherit;
  margin: 0;
}
@media (min-width: 769px) {
  .wishlist-index-index .product-items .product-item {
    flex: 0 1 0;
    width: auto !important;
  }
}
.wishlist-index-index .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner {
  margin-top: 0;
  padding-top: 0;
}
.wishlist-index-index .product-item-name {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 0 !important;
}
.wishlist-index-index .product-item-name a {
  color: inherit;
}
.wishlist-index-index .price-box {
  margin-left: 0 !important;
}
.wishlist-index-index .price-box .price-container {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  justify-content: center;
}
.wishlist-index-index .price-box .price-container .price-label {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
}
.wishlist-index-index .price-box .price-container .price {
  color: #9d1107;
}
.wishlist-index-index .box-tocart {
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .wishlist-index-index .box-tocart {
    display: block;
    width: 100%;
  }
}
.wishlist-index-index .box-tocart .fieldset {
  display: flex !important;
  align-items: center;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.wishlist-index-index .box-tocart .field.qty .input-text {
  border-color: #323232 !important;
  font-size: 1.4rem;
  color: #323232 !important;
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .box-tocart .field.qty {
    display: inline-block !important;
  }
}
.wishlist-index-index .product-item-inner .product-item-comment {
  border-color: #323232;
  font-size: 1.4rem;
  color: #323232;
}
.wishlist-index-index .product-item-inner .product-item-comment::placeholder {
  color: #777777;
}
.wishlist-index-index .product-item-actions {
  margin-top: 0 !important;
}
.wishlist-index-index .product-item-actions .action {
  color: #ffffff;
  line-height: 1;
  padding: 6px 20px 9px;
}
@media (max-width: 768px) {
  .wishlist-index-index .product-item-actions .action {
    float: unset;
  }
}
.wishlist-index-index .product-item-actions .action.edit {
  background-color: #323232;
  border-color: #323232;
}
.wishlist-index-index .product-item-actions .action.delete {
  background-color: #10a0dd;
  border-color: #10a0dd;
}
.wishlist-index-index .actions-toolbar {
  padding-top: 2rem;
}
.wishlist-index-index .actions-toolbar > .primary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  float: unset;
}
.wishlist-index-index .actions-toolbar .action {
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .wishlist-index-index .actions-toolbar .action {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs,
.cms-privacy-security .breadcrumbs {
  background-color: transparent !important;
  border: none;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items,
.cms-privacy-security .breadcrumbs .items {
  padding: 5px 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item:not(:last-child)::after,
.cms-privacy-security .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin-top: 4px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a,
.cms-privacy-security .breadcrumbs .items .item a,
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong,
.cms-privacy-security .breadcrumbs .items .item strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a,
  .cms-privacy-security .breadcrumbs .items .item a,
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong,
  .cms-privacy-security .breadcrumbs .items .item strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item,
  .cms-privacy-security .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title,
.cms-privacy-security .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title,
  .cms-privacy-security .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy,
.cms-privacy-security .privacy-policy {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy,
  .cms-privacy-security .privacy-policy {
    overflow-x: scroll;
  }
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
.cms-privacy-security .privacy-policy p,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h1,
.cms-privacy-security .privacy-policy h1,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h2,
.cms-privacy-security .privacy-policy h2,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h3,
.cms-privacy-security .privacy-policy h3,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h4,
.cms-privacy-security .privacy-policy h4,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h5,
.cms-privacy-security .privacy-policy h5,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h6,
.cms-privacy-security .privacy-policy h6,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
.cms-privacy-security .privacy-policy li,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy strong,
.cms-privacy-security .privacy-policy strong,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy span,
.cms-privacy-security .privacy-policy span,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
.cms-privacy-security .privacy-policy th,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
.cms-privacy-security .privacy-policy td {
  color: #323232;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h1,
.cms-privacy-security .privacy-policy h1,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h2,
.cms-privacy-security .privacy-policy h2,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h3,
.cms-privacy-security .privacy-policy h3,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h4,
.cms-privacy-security .privacy-policy h4,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h5,
.cms-privacy-security .privacy-policy h5,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h6,
.cms-privacy-security .privacy-policy h6,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy strong,
.cms-privacy-security .privacy-policy strong {
  font-weight: 600;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a {
  color: #10a0dd;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
.cms-privacy-security .privacy-policy p,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
.cms-privacy-security .privacy-policy li,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
.cms-privacy-security .privacy-policy th,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
.cms-privacy-security .privacy-policy td {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1900px) {
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
  .cms-privacy-security .privacy-policy p,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
  .cms-privacy-security .privacy-policy a,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
  .cms-privacy-security .privacy-policy li,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
  .cms-privacy-security .privacy-policy th,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
  .cms-privacy-security .privacy-policy td {
    font-size: 18px;
  }
}
.contact-index-index form.contact button {
  background-color: #323232 !important;
  border-radius: 100px !important;
  color: #ffffff !important;
  height: 38px;
  text-transform: capitalize !important;
}
.contact-index-index .contact {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 2rem;
}
.contact-index-index .contact legend {
  font-weight: 700 !important;
}
.contact-index-index .contact .legend,
.contact-index-index .contact label {
  color: #323232;
  text-transform: capitalize;
}
.contact-index-index .contact label[for='comment'] {
  text-transform: none;
}
.contact-index-index .contact label span {
  font-size: 1.4rem;
  color: #323232;
}
.contact-index-index .contact input,
.contact-index-index .contact select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.contact-index-index .contact textarea {
  border: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .contact-index-index .contact > .fieldset {
    margin-bottom: 0;
  }
}
.contact-index-index .contact .telephone {
  margin-bottom: 1.8rem !important;
}
.contact-index-index .contact-info {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-index-index .contact-info {
    margin: 20px 10px 0;
  }
}
.contact-index-index .contact-info .contacts-title {
  color: #323232;
  text-transform: capitalize;
}
.contact-index-index .contact-info i {
  background-color: #323232 !important;
}
.contact-index-index .contact-info p {
  color: #323232;
  word-break: break-all;
}
.contact-index-index .contact-info p a {
  color: #10a0dd;
}
.customdiscs-index-post .page.messages {
  padding: 1rem 1.8rem;
}
.customdiscs-index-post .columns {
  padding-top: 0 !important;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .columns {
    z-index: auto !important;
  }
}
@media screen and (max-width: 676px) {
  .customdiscs-index-post .columns {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}
.customdiscs-index-post main {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-top: 0;
}
.customdiscs-index-post .page-title-wrapper {
  display: none !important;
}
.customdiscs-index-post .sale-toggle {
  column-gap: 1rem;
  display: inline-flex;
  float: right;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .sale-toggle {
    float: left;
    padding-left: 1.5rem;
  }
}
.customdiscs-index-post .sale-toggle > p {
  align-self: center;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.customdiscs-index-post .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 74px;
}
.customdiscs-index-post .switch input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}
.customdiscs-index-post .switch input[type="checkbox"]:checked + .slider {
  background-color: #10a0dd !important;
}
.customdiscs-index-post .switch input[type="checkbox"]:checked + .slider:before {
  background-color: #10a0dd !important;
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}
.customdiscs-index-post .switch .slider {
  background-color: #323232;
  border-radius: 100px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}
.customdiscs-index-post .switch .slider:before {
  background-color: #323232;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}
.customdiscs-index-post #layered-filter-block {
  background-color: #323232;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  order: -9999;
  justify-content: space-between;
  left: 0;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  position: sticky;
  top: 49px;
  transition: top 0.3s;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    justify-content: center;
  }
  .customdiscs-index-post #layered-filter-block::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 491px) {
  .customdiscs-index-post #layered-filter-block {
    top: 49px;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block {
    padding: 1.5rem 1rem 2rem;
  }
}
.customdiscs-index-post #layered-filter-block.nav-up {
  top: -6rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block.nav-up {
    top: -15rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section {
  align-items: center;
  column-gap: 54px;
  display: flex;
  width: auto !important;
}
.customdiscs-index-post #layered-filter-block .left-section .back_button,
.customdiscs-index-post #layered-filter-block .left-section .detail_button {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.customdiscs-index-post #layered-filter-block .left-section .back_button::before,
.customdiscs-index-post #layered-filter-block .left-section .detail_button::before,
.customdiscs-index-post #layered-filter-block .left-section .back_button::after,
.customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
  font-size: 2.7rem;
  line-height: 0;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .left-section .back_button::before,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::before,
  .customdiscs-index-post #layered-filter-block .left-section .back_button::after,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
    font-size: 1.5rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .back_button::before {
  content: '\2039';
  margin-right: 1.3rem;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .left-section .back_button::before {
    margin-right: 0.8rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .detail_button {
  display: none;
}
.customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
  content: '\203A';
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
    margin-left: 0.8rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details {
  border-top: solid 1px #ffffff;
  width: 100%;
  position: relative;
  justify-content: space-between;
  max-width: 150px;
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details::after {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details::after {
    height: 1rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
  color: #ffffff;
  flex-basis: auto;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 2px 0 0 0;
  flex: 1;
  position: relative;
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs::before {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
    padding: 2px 12px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs::before {
    height: 1rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .flight_details {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    width: 290px;
  }
  .customdiscs-index-post #layered-filter-block .left-section .back_button,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    justify-content: flex-start;
    column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    justify-content: space-between;
    width: 100% !important;
  }
  .customdiscs-index-post #layered-filter-block .left-section .detail_button {
    display: block;
  }
}
.customdiscs-index-post #layered-filter-block .filter-title {
  display: none;
}
.customdiscs-index-post #layered-filter-block .filter-content {
  align-items: center;
  column-gap: 17.6rem;
  display: flex;
  margin-top: 0;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 7.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 1.6rem;
    padding-top: 1.5rem;
    align-items: center;
    justify-content: space-evenly;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .filter-current-subtitle {
  border: none;
  color: #ffffff;
  text-transform: capitalize;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .items .item,
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .items .item * {
  color: #ffffff !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item {
  margin-bottom: 0;
  margin-right: 0;
  min-width: unset !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child.open .filter-options-title::before {
  bottom: -1.25rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item.open .filter-options-title {
  position: relative;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item.open .filter-options-title::before {
  background-color: #f1f1f1;
  bottom: -1.7rem;
  content: '';
  height: 3px;
  position: absolute;
  width: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child .filter-options-title svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child .filter-options-title svg {
    width: 18px;
    height: 18px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
  border-bottom: none;
  border-radius: 0;
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    column-gap: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title::after {
  display: none;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title svg {
    width: 18px;
    height: 18px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
  background-color: #323232;
  border-radius: 0 0 3.4rem 3.4rem;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  left: 50%;
  width: 90rem !important;
  position: absolute;
  top: 6rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
    width: 75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
    top: 8.5rem;
    width: 100% !important;
    border-top: solid 1px #b9b9b9;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6 {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6 {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6:first-child {
    border-right: 2px solid #434343;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .filter--opt-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.3rem;
}
@media (min-width: 1900px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .filter--opt-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .discs_color1 .swatch-option,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .universal_color1 .swatch-option {
  border: 0;
  height: 28px;
  margin-bottom: 1.6rem;
  min-width: 73px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .discs_stamp_color .swatch-option {
  border: 0;
  height: 40px;
  margin-bottom: 2rem;
  min-width: 40px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic {
  max-height: 70vh;
  overflow-y: auto;
  padding: 1.8rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic {
    padding-bottom: 12rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
@media screen and (max-width: 575px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .items {
    grid-template-columns: none;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
  background-color: #ffffff;
  border-radius: 2.5rem;
  margin: 0 0.5rem 1rem !important;
  max-width: 97%;
  padding-bottom: 5.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 894px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    max-width: 98.75%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    max-width: 97.5%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .plastic__remove-btn {
  background-color: #dc3545 !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child img {
  max-width: 13.7rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child img {
    max-width: 12.5rem;
    padding: 0;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child a {
  display: none;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .img-wrapper {
    flex: 1;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
  column-gap: 1.3rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
    align-items: start;
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
    flex: 1.5;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 894px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
    margin: 0;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 .filter-count-label {
  padding-left: 5px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details {
  justify-self: stretch;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details > div span {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details h4 {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option p {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child {
  border-radius: 0 0 2.5rem 2.5rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  display: flex;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child a {
  color: #ffffff;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 1.1rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child a:hover {
  text-decoration: none;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc {
  position: relative;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
  position: absolute;
  left: 55px;
  font-size: 9px;
  color: #ffffff;
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 701px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 18px;
  }
}
@media screen and (max-width: 441px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 38px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc.hidetext::before {
  content: '+';
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc.showtext::before {
  content: '-';
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6 {
  padding: 0.5rem 0;
}
@media screen and (max-width: mdscreen-size) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6 {
    max-width: 100%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6:first-child {
  background-color: #404040;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6:last-child {
  background-color: #10a0dd;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight {
  padding: 1rem 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight {
    padding: 1rem 3rem 2rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .mst-nav__slider-text {
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider .ui-slider-range {
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  height: 0.4rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider .ui-slider-handle {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-radius: 10rem;
  box-shadow: none;
  width: 0.7rem;
  height: 2.2rem;
  cursor: pointer;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .weight-wrapper {
  align-items: center;
  display: flex;
  column-gap: 1.5rem;
  padding-top: 2rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .weight-wrapper .separator {
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight input {
  border: solid 1px #323232;
  border-radius: 10rem;
  height: 3rem;
  max-width: 8.8rem;
  text-align: center;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  width: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight button {
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight button:hover {
  background-color: #ffffff;
  color: #323232;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .mst-nav__slider-del {
  color: #ffffff;
  font-size: 1.5rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 70vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color {
    display: grid;
    padding-bottom: 7rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_color,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_stamp {
  margin-bottom: 2rem;
  padding: 1rem 3rem 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child {
  padding: 2rem 3rem 0;
}
@media (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child {
    padding: 2rem 1rem 0;
    width: 100%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .filter--opt-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: left;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute {
  padding: 1rem 0 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .color,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .swatch-option[data-option-label="none"] {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent !important;
  border: solid 1px #ffffff;
  margin-bottom: 1rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .swatch-attribute-options[data-mst-nav-filter="discs_rim_color"] .image {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_color {
  border-right: 2px solid #434343;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color ._checked .swatch-option {
  outline: 2px solid #ff5501;
}
.customdiscs-index-post #layered-filter-block .right-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (min-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    column-gap: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    justify-content: center;
    padding-top: 2rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .detail_button {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button {
    display: none;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .detail_button::after {
  content: '\203A';
  font-size: 2.7rem;
  line-height: 0;
  margin-left: 1.3rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button::after {
    font-size: 1.5rem;
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout {
  display: none;
  align-items: center;
  column-gap: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout > span {
  color: #ffffff;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.2rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-icons {
  background-color: #ffffff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1px 4.5px;
  cursor: pointer;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch {
  text-align: center;
  transition: 0.4s;
  line-height: normal;
  padding: 2px 5px;
  border-radius: 10rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch.list {
  background-color: #10a0dd;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch.list i {
  color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch i {
  color: #323232;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    justify-content: space-around;
  }
  .customdiscs-index-post #layered-filter-block .right-section .change-layout {
    display: flex;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter {
    margin-bottom: 0;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar label {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .right-section .toolbar label {
    font-size: 1.2rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar select {
  background-color: #ffffff;
  border-radius: 10rem;
  color: #323232;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  height: 2.4rem;
  line-height: 1.3rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  font-size: 1rem;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar select option {
  font-family: 'Montserrat', sans-serif;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter-action {
  margin-top: 0;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter-action:before {
  color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .limiter {
  display: none;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter .sorter-options {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post .filter-current {
    display: inline-block;
  }
}
.customdiscs-index-post .filter-current .filter-current-subtitle {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .filter-current .filter-current-subtitle {
    background-color: transparent;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .filter-current .items {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.customdiscs-index-post .filter-current .items .item {
  margin-right: 0;
}
.customdiscs-index-post .filter-current .items .item .filter-label {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
.customdiscs-index-post .filter-current .items .item .filter-value {
  color: #323232;
  font-size: 1.6rem;
}
.customdiscs-index-post .filter-current .items .item .remove::before {
  color: #323232;
}
.customdiscs-index-post .filter-actions {
  border: none;
  margin: 0;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post .filter-actions {
    display: inline-block;
  }
}
.customdiscs-index-post .filter-actions .filter-clear {
  color: #10a0dd;
  font-size: 1.6rem;
  font-weight: 600;
}
.customdiscs-index-post .toolbar {
  margin-top: 0;
}
.customdiscs-index-post .toolbar label {
  color: #323232;
  font-size: 1.6rem;
}
.customdiscs-index-post .toolbar .modes {
  display: none;
}
.customdiscs-index-post .toolbar .pages .item .page:hover {
  background-color: #323232;
  color: #ffffff;
}
.customdiscs-index-post .toolbar .pages .current .page {
  background-color: #323232;
  color: #ffffff;
}
.customdiscs-index-post .discount_label {
  margin-top: 1.2rem;
}
.customdiscs-index-post .discount_label .desktop_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-style: italic;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  padding: 0.2rem 1.4rem;
}
.customdiscs-index-post .products {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}
.customdiscs-index-post .products .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  gap: 2.3rem 2rem;
  padding-top: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-items {
    gap: 1rem;
  }
}
@media screen and (max-width: 676px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  }
}
@media screen and (min-width: 677px) and (max-width: 1199px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1505px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)) !important;
  }
}
@media screen and (min-width: 1506px) and (max-width: 1877px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(246px, 1fr)) !important;
  }
}
@media screen and (min-width: 1878px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)) !important;
  }
}
.customdiscs-index-post .products .ias-noneleft {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .products .ias-noneleft {
    font-size: 1.5rem;
  }
}
.customdiscs-index-post .products .loading-mask {
  position: static;
  z-index: unset;
}
.customdiscs-index-post .products .loading-mask .loader {
  position: relative;
  padding-top: 6rem;
}
.customdiscs-index-post .products .loading-mask .loader img {
  position: absolute;
  z-index: unset;
}
.customdiscs-index-post .products .loading-mask span {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.customdiscs-index-post .products .ias-trigger-next {
  padding: 4rem 0 0;
}
.customdiscs-index-post .products .ias-trigger-next .load-more {
  border-radius: 10rem;
  background-color: #10a0dd;
  border: none;
  color: #ffffff;
  padding: 0.5rem 2rem;
  height: auto;
}
.customdiscs-index-post .products .product-item {
  float: unset;
  margin: auto;
  width: 100% !important;
  height: 100%;
  position: relative;
  padding: 0 !important;
}
.customdiscs-index-post .products .product-item .product-item-info {
  border-radius: 2.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  align-items: end;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info {
    display: grid;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.161);
    border-radius: 1.6rem;
    grid-template-columns: 150px auto;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist {
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 4rem;
  border: none;
  display: block;
  padding-left: 1rem;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .towishlist {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist:hover,
.customdiscs-index-post .products .product-item .product-item-info .towishlist.in-wishlist {
  text-decoration: none;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist:hover::before,
.customdiscs-index-post .products .product-item .product-item-info .towishlist.in-wishlist::before {
  font-weight: 900;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist span {
  display: none;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
  align-items: center;
  border-radius: 0;
  display: flex;
  margin: auto;
  overflow: visible;
  position: relative;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
    max-width: 20rem;
    min-height: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 12.5rem;
    min-height: 12.5rem;
    padding-top: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .side_profile {
  aspect-ratio: 5;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view {
  align-items: center;
  background-color: #ffffff;
  border: solid 0.1rem #b9b9b9;
  border-radius: 10rem;
  bottom: 1.9rem;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.161));
  max-width: 7.9rem;
  padding: 0.4rem 0.32rem;
  position: absolute;
  right: -2.7rem;
  transition: all 0.4s;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view {
    max-width: 5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view:hover,
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view.active {
  box-shadow: 0 0px 4px 3px #b9b9b9;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .mobile_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff !important;
  display: none;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
  padding: 0.21rem 0.53rem;
  position: absolute;
  right: 0.3rem;
  text-transform: uppercase;
  top: 0.3rem;
  z-index: 3;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details {
  padding-bottom: 0 !important;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: center;
    padding-top: 0;
    margin: auto;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item {
  font-size: 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item strong {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #323232;
  color: #ffffff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  z-index: 2;
  display: grid;
  place-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item strong {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
    right: -2px;
    top: -5px;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-link {
    font-size: 1.7rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name {
    padding-bottom: 0.5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info {
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info {
    padding-bottom: 0.5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info span {
  font-weight: 500;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3,
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3,
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3 {
  font-weight: 600;
  margin: 1rem 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
  font-weight: 400;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price {
  align-items: center;
  column-gap: 1.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price {
    padding-bottom: 0.25rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price h4 {
  color: #323232;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box {
  column-gap: 1.1rem;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .old-price .price {
  color: #8c8c8c;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .special-price .price {
  color: #9d1107;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
  margin: 10px 0 0;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .instock_item {
  display: none;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form {
  display: flex;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box {
  background-color: #323232;
  border-bottom-left-radius: 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box {
    border-bottom-left-radius: 1.6rem;
    padding: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
    height: 2.7rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  color: #323232;
  font-weight: 500;
  width: 4rem;
  height: 2.5rem;
}
@media screen and (min-width: 992px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    width: 3.5rem;
    padding: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart {
  background-color: #10a0dd;
  border: none;
  border-bottom-right-radius: 2.5rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  height: auto;
  line-height: 2rem;
  overflow: hidden;
  padding: 1rem;
  text-transform: unset;
  width: 62%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart {
    font-size: 1.5rem;
    border-bottom-right-radius: 1.6rem;
    line-height: 1;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart::before {
  display: none;
}
.customdiscs-index-post .products .product-item + div {
  display: none;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .modals-wrapper .variant-popup {
    left: 0;
    pointer-events: none;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow {
  position: absolute;
  font-size: 8rem;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  cursor: pointer;
  padding: 0 0.25rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-prev::before {
  content: '\2039';
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next {
  right: -3rem;
  left: unset;
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next::before {
  content: '\203A';
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.disabled {
  color: #bbb;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
  background-color: #ffffff !important;
  border-radius: 2.5rem;
  min-height: unset !important;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-top: 0;
  overflow: visible !important;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    width: 41%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    height: auto !important;
    width: 85%;
    max-width: 400px;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header {
  padding: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content {
  border-radius: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content {
  margin: auto;
  max-width: 700px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content > *:not(.product, .product-item-inner) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo {
    grid-column: span 3;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo .discs-side-view {
  pointer-events: none;
  text-align: center;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo .mobile_label {
  display: none;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details {
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item {
    display: block !important;
    font-size: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item strong {
    position: absolute;
    background-color: #323232;
    color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 3.9rem;
    height: 3.9rem;
    font-size: 2rem;
    right: -15px;
    top: -20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item {
  display: none;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .product-item-link {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info {
  color: #323232;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info:not(:last-child) {
  padding-bottom: 0.8rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info .separator {
  font-style: normal;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
    justify-self: end;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner form {
    align-items: end;
  }
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
    padding-bottom: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .instock_item {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner form {
    display: flex;
    flex-direction: column-reverse;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .quantity-wrapper {
  column-gap: 1.8rem;
  display: flex;
  justify-content: center;
  padding-bottom: 1.7rem;
  padding-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .discount-popup .quantity-wrapper {
  order: -1;
  padding-bottom: 0;
  padding-top: 1.7rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qty {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-color: #b9b9b9;
  border-radius: 0.5rem;
  height: 2rem;
  padding: 0 0.3rem;
  text-align: center;
  width: 2.8rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qty-box {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qtyminus,
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qtyplus {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .price h4 {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .tocart {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  height: auto;
  line-height: 2.4rem;
  padding: 0.5rem 6rem;
  text-transform: none;
}
@media screen and (max-width: 1465px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .tocart {
    padding: 0.5rem 2rem;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price {
  align-items: center;
  column-gap: 1.1rem;
  display: flex;
  justify-content: center;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price h4 {
  color: #323232;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box {
  column-gap: 1.1rem;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .old-price .price {
  color: #8c8c8c;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .special-price .price {
  color: #9d1107;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .discount_label {
  margin-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
  padding: 0 9px !important;
  right: 2rem;
  z-index: 9;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header button::before {
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .customdiscs-index-post .wishlist-popup .modal-inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-inner-wrap .modal-content {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-header {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-footer {
    padding-left: 1rem;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.customdiscs-index-post .wishlist-popup .modal-footer button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  padding: 0.5rem 3rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.grid {
    background-color: #10a0dd;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.grid i {
    color: #ffffff;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.list {
    background-color: transparent;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.list i {
    color: #323232;
  }
  .customdiscs-index-post.variant--grid .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info {
    grid-template-columns: unset;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161) !important;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info > *:not(.photo, .details) {
    display: none;
    padding: 0.25rem;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .photo {
    min-height: auto;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .photo .mobile_label {
    display: inline-block !important;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details *:not(.price, .discount_label) {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price {
    height: 0;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price *:not(.discount_label) {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price .desktop_label {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .discs-side-view {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    background-color: transparent !important;
    overflow: visible;
    box-shadow: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
    right: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content {
    padding: 0;
    overflow: visible;
    background-color: #ffffff;
    border-radius: 2rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content {
    border-radius: 2rem;
    align-items: end;
    position: relative;
    transition: 0.4s;
    text-align: left;
    touch-action: pinch-zoom;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content > * {
    display: block;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist {
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 4rem;
    border: none;
    display: inline-block;
    padding-left: 1.4rem;
    text-align: left;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist::before {
    color: #323232;
    content: "\f004";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    transition: 0.4s;
    font-size: 1.7rem;
    font-size: 17px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist:hover,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist.in-wishlist {
    text-decoration: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist:hover::before,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist.in-wishlist::before {
    font-weight: 900;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist span {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo {
    border-radius: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .product-image-photo {
    height: 31.8rem;
    object-fit: contain;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .discs-side-view img {
    height: 7.95rem;
    object-fit: contain;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details {
    padding-bottom: 0 !important;
    width: 100%;
    padding-top: 0;
    text-align: center;
    padding: 0 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .instock_item strong {
    font-size: 1.3rem;
    right: -20px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-link {
    color: #323232;
    font-weight: 700;
    line-height: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    pointer-events: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name + .attr_info {
    padding-bottom: 0.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name + .attr_info span {
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info h3,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info span {
    color: #323232;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info h3 {
    font-weight: 600;
    margin: 1rem 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info span {
    font-weight: 400;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price {
    align-items: center;
    column-gap: 1.1rem;
    display: flex;
    justify-content: center;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price h4 {
    color: #323232;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box {
    column-gap: 1.1rem;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .price {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.9rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .old-price .price {
    color: #8c8c8c;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .special-price .price {
    color: #9d1107;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .discount_label {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner {
    margin: 10px 0 0;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions {
    margin: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form {
    display: flex;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .instock_item {
    background-color: #323232;
    border-bottom-left-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #ffffff;
    column-gap: 0.5rem;
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .instock_item strong {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box {
    background-color: #323232;
    margin-bottom: 0;
    overflow: hidden;
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    column-gap: 5px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 400;
    height: auto;
    font-size: 0.7rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    background-color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    color: #323232;
    font-weight: 500;
    width: 2.5rem;
    height: 2rem;
    text-align: center;
    padding: 2px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .tocart {
    background-color: #10a0dd;
    border: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    padding: 0.8rem 1rem;
    text-transform: unset;
    width: 50%;
    margin: 0;
    font-size: 1.5rem;
    border-radius: 0 0 2rem 0;
    line-height: 1;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .tocart::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .customdiscs-index-post .modals-wrapper .modal-inner-wrap {
    padding: 0 3rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .arrow {
    left: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next {
    right: 0;
    left: unset;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
    right: 3rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .product-image-photo {
    height: 25.8rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .discs-side-view img {
    height: 5.5rem;
  }
}
.faq-category-categorylist .page-main,
.faq-index-index .page-main {
  max-width: 100%;
  padding: 4rem 2rem 23rem;
}
@media screen and (max-width: 767px) {
  .faq-category-categorylist .page-main,
  .faq-index-index .page-main {
    padding-bottom: 3rem;
  }
}
.faq-category-categorylist .page-main .faq-page-title,
.faq-index-index .page-main .faq-page-title {
  display: none;
}
.faq-category-categorylist .page-main .page-title,
.faq-index-index .page-main .page-title {
  color: #323232 !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-transform: capitalize !important;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .page-title,
  .faq-index-index .page-main .page-title {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
}
.faq-category-categorylist .page-main .faqpage-container,
.faq-index-index .page-main .faqpage-container {
  padding-top: 5px;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper {
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: none;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question {
  padding-left: 0;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question {
  align-items: center !important;
  color: #323232;
  column-gap: 0.5rem;
  display: flex !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question,
  .faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question {
    font-size: 2rem;
    line-height: 1.2;
    align-items: start !important;
  }
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa {
  transition: 0.4s;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #323232;
  width: 15px;
  height: 15px;
  border: solid 3px;
  border-color: #323232 #323232 transparent transparent;
  transform: rotate(45deg);
  border-radius: 3px;
  top: 3px;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before:hover,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before:hover {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question:hover,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question:hover {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question .fa,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question .fa {
  transform: rotate(90deg) translate(0, 6px);
  transition: 0.4s;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer,
  .faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer a,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer a {
  color: #10a0dd;
}
.modal-popup .modal-header button::before {
  color: #323232 !important;
  font-size: 2rem;
}
.modal-popup .modal-header .modal-title {
  color: #323232;
  border-bottom-color: #323232;
}
.modal-popup .modal-content {
  font-size: 1.6rem;
  color: #323232;
}
.modal-popup .modal-footer {
  column-gap: 1rem;
  display: flex;
}
.modal-popup .modal-footer button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.modal-popup .modal-footer .action-primary {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}
.modal-popup .modal-footer .action-primary:hover {
  background-color: #10a0dd;
  border-color: #10a0dd;
}
.categorypath-category-baskets .products .product-item,
.categorypath-category-carts .products .product-item,
.categorypath-category-gift-ideas .products .product-item {
  min-height: unset;
}
.categorypath-category-baskets .products .product-item-info,
.categorypath-category-carts .products .product-item-info,
.categorypath-category-gift-ideas .products .product-item-info {
  padding-top: 2rem !important;
}
.aw-ar-rating .rating::before,
.aw-ar-rating .ratings-controls-container label._checked::before,
.aw-ar-rating .ratings-controls-container label._hovered::before,
.aw-ar-rating .not-editable .aw-ar-rating-container::before {
  filter: brightness(0);
}
.aw-ar-rating .rating::before,
.aw-ar-rating .not-editable .aw-ar-rating-container::before {
  background-size: 105px 17px;
}
.aw-ar-rating .not-editable .aw-ar-rating-container {
  width: 105px;
}
.product-item .aw-advanced-reviews-summary-container .review-summary-actions {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  margin-top: 0;
}
.product-item .aw-advanced-reviews-summary-container .review-summary-actions .action,
.product-item .aw-advanced-reviews-summary-container .review-summary-actions a {
  color: #323232;
  text-decoration: none;
}
.swatch-option-tooltip {
  z-index: 4;
}
.cms-noroute-index .page-main h1 {
  color: #323232 !important;
}
.cms-noroute-index .page-main p {
  color: #323232 !important;
}
.cms-noroute-index .page-main p a {
  color: #10a0dd !important;
}
.amgdprcookie-cookie-container {
  margin-bottom: 30px;
  padding: 25px 0;
}
.amgdprcookie-button {
  height: auto !important;
}
.amgdprcookie-button.-save {
  background-color: #10a0dd !important;
  border-color: #10a0dd;
}
.amgdprcookie-button.-settings {
  color: #10a0dd;
}
.amgdprcookie-bar-container {
  padding: 0;
}
.amgdprcookie-bar-container .action-close {
  top: 0;
  line-height: 1;
  padding: 0;
  right: 5px;
}
.amgdprcookie-bar-container .action-close::before {
  font-size: 2rem;
  color: #323232;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  width: 90%;
}
.amgdprcookie-groups-modal .action-close {
  display: block;
}
.amgdprcookie-groups-modal .action-close::before {
  color: #323232;
}
.amgdprcookie-bar-block {
  padding: 4rem 1.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .amgdprcookie-bar-block {
    flex-direction: row;
    padding: 2rem 3rem;
  }
}
.amgdprcookie-bar-block .amgdprcookie-policy {
  font-size: 1.3rem;
  margin-bottom: 0;
  max-width: 100%;
  flex: 2;
  font-weight: 500;
  color: #323232;
}
.amgdprcookie-bar-block .amgdprcookie-policy a {
  color: #10a0dd;
}
.amgdprcookie-bar-block .amgdprcookie-buttons-block {
  margin-bottom: 0;
  gap: 1rem;
  flex-direction: row;
}
.amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-top: 0;
  margin-right: 0;
  flex-basis: auto;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 381px) {
  .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
    font-size: 1rem;
  }
}
.amgdprcookie-done {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background-color: #10a0dd !important;
}
.amgdprcookie-modal-container .amgdprcookie-buttons-block {
  flex-direction: column-reverse;
}
.amgdprcookie-modal-container .amgdprcookie-button.-save {
  color: #10a0dd;
  background-color: transparent;
  border: none;
}
.amgdprcookie-modal-container .amgdprcookie-button.-settings {
  background: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  height: auto;
}
.autocomplete-suggestions {
  max-height: 80vh !important;
}
@media screen and (min-width: 768px) {
  .autocomplete-suggestions {
    width: 500px !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 490px) {
  .autocomplete-suggestions {
    top: 8.5rem;
    left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 491px) and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 8.5rem;
    right: -350%;
  }
}
.autocomplete-suggestions .autocomplete-suggestion .product-name {
  color: #323232;
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion .product-price {
  color: #9d1107;
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion .product-des .short-des {
  color: #323232;
  font-weight: 400;
}
.flightmetrics-index-index .page-main {
  margin-left: auto;
  margin-right: auto;
}
.flightmetrics-index-index .page-main .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-index-index .page-main .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .flightmetrics-index-index .page-main .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .flightmetrics-index-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.flightmetrics-index-index .page-main .sizes {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-index-index .page-main .sizes > p {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #323232;
}
.flightmetrics-index-index .page-main .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: 0 auto !important;
  justify-content: space-between;
}
.flightmetrics-index-index .page-main .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-index-index .page-main .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.flightmetrics-index-index .page-main .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-index-index .page-main .product_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.flightmetrics-index-index .page-main .product_grid .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details {
  padding: 1rem 0 0;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .product-item-name {
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box .price-label {
  display: none;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.flightmetrics-recommended-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-recommended-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .flightmetrics-recommended-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .flightmetrics-recommended-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.flightmetrics-recommended-index .filterproduct-title,
.flightmetrics-recommended-index .home-see-more-link {
  display: none;
}
.flightmetrics-recommended-index .recommended-section {
  background-color: transparent;
}
.flightmetrics-recommended-index .recommended-section .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item:first-child {
  grid-row-start: unset;
  grid-row-end: unset;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details {
  padding: 1rem 0 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-name {
  padding: 0 0 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: 0 auto !important;
  padding-bottom: 1rem;
  justify-content: space-between;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .aw-advanced-reviews-summary-container {
  margin-bottom: 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-actions {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block {
  background-color: transparent;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index #m-navigation-product-list-wrapper .block {
    padding: 1rem;
    margin: 0;
  }
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .title {
  font-weight: 600;
  color: #323232;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item {
  color: #10a0dd;
  display: inline-block;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item:not(:last-child) {
  padding-right: 1.5rem;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index #m-navigation-product-list-wrapper:first-child {
    float: unset;
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .products-grid .product-items .product-item {
    min-height: auto;
  }
}
.brands-index-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.brands-index-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .brands-index-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .brands-index-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.brands-index-index .brands_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 3rem;
  place-items: center;
}
.brands-index-index .brands_container > div {
  float: unset;
  width: 100%;
  max-width: 100%;
}
.brands-index-index .brands_container > div a {
  display: block;
  text-align: center;
}
.brands-index-index .brands_container > div a img {
  filter: invert(1);
  height: 10rem;
  object-fit: contain;
}
.brands-index-index .brands_container > div a p {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 1rem;
}
.rating-summary .rating-result {
  width: 100%;
}
.rating-summary .rating-result:before {
  font-size: 15px;
}
.rating-summary .rating-result > span::before {
  color: #323232 !important;
  font-size: 1.5rem;
}
.mst-related_products__productsList .productsList-paging .productsList-page._active {
  background-color: #323232 !important;
}
.mst-related_products__productsList .productsList-paging .productsList-page {
  background-color: transparent !important;
  border: 1px solid #323232 !important;
}
@media screen and (max-width: 693px) {
  .amgdprcookie-modal-template {
    min-width: 330px !important;
  }
}
.feedback-popup {
  left: 0 !important;
  display: grid;
  place-items: center;
  font-family: 'Montserrat', sans-serif;
}
.feedback-popup .modal-inner-wrap {
  max-width: 679px;
  width: 100% !important;
  border-radius: 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 2rem 2rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .feedback-popup .modal-inner-wrap {
    padding: 2rem 3rem 0.4rem;
    width: 90% !important;
  }
  .feedback-popup .modal-inner-wrap .modal-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .feedback-popup .modal-inner-wrap form .field {
    width: 100% !important;
  }
}
.feedback-popup .modal-inner-wrap #feedback-form {
  max-height: unset;
}
.feedback-popup .modal-inner-wrap .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback-popup .modal-inner-wrap .modal-header .action-close {
  position: unset;
  padding: 0;
}
.feedback-popup .modal-inner-wrap h1 {
  font-size: 2rem;
  line-height: 1.3;
  color: #323232;
  border: none !important;
  font-weight: 600;
  padding-bottom: 0;
}
.feedback-popup .modal-inner-wrap .phone .control:last-child {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.feedback-popup .modal-inner-wrap label {
  color: #323232;
  font-size: 1.5rem;
}
.feedback-popup .modal-inner-wrap label span {
  color: #323232 !important;
  font-weight: 500 !important;
}
.feedback-popup .modal-inner-wrap input,
.feedback-popup .modal-inner-wrap textarea {
  border-radius: 1rem;
  border: 1px solid #b9b9b9;
  margin-top: 0;
  top: 0;
}
.feedback-popup .modal-inner-wrap .feedback-footer {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 441px) {
  .feedback-popup .modal-inner-wrap .feedback-footer {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.feedback-popup .modal-inner-wrap .feedback-footer li {
  margin-bottom: 0;
}
.feedback-popup .modal-inner-wrap .feedback-footer .primary {
  float: unset;
}
.feedback-popup .modal-inner-wrap .feedback-footer .submit {
  background-color: #10a0dd;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  border-color: #10a0dd;
  height: auto;
  margin: 0;
  padding: 0.8rem 5.439rem;
  border-radius: 4rem;
}
.feedback-popup .modal-inner-wrap .feedback-footer .modal-close {
  cursor: pointer;
  font-size: 1.6rem;
  color: #323232;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .sticky-table-wrapper {
    position: fixed;
    position: -webkit-fixed;
    top: 0;
    z-index: 15;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* hide scrollbar in IE and Edge */
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
    /* hide scrollbar in Chrome and Safari */
  }
  .sticky-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-table-wrapper .sticky_row {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .sticky-table-wrapper .sticky_row.nav-down {
    top: 5.2rem;
  }
}
.sticky_compare {
  display: none;
}
.sticky_row th {
  vertical-align: top;
}
.sticky_row th .unavailable {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (max-width: 642px) {
  .sticky_row th .unavailable {
    font-size: 1.8rem;
  }
}
.sticky_row td {
  width: 25% !important;
  min-width: 480px;
}
.sticky_element .sticky_compare {
  display: table-header-group;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections-item-title[aria-controls="store.links"],
  header.page-header.type22 .nav-sections-item-title[aria-controls="store.menu"] {
    display: none !important;
  }
}
#chatra.chatra--webkit {
  z-index: 2 !important;
}
.chatra-mobile-widget-expanded #chatra.chatra--mobile-widget {
  z-index: 16 !important;
}
#chatra.chatra--side-bottom {
  bottom: 5rem !important;
}
.cms-shipping-policy .page-main {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cms-shipping-policy .page-main table {
  border-collapse: separate;
  padding: 1rem 2rem 3rem;
}
.cms-shipping-policy .page-main table td {
  color: #323232;
  font-size: 1.4rem;
}
.cms-shipping-policy .page-main .shipping-img {
  padding-top: 3rem;
  text-align: center;
}
.filter-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  left: 0;
  display: none;
}
.product-item-info .product.name a,
.swatch-option.text,
.filter-title strong,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action.viewcart,
.products-grid .product-item-details .product-item-actions .tocart,
.price-box .price,
.product-info-main .box-tocart .input-text.qty,
.action.primary,
.action.primary:active {
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 640px) {
  .filter.active .filter-subtitle {
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media (min-width: 768px) {
  .page-header.type22 .header.content .nav-sections {
    font-family: 'Open Sans';
    font-family: 'Montserrat', sans-serif;
  }
}
#social-login-popup {
  border-radius: 1.8rem;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  #social-login-popup {
    max-width: 350px;
  }
}
#social-login-popup form .field .label {
  color: #323232;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
#social-login-popup form .field input {
  background-color: transparent;
  border-radius: 10rem !important;
  border: solid 1px #707070;
  color: #323232;
  height: 3.8rem;
}
#social-login-popup form .field input::placeholder {
  font-size: 0;
}
#social-login-popup form .remind {
  color: #10a0dd;
}
#social-login-popup form .action:not(.remind) {
  background-color: transparent;
  border-radius: 10rem !important;
  border: solid 1px #10a0dd !important;
  color: #10a0dd;
  text-transform: none;
  line-height: 1;
  font-size: 1.8rem;
}
#social-login-popup form .action:not(.remind).primary {
  background-color: #10a0dd !important;
  color: #ffffff;
}
#social-login-popup form .action:not(.remind).primary:hover {
  opacity: 0.5;
  background-color: #10a0dd;
}
#social-login-popup form .captcha .captcha-reload {
  border: none !important;
  padding: 0 !important;
  text-decoration: underline;
  font-size: 12px !important;
}
#social-login-popup .amsl-tablist .amsl-title.active {
  border-block-color: #10a0dd;
  color: #10a0dd;
}
#social-login-popup .amsl-tablist .amsl-title a {
  border-bottom-color: inherit;
  color: inherit;
}
#social-login-popup .amsl-login-content {
  flex-direction: column-reverse;
  display: flex;
}
#social-login-popup .amsl-login-content .error-container {
  width: 80%;
  margin: auto;
  font-size: 13px;
  order: 1;
}
#social-login-popup .amsl-login-content .error-container span {
  display: block;
  margin-left: 0;
  background: unset;
  color: red;
}
#social-login-popup .amsl-login-content .reset-message {
  background-color: #f1f1f1;
  border-radius: 8px !important;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
#social-login-popup .amsl-login-content .reset-message p {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#social-login-popup .amsl-login-content .reset-message p a {
  color: #10a0dd;
  text-decoration: underline;
}
#social-login-popup .amsl-login-content > div {
  max-width: 100%;
}
#social-login-popup .amsl-login-content .block-customer-login {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
#social-login-popup .amsl-login-content .block-new-customer {
  display: none;
}
#social-login-popup .amsl-login-content .amsl-separator {
  margin: 5rem 4rem;
  display: block;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-social-login {
  border-radius: 1.2rem !important;
  flex-direction: row;
  align-items: center;
  min-height: auto;
  padding: 3rem 2rem;
  width: 100%;
  flex-wrap: nowrap;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title {
  display: none;
  padding: 0;
  margin: 0;
  background: none;
  transform: none;
  position: static;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title.-short {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title.-short {
    text-align: center;
  }
}
#social-login-popup .amsl-register-content {
  max-width: 500px;
  width: 100%;
}
#social-login-popup .amsl-register-content .form-create-account {
  padding-top: 0;
}
#social-login-popup .amsl-register-content .form-create-account .fieldset {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #social-login-popup .amsl-register-content .form-create-account .fieldset .field-name-lastname {
    float: unset;
  }
}
#social-login-popup .amsl-register-content .form-create-account .fieldset .choice {
  position: relative;
}
#social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip #tooltip-label {
  display: none;
}
@media screen and (max-width: 992px) {
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content {
    left: unset;
    right: 38px;
  }
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content::before {
    right: -21px;
    left: unset;
    border-left-color: #f4f4f4;
    border-right-color: transparent;
  }
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content::after {
    display: none;
  }
}
#social-login-popup .amsl-register-content .form-create-account .actions-toolbar {
  max-width: unset;
}
#social-login-popup .amsl-register-content .form-create-account .actions-toolbar .primary {
  margin-bottom: 0;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-social-login {
  min-height: auto;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-title {
  border-radius: 8px !important;
  font-weight: 500;
  font-size: 1.2rem;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-buttons {
  justify-content: center;
  padding: 4rem 1rem;
}
#social-login-popup .amsl-login-success {
  color: #323232;
  font-size: 1.4rem;
}
.amsl-social-wrapper .amsl-buttons {
  gap: 1.5rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .amsl-social-wrapper .amsl-buttons {
    justify-content: center;
    padding: 2rem 1rem;
  }
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper {
  margin: 0;
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper .amsl-social-icon {
  transform: scale(0.65);
}
.amsl-registration-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-cart-page .amsl-social-login {
  padding-bottom: 2rem;
  row-gap: 1rem;
}
.amsl-registration-page .amsl-title,
.amsl-login-page .amsl-title,
.amsl-cart-page .amsl-title {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}
body .action.primary,
body .action.primary:hover,
body .modes-mode.active,
body .modes-mode:hover,
body .pages strong.page,
body .pages .action:hover,
body .pages a.page:hover,
body .fotorama__nav .fotorama__thumb-border,
body button:hover,
body .action.primary:focus,
body .action.primary:active,
body .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
body .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
body .filter-toggle.active,
body i.ajax-loader,
body .swatch-option.selected,
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover,
body .swatch-option:not(.disabled):hover,
body .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
body .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
body .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
  border-color: transparent;
}
main button,
main .action {
  transition: 0.4s;
}
main button:hover,
main .action:hover {
  opacity: 0.8;
}
.shipping-tracking-popup .page-title {
  color: #323232 !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-transform: capitalize !important;
}
.shipping-tracking-popup .page.tracking .subtitle {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.shipping-tracking-popup .page.tracking .table-wrapper {
  padding-top: 2rem;
}
.shipping-tracking-popup .page.tracking .table-wrapper:nth-child(2) tr:first-child th,
.shipping-tracking-popup .page.tracking .table-wrapper:nth-child(2) tr:first-child td {
  border-top: none;
}
@media (max-width: 639px) {
  .shipping-tracking-popup .page.tracking .table-wrapper {
    overflow: unset;
  }
}
.shipping-tracking-popup .page.tracking .table {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  margin-top: 2rem;
}
.shipping-tracking-popup .page.tracking .table tr:last-child td:last-child {
  border-bottom: none !important;
}
.shipping-tracking-popup .page.tracking .table th,
.shipping-tracking-popup .page.tracking .table td {
  color: #323232;
  font-size: 1.4rem;
}
.aw_advanced_reviews-review_listing-product .page-main,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing {
  max-width: 147rem;
}
.aw_advanced_reviews-review_listing-product .page-main {
  padding: 2rem 1.5rem;
}
.aw_advanced_reviews-review_listing-product .page-main .aw-ar-rating-container::before {
  filter: unset;
}
.aw_advanced_reviews-review_listing-product .page-main .rating::before {
  filter: invert(67%) sepia(73%) saturate(23) hue-rotate(328deg) brightness(95%) contrast(112%);
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header {
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header {
    flex-direction: column;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  overflow: hidden;
  padding: 2rem 3.6rem 7.5rem !important;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    max-width: 45.4rem;
    position: sticky;
    top: 0;
    width: unset;
  }
}
@media screen and (min-width: 992px) and (hover: none) and (orientation: landscape) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    position: relative;
    top: unset;
  }
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    padding: 2rem 1.6rem 7.5rem !important;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left .product-name h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0;
  padding-top: 2rem;
  text-align: center;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left .no-reviews {
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right {
    padding: 2rem 1.5rem 0;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right [data-role="aw-ar-product-view-review-container"] {
  margin: 0;
  padding: 1.7rem 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-header {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body {
  margin: 0;
  padding: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap {
  padding: 0;
  gap: 1rem 2.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap:nth-child(3) {
  float: right;
  margin-top: -1.2rem;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap {
    column-gap: 1rem;
  }
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap:nth-child(3) {
    float: unset;
    margin: 0;
    padding: 1rem 0 0;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .aw-ar__form-field-wrap {
  margin: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option {
  column-gap: 1.3rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option input {
  border: solid 1px #323232;
  border-radius: 3px;
  margin: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option input:checked {
  border-color: transparent;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option label {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}
@media screen and (min-width: 992px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .product-image {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .product-image {
    margin: auto;
    max-width: 40rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .page-title {
  color: #323232;
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  letter-spacing: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .page-title {
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
  }
}
@media screen and (min-width: 769px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .body {
    padding-top: 3rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary {
  padding: 3rem 0 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary {
  margin: 0;
  float: unset;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers {
  color: #323232;
  margin: 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .aggregated-rating-absolute,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .aggregated-rating-absolute,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .percent,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .percent {
  float: unset;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4.2rem;
  margin: 0;
  width: 10rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .reviews-count,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .reviews-count,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .recommend-text,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .recommend-text {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics {
  display: grid;
  padding-top: 2.6rem;
  row-gap: 1.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
  align-items: center;
  display: flex;
  gap: 1.3rem 3.2rem;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
    column-gap: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
    justify-content: center;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  width: 66px;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-label {
    font-size: 1.5rem;
    flex-basis: 7rem;
    line-height: 1.8rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-count {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
    flex-basis: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
    font-size: 1.5rem;
    line-height: 1.8rem;
    min-width: 4.1rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar {
  background-color: #b9b9b9;
  border-radius: 10rem;
  height: 1rem;
  margin-right: 0;
  width: 19rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar {
    width: 100%;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar .progress-bar {
  background-color: #F5B340;
  border-radius: inherit;
  height: inherit;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action {
  border: solid 1px transparent !important;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.primary {
  background-color: #10a0dd;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.primary:hover {
  background-color: #10a0dd;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.back-to-product {
  background-color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.back-to-product:hover {
  background-color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:first-child {
  align-items: start !important;
  border-bottom: none !important;
  flex-direction: column !important;
  float: unset;
  margin: 0 !important;
  min-width: unset;
  padding: 0 !important;
  row-gap: 1.9rem;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:first-child {
    margin: auto !important;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child {
  all: unset;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse !important;
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
  all: unset;
  flex: 1;
  margin: 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control .action {
  width: 100%;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child [data-role="aw-ar-back-to-product-btn"] {
  flex: 1;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form {
  background-color: #f1f1f1;
  border-top: unset;
  font-family: 'Montserrat', sans-serif;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form {
    padding-bottom: 2rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form label,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .admin__field-value {
  color: #323232;
  text-transform: capitalize;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form textarea {
  border: solid 1px #707070;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit {
  background-color: #323232;
  border: solid 1px #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit:hover {
  background-color: transparent;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove {
  background-color: transparent;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove::before {
  vertical-align: baseline;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader {
  position: relative;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader #fileUploader {
  border: unset;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__field-option {
  display: flex;
  align-items: center;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__field-option input {
  top: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__control-checkbox {
  background-color: transparent;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__control-checkbox:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  text-align: center;
  width: inherit;
  padding: 0 0.25rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-control select {
  border-radius: 10rem;
  border: none;
  height: auto;
  padding: 1rem 1.6rem 1rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  min-width: 27rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav button {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: 0.4s;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav button:hover {
  background-color: transparent !important;
  color: #10a0dd !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list {
  margin-bottom: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list.container-standard-review {
  padding-top: 1.6rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting * {
  color: #323232 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting .data-grid-header-content {
  border-bottom: solid 1px #323232;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting {
    font-size: 1.6rem;
  }
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting > div,
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting > span {
    margin-right: 1rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .review-item-info {
  display: block;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
  align-items: center;
  display: grid;
  grid: auto / 4fr 1fr;
  float: unset;
  text-align: left;
  margin-right: 0;
  max-width: 100%;
  row-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
    grid: unset;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  order: -1;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .date {
  color: #616161;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .date {
    text-align: left;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .is_verified_buyer {
  color: #5E5E5E;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main {
  padding-top: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
  color: #616161;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle.content {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  margin: 0;
  padding: 2.5rem 0 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend {
  color: #109C06;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend br {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICM0Mzg0MDA7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSIgY2xhc3M9ImNscy0xIiBkPSJNOCwwQTgsOCwwLDEsMSwwLDgsOCw4LDAsMCwxLDgsMFptNC4wNDEsNy4xTDguMjg1LDExLjExMmEwLjk5NCwwLjk5NCwwLDAsMS0uOC4zMSwwLjk0OSwwLjk0OSwwLDAsMS0uOTMxLTAuMjUybC0yLjMxLTIuNWExLjA1OCwxLjA1OCwwLDAsMS0uMDI3LTEuNDQ5bDAuMzQtLjM2OEEwLjk1LDAuOTUsMCwwLDEsNS45NDQsNi44M0w3LjQsOC40bDIuODItMy4wMTVhMSwxLDAsMCwxLDEuNDEzLS4wNDdsMC4zNjUsMC4zNDJBMSwxLDAsMCwxLDEyLjA0MSw3LjFaIi8+PC9zdmc+');
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper {
  color: #5E5E5E;
  font-family: 'Montserrat', sans-serif;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful .icon-h {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful path {
  fill: #b9b9b9;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment {
  border: solid 1px #b9b9b9;
  border-radius: 10rem;
  color: #323232;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  padding: 0.6rem 2.14rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment:hover {
  text-decoration: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .comment-wrapper {
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form label {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-color: #b9b9b9;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  border-radius: 10rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea {
  border-radius: 1.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button {
  border: solid 1px #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  padding: 1rem 1.5rem !important;
  height: auto;
  line-height: 1.2;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button:hover {
  background-color: transparent;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-submit {
  background-color: #323232;
  color: #ffffff;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-cancel {
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav {
  padding-left: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav .right-column {
  margin-left: auto;
}
.aw_advanced_reviews-review_listing-product [data-role="aw-ar-product-view-review-container"] {
  margin: 2rem auto 0;
  max-width: 120rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sidemain_useddiscs .see-more__wrapper {
    height: 16rem;
    overflow: hidden;
  }
  .sidemain_useddiscs .see_more {
    color: #10a0dd;
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 2rem;
    text-align: center;
    text-decoration: underline;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) {
  .sidemain_useddiscs .see_more {
    display: none;
  }
}
.category-see-new .product-item .price {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .category-see-new .product-item .product-item-details .driver_stability_attrs:first-of-type {
    order: 1 !important;
  }
}
.catalog-category-view .see-new-listing-container .see-new-swatch-container,
.landing-landing-view .see-new-listing-container .see-new-swatch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-category-view .see-new-listing-container .see-new-swatch-container .swatch-more,
.landing-landing-view .see-new-listing-container .see-new-swatch-container .swatch-more {
  color: #10A0DD;
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .see-new-listing-container .see-new-swatch-container,
  .landing-landing-view .see-new-listing-container .see-new-swatch-container {
    padding: 0px 20px;
  }
}
.catalog-category-view .see-new-listing-container .product-item-details .discs_details,
.landing-landing-view .see-new-listing-container .product-item-details .discs_details {
  margin-top: .5rem !important;
}
.paypal-buttons.paypal-buttons-context-iframe > iframe.component-frame {
  z-index: 1 !important;
}
@media (min-width: 769px) {
  .checkout-cart-index .page-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #additional {
    min-height: 895px;
  }
}
@media (max-width: 567px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: 0;
    transform: translateX(30%);
    width: 360px !important;
    top: 35px;
    margin-top: 0;
  }
}
.owl-carousel.owl-loaded {
  margin-bottom: 0 !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .action.clear {
  font-family: 'Montserrat', sans-serif !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions button {
  font-family: 'Montserrat', sans-serif !important;
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  padding: 20px !important;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    position: relative !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary.proceed-sticky .checkout .item button[data-role="proceed-to-checkout"] {
    position: relative !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button[data-role="proceed-to-checkout"] {
    position: fixed !important;
  }
}
.account .sidebar.sidebar-main {
  max-width: 250px;
}
.account .orders-history .data.table thead th {
  padding-left: 10px;
}
.account .orders-history .data.table tr td {
  padding-left: 10px;
}
.account .block-dashboard-orders .orders-recent .recent th {
  padding-left: 10px !important;
}
.account .block-dashboard-orders .orders-recent .recent td {
  padding-left: 10px !important;
}
.account .data.table tr th,
.account .data.table tr td {
  padding-left: 10px !important;
}
#reviews .container-header {
  width: auto;
}
#reviews .container-header .aw-ar-wrapper-fieldset {
  padding: 0;
}
#reviews .container-body {
  width: 65%;
}
@media (max-width: 768px) {
  #reviews .container-header {
    width: 100%;
  }
  #reviews .container-body {
    width: 100%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 4.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 45px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 18px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -12px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 9px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 36px;
    font-size: 1.3rem;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 36px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 39px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item:first-child + div.item.content {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 35px 0 0;
    color: #818692;
    padding: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid transparent;
  }
  .product.data.items > .item.title > .switch {
    font-size: 13px;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0 !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: none !important;
    display: block;
  }
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:active,
  .product.data.items > .item.title > .switch:focus {
    color: inherit !important;
    border-color: inherit !important;
    background: none;
  }
  .product.data.items > .item.title.active {
    color: #222529;
    border-color: #222529;
  }
  .product.data.items > .item.title.active > .switch {
    color: inherit;
    background: none;
    padding: 0;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding: 0;
    color: inherit;
    background: none;
  }
  .product.data.items > .item.title:hover {
    border-color: #222529;
  }
  .product.data.items > .item.title:hover > .switch {
    color: inherit;
    padding: 0;
  }
  .product.data.items > .item.content {
    border: none;
    border-top: solid 1px #e7e7e7;
    box-shadow: none;
    padding: 30px 0 15px;
    margin-top: 40px;
  }
  .vertical .product.data.items > .item.title {
    max-width: 20%;
    text-align: left;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
  }
  .vertical .product.data.items > .item.title > .switch {
    padding: 3px 0 10px !important;
    display: inline-block;
  }
  .vertical .product.data.items > .item.title > .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 1;
  }
  .vertical .product.data.items > .item.title > .switch::after {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 0;
    left: 0;
  }
  .vertical .product.data.items > .item.title.active > .switch::before,
  .vertical .product.data.items > .item.title:hover > .switch::before {
    border-width: 2px;
    border-bottom-color: inherit;
  }
  .vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: 80%;
    right: 0;
    top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 30px;
    min-height: 180px;
  }
  .accordion .product.data.items > .item.title {
    border-color: #e7e7e7;
  }
  .accordion .product.data.items > .item.title.active {
    border-color: inherit;
  }
  .accordion .product.data.items > .item.title,
  .accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .accordion .product.data.items > .item.content {
    border: none;
  }
  .sticky .product.data.items > .item.title.active {
    color: inherit;
    border-color: transparent;
  }
  .sticky .product.data.items > .item.title:hover {
    color: inherit;
    border-color: inherit;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 13.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 9px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .product-info-main .aw-advanced-reviews-summary-container {
    margin-bottom: 13.5px;
  }
  .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions {
    font-size: 13px;
    margin-top: 2.5px;
  }
  .all-customer-reviews .aw-ar-main {
    margin: 0 -20px;
  }
  .all-customer-reviews .aw-ar-main .container-header,
  .all-customer-reviews .aw-ar-main .container-body {
    margin: 0;
  }
  .aw-ar__review-list .review-item-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-ar__review-list-sidebar-main {
    min-width: 240px;
    margin-right: 46px;
    text-align: right;
    float: left;
    max-width: 240px;
  }
  .aw-ar__review-list-column-main {
    width: 100%;
  }
  .aw-ar__review-list-column-main .review-helpful-report-wrapper .messages {
    left: 120px;
  }
  .aw-ar__attach {
    height: 96px;
    max-width: 170px;
  }
  .aw-ar__data-grid-filters-wrap {
    padding-left: 290px;
  }
  .aw-ar__form-field-wrap {
    margin-right: 20px;
  }
  .aw-reviews__review-listing.product .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-reviews__review-listing.product .header .section {
    width: 50%;
    box-sizing: border-box;
  }
  .aw-reviews__review-listing.product .header .section.left {
    padding-right: 15px;
  }
  .aw-reviews__review-listing.product .header .section .page-title {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.1;
    font-size: 3.4rem;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary {
    padding: 40px 0;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:first-child {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: auto;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .action {
    margin-bottom: 10px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
    margin-right: 10px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .brief-summary {
    margin-right: 30px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .recommend-customers {
    margin: 0;
  }
  .aw-reviews__review-listing.product .body .aw-ar-main .container-body,
  .aw-reviews__review-listing.product .body .aw-ar-main .container-header,
  .aw-reviews__review-listing.product .body .aw-ar-main .container-footer {
    margin: 0;
  }
  .aw-ar-review-form {
    padding: 36px 0;
  }
  .aw-ar-review-form .actions-toolbar .action.primary {
    max-width: 200px;
  }
  .aw-ar-main .container-header {
    margin: 0 -31.5px;
  }
  .aw-ar-main .container-header .title {
    margin-bottom: 27px;
    padding: 0 31.5px;
  }
  .aw-ar-main .container-header .title h2 {
    margin: 0;
  }
  .aw-ar-main .container-body {
    margin: 0 -31.5px;
    padding-left: 18px;
    padding-right: 70px;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav {
    padding-left: 290px;
    overflow: hidden;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav__inner .left-column {
    margin: auto 0;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav__inner .right-column {
    margin: auto;
  }
  .aw-ar-review-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 31.5px 36px;
  }
  .aw-ar-review-summary .column-summary {
    margin-right: 25px;
    float: left;
  }
  .aw-ar-review-summary .column-summary:first-child {
    min-width: 240px;
  }
  .aw-ar-review-summary .column-summary:last-child {
    margin-right: 0;
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
    margin-top: auto;
    margin-right: 10px;
  }
  .aw-ar-review-summary .column-summary:last-child .read-more-wrapper {
    margin-top: auto;
  }
  .aw-ar__review-list .review-sorting {
    padding-left: 290px;
    margin-bottom: 22.5px;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 18px 22.5px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 18px;
    margin: 0 0 9px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 18px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 18px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 27px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 18px 0 18px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 9px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 18px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 0 0 36px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 18px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 20px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 18px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 9px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 18px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 18px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 18px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 18px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 18px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 18px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 18px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 18px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 36px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 9px 0;
  }
  .filter.active .filter-options,
  .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
    padding-top: 45px;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 9px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    display: inline-block;
    border: 0;
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 3;
    margin-left: -20px;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 180px;
    top: 100%;
    border: 1px solid #cccccc;
    padding: 4.5px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    display: inline;
    padding: 0;
    color: #c1c1c1;
    font-size: 13px;
    font-weight: normal;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ":";
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 22.5px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 18px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 9px;
    padding: 4.5px 9px 9px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 22.5px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 9px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 9px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 18px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 50%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 13.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title[aria-expanded=false] > .switch {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 160px;
    text-align: right;
    overflow: hidden;
  }
  .product.info.detailed.vertical .product.data.items > .item.title > .switch {
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border-left-width: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:hover {
    border-left-color: #08c;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 159px);
    right: 0;
    top: 0;
    min-height: 180px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 27px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 9px 9px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 18px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 9px 9px 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 30px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 15px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    padding: 0 15px;
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0.parent > a:after {
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #f0f0ed;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    border-top-width: 5px;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
    text-align: left;
    float: left;
    width: 25%;
    min-width: 250px;
    padding: 0 15px;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu > a {
    color: #fff;
    background-color: #303030;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .page-header .drop-menu > a:hover {
    background-color: #777;
    color: #fff;
  }
  .page-header .drop-menu + .custom-menu-block {
    display: inline-block;
    line-height: 41px;
    width: auto;
    float: left;
  }
  .page-header .drop-menu + .custom-menu-block a {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    white-space: nowrap;
  }
  .page-header.header-newskin.sticky-header .nav-sections {
    background-color: #fff;
  }
  .page-header.header-newskin .nav-sections {
    pointer-events: none;
  }
  .page-header.header-newskin .navigation .level0 {
    margin-right: 3px;
    color: #161616;
    text-align: left;
    pointer-events: all;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    color: inherit;
    padding: 0 12px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
  }
  .page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before {
    visibility: visible;
    opacity: 1;
  }
  .page-header.header-newskin .navigation .level0 .submenu {
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #434d53;
    padding: 0 5px;
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
  .page-header.header-newskin .navigation li.level0.classic .submenu a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\e81b';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    left: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    left: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 7px;
    left: auto;
    right: 0;
  }
  .customer-welcome .header.links:before {
    left: auto;
    right: 10px;
  }
  .customer-welcome .header.links:after {
    left: auto;
    right: 9px;
    border-bottom-color: #ccc;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e81b';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .header.panel > .header.links > li:last-child > a,
  .header.panel > .header.links > li:last-child > span {
    padding-right: 0;
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 4.5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 0 15px;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #FFF;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff5501;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0c9";
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #FFF;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  b .panel.header {
    padding: 10px 20px;
  }
  .aw-ar__review-list.customer .summary {
    min-width: 200px;
  }
  .aw-ar__review-list.customer .product_name {
    width: 100%;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav__inner .right-column {
    margin-left: 251px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .amgroupassign-groupcode {
    max-width: 105px;
    margin: 0 16px 0 0;
  }
  .amgroupassign-li-nav {
    align-items: center;
    flex-direction: row;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 18px;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #DDD;
    color: #FFF;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #DDD;
    border-right-color: #DDD;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #DDD;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    transition: all all 300ms ease-in-outs ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff5501;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #ddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.3333%;
  }
  .ves-megamenu .navigation .nav-item {
    transition: all all 300ms ease-in-outs ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #DDD;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333;
    text-decoration: none;
    transition: all 300ms ease-in-outs ease-in;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    transition: all all 0.5s ease 0ss ease-in;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns4 .product-item {
    padding: 10px;
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.columns5 .product-item {
    padding: 10px 5px;
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px 4px;
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid.columns7 .product-item {
    padding: 10px 3px;
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid .columns8 .product-item {
    padding: 10px 3px;
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  body.layout-fullwidth .navigation,
  body.layout-fullwidth .header.content,
  body.layout-fullwidth .top-container,
  body.layout-fullwidth .page-wrapper > .breadcrumbs .items {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header .header.panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth.catalog-category-view .page-main,
  body.layout-fullwidth.catalog-product-view .page-main,
  body.layout-fullwidth.cms-index-index .page-main,
  body.layout-fullwidth.catalogsearch-result-index .page-main {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
