@media screen and (max-width: 1366px) {
	.footer_container {
		position: relative;
	}
}

@media screen and (min-width: 1366px) {
	.footer_container {
		position: relative;
		margin: 0 120px;
	}
}
#footer_wrapper {
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
	display: inline-block;
	margin-top: 40px;
	z-index: 29;
	bottom: 0;
}
#footer_inner_wrapper {
    height: 320px;
	background-color: #333333;
}
#footer {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-top: 30px;
	box-sizing:  border-box;
	color: white;
}
.clearfix:before, .clearfix:after {
    content: ""; 
    display: table; 
}
#footer > div {
	display: flex;
	flex: 1 0 auto;
	flex-flow: column nowrap;
}
#footer > div > h3 {
	font-family: FuturaBQMedium, Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 12px;
}
#footer > div > div {
	display: flex;
	flex-flow: column nowrap;
	justify-content:  space-between;
}
#footer > div > div > a {
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px!important;
	color: #ffffff;
	padding-bottom: 7px;
}
#footer > div > div > a:hover {
	text-decoration: underline;
}

#footer .one-sight {
	background: url("../images/os-h-blk-spt@3x.png") no-repeat;
	background-size: 100%;
	background-position: center;
	width: 80px;
	height: 18px;
}
#footer .unidays {
	background: url("../images/u-ni-days-logo@3x.png") no-repeat;
	background-size: 100%;
	background-position: center;
	width: 80px;
	height: 18px;
	text-indent: -9999px;
}
#footer > .column5 > h3.social{
    margin-top: 35px!important;
}
 #footer > .column6 > h3.payment {
 	margin-top: 35px!important;
}

/* Social icons */

#sub-footer .social-icons {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
#sub-footer .social-icons a {
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	width: 17px;
	height: 17px;
	margin-right: 24px;
}
#sub-footer .social-icons a:focus {
    outline: 2px solid white;
}
#sub-footer .social-icons a:first-child {
	background-image: url("../images/facebook.png");
}
#sub-footer .social-icons a:nth-child(2) {
	background-image: url("../images/twitter.png");
}
#sub-footer .social-icons a:nth-child(3) {
	background-image: url("../images/instagram.png");
}
#sub-footer .social-icons a:nth-child(4) {
	background-image: url("../images/pinterest.png");
}
#sub-footer .social-icons a:nth-child(5) {
	background-image: url("../images/youtube.png");
	margin-right: 0;
}

#footer_transaction_secure {
	display: flex;
    flex-flow: row wrap;
    width: 320px;
    position: relative;
    bottom: 20px;
    right: 0;
    font: 12px FuturaBQMedium, Arial, Helvetica, sans-serif;
    color: white;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    float: right;
}
#footer_transaction_secure > span {
	/* display: inline-block; */
	margin-right: 20px;
}
#footer_transaction_secure ul.payment-icons {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 11px;
	margin-bottom: 0;
}
#footer_transaction_secure ul.payment-icons li {
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 20px;
	margin-right: 10.4px;
}
#footer_transaction_secure ul.payment-icons li:last-child {
	margin: 0;
}
#footer_transaction_secure ul.payment-icons li.mastercard {
	background-image: url("../images/master-card-light@3x.png");
}
#footer_transaction_secure ul.payment-icons li.visa {
	background-image: url("../images/visa-light@3x.png");
}
#footer_transaction_secure ul.payment-icons li.amex {
	background-image: url("../images/american-express-dark@3x.png");
}
#footer_transaction_secure ul.payment-icons li.paypal {
	background-image: url("../images/paypal-light@3x.png");
}
#footer_transaction_secure ul.payment-icons li.affirm {
	background-image: url("../images/affirm-logo.png");
}
#footer_transaction_secure ul.payment-icons li.afterpay {
	background-image: url("../images/afterpay/afterpay-lockup-blackonmint.png");
}
#footer_transaction_secure ul.payment-icons li.Discover {
	background-image: url("../images/discover-light@3x.png");
}
#footer_transaction_secure ul.payment-icons li.JCB {
	background-image: url("../images/jcb-light@3x.png");
}

