@charset "utf-8";
body,html{
	height:100%;
}
#container{
	min-height:100%;
}
.container{
	width:1170px;
	margin:0 auto;
}
a img{
	border:none;
	text-decoration:none;
}
a{
	text-decoration:none;
	outline:none;
}
body,html{
	margin:0;
	padding:0;
	min-width:1170px;
	font-family: 'Open Sans', sans-serif;
}
.clearfix{clear:both;}
#page-container{
	min-height:100%;
}
header{
	width:100%;
	min-height:150px;
	background:#fafafa;
}
#top-bar{
	width:100%;
	height:42px;
	color:#fff;
	background-color:#5c8dc7;
	background-color:#4a709c;
	line-height:42px;
	font-size:0.8em;
}
#top-bar .box{
	width:33%;
	float:left;
	height:42px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#top-bar .social a{
	padding:0;
	border-radius:50%;
	background:rgba(0,0,0,0.2);
	height:28px;
	width:28px;
	margin:0 8px 0 0;
	color:#fefefe;
	line-height:28px !important;
	text-align:center;
	font-size:13px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	transition:ease 0.25s;
}
#top-bar .social a i{font-size:13px; line-height: 28px;}
#top-bar .social a img{
	font-size: 0;
	height: 18px;
}
#top-bar .social a:hover{
	transform: scale(1.1);
}
#top-bar .phone-orders{
	text-align:center;
	font-weight:500;
	white-space:nowrap;
}
#top-bar .phone-orders i{
	font-size:1.25em;
	padding-right:4px;
}
#top-bar .language-select{
	list-style:none;
	padding:8px 5px 0 0 !important;
	margin:0;
	height:25px;
	background:#5c8dc7;
	overflow:hidden;
	line-height:25px;
	min-width:35px;
	position:relative;
}
#top-bar .language-select:before{
	right:0;
	color:#fff;
	line-height:45px;
	top:0;
	content:'\f107';
	font-family:'FontAwesome';
	position:absolute;
}
#top-bar .language-select li{
	display:block;
	float:none !important;
	background:#5c8dc7;
	padding:0 !important;
	text-align:center !important;
}
#top-bar .language-select img{
	vertical-align:middle;
}
#top-bar .language-select:hover{
	height:auto;
}
#top-bar .mmenu{
	float:right;
	height:42px;
	list-style:none;
	padding:0;
	margin:0;
}
#top-bar .mmenu li{
	float:right;
	padding-left:14px;
}
#top-bar .mmenu li a{
	color:#fff;
	transition:ease 0.25s;
}
#top-bar .mmenu li a:hover{
	color:#2d3a4b;
}
header .logo{
	width:24%;
	margin-top:25px;
	float:left;
	font-size: 0;
}
header .logo img{
	max-width:98%;
}
#search-cart{
	width:75%;
	float:right;
	min-height:57px;
	margin:8px 0 12px 0;
}
#search-cart label{display: none;}
#search-cart form{
	float:left;
	width:70%;
	padding-left:5%;
	margin-top:10px;
}
#search-cart form input{
	width:76%;
	height:40px;
	padding:0 2%;
	border:1px solid #dadada;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	float:left;
}
#search-cart form button{
	width:10%;
	max-width:42px;
	height:42px;
	float:left;
	margin:0;
	padding:0;
	border:none;
	background:#5c8dc7;
	background:#4a709c;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#fefefe;
	font-size: 0;
}
#search-cart form button i{font-size: 20px;}
#search-cart .header-cart{
	height:57px;
	width:25%;
	float:right;
	font-size:18px;
	overflow:hidden;
}
#search-cart .header-cart a{
	color:#2d3a4b;
}
#search-cart .header-cart i{
	line-height:57px;
	color:#5c8dc7;
	font-size:35px;
	float:left;
	padding-right:12px;
}
#search-cart .header-cart p{
	line-height:19px;
	height:19px;
	overflow:hidden;
	padding:0;
	font-size:0.85em;
	margin:0;
	position:relative;
	display:block;
}
#search-cart .header-cart p:nth-child(2){
	padding-top:10px;
}
#menu{
	float:right;
	margin-left:-270px;
	position:relative;
}
#menu .mobile-menu{
	display:none;
	background:rgba(0,0,0,0.1);
	cursor:pointer;
}
#menu ul{
	list-style:none;
	height:30px;
	padding:0;
	margin:0;
}
#menu .auto-height{
	height:auto !important;
}
#menu ul li{
	line-height:30px;
}
#menu .has-submenu2{position: relative;}
#menu .has-submenu:hover > .submenu,#menu .has-submenu2:hover > .submenu2{
	display:block;
}
#menu .submenu{
	width:99%;
	background:#fafafa;
	position:absolute;
	padding:10px 0;
	padding-left:0.5%;
	padding-right:0.5%;
	min-height:80px;
	display:none;
	z-index:9999;
	left:0;
}
#menu .submenu2{
	width:210px;
	background:#fafafa;
	position:absolute;
	padding:10px;
	box-sizing: border-box;
	min-height:130px;
	display:none;
	z-index:9999;
	left:50%;
	transform: translateX(-50%);
}
#menu .submenu2 ol{list-style: none;padding: 0;margin: 0;}
#menu .submenu2 ol li{
	width: 100% !important;
	float: none !important;
	text-align: center !important;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#menu .submenu2 ol li a{font-size: 13px !important;}
