




body {
	margin: 0;
	padding: 20px;
	background-color: #fff ;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	
}

#collection_available{
	

	color: #666;
    font-size: 0.8em;
    margin-bottom: 10px;
}


#store_results{
margin: 75px 0 0;
    padding: 0;
    width: 65%;
    font-size: 0.9em;
}


img{
	
	float: right;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    top: 95px;
    width: 33%;
}



#store_filters {
	background-color: #fff;
    box-shadow: 1px 1px 5px #ccc;
    height: 58px;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 20px 0 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
}

#store_information, #store_collection {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	min-height: 100px;
	padding-left: 20px;
}

#store_information {
	border-right: 1px solid #ccc;
}

#store_elite, #store_classic {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#store_elite {
    background-color: #f1efeb;
    border: 3px solid #cec2ab;
    margin-bottom: 20px;
    padding-left: 20px;
}

.store_brand {
	background-color: #dddbd3;
    color: #333;
    display: inline-block;
    font-size: 0.8em;
    margin: 5px;
    padding: 5px 10px;
}



a:hover{
	
	color: #857b68;
}

a{
	
	color: #aea28b;
}












#search_stores{
	
	background-color: #cec2ab;
    border: 1px solid #cec2ab;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 0 38px;
    width: 150px;
line-height: 2;
cursor: pointer ;
	
}

#search_stores:hover{
	
	background-color: #aea28b;
  
}


#store_name{
	
	font-size: 1.5em;
	color: #857b68;

}



#store_adress{
	
	font-size: 0.9em;
	color: #666;

}



#store_postalcode_city{
	
	font-size: 0.9em;
	color: #666;

}




#store_phone{
	
	font-size: 1em;
	color: #444;

}



#store_email{
	
	font-size: 1em;
	color: #aea28b;
	

}




#store_web{
	
	font-size: 1em;
	color: #aea28b;
	

}





/***********************STYLE BOUton***********/



.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 1px solid #cec2ab;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;  
        font-family: 'Open Sans', sans-serif;  
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { font-size: 14px;
    margin-left: 10px;
    padding: 12px;
    width: 200px; }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}


