.product-section {
    position: relative;
  }
  .product-section .slick-list {
    overflow: hidden !important;
  }
  .product-section .slick-arrow i {
    display: block;
  }
  .icon-chevron-right:before {
    content: "\e902";
  }
  .icon-chevron-left:before {
    content: "\e901";
  }
  .product-section .slick-arrow i {
    display: block;
  }
  .product-section .slick-arrow {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none;
    z-index: 3;
    background: none;
    padding: 0;
    margin: 0;
    color: #000;
    top: 5.625rem;
    font-size: 18px;
  }
  @media (min-width: 1400px){
  .product-section .slick-prev {
      right: -32px;
  }
  .product-section .slick-arrow {
    top: 298px;
    font-size: 36px;
  }
  .product-section .slick-next {
    left: -32px;
  }
  }
.reset_variations{
  display: none;
}

.category-products-holder .loader-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s ease visibility, .3s ease opacity;
  transition: .3s ease visibility, .3s ease opacity;
  opacity: 0;
  visibility: hidden;
}
.css-loader {
  color: #000;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.category-products-holder.ajax_loading .loader-wrap {
  opacity: 1;
  visibility: visible;
}
.woocommerce-form-login-toggle{
  display: none;
}
.woocommerce-variation-price{
  display:none;
}