/***
Theme Name: Chunariculture
Author: Chunariculture
Version: 1.0.0
Description: Chunariculture.
Author URL: #
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, accessibility-ready
Text Domain:  chunariculture
***/
h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em !important;
}
.bg-gray-50 {
  background-color: #D06C5B17;
}
.d-flex {
	display: flex;
	gap: 15px;
}
textarea{
	margin-bottom:10px;
}
#suggestions{
	background:#fff !important;
}
#suggestions li{
	border:none !important;
}
.woocommerce-product-gallery__image img{
	min-width:100%;
}
footer .wpcf7-not-valid-tip{
	position: absolute;
}
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	background: transparent;
	border: 1px solid #eef0f2 !important;
	border-radius: 5px;
}