.slick-slide .wcps-items-category {
  display: none;
}
.slick-slide .wcps-items-title,
.slick-slide .wcps-items-price,
.slick-slide .wcps-items-cart {
  text-align: center !important;
}
.callus-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.callus-wrapper .callus-block {
  min-width: 150px;
  margin-left: 30px;
}
.callus-wrapper .callus-block .callback-btn {
  padding: 0 20px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #2195f2;
  color: #fff;
  display: inline-block;
}
.callus-wrapper .callus-block .email-btn {
  display: block;
  font-family: var(--font-secondary);
  font-size: 0.925em;
}
#contact_form_pop {
  padding-bottom: 20px;
}
#contact_form_pop .title {
  font-size: 26px;
  color: #333;
  margin-bottom: 30px;
}
#contact_form_pop .wpcf7-submit {
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #2195f2;
  color: #fff;
}
.inside-header .search-form {
  width: 250px;
  margin-top: 9px;
  float: right;
  display: flex;
}
.inside-header .search-form input {
  padding: 8px;
  font-size: 18px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 40px;
}
.inside-header .search-form button {
  padding: 0 16px;
  border-radius: 0 4px 4px 0;
  background-color: #ff9800;
}
.inside-header .search-form button:after {
  content: "\f002";
  font-family: GeneratePress;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}
#primary-menu .search-item {
  display: none;
}
@media screen and (max-width: 991px) {
  .inside-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .inside-header .search-form {
    display: none;
  }
  .inside-header .header-widget {
    max-width: initial;
  }
  .inside-header .header-widget .callus-wrapper {
    justify-content: center;
  }
  .inside-header .header-widget .callus-wrapper .callus-block {
    margin: 20px 10px 0;
  }
}
.woocommerce .product h1.woocommerce-products-header__title.page-title,
.woocommerce .product h1.product_title.entry-title {
  font-size: 32px;
}
.woocommerce .product .entry-content > .products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product .entry-content > .products .product {
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
.woocommerce .product .entry-content > .products .product .woocommerce-loop-product__title {
  font-size: 1.4em;
}
.woocommerce .product .entry-content > .products .product .price {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .woocommerce .product .entry-content > .products .product {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce .product .entry-content > .products .product {
    width: 100% !important;
  }
}
.top-bar {
  background: #eee !important;
  border: none !important;
  color: #333 !important;
  margin-bottom: -10px;
}
.top-bar a,
.top-bar a:visited {
  color: #333 !important;
}
@media screen and (min-width: 992px) {
  .site-logo {
    position: relative;
    top: 0;
  }
}
.fancybox-slide--html .fancybox-close-small:hover {
  background: #eee;
}
.woocommerce button.button.alt.clickBuyButton {
  background-color: #ff9800;
  margin-left: 10px;
}
.woocommerce button.button.alt.clickBuyButton:hover {
  background-color: #ff8800;
}
.woocommerce .product h1.product_title.entry-title {
  font-size: 22px;
}
/*# sourceMappingURL=custom.css.map */