/* Remove white background on product image hover */
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    background-color: transparent !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* .woocommerce ul.products li.product a:hover img,
.woocommerce div.product div.images:hover img {
    transform: scale(1.1);
}
 */

.select2-container .select2-selection {
	background:  #0B4937 !important;
	    border: none !important;
    font-family: "bomstad bold", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
}
.select2-selection__arrow {
	top: 0px !important;
}
.select2-selection__arrow:hover b {
	    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
}
.select2-dropdown,
.select2-results__option[aria-selected=true] {
	background: #fff !important;
}
.select2-dropdown,
.select2-results__option {
	    font-family: "bomstad bold", Sans-serif;
    font-size: 16px;
		color: #0B4937 ;
}
.select2-dropdown li:hover,
.select2-results__option[aria-selected=true] {
	background: #0B4937 !important;
	color: #fff !important;
}
.select2-search {
	display: none !important;
}

/* Form -2 CSS */
.gfield_select {
	height: 45px !important ;
	display: flex ;
	align-items: center ;
	font-family: "bomstad bold", Sans-serif !important;
	  font-size: 20px !important;
	color: #0A4937 !important ;
	border-radius: 5px !important ;
	border: 1px solid #0A493759 !important ;
	box-shadow: none !important ;
} 
.ginput_container input{
	height: 45px !important ;
	display: flex ;
	align-items: center ;
	font-family: "bomstad bold", Sans-serif !important;
	  font-size: 20px !important;
	color: #0a493790 !important ;
	border-radius: 5px !important ;
	border: 1px solid #0A493759 !important ;
	box-shadow: none !important ;
}
.gform-footer input {
		width: 100% !important ;
	padding: 12px !important ;
	border-radius: 100px !important ;
	font-family: "ppEiko black", sans-serif !important;
	font-size: 22px !important ;
	background-color: #E63911 !important ;
}
.ginput_container textarea {
	display: flex ;
	align-items: center ;
	font-family: "bomstad bold", Sans-serif !important;
	  font-size: 20px !important;
	color: #0a493790 !important ;
	border-radius: 5px !important ;
	border: 1px solid #0A493759 !important ;
	box-shadow: none !important ;
}

.gform-theme--foundation .gfield textarea.large {
	min-block-size: 8rem !important;
}