@font-face {
  font-family: "Kozuka Gothic Pro";
  src: url(68bd773c676f91c6fd18ce5c13e5284f.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  src: url(262df79363c608abb59c356e3ebaf888.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  src: url(f62c0035cc3bafbe05f3490a5614f74b.TTF) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
========================
PRODUCT
========================
*/
.product-list {
  margin-bottom: 30px;
}
@media (max-width: 320.98px) {
  .product-list {
    width: 100%;
  }
}
.product-list .box-product {
  border: 1px solid #fff;
  border-bottom: 1px solid #E0E0E0;
  overflow: hidden;
  padding: 15px;
  transition: border-color 0.3s ease;
  height: 100%;
}
.product-list .box-product .product-title {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #29292A;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .product-list .box-product .product-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .product-list .box-product .product-title {
    font-size: 16px;
  }
}
.product-list a,
.product-list .product-hover {
  height: 100%;
}
.product-list a img,
.product-list .product-hover img {
  transition: 0.3;
  width: 100%;
  height: auto;
}
.product-list a:hover .box-product,
.product-list .product-hover:hover .box-product {
  border-color: #E0E0E0;
  transition: border-color 0.3s ease;
}
.product-list a:hover .img-zoom img,
.product-list .product-hover:hover .img-zoom img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.3;
}

/*
========================
CATEGORY
========================
*/
.categories-holder {
  padding-top: 50px;
}
@media (max-width: 575.98px) {
  .categories-holder {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .categories-holder.row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.categories-holder .categories-list {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .categories-holder .categories-list {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 280.98px) {
  .categories-holder .categories-list {
    width: 100%;
  }
}
.categories-holder a {
  display: block;
  height: 100%;
}
.categories-holder a .img-zoom {
  height: 360px;
  background-color: #000;
}
@media (max-width: 1024.98px) {
  .categories-holder a .img-zoom {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .categories-holder a .img-zoom {
    height: 230px;
  }
}
@media (max-width: 375.98px) {
  .categories-holder a .img-zoom {
    height: 200px;
  }
}
@media (max-width: 320.98px) {
  .categories-holder a .img-zoom {
    height: 170px;
  }
}
.categories-holder a .img-zoom img {
  opacity: 0.9;
}
.categories-holder a:hover .img-zoom img {
  opacity: 0.6;
}
.categories-holder .categories-logo {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
@media (max-width: 1199.98px) {
  .categories-holder .categories-logo {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .categories-holder .categories-logo {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 320.98px) {
  .categories-holder .categories-logo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
.categories-holder .categories-logo img {
  height: 30px;
}
@media (max-width: 1600.98px) {
  .categories-holder .categories-logo img {
    height: 20px;
  }
}
.categories-holder .categories-logo .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 320.98px) {
  .categories-holder .categories-logo .title {
    font-size: 18px;
  }
}
.categories-holder .category-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.product-category {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 1024.98px) {
  .product-category {
    padding-bottom: 140px;
  }
}
.product-category .categories-holder a .img-zoom {
  height: 450px;
}
@media (max-width: 1199.98px) {
  .product-category .categories-holder a .img-zoom {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .product-category .categories-holder a .img-zoom {
    height: 250px;
  }
}
@media (max-width: 479.98px) {
  .product-category .categories-holder a .img-zoom {
    height: 200px;
  }
}
.product-category .categories-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767.98px) {
  .product-category .categories-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .product-category .categories-title .category-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0;
  }
}
@media (max-width: 320.98px) {
  .product-category .categories-title .category-title {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .filter-holder {
    width: 33.33333333%;
  }
}

.product-filter {
  border: 1px solid #E0E0E0;
  padding: 30px 30px 0px 30px;
}
@media (max-width: 991.98px) {
  .product-filter {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 20px 0 20px;
  }
}
.product-filter .woof_container_inner h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #29292A;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .product-filter .woof_container_inner h4 {
    display: none;
  }
}
.product-filter .woof_container_inner .icheckbox_minimal-grey {
  background: none;
  height: auto;
  width: auto;
  vertical-align: inherit;
}
.product-filter .woof_container_inner input.woof_checkbox_term {
  height: 32px;
  width: 32px;
  line-height: 35px;
  border: 1px solid #607D8B;
  border-radius: 0;
  opacity: 1 !important;
  position: relative !important;
}
@media (max-width: 1600.98px) {
  .product-filter .woof_container_inner input.woof_checkbox_term {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
.product-filter .woof_container_inner input[type=checkbox]:before,
.product-filter .woof_container_inner input[type=checkbox]:checked:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #676A6C;
}
.product-filter .woof_container_inner input[type=checkbox]:checked:after {
  content: "";
  height: 17px;
  width: 10px;
  top: 43%;
  left: 50%;
  border-bottom: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  position: absolute;
  transform: translate(-50%, -50%) rotate(41deg);
}
.product-filter .woof_container_inner .woof_checkbox_label {
  font-size: 20px;
  color: #29292A;
  padding-left: 10px;
  font-weight: 400;
}
@media (max-width: 1600.98px) {
  .product-filter .woof_container_inner .woof_checkbox_label {
    font-size: 16px;
  }
}
.product-filter .woof_container_inner .woof_checkbox_count {
  margin-left: 5px;
  color: #676A6C;
}
.product-filter ul.woof_list li {
  margin-bottom: 10px;
}
.product-filter .woof_reset_search_form {
  padding: 10px 40px;
  background-color: #607D8B;
  color: #fff;
  border: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#woof_svg_load_container img {
  display: none !important;
  height: 100px !important;
  width: 100px !important;
  filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(384%) hue-rotate(155deg) brightness(97%) contrast(86%);
}

#woof_html_buffer {
  display: none !important;
}

.plainoverlay {
  background-color: transparent !important;
  background-image: none !important;
}

#productFilter {
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 991.98px) {
  #productFilter {
    display: block;
  }
}
#productFilter .accordion-item {
  border-radius: 0 !important;
}
#productFilter .accordion-button {
  background-color: transparent !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #29292A !important;
  border-radius: 0 !important;
}
@media (max-width: 320.98px) {
  #productFilter .accordion-button {
    font-size: 20px;
  }
}
#productFilter .accordion-button:focus {
  border: none;
  box-shadow: none;
}
#productFilter .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(6%) saturate(225%) hue-rotate(201deg) brightness(94%) contrast(83%);
}

@media (min-width: 992px) {
  #product-holder {
    width: 66.66666667%;
  }
}

.product-container {
  margin-bottom: 50px;
}

.product {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1024.98px) {
  .product {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.product .total-post .woocommerce-result-count {
  font-size: 20px;
  line-height: 35px;
  color: #676A6C;
  margin-bottom: 30px;
}

.woocommerce-pagination {
  display: none !important;
}
