/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');
@import url('https://p.typekit.net/p.css?s=1&k=zrk6qhl&ht=tk&f=15782.37495.37497.42300&a=96846420&app=typekit&e=css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:wght@400;600;800&display=swap');

@font-face {
  font-family: 'muli';
  src: url('https://use.typekit.net/af/7fe570/00000000000000007735a0ee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/7fe570/00000000000000007735a0ee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
      format('woff'),
    url('https://use.typekit.net/af/7fe570/00000000000000007735a0ee/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3')
      format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'muli';
  src: url('https://use.typekit.net/af/1e8fb7/00000000000000007735a0fe/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/1e8fb7/00000000000000007735a0fe/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
      format('woff'),
    url('https://use.typekit.net/af/1e8fb7/00000000000000007735a0fe/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3')
      format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'muli';
  src: url('https://use.typekit.net/af/b0bf15/00000000000000007735a103/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/b0bf15/00000000000000007735a103/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
      format('woff'),
    url('https://use.typekit.net/af/b0bf15/00000000000000007735a103/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3')
      format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'muli';
  src: url('https://use.typekit.net/af/0c70e1/00000000000000007735a105/30/l?subset_id=2&fvd=n8&v=3')
      format('woff2'),
    url('https://use.typekit.net/af/0c70e1/00000000000000007735a105/30/d?subset_id=2&fvd=n8&v=3')
      format('woff'),
    url('https://use.typekit.net/af/0c70e1/00000000000000007735a105/30/a?subset_id=2&fvd=n8&v=3')
      format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-right: 0 !important;
  font-size: 0.875em;
  font-family: 'muli';
  /* font-family: 'Poppins', sans-serif; */
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.xl_text_pd {
  font-size: 2.625rem;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  letter-spacing: 0.5px;
}
.lg_text_pd {
  font-size: 1.75rem;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  letter-spacing: 0.5px;
}
.xl_text_mon {
  font-size: 1.25rem;
  /* font-family: 'muli'; */
  font-weight: 600;
  letter-spacing: 0.5px;
}
.lg_text_mon {
  font-size: 1rem;
  /* font-family: 'muli'; */
  font-weight: 600;
  letter-spacing: 0.5px;
}
.md_text_mon {
  font-size: 1em;
  /* font-family: 'muli'; */
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.625px;
}
/* .sm_text_mon {
  font-size: 0.875em;
  font-family: 'muli';
  font-weight: 600;
} */
.font-weight-bold {
  font-weight: 800 !important;
}

li {
  list-style: none;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn-dark {
  background-color: #000;
}

.container {
  max-width: 1440px;
  padding-right: 55px;
  padding-left: 55px;
}

.section-space {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-space-bottom {
  padding-bottom: 55px;
}

/* Announcement Bar
 */
.announcement-bar {
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

/* 
 *  Tooltip
 */
.tooltip-inner {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 600;
}

/* 
/*  Navigationi
/* 
  */
.section-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out;
  background-color: rgba(253, 253, 253, 1);
  border-bottom: 1px solid #ececec;
}
.nav-header {
  position: relative;
}
.section-hedaer__hide {
  top: -93px;
}
.section-header ul {
  margin-bottom: 0;
}
.section-header .nav-desktop ul li .btn,
.section-header .nav-desktop .nav-right ul li > a,
.section-header .icon-bag-cart {
  color: #000;
  box-shadow: unset;
}
/* Nav Desktop
  */
.section-header .nav-desktop .logo-brand img {
  width: 100%;
  max-width: 250px;
  max-height: 32px;
}
.section-header .nav-desktop .site-header__search {
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
}
.section-header .nav-desktop .site-header__search.show-fill__search {
  border: 1px solid #000;
}
.section-header .nav-desktop .site-header__search input {
  width: 0;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  transition: all 0.2s ease-out;
}
.section-header .nav-desktop .site-header__search.show-fill__search input {
  width: 250px;
  background-color: transparent;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.section-header .nav-desktop .site-header__search input:focus {
  border: unset;
  outline: unset;
}
.section-header .nav-desktop .site-header__search .btn {
  padding: 0.5rem 0.75rem;
}
.wp-site-nav-dropdown:before {
  display: none;
}
.wp-site-nav-dropdown:hover:before {
  display: block;
  content: '';
  position: absolute;
  top: 107px;
  left: 0;
  width: 100%;
  height: 2.5675rem;
  transform: translateY(-100%);
}
.wp-site-nav-dropdown.wp-site-nav-dropdown__active:before {
  display: block;
  content: '';
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 2.575rem;
  transform: translateY(-100%);
}
.site-nav-btn-dropdown::before {
  display: none;
}
.wp-site-nav-dropdown:hover .site-nav-btn-dropdown::before {
  display: block;
  content: '';
  position: absolute;
  top: 44px;
  transform: translateX(-24%);
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.wp-site-nav-dropdown.wp-site-nav-dropdown__active
  .site-nav-btn-dropdown::before {
  display: block;
  content: '';
  position: absolute;
  top: 44px;
  transform: translateX(-24%);
  border-width: 1.5rem;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.site-nav-dropdown {
  display: none;
  position: absolute;
  width: 30%;
  height: 354px;
  top: 92.3px;
  right: 0;
  background-color: #f2f2f2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 7;
}
.wp-site-nav-dropdown:hover .site-nav-dropdown {
  display: block;
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.site-nav-dropdown .site-nav-dropdown__item .line-space-about {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav-dropdown .site-nav-dropdown__item ul li a {
  color: #000 !important;
}
.site-nav-dropdown .site-nav-dropdown__item ul li a span {
  transition: all 0.3s ease-out;
}
.site-nav-dropdown .site-nav-dropdown__item ul li a:hover span {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Nav Mobile
 */
.nav-mobile {
  position: inherit;
}
.nav-mobile_bag-cart,
.btn-menu__link,
.btn-menu__dropdown {
  color: #000 !important;
  box-shadow: none !important;
}
.nav-mobile_bag-cart:hover,
.btn-menu__link:hover,
.btn-menu__dropdown {
  color: #000 !important;
}
.btn-menu__link:focus,
.btn-menu__dropdown {
  box-shadow: unset;
}
.nav-mobile .dropdown-btn-menu .dropdown-list {
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: rgba(253, 253, 253, 1);
  transform: translateY(100%);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
}
.nav-mobile .dropdown-btn-menu .dropdown-list .dropdown-item {
  padding: 6px 1.25rem;
  font-weight: 600;
  color: #000;
}
.nav-mobile .dropdown-btn-menu .dropdown-list .dropdown-item:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-mobile__logo {
  max-width: 70px;
}
.btn-bag-cart {
  cursor: pointer;
}

/* 
/*  Menu Mobile
/* 
 */
.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
}
.menu-body {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  color: #000;
  transform: translateX(-600px);
  transition: all 0.3s ease-out;
}
.menu-body__header {
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.menu-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  cursor: pointer;
}
.menu-body__content ul {
  padding-left: 0;
}
.nav-mobile-menu__link {
  padding: 0.4rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-mobile-menu__link a {
  padding: 0.75rem 0;
  display: inline-block;
  flex-grow: 1;
}

/*
 *  Menu mobile drop
 */

/* 
 *  Menu Cart
 * 
 */
.menu-cart {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.3);
}
.mc-body {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 600px;
  right: -600px;
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease-out;
}
.mc-body_header {
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cart-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  cursor: pointer;
}

/* 
/*  Page Content
/* 
 */
.page-content {
  /* margin-top: -92px; */
  background-color: #fff;
}

/* 
/*  Fixed Footer
/* 
 */
footer ul li a {
  transition: all 0.3s ease-out;
}
footer ul li a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
footer .form-control:focus {
  border: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
footer .social-media a:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}
footer .payment-methods {
  height: 22px;
}
.fixed-footer .social-media a {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.fixed-footer {
  margin-bottom: -webkit-calc(92% - 50%);
  margin-bottom: -moz-calc(92% - 50%);
  margin-bottom: calc(92% - 50%);
  position: relative;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fixed-footer .footer-bottom {
  position: fixed !important;
  width: 100%;
  bottom: 0;
}
.fixed-footer .content-info {
  height: 100%;
  background-color: #000;
  color: #fff;
  border-top: none;
  position: static !important;
}
.fixed-footer .content-info .copyright {
  height: fit-content;
}
.fixed-footer ul {
  padding-left: 0;
}
.fixed-footer ul li {
  margin-bottom: 10px;
}

/* 
/*  Responsive Footer
/* 
 */
.footer-responsive .social-media a {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.footer-responsive {
  background-color: #000;
  color: #fff;
}
.footer-responsive ul {
  padding-left: 0;
}
.footer-responsive ul li {
  margin-bottom: 10px;
}
.footer-responsive .accordion .card {
  background-color: #000;
  border-bottom: 1px solid #fff;
}
.footer-responsive .accordion .card .card-header .btn {
  padding-left: 0;
  padding-right: 0;
  box-shadow: unset;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.footer-responsive .accordion .card .card-header .btn .bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 1.5rem;
  transition: all 0.2s ease-out;
}
.footer-responsive
  .accordion
  .card
  .card-header
  .btn[aria-expanded='true']
  .bi-plus {
  /* display: none; */
  opacity: 0;
}

/* 
/*  Media Min and Max
/* 
 */
@media screen and (min-width: 75em) {
}

@media screen and (max-width: 767.98px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* 
  /*  Page Content
  /* 
    */
  .page-content {
    /* margin-top: -70px; */
  }
}
@media screen and (max-width: 575.98px) {
  .xl_text_pd {
    font-size: 1.5rem;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 600;
  }
  .lg_text_pd {
    font-size: 1.5rem;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 600;
  }
  .xl_text_mon {
    font-size: 1.125rem;
    /* font-family: 'muli'; */
    font-weight: 600;
  }
  .lg_text_mon {
    font-size: 1rem;
    /* font-family: 'muli'; */
    font-weight: 600;
  }
  .md_text_mon {
    font-size: 1em;
    /* font-family: 'muli'; */
    line-height: 18px;
    font-weight: 600;
  }
  .sm_text_mon {
    font-size: 0.875em;
    /* font-family: 'muli'; */
    font-weight: 400;
    letter-spacing: 0.625px;
  }
  .fw_bold {
    font-weight: 600;
  }

  /* 
  /*  Responsive Footer
  /* 
  */
  .footer-responsive .social-media a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease-out;
  }
}

/*
/*  CUSTOME ANIMATION KEYFRAME
/* 
/**/
.fadeIn {
  -webkit-animation: fadeIn 0.75s;
  animation: fadeIn 0.75s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.75s;
  animation: fadeOut 0.75s;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeInRight {
  -webkit-animation: fadeInRight 0.3s;
  animation: fadeInRight 0.3s;
}
@-webkit-keyframes fadeInRight {
  from {
    right: -600px;
  }
  to {
    right: 0;
  }
}
.fadeOutRight {
  -webkit-animation: fadeOutRight 0.3s;
  animation: fadeOutRight 0.3s;
}
@-webkit-keyframes fadeOutRight {
  from {
    right: 0;
  }
  to {
    right: -600px;
  }
}
.fadeInLeft {
  -webkit-animation: fadeInLeft 0.3s;
  animation: fadeInLeft 0.3s;
}
@-webkit-keyframes fadeInLeft {
  from {
    transform: translateX(-600px);
  }
  to {
    transform: translateX(0);
  }
}
.fadeOutLeft {
  -webkit-animation: fadeOutLeft 0.3s;
  animation: fadeOutLeft 0.3s;
}
@-webkit-keyframes fadeOutLeft {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-600px);
  }
}
