/*
Theme Name: Shopire Child
Theme URI: https://example.com/shopire-child
Description: Child theme for the Shopire theme
Author: Your Name
Author URI: https://example.com
Template: shopire
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../shopire/style.css");
.woocommerce ul.products li.product .product-single .product-img img {
    height: 250px;
    object-fit: contain;
    width: 100%;
    background: #fff; /* optional: helps prevent ugly gaps */
}
.wf_pagetitle {
  	padding-top: 2.5rem!important;
	padding-bottom: 2.5rem!important;
}
.header-search-form input.header-search-input{
	width: 100%;
}
.wf_footer-top {
  padding-top: 8.5rem;
}
.wf_footer-top::before {
  content: 'Why Choose Us';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: table;
  margin: 24px auto 7px auto;
  font-size: 24px;
  font-weight: 600;
}
.logo-quality {
  max-width: 130px !important;
}

.woocommerce-product-gallery .wp-post-image{
	max-height: 400px;
  	width: auto!important;
}