/*
*   Custom styles
*/
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin_latin-ext-regular.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin_latin-ext-500.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-latin_latin-ext-600.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin_latin-ext-700.woff2") format("woff2"); }
html,
body {
  overflow-x: hidden; }

.site-header {
  padding: 0;
  border-bottom: 1px solid #000000; }

.login-box {
  position: relative; }
  @media (min-width: 1500px) {
    .login-box {
      position: absolute;
      top: 0;
      right: 0; } }
  .login-box .btn__cart .cart-qty {
    background: #dedede;
    color: #000; }

.cartTables.flex-wrap #divOrderButtons #btOrderPaymentChange,
.cartTables.flex-wrap #divOrderButtons #frmOrderChange {
  display: none !important; }

.container-customer {
  max-width: 1840px; }
  @media only screen and (min-width: 1400px) {
    .container-customer {
      padding: 0; } }

.navigation__brand .logo {
  display: none;
  margin: 10px 0; }

.logo-slim {
  margin: 10px 0; }

@media only screen and (min-width: 1400px) {
  .navigation__brand .logo {
    display: block; } }
@media only screen and (min-width: 1400px) {
  .navigation__brand .logo-slim {
    display: none; } }
@media only screen and (min-width: 1400px) {
  .navigation__brand .logo {
    display: block; } }
.main-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  height: 100%;
  z-index: 99; }

@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu {
    visibility: hidden;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    position: fixed;
    top: 59px;
    right: 0;
    width: 100%;
    height: calc(100% - 46px);
    background-color: #000000;
    flex-direction: column;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transition: 250ms visibility, 250ms opacity;
    overflow-y: auto; }

  .main-menu > li {
    padding: 0;
    background-color: #FFFFFF; }

  .main-menu.is-active {
    visibility: visible;
    opacity: 1; } }
.main-menu li {
  padding: 10px 0;
  display: flex;
  align-items: center; }

.main-menu li > a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  color: #252525;
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase; }

.main-menu li > a:hover {
  color: #252525; }

@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu li > a {
    padding: 8px 20px; } }
@media only screen and (min-width: 1400px) {
  .main-menu li > a {
    padding: 16px 24px; } }
.main-menu li > a > span {
  display: inline-flex;
  position: relative; }

.main-menu li > a > span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 200ms width; }

.main-menu li > a > span:not(span):hover::before,
.main-menu li > a > span:not(span):focus-visible::before {
  width: 100%; }

.main-menu li > a > svg {
  margin-top: -2px;
  margin-left: 2px; }

.main-menu li > a:hover > span::before,
.main-menu li > a:focus-visible > span::before {
  width: 100%; }

.main-menu li.has-dropdown {
  position: relative; }

@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu li.has-dropdown {
    flex-direction: column;
    align-items: flex-start; } }
@media only screen and (min-width: 768px) {
  .main-menu li.has-dropdown:hover .dropdown,
  .main-menu li.has-dropdown:focus-within .dropdown {
    visibility: visible;
    opacity: 1; } }
@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu li.is-redir {
    grid-column: span 2;
    order: 7; } }
.main-menu .dropdown {
  padding: 0; }

@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu .dropdown {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .main-menu .dropdown {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    background-color: #FFFFFF;
    list-style-type: none;
    white-space: nowrap;
    padding: 16px 0;
    margin: 0; }

  .main-menu .dropdown::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    right: -100vw;
    z-index: -1;
    bottom: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; } }
@media only screen and (min-width: 768px) {
  .main-menu li.has-dropdown:hover .dropdown, .main-menu li.has-dropdown:focus-within .dropdown {
    visibility: visible;
    opacity: 1; } }
@media only screen and (max-width: calc(767px)) {
  .main-menu.is-active {
    visibility: visible;
    opacity: 1; } }
.main-menu .dropdown li {
  padding: 0; }

.main-menu .dropdown li a {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; }

@media only screen and (max-width: calc(768px - 1px)) {
  .main-menu .dropdown li a {
    font-weight: 500;
    padding: 4px 20px; } }
@media only screen and (min-width: 1400px) {
  .main-menu .dropdown li a {
    padding: 8px 24px; } }
.site-header-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%; }

@media only screen and (min-width: 1400px) {
  .site-header-container {
    gap: 16px;
    grid-template-columns: 1fr max-content 1fr; } }
.navigation__menu {
  position: relative;
  grid-row: 2;
  grid-column: span 2;
  justify-self: center;
  width: 100%; }

.navigation__actions {
  position: relative;
  z-index: 1;
  height: 100%;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center; }

@media only screen and (min-width: 768px) {
  .navigation__menu {
    border-top: 1px solid #000000; } }
@media only screen and (min-width: 576px) {
  .navigation__actions {
    min-width: 275px;
    justify-content: flex-end; } }
@media only screen and (min-width: 1400px) {
  .navigation__menu {
    grid-row: 1;
    grid-column: 2;
    z-index: 2;
    border-top: none; } }
.login-box .btn__cart .cart-qty {
  background: #000;
  color: #fff !important; }

#main-footer a:hover {
  color: #000;
  text-decoration: underline; }

.hambBox {
  top: inherit;
  right: inherit;
  position: relative;
  transform: none; }

.cart-qty {
  top: 0;
  right: 0; }

.cart-step-circle,
.cart-step-container #CartCountdown {
  z-index: 1; }


