body.site-content-boxed-container #view {
  background-color: #2f2f2f;
}
body.site-content-boxed-container .site-content {
  background-color: #2f2f2f;
}
body.woocommerce-page.archive #view {
  background-color: #2f2f2f;
}
body.woocommerce-page.archive .site-content {
  background-color: #2f2f2f;
}
@media (min-width: 992px) {
  body .woostify-sorting {
    display: none;
  }
}
@media (max-width: 991px) {
  body .products .product .product-loop-image-wrapper:hover .quick-view-with-text {
    opacity: 0;
    visibility: hidden;
  }
  body .products .product .product-loop-image-wrapper:hover .quick-view-on-bottom-image {
    transform: translateY(0);
  }
  body .products .product .product-loop-image-wrapper:hover .product-loop-image-wrapper:not(.flex-button) .quick-view-on-center-image {
    top: 0;
  }
  body .products .product .product-loop-image-wrapper:hover .flex-button .loop-add-to-cart-on-image,
body .products .product .product-loop-image-wrapper:hover .flex-button .loop-add-to-cart-on-image + .added_to_cart {
    bottom: 0;
  }
  body .products .product .product-loop-image-wrapper:hover .flex-button .quick-view-on-center-image {
    top: 0;
  }
}
body .widget-title {
  color: #fff;
  font-size: 32px;
}
body .widget-area .widget {
  background-color: #3a3a3a;
  padding: 20px;
}
body .widget-area .widget .widget-title,
body .widget-area .widget .widgettitle {
  font-size: 20px;
  font-family: "Helvetica", sans-serif;
}
body .widget-area .widget .cat-item-32 {
  display: none;
}
body .widget-area .widget a {
  font-size: 16px;
  text-transform: uppercase;
}

.site-content-boxed-container #view .category-anchor {
  width: 100%;
  list-style: none;
}
.site-content-boxed-container #view .category-anchor h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.site-content-boxed-container #view .category-anchor h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  background-color: #bf8c49;
  margin-left: auto;
  margin-right: auto;
}

.categories-list {
  list-style: none;
  padding: 40px 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  background-color: #3a3a3a;
}
@media screen and (max-width: 991.92px) {
  .categories-list {
    display: none;
  }
}
.categories-list__item:not(:last-child) {
  margin-right: 20px;
}
.categories-list__item a {
  border: 2px solid rgb(191, 140, 73);
  text-transform: uppercase;
  background-color: rgba(19, 70, 175, 0);
  color: rgb(191, 140, 73);
  border-radius: 0;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}
.categories-list__item a:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.products.columns-2 .product {
  background-color: #3a3a3a;
}
.products.columns-2 .product .added_to_cart.wc-forward {
  display: none;
}
.products.columns-2 .product h2 a {
  color: #fff;
}
.products.columns-2 .product .price {
  color: #8f8f8f !important;
}
.products.columns-2 .product .price * {
  color: #8f8f8f !important;
}

@media (min-width: 601px) {
  .products.columns-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products.columns-2 .product {
    margin-right: 0;
  }
}
.additives {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 32px;
  position: relative;
}
.additives select {
  margin: 10px 0;
  padding: 5px 20px;
}
.additives.loading:after {
  content: "";
  display: block;
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.additives p.header {
  font-size: 16px;
  color: #2b2b2b;
  text-transform: uppercase;
  margin: 0;
}
.additives .added_to_cart.wc-forward {
  display: none;
}
.additives h5 {
  font-size: 1.4em;
  margin-top: 32px;
}
.additives .products {
  width: 100%;
}
.additives .products li {
  width: 100%;
  list-style: none;
  display: flex;
}
.additives .products li:not(:last-of-type) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.2392156863);
}
.additives .products li form {
  width: 100%;
  display: flex;
  align-items: center;
}
.additives .products li h6:not(.variation-price) {
  margin-right: auto;
}
.additives .products li .variation-price {
  margin-right: 20px;
}
.additives .additives-product-infor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.additives .additives-product-infor .additives-quantity {
  display: flex;
  align-items: stretch;
  height: 24px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.additives .additives-product-infor .additives-quantity .qty {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 40px;
  line-height: 24px;
  text-align: center;
  -moz-appearance: textfield;
  background-color: transparent;
  border: none;
}
.additives .additives-product-infor .additives-quantity .qty::-webkit-inner-spin-button,
.additives .additives-product-infor .additives-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.additives .additives-product-infor .additives-product-qty {
  cursor: pointer;
  width: 24px;
  font-size: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
}
.additives .additives-product-infor .additives-product-qty[data-qty=minus] {
  border-right: 1px solid #ccc;
}
.additives .additives-product-infor .additives-product-qty[data-qty=plus] {
  border-left: 1px solid #ccc;
}
.additives .additives-product-infor .additives-product-qty .woostify-svg-icon svg {
  width: 10px;
  height: 11px;
}

.quick-view-content .product_title a {
  pointer-events: none;
}
/*# sourceMappingURL=cs-product-archive.css.map */
