#main .products li.product a.woocommerce-loop-product__link {
  position: relative;
  max-width: 100%;
  height: 255px;
  padding-top: 255px;
  margin-bottom: 60px;
	z-index: 1;
}
#main .products li.product a.woocommerce-loop-product__link img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	width: auto;
	z-index: 1;
}
#main .products li.product a.product_type_variable.add_to_cart_button, #main .products li.product p.single_add_to_quote_loop, #main .products li.product a.product_type_simple.ajax_add_to_cart {
	display: none;
}
#main .products li.product span.onsale {
	background: #f00;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 8px 40px;
  margin: 0 0 4px;
  font-size: 14px;
}
#main .products li.product a.woocommerce-loop-product__link:hover img {
	  opacity: 0.3;
	  background: #ccc;
}
#main .products li.product a.woocommerce-loop-product__link:hover img {
	  border: 4px solid #e00;
}
.storefront-breadcrumb {
	margin-bottom: 0px;
	opacity: 0.4;
}
#page header.woocommerce-products-header {
  padding: 0;	
}
.posted-on, .vcard.author {display: none !important;}
a {
  color: #d00;	
}
.site-info {
	text-align: center;
}
.ct_footer_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ct_footer_menu li {
	display: inline-block;
	padding: 4px 14px;
}
.ct_footer_menu li a {
	color: #aaa !important;
}
button.single_add_to_cart_button { background: #40a717 !important;}
.button_add_to_quote { margin: 20px 0; }
.button_add_to_quote button.single_adq_button {
	background: #fb9324;
}
.product .entry-summary {
	margin-bottom: 0px !important;
}
.product .product_meta { display: none; }
.product .woocommerce-tabs.wc-tabs-wrapper {
	width: 56%; float: right; clear: none !important; margin-top: 0; padding-top: 0;
}
.product ul.wc-tabs {display: none;}
.product .entry-content { clear: none; display: block !important; width: 100% !important;  }
.product .entry-content.woocommerce-Tabs-panel--additional_information {
	display: none !important;
}
.stock.in-stock {
	display: none;
}
@media screen and (max-width: 767px) {
	.secondary-navigation {
		display: block !important;
		clear: both;
	}
	.secondary-navigation #menu-ts-top-right {
		list-style: none;
		padding: 12px 0 0;
		margin: 0 auto;
		text-align: center;
	}
	.secondary-navigation #menu-ts-top-right li {
		padding: 0 10px;
		display: inline-block;
	}
	.storefront-primary-navigation {
		position: relative;
		width: 100%;
	}
	.storefront-primary-navigation button.menu-toggle {
		position: absolute;
		top: -85px;
		right: 20px;
	}
}
@media screen and (max-width:600px) {
  .product .woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	}
}