.fa,
ul.products li.product {
  display: inline-block;
  font: normal normal normal 14px/1 system-ui;
  font-size: inherit;
}
ul.products li.product {
  text-align: left;
  margin-bottom: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.products li.product .price {
  margin: 0 0 0.5em;
}
ul.products li.product a img {
  margin-bottom: 1.5em;
}
img {
  max-width: 100%;
}
ul.products {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
ul.products:after {
  clear: both;
  content: "";
  display: block;
}
ul.products li.product {
  float: left;
  text-align: left;
  margin-bottom: 1.5em;
  position: relative;
  list-style: none;
  width: 100%;
/*  width: 48%!important; */
  float: left;
  clear: left;
}
ul.products li.product:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li.product img {
  background: 0 0;
  padding: 0;
  border: 0;
}
ul.products li.product a {
  display: block;
}
ul.products li.product a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 0.75em;
}
ul.products li.product .price {
  display: block;
  color: #800000;
  font-weight: 600;
  padding-left: 15px;
}

.woocommerce .images img {
	width:auto;
	height:auto;
}
.woocommerce .woocommerce-tabs,
.woocommerce .woocommerce_tabs {
  background: #eee;
  padding: 0;
  border: 0;
  margin-bottom: 2.244em;
}
.woocommerce .woocommerce-tabs,
.woocommerce .woocommerce_tabs {
  background: #fff;
  border: none;
}

@media only screen and (min-width: 768px) {
  .woocommerce .images {
    width: 48%;
    margin-right: 3.8%;
    float: left;
  }
  .woocommerce .summary {
    width: 48%;
    margin-bottom: 1.5em;
  }
  ul.products li.product {
    clear: none;
    width: 22%;
    margin-right: 3.8%;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product.first {
    clear: left;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer-widgets .block {
    padding-top: 25px !important;
    margin-right: 3.8%;
    float: unset;
  }
  ul.products li.product {
    clear: none;
    width: 22%;
    margin-right: 3.8%;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product.first {
    clear: left;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
}
select {
  text-align: left;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 9px;
}
button#trigger_cf {
  margin-top: 30px;
}
section.related.products {
  padding-top: 20px;
}