.footer-mailing-box{
	background-color: white;
    height: 130px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.footer-mailing-box .footer_mailing_box_label {
	display: flex;
	flex-flow: row nowrap;
	margin-right: 70px;
}
.footer-mailing-box .footer_mailing_box_label .mail{
	background-image: url(../images/e-mail-envelope.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 19px;
    margin-right: 12px;
    display: inline-block;
}
.footer-mailing-box .footer_mailing_box_label .email-signup-top-disclaimer {
	width: 181px;
}
.emailOffer {
	max-height: 110px;
}
.footer-mailing-box .successMessageEmail {
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 47px;
}
.footer-mailing-box div:first-child h3{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #1f1f1f;
}
.footer-mailing-box div:first-child p{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #1f1f1f;
}
.footer-mailing-box div.fe.email label,
.footer-mailing-box div.fe label{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #1f1f1f;
}
.footer-mailing-box div.fe label{
	display: block;
}
.footer-mailing-box div.fe label[for=footer_email_signup_acc] {
	font-size: 0.1px!important;
}
.footer-mailing-box #emailSignup input.footer_email_signup{
	width: 317px;
    height: 30px!important;
    border: 0px;
    border-bottom: 1px solid;
    background-color: #ffffff;
    font-family: FuturaBQLight;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #707070;
    padding-left: 10px!Important;
    box-sizing: border-box;
    text-align: center;
}
.footer-mailing-box #emailSignup label.certify{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #1f1f1f;
	position: relative;
	top: -4px;
}
.footer-mailing-box input[type="checkbox"]{
	width: 13px;
	height: 14px;
	border-radius: 2px;
	background-color: #ffffff;
	top: 12px;
	margin-top: 7px;
	border: 1px solid;
}
.sub_footer_container {
	display: flex;
	flex: 1 0 auto;
    flex-flow: row nowrap;
	border-top: 0.5px solid white;
	align-items: center;
	justify-content: space-between;
}
#sub-footer{
	display: flex;
	flex-flow: row nowrap;
	height: 40px;
	width: 100%;
	background-color: #333333;
	letter-spacing: 0.5px;
	color: white;
	position: relative;
}
#sub-footer p{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-left: 27px;
	color: #5a5a5a;
}
#sub-footer a span.flag-en-ca::before {
	content: "";
	display: inline-block;
	background: url("../images/en-ca.png") left no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 17.6px;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-footer a span.flag-us::before {
	content: "";
	display: inline-block;
	background: url("../images/en-us.png") left no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 17.6px;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-footer a span.flag-es-pr::before {
	content: "";
	display: inline-block;
	background: url("../images/es-pr.png") left no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 17.6px;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-footer a.selected-language {
	display: flex;
    height: 100%;
	align-items: center;
	padding: 8px 10px;
	box-sizing: border-box;
}
#sub-footer a.selected-language.open {
	background-color: white;
	color: #333333;
}
#sub-footer a.selected-language span.ba {
	position: absolute;
    margin-left: 10px;
    transform: translateY(-50%) rotate(90deg) scaleX(0.6);
    top: 50%;
}
#sub-footer a.selected-language.open span.ba {
	transform: translateY(-50%) rotate(-90deg) scaleX(0.6);
}
#sub-footer .choose-language-box {
	width: 96px;
	height: 115px;
	position: absolute;
	top: 266px;
	right: 30vh;
	background-color: #fbfeff;
	z-index: 9999;
	display: flex;
	flex-flow: column nowrap;
	justify-content:  space-around;
	align-items: flex-start;
}
@media screen and (min-width: 1400px) {
    #sub-footer .choose-language-box {
        right: 35vh;
    }
}

#extole_zone_global_footer div a{
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px!important;
    color: #ffffff;
    padding-bottom: 7px;
    margin-top: 5px;
    display: block
}

#extole_zone_global_footer div a:hover{
	text-decoration:underline;
}

/* Footer checkout */

#footer_checkout {
	display: flex;
	min-height: 60px;
	width: 100%;
	background-color: #333333;
	letter-spacing: 0.5px;
	color: white;
}

#footer_checkout .footer_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 1400px) {
    #footer_checkout .footer_container{
		flex-direction: row;
		align-items: center;	
		justify-content: space-between;
		width: 100%;
	}
}

ul#footer_checkout_links {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

@media screen and (min-width: 1400px) {	
	ul#footer_checkout_links {
		flex-direction: row;
		padding: 0px;
	}
}

ul#footer_checkout_links li {
	text-align: center;
	padding: 5px 0;
	white-space: nowrap;
}

@media screen and (min-width: 1400px) {	
	ul#footer_checkout_links li {
		margin-right: 30px;
	}
}


ul#footer_checkout_links a {
	color: white;
	font: 14px FuturaBQBook, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	text-decoration: none;
}

