#menu{
	position: relative;
	width: 100%;
}

.menu23{
	background: white;
	box-shadow: 2px -1px 3px 3px rgba(0,0,0,0.41);
	-webkit-box-shadow: 2px 4px 3px -2px rgba(0,0,0,0.31);
	-moz-box-shadow: 2px 4px 3px -2px rgba(0,0,0,0.31);
	
}

.menu23 .top-bar{
	background: #f1f1f1;
    padding: 7px 0px;
    font-size: 12px;
}

.menu23 .top-bar .more-links a{
	color: unset;
	font-weight: 500;
	margin-left: 10px;
}

.menu23 .lang-switcher{
	cursor: pointer;
}

.menu23 .lang-switcher .uk-dropdown.uk-open {
    min-width: 150px;
    padding: 0px;
}

.menu23 .lang-switcher .uk-dropdown a{
    padding: 10px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #f8f8f8;
    text-align: left;
    margin-left: 0px!important;
}

.menu23 .lang-switcher .uk-dropdown a:hover{
	text-decoration: none!important;
	background: #d5d5d5;
}

.menu23 .lang-switcher svg{
    height: 15px;
    width: 16px;
    margin-top: -2px;
    margin-right: 3px;
}

.menu23 .mid-div{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 125%;
}

.menu23 .mid-div a{
	color: unset;
	text-decoration: unset;
}


.menu23 .mid-div .logo{
	max-height: 35px;
	margin-top: 0px;
}

.menu23 .mid-div-mobile .logo{
	max-height: 25px;
	margin-top: 5px;
}


.menu23 .cta-button svg{
	height: 35px;
	width:  35px;
	fill: #dddddd;
	margin-right: 10px;
}

.menu23 .cta-button{
	border-left: 1px solid #f1f1f1;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 12px;
}

.menu23 .cta-button strong{
	font-size: 14px;
}

.menu23 .cart-and-user-div{
	padding-top: 10px;
}

.menu23 .cart-and-user-div svg{
	height: 16px;
	width: 	16px;
	margin-top: -5px;
	fill: #1d1c1c;
}

.menu23 .cart-dollars{
	display: inline-block;
}

.menu23 .cart-item-num{
    background: #838383;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-top: -1px;
    position: absolute;
    margin-left: 5px;

    animation: flashOpacity 1s ease-in-out 0s 3; /* Flash 3 times */


}


@keyframes flashOpacity  {
    0%, 100% { opacity: 1; } /* Fully visible */
    50% { opacity: 0; } /* Invisible */
}



.menu23 .cart-and-user-div a{
	padding: 0px 15px;
}

.menu23 .bottom-div{
	border-top: 1px solid #f3f3f3;
	/*
	border-bottom: 1px solid #f3f3f3;
	*/
}

.menu23 .bottom-div .menu-items a{
	font-size: 14px;
	font-weight: 700;
	color: unset;
	padding: 15px 15px;
	display: inline-block;
}


.menu23 .bottom-div .menu-items a.active, .menu23 .bottom-div .menu-items a:hover{
	background: var(--primary-color);
	color: white;
	text-decoration: unset;
}


.menu23 .reveal-phone a{
	font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
}


.menu23 .mobile-menu-bottom svg{
	fill: grey;
    height: 17px;
    width: 17px;
    margin-top: -3px;
    margin-right: 10px;
}

.menu23 .mobile-location-div{
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
}


.menu23 .mobile-location-div svg{
	height: 17px;
	width: 17px;
	fill: #dddddd;
	margin-right: 10px;
	margin-top: -4px;
}


.menu23 .mobile-cta-label{
	font-size: 10px;
	opacity: 0.8;
	margin-top: 5px;
	display: none;
}

.scrolled-menu{
	position: fixed!important;
	top: 0;
	z-index: 999;
}


.scrolled-menu .top-bar{
	display: none!important;
}

.scrolled-menu .bottom-div .menu-items a{
	font-size: 14px;
    padding: 10px 15px!important;
}


.scrolled-menu .mid-div{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 125%;
}


.scrolled-menu .cta-button svg{
	height: 32px;
	width: 32px;
}


#offcanvas-mobile-menu{
	padding-top: 50px;
}

#offcanvas-mobile-menu a{
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid gainsboro;
	display: block;
}


.ext-mobile-menu{
	background: white;
	padding: 25px;
	min-height: 60vh;
}



.ext-mobile-menu .ext-mobile-items a{
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid black;
	color: unset;
	font-size: 18px;
	font-weight: 700;
}

.ext-mobile-menu .ext-mobile-items a:hover{
	text-decoration: unset;
	background: gainsboro;
}


#location-dropdown{
	background: rgba(0,0,0,0.1);
}

.loc-dropdown-svg svg{
	height: 20px!important;
	width: 20px!important;
}

#location-dropdown .contact-info a{
	color: unset!important;
}


#location-dropdown #dropdown-map{
	height: 400px;
	width: 100%;
}




@media only screen and (max-width: 640px) {

	.menu23 .mid-div {
	    padding-top: 13px;
	    padding-bottom: 10px;
	}

	.menu23 .cta-button svg {
	    margin-right: 0px;
	    height: 30px;
	    width: 30px;
	}

	.menu23 .bottom-div .menu-items a {
	    padding: 10px 10px;
	}

	.menu23 .cart-div .icon-button-col {
	   margin-left: 0px;
	}


	.menu23 .mobile-location-div {
	    font-size: 12px;
	}

	#location-dropdown #dropdown-map{
		height: 165px;
		width: 100%;
	}

}