#section_10_gtsp_0806 a.woocommerce-loop-product__link{
	text-decoration: none;
}
#section_10_gtsp_0806 .woocommerce-loop-product__title {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	padding: 0 10px
}
#section_10_gtsp_0806 ul.products li.product{
	margin: 0;
    padding: 0 5px;
    width: unset;
    float: unset;
    flex: 0 0 25%;
    max-width: 25%;
}
#section_10_gtsp_0806 ul.products li.product a img:hover {
transform: scale(1.1);
transition: 0.3s
}
#section_10_gtsp_0806 ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	object-fit: scale-down;
}
#section_10_gtsp_0806 ul.products li.product .product_wrapper{
	padding: 15px 5px;
	background-color: #e6e6e6;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
}
#section_10_gtsp_0806 ul.products li.product .product_wrapper:before{
	content: '';
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	opacity: 0;
	background-color: #155022
}
#section_10_gtsp_0806 ul.products li.product .product_wrapper:hover:before{
	opacity: 1;
	transition: 0.3s
}
#section_10_gtsp_0806 ul.products li.product .product_excerpt{
	color: #000;
}
#section_10_gtsp_0806 ul.products li.product .button.product_type_simple{
	display: none;
}
@media (max-width: 667px){
	#section_10_gtsp_0806 ul.products li.product{
		flex: 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}
	#section_10_gtsp_0806 ul.products li.product:nth-child(3),#section_10_gtsp_0806 ul.products li.product:nth-child(4){
		padding-bottom: 0;
	}
}