ul#footer_checkout_links a:hover {
	text-decoration: underline;
}

#footer_checkout #footer_transaction_secure {
	position: relative;
	align-items: center;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid white;
}

#footer_checkout #footer_transaction_secure ul, #footer_checkout #footer_transaction_secure span{
	padding: 10px 0;
}

@media screen and (min-width: 1400px) {	
	#footer_checkout #footer_transaction_secure {
		flex-direction: row;
		border-top: none;
		padding-top: 0px;
		margin-right: 50px;
	}
}

#footer_checkout #footer_transaction_secure ul.payment-icons {
	margin: 0;
}

/* Checkbox */
.control {
	font-size: 18px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 20px;
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #5a5a5a;
	left: 27px;
	height: 20px;
	margin-bottom: 10px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#footer_wrapper .control__indicator {
	position: relative;
	top: -17px;
	left: -28px;
	width: 14px;
	height: 14px;
	border: 1px solid #999999;
	border-radius: 3px;
	opacity: 1;
	margin-left: 0!important;
}

.footer-mailing-box input[type="checkbox"]:focus + .control__indicator {
	border-color: #326fa8 !important;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	pointer-events: none;
    border: 1px solid #999999;
    border-radius: 3px;
    opacity: 0.3;
	
}
/* Check mark */
.control__indicator:after {
	position: relative;
	display: none;
	content: '';
}
/* Checkbox tick */
.control input:checked ~ .control__indicator:after  {
	background-image: url("../images/shape.png");
	background-repeat: no-repeat;
	background-size: 90%;
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	left: 3px;
}
#sub-footer .footer_nav_copy {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 100%;
}
#sub-footer .footer_nav_copy .footer_copy {
	font: 12px FuturaBQBook, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}
#sub-footer .choose-language {
	height: 50%;
}
#sub-footer .choose-language > a{
	position: relative;
	top: 0px;
}
#sub-footer .choose-language-box > a{
	margin-left: 38px;
	font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #326fa8;
}
#footer .column {
	float: left;
}
#footer .column h3 {
	font-size: 15px;
	margin: 0px 0 4px 0;
	padding: 7px 0;
	border-bottom: 1px solid #CAC9C6;
	width: 100%;
}
#footer .column.one {
	width: 300px;
	height: 248px;
	margin: 0px 40px 0 0;
}
#footer .column.one ul {
	float: left;
	width: 100%;
	clear: both;
	line-height: 11px;
}
#footer .column.one ul li.phone-number {
	font-size: 13px;
	font-weight: bold;
	color: #a3a3a3;
	margin: 0 0 8px;
}
#footer .column.one ul li.phone-number span {
	color: #6eabce!important;
	font-size: 11px!important;
}
#footer .column.one ul li {
	float: left;
	clear: both;
	margin: 2px 0;
	width: 100%;
}
#footer .column.one ul li a {
	display: inline-block;
	font-weight: bold;
	width: 131px;
	font-size: 11px;
}
#footer .column.two li a {
	display: inline-block;
	font-weight: bold;
	width: 150px;
	font-size: 11px;
}
#footer .column.two li a.last {
	width: 145px;
}
#footer .column.one ul li a.last {
	width: 145px;
}
#footer .column.one ul li a.last.letter {
	margin-left: -5px;
}
#footer .column.three .emailOffer {
	margin-top: 27px;
}
#footer .column.one ul li a:hover,#footer .column.one ul li a:focus {
	color: #2b6c91;
}
form.visit_store {
	position: relative;
	float: right;
	width: 183px;
	height: 85px;
}
#footer .column.one form.visit_store label {
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin: 0 0 0 12px;
	color: #ffffff;
}
input.footer_zipcode {
	background: #FFF;
	color: #ffffff;
	float: right;
	margin: 6px 0 40px 0;
	width: 165px;
	padding: 7px 0 8px 5px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 6px 0 6px;
	border-radius: 6px 6px 0 6px;
}
#footer .column.one form.visit_store button + a {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 12px;
}
#footer .column.one .shadow {
	position: absolute;
	background: transparent url(../images/zip-shadow.png) no-repeat;
	width: 4px;
	height: 4px;
	right: 2px;
	top: 62px;
}
#footer .column.two {
	width: 300px;
	margin: 0px 40px 0 0;
}
#footer .column.two .section {
	float: left;
	clear: both;
	width: 300px;
}
#footer .column.two .section.first {
	margin-bottom: 20px;
}
#footer .column.two .fs11 {
	margin-bottom: -5px;
}
#footer .column.two p strong {
	font-size: 14px;
	color: #ffffff;
}
#footer .column.two p {
	font-size: 11px;
	color: #ffffff;
	line-height: 17px;
	float: left;
	width: 150px;
}
#footer .column.two p a {
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
#footer .column.two .image_holder_footer {
	float: right;
}

