input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #000;
    border-top: none;
    padding: 0 .75em;
    height: 2.507em;
    border-left: none;
    border-right: none;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); */
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection{
box-shadow:0 !important;
}



input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.product-summary .quantity {

display:none;

}

/* Button Color On Slider */

.preview-properties{
background-color: #17450D;
}

/* Change Text Site Wide */

function wpfi_change_text( $translated_text ) {
	if ( $translated_text == 'ORIGINAL TEXT' ) {
		$translated_text = 'NEW TEXT';
	}
	return $translated_text;
}
.quick-view{
color: black !important;
background-color: #fccf27 !Important;
}

.input.search-field mb-0{

background-color:black !important;
}

