/**/

.product.type-product.col-md-3{
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 13px !important;
}
.tax-product_cat .clickBuyButton {
	float: right;
	color: #ff8200;
	background: #2c3e50 !important;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	border: 0;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	top: 0;
}
.tax-product_cat div.product a h2.woocommerce-loop-product__title {
	transition: .3s;
	width: auto;
	margin: 0;
	font-size: 16px;
	color: #2c3e50;
	font-weight: 600;
	line-height: 1.2;
	font-style: normal;
	padding: 0;
	letter-spacing: -.025em;
}
.tax-product_cat div.product a h2.woocommerce-loop-product__title:hover{
	color: #ff8200;
}
div.product.type-product.flexProds{
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding-bottom: 8px !important;
}
div.product.type-product.flexProds > *{
	float:none;
}
div.product.type-product.flexProds .title-wrap{
	margin-right: 10px;
}
.tax-product_cat .flexProds.product.type-product .price{
	float: none;
	margin:0 0 0 10px;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}
.tax-product_cat .flexProds.product.type-product .clickBuyButton{
	float: none;
	margin:0 0 0 10px;
	white-space: nowrap;
	border: 0 none;
	font-size: 14px;
}
@media (max-width: 721px){
	div.product.type-product.flexProds{
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px !important;
	}
	div.product.type-product.flexProds .title-wrap {
		width: 100%;
		margin: 0 0 10px 0;
		display: block;
		text-align: center;
	}
}