#footer #successMessageEmail,#successPassword {
	background-color: #F2FFF3;
	border: 1px solid #ADDFB1;
	border-radius: 3px 3px 3px 3px;
	color: #60BD67;
	display: none;
	font-size: 11px;
	margin: 15px 0 50px;
	padding: 18px 35px 18px 49px;
	position: relative;
}
#successPassword {
	clear: both;
	background: none;
	border: none;
	margin-bottom: 0;
}
#footer #successMessageEmail span,#successPassword span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: transparent url(../images/sprites/lc_site_sprite_topleft.png) -535px -185px no-repeat;
	left: 15px;
	position: absolute;
	top: 12px;
}
#footer .column.three form.section {
	float: left;
	margin: 0px 0 25px 0;
}
#footer .column.three .section {
	float: left;
	clear: both;
	margin: 0px;
}
#footer .column.three .section .facebookStuff a.facebook-icon-footer {
	float: left;
	margin: 4px 6px 0 0;
}
#footer .column.three .section p {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
#footer .column.three .section label {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}
#footer .column.three .fe {
	position: relative;
	clear: both;
}
#footer .column.three label span {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}
#footer .column.three form.section label.certify {
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0 0 5px;
	font-weight: normal;
}
#footer .column.three form.section label {
	font-weight: bold;
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-family: Verdana;
}
#footer .column.three form.section input.footer_email_signup {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	padding: 7px 44px 8px 5px;
	margin: 4px 0 8px 0;
	width: 249px;
	float: left;
	clear: both;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*#footer .column.three form.section input#eighteen_older {
	float: left;
	border: 1px solid #CAC9C6;
}*/
#footer .column.three label[for="email"] {
	font-size: 11px;
}
#footer .column.one ul.language {
	float: left;
	clear: both;
}
#footer .column.one ul.language li.selected {
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #FFF;
	border-radius: 6px 6px 6px 6px;
	color: #9D9D9D;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
	margin: 4px 0 8px 0;
	width: 160px;
	float: left;
	clear: both;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer .column.one ul.language li a span {
	float: right;
	display: block;
	background: url('../images/sprites/lc_site_sprite_topleft.png') no-repeat 5px -378px;
	width: 24px;
	height: 18px;
}
#footer .column.one ul.language li a {
	font-size: 11px;
	background: url('../images/sprites/lc_site_sprite_topleft.png') no-repeat;
	display: block;
	float: left;
	color: #ffffff!important;
	padding: 2px 0 0 25px;
	width: 135px;
}
#footer .column.one ul.language li a:hover {
	color: #2b6c91 !important;
}
#footer .column.one ul.language li a.us_flag {
	background-position: 2px -357px;
}
#footer .column.one ul.language li a.ca_flag {
	background: transparent url(../images/assets/ca-flag.png) 2px 3px no-repeat;
}
#footer .column.one .section p {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
#footer .column.one .section label {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	margin-top: 19px;
}
#footer .column.one .section label#languageLabel {
	margin-top: 36px;
}
#footer .column.three {
	width: 300px;
}
#footer .column.three h3 + a {
	display: inline-block;
	margin: 0 0 14px;
}
#footer .column.below {
	width: 100%;
	clear: both;
	padding: 4px 0;
	border-top: 1px solid #CAC9C6;
	border-bottom: 1px solid #CAC9C6;
	background-color: #fbfeff;
}

