#ajaxstorelisting {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: +10;
    background: #fff;
    max-width: 400px;
    right: -100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
#ajaxstorelisting.active {
    right: 0;
}
#ajaxstorelisting.left{
    right: auto;
    left: -100%;
}
#ajaxstorelisting.left.active{
    left: 0;
}
body.admin-bar div#ajaxstorelisting {
    margin-top: 32px;
}
#ajaxstorelisting .content{
    overflow-y: auto;
    height: 100%;
    padding: 10px 20px;
}
#ajaxstorelisting .content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%) !important;
}
#ajaxstorelisting .content::-webkit-scrollbar-thumb {
    background-color: #000 !important;
}
#ajaxstorelisting .content::-webkit-scrollbar {
    width: 0.7em !important;
}
.content .title-prefix,
.content .store-add{
	margin: 0px;
}
#storeLocation .title-prefix,
.header_store .store-cta-link .title-prefix{
	font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
}
.content .store_wrapper {
    padding: 10px;
    border-bottom: 1px solid rgba(204,204,204,0.28);
    margin: auto;
}
.locationWrapFlyer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.locationWrapFlyer .icons > i {
    font-size: 34px;
    color: #d4da5f;
}
.locationWrapFlyer .icons {
    padding: 0px 12px 12px 12px;
}
.locationWrapFlyer .contentFlyer > p,
.contentFlyer  h3 {
    margin: 0px;
}
.locationWrapFlyer .contentFlyer h3 {
    font-size: 18px;
    font-weight: 900;
}
.contentFlyer .storeLink a {
	font-size: 12px;
}
.locationWrapFlyer .contentFlyer .phone a:before {
    content: "\f095";
    font-size: 15px!important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.contentFlyer p{
	line-height: 0.9em;
	font-size: 10px;
    text-transform: capitalize;
} 
.locationWrapFlyer .contentFlyer h3 {
    font-size: 14px;
    line-height: 1.3em;
	font-weight: 700;
    text-transform: capitalize;
    margin: 5px 0 0px;
}
#storeLocation .store_wrapper .title-prefix{
	font-weight: 700;
}
.locationWrapFlyer .contentFlyer .mobile a{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3em;
    display: inline-block;
	margin: 5px 0;
}
.locationWrapFlyer .contentFlyer .phone a{
    font-size: 14px;
    line-height: 1.3em;
}
.locationWrapFlyer .dropIcon:after {
    content:"\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    cursor: pointer;
}
.locationWrapFlyer .dropIcon {
    display: flex;
    align-items: flex-start;
    margin-top: -5px;
	margin-left: 5px;
}
.changeLocation .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px;
    margin-left: 20px;
    font-weight: 100;
    color: #9b9b9b;
}
.changeLocation .closebtn:hover{
    color: #000;
}
#storeLocation .store-phone,
#storeLocation .store-hour,
#storeLocation .content .choose_location,
#storeLocation .content .view_location {
    margin: 10px 0;
    display: block;
}
#storeLocation .store-hour{
    margin: 15px 0;
}
#storeLocation .store-phone a:before{ 
    content:"\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
.content .view_location:before{
	content: "\f041";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	margin-right: 4px;
    font-size: 14px;
}
#storeLocation .content .store_wrapper > a.choose_location{
	color: #f00;
	margin-top: 10px;
	cursor: pointer;
}
#storeLocation .store_wrapper .store-add {
    margin-top: 10px;
    font-weight: 400; 
}
@media (max-width: 1440px ) {
	.changeLocation {
		height: 100%;
	}
}