/*
*   Custom styles
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.logo {
  display: inline-block; }
  .logo-text {
    display: none;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1; }
  .logo-img {
    max-width: 100%; }

.cart-qty {
  background: #ccc; }

.site-header {
  border-bottom: .25rem solid #000;
  margin-bottom: 25px; }

.container-customer {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 20px; }

.header__top {
  display: flex;
  padding: 10px 0;
  justify-content: flex-end; }

.header__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  padding: 21px 0 33px 0; }

.header__logo {
  font-family: 'AntarcticaVar','Arial',sans-serif;
  font-stretch: 32%;
  font-weight: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-size: 2.0611rem; }

@media (max-width: 380px) {
  .header__logo {
    font-size: 1.7rem;
    line-height: 1.8rem; }
    .header__logo img {
      max-width: 85px; } }
@media (min-width: 1200px) {
  .container-customer {
    padding: 0; }

  .header__logo {
    font-size: 5.625rem;
    line-height: 5rem;
    padding-left: 36px; } }
.navbar-burger {
  color: #000;
  transition: width .1s ease-in-out; }

.navbar-burger {
  background-color: transparent;
  border: none;
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem; }

.navbar-burger span {
  background-color: #000000;
  display: block;
  height: 4px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color,opacity,transform;
  transition-timing-function: ease-out;
  width: 100%; }

.navbar-burger span:first-child {
  top: 0; }

.navbar-burger span:nth-child(2) {
  top: calc(50% - 2px); }

.navbar-burger span:nth-child(3) {
  bottom: 0;
  top: auto; }

.has-open-header-menu .header__menu-btn {
  width: 1.25rem; }

@media (min-width: 1000px) {
  .login-box {
    margin-right: 30px; } }
.header__right {
  width: 100px;
  display: flex;
  justify-content: center; }
  @media (max-width: 991px) {
    .header__right {
      width: 70px; } }

.header__fast-menu ul {
  display: flex;
  gap: 0 60px;
  justify-content: space-between;
  margin: 0 -20px;
  padding: 0 20px 10px 20px;
  overflow: auto; }

@media (min-width: 1000px) {
  .header__fast-menu ul {
    margin: 0;
    padding: 0 0 10px 0; } }
.header ul li {
  padding: 0;
  list-style: none; }

.header__fast-menu ul li {
  list-style: none; }

.header__fast-menu a {
  display: flex;
  font-size: .875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .0175rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000; }

.header__fast-menu a:hover {
  text-decoration: underline; }

@media (min-width: 600px) {
  .header__fast-menu a {
    font-size: 1.125rem;
    letter-spacing: .0225rem; } }
.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -14px;
  position: relative;
  right: -10px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden; }

.navbar-toggler .navbar-toggler__bar {
  width: 21px;
  height: 3px;
  position: relative;
  background: #000;
  border-radius: 0;
  -webkit-transition: left .3s,-webkit-transform .3s;
  transition: left .3s,-webkit-transform .3s;
  transition: left .3s,transform .3s;
  transition: left .3s,transform .3s,-webkit-transform .3s; }

.navbar-toggler .navbar-toggler__bar:not(:last-of-type) {
  margin: 0 0 4px 0; }

.navbar-toggler .navbar-toggler__bar:first-of-type {
  -webkit-transform: rotate(45deg) translate(6px, 4px);
  transform: rotate(45deg) translate(6px, 4px); }

.navbar-toggler .navbar-toggler__bar:nth-of-type(2) {
  left: -100%;
  opacity: 0; }

.navbar-toggler .navbar-toggler__bar:last-of-type {
  -webkit-transform: rotate(-45deg) translate(6px, -4px);
  transform: rotate(-45deg) translate(6px, -4px); }

.navbar-toggler.collapsed .navbar-toggler__bar {
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.navbar-collapse {
  width: 100%;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 10;
  background: #fff; }

.main-menu-wrap {
  height: calc(100vh - 140px);
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto; }

.header__menu-wrap {
  width: 100%;
  height: 0;
  position: fixed;
  top: 138px;
  left: 0;
  z-index: 500;
  overflow: hidden;
  -webkit-transition: .3s height;
  transition: .3s height; }

@media (max-width: 999px) {
  .header__menu-wrap {
    top: 98px; } }
body.has-open-header-menu .header__menu-wrap {
  height: calc(100dvh - 189px); }

.header__menu-container {
  border-bottom: 0.25rem solid black; }

.header__menu {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  overflow: auto; }
  @media (max-width: 999px) {
    .header__menu {
      padding-top: 20px;
      padding-bottom: 20px; } }

.main-menu-wrap .main-menu {
  display: flex;
  flex-direction: column;
  gap: 25px 30px;
  min-width: 200px;
  padding: 0;
  margin: 0; }

.main-menu-wrap .main-menu li {
  padding: 0;
  list-style: none; }

.main-menu-wrap .dropdown .dropdown-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-menu-wrap .main-menu a {
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .0275rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  white-space: wrap;
  padding-left: 0; }

.main-menu-wrap .main-menu a::after {
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  border: none !important;
  top: 0;
  right: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M11.8398 17.3564L20.7949 8.40137L19.0996 6.70606L11 14.8057L2.90039 6.70605L1.20508 8.40137L10.1602 17.3564L11 18.1602L11.8398 17.3564Z" fill="black"/></svg>') no-repeat 50% 50%;
  background-size: auto;
  background-size: auto 22px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s; }

.main-menu-wrap .dropdown .dropdown-toggle {
  width: 100%;
  padding-right: 29px;
  padding-left: 0; }

.main-menu-wrap .dropdown .dropdown-caret {
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M11.8398 17.3564L20.7949 8.40137L19.0996 6.70606L11 14.8057L2.90039 6.70605L1.20508 8.40137L10.1602 17.3564L11 18.1602L11.8398 17.3564Z" fill="black"/></svg>') no-repeat 50% 50%;
  background-size: auto;
  background-size: auto 22px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s; }

.main-menu-wrap .dropdown-menu a {
  font-size: .875rem;
  letter-spacing: .0175rem;
  text-transform: none;
  padding-left: 0; }

.main-menu-wrap .dropdown-menu {
  border: none; }

.main-menu-wrap .dropdown-menu.show {
  position: relative !important;
  top: 0 !important;
  transform: none !important; }

.main-menu-wrap .dropdown-toggle::after {
  display: none; }

.header__bottom .collapse:not(.show) {
  display: none !important; }

footer {
  background: #f2f2f2;
  padding: 48px 0; }

.header__menu h1 {
  line-height: 1;
  margin-bottom: 2.125rem;
  color: #000;
  font-size: 2.5rem !important;
  font-weight: 400;
  font-family: "DM Serif Display",serif; }
  @media (max-width: 999px) {
    .header__menu h1 {
      margin-bottom: 1rem;
      font-size: 1.875rem !important; } }

.header__menu ul {
  padding-bottom: 4.125rem;
  padding-left: 0;
  margin: 0; }
  @media (max-width: 999px) {
    .header__menu ul {
      padding-bottom: 0; } }
  .header__menu ul li {
    list-style: none; }
    .header__menu ul li a {
      color: #000; }
      .header__menu ul li a:hover {
        color: #363636; }

.header__menu .columns {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }

.header__menu .columns.is-multiline {
  flex-wrap: wrap;
  position: relative; }

@media print, screen and (min-width: 769px) {
  .header__menu .columns:not(.is-desktop) {
    display: flex; } }
@media print, screen and (min-width: 769px) {
  .header__menu .column.is-4,
  .header__menu .column.is-4-tablet {
    flex: none;
    width: 33.33333337%; } }
.header__menu .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem; }

.header__menu .bottom-logo .btn-item {
  flex-grow: 1;
  min-width: 147px;
  padding-right: 13px; }

.header__menu .bottom-logo span {
  font-size: .6875rem;
  line-height: 2.5rem; }

.header__menu .bottom-logo .btn-item img {
  height: 50px; }

.header__menu .bottom-logo .btn-item {
  flex-grow: 1;
  min-width: 147px;
  padding-right: 13px; }

.header__menu .bottom-logo .btn-item img {
  height: 50px; }

@media (min-width: 1000px) {
  .header__menu .bottom-logo {
    bottom: 0;
    display: flex;
    margin-bottom: 4.25rem;
    margin-left: 20px;
    margin-right: 5px;
    position: absolute;
    right: 0; } }
/* Customer CSS styles */
/* Customer CSS styles - END */

