/***
Theme Name: horizonmall
Author: horizonmall
Version: 1.0.0
Description: horizonmall.
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:  horizonmall
***/
#wp-comment-cookies-consent {
  max-width: 18px;
  margin-right: 10px;
}
.comment-form-cookies-consent {
  display: flex;
}
.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;
}