.header-wrap {
  z-index: 9000;
}

body .site-header:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
body .site-header .inside-header {
  position: relative;
  z-index: 1;
}

body.is-header-overlay .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
body.is-header-overlay.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 768px) {
  body.is-header-overlay.admin-bar .site-header {
    top: 32px;
  }
}
body.is-header-overlay.home .site-header {
  top: 66px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 100%);
}

body.home .site-header {
  top: 66px;
}

body.woocommerce-shop header.site-header .main-navigation .main-nav ul li a {
  color: #fff;
}

.header-top-announce {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 5px;
}

.cart-contents > span.number-of-items {
  color: #fff;
  background-color: #DB002C;
  padding-left: 4px;
}

.navigation-stick {
  background-color: rgba(38, 38, 38, 0.9);
}
.navigation-stick .inside-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1400px) {
  .site-header .header-image {
    width: 255px;
  }
}
@media (max-width: 1200px) {
  .site-header .header-image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .site-header .header-image {
    width: 170px;
  }
}
.site-header .main-navigation .main-nav ul li a {
  color: #fff;
}
.site-header .main-navigation .main-nav ul li a:hover {
  color: #ddd;
}
.site-header .main-navigation .main-nav ul li:hover a {
  color: #ddd;
}
.site-header .main-navigation .menu-bar-items img {
  width: auto;
  height: 36px;
}
@media (max-width: 1200px) {
  .site-header .main-navigation .menu-bar-items img {
    height: 30px;
  }
}
.site-header .main-navigation .menu-bar-items .image-search,
.site-header .main-navigation .menu-bar-items .image-shopping-cart {
  display: none;
}
.site-header .main-navigation .menu-bar-items .image-search.white,
.site-header .main-navigation .menu-bar-items .image-shopping-cart.white {
  display: block;
}
.site-header .main-navigation .menu-bar-items .image-search.white.is-white,
.site-header .main-navigation .menu-bar-items .image-shopping-cart.white.is-white {
  display: block;
}
.site-header .main-navigation .menu-bar-items .image-search.white.is-black,
.site-header .main-navigation .menu-bar-items .image-shopping-cart.white.is-black {
  display: none;
}
.site-header .main-navigation .menu-bar-items .image-search.black.is-black,
.site-header .main-navigation .menu-bar-items .image-shopping-cart.black.is-black {
  display: block;
}
.site-header .main-navigation .menu-bar-items .image-search.black.is-white,
.site-header .main-navigation .menu-bar-items .image-shopping-cart.black.is-white {
  display: none;
}
.site-header a.cart-contents.shopping-cart {
  display: flex;
}
.site-header .image-shopping-cart {
  display: block;
  width: 38px;
  height: auto;
}

