.calc-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 30px 0;
}
.calc-item {
	text-align: center;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
	border: 10px solid #FFF;
	padding-bottom: 27px;
}
.calc-image-link {
	max-width: 250px;
}
.calc-image {
	width: 100% !important;
	height: auto;
	margin: 0 auto;
	transition: all ease-in-out 0.3s;
	opacity: 1;
}
.calc-title {
	position: relative;
	font-size: 15px;
	padding: 10px;
}
.calc-link {
	text-decoration: none;
	position: absolute;
	font-size: 15px;
	bottom: 0;
	padding: 7px 0px 6px 0px;
	right: 0px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	/*background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
	background-size: 200% auto;*/
	background-color: #2e86c1;
	color: #FFF;
	width: 100%;
}
.calc-link:hover {
	color: #FFF;
	background-position: right center;
	box-shadow: 0 0 10px #2e86c190;
}
@media (max-width: 1350px) {
	.calc-box {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 992px) {
	.calc-box {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767px) {
	.calc-box {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 565px) {
	.calc-box {
		grid-template-columns: repeat(1, 1fr);
	}
	.calc-item {
	        width: fit-content;
		max-width: 340px;
	        margin: 0 auto;
	}
}



















/**/

.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;
	}
}