/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2025 | 07:33:39 */
.ast-mobile-header-content {
	height: 100vh;
    margin-top: -5rem;
    align-content: space-evenly;
}

#ast-hf-mobile-menu {
	text-align-last: center;
    background-color: white;
}

.menu-link {
	border-bottom-color: white !important;
}




/*////////////////////// STORE LOCATOR STYLING ////////////////////////////*/

#store-locator input {
    width: 100%;
    background-image: url(/wp-content/uploads/2025/05/search-logo.webp);
    background-position: 10px  center;
    background-repeat: no-repeat;
    text-indent: 25px;
    padding: 7px;
    border: 1px solid #91d4c3;
    border-radius: 4px;
    font-size: 15px;
}

#outlet-listing {
	background-color: white;
    padding: 1rem 2rem !important;
    border: 1px solid #91d4c3;
    border-radius: 5px;
	font-size: 15px;
	max-height: 24rem;
	scrollbar-color: #c5e3da white;
}

#outlet-listing a {
    color: #7ac5b0 !important;
    font-weight: 600 !important;
}

#outlet-listing a:hover {
  color: #69a997 !important;
}