#menu .has-submenu:hover > .submenu{
	display:block;
}
#menu .submenu{
	width:99%;
	background:#fafafa;
	position:absolute;
	padding:10px 0;
	padding-left:0.5%;
	padding-right:0.5%;
	min-height:80px;
	display:none;
	z-index:9999;
	left:0;
}
#menu .banner{
	float:left;
	height:50px;
	width:31.833%;
	padding:15px 0;
	padding-right:0.5%;
	margin:0 0.5%;
	background:#fff;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	font-size:22px;
	line-height:25px;
	cursor:pointer;
	font-family:'Open Sans Condensed';
}
#menu .banner2{
	float:left;
	height:90px;
	width:48%;
	padding:15px 0;
	padding-right:0.5%;
	margin:0 0.5%;
	background:#fff;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
	font-size:22px;
	line-height:25px;
	cursor:pointer;
	font-family:'Open Sans Condensed';
}
#menu .banner2 h3{
	background:#2d3a4b;
	color:#fefefe;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:25px;
	font-weight:500;
	font-family:'Open Sans';
	text-align:left;
	text-indent:8px;
}
#menu .b1{
	background-image:url(/images/menu-sunglasses-men.jpg);
}
#menu .b2{
	background-image:url(/images/menu-sunglasses-women.jpg);
}
#menu .b3{
	background-image:url(/images/menu-sunglasses-kids.jpg);
}
#menu .b4{
	background-image:url(/images/menu-eyeglasses-men.jpg);
}
#menu .b5{
	background-image:url(/images/menu-eyeglasses-women.jpg);
}
#menu .b6{
	background-image:url(/images/menu-eyeglasses-kids.jpg);
}
#menu .submenu ol{
	list-style:none;
	padding:0;
	margin:0;
}
#menu .submenu ol li{
	width:46%;
	float:left;
	margin:0;
	padding:0 2%;
	text-align:left;
	height:28px;
	line-height:28px;
}
#menu .submenu ol li a{
	font-size:16px;
}
#menu ul li{
	float:left;
	padding:0 10px;
	font-size:0.8875em;
	font-weight:500;
	height:30px;
}
#menu ul li a{
	color:#2d3a4b;
	transition:ease 0.25s;
}
#menu ul li a:hover{
	color:#5c8dc7;
}
.espalink{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 90%;
	font-size:0;
}
.espalink img{max-width: 100%; max-height: 60px;}
.footer-clearfix{
	clear:both;
	height:447px;
}
footer{
	margin-top:-447px;
	width:100%;
	min-height:200px;
	background:#2d3a4b;
	padding-top:20px;
	border-top:3px solid #5c8dc7;
}
footer ul{
	color:#eae9e4;
	padding:0;
	margin:20px 0;
	list-style:none;
	width:100%;
	float:left;
}
footer .box-1 ul li{
	float:left;
	width:50%;
	font-size:0.84375em;
	line-height:1.8em;
}
footer .box-1{
	width:68%;
	float:left;
}
footer .box-1 .box{
	width:49%;
	float:left;
	padding-right:1%;
}
footer .box-2{
	width:31%;
	float:left;
	padding-right:1%;
}
footer .box h3, footer .box-2 h3{
	color:#5c8dc7;
	width:80%;
	float:left;
	padding:0;
	margin:0;
	line-height:2em;
	border-bottom:1px solid #285388;
}
footer .box ul a{
	color:#eae9e4;
	transition:ease 0.25s;
}
footer .box-2 ul li{
	width:100%;
	height:52px;
	overflow:hidden;
	margin:0;
	margin-top:10px;
	font-size:0;
	padding:0;
}
footer .box-2 ul li img{
	width:100%;
}
footer .box-2 a{
	font-size:14px;
    line-height:18px;
	color:#fff;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
footer li a:hover{
	color:#5c8dc7;
}
footer .box-2 ul li:first-child{
	margin-top:0;
}
footer .box-2  a:first-child{
	width:19%;
	margin:0 2% 0 0;
}
footer .box-2 a:nth-child(2){
	width:79%;
}
footer .ask-phone{
	width:40%;
	padding-right:10%;
	float:left;
	text-align:right;
}
footer .ask-phone h5{
	color:#eae9e4;
	font-size:1.8em;
	padding:0;
	margin:0;
}
footer .ask-phone h6, footer .social h6{
	color:#5c8dc7;
	color:#6da6e8;
	font-size:0.85em;
	padding:0;
	margin:0;
}
footer .social{
	width:50%;
	float:left;
	text-align:left;
}
footer .social a{
	font-size:0;
	color:#eae9e4;
	margin-right:8px;
	font-weight:400;
	transition:ease 0.25s;
}
footer .social a i{font-size:28px; line-height: 40px;}
footer .social a:hover{
	color:#5c8dc7;
}
footer .newsletter{
	padding-top:30px;
	background:rgba(0,0,0,0.2);
	min-height:90px;
	color:#eae9e4;
	margin-top:10px;
}
footer .newsletter .txt{
	float:left;
	width:40%;
}
footer .newsletter form{
	float:left;
	width:60%;
	margin-top:10px;
}
footer .newsletter form label{display: none;}
footer .newsletter form input{
	width:86%;
	height:45px;
	padding:0 2%;
	margin:0;
	border:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	float:left;
}
footer .newsletter form button{
	width:10%;
	height:47px;
	line-height:47px;
	padding:0;
	margin:-1px 0 0 0;
	border:none;
	color:#eae9e4;
	background:#2d3a4b;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	float:left;
	display:block;
	cursor:pointer;
	transition:ease 0.25s;
	font-size: 0;
}
footer .newsletter form button i{font-size: 18px; line-height: 47px; }
footer .newsletter form button:hover{
	background:#5c8dc7;
}
footer .newsletter h2{
	color:#eae9e4;
	font-size:1.8em;
	padding:0;
	margin:0;
}
footer .newsletter h4{
	color:#5c8dc7;
	font-size:0.9em;
	padding:0;
	margin:0;
}
footer .copyrights{
	min-height:35px;
	color:#eae9e4;
	margin-top:5px;
	text-align:center;
	font-size:12px;
	line-height:35px;
}
footer .copyrights a{
	color:#eae9e4;
	transition:ease 0.25s;
}
footer .copyrights a:hover{
	color:#5c8dc7;
}
#bubbles{
	position:fixed;
    right: 20px;
    bottom: 80px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	z-index: 1000;
}
#bubbles a{
	font-size: 0;
}
#bubbles a:last-of-type{
	margin-left: 10px;
}

