/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.category-image-wrapp img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.product-grid-item .attachment-woocommerce_thumbnail,
.product-grid-item .woocommerce-placeholder {
  height: 200px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  #main_cats .category-image-wrapp img {
    height: 320px;
  }
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
  background-color: red !important;
}
