.page-wrapper {
  padding-top: 77px;
}
@media (max-width: 1680px) {
  .page-wrapper {
    padding-top: 62px;
  }
}
.page-wrapper .page-header .panel.wrapper {
  display: none;
}
.page-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.top-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  background: #0c0c0c;
  background: -moz-linear-gradient(to bottom, #0c0c0c 0%, #303030 100%);
  background: -webkit-linear-gradient(to bottom, #0c0c0c 0%, #303030 100%);
  background: linear-gradient(to bottom, #0c0c0c 0%, #303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0c0c', endColorstr='#303030', GradientType=0);
  font-size: 18px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 62px;
  margin: auto;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
}
@media (max-width: 1680px) {
  .top-header {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .top-header {
    font-size: 13px;
  }
}
.top-header .branding {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.top-header .branding .logo {
  margin: 0;
  max-width: 227px;
  display: block;
}
@media (max-width: 1680px) {
  .top-header .branding .logo {
    max-width: 200px;
  }
}
@media (max-width: 1366px) {
  .top-header .branding .logo {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .top-header .branding .logo {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .top-header .branding .logo {
    max-width: 140px;
    margin-left: 2.5rem;
  }
}
.top-header .branding .branding-text {
  color: var(--white);
  font-size: 29px;
  line-height: 32px;
  font-family: 'Gotham-Black';
  padding: 0 20px;
  border-left: 3px solid var(--white);
  border-right: 3px solid var(--white);
  margin-left: 17px;
  letter-spacing: -0.73px;
}
@media (max-width: 1680px) {
  .top-header .branding .branding-text {
    font-size: 24px;
  }
}
@media (max-width: 1366px) {
  .top-header .branding .branding-text {
    font-size: 20px;
    padding: 0 12px;
  }
}
@media (max-width: 1199px) {
  .top-header .branding .branding-text {
    font-size: 15px;
    padding: 0 5px;
    margin-left: 6px;
  }
}
@media (max-width: 1024px) {
  .top-header .branding .branding-text {
    margin-left: 15px;
    padding: 0 0 0 15px;
    border-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .top-header .branding .branding-text {
    display: none;
  }
}
.top-header .nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  position: absolute;
  left: 11px;
  top: 13px;
  z-index: 14;
}
.top-header .nav-toggle:before {
  color: var(--white);
}
.top-header .nav-toggle span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 1025px) {
  .top-header .nav-toggle {
    display: none;
  }
}
.top-header .custom_header_right_part {
  display: flex;
  position: relative;
  flex: 1;
}
.top-header .menu-content {
  margin-left: 10px;
  padding: 0;
  position: static;
  display: flex;
}
@media (max-width: 1199px) {
  .top-header .menu-content {
    margin-left: 0;
  }
}
.top-header .menu-content .nav-sections {
  margin-bottom: 0;
  background: none;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-header .menu-content .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -80%;
    left: calc(-46%);
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(46%);
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--black);
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .top-header .menu-content .nav-sections {
    width: calc(40%) !important;
  }
}
.top-header .menu-content .navigation {
  background: 0 0;
  width: auto;
  padding-right: 0;
  padding-left: 0;
  z-index: 0;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation {
    position: static;
  }
}
.top-header .menu-content .navigation ul {
  padding: 0;
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul {
    position: static;
  }
}
.top-header .menu-content .navigation ul li {
  margin: 0;
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul li {
    display: block;
    border-top: 0;
    border-bottom: 1px solid var(--light-gray3);
    position: static;
  }
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul li li {
    border-bottom: 0;
  }
}
.top-header .menu-content .navigation ul li a.level-top {
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  padding: 2.3rem 1.5rem 1.7rem;
  margin-bottom: 0;
  margin-right: 0;
  line-height: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 29px 12px 26px;
  letter-spacing: -0.55px;
  border: 0 !important;
}
.top-header .menu-content .navigation ul li a.level-top span {
  margin: 0 !important;
}
@media (max-width: 1680px) {
  .top-header .menu-content .navigation ul li a.level-top {
    padding: 23px 8px 21px;
  }
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul li a.level-top {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
}
.top-header .menu-content .navigation ul li a.level-top:hover {
  background: var(--light-gray) !important;
  color: var(--white) !important;
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul li a.level-top:hover {
    background: transparent !important;
  }
}
.top-header .menu-content .navigation ul li.active .level-top {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: var(--white);
  text-decoration: none;
  background: var(--darkblue);
  display: inline-block;
}
@media (max-width: 1024px) {
  .top-header .menu-content .navigation ul li.active .level-top {
    background: transparent;
  }
}
.top-header .menu-content .header.links {
  padding: 0;
}
@media (max-width: 1024px) {
  .top-header .menu-content .header.links {
    display: block;
    border-bottom: 0 !important;
  }
}
.top-header .menu-content .header.links li {
  margin: 0;
}
@media (max-width: 1024px) {
  .top-header .menu-content .header.links li {
    display: block;
    border-top: 0;
    border-bottom: 1px solid var(--light-gray3);
  }
}
.top-header .menu-content .header.links li a {
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  padding: 2.3rem 1.5rem 1.7rem;
  margin-bottom: 0;
  line-height: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 29px 12px 26px;
  letter-spacing: -0.55px;
  border: 0 !important;
}
.top-header .menu-content .header.links li a span {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .top-header .menu-content .header.links li a {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
}
.top-header .menu-content .header.links li a:hover {
  background: var(--light-gray) !important;
  color: var(--white) !important;
}
@media (max-width: 1024px) {
  .top-header .menu-content .header.links li a:hover {
    background: transparent !important;
  }
}
.top-header .menu-content .header.links li.active a {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  color: var(--white);
  text-decoration: none;
  background: var(--darkblue);
  display: inline-block;
}
@media (max-width: 1024px) {
  .top-header .menu-content .header.links li.active a {
    background: transparent;
  }
}
@media (min-width: 1025px) {
  .top-header .nav-sections-item-content {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .top-header .nav-sections-item-content > .navigation {
    display: block;
  }
}
.top-header .ddblock {
  border: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.top-header .ddblock .switcher {
  margin-left: 0;
}
.top-header .ddblock .switcher-currency {
  color: var(--white);
  width: 120px;
}
@media (max-width: 1680px) {
  .top-header .ddblock .switcher-currency {
    width: 105px;
  }
}
@media (max-width: 1199px) {
  .top-header .ddblock .switcher-currency {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .top-header .ddblock .switcher-currency {
    width: auto;
    margin-right: 10px;
  }
}
.top-header .switcher {
  display: block;
  align-self: center;
}
.top-header .switcher li {
  font-size: 12px;
  text-align: right;
}
.top-header .switcher .switcher-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.top-header .switcher .options {
  display: block;
}
.top-header .switcher .options .action.toggle {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.top-header .switcher .options .action.toggle::after {
  content: "";
  font-size: 25px;
  line-height: 16px;
  color: var(--white);
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  width: 17px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .top-header .switcher .options .action.toggle::after {
    font-size: 18px;
  }
}
.top-header .switcher .options .action.toggle strong {
  display: flex;
  align-items: center;
}
.top-header .switcher .options .action.toggle.active::after {
  content: '\f106';
}
.top-header .switcher .options .action.switcher-trigger span {
  padding: 0 9px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-header .switcher .options .action.switcher-trigger span {
    padding: 0 8px;
  }
}
@media (max-width: 575px) {
  .top-header .switcher .options .action.switcher-trigger span {
    padding: 0 4px;
  }
}
@media (max-width: 575px) {
  .top-header .switcher .options .action.switcher-trigger img {
    display: none;
  }
}
.top-header .switcher .options.active ul.dropdown {
  display: block;
}
.top-header .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: var(--white);
  border: 1px solid var(--light-gray1);
  margin-top: 4px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  min-width: 75px;
  max-width: 75px;
}
.top-header .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.top-header .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
  color: var(--black4);
}
.top-header .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.top-header .switcher .options ul.dropdown a img {
  width: auto;
}
.top-header .switcher .options ul.dropdown::after,
.top-header .switcher .options ul.dropdown::before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.top-header .switcher .options ul.dropdown::before {
  border: 6px solid;
  border-color: transparent transparent var(--white);
  z-index: 99;
  left: 10px;
  top: -12px;
}
.top-header .switcher .options ul.dropdown::after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
  left: 9px;
  top: -14px;
}
.top-header .switcher-option a span {
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .nav-sections-items {
    position: static;
    z-index: 1;
  }
  .nav-sections-items:after,
  .nav-sections-items:before {
    content: '';
    display: table;
  }
}
@media (max-width: 1024px) {
  .nav-sections-items .nav-sections-item-title {
    background: #5c5c5c;
    border: 0;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    width: 50%;
    display: block;
    color: #fff;
  }
  .nav-sections-items .nav-sections-item-title a {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .nav-sections-items .nav-sections-item-title.active {
    background: var(--black);
  }
}
.navbar-right-signin {
  position: relative;
}
.search-signin {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: var(--white);
  border-radius: 0 0 0 38px;
  -webkit-border-radius: 0 0 0 38px;
  -moz-border-radius: 0 0 0 38px;
  margin-bottom: 0;
  height: 77px;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .search-signin {
    height: 62px;
  }
}
@media (max-width: 1199px) {
  .search-signin {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .search-signin {
    padding: 0 8px;
    border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
  }
}
.search-signin li {
  display: inline-flex;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .search-signin li {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .search-signin li {
    margin-right: 0px;
  }
}
.search-signin li a {
  color: var(--black);
  text-transform: uppercase;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.search-signin li .dn-custom {
  display: none;
}
.search-signin li.search-link span:before {
  font-size: 26px;
  background: 0 0;
  content: "\f002";
  color: var(--black);
  font-family: 'FontAwesome';
  margin-right: 7px;
}
@media (max-width: 1680px) {
  .search-signin li.search-link span:before {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .search-signin li.search-link span:before {
    margin-right: 6px;
    font-size: 18px;
  }
}
.search-signin li.toggle {
  cursor: pointer;
  margin-right: 0;
}
.search-signin li.toggle span {
  display: flex;
  align-items: center;
}
.search-signin li.toggle.active .account-menu {
  display: flex;
}
.search-signin li.toggle.active span::after {
  transition: all .3s ease;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-signin li.signin-link span:before {
  font-size: 28px;
  background: 0 0;
  content: "\f007";
  color: var(--black);
  font-family: 'FontAwesome';
  margin-right: 9px;
}
@media (max-width: 1680px) {
  .search-signin li.signin-link span:before {
    font-size: 22px;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .search-signin li.signin-link span:before {
    font-size: 18px;
    margin-right: 4px;
  }
}
.search-signin li.signin-link span::after {
  font-size: 24px;
  line-height: 16px;
  color: var(--black);
  content: '\f107';
  font-family: 'FontAwesome';
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  width: 17px;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .search-signin li.signin-link span:after {
    font-size: 20px;
    width: 13px;
  }
}
.search-signin li.signin-link .account-menu .dn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: var(--white);
  color: #2c0455;
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
  border-radius: 0;
  margin-left: 5px;
}
.account-menu {
  display: none;
  flex-direction: column;
  padding: 14px 14px 11px;
  position: absolute;
  top: 77px;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -o-filter: none;
  -ms-filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 1680px) {
  .account-menu {
    top: 62px;
  }
}
@media (max-width: 767px) {
  .account-menu {
    padding: 10px;
  }
}
.account-menu li {
  display: inline-flex;
  margin-right: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.account-menu li:last-child {
  border-bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.account-menu li a {
  font-size: 12px;
  line-height: 22px;
  color: var(--white);
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.account-menu li a:hover {
  color: #cecece;
}
.search-signin .account-menu {
  background: var(--darkblue);
  border-radius: 0;
  min-width: 140px;
}
.-amsearch-overlay-opened .page-header {
  z-index: 1111;
}
.searchbox .amsearch-wrapper-block {
  position: absolute;
  min-width: 0;
  width: 0;
  height: 10rem;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .searchbox .amsearch-wrapper-block {
    position: fixed;
    right: 0;
    top: 60px;
    bottom: auto;
    max-width: 100%;
    height: 6rem;
    margin: 0;
    padding: 0;
  }
}
.searchbox .amsearch-wrapper-block.searchbox-open {
  width: 89%;
  overflow: visible;
}
@media (max-width: 767px) {
  .searchbox .amsearch-wrapper-block.searchbox-open {
    width: 100%;
  }
}
.searchbox .amsearch-wrapper-block .amsearch-result-section {
  border: 1px solid #efefef;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 4px rgba(75, 76, 83, 0.15);
}
@media (max-width: 991px) {
  .searchbox .amsearch-wrapper-block .amsearch-result-section {
    flex-wrap: wrap;
  }
}
.searchbox .amsearch-input-wrapper .amsearch-input {
  border: 0;
  background: var(--white);
  outline: 0;
  width: 100%;
  height: 77px;
  padding: 0 100px 0 20px;
  font-size: 20px;
  color: var(--black);
  bottom: 0;
  opacity: 1;
}
@media (max-width: 1680px) {
  .searchbox .amsearch-input-wrapper .amsearch-input {
    height: 62px;
  }
}
@media (max-width: 767px) {
  .searchbox .amsearch-input-wrapper .amsearch-input {
    height: 60px;
    padding: 0 10px;
  }
}
.searchbox .amsearch-input-wrapper .amsearch-button.-loupe {
  opacity: 0;
}
.searchbox .amsearch-form-block.-opened {
  width: 100% !important;
}
.searchbox .amsearch-items-section {
  border-right: 1px solid #e8e9ef;
  padding: 15px 0;
}
@media (min-width: 991px) {
  .searchbox .amsearch-items-section {
    max-width: 195px !important;
  }
}
@media (min-width: 1280px) {
  .searchbox .amsearch-items-section {
    max-width: 250px !important;
  }
}
@media (max-width: 991px) {
  .searchbox .amsearch-items-section {
    max-width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .searchbox .amsearch-items-section .amsearch-item-container {
    padding: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .searchbox .amsearch-items-section div:last-child .amsearch-item-container {
    padding: 0;
  }
}
.searchbox .amsearch-block-header {
  padding: 0 15px 8px;
}
.searchbox .amsearch-block-header .amsearch-title {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--black);
}
@media (min-width: 1280px) {
  .searchbox .amsearch-block-header .amsearch-title {
    font-size: 15px;
  }
}
.searchbox .amsearch-block-header .amsearch-title span {
  color: var(--red1);
}
.searchbox .amsearch-item-container .amsearch-item .amsearch-link {
  padding: 5px 15px;
  font-size: 12px;
  color: var(--black4);
}
.searchbox .amsearch-item-container .amsearch-item .amsearch-link .amsearch-highlight {
  color: inherit;
  font-weight: inherit;
}
.searchbox .amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: #f4f5fa;
}
.searchbox .amsearch-item-container.-recent_searches .amsearch-block-header {
  padding: 0 15px 10px;
}
.searchbox .amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 15px;
}
.searchbox .amsearch-item-container.-recent_searches .amsearch-item {
  background: transparent;
  border-radius: 0;
}
.searchbox .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  font-size: 12px;
  border: 1px solid #f4f5fa;
  color: var(--black4);
}
.searchbox .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
  border-color: var(--darkblue);
  background: var(--darkblue);
  color: var(--white);
}
.searchbox .amsearch-message-block {
  margin: 0;
  padding: 15px;
  background: var(--white);
}
.searchbox .amsearch-products-section {
  border: 0;
  padding: 15px 0 0;
}
.searchbox .amsearch-products-section .amsearch-block-header .amsearch-link {
  color: var(--darkblue);
}
.searchbox .amsearch-products-section .amsearch-block-header .amsearch-link:hover {
  text-decoration: underline;
}
.searchbox .amsearch-products-section .amsearch-product-list {
  margin: 0 -8px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list {
    padding: 0 15px;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item {
  flex: 0 0 25%;
  max-width: 25% !important;
  width: auto !important;
}
@media (max-width: 1280px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item {
    flex: 0 0 33.33%;
    max-width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item {
    flex-wrap: nowrap;
    flex: 0 0 100%;
    max-width: 100% !important;
    margin: 0 0 25px;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item:hover {
  background: transparent;
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item .amsearch-image {
    width: 20%;
    padding: 0;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-image-photo {
  border: 1px solid var(--light-gray5);
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details {
    width: 80%;
    padding-left: 13px;
    min-height: 1px;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link {
  font-size: 12px;
  line-height: 16px;
  color: var(--black);
  font-family: 'Gotham-Medium';
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  height: 48px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link {
    height: auto;
    font-size: 13px;
    -webkit-line-clamp: inherit;
    margin: 0 0 5px;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link .amsearch-highlight {
  color: var(--white);
  background: var(--red);
  font-weight: inherit;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .product-item-link:hover {
  color: var(--darkblue);
  text-decoration: none;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner {
  flex-wrap: nowrap;
  align-items: center;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box {
  padding-bottom: 0;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price-container {
  padding: 0;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price-container .price-label {
  display: none;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price-container .price-wrapper {
  padding: 0;
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price-container .price-wrapper .price {
  padding: 0;
  color: var(--darkblue);
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .price-box .price-container .price-wrapper .price {
    font-size: 13px;
  }
}
.searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .stock {
  color: var(--red);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  font-family: 'Gotham-Medium';
  margin-top: 15px;
}
@media (max-width: 767px) {
  .searchbox .amsearch-products-section .amsearch-product-list .product-item .product-item-details .amsearch-wrapper-inner .stock {
    font-size: 13px;
    margin-top: 10px;
  }
}
.wishlist-cart-content {
  padding: 0 19px;
  position: relative;
  z-index: 1;
  background: var(--darkblue);
  background: -moz-linear-gradient(top, #2c0455 0%, #4a2173 100%);
  background: -webkit-linear-gradient(top, #2c0455 0%, #4a2173 100%);
  background: linear-gradient(to bottom, #2c0455 0%, #4a2173 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c0455', endColorstr='#4a2173', GradientType=0);
  margin-bottom: 0;
  height: 77px;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .wishlist-cart-content {
    height: 62px;
  }
}
@media (max-width: 767px) {
  .wishlist-cart-content {
    padding: 0 8px 0 5px;
  }
}
.wishlist-cart-content .miniquote-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
}
.wishlist-cart-content .miniquote-wrapper .action.showquote {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote {
    width: 38px;
  }
}
.wishlist-cart-content .miniquote-wrapper .action.showquote img {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 38px;
}
@media (max-width: 1680px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote img {
    max-width: 25px;
    margin: 0 auto;
  }
}
.wishlist-cart-content .miniquote-wrapper .action.showquote .counter {
  display: inline-block !important;
  background: transparent;
  margin: 0;
  padding: 0;
  min-width: 72px;
}
@media (max-width: 1024px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote .counter {
    min-width: 1px;
  }
}
.wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-number {
  display: none;
}
.wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-label {
  position: static;
  clip: auto;
  margin: 0 0 0 10px;
  overflow: visible;
  width: auto;
  height: auto;
  display: inline-flex;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-label {
    position: absolute;
    right: -9px;
    background: var(--white);
    color: var(--darkblue);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: -8px;
  }
}
@media (max-width: 767px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-label {
    width: 20px;
    height: 20px;
    font-size: 11px;
    right: 0;
  }
}
.wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-label span {
  margin-left: 6px;
}
@media (max-width: 1024px) {
  .wishlist-cart-content .miniquote-wrapper .action.showquote .counter .counter-label span {
    display: none;
  }
}
.wishlist-cart-content .miniquote-wrapper .action.close {
  top: 10px;
}
.wishlist-cart-content .miniquote-wrapper .action.close:before {
  font-size: 32px;
  font-family: 'icons-blank-theme';
}
.wishlist-cart-content .miniquote-wrapper .block-miniquote {
  padding: 20px 15px 15px;
  top: 10px;
}
.wishlist-cart-content .miniquote-wrapper .block-miniquote:before {
  top: -11px;
}
.wishlist-cart-content .miniquote-wrapper .block-miniquote:after {
  top: -13px;
}
@media (max-width: 767px) {
  .wishlist-cart-content .miniquote-wrapper .block-miniquote:before {
    right: 12px;
  }
  .wishlist-cart-content .miniquote-wrapper .block-miniquote:after {
    right: 11px;
  }
}
@media (max-width: 575px) {
  .wishlist-cart-content .miniquote-wrapper .block-miniquote {
    position: fixed;
    top: 58px;
    bottom: 0;
  }
}
.wishlist-cart-content .subtitle.empty {
  font-weight: 400;
}
.wishlist-cart-content .block-miniquote .items-total {
  margin-left: 0;
  color: var(--gray1);
  float: none;
}
.wishlist-cart-content .block-miniquote .items-total .count {
  color: var(--black);
}
.wishlist-cart-content .block-miniquote .subtotal {
  margin: 0 0 10px;
  color: var(--gray1);
  display: flex;
  align-items: center;
}
.wishlist-cart-content .block-miniquote .subtotal .label {
  padding: 0 !important;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
}
.wishlist-cart-content .block-miniquote .subtotal .price-wrapper .price {
  font-size: 15px;
  font-family: 'Gotham-Book';
  color: var(--darkblue);
  margin-left: 5px;
}
.wishlist-cart-content .block-miniquote .actions {
  margin-top: 0;
}
.wishlist-cart-content .block-miniquote .actions .primary {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .wishlist-cart-content .block-miniquote .actions .primary {
    margin: 0 0 8px;
  }
}
.wishlist-cart-content .block-miniquote .actions .primary .action {
  border-radius: 0;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .wishlist-cart-content .block-miniquote .actions .primary .action {
    font-size: 14px !important;
    padding: 6px 10px !important;
  }
}
.wishlist-cart-content .block-content > .actions {
  text-align: center;
}
.action.secondary {
  display: inline-block;
  margin-top: 15px;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background: #5c5c5c;
  transition: ease all .3s;
  color: var(--white);
  border: 0;
  font-weight: 400;
  font-family: 'Gotham-Book';
}
.action.secondary:hover,
.action.secondary:focus {
  background: var(--black3);
}
.miniquote-items-wrapper {
  max-height: 35vh;
  margin: 0 -15px;
  border: 1px solid var(--light-gray2);
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
@media (max-width: 575px) {
  .miniquote-items-wrapper {
    max-height: calc(-150vh);
  }
}
.miniquote-items-wrapper .minicart-items .product-item {
  padding: 15px 0 !important;
}
.miniquote-items-wrapper .minicart-items .product-item:first-child {
  padding-top: 0 !important;
}
.miniquote-items-wrapper .minicart-items .product-item:last-child {
  padding-bottom: 0 !important;
}
.miniquote-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid var(--light-gray2);
}
@media (max-width: 767px) {
  .miniquote-items-wrapper .minicart-items .product-item {
    padding: 10px 0 !important;
  }
}
.miniquote-items-wrapper .minicart-items .product-image-container .product-image-wrapper {
  border: 1px solid var(--light-gray2);
  background: #f8f8f8;
}
.miniquote-items-wrapper .minicart-items .product-item-name {
  margin: 0 0 5px;
}
.miniquote-items-wrapper .minicart-items .product-item-name a {
  min-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black4);
}
.miniquote-items-wrapper .minicart-items .product-item-name a:hover {
  text-decoration: none;
  color: var(--darkblue);
}
.miniquote-items-wrapper .minicart-items .product-item-details .price {
  color: var(--darkblue);
  font-family: 'Gotham-Medium';
  font-weight: 500;
}
.miniquote-items-wrapper .minicart-items .product-item-pricing .label {
  padding-left: 0;
  font-weight: 500;
  color: #606060;
  font-family: 'Gotham-Medium';
  font-size: 12px;
}
.miniquote-items-wrapper .product .actions {
  margin: -33px 0 0;
}
.miniquote-items-wrapper .product .actions .primary,
.miniquote-items-wrapper .product .actions .secondary {
  display: inline-block;
  width: 28px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .miniquote-items-wrapper .product .actions .primary,
  .miniquote-items-wrapper .product .actions .secondary {
    width: 25px;
  }
}
.miniquote-items-wrapper .product .actions .primary a,
.miniquote-items-wrapper .product .actions .secondary a {
  width: 100%;
}
.miniquote-items-wrapper .product .actions .primary a.edit,
.miniquote-items-wrapper .product .actions .secondary a.edit {
  padding: 0 !important;
}
.miniquote-items-wrapper .product .actions .primary a:before,
.miniquote-items-wrapper .product .actions .secondary a:before {
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .miniquote-items-wrapper .product .actions .primary a:before,
  .miniquote-items-wrapper .product .actions .secondary a:before {
    font-size: 25px;
    line-height: 25px;
  }
}
.miniquote-items-wrapper .product .actions .primary a.edit:hover:before,
.miniquote-items-wrapper .product .actions .secondary a.edit:hover:before {
  color: var(--blue);
}
.miniquote-items-wrapper .product .actions .primary a.delete:hover:before,
.miniquote-items-wrapper .product .actions .secondary a.delete:hover:before {
  color: var(--red1);
}
.free-shipping-note {
  display: flex;
  flex-wrap: wrap;
  color: var(--white);
  font-size: 1.7rem;
  font-family: 'Gotham-Bold';
}
@media (max-width: 1680px) {
  .free-shipping-note {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .free-shipping-note {
    font-size: 15px;
    font-family: 'Gotham-Book';
  }
}
.free-shipping-note .fs-left,
.free-shipping-note .fs-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 9px 25px;
}
@media (max-width: 767px) {
  .free-shipping-note .fs-left,
  .free-shipping-note .fs-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 4px 15px;
  }
}
.free-shipping-note .fs-left p,
.free-shipping-note .fs-right p {
  margin: 0;
  letter-spacing: -0.55px;
}
.free-shipping-note .fs-left {
  background: var(--darkblue);
  color: var(--white);
  text-align: center;
}
@media (max-width: 767px) {
  .free-shipping-note .fs-left {
    text-align: left;
    justify-content: start;
  }
}
.free-shipping-note .fs-left .branding-text {
  display: none;
  color: var(--white);
  font-size: 16px;
  line-height: 32px;
  font-family: 'Gotham-Black';
  letter-spacing: -0.73px;
}
@media (max-width: 767px) {
  .free-shipping-note .fs-left .branding-text {
    display: block;
  }
}
@media (max-width: 767px) {
  .free-shipping-note .fs-left p {
    display: none;
  }
}
.free-shipping-note .fs-right {
  background: var(--white);
  color: var(--red1);
}
@media (max-width: 1024px) {
  header .dropdown > a {
    border-bottom: 1px solid var(--light-gray3);
  }
}
header .dropdown:hover > a {
  background: var(--light-gray) !important;
  color: var(--white) !important;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
header .dropdown .dropdown-toggle:after {
  content: '\e622' !important;
  font-family: 'icons-blank-theme';
  border: 0;
  display: inline-block !important;
  font-weight: 700;
  overflow: hidden;
  width: 35px !important;
  height: auto !important;
  font-size: 34px;
  line-height: 16px;
  left: -7px !important;
  right: 0;
  bottom: 4px;
  top: auto !important;
  margin: 0 auto;
  position: absolute !important;
}
@media (max-width: 1024px) {
  header .dropdown .dropdown-toggle:after {
    display: none !important;
  }
}
header .dropdown .toggle-menu {
  display: none;
}
header .dropdown .dropdown-menu {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  border: 0;
  box-shadow: none;
  border-radius: 0;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 530px;
}
@media (max-width: 1440px) {
  header .dropdown .dropdown-menu {
    max-height: 505px;
  }
}
@media (max-width: 1199px) {
  header .dropdown .dropdown-menu {
    max-height: 450px;
  }
}
@media (max-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: block;
    position: static;
  }
}
header .mega-dropdown {
  padding: 20px 25px 20px;
  display: flex;
  background-image: url(../images/character.png);
  background-repeat: no-repeat;
  background-position: left 3.2rem bottom 0;
  min-height: 375px;
  padding-left: 21%;
}
@media (max-width: 1440px) {
  header .mega-dropdown {
    padding-left: 20%;
  }
}
@media (max-width: 1349px) and (min-width: 1025px) {
  header .mega-dropdown {
    background-image: none;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  header .mega-dropdown {
    flex-direction: column;
    background-image: none;
    padding: 0;
    justify-content: flex-start;
    overflow: hidden;
    min-height: unset;
  }
}
@media (min-width: 1760px) {
  header .dropmenu-block {
    padding-right: 4%;
  }
}
@media (min-width: 1526px) and (max-width: 1718px) {
  header .dropmenu-block {
    padding-right: 4.5rem;
  }
}
@media (max-width: 1525px) and (min-width: 1460px) {
  header .dropmenu-block {
    padding-right: 3.5rem;
  }
}
@media (max-width: 1399px) and (min-width: 1350px) {
  header .dropmenu-block {
    padding-right: 3.5rem;
  }
}
@media (max-width: 1349px) and (min-width: 1025px) {
  header .dropmenu-block {
    padding: 0 1.5%;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block:last-child .title {
    border-bottom: 0;
  }
}
header .dropmenu-block.submenu-open .submenu-category {
  left: 0;
}
header .dropmenu-block .title {
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  header .dropmenu-block .title {
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .title {
    margin: 0;
    padding: 0;
    border-color: var(--light-gray3);
  }
}
header .dropmenu-block .title a {
  color: #fff !important;
  font-family: 'Gotham-Medium';
  font-size: 1.5rem !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  border: 0;
  text-decoration: none;
}
@media (max-width: 1440px) {
  header .dropmenu-block .title a {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .title a {
    padding: 10px 15px !important;
    position: relative;
    font-family: 'Gotham-Book';
    font-weight: 400;
    font-size: 15px !important;
    line-height: normal;
    display: block;
  }
}
header .dropmenu-block .title a:after {
  color: #cfcfcf;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  header .dropmenu-block .title a:after {
    content: '\e621';
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 38px;
    line-height: inherit;
    color: inherit;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    z-index: 9999;
    padding: 25px;
    left: 100%;
    height: 100%;
    overflow-y: auto;
    transition: left .25s linear;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category .back-title {
    margin-bottom: 15px;
  }
}
header .dropmenu-block .submenu-category .back-title h4 {
  display: none;
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category .back-title h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category .back-title h4:before {
    content: '\e621';
    position: absolute;
    top: 0;
    left: -18px;
    font-size: 38px;
    line-height: inherit;
    color: inherit;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-90deg);
  }
}
header .dropmenu-block .submenu-category ul {
  display: block;
}
header .dropmenu-block .submenu-category ul li {
  font-weight: 400;
  padding-bottom: 5px;
  margin: 0;
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--light-gray3) !important;
  }
}
header .dropmenu-block .submenu-category ul li a {
  color: #fff;
  font-family: 'Gotham-Book';
  font-size: 1.3rem;
  padding: 0;
  border: 0;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 1366px) {
  header .dropmenu-block .submenu-category ul li a {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  header .dropmenu-block .submenu-category ul li a {
    font-size: 15px !important;
    line-height: normal;
    font-family: 'Gotham-Book';
    font-weight: 400;
  }
}
header .dropmenu-block .submenu-category ul li a:hover {
  color: #8832de;
}
@media (max-width: 1024px) {
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .top-header .menu-content .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-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 5px 15px 20px;
  }
  .nav-sections-item-content:after,
  .nav-sections-item-content:before {
    content: '';
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .nav-open .top-header {
    left: calc(46%);
  }
}
.page-footer {
  background: linear-gradient(to bottom, #040404 0%, #252625 100%);
}
.page-footer .footer-top {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .page-footer .footer-top {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top {
    padding: 30px 0;
  }
}
.page-footer .footer-top .footer-right {
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .page-footer .footer-top .footer-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.page-footer .footer-top .footer-right .custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .page-footer .footer-top .footer-right .custom-row {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-right .custom-row {
    margin: 0 0 -15px;
  }
}
.page-footer .footer-top .footer-right .custom-row .footer-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .page-footer .footer-top .footer-right .custom-row .footer-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-right .custom-row .footer-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-right .custom-row .footer-col {
    border-bottom: 1px solid var(--gray1);
  }
}
.page-footer .footer-top .footer-right .custom-row .footer-col a {
  font-size: 12px;
  color: var(--gray);
  transition: all 0.5s;
  text-decoration: none;
}
.page-footer .footer-top .footer-right .custom-row .footer-col a:hover {
  color: var(--darkblue1);
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-right .custom-row .footer-col.open .footer-link-title {
    cursor: pointer;
  }
}
.page-footer .footer-top .footer-right .custom-row .footer-col.open .footer-link-title::after {
  display: none;
}
.page-footer .footer-top .footer-right .custom-row .footer-col.open .footer-link-title::before {
  display: block;
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-right .footer-link {
    display: none;
  }
}
.page-footer .footer-top .footer-right .footer-link li {
  margin-bottom: 8px;
}
.page-footer .footer-top .footer-right .footer-link.social-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-footer .footer-top .footer-right .footer-link.social-link .fa {
  font-size: 22px;
  color: var(--white);
  transition: all 0.5s;
}
.page-footer .footer-top .footer-right .footer-link.social-link li {
  margin-right: 15px;
}
.page-footer .footer-top .footer-right .footer-link.social-link li:nth-child(1) a:hover .fa {
  color: var(--blue);
}
.page-footer .footer-top .footer-right .footer-link.social-link li:nth-child(2) a:hover .fa {
  color: var(--blue1);
}
.page-footer .footer-top .footer-right .footer-link.social-link li:nth-child(3) a:hover .fa {
  color: var(--yellow);
}
.page-footer .footer-top .footer-right .footer-link.social-link li:nth-child(4) a:hover .fa {
  color: var(--red);
}
.page-footer .footer-top .footer-right .footer-link.social-link li:nth-child(5) a:hover .fa {
  color: var(--green);
}
.page-footer .footer-top .footer-right h4 sup {
  font-size: 11px;
}
.page-footer .footer-top .footer-right .payment-logo-block .payment-method {
  display: flex;
  align-items: center;
  margin: 30px -15px;
}
@media (max-width: 1200px) {
  .page-footer .footer-top .footer-right .payment-logo-block .payment-method {
    margin-bottom: -15px;
  }
}
@media (max-width: 576px) {
  .page-footer .footer-top .footer-right .payment-logo-block .payment-method {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-footer .footer-top .footer-right .payment-logo-block .payment-method li {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .page-footer .footer-top .footer-right .payment-logo-block .payment-method li {
    margin-bottom: 15px;
  }
}
.page-footer .footer-top .footer-logo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-footer .footer-top .footer-logo img {
    max-width: 200px;
  }
}
.page-footer .footer-top p {
  font-size: 13px;
  margin-bottom: 20px;
  color: var(--gray);
}
.page-footer .footer-top .footer-left {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .page-footer .footer-top .footer-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.page-footer .footer-bottom {
  padding: 15px;
  text-align: center;
  border-top: 1px solid var(--black2);
}
.page-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .page-footer .footer-bottom p {
    font-size: 12px;
  }
}
.page-footer .footer-link-title {
  position: relative;
  color: var(--white);
  font-size: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-footer .footer-link-title::after {
    position: absolute;
    content: "\f067";
    color: var(--white);
    font-family: 'FontAwesome';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: cover;
    height: 20px;
    width: 20px;
    font-size: 20px;
  }
}
.page-footer .footer-link-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "\f068";
  font-size: 20px;
  color: var(--white);
  font-family: 'FontAwesome';
  background-size: cover;
  display: none;
  height: 20px;
  width: 20px;
}
.page-footer .footer-link-title.open::after {
  display: none;
}
.page-footer .footer-link-title.open::before {
  display: block;
}
.about-comicave a {
  text-decoration: none;
  border-bottom: 1px solid var(--light-gray7);
  transition: all 0.5s;
  line-height: 1;
}
.about-comicave a:hover {
  border-bottom: transparent;
}
.content-top .banner_images li {
  display: block !important;
}
.content-top .banner_images li a {
  display: block;
}
.content-top .banner_images .slick-dots {
  bottom: 10px;
}
.content-top .banner_images .slick-dots li {
  display: inline-block !important;
}
.content-top .banner_images .slick-dots li button {
  background: #ccc;
}
.content-top .banner_images .slick-dots li.slick-active button {
  background: var(--darkblue);
}
.manager-info-wrapper {
  background: var(--darkblue);
  color: var(--white);
  font-size: 19px;
  padding: 12px 0;
  letter-spacing: -0.4px;
}
@media (max-width: 1199px) {
  .manager-info-wrapper {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .manager-info-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .manager-info-wrapper span {
    display: block;
    margin: 0 0 5px;
  }
}
.manager-info-wrapper span:last-child {
  margin: 0;
}
.manager-info-wrapper span span {
  display: inline-block;
  font-family: 'Gotham-Bold';
}
.manager-info-wrapper .wrapper {
  margin: 0 30px;
}
@media (max-width: 1199px) {
  .manager-info-wrapper .wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .manager-info-wrapper .wrapper {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .manager-info-wrapper .wrapper {
    display: none;
  }
}
.cms-index-index .page-main {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .cms-index-index .page-main {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .cms-index-index .page-main {
    padding-top: 0px;
  }
}
.newarrival-section,
.preorder-section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .newarrival-section,
  .preorder-section {
    padding: 30px 0 15px;
  }
}
.newarrival-section .product-list,
.preorder-section .product-list {
  margin-bottom: 0;
}
.newarrival-section .product-list .product-img .product-image-container,
.preorder-section .product-list .product-img .product-image-container {
  width: 100% !important;
}
.newarrival-section .product-list .product-img .product-image-container .product-image-photo,
.preorder-section .product-list .product-img .product-image-container .product-image-photo {
  height: 100%;
}
.newarrival-section .slick-slider .slick-arrow,
.preorder-section .slick-slider .slick-arrow {
  top: 35%;
}
.newarrival-section .slick-slider .slick-arrow.slick-next,
.preorder-section .slick-slider .slick-arrow.slick-next {
  right: 8px;
}
.newarrival-section .slick-dots,
.preorder-section .slick-dots {
  display: none !important;
}
.newarrival-section .products-grid .product-item,
.preorder-section .products-grid .product-item {
  margin-bottom: 0;
}
.product-list {
  margin: 0 -8px;
}
.license-list {
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.license-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  width: 100%;
}
.license-list li a {
  border-right: 1px solid var(--black);
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.license-list .slick-active:last-child li a {
  border-right: transparent !important;
}
.manufacturer-list {
  list-style: none;
  margin: 0 -10px;
}
.manufacturer-list .slick-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.manufacturer-list .slick-list li a {
  background: linear-gradient(180deg, #757373 0%, #1b1b1a 100%);
  mix-blend-mode: normal;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacturer-list .slick-dots {
  display: none !important;
}
.manufacturer-list .slick-slider .slick-arrow.slick-next {
  right: 8px;
}
.license-section {
  padding: 30px 0;
}
.license-section .license-list {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .license-section {
    padding: 30px 0 15px;
  }
}
.license-section .slick-dots {
  display: none !important;
}
.license-section .manufacturer-list {
  margin-bottom: 0 !important;
}
.license-section .slick-slider .slick-arrow {
  height: 30px;
  width: 20px;
}
.license-section .slick-slider .slick-arrow:after {
  height: 14px;
}
.license-section .slick-slider .slick-arrow.slick-next {
  right: 0px;
}
.license-section .slick-slider .slick-arrow.slick-prev {
  left: 0px;
}
.arriving-soon-section,
.comingsoon-section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .arriving-soon-section,
  .comingsoon-section {
    padding: 30px 0 15px;
  }
}
.arriving-soon-section .comingsoon-list,
.comingsoon-section .comingsoon-list,
.arriving-soon-section .arriving-list,
.comingsoon-section .arriving-list {
  padding: 0 !important;
  margin: 0 -15px;
}
.arriving-soon-section .comingsoon-list li,
.comingsoon-section .comingsoon-list li,
.arriving-soon-section .arriving-list li,
.comingsoon-section .arriving-list li {
  padding: 0 15px;
}
.arriving-soon-section .comingsoon-list li img,
.comingsoon-section .comingsoon-list li img,
.arriving-soon-section .arriving-list li img,
.comingsoon-section .arriving-list li img {
  transition: all 0.5s;
}
.arriving-soon-section .comingsoon-list li a,
.comingsoon-section .comingsoon-list li a,
.arriving-soon-section .arriving-list li a,
.comingsoon-section .arriving-list li a {
  overflow: hidden;
  width: 100%;
}
.arriving-soon-section .comingsoon-list li a:hover img,
.comingsoon-section .comingsoon-list li a:hover img,
.arriving-soon-section .arriving-list li a:hover img,
.comingsoon-section .arriving-list li a:hover img {
  transform: scale(1.03);
}
.arriving-soon-section .slick-dots,
.comingsoon-section .slick-dots {
  display: none !important;
}
.arriving-soon-section .slick-slider .slick-arrow.slick-next,
.comingsoon-section .slick-slider .slick-arrow.slick-next {
  right: 15px;
}
.arriving-soon-section .slick-slider .slick-arrow.slick-prev,
.comingsoon-section .slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
.trending-section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .trending-section {
    padding: 30px 0 15px;
  }
}
.trending-section .trending-list {
  margin: 0 -15px;
  padding: 0 !important;
}
.trending-section .trending-list li {
  padding: 0 15px;
}
.trending-section .trending-list li img {
  transition: all 0.5s;
}
.trending-section .trending-list li a {
  overflow: hidden;
  width: 100%;
}
.trending-section .trending-list li a:hover img {
  transform: scale(1.03);
}
.trending-section .slick-slider .slick-arrow {
  display: none !important;
}
.manufacturer-section {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .manufacturer-section {
    padding: 30px 0 15px;
  }
}
.manufacturer-section .manufacturer-list {
  margin-bottom: 0 !important;
}
.manufacturer-section .slick-slider .slick-arrow {
  height: 30px;
  width: 20px;
}
.manufacturer-section .slick-slider .slick-arrow:after {
  height: 14px;
}
.page-products .custom-heading:first-child {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page-products .custom-heading:first-child {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .page-products .custom-heading:first-child {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .category-view .category-image {
    margin: 0 0 15px;
  }
}
.category-view .category-description div {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  .category-view .category-description div {
    font-size: 14px;
  }
}
.banner_images .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.catalog-product-view .custom-heading {
  padding-left: 25px;
  position: relative;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .catalog-product-view .custom-heading {
    margin: 0 0 20px;
  }
}
.catalog-product-view .custom-heading:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--darkblue);
  left: 0;
  top: 9px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .catalog-product-view .custom-heading:after {
    top: 8px;
  }
}
.catalog-product-view .custom-heading.open-content::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.catalog-product-view .product-list .slick-list {
  padding: 0;
}
.catalog-product-view .product-list .slick-dots {
  display: none !important;
}
@media (max-width: 767px) {
  .catalog-product-view .product-list .slick-dots {
    display: block !important;
  }
}
.catalog-product-view .page-main {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .catalog-product-view .page-main {
    padding-top: 0;
  }
}
.catalog-product-view .column.main {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .catalog-product-view .column.main {
    flex-direction: row;
  }
}
.catalog-product-view .column.main .product-info-main {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
  max-width: 525px;
  margin: 0 auto;
  float: none;
  width: 100%;
}
@media (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title {
  margin: 0;
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper h1 {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .page-title-wrapper h1 {
    font-size: 20px;
  }
}
.catalog-product-view .column.main .product-info-main .page-title-wrapper h1 .base {
  color: var(--black);
  font-family: 'Gotham-Medium';
  margin-bottom: 15px;
}
.catalog-product-view .column.main .product-info-main .manufacturer_label {
  text-decoration: none;
  color: var(--gray3);
  font-size: 23px;
  line-height: 1.3;
  font-family: 'Gotham-Medium';
  opacity: 1;
}
@media (max-width: 991px) {
  .catalog-product-view .column.main .product-info-main .manufacturer_label {
    font-size: 16px;
  }
}
.catalog-product-view .column.main .product-info-main a:hover {
  color: var(--darkblue);
}
.catalog-product-view .column.main .product.media {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  float: none;
  order: -1;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .catalog-product-view .column.main .product.media {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.catalog-product-view .column .product-info-specs {
  float: none;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.catalog-product-view .column .product-info-specs .block-content {
  max-width: 1015px;
}
.catalog-product-view .column .product-info-specs .value p {
  font-size: 14px;
  color: var(--light-gray4);
}
.catalog-product-view .f-thumbs {
  margin-top: 20px;
}
.catalog-product-view .gallery-wrapper .f-carousel {
  margin: 0;
}
.catalog-product-view .gallery-wrapper .f-carousel .slick-track .slick-slide {
  background-color: var(--light-gray2);
  padding: 0;
}
.catalog-product-view .gallery-wrapper .f-carousel img {
  max-height: 620px;
  object-fit: contain;
}
.catalog-product-view .gallery-wrapper .f-carousel .f-carousel__slide {
  background-color: var(--light-gray2);
}
.catalog-product-view .gallery-wrapper .f-thumbs {
  background-color: var(--light-gray2);
}
.catalog-product-view .gallery-wrapper .f-thumbs .slick-track .slick-slide {
  padding: 0;
  background-color: var(--light-gray2);
}
.catalog-product-view .gallery-wrapper .f-thumbs .f-thumbs__slide {
  background-color: var(--light-gray2);
}
.catalog-product-view .gallery-wrapper .f-carousel__nav {
  opacity: 1 !important;
}
.catalog-product-view .gallery-wrapper .f-carousel__nav .f-button {
  height: 55px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}
.catalog-product-view .gallery-wrapper .f-carousel__nav .f-button:hover {
  background-color: var(--darkblue) !important;
  border: transparent !important;
  border: 0;
}
.catalog-product-view .gallery-wrapper .f-carousel__nav .f-button:focus {
  outline: none;
  border: 0;
}
.catalog-product-view .gallery-wrapper .f-carousel__nav .is-next {
  right: 0;
}
.catalog-product-view .gallery-wrapper .f-carousel__nav .is-prev {
  left: 0;
}
.catalog-product-view .product-info-price {
  font-size: 30px;
  font-family: "Gotham-Black";
  letter-spacing: -0.15px;
  color: var(--darkblue3);
  line-height: 1;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-price {
    font-size: 24px;
  }
}
.catalog-product-view .product-info-price .price-box {
  font-size: 30px;
  font-family: "Gotham-Black";
  letter-spacing: -0.15px;
  color: var(--darkblue3);
  margin: 0;
}
.catalog-product-view .product-info-price .price-box .weee {
  font-size: 30px;
  font-family: "Gotham-Bold";
  letter-spacing: -0.15px;
  color: var(--darkblue3);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-price .price-box .weee {
    font-size: 24px;
  }
}
.catalog-product-view .product-info-price .price-box .weee .price {
  font-size: 30px;
  font-family: "Gotham-Bold";
  letter-spacing: -0.15px;
  color: var(--darkblue3);
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-price .price-box .weee .price {
    font-size: 24px;
  }
}
.catalog-product-view .box-tocart {
  margin: 0;
}
.catalog-product-view .box-tocart .action {
  min-width: 350px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .catalog-product-view .box-tocart .action {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}
.catalog-product-view .box-tocart.update .qty {
  margin-bottom: 0;
}
.catalog-product-view .box-tocart.update .qty .label {
  margin-bottom: 2px;
}
.catalog-product-view .box-tocart.update .fieldset {
  display: flex;
  align-items: flex-end;
}
.catalog-product-view .box-tocart.update .actions button {
  margin: 0;
  padding: 14px 17px !important;
}
.catalog-product-view .gallery-info {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: var(--darkblue2);
  background-color: var(--gray2);
  padding: 25px;
  font-family: 'Gotham-Medium';
  font-size: 16px;
}
.catalog-product-view .gallery-info .title {
  font-size: 16px;
}
@media (max-width: 991px) {
  .catalog-product-view .gallery-info {
    position: relative;
    padding: 15px;
  }
}
.catalog-product-view .gallery-info .title strong {
  font-family: "Gotham-bold";
}
.catalog-product-view .gallery-info > strong {
  display: flex;
  margin: 15px 0;
}
.catalog-product-view .gallery-info::after {
  position: absolute;
  content: "  ";
  background-color: var(--gray2);
  height: 14px;
  width: 14px;
  top: 50%;
  left: -7px;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .catalog-product-view .gallery-info::after {
    top: -7px !important;
    left: 50% !important;
  }
}
.catalog-product-view .qty-info {
  font-family: "Gotham-bold";
  font-size: 18px;
  letter-spacing: -0.1px;
  color: var(--darkblue4);
}
@media (max-width: 991px) {
  .catalog-product-view .qty-info {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.catalog-product-view .data th {
  font-size: 14px;
  font-family: 'Gotham-Medium';
  color: var(--black);
  margin: 0;
  opacity: 1;
}
@media (max-width: 991px) {
  .catalog-product-view .data th {
    font-size: 13px;
  }
}
.catalog-product-view .data .col.data {
  font-size: 14px;
  color: var(--light-gray4);
  font-family: 'Gotham-Book';
}
@media (max-width: 991px) {
  .catalog-product-view .data .col.data {
    font-size: 13px;
  }
}
.catalog-product-view .additional-attributes-wrapper {
  margin-bottom: 40px !important;
}
.catalog-product-view #gallery-prev-area,
.catalog-product-view #gallery-next-area {
  display: none;
}
.cmc-related-section {
  width: 100%;
}
.cmc-related-section .product-image-container {
  width: 100% !important;
}
.cmc-related-section .slick-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.cmc-related-section .slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.cmc-related-section .block-products-list .product-item-name a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cmc-related-section .block-products-list .product-item-info {
  position: relative;
}
.cmc-related-section .block-products-list .product-item-info:hover .product-content {
  opacity: 1;
  visibility: visible;
}
.cmc-related-section .block-products-list .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--white);
}
.cmc-related-section .block-products-list .product-content a {
  color: var(--white);
  text-decoration: none;
  display: flex;
  font-size: 12px;
  font-family: 'Gotham-Medium';
}
.is-nav-selected .f-thumbs__slide__button::after {
  border-color: var(--darkblue);
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
  display: table-row;
}
.abs-no-display-s,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
  display: table-cell;
  padding-right: 15px;
  white-space: nowrap;
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
  display: none;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 0;
}
.f-thumbs__slide__button {
  background: var(--light-gray2);
  border: 1px solid var(--light-gray4);
}
.f-thumbs__slide__button:hover {
  border: 1px solid var(--light-gray4);
}
.fancybox__nav:hover {
  border: 0;
}
.fancybox__nav:focus {
  border: 0;
  outline: none;
}
.gallery-placeholder__image {
  width: auto;
}
.fotorama .fotorama__stage .fotorama__stage__frame {
  background-color: var(--gray2);
}
.fotorama .fotorama__nav-wrap {
  margin-top: 20px;
}
.fotorama .fotorama__nav-wrap .fotorama__nav {
  background-color: var(--gray2);
}
.fotorama .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots {
  background: transparent;
}
.fotorama .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--dot {
  border: 0 !important;
  margin: 0 3px;
  width: auto;
  height: auto;
}
.fotorama .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
  background: var(--black);
}
.fotorama .fotorama__nav-wrap .fotorama__nav.fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame--dot .fotorama__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 10px;
  position: static;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame {
  padding: 0;
  margin: 0 8px;
  border: 2px solid #b2b2b3;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active {
  border-color: #ad7cde;
}
.fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__thumb-border {
  display: none;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left,
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right {
  background: #ffffff4d;
  opacity: 1;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: transparent;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon:after,
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left.fotorama__arr--disabled,
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right.fotorama__arr--disabled {
  opacity: 0.1;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon:after {
  transform: rotate(-45deg);
  left: 2px;
}
.fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  transform: rotate(135deg);
  right: 2px;
}
.fotorama .fotorama__arr {
  transform: none !important;
  opacity: 1 !important;
  background: transparent;
  width: 40px;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  height: 55px;
  width: 40px;
  background: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr:hover {
  background: rgba(51, 0, 102, 0.73);
}
.fotorama .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after,
.fotorama .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fotorama .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after {
  transform: rotate(135deg);
  right: 2px;
}
.fotorama .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:after {
  transform: rotate(-45deg);
  left: 2px;
}
.product .fotorama .fotorama__stage {
  height: auto !important;
}
.product .fotorama .fotorama__stage .fotorama__stage__shaft {
  min-height: 620px;
  max-height: 620px;
}
@media (max-width: 480px) {
  .product .fotorama .fotorama__stage .fotorama__stage__shaft {
    min-height: 550px;
    max-height: 550px;
  }
}
.fotorama__fullscreen .fotorama--fullscreen {
  background: transparent;
}
.fotorama__fullscreen .fotorama .fotorama__stage {
  height: 100vh !important;
}
.fotorama__fullscreen .fotorama .fotorama__stage:hover .fotorama__fullscreen-icon,
.fotorama__fullscreen .fotorama .fotorama__stage:hover .fotorama__zoom-in,
.fotorama__fullscreen .fotorama .fotorama__stage:hover .fotorama__zoom-out,
.fotorama__fullscreen .fotorama .fotorama__stage:hover .fotorama__arr {
  opacity: 1 !important;
}
.fotorama__fullscreen .fotorama .fotorama__stage .fotorama__stage__frame {
  background-color: rgba(30, 30, 30, 0.9);
}
.fotorama__fullscreen .fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img--full {
  padding: 6px 0;
}
.fotorama__fullscreen .fotorama .fotorama__nav-wrap {
  display: none !important;
}
.fotorama__fullscreen .fotorama .fotorama__arr {
  display: block !important;
  opacity: 0 !important;
  transition: opacity .25s ease, visibility 0s ease .25s;
}
.fotorama__fullscreen .fotorama .fotorama__arr .fotorama__arr__arr {
  background: #000;
}
.fotorama__fullscreen .fotorama .fotorama__arr .fotorama__arr__arr:hover {
  background: rgba(51, 0, 102, 0.73);
}
.fotorama__fullscreen .fotorama__fullscreen-icon {
  height: 44px;
  width: 44px;
  background: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s ease .25s;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:hover {
  background: #306 !important;
}
.fotorama__fullscreen .fotorama__fullscreen-icon:after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  height: 44px;
  width: 44px;
  background: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s ease .25s;
}
.fotorama__fullscreen .fotorama__zoom-in:hover,
.fotorama__fullscreen .fotorama__zoom-out:hover {
  background: #306 !important;
}
.fotorama__fullscreen .fotorama__zoom-in:after,
.fotorama__fullscreen .fotorama__zoom-out:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.fotorama__fullscreen .fotorama__zoom-in:after {
  content: "\f067";
}
.fotorama__fullscreen .fotorama__zoom-out {
  top: 0;
  left: 44px;
}
.fotorama__fullscreen .fotorama__zoom-out:after {
  content: "\f068";
}
.toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .toolbar {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .toolbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
  }
}
.toolbar .pages .items {
  letter-spacing: -1px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
}
.toolbar .pages .items .item {
  font-size: 12px;
  margin: 0 8px 0 0;
  display: inline-block;
}
.toolbar .pages .items .item .action.next,
.toolbar .pages .items .item .action.previous {
  margin-left: 0;
  border: transparent;
}
.toolbar .pages .items .item .action.next::before,
.toolbar .pages .items .item .action.previous::before {
  font-size: 35px;
  margin: 0;
  color: var(--black4);
  border: transparent;
}
.toolbar .pages .items .item.current {
  background-color: var(--darkblue);
  padding: 0 13px;
  cursor: pointer;
}
.toolbar .pages .items .item.current .page {
  color: var(--white);
  background-color: var(--darkblue);
}
.toolbar .pages a.page {
  padding: 0 13px;
  text-decoration: none;
  border: transparent;
  display: inline-block;
  color: var(--black4);
}
.toolbar .pager {
  justify-content: space-between;
  display: flex;
  width: 100%;
  align-items: center;
}
.catalog-category-view .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.catalog-category-view .product-items .product-item {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 0 10px;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .catalog-category-view .product-items .product-item {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (max-width: 576px) {
  .catalog-category-view .product-items .product-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.catalog-category-view.page-products .column.main {
  width: 71%;
  padding: 0;
}
.catalog-category-view.page-products .sidebar-main {
  width: 29%;
  padding-right: 30px;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .catalog-category-view.page-products .sidebar-main {
    margin-top: 0;
    padding-right: 0;
  }
}
.catalog-category-view.page-products .sidebar-main .block.filter {
  background-color: var(--light-gray8);
  padding: 25px 25px 0;
}
@media (max-width: 991px) {
  .catalog-category-view.page-products .sidebar-main .block.filter {
    padding: 15px 15px 0;
  }
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-title {
  font-family: 'Gotham-Bold';
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  color: var(--light-gray6);
  margin-bottom: 0;
  border-bottom: 1px solid var(--light-gray6);
  text-transform: uppercase;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-title strong {
  font-weight: normal;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .filter-options-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--light-gray5);
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .filter-options-item:last-child {
  border: none;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .filter-options-item.active .filter-options-title {
  color: var(--darkblue);
  font-family: 'Gotham-Medium';
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .filter-options-item.active .filter-options-title:before {
  transform: rotate(90deg);
  transition: all 0.5s;
  background-image: url('../images/arrow-point-to-right-purple.svg');
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-color: var(--gray1);
  float: left;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
  opacity: 1;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .amshopby-choice {
  display: none;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .amshopby-search-box {
  margin-bottom: 10px;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .amshopby-search-box input[type=text] {
  border: 1px solid var(--gray);
  color: var(--black3);
  font-family: 'Gotham-Book';
  background-color: transparent;
  font-size: 14px;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .amshopby-search-box input[type=text]::placeholder {
  color: var(--black3);
}
.catalog-category-view.page-products .sidebar-main .block.filter .filter-options .amshopby-search-box input[type=text]:focus {
  border-color: var(--darkblue);
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-title {
  font-size: 15px;
  margin: 0;
  color: var(--light-gray6);
  text-transform: uppercase;
  font-family: 'Gotham-Book';
  cursor: pointer;
  position: relative;
  font-weight: normal;
  padding-right: 10px;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-title::before {
  content: "";
  width: 8px;
  height: 15px;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  background-image: url(../images/arrow-point-to-right-gray.svg);
  opacity: 1;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content {
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items .amshopby-link-selected {
  color: var(--darkblue);
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items .item {
  margin: 0;
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items .item:not(:last-child) {
  border-bottom: 1px solid var(--light-gray5);
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items .item .label {
  padding-left: 0;
  text-transform: uppercase;
  padding: 3px 0;
  border-radius: 2px;
  font-size: 13px;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items .item .count {
  display: inline-block;
  color: var(--gray1);
  font-size: 15px;
}
.catalog-category-view.page-products .sidebar-main .block .filter-options-content .items a {
  padding-left: 15px;
  margin: 0;
  display: block;
  font-size: 13px;
  text-decoration: none;
}
.catalog-category-view.page-products .am-show-more.-active {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  width: 100%;
  cursor: pointer;
  color: var(--black);
  font-family: 'Gotham-Medium';
}
.catalog-category-view.page-products .am-show-more.-active::before {
  right: 1px;
  transform: rotate(90deg) translateY(-50%);
  width: 12px;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  content: "";
  background-color: var(--black);
  top: 50%;
}
.catalog-category-view.page-products .am-show-more.-active::after {
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  content: "";
  background-color: var(--black);
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.catalog-category-view.page-products .am-show-more.-active .am-counter {
  font-family: 'Gotham-Medium';
}
.catalog-category-view .sidebar-additional {
  margin-top: 10px;
  padding-right: 30px;
  width: 29%;
}
@media (max-width: 768px) {
  .catalog-category-view .sidebar-additional {
    padding-right: 0;
  }
}
.catalog-category-view .sidebar-additional .block-reorder {
  background-color: var(--light-gray8);
  padding: 15px 10px;
}
.catalog-category-view .sidebar-additional .block-reorder .actions-toolbar .secondary {
  float: none;
}
.catalog-category-view .sidebar-additional .block-reorder a {
  transition: all 0.5s;
  text-decoration: none;
}
.catalog-category-view .sidebar-additional .block-reorder a:hover {
  color: var(--darkblue);
}
.catalog-category-view .sidebar-additional .product-items {
  display: block;
}
.catalog-category-view .sidebar-additional .product-items .product-item {
  width: 100%;
  max-width: 100% !important;
}
.catalog-category-view .toolbar-products .toolbar-dropdown:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .catalog-category-view .toolbar-products .toolbar-dropdown:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.catalog-category-view .limiter-options li {
  text-align: center;
  justify-content: center;
}
.catalog-category-view .toolbar-dropdown {
  position: relative;
  font-size: 14px;
  min-width: 220px;
  background-color: var(--light-gray8);
  padding: 10px 15px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.catalog-category-view .toolbar-dropdown.limiter {
  min-width: 150px;
  text-align: center;
}
.catalog-category-view .toolbar-dropdown::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url(../images/arrow-point-to-right-gray.svg);
  transition: all 0.5s;
  right: 25px;
  top: 11px;
  transform: rotate(90deg);
  background-repeat: no-repeat;
}
.catalog-category-view .toolbar-dropdown label {
  font-family: 'Gotham-Medium';
  cursor: pointer;
  width: auto;
  padding: 0 !important;
  color: var(--black) !important;
  margin-right: 5px;
}
.catalog-category-view .toolbar-dropdown .toolbar-options {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  font-size: 14px;
  text-align: left;
  background-color: var(--light-gray8);
  margin: 0;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.catalog-category-view .toolbar-dropdown .toolbar-options li {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid var(--light-gray7);
}
.catalog-category-view .toolbar-dropdown .toolbar-options li:last-child {
  border-bottom: 0;
}
.catalog-category-view .toolbar-dropdown .toolbar-options li:hover {
  color: var(--darkblue);
}
.catalog-category-view .toolbar-dropdown .toolbar-options li[selected="selected"] {
  font-family: 'Gotham-Medium';
}
.catalog-category-view .toolbar-dropdown.open-dropdown .toolbar-options {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .toolbar-dropdown.open-dropdown .toolbar-options li {
  display: flex !important;
}
.catalog-category-view .toolbar-dropdown.open-dropdown::after {
  transform: rotate(-90deg);
  background-repeat: no-repeat;
}
.catalog-category-view .filter-content {
  position: relative;
}
.catalog-category-view .filter-current {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
  padding: 10px 0;
  background: var(--light-gray8);
  font-size: 14px;
  position: relative;
}
.catalog-category-view .filter-current .block-subtitle {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
.catalog-category-view .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
.catalog-category-view .filter-current .items .item {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 5px 0;
  position: relative;
  border: 1px solid var(--light-gray3);
}
.catalog-category-view .filter-current .amshopby-remove {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  color: var(--black4);
}
.catalog-category-view .filter-current .amshopby-remove::after {
  background-color: var(--light-gray6);
}
.catalog-category-view .filter-current .amshopby-remove::before {
  background-color: var(--light-gray6);
}
.catalog-category-view .filter-current .amshopby-filter-name {
  padding-left: 24px;
  padding-right: 0;
  margin-right: 0;
  display: flex;
  margin-bottom: 2px;
}
.catalog-category-view .filter-current .amshopby-filter-value {
  padding-left: 24px;
  padding-right: 0;
  margin-right: 0;
  color: var(--black);
}
.catalog-category-view .block-actions.filter-actions {
  right: 0;
  position: absolute;
  top: 5px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .catalog-category-view .block-actions.filter-actions {
    position: relative;
    margin-bottom: 10px;
  }
}
.catalog-category-view .block-actions.filter-actions .action.clear {
  font-size: 10px;
  padding: 5px 5px 5px 20px;
  color: var(--white) !important;
  background: var(--black) !important;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-category-view .block-actions.filter-actions .action.clear::after {
  left: 6px;
  top: 14px;
  width: 11px;
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--white);
  background-image: none;
  transform: rotate(45deg);
}
.catalog-category-view .block-actions.filter-actions .action.clear::before {
  left: 6px;
  top: 14px;
  width: 11px;
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
  background-image: none;
}
.modal-popup._show .modal-inner-wrap {
  font-size: 14px;
}
.modal-popup._show .modal-inner-wrap .action-secondary {
  background-color: transparent !important;
  color: var(--darkblue) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid var(--light-gray) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.55px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 20px;
  margin-right: 10px;
}
.modal-popup._show .modal-inner-wrap .action-secondary:hover {
  background-color: var(--darkblue) !important;
  color: var(--white) !important;
}
.modal-popup._show .modal-inner-wrap .action-primary {
  border: 0;
  background-color: var(--darkblue) !important;
  border: var(--darkblue) !important;
  color: var(--white) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-family: 'Gotham-Medium' !important;
  border: 1px solid var(--darkblue) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.55px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 20px !important;
  font-weight: normal;
}
.modal-popup._show .modal-inner-wrap .action-primary:hover {
  background-color: var(--white) !important;
  color: var(--darkblue) !important;
  border: 1px solid var(--darkblue) !important;
}
.modal-popup._show .modal-inner-wrap .action-primary:focus-visible {
  outline: none;
}
.modal-popup._show .modal-inner-wrap .action-primary:focus {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  color: var(--white);
}
.modal-popup._show .modal-inner-wrap .action-primary:active {
  background-color: var(--darkblue);
}
.quoteextension-quote-index .page-title-wrapper {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .quoteextension-quote-index .page-title-wrapper {
    padding-top: 15px;
  }
}
.quoteextension-quote-index .cart-summary {
  width: 33%;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--darkblue5);
  font-family: 'Gotham-Medium';
}
@media (max-width: 991px) {
  .quoteextension-quote-index .cart-summary {
    width: 100%;
  }
}
.quoteextension-quote-index .cart-summary .form-login {
  margin: 0;
}
.quoteextension-quote-index .cart-summary .summary.title {
  font-family: 'Gotham-Bold' !important;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-gray1);
}
.quoteextension-quote-index .cart-summary .opc-wrapper {
  margin-bottom: 0;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .fieldset {
  margin: 5px 0 10px;
  border: 0;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .fieldset .legend {
  width: 100%;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .fieldset .note {
  font-size: 12px;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .fieldset .field {
  margin-bottom: 10px;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .fieldset .control {
  width: 100%;
}
.quoteextension-quote-index .cart-summary .opc-wrapper .label {
  width: 100%;
}
.quoteextension-quote-index .cart-summary .block .title {
  border-top: 0;
}
.quoteextension-quote-index .cart-summary .block .fieldset .field.note {
  font-size: 14px;
}
.quoteextension-quote-index button {
  font-size: 16px !important;
}
.quoteextension-quote-index .form-cart {
  width: 63%;
  order: -1;
}
@media (max-width: 991px) {
  .quoteextension-quote-index .form-cart {
    width: 100%;
  }
}
.quoteextension-quote-index .field-tooltip .field-tooltip-content {
  left: auto;
  right: 38px;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .field-tooltip .field-tooltip-content {
    top: 0;
    width: 200px;
    padding: 8px;
  }
}
.quoteextension-quote-index .field-tooltip .field-tooltip-content::before {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
.quoteextension-quote-index .field-tooltip .field-tooltip-content::after {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .quoteextension-quote-index .field-tooltip .field-tooltip-content::before {
    top: 30px;
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
  }
  .quoteextension-quote-index .field-tooltip .field-tooltip-content::after {
    top: 0;
    border: transparent;
    margin: 0;
    height: 10px;
    width: 10px;
  }
}
.quoteextension-quote-index .totals.sub {
  font-size: 14px;
}
.quoteextension-quote-index .cart.table-wrapper {
  font-size: 14px;
}
.quoteextension-quote-index .cart.table-wrapper .table > :not(caption) > * > * {
  border: 0;
}
.quoteextension-quote-index .cart.table-wrapper .col {
  border-bottom: 0;
}
.quoteextension-quote-index .cart.table-wrapper .actions-toolbar {
  display: flex;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .cart.table-wrapper .actions-toolbar {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.quoteextension-quote-index .cart.table-wrapper .actions-toolbar a {
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .cart.table-wrapper .actions-toolbar a {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.quoteextension-quote-index .cart-container .product-item-details .product-item-name {
  color: var(--black3) !important;
}
.quoteextension-quote-index .cart-container .product-item-details .field .label {
  color: var(--black3) !important;
  font-family: 'Gotham-light' !important;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .cart-container .product-item-details {
    padding-left: 70px;
  }
}
.quoteextension-quote-index .cart-container .product-item-details .value {
  color: var(--darkblue2);
}
.quoteextension-quote-index .cart-container .product-item-details .product-item-name {
  margin: 0;
}
.quoteextension-quote-index .cart-container .product-item-details .product-item-name a {
  text-decoration: none;
}
.quoteextension-quote-index .cart-container .product-item-details .product-item-name a:hover {
  color: var(--darkblue);
}
.quoteextension-quote-index .cart-container .product-item-details label {
  min-width: 70px;
  width: auto;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .cart-container .product-item-details label {
    min-width: 40px;
  }
}
.quoteextension-quote-index .cart-container .product-item-details .price-excluding-tax {
  font-size: 14px;
  color: var(--darkblue2);
}
.quoteextension-quote-index .cart-container .product-item-details .price {
  display: flex;
}
.quoteextension-quote-index .cart-container .product-item-details .row {
  display: flex;
  padding: 3px 0;
}
.quoteextension-quote-index .cart-container .product-item-details .row.subtotal {
  font-family: "Gotham-Bold";
}
.quoteextension-quote-index .cart-container .product-item-details .row > * {
  width: auto;
}
.quoteextension-quote-index .cart-container .product-item-details .row .qty {
  display: flex;
  max-width: 150px;
  text-align: center;
  align-items: center;
}
.quoteextension-quote-index .cart-container .product-item-details .row .qty input {
  color: var(--darkblue2);
  font-family: "Gotham-Bold";
}
.quoteextension-quote-index .cart.items th {
  padding: 0 0 15px 0 !important;
}
.quoteextension-quote-index .cart.items th.item {
  padding-right: 15px !important;
}
.quoteextension-quote-index .cart.items td {
  padding: 15px 0 !important;
}
.quoteextension-quote-index .cart.items td.item {
  padding-right: 15px !important;
}
.quoteextension-quote-index .item-info .actions-toolbar .action:hover {
  background-color: transparent;
  border: 0;
}
.quoteextension-quote-index .item-info .actions-toolbar a {
  background-color: transparent;
  border: 0;
  position: relative;
}
.quoteextension-quote-index .item-info .actions-toolbar span {
  display: none;
}
.quoteextension-quote-index .item-info .actions-toolbar .action-edit {
  background-color: transparent;
  padding: 0 5px;
  border: 0;
}
.quoteextension-quote-index .item-info .actions-toolbar .action-edit::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/edit-btn.svg);
  transition: all 0.5s;
}
.quoteextension-quote-index .item-info .actions-toolbar .action-edit:hover::after {
  background-image: url(../images/edit-btn-h.svg);
}
.quoteextension-quote-index .item-info .actions-toolbar .action-delete {
  background-color: transparent;
  padding: 0 5px;
  border: 0;
}
.quoteextension-quote-index .item-info .actions-toolbar .action-delete::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/delete-btn.svg);
}
.quoteextension-quote-index .item-info .actions-toolbar .action-delete:hover::after {
  background-image: url(../images/delete-btn-h.svg);
}
.quoteextension-quote-index .block-authentication ul {
  padding: 0 !important;
  font-size: 14px;
  margin-bottom: 15px;
}
.quoteextension-quote-index .block-authentication ul li {
  margin-bottom: 5px;
}
.quoteextension-quote-index .block-authentication .actions-toolbar {
  display: flex;
  flex-direction: column;
}
.quoteextension-quote-index .block-authentication .actions-toolbar .primary {
  width: auto !important;
  margin-left: 0;
  margin-right: auto;
}
.quoteextension-quote-index .block-authentication .actions-toolbar .primary .secondary:hover {
  color: var(--white);
}
.quoteextension-quote-index .block-authentication .field {
  margin-bottom: 15px !important;
}
.quoteextension-quote-index .block-authentication .block-customer-login .actions-toolbar {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .quoteextension-quote-index .block-authentication .block-customer-login .actions-toolbar {
    flex-direction: column;
  }
}
.quoteextension-quote-index .block-authentication .block-customer-login .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
}
.quoteextension-quote-index .block-authentication .block-customer-login .actions-toolbar .secondary .action {
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .quoteextension-quote-index .modal-popup .modal-header,
  .quoteextension-quote-index .modal-popup .modal-content,
  .quoteextension-quote-index .modal-popup .modal-footer {
    padding: 15px;
  }
}
.quoteextension-quote-index .popup-authentication .block-authentication {
  border: 0;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
  border: 0 !important;
  padding: 0 !important;
}
.message.notice {
  padding-right: 15px !important;
}
.message.notice > *:first-child:before {
  left: auto;
  right: 0;
  top: 10px;
}
.cart-container .form-cart .action.update:before {
  display: none;
}
.customer-account-login .page-title-wrapper {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .customer-account-login .page-title-wrapper {
    padding: 15px 0 0;
  }
}
.customer-account-login .page-title-wrapper .page-title {
  color: var(--darkblue);
}
.customer-account-login .page-title-wrapper .page-title span {
  font-size: 25px;
}
@media (max-width: 991px) {
  .customer-account-login .page-title-wrapper .page-title span {
    font-size: 18px;
  }
}
.multishipping-checkout-login .page-title-wrapper {
  padding: 3px 0;
}
.multishipping-checkout-login .page-title-wrapper .page-title {
  color: var(--darkblue);
}
.multishipping-checkout-login .page-title-wrapper .page-title span {
  color: var(--darkblue);
}
.customer-account-login .customer-section-block {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  border-radius: 0;
  height: 100%;
}
.login-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-container .block {
  margin-bottom: 30px !important;
  width: 49%;
}
@media (max-width: 768px) {
  .login-container .block {
    width: 100%;
  }
}
.login-container .block .block-title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Gotham-Medium';
}
@media (max-width: 768px) {
  .login-container .block .block-title {
    font-size: 16px;
  }
}
.login-container form .actions-toolbar {
  margin-left: 0 !important;
}
.login-container .fieldset:after {
  margin-left: 0;
  margin-top: 10px;
}
.multishipping-checkout-login .customer-section-block {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  border-radius: 0;
}
.multishipping-checkout-login .login-container .block {
  padding: 0 8px;
  margin-bottom: 30px !important;
}
.multishipping-checkout-login .login-container form .actions-toolbar {
  margin-left: 0 !important;
}
.multishipping-checkout-login .login-container .fieldset:after {
  margin-left: 0;
  margin-top: 25px;
}
.field .label {
  width: 100%;
  text-align: left !important;
  padding: 0 0 5px !important;
  font-size: 14px !important;
  color: var(--gray1) !important;
  margin-bottom: 0;
  font-weight: normal !important;
  font-family: 'Gotham-Medium' !important;
}
.multishipping-checkout-login .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 0;
}
.login-container .fieldset > .field {
  margin-bottom: 15px;
  font-size: 14px;
}
.login-container .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.login-container .actions-toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.login-container .actions-toolbar > .primary {
  margin-bottom: 15px;
}
.login-container .actions-toolbar > .primary .action {
  min-width: 120px;
  padding: 10px 20px !important;
  font-size: 16px;
  border-radius: 0;
}
.login-container .actions-toolbar > .primary .action:hover {
  color: var(--black);
}
.login-container .actions-toolbar .secondary a.action {
  font-size: 16px;
  border-radius: 0;
  color: var(--black);
  text-decoration: none;
}
.login-container .actions-toolbar .secondary a.action:hover {
  color: var(--darkblue);
}
.customer-account-forgotpassword .field.choice:before {
  display: none;
}
.customer-account-forgotpassword .page-title-wrapper {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .customer-account-forgotpassword .page-title-wrapper {
    padding: 15px 0 0;
  }
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  color: var(--darkblue);
}
.customer-account-forgotpassword .page-title-wrapper .page-title span {
  font-size: 25px;
}
@media (max-width: 991px) {
  .customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 18px;
  }
}
.customer-account-forgotpassword .form.password {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
}
.customer-account-forgotpassword .form.password .fieldset > .field {
  margin-bottom: 15px;
  font-size: 14px;
}
.customer-account-forgotpassword .form.password .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 0;
  position: relative;
}
.customer-account-forgotpassword .form.password .fieldset > .field:not(.choice) .control {
  width: 100%;
}
.customer-account-forgotpassword .form .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-forgotpassword .form .actions-toolbar > .primary .action {
  min-width: 120px;
  padding: 10px 20px !important;
  font-size: 16px;
  line-height: 22px;
}
.customer-account-forgotpassword .form .actions-toolbar > .primary .action:hover {
  color: var(--black);
}
.customer-account-forgotpassword .form .actions-toolbar .secondary a.action {
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  text-decoration: none;
  margin-top: 12px;
}
.customer-account-forgotpassword .form .actions-toolbar .secondary a.action:hover {
  color: var(--darkblue);
}
.customer-account-create .field.choice:before {
  display: none;
}
.customer-account-create .fieldset > .field {
  margin-bottom: 15px;
  font-size: 14px;
}
.customer-account-create .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 0;
  position: relative;
}
.customer-account-create .fieldset > .field:not(.choice) .control {
  width: 100%;
}
.customer-account-create .form .actions-toolbar {
  margin-left: 0 !important;
  width: 100%;
}
.customer-account-create .form .actions-toolbar > .primary .action {
  min-width: 120px;
  padding: 10px 20px !important;
  font-size: 16px;
  line-height: 22px;
}
.customer-account-create .form .actions-toolbar > .primary .action:hover {
  color: var(--black);
}
.customer-account-create .form .actions-toolbar .secondary a.action {
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  text-decoration: none;
  margin-top: 12px;
}
.customer-account-create .form .actions-toolbar .secondary a.action:hover {
  color: var(--darkblue);
}
.customer-account-create .page-title-wrapper {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .customer-account-create .page-title-wrapper {
    padding: 15px 0 0;
  }
}
.customer-account-create .page-title-wrapper .page-title {
  color: var(--darkblue);
}
.customer-account-create .page-title-wrapper .page-title span {
  font-size: 25px;
}
@media (max-width: 991px) {
  .customer-account-create .page-title-wrapper .page-title span {
    font-size: 18px;
  }
}
.customer-account-create .fieldset > .fields {
  margin-bottom: 15px;
}
.customer-account-create .fieldset > .fields:last-child {
  margin-bottom: 0;
}
.customer-account-create .fieldset > .field {
  margin-bottom: 15px;
  font-size: 14px;
}
.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.customer-account-create .fieldset .legend {
  margin-left: 0;
}
.customer-account-create .fieldset .label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 0;
  position: relative;
}
.customer-account-create .fieldset .fullname.field > .label {
  display: none;
}
.customer-account-create .fieldset .control.customer-dob {
  display: flex;
  align-items: center;
}
.customer-account-create .form-create-account {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-account-create .form-create-account .create {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 49%;
  float: none;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .customer-account-create .form-create-account .create {
    width: 100%;
  }
}
.customer-account-create .form-create-account .address {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 49%;
  float: none;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .customer-account-create .form-create-account .address {
    width: 100%;
  }
}
.actions-toolbar {
  margin-left: 0 !important;
}
.actions-toolbar::after {
  display: none;
}
.actions-toolbar::before {
  display: none;
}
.actions-toolbar > .primary {
  float: none;
}
.actions-toolbar > .primary .action {
  min-width: 120px;
  padding: 10px 20px !important;
  font-size: 16px;
  line-height: 1;
}
.actions-toolbar > .primary .action:hover {
  color: var(--black);
}
.actions-toolbar > .secondary .action.back {
  display: flex;
}
.actions-toolbar .secondary a.action {
  font-size: 16px;
  line-height: 22px;
  color: var(--black);
  text-decoration: none;
  margin-top: 12px;
}
.actions-toolbar .secondary a.action:hover {
  color: var(--darkblue);
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  display: none;
}
.multishipping-checkout-register .page-title-wrapper {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  .multishipping-checkout-register .page-title-wrapper {
    padding: 15px 0 0;
  }
}
.multishipping-checkout-register .form-create-account {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multishipping-checkout-register .form-create-account .fieldset > .fields {
  margin-bottom: 15px;
}
.multishipping-checkout-register .form-create-account .fieldset > .fields:last-child {
  margin-bottom: 0;
}
.multishipping-checkout-register .form-create-account .fieldset > .field {
  margin-bottom: 15px;
  font-size: 14px;
}
.multishipping-checkout-register .form-create-account .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.multishipping-checkout-register .form-create-account .fieldset .legend {
  margin-left: 0;
}
.multishipping-checkout-register .form-create-account .fieldset .label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 0;
  position: relative;
}
.multishipping-checkout-register .form-create-account .fieldset .fullname.field > .label {
  display: none;
}
.multishipping-checkout-register .form-create-account .fieldset .control.customer-dob {
  display: flex;
}
.multishipping-checkout-register .form-create-account .create.info {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 49%;
  float: none;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .multishipping-checkout-register .form-create-account .create.info {
    width: 100%;
  }
}
.multishipping-checkout-register .form-create-account .create.account {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 49%;
  float: none;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .multishipping-checkout-register .form-create-account .create.account {
    width: 100%;
  }
}
.multishipping-checkout-register .form-create-account .address {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 49%;
  float: none;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .multishipping-checkout-register .form-create-account .address {
    width: 100%;
  }
}
.fieldset .field.additional .label {
  width: auto !important;
}
.fieldset .legend {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Gotham-Medium';
  border-bottom: 1px solid var(--light-gray7);
  margin-bottom: 15px;
  padding-bottom: 12px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .fieldset .legend {
    font-size: 16px;
  }
}
.fieldset .label {
  width: 100% !important;
  float: none !important;
}
.fieldset .control {
  width: 100% !important;
  float: none !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent var(--darkblue) transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent var(--darkblue);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 9px;
}
.captcha-image img {
  max-width: 200px;
  display: block;
}
.login-container:after,
.login-container::before {
  display: none;
}
.login-container .fieldset:after {
  text-align: left;
}
/* my account */
.account {
  /*  .sidebar-main{
        @media (max-width:991px) {
            width: 100%;
            padding: 0;

        }
        .block-collapsible-nav{
            @media (max-width:991px) {
                position: relative;
                order: 1;
                width: 100%;

            }
        }
    } */
}
.account .page-title-wrapper {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .account .page-title-wrapper {
    padding-top: 15px;
  }
}
.account .dataTables_wrapper {
  overflow-x: auto;
}
.account .dataTables_wrapper .image-reoderproduct img {
  max-width: 150px;
}
.account .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--darkblue);
  color: var(--white);
}
.account .modal-popup .modal-header {
  padding: 15px;
}
.account .modal-popup .modal-content {
  padding: 15px;
}
.account .modal-popup .modal-footer {
  padding: 0 15px 15px;
}
.account .nav.items {
  flex-direction: column;
}
.account .nav.items .item a {
  font-size: 14px;
  width: 100%;
}
.account .nav.items .item.current {
  background-color: var(--darkblue);
  color: var(--white);
}
.account .nav.items .item.current a {
  font-family: 'Gotham-Medium';
  border-color: transparent;
}
.account .nav.items .item.current strong {
  border-color: transparent;
  color: var(--white);
  font-size: 14px;
}
.account .nav.items .item .delimiter {
  border-top: 1px solid var(--light-gray7);
  display: block;
  width: 100%;
}
.account .block-collapsible-nav {
  top: 0;
}
@media (max-width: 768px) {
  .account .block-collapsible-nav {
    z-index: 2;
  }
}
.account .block-collapsible-nav .content {
  background-color: var(--light-gray8);
}
@media (max-width: 991px) {
  .account .sidebar-main {
    padding-right: 0;
  }
}
.account .sidebar-additional {
  margin-top: 10px;
  padding-right: 2%;
}
@media (max-width: 991px) {
  .account .sidebar-additional {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .account .sidebar-additional {
    padding-left: 0;
  }
}
.account .sidebar-additional .block-reorder {
  background-color: var(--light-gray8);
  padding: 15px 10px;
}
.account .sidebar-additional .block-reorder .actions-toolbar .secondary {
  float: none;
}
.account .sidebar-additional .block-reorder a {
  transition: all 0.5s;
  text-decoration: none;
}
.account .sidebar-additional .block-reorder a:hover {
  color: var(--darkblue);
}
.account .sidebar-additional .block-reorder .product-item .checkbox {
  top: 0;
}
.account .sidebar-additional .block-reorder .block-title {
  font-family: 'Gotham-Medium';
}
.account .column.main {
  font-size: 14px;
}
.account .column.main .toolbar {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .account .column.main .toolbar {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.account .column.main .toolbar .toolbar-amount {
  margin-bottom: 10px;
  padding-top: 0;
}
.account .column.main .toolbar .limiter {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content::before {
  display: none;
}
.account .column.main .block:not(.widget) .block-content::after {
  display: none;
}
.account .column.main a {
  transition: all 0.5s;
  text-decoration: none;
}
.account .column.main a:hover {
  color: var(--darkblue);
}
.account .column.main .block {
  font-size: 14px;
}
.account .column.main .block .block-title {
  font-size: 18px;
  border-bottom: 1px solid var(--light-gray7);
  margin-bottom: 15px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.account .column.main .block .block-title strong {
  font-family: 'Gotham-Medium';
}
.account .column.main .block .block-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .account .column.main .block .block-content {
    flex-wrap: wrap;
  }
}
.account .column.main .block .box {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  width: 48.8%;
}
@media (max-width: 576px) {
  .account .column.main .block .box {
    padding: 12px;
    width: 100%;
  }
}
.account .column.main .block .box .box-title span {
  font-family: 'Gotham-Medium';
}
.account .table tr:nth-child(even) {
  background-color: var(--light-gray8);
}
.account .table td,
.account .table th {
  padding: 7px;
}
.account .table > :not(caption) > * > * {
  border: 0;
}
.account .price-including-tax,
.account .price-excluding-tax {
  font-size: 14px;
}
.account .orders-history .table {
  min-width: 780px;
}
.account .table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.quoteextension-quote-view .quote-items .cart.table-wrapper thead th.col {
  background-color: transparent;
}
.quoteextension-quote-view .table th {
  text-align: left;
}
.quoteextension-quote-view .quoteextension-quote-view .quote-items .cart.table-wrapper thead th.col {
  text-align: left;
}
.account .action.secondary {
  font-size: 16px;
  font-family: "Gotham-Medium";
}
.account .modal-popup .modal-title {
  border-color: transparent;
  font-family: "Gotham-Medium";
}
.account .modal-popup .modal-inner-wrap {
  max-width: 500px;
  font-size: 14px;
}
.account .modal-popup .modal-footer {
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .account .modal-popup .modal-footer {
    justify-content: start;
    flex-direction: column;
  }
}
.account .modal-popup .modal-footer .action-save-address {
  margin-right: 10px;
}
.account .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
}
.account .modal-popup .modal-footer button:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 375px) {
  .account .modal-popup .modal-footer button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.account .modal-popup .field-tooltip .field-tooltip-content {
  left: auto;
  right: 38px;
}
@media (max-width: 768px) {
  .account .modal-popup .field-tooltip .field-tooltip-content {
    top: 0;
    width: 200px;
    padding: 8px;
  }
}
.account .modal-popup .field-tooltip .field-tooltip-content::before {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .account .modal-popup .field-tooltip .field-tooltip-content::before {
    top: 30px;
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
  }
}
.account .modal-popup .field-tooltip .field-tooltip-content::after {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .account .modal-popup .field-tooltip .field-tooltip-content::after {
    top: 0;
    border: transparent;
    margin: 0;
    height: 10px;
    width: 10px;
  }
}
.account .modal-popup .field.street .field .label {
  width: auto !important;
}
.account .opc-wrapper .form-shipping-address .fieldset > .field:not(.choice) > .label,
.account .opc-wrapper .form-login .fieldset > .field:not(.choice) > .label,
.account .opc-wrapper .billing-address-form .fieldset > .field:not(.choice) > .label,
.account .opc-wrapper .form .fieldset > .field:not(.choice) > .label,
.account .form-shipping-address .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
.account .opc-wrapper .form-shipping-address .fieldset > .field:not(.choice) > .control,
.account .opc-wrapper .form-login .fieldset > .field:not(.choice) > .control,
.account .opc-wrapper .billing-address-form .fieldset > .field:not(.choice) > .control,
.account .opc-wrapper .form .fieldset > .field:not(.choice) > .control,
.account .form-shipping-address .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.account .password-strength-meter {
  background-color: transparent;
  padding: 0;
}
.account .actions .action {
  border-radius: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
.account .image-reoderproduct {
  transition: all 0.5s;
}
.account .image-reoderproduct:hover .reorder-quickview {
  bottom: 0;
  color: var(--white) !important;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 639px) {
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    display: block;
  }
}
.account .table-wrapper td.shipping {
  white-space: nowrap;
}
.account .table-wrapper td.actions {
  white-space: nowrap;
  display: flex;
}
@media (max-width: 639px) {
  .account .table-wrapper .table {
    min-width: auto;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr {
    display: block;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td {
    padding: 5px 8px;
    display: block;
    border-bottom: none;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody tr td:first-child {
    padding-top: 8px;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    width: 100%;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    width: 100%;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td {
    padding: 5px 8px;
    border-bottom: none;
  }
  .account .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td:first-child {
    padding-top: 8px;
  }
}
@media (max-width: 639px) {
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
  }
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
  }
}
.account .action.primary.quote-cancel,
.account .action.primary.quote-move-print,
.account .action.primary.quote-checkout,
.account .amshopby-button.quote-cancel,
.account .amshopby-button.quote-move-print,
.account .amshopby-button.quote-checkout,
.account .am-filter-go.quote-cancel,
.account .am-filter-go.quote-move-print,
.account .am-filter-go.quote-checkout {
  width: auto;
  padding: 10px 20px !important;
  line-height: 1;
}
.account .action-reorder-last {
  display: flex;
}
.account .action-reorder-last button:not(:last-child) {
  margin-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: transparent !important;
}
.sidebar-additional .block-reorder .block-title {
  font-family: 'Gotham-Medium';
}
/* ------------ Contact Page Start ------------ */
.contact-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.contact-us-wrapper .address {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .contact-us-wrapper .address {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
}
.contact-us-wrapper .address .contact-list:not(:last-child) {
  margin: 0 0 20px;
}
.contact-us-wrapper .address .contact-list p:last-child {
  margin: 0;
}
.contact-us-wrapper .map {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .contact-us-wrapper .map {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-us-wrapper .map p {
  margin: 0;
}
.contact-us-wrapper .map iframe {
  width: 100%;
  height: 350px;
}
/* ------------ Contact Page End ------------ */
/* ------------ About Us Page Start ------------ */
@media (max-width: 767px) {
  .cms-page-view .columns .about-comicave {
    order: 1;
  }
}
.cms-page-view .columns .about-comicave h3 {
  font-size: 16px;
  color: var(--black);
  border-bottom: 1px solid var(--light-gray2);
  padding-bottom: 8px;
  margin-top: 0;
}
.cms-page-view .columns .about-comicave h3 a:hover {
  color: var(--darkblue);
}
@media (max-width: 767px) {
  .about-comicave-image {
    order: 0;
  }
}
.about-comicave-image img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  max-width: 300px;
  max-height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-comicave-image img {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .cms-about-us .main-wrapper .col-md-12 {
    order: 2;
  }
}
/* ------------ About Us Page End ------------ */
/* ------------ CMS Page Start ------------ */
.cms-page-view .page-main {
  padding-top: 0;
}
.cms-page-view .custom-heading {
  margin: 0 0 20px;
}
.cms-page-view .columns {
  font-size: 14px;
  line-height: 1.4;
}
.cms-page-view .columns h3 {
  color: var(--black);
  border-bottom: 1px solid var(--light-gray2);
  padding-bottom: 8px;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 24px;
  font-family: 'Gotham-Medium';
}
.cms-page-view .columns h3 b,
.cms-page-view .columns h3 strong {
  font-weight: normal;
  font-family: 'Gotham-Medium';
}
@media (max-width: 767px) {
  .cms-page-view .columns h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.cms-page-view .columns h3 span {
  text-decoration: none !important;
}
.cms-page-view .columns h4 {
  color: var(--black);
  border-bottom: 1px solid var(--light-gray2);
  padding-bottom: 8px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: 'Gotham-Medium';
}
.cms-page-view .columns h4 b,
.cms-page-view .columns h4 strong {
  font-weight: normal;
  font-family: 'Gotham-Medium';
}
@media (max-width: 1400px) {
  .cms-page-view .columns h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1366px) {
  .cms-page-view .columns h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.cms-page-view .columns h4 span {
  text-decoration: none !important;
}
.cms-page-view .columns h5 {
  color: var(--black);
  border-bottom: 1px solid var(--light-gray2);
  padding-bottom: 8px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: 'Gotham-Medium';
}
@media (max-width: 1366px) {
  .cms-page-view .columns h5 {
    margin-bottom: 12px;
    margin-top: 18px;
  }
}
.cms-page-view .columns h5 b,
.cms-page-view .columns h5 strong {
  font-weight: normal;
  font-family: 'Gotham-Medium';
}
.cms-page-view .columns h5 span {
  text-decoration: none !important;
}
.cms-page-view .columns p strong,
.cms-page-view .columns p b {
  color: var(--black);
  font-weight: normal;
  font-family: 'Gotham-Medium';
}
.cms-page-view .columns p a:hover {
  color: var(--darkblue);
}
.cms-page-view .columns p a:hover strong,
.cms-page-view .columns p a:hover b {
  color: var(--darkblue);
}
.cms-page-view .columns ul {
  padding-left: 40px;
  list-style: disc;
}
@media (max-width: 767px) {
  .cms-page-view .columns ul {
    padding-left: 20px;
  }
}
.cms-page-view .columns ul ul {
  list-style: circle;
}
.cms-page-view .columns ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #212529;
  margin: 0 0 10px;
}
.cms-page-view .columns ol {
  padding-left: 40px;
  list-style: decimal;
}
@media (max-width: 767px) {
  .cms-page-view .columns ol {
    padding-left: 20px;
  }
}
.cms-page-view .columns ol li {
  font-size: 14px;
  line-height: 1.4;
  color: #212529;
  margin: 0 0 10px;
}
/* ------------ CMS Page End ------------ */
.page-layout-checkout .page-main {
  padding-top: 40px;
}
.page-layout-checkout .top-header {
  min-height: 62px;
}
.page-layout-checkout .top-header .logo {
  margin: 0;
}
.page-layout-checkout .nav-toggle {
  display: none;
}
.page-layout-checkout .opc-estimated-wrapper {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-layout-checkout .checkout-payment-method .payment-option {
    margin: 0;
  }
}
.page-layout-checkout .checkout-payment-method .payment-option-title {
  cursor: pointer;
  border-top: 1px solid var(--light-gray7);
  padding: 15px 0;
}
@media (max-width: 767px) {
  .page-layout-checkout .checkout-payment-method .payment-option-title {
    margin: 0;
    max-width: 100%;
  }
}
.page-layout-checkout .checkout-payment-method .payment-option-title .action-toggle {
  color: var(--darkblue);
  transition: all 0.5s;
  border: 0;
  font-size: 18px;
  padding: 10px 12px 10px 0;
  border-radius: 30px;
}
.page-layout-checkout .checkout-payment-method .payment-option-title .action-toggle::after {
  margin-top: -4px;
}
.page-layout-checkout .checkout-payment-method .payment-option-title.field.choice {
  max-width: 100%;
}
.page-layout-checkout .checkout-payment-method .payment-option-content {
  display: block;
  padding: 20px;
  background-color: var(--light-gray8);
  border: 1px solid var(--light-gray7);
  font-size: 14px;
}
.page-layout-checkout .checkout-payment-method .payment-methods {
  margin: 0;
}
.page-layout-checkout .payment-method {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
  padding: 0;
}
.page-layout-checkout .payment-method-title {
  border-top: 1px solid var(--light-gray7);
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-layout-checkout .payment-method-title {
    padding: 15px;
  }
}
.page-layout-checkout .payment-method-title input[type=radio] {
  margin-top: -4px;
}
.page-layout-checkout .payment-method-title .label {
  font-size: 16px;
  padding: 0;
}
.page-layout-checkout .payment-method-title .payment-icon {
  width: 50px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.page-layout-checkout .payment-method-content {
  width: auto;
  padding: 20px;
  background: var(--light-gray8);
  font-size: 14px;
  border: var(--light-gray7) solid 1px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-layout-checkout .payment-method-content {
    padding: 15px;
    width: 100%;
    max-width: 100%;
  }
}
.page-layout-checkout .payment-method-content .frames-container {
  margin-bottom: 15px;
  max-width: 650px;
}
.page-layout-checkout .payment-method-content .frames-container .one-liner {
  display: flex;
  flex-direction: row;
}
.page-layout-checkout .payment-method-content .frames-container .card-frame {
  border: solid 1px var(--darkblue);
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  height: 40px;
}
.page-layout-checkout .opc-sidebar {
  margin-top: 38px;
}
@media (max-width: 767px) {
  .page-layout-checkout .opc-sidebar {
    margin-top: 0;
  }
}
.page-layout-checkout .opc-block-summary {
  background-color: var(--light-gray8);
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.page-layout-checkout .opc-block-summary .title {
  font-family: 'Gotham-Medium';
}
.page-layout-checkout .opc-block-summary .product-item {
  padding: 8px !important;
}
.page-layout-checkout .opc-block-shipping-information {
  padding: 0;
  font-size: 14px;
}
.page-layout-checkout .opc-block-shipping-information .ship-to,
.page-layout-checkout .opc-block-shipping-information .ship-via,
.page-layout-checkout .opc-block-shipping-information .store-address {
  margin: 0 0 20px;
  background-color: var(--light-gray8);
  padding: 15px;
}
.page-layout-checkout .opc-block-shipping-information .shipping-information-title {
  font-family: 'Gotham-Medium' !important;
}
@media (max-width: 991px) {
  .page-layout-checkout .opc-block-shipping-information .shipping-information-title {
    font-size: 22px;
  }
}
.page-layout-checkout .table td,
.page-layout-checkout .table th {
  padding: 7px;
}
.page-layout-checkout .checkout-payment-method .actions-toolbar .primary {
  float: none !important;
  font-size: 14px !important;
}
.page-layout-checkout .checkout-shipping-method .actions-toolbar > .primary {
  float: none;
}
.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
  background-color: var(--darkblue);
}
.page-layout-checkout .action.secondary {
  font-size: 16px;
  font-family: "Gotham-Medium";
}
.page-layout-checkout .modal-popup .modal-title {
  border-color: transparent;
  font-family: "Gotham-Medium";
}
.page-layout-checkout .modal-popup .modal-inner-wrap {
  max-width: 500px;
  font-size: 14px;
}
.page-layout-checkout .modal-popup .modal-footer {
  flex-wrap: wrap;
}
@media (max-width: 375px) {
  .page-layout-checkout .modal-popup .modal-footer {
    justify-content: start;
    flex-direction: column;
  }
}
.page-layout-checkout .modal-popup .modal-footer .action-save-address {
  margin-right: 10px;
}
.page-layout-checkout .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0;
}
.page-layout-checkout .modal-popup .modal-footer button:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 375px) {
  .page-layout-checkout .modal-popup .modal-footer button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content {
  left: auto;
  right: 38px;
}
@media (max-width: 768px) {
  .page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content {
    top: 0;
    width: 200px;
    padding: 8px;
  }
}
.page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content::before {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content::before {
    top: 30px;
    transform: rotate(90deg);
    height: 10px;
    width: 10px;
  }
}
.page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content::after {
  left: auto;
  right: -21px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .page-layout-checkout .modal-popup .field-tooltip .field-tooltip-content::after {
    top: 0;
    border: transparent;
    margin: 0;
    height: 10px;
    width: 10px;
  }
}
.page-layout-checkout .modal-popup .field.street .field .label {
  width: auto !important;
}
.page-layout-checkout .opc-wrapper .form-shipping-address .fieldset > .field:not(.choice) > .label,
.page-layout-checkout .opc-wrapper .form-login .fieldset > .field:not(.choice) > .label,
.page-layout-checkout .opc-wrapper .billing-address-form .fieldset > .field:not(.choice) > .label,
.page-layout-checkout .opc-wrapper .form .fieldset > .field:not(.choice) > .label,
.page-layout-checkout .form-shipping-address .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
.page-layout-checkout .opc-wrapper .form-shipping-address .fieldset > .field:not(.choice) > .control,
.page-layout-checkout .opc-wrapper .form-login .fieldset > .field:not(.choice) > .control,
.page-layout-checkout .opc-wrapper .billing-address-form .fieldset > .field:not(.choice) > .control,
.page-layout-checkout .opc-wrapper .form .fieldset > .field:not(.choice) > .control,
.page-layout-checkout .form-shipping-address .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.page-layout-checkout .opc-progress-bar {
  text-align: center;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active:before {
  background-color: var(--darkblue);
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active > span {
  color: var(--darkblue) !important;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active > span::after {
  color: var(--darkblue) !important;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._active > span::before {
  background-color: var(--darkblue);
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete:before {
  background-color: var(--green);
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: var(--green) !important;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete > span::after {
  color: var(--green) !important;
}
.page-layout-checkout .opc-progress-bar .opc-progress-bar-item._complete > span::before {
  background-color: var(--green);
}
@media (max-width: 767px) {
  .page-layout-checkout .opc-progress-bar .opc-progress-bar-item span {
    font-size: 16px;
  }
}
.page-layout-checkout #bss-store-credit-form {
  max-width: 100%;
}
.page-layout-checkout .opc-wrapper {
  font-size: 14px;
}
.page-layout-checkout .opc-wrapper .shipping-address-item {
  line-height: 22px;
}
.page-layout-checkout .opc-wrapper .shipping-address-item .edit-address-link {
  margin-top: 15px;
}
.page-layout-checkout .opc-wrapper .form-discount {
  max-width: 100%;
}
.page-layout-checkout .opc-wrapper .form-discount .field .label {
  width: auto !important;
}
.page-layout-checkout .opc-wrapper .action-select-shipping-item {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-layout-checkout .opc-wrapper .action-select-shipping-item {
    margin-top: 10px;
  }
}
.page-layout-checkout .opc-wrapper .step-title {
  font-family: "Gotham-Medium";
}
.page-layout-checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: var(--darkblue);
}
.page-layout-checkout .opc-wrapper .shipping-address-item.selected-item::after {
  background-color: var(--darkblue);
}
.page-layout-checkout .opc-wrapper .shipping-address-items {
  padding: 20px;
  background: var(--light-gray8);
  border: var(--light-gray7) solid 1px;
  margin: 20px 0;
}
.page-layout-checkout .opc-wrapper .shipping-address-item {
  width: 100%;
  background: var(--white);
  border: var(--light-gray7) solid 1px;
}
@media (max-width: 767px) {
  .page-layout-checkout .opc-wrapper .shipping-address-item {
    padding: 15px;
  }
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
  font-family: 'Gotham-Book';
  position: relative;
  line-height: 1.3;
}
/*************** FONT FACE ******************/
@font-face {
  font-family: 'GothamCondensedBold';
  src: url('../fonts/GothamCondensedBold.eot');
  src: url('../fonts/GothamCondensedBold.eot') format('embedded-opentype'), url('../fonts/GothamCondensedBold.woff2') format('woff2'), url('../fonts/GothamCondensedBold.woff') format('woff'), url('../fonts/GothamCondensedBold.ttf') format('truetype'), url('../fonts/GothamCondensedBold.svg#GothamCondensedBold') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#svgFontName') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#svgFontName') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot');
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg#svgFontName') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham-light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*************** FONT FACE ******************/
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --black2: #454845;
  --black1: #040404;
  --black3: #212529;
  --black4: #333333;
  --blue: #0158ff;
  --blue1: #04bbff;
  --darkblue: #390f61;
  --darkblue1: #8832de;
  --darkblue2: #2B0061;
  --darkblue3: #45117a;
  --darkblue4: #27005e;
  --darkblue5: #2f0161;
  --yellow: #af7303;
  --red: #d80b1c;
  --red1: #ff0000;
  --green: #03c820;
  --gray: #cecece;
  --gray1: #7d7b7b;
  --gray2: #f5f5f5;
  --gray3: #535353;
  --light-gray: #5a5a5a;
  --light-gray1: #bbbbbb;
  --light-gray3: #606060;
  --light-gray6: #707070;
  --light-gray7: #e6e6e6;
  --light-gray4: #666666;
  --light-gray5: #dedede;
  --light-gray2: #eeeeee;
  --light-gray8: #f7f7f7;
  --light-gray9: #acacac;
}
a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all 0.5s;
}
a:hover {
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all 0.5s;
}
a:visited {
  color: inherit;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}
.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
input,
select,
textarea {
  transition: all 0.5s;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--darkblue);
}
input[type=checkbox] {
  accent-color: var(--darkblue);
}
input[type=radio] {
  accent-color: var(--darkblue);
}
h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--darkblue);
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: var(--darkblue);
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 15px;
  margin-bottom: 15px;
  color: var(--white);
}
p {
  line-height: 1.4;
  font-size: 14px;
}
.loder img {
  max-width: 50px !important;
}
/* primary button */
.border-btn {
  background-color: transparent !important;
  color: var(--darkblue) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: 1px solid var(--light-gray) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.55px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 20px;
}
.border-btn:hover {
  background-color: var(--darkblue) !important;
  color: var(--white) !important;
}
.action {
  border-radius: 0 !important;
}
.action.primary {
  background-color: var(--darkblue) !important;
  border: var(--darkblue) !important;
  color: var(--white) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-family: 'Gotham-Medium' !important;
  border: 1px solid var(--darkblue) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.55px;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 20px !important;
  font-weight: normal;
}
.action.primary:hover {
  background-color: var(--white) !important;
  color: var(--darkblue) !important;
  border: 1px solid var(--darkblue) !important;
}
.action.primary:focus-visible {
  outline: none;
}
.action.primary:focus {
  background-color: var(--darkblue);
  border-color: var(--darkblue);
  color: var(--white);
}
.action.primary:active {
  background-color: var(--darkblue);
}
/*  Common Slick-slider */
.slick-slider {
  padding: 0;
}
.slick-slider .slick-arrow {
  z-index: 2 !important;
  height: 43px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background: none !important;
  background-color: rgba(51, 51, 51, 0.5) !important;
  top: 50%;
}
.slick-slider .slick-arrow:hover {
  background-color: var(--darkblue) !important;
}
.slick-slider .slick-arrow::after {
  background-image: url(../images/arrow-point-to-right.svg) !important;
  background-repeat: no-repeat;
  height: 18px;
  background-size: contain;
  background-position: center;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.slick-slider .slick-arrow.slick-next::after {
  position: relative;
  right: 2px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.slick-slider .slick-arrow.slick-prev::after {
  position: relative;
  left: -2px;
}
.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 3px;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
}
.slick-slider .slick-dots li.slick-active button {
  background: var(--black);
}
/* Common Heading */
.custom-heading {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .custom-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .custom-heading {
    margin: 0 0 20px;
  }
}
.custom-heading h1,
.custom-heading h2,
.custom-heading h3 {
  text-transform: uppercase;
  padding-right: 15px;
  margin-bottom: 0;
  font-family: "Gotham-Black";
  letter-spacing: -0.5px;
  color: var(--darkblue);
}
@media (max-width: 575px) {
  .custom-heading h1,
  .custom-heading h2,
  .custom-heading h3 {
    padding-right: 10px;
  }
}
.custom-heading .mid-line {
  padding: 0;
  flex: 1;
  border-top: 1px solid var(--darkblue);
}
.custom-heading a {
  padding-left: 15px;
  color: var(--darkblue);
  font-size: 21px;
  text-transform: uppercase;
  transition: all 0.5s;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .custom-heading a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .custom-heading a {
    font-size: 15px;
    padding-left: 15px;
  }
}
/* Common Product*/
.product-item {
  padding: 0 8px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.product-item .product-item-info {
  width: 100%;
}
.product-item .price-box {
  margin: 0;
}
.product-item .price-box .price-label {
  font-family: "Gotham-Bold";
  color: var(--darkblue2);
  font-size: 14px;
  text-transform: uppercase;
}
.product-item .price-box .hide_price_text {
  display: none;
}
.product-item .product-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.product-item .product-img img {
  transition: all 0.5s;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-item .product-img a {
  display: flex;
}
.product-item .product-img a:hover img {
  transform: scale(1.02);
}
.product-item .procuct-content .product-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.5s;
  font-family: 'Gotham-Medium';
}
@media (max-width: 575px) {
  .product-item .procuct-content .product-label {
    font-size: 12px;
    min-height: 33px;
  }
}
.product-item .procuct-content .product-label a {
  text-decoration: none;
  transition: all 0.5s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
}
.product-item .procuct-content .product-label a:hover {
  color: var(--darkblue);
}
@media (max-width: 575px) {
  .product-item .procuct-content .manufacturer-label {
    min-height: 39px;
  }
}
.product-item .procuct-content .price {
  color: var(--darkblue2);
  font-size: 15px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Gotham-Medium';
}
@media (max-width: 1200px) {
  .product-item .procuct-content .price {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .product-item .procuct-content .price {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .product-item .procuct-content .price {
    font-size: 11px;
  }
}
.product-item .procuct-content .price .modal-name {
  font-family: "Gotham-Bold";
  color: var(--darkblue);
}
.product-item .procuct-content .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.product-item .procuct-content .bottom-content .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 412px) {
  .product-item .procuct-content .bottom-content .action-btn {
    flex-wrap: wrap;
  }
}
.product-item .procuct-content .bottom-content form {
  width: 100%;
}
.product-item .procuct-content .bottom-content p {
  margin-bottom: 0;
}
.product-item .procuct-content .bottom-content a {
  color: var(--darkblue2);
  border-bottom: 1px solid var(--darkblue2);
  line-height: 1;
  transition: all 0.5s;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 576px) {
  .product-item .procuct-content .bottom-content a {
    font-size: 10px;
  }
}
.product-item .procuct-content .bottom-content a:hover {
  border-bottom: 1px solid transparent;
}
/*breadcrumbs */
.hide_price_text {
  display: none;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  background: var(--light-gray2) !important;
  padding: 7px 20px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 16px;
  margin-bottom: 0;
  max-width: 100% !important;
}
.breadcrumbs .items {
  font-size: 16px;
  color: var(--darkblue);
  margin: 0;
  padding: 0;
  list-style: none none;
}
@media (max-width: 576px) {
  .breadcrumbs .items {
    font-size: 14px;
  }
}
.breadcrumbs .items .item:not(:last-child):after {
  margin-top: 2px !important;
}
.breadcrumbs .items .item a {
  color: var(--darkblue);
  text-transform: uppercase;
}
.loader img {
  max-width: 50px;
}
.slick-slider .slick-track {
  margin-left: 0;
}
.field.choice {
  margin-bottom: 5px;
}
.fieldset .field.choice {
  margin-bottom: 5px;
}
.customer-account-logoutsuccess .page-title-wrapper {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .customer-account-logoutsuccess .page-title-wrapper {
    padding-top: 15px;
  }
}
.page-layout-1column .page-title-wrapper {
  padding-top: 30px;
}
@media (max-width: 576px) {
  .page-layout-1column .page-title-wrapper {
    padding-top: 15px;
  }
}
.cms-page-view u a {
  text-decoration: underline;
}
.cms-no-route .column.main {
  font-size: 14px;
}
.slider-opacity {
  opacity: 0;
  visibility: hidden;
}
.slider-opacity.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.messages .message {
  font-family: "Gotham-Bold";
}