@media (max-width: 767px) {
  .has-inline-mobile-toggle .inside-header {
    height: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-logo {
    position: absolute;
    width: 150px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    display: flex;
    width: 100%;
  }
  .main-navigation:not(.navigation-stick) .menu-toggle {
    width: 50%;
    text-align: right;
  }
  .main-navigation:not(.navigation-stick) .menu-bar-items {
    width: 50%;
  }
  .gp-icon svg {
    width: 26px;
    height: 26px;
  }
  .site-header .main-navigation .menu-bar-items img {
    height: 22px;
  }
  .main-navigation .menu-toggle {
    line-height: 15px;
  }
  .mobile-menu-control-wrapper.main-navigation:not(.navigation-stick) .menu-bar-item > a {
    padding: 8px;
  }
  .header-top-announce {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}
.site-header .main-navigation.is_stuck .main-nav ul li a {
  color: #fff !important;
}
.site-header .main-navigation.is_stuck .image-search.black,
.site-header .main-navigation.is_stuck .image-shopping-cart.black {
  display: none !important;
}
.site-header .main-navigation.is_stuck .image-search.white,
.site-header .main-navigation.is_stuck .image-shopping-cart.white {
  display: block !important;
}

body.tax-product_cat .site-header:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
body.tax-product_cat .site-header .inside-header {
  position: relative;
  z-index: 1;
}

body.single-product .site-header .main-navigation .main-nav ul li a {
  color: #fff;
}
body.single-product .site-header .main-navigation .menu-bar-items .image-search.black.is-black,
body.single-product .site-header .main-navigation .menu-bar-items .image-shopping-cart.black.is-black {
  display: none;
}
body.single-product .site-header .main-navigation .menu-bar-items .image-search.white.is-black,
body.single-product .site-header .main-navigation .menu-bar-items .image-shopping-cart.white.is-black {
  display: block;
}

#wc-mini-cart .woocommerce-mini-cart-item a {
  font-size: 18px;
  letter-spacing: normal;
}

.footer-widgets {
  background-color: #000000;
}

.footer-widgets-container .menu li {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .footer-widgets-container .menu li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .footer-widgets-container .menu li a {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.footer-widgets-container .menu li a:hover {
  color: #DB002C;
}
@media (max-width: 767px) {
  .footer-widgets-container .menu {
    text-align: center;
  }
}

.site.grid-container.container a:not(.button) {
  color: #DB002C;
}
.site.grid-container.container blockquote {
  border-left: 30px solid #DB002C;
}

body.woocommerce.custom-child .products .wc-product-image,
.woocommerce .products .wc-product-image {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body.woocommerce.custom-child .products .wc-product-image,
  .woocommerce .products .wc-product-image {
    margin-bottom: 15px;
  }
}
body.woocommerce.custom-child .products .wc-product-image img,
.woocommerce .products .wc-product-image img {
  width: 350px;
  height: 430px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 280px;
    height: 340px;
  }
}
@media (max-width: 1200px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 240px;
    height: 280px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 200px;
    height: 230px;
  }
}
@media (max-width: 992px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 140px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 300px;
    height: 440px;
  }
}
@media (max-width: 600px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 180px;
    height: 265px;
  }
}
@media (max-width: 400px) {
  body.woocommerce.custom-child .products .wc-product-image img,
  .woocommerce .products .wc-product-image img {
    width: 140px;
    height: 180px;
  }
}
body.woocommerce.custom-child .products .woocommerce-loop-product__link,
.woocommerce .products .woocommerce-loop-product__link {
  display: block;
  color: #707070;
}
body.woocommerce.custom-child .products .woocommerce-loop-product__link .price,
.woocommerce .products .woocommerce-loop-product__link .price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  color: #707070;
}
@media (max-width: 767px) {
  body.woocommerce.custom-child .products .woocommerce-loop-product__link .price,
  .woocommerce .products .woocommerce-loop-product__link .price {
    font-size: 16px !important;
  }
}
body.woocommerce.custom-child .products h2.woocommerce-loop-product__title,
.woocommerce .products h2.woocommerce-loop-product__title {
  font-size: 28px !important;
  color: #707070;
  letter-spacing: normal;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  body.woocommerce.custom-child .products h2.woocommerce-loop-product__title,
  .woocommerce .products h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    margin-bottom: 8px;
  }
}
body.woocommerce.custom-child .products a.button,
.woocommerce .products a.button {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
  background-color: #DB002C;
  border: 1px solid #707070;
  margin-top: 16px;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 1600px) {
  body.woocommerce.custom-child .products a.button,
  .woocommerce .products a.button {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  body.woocommerce.custom-child .products a.button,
  .woocommerce .products a.button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body.woocommerce.custom-child .products a.button,
  .woocommerce .products a.button {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }
}
body.woocommerce.custom-child .products a.button:hover,
.woocommerce .products a.button:hover {
  opacity: 0.8;
}

body.woocommerce-shop .woocommerce-archive-wrapper {
  padding-top: 100px;
}
body.woocommerce-shop .woocommerce-products-header {
  text-align: center;
}
body.woocommerce-shop .woocommerce-products-header h1 {
  font-size: 50px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 60px;
}

@media (max-width: 1300px) {
  .wc-columns-container .products, .woocommerce .related ul.products,
  .woocommerce .up-sells ul.products {
    grid-gap: 120px;
  }
}
@media (max-width: 1024px) {
  .wc-columns-container .products, .woocommerce .related ul.products,
  .woocommerce .up-sells ul.products {
    grid-gap: 100px;
  }
}
@media (max-width: 767px) {
  .wc-columns-container .products, .woocommerce .related ul.products,
  .woocommerce .up-sells ul.products {
    grid-gap: 50px;
  }
}

body.tax-product_cat {
  background-color: #fff;
}
body.tax-product_cat .container {
  background-color: transparent;
}

.woocommerce-archive-wrapper .gb-container > .gb-inside-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 60px 60px 60px;
}
@media (max-width: 768px) {
  .woocommerce-archive-wrapper .gb-container > .gb-inside-container {
    padding: 0px 20px 20px 20px;
  }
}

.woocommerce-products-header {
  margin-top: 100px;
  font-size: 35px;
  line-height: 47px;
  color: #000;
}
@media (max-width: 1200px) {
  .woocommerce-products-header {
    font-size: 25px;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  .woocommerce-products-header {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
  }
}
.woocommerce-products-header h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: 5px;
}
@media (max-width: 1200px) {
  .woocommerce-products-header h1 {
    font-size: 40px;
    line-height: 57px;
  }
}
@media (max-width: 768px) {
  .woocommerce-products-header h1 {
    font-size: 25px;
    line-height: 33px;
  }
}

.archive-product-background-image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}
.archive-product-background-image .background-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .archive-product-background-image .background-image img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .archive-product-background-image .background-image img {
    display: none;
  }
}
.archive-product-background-image .background-image-mobile {
  display: none;
}
@media (max-width: 767px) {
  .archive-product-background-image .background-image-mobile {
    display: block;
  }
}
.archive-product-background-image .background-image-mobile img {
  width: 100%;
}
.archive-product-background-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .archive-product-background-image::after {
    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 90%);
  }
}

.search-box-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 30vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */
  /* The Close Button */
}
.search-box-modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
}
.search-box-modal .modal-content form {
  position: relative;
  width: 100%;
}
.search-box-modal .modal-content form .search-field {
  width: 100%;
  height: 50px;
}
.search-box-modal .modal-content form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.search-box-modal .search-modal-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.search-box-modal .search-modal-close:hover,
.search-box-modal .search-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
