/*
 Theme Name:     ApotheCare Child
 Theme URI:      https://www.apothecare.org
 Description:    ApoheCare Child Theme
 Author:         ApotheCare
 Author URI:     https://www.apothecare.org
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
a {
color: #dc7657;	
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field
 {
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    border-radius: 50px;
    margin-top: -250px;
}

/*make the menu items fullwidth and add space between them*/

.pa-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 10px 0;
}

/* Adjust width for a specific field ID */
.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
	inline-size: 100%; 
}