/*
* Local store CSS
*/

.local-store-banner{
	margin-top: -6px;
	position: relative;
	
}

.local-store-banner-bg{
	width: 100%;
	/*height: 32px;
	position: absolute;
	top: 0px;*/
	background: #5d5d5d;
	box-sizing: border-box;
}


.local-store-banner-hover{

}

.local-store-banner-top{
    margin: 0 auto;
	position: relative;
	max-width: 1280px;
	overflow: hidden;
	transition: height 1s;
	transition-delay: 1s;
	box-sizing: border-box;
    padding: 3px 20px;
    font-size: 18px;
    font-size: 1.2vw;
	line-height: 1em;
	display: flex;
	align-items: center;

}


.local-store-banner-place-marker{
	max-width: 1em;
	flex-basis: auto;
	margin-right: 12px;
	opacity: 0.6;
}

.your-store{
	opacity:0.6;
	font-weight:500;
    margin-right: 3px;
}

.local-store-banner-top a, .local-store-banner-top a:visited{
	color:#ffffff;
    font-weight:700;
    text-decoration:none;
  vertical-align: middle; 
  flex-basis: auto;
  margin-right: 12px;

}

span.see-all {
    margin-left: -4px;
}

.local-store-banner-top span.see-all a{
	color:#efefef;
    font-weight:700;
    text-decoration:underline;
    font-size: 0.6em;
}


.local-store-banner-top .lsb-right-item{
	float:right;
	display:inline-block;
	margin-left:20px;

}

.local-store-banner-top img.lsb-checkbox{
	max-width: 1.5em;
	margin-right:5px;
	margin-left:20px;
}
.local-store-banner-top span.lsb-top-statement{
	font-weight:500;
	color:#ffffff;
}
.local-store-banner-top span.lsb-top-statement a, .local-store-banner-top span.lsb-top-statement a:visited{
    font-weight:500;
    color: #dcdcdc;
}

/*
* Lower flyout
*/

.local-store-banner-hover-drop{
	    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    
}

.local-store-banner-hover-inner{
    box-sizing: border-box;
    padding: 20px 10px 15px 10px;
    background: #e3e3e3;
    width:100%;
    display:none;
        height: 0px;
    overflow: hidden;
    transition:height 1s;
    /*transition-delay: 1s;*/
}

.open-local{
	display:block;

}

.local-store-banner-hover-drop .lsb-lower-left {
    width: 75%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.local-store-banner-hover-drop a , .local-store-banner-hover-drop a:visited{
	color:#333333;
	text-decoration:none;
}

.local-store-banner-hover-drop .lsb-lower-right ul li a:last-child{
	color:#196e8e;
}

.lsb-lower-left img {
    width: 30%;
    margin-left: 3%;
}

.local-store-banner-hover-drop .lsb-lower-right{
	    width: 25%;
    float: left;
}

.lsb-lower-right ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}
.lsb-lower-right ul li {
    display: flex;
    margin-bottom: 15px;
    margin-bottom: 10px;
}



.lsb-lower-right ul li:last-child{
	margin-bottom: 5px;
	margin-top:10px;
}

.lsb-lower-right ul li span.lsb-bottom-statement {
    vertical-align: middle;
    font-size: 2.2rem;
    font-size: 1.5vw;
}

.lsb-heavy{
	font-weight:700;
}

.lsb-lower-right ul li img {
    max-width: 2em;
    width: 2em;
    margin-right: 5px;
    max-width: 1.3em;
    width: 1.3em;
}

.lsb-lower-right ul li img.lsb-google-badge {
    max-width: 2em;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    max-width: 1.3em;
    width: 1.3em;
    height:1.3em;
}

.lsb-lower-right ul li img.lsb-google-count {
    max-width: 5em;
    width: 5em;
    max-width: 2.5em;
    width: 2.5em;
}


.lsb-lower-right li a {
    font-size: 1.6rem;
    font-weight: 700;
}



/*
* generic banner
*
*/

.local-store-banner.generic .local-store-banner-top {
    color: #ffffff;
    padding: 10px 20px;
}

.local-store-banner.generic .local-store-banner-top a.generic-your-stores{
	color:#efefef;
    font-weight: 500;
}

.local-store-banner.generic .local-store-banner-top a {
    font-size: 0.9vw;
    margin-right: 0px;
    margin-left: 7px;
}

.local-store-banner.generic .top-banner-center {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}


/*
* mobile css
*/

div#local-store-modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	background: #00000080;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
}

div#local-store-modal-mobile .local-store-modal-mobile-outer {
	width: 100%;
	top: 50%;
	position: absolute;
	transform: translate3d(0%, -50%, 0);
}

div#local-store-modal-mobile .local-store-modal-mobile-inner {
	position: relative;
}

div#local-store-modal-mobile .local-store-modal-mobile-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	font-size: 30px;
	color: #ffffff;
}

.local-store-banner-link {
    display: inline-block;
}



/*
* desktop large screen only
*/
@media only screen and (min-width : 1280px) {
	.local-store-banner-top{
        font-size: 18px;
	}

	.lsb-lower-right ul li {

    margin-bottom: 15px;

    }


	.lsb-lower-right ul li span.lsb-bottom-statement{
		    font-size: 2.2rem;
	}

	.lsb-lower-right ul li img {
    max-width: 2em;
    width: 2em;
    }

    .local-store-banner.generic .local-store-banner-top a {
        font-size: 13px;
    }



.lsb-lower-right ul li img.lsb-google-badge {
    max-width: 2em;
    width: 2em;
    height: 2em;

}

.lsb-lower-right ul li img.lsb-google-count {
    max-width: 5em;
    width: 5em;
}
    
}




