/***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: #28B561;
}
header a.nav-link:hover, header .wap-link:hover{
	color: #DFEAF9 !important;
    opacity: 1;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.topbar{
	background: #28B561;
	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: #28B561;
    font-family: 'Neutra2Text-Light';
}
header .logo-container{
	margin-bottom: 40px;
}
header .logo-container img{
    width: 280px;
}
.navbar-brand{
	margin-right: 0;
}
.navbar li a{
	color: #000000;
	font-family: 'Neutra2Text-Book';
	font-size: 24px;
}
.navbar li a:hover{
	color: #28B561 !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, .user-access{
    position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.cart-count{
	position: absolute;
	top: -2px;
	right: 6px;
}
header .user-dropdown:after{
    display: none;
}
/****************************/
.products .item{
	margin-bottom: 60px;
	color: #000000;
	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: 0;
}
.products .item a{
    color: #28B561;
}
.products .item a.product-link{
	color: #000000;
}
.product-price-item{
	color: #28B561;
	font-family: 'Neutra2Text-Book';
	font-size: 20px;
}
/****************************/
footer{
	background: #303030;
	color: #fff;
    padding-top: 60px;
    padding-bottom: 120px;
}
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;
    margin-top: 20px;
}
footer .identity a{
    color: #28B561;
}
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){
    .navbar{
        text-align: center;
    }
    header .logo-container {
        margin-bottom: 0;
        margin-top: 40px;
    }
	footer{
		text-align: center;
	}
}
@media(max-width: 475px){
	
}