a:hover {
    outline: 0 !important;
    text-decoration: none !important;
}
a:active {
    outline: 0 !important;
    text-decoration: none !important;
}
a:link {
    outline: 0 !important;
    text-decoration: none !important;
}

.archive.woocommerce-page .entry-featured {
  max-height: 300px;
  width: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img {
  max-height: 200px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner li.title {
  margin-bottom: -1.6em;
}

.woocommerce nav.woocommerce-pagination ul {
  text-align: center;
}

#main #content-wrap {
  margin-top: -2em;
  margin-bottom: -2em;
}

.div_evowap_btn {
  margin-top: -3px;
  margin-bottom: -2em;
}

.woocommerce div.product .product_title {
  margin-top: 2em;
}



@media only screen and (max-width: 720px) {
		
.woocommerce div.product .woocommerce-tabs {
  margin-top: -4em;
}
		
.woocommerce div.product .product_title {
  margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 0px
}
		
}