#footer .column.below ul.right {
	float: right;
}
#footer .column.below ul li.eye_heart_lc {
	text-indent: -9999px;
	background: url('../images/sprites/lc_site_sprite_topleft.png') no-repeat 0 -335px;
	width: 76px;
	height: 18px;
	margin: 0px;
}
#footer .column.below ul li {
	float: left;
	color: #999;
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 10px;
}
#footer .column.below ul li a.last {
	border-right: none;
	padding-right: 0;
}
#footer .column.below ul li a {
	border-right: 1px solid #6EABCE;
	padding: 0px 8px;
	font-weight: bold;
	font-size: 10px;
	display: block;
}
#footer #emailSuccessMessage {
	clear: both;
	float: left;
	font-size: 11px;
	color: #000;
	display: none;
}
#footer #store_search_form {
	margin: 30px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
}
#footer #store_search_form strong,#footer #selected_store strong {
	color: #ffffff;
	font-size: 12px;
	display: block;
	margin: 0 0 5px;
}
#footer #selected_store {
	float: left;
	clear: both;
	margin: 30px 0 0;
}
#footer #selected_store img,#footer #store_search_form img {
	float: left;
}
#footer #selected_store .store_info {
	width: 175px;
	float: left;
	font-size: 11px;
	color: #838383;
	margin: 0 0 0 12px;
}
#footer #selected_store .store_info div {
	display: block;
	margin: 0 0 2px;
}
#footer #selected_store .store_info #footer_store_phone {
	margin: 0 0 12px;
}
#footer #footer_store_name {
	color: #ffffff;
	font-weight: bold;
}
#footer #selected_store .store_info a {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px;
	display: block;
}
#footerDoctorNotice h2 {
	font-size: 18px;
}
#footerDoctorNotice p {
	font-size: 13px;
	line-height: 17px;
	padding: 10px 0 0;
}
#footerDoctorNotice .star {
	color: #f4791f;
}
#footer .user-locale {
	clear: both;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

/****CSS for Dropdown****/

#sub-footer .nav {
	width: 191px;
    list-style: none;
	height: 100%;
	margin-right: 22px;
}
#sub-footer .nav a {
	display: flex;
    height: 100%;
    align-items: center;
    padding: 8px 10px;
    box-sizing: border-box;
	position: relative;
	width: 100%;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px FuturaBQMedium, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#sub-footer .nav a:focus {
	text-decoration:underline;
	outline: 1px solid white;
}
#sub-footer .nav ul {
	background-color: white;
	list-style: none;
	position: absolute;
	bottom: 100%;
	display: flex;
	flex-flow: column nowrap;
	width: inherit;
	background-color: #fbfeff;
}
#sub-footer .nav ul li.separator {
	height: 1px;
	margin: 0 8px;
	background-color: #333333;
}
#sub-footer .nav ul a {
	color: #333333;
}
#sub-footer .nav a.selected-language.open:hover, #sub-footer .nav ul a:hover {
	background-color: #f2f2f2;
	text-decoration: underline;
}
#sub-footer .flag-icon-us::before {
	content: "";
	display: inline-block;
	background: url(https://luxotticalenscrafters.mpeasylink.com/mpel/img/flag-icon-us.png) no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-footer .flag-icon-pr::before {
	content: "";
	display: inline-block;
	background: url(https://luxotticalenscrafters.mpeasylink.com/mpel/img/flag-icon-pr.png) no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
#sub-footer .flag-icon-ca::before {
	content: "";
	display: inline-block;
	background: url(https://luxotticalenscrafters.mpeasylink.com/mpel/img/flag-icon-ca.png) no-repeat;
	z-index: 999;
	background-size: 100%;
	width: 30px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
#emailSignup > div.fe > button{
    background: white;
    color: #2d2d2d;
    font-family: FuturaBQMedium, Arial, Helvetica, sans-serif;
    border: 1px solid #353535;
    border-radius: 0px;
}
.footer_copy{
	padding-right:10px
}
.footer_copy_other_brands{
	font-family: FuturaBQBook;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-left: 10px;
    text-decoration: underline;
}
.footer_copy_other_brands:hover{
	color: #ffffff;
	font-weight: 600;
}
#other-brands{
    display: block;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
    background-color: #333333;
    padding-left: 130px;
}
#other-brands span{
    font-family: futuraBQMedium;
    font-size: 14px;
}
#other-brands div a{
    font-size: 12px;
    color: #ffffff;
    margin-right: 15px;
}
#other-brands div a:hover{
	text-decoration: underline;
}
#other-brands div{
    margin-bottom: 15px;
    margin-top: 5px;
}
#other-brands-title{
	color: #ffffff;
}
#other-brands-close {
    background: url(/wcsstore/LensCraftersStorefrontAssetStore/assets/lc2_sprite.gif);
    background-size: 410px;
    width: 17px;
    height: 17.4px;
    background-position: 66px 236px;
    margin-top: -1px;
    display: inline-flex;
    transform: scale(1) translateY(3px) translateX(6px);
    margin-left: 485px;
    filter: brightness(0) invert(1);
}