/*SIDEBAR*/
.c-sidebar-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.c-info-box {
  display: flex;
  flex-direction: column;
}
.c-info-box .c-icons {
  font-size: 2.5rem;
}
.c-info-box h4, .c-info-box h5, .c-info-box h6 {
  letter-spacing: -0.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-info-box span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.c-categories {
  list-style-type: none;
  padding-left: 0;
}
.c-categories ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories ul li {
  font-size: 0.95rem;
}
.c-categories ul li a {
  color: #000;
}
.c-categories ul li a:hover {
  color: #FF6600;
}
.c-categories ul li:before {
  font-family: "ceramizer-icons" !important;
  content: "\e916" !important;
  padding-right: 0.3em;
  font-size: 1.5rem;
  color: #FF6600;
  vertical-align: middle;
}

.c-categories-main {
  list-style-type: none;
  padding-left: 0;
}
.c-categories-main ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories-main ul li a {
  color: #000;
}
.c-categories-main ul li a:hover {
  color: #FF6600;
}
.c-categories-main .c-li-0 {
  margin: 12px 0;
  font-size: 0.9rem;
}
.c-categories-main .c-parent-category i {
  font-size: 1.1rem;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  transition: 0.3s ease;
  margin-left: 6px;
  color: #FF6600;
}
.c-categories-main .c-parent-category i:hover {
  cursor: pointer;
  background-color: #eee;
  color: #FF6600;
}
.c-categories-main .c-parent-category .rotate {
  transform: rotate(-180deg);
}
.c-categories-main .c-parent-category ul li {
  line-height: 1.1em;
  margin: 12px 0;
  font-size: 0.85rem;
}
.c-categories-main .c-sub-categories {
  display: none;
}

.categories::marker {
  display: none;
}

.open-on-load + .c-sub-categories {
  display: block;
}

.wc-block-product-categories-list--depth-0 li::before {
  padding-right: 0.05em !important;
}

.wc-block-product-categories-list--depth-1 li {
  display: flex;
  align-items: flex-start;
  margin: 6px 0;
}
.wc-block-product-categories-list--depth-1 li::before {
  margin-top: -8px !important;
  padding-right: 0.1em !important;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .c-sidebar-box .c-categories li a {
    font-size: 0.8rem;
  }
}
/*END SIDEBAR*/
.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.woocommerce-breadcrumb a {
  font-size: inherit;
}

.woocommerce-message {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 0.8rem;
}

.c-empty-cart .cart-empty.woocommerce-info {
  font-size: 1.2rem;
  font-weight: 500;
}

.onsale {
  position: absolute;
  background: black;
  padding: 4px 12px;
  font-size: 0.65rem;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eee;
}

@media screen and (max-width: 576px) {
  .woocommerce-breadcrumb {
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
}
h1 {
  color: #FF6600;
}

.c-hero-archive {
  padding-top: 30px;
  height: 450px;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-hero-archive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: -1;
}
.c-hero-archive h1 {
  color: #f5f5f5;
}
.c-hero-archive .woocommerce-breadcrumb {
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hero-archive .term-description {
  color: #f5f5f5;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}

.c-sidebar-woocommerce {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}
.c-sidebar-woocommerce h4 {
  margin-bottom: 15px;
}
.c-sidebar-woocommerce .c-sidebar-box {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.c-product-list-options {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
}
.c-product-list-options .c-btn-view {
  border: none;
  background: #fff;
  padding: 10px 10px 5px 10px;
  margin: 0 5px;
  border-radius: 10px;
}
.c-product-list-options .c-btn-view i {
  color: #FF6600;
  font-size: 1.1rem;
}
.c-product-list-options .c-btn-view:hover {
  box-shadow: 0 0 10px #eee;
}
.c-product-list-options .woocommerce-result-count {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.c-product-list-options select.orderby {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-size: 20px;
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 3px 10px;
  font-size: 0.8rem;
  border-radius: 10px;
}

.products {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.products .product {
  padding: 12px;
  margin: 12px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s 0s ease;
}
.products .product:hover {
  box-shadow: 1px 3px 10px #acacac;
}
.products .product .woocommerce-loop-product__title {
  font-size: 1rem;
  margin-top: 10px;
  color: #000;
}
.products .product .add_to_cart_button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 5px 0;
  align-self: flex-end;
  margin-top: auto;
}
.products .product .add_to_cart_button:hover {
  color: #fff;
  background-position: center right;
}

.c-grid-view .products {
  display: flex;
  flex-wrap: wrap;
}
.c-grid-view .products .product {
  display: flex;
  flex-direction: column;
}
.c-grid-view .products .product img {
  width: 100%;
  height: auto;
}
.c-grid-view .products .c-product-details {
  display: flex;
  flex-direction: column;
}
.c-grid-view .products .price {
  display: block;
  margin-bottom: 10px;
}
.c-grid-view .products ins {
  text-decoration: none;
}
.c-grid-view .products del {
  font-size: 0.85rem;
  color: black;
}
.c-grid-view .columns-3 li {
  flex: 0 0 calc(33.3333333333% - 24px);
}
.c-grid-view .columns-4 li {
  flex: 0 0 calc(25% - 24px);
}

.c-list-view .products {
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-list-view .products .product {
  display: flex;
  align-items: center;
}
.c-list-view .products .product .add_to_cart_button {
  margin-top: 15px;
  width: 300px;
}

.woocommerce-pagination {
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 10px;
}
.woocommerce-pagination .page-numbers {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-pagination .page-numbers li {
  margin: 0 5px;
}
.woocommerce-pagination .page-numbers .page-numbers:not(.next, .prev) {
  padding: 5px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 0.85rem;
  background-color: #FF6600;
}
.woocommerce-pagination .page-numbers .page-numbers.current {
  background: #000;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .c-product-view-options {
    display: none;
  }

  .c-list-view .products, .c-grid-view .products, .products {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
  }
  .c-list-view .products .product, .c-grid-view .products .product, .products .product {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .c-list-view .products .product a:first-child:not(.c-product-details a), .c-grid-view .products .product a:first-child:not(.c-product-details a), .products .product a:first-child:not(.c-product-details a) {
    width: 40%;
  }
  .c-list-view .products .product .add_to_cart_button, .c-grid-view .products .product .add_to_cart_button, .products .product .add_to_cart_button {
    margin-top: 15px;
    width: 200px;
    align-self: normal;
  }
}
@media screen and (max-width: 576px) {
  .c-hero-archive .woocommerce-breadcrumb {
    flex-wrap: wrap;
  }

  .c-product-list-options .c-product-view-options {
    display: none;
  }
  .c-product-list-options .woocommerce-result-count {
    font-size: 0.7rem;
    line-height: 1.2em;
  }
  .c-product-list-options select.orderby {
    font-size: 0.7rem;
  }

  .c-grid-view .products, .c-list-view .products, .products {
    display: block;
  }

  .woocommerce-pagination {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=product-archive.css.map */