#bubbles a img{
	width: 50px;
}


#breadcrumbs{
	width:100%;
	min-height:35px;
}
#breadcrumbs ul{
	padding:0;
	margin:0;
	background-color:#2d3a4b;
	height:26px;
	display:inline-block;
	position:relative;
	margin-left:26px;
}
#breadcrumbs ul:before{
	top:0;
	right:100%;
	content:" ";
	position:absolute;
	border-left:26px solid transparent;
    border-top:26px solid #2d3a4b;
}
#breadcrumbs ul:after{
	top:0;
	left:100%;
	content:" ";
	position:absolute;
	border-right:26px solid transparent;
    border-top:26px solid #2d3a4b;
}
#breadcrumbs ul li{
	display:inline-block;
	padding:0 10px;
	margin:0;
	color:#fefefe;
	font-size:0.7625em;
	line-height:25px;
}
#breadcrumbs ul li a{
	color:#fefefe;
	transition:ease 0.25s;
}
#breadcrumbs ul li a:hover{
	color:#5c8dc7;
}
#breadcrumbs .arrow{
	padding:0 !important;
}
.static-title{
	width:100%;
	text-align:center;
}
.static-title h1{
	max-width:90%;
	font-size:24px;
	margin:15px 0 40px 0;
	padding:0;
	position:relative;
	display:inline-block;
	min-height:35px;
	line-height:35px;
	color:#5c8dc7;
}
.static-title h1:before{
	bottom:-10px;
	content:" ";
	background-color:#5c8dc7;
	width:50%;
	height:2px;
	position:absolute;
	left:25%;
}
.static-title h1:after{
	bottom:-11px;
	content:" ";
	background-color:#2d3a4b;
	width:25%;
	height:4px;
	position:absolute;
	left:37.5%;
}
.static-content{
	width:100%;
	color:#2d3a4b;
	font-size:0.825em;
	padding-bottom:50px;
}
.cart-success-msg{
	background:#57ad68;
	color:#fff;
	border-radius:4px;
	position:fixed;
	min-height:40px;
	top:10px;
	right:0;
	text-align:center;
	padding:10px 30px;
	z-index:9999;
}
.cart-success-msg i{
	border-radius:50%;
	line-height:40px;
	width:40px;
	border:2px solid #fff;
	margin-right:10px;
}
#products .wishlisted{
	color:#ed3f30 !important;
}
.success-wishlist{
	background:#ed3f30 !important;
}
@media screen and (max-width: 1500px){
	.espalink{left:50%; transform: translateX(-50%);}
	footer{padding-bottom: 60px;}
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
body{
	width:100%;
}
body,html{
	min-width:auto;
}
.container{
	width:98%;
	padding:0 1%;
	min-width:auto;
}
.no-mobile{
	display:none;
}
}
@media screen and (min-width: 769px) and (max-width: 1169px){
body{
	width:100%;
}
body,html{
	min-width:auto;
}
.container{
	width:98%;
	padding:0 1%;
	min-width:auto;
}
.no-mobile{
	display:none;
}
}
@media only screen and (max-width: 768px){
#menu{
	width:100%;
	overflow:hidden;
	margin:0;
	margin-top:10px;
	background:#f2f2f2;
}
#menu .banner,#menu .banner2{
	width:98%;
}
#menu .mobile-menu{
	display:block;
}
#menu .submenu, #menu .has-submenu i{
	display:none !important;
}
#top-bar .phone-orders{
	width:50%;
	text-align:left;
	text-indent:6px;
}
#top-bar .mmenu{
	width:50%;
}
#menu ul li{
	float:none;
	text-align:left;
	height: auto;
}
#menu .submenu2{
	position: relative;
	width: 100%;
	left: 0;
	top:auto;
	transform:none;
}
#menu .submenu2 ol li{text-align: left !important;}
footer .box-1{
	width:100%;
}
footer .box-1 .box{
	width:98%;
}
footer .ask-phone,footer .social{
	padding-left:2%;
	padding-right:2%;
	width:96%;
	text-align:left;
}
footer .box-2{
	width:98%;
}
footer .newsletter .txt,footer .newsletter form{
	width:100%;
}
.newsletter form{
	margin-bottom:20px;
}
}
@media only screen and (max-width: 640px){
#menu{
	width:100%;
	overflow:hidden;
	margin:0;
	margin-top:10px;
	background:#f2f2f2;
}
#menu .banner,#menu .banner2{
	width:98%;
}
#menu .mobile-menu{
	display:block;
}
#menu ul li{
	float:none;
	text-align:left;
}
header .container{
	width:100% !important;
	padding:0% !important;
}
#search-cart{
	width:98%;
	padding:0 1%;
	clear:both;
}
#search-cart form{
	padding-left:0;
}
footer .box-1{
	width:100%;
}
footer .box-1 .box{
	width:98%;
}
footer .ask-phone,footer .social{
	padding-left:2%;
	padding-right:2%;
	width:96%;
	text-align:left;
}
footer .box-2{
	width:98%;
}
footer .newsletter .txt,footer .newsletter form{
	width:100%;
}
.newsletter form{
	margin-bottom:20px;
}
}
@media only screen and (max-width: 480px){
#top-bar .phone-orders{
	display:none;
}
#top-bar .mmenu li:last-child{
	display:none;
}
#top-bar .mmenu{
	width:100%;
	box-sizing:border-box;
	padding-right:10px;
}
header .logo{
	text-align:center;
	width:100%;
}
header .container{
	width:100% !important;
	padding:0% !important;
}
#search-cart{
	width:98%;
	padding:0 1%;
	clear:both;
}
#search-cart form{
	padding-left:0;
}
#search-cart .header-cart{
	width:30%;
}
#breadcrumbs ul{
	height:auto;
	margin:0;
	width:100%;
}
#breadcrumbs ul:before,#breadcrumbs ul:after{
	border:none;
}
#breadcrumbs ul li{
	font-size:0.725em;
	padding:0 5px;
}
#bubbles{
    right: 10px;
    bottom: 10px;
}

#bubbles a:last-of-type{
	margin-left: 8px;
}

#bubbles a img{
	width: 40px;
}
}
