/*
 Theme Name:   Yainbaemek
 Description:  Woodmart Child Theme
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

#billing_country_field{
	display:none
}

.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] {
	border: none !important;
}

.product-grid-item .product-wrapper {
	box-shadow: rgba(100,100,111,.2) 0 7px 29px 0;
	padding: 15px 0px !important;
}

.product-wrapper img {
	max-height: 230px !important;
	width: auto !important;
}

.order_details{
	display:none
}

.woocommerce-product-gallery img {
	max-height: 500px !important;
	width: auto !important;
	margin: auto;
	display: block;
}

.product-categories .count{
	display:none
}

.wd-back-btn{
	display:none
}

@media only screen and (max-width: 600px) {
	.product-wrapper img {
		max-height: 145px !important;
}

.payment-method-description{
	text-align: center !important;
	margin-top: 10px !important;
}

.woocommerce-product-gallery img {
	max-height: 300px !important;
}