/***Reset bootstrap default style***/
ul{
	list-style: none; margin: 0; padding: 0;
}
.navbar-default {
    background-color: transparent; border-color: transparent;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    margin-top: 20px; border-top: none;
}
a{
	transition: all 0.2s ease-in;
	color: #fff;
}
a:hover{
	color: #fff;
	text-decoration: none; opacity: 0.7;
}
/********************/
@font-face{
	src: url('../fonts/Neutra2Text-Bold.otf');
	font-family: 'Neutra2Text-Bold';
}
@font-face{
	src: url('../fonts/Neutra2Text-Book.otf');
	font-family: 'Neutra2Text-Book';
}
@font-face{
	src: url('../fonts/Neutra2Text-Light.otf');
	font-family: 'Neutra2Text-Light';
}
/*******************/
header{
	margin: 0;
	padding: 0 !important;
	color: #003775;
}
header a.nav-link:hover, header .wap-link:hover{
	color: #DFEAF9 !important;
    opacity: 1;
}
.topbar{
	background: #003775;
	text-align: center;
	color: #fff;
	padding: 6px 0;
}
.topbar p{
	margin: 0;
	font-family: 'Neutra2Text-Book';
	font-size: 18px;
}
.topbar p span{
	font-family: 'Neutra2Text-Bold';
}
header .actions{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
header .actions input{
	width: 189px;
	height: 36px;
	display: inline;
	border: none;
	outline: none;
	vertical-align: text-top;
	font-family: 'Neutra2Text-Book';
	font-size: 18px;
	background: url('../images/search.svg') no-repeat;
}
header .actions .user-mail{
    color: #003775;
    font-family: 'Neutra2Text-Light';
}
header .logo-container{
	margin-bottom: 40px;
}
.navbar-brand{
	margin-right: 0;
}
.navbar li a{
	color: #003775;
	font-family: 'Neutra2Text-Book';
	font-size: 24px;
}
.navbar li a:hover{
	color: #33CCFF !important;
	opacity: 1 !important;
}
#searchForm{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 20px;
}
#searchForm .input-group-append {
      margin-left: -36px;
}
#searchBox{
    padding-right: 3px;
}
#searchForm button{
    border: none;
    background: transparent;
    margin-right: 0;
}
#searchForm button:hover{
    background: transparent;
}
.cart-link{
    position: relative;
}
.cart-count{
	position: absolute;
    top: -11px;
    right: 5px;
}
header .user-dropdown:after{
    display: none;
}
/****************************/
.products .item{
	margin-bottom: 60px;
	color: #003775;
	text-align: center;
}
.products .item .product-img{
	margin-bottom: 30px;
}
.products .item .brand{
	font-family: 'Neutra2Text-Book';
	font-size: 20px;
	margin-bottom: 0;
}
.products .item .model{
	font-family: 'Neutra2Text-Bold';
	font-size: 20px;
	margin-bottom: 10px;
}
.products .colors{
	min-height: 36px;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 10px;
    text-align: center;
}
.products .color-img{
	width: 17%;
}
.products .item a{
	color: #003775;
	font-family: 'Neutra2Text-Book';
}
.product-price-item{
	color: #003775;
	font-family: 'Neutra2Text-Book';
	font-size: 20px;
}
/****************************/
footer{
	background: #303030;
	color: #fff;
}
footer .links{
	margin-top: 60px;
}
footer .logo{
	margin-bottom: 40px;
}
footer h4{
	font-family: 'Neutra2Text-Bold';
	font-size: 18px;
	text-transform: uppercase;
}
footer ul{
	font-family: 'Neutra2Text-Book';
	font-size: 18px;
}
footer .copy{
	margin-top: 120px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 14px;
	font-family: 'Neutra2Text-Book';
}
footer .copy span{
	font-family: 'Neutra2Text-Bold';
}
/***Responsive***/
@media(max-width: 992px){

}
@media(max-width: 768px){
	
}
@media(max-width: 475px){
	
}