.icon-i, .card-i, .time-i {
  font-size: 3.5rem;
}
.header-main.fixed .header__main-form, .header-main.fixed .header__main-home {
  display: none;
}
.footer-container {
  padding: 0;
  margin-bottom: 64px;
}
.woocommerce_tags,
.products a.button, .products a.added_to_cart, .products .product a.button.added {
  position: relative;
  z-index: 1;
}
.woocommerce_tags {
  top: 0;
}
.products a.button, .products a.added_to_cart, .single_add_to_cart_button {
  display: inline-block;
  padding: 0 16px;
  border: 1px solid transparent;
  line-height: 1.5rem;
  cursor: pointer;
  height: 30px;
  line-height: 26px !important;
}
.product input.qty {
  height: 30px;
  width: 65px;
  margin: 0;
  font-size: 0.9rem;
  margin-right: 6px;
}
.products a.button, .products a.added_to_cart, .woocommerce-pagination {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  letter-spacing: .025rem;
  line-height: 1.75;
}
.product_title {
  margin-bottom: 32px;
}
::placeholder {
  font-weight: 300;
}
.__btn, .__btn-outline {
  min-width: 200px;	
  height: 50px;
  line-height: 47px;
  padding: 0 12px;
  margin-top: 16px;
  border-radius: 0px;
  text-align: center;
  border: none;	
  z-index: 100;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
	cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}