/***Reset bootstrap default style***/
ul{
	list-style: none; margin: 0; padding: 0;
}
.navbar{
    padding-top: 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: #ff6699 !important;*/
	text-decoration: none;
    /*opacity: 1;*/
}
/********************/
@font-face{
	src: url('../fonts/Roboto-Thin_0.ttf');
	font-family: 'Roboto-Thin';
}
@font-face{
	src: url('../fonts/Roboto-Light_0.ttf');
	font-family: 'Roboto-Light';
}
@font-face{
	src: url('../fonts/Roboto-Regular.ttf');
	font-family: 'Roboto-Regular';
}
@font-face{
    src: url('../fonts/Roboto-Medium_0.ttf');
    font-family: 'Roboto-Medium';
}
@font-face{
	src: url('../fonts/Roboto-Bold_0.ttf');
	font-family: 'Roboto-Bold';
}
@font-face{
    src: url('../fonts/Roboto-Black_0.ttf');
    font-family: 'Roboto-Black';
}
.container-fluid{
    max-width: 1920px;
}
.box{
    max-width: 100%;
    margin-left: 85px;
    margin-right: 85px;
}
/*******************/
header{
	margin: 0;
	color: #000;
}
.menu-link, .actions{
    padding-top: 35px;
}
.navbar-collapse{
    padding-top: 0;
    margin-top:0;
}
.navbar li a{
    color: #000;
    font-family: 'Roboto-Black';
    font-size: 20px;
}
header .logo{
    width: 300px;
}
header .actions{
    color: #000;
	text-align: right;
}
header .actions ul li a{
    color: #000;
    font-family: 'Roboto-Black';
    font-size: 20px;
    text-transform: uppercase;
}
header .actions form{
    width: 75%;
    margin-left: auto;
	margin-right: 0;
}
header .actions input{
	width: 189px;
	height: 36px;
    max-width: 100%;
	padding-right: 30px;
	display: inline;
	border: none;
	outline: none;
	vertical-align: text-top;
	font-family: 'Roboto-Light';
	font-size: 17px;
	background: url('../images/search.svg') no-repeat;
    background-size: contain;
    margin-top: 11px;
}
header .logo-container{
	margin-bottom: 20px;
}

.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");
}
.navbar-toggler:focus{
    border: 2px solid #000;
    outline: none;
}
header .lupa{
	max-width: 30px;
	margin-top: 23px;
}
.hover-underline {
  display: inline-block;
  position: relative;
  color: #000;
}
.hover-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.hover-opacity{
	transition: all 0.25s ease-in-out;
}
.hover-opacity:hover{
	opacity: 0.7;
}
/***************************/
.products .item{
	margin-bottom: 60px;
	color: #000;
	text-align: center;
}
.products .item .product-img{
	margin-bottom: 30px;
}
.products .item .brand{
	font-family: 'Roboto-Light';
	font-size: 17px;
	margin-bottom: 0;
}
.products .item .model{
	font-family: 'Roboto-Bold';
	font-size: 20px;
	margin-bottom: 0px;
}
.products .item .colors-count{
	font-family: 'Roboto-Light';
	font-size: 14px;
	margin-bottom: 10px;
}
.products .item a{
	color: #000;
	font-family: 'Roboto-Light';
}
.add-to-cart-item{
	width: 93px;
	height: 31px;
	display: inline-block;
	background: url('../images/bot_comprar_2.svg') no-repeat;
	color: transparent !important;
}
.add-to-cart-item:hover {
    color: transparent !important;
    opacity: 0.7 !important;
}
.cart-icon-count{
	position: absolute;
	right: 5px;
	top: -11px;
}
/****************************/
footer{
	margin-top: 40px;
	padding-top: 70px;
    margin-bottom: 1px;
}
footer .social p{
    font-family: 'Roboto-Black';
    font-size: 18px;
    margin-bottom: 0;
}
footer .social .hashtag{
    font-family: 'Roboto-Light';
    color: #000;
}
footer .social .hashtag{
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 18px;
}
footer .follow, footer .follow-mobile {
    font-family: 'Roboto-Light';
    color: #000;
    font-size: 18px;
}
footer .follow-mobile{
    margin-top: 40px;
}
footer .follow img, footer .follow-mobile img{
    max-width: 60px;
}
footer .follow:hover{
    color: #000;
}
footer .newsletter h5{
	font-family: 'Roboto-Light';
	font-size: 35px;
}
footer .newsletter span, footer .news-mobile-title span{
	font-family: 'Roboto-Black';
}
footer .news-mobile-title {
    font-family: 'Roboto-Light';
    font-size: 35px;
    margin-bottom: 30px;
}
footer .newsletter input{
	padding: 10px;
    width: 75%;
    font-size: 25px;
}
footer .newsletter button{
    background: #000;
    color: #fff;
	border: none;
	cursor: pointer;
    width: 25%;
    margin-left: -5px;
    padding: 12px;
	vertical-align: bottom;
    font-family: 'Roboto-Bold';
    font-size: 25px;
}
footer .close-bar{
    background: #000;
    height: 80px;
    margin-top: 40px;
}
/***Responsive***/
@media(max-width: 991px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box{
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
    }
    .menu-link, .actions {
        padding-top: 0px;
    }
    .newsletter{
        margin-top: 40px;
    }
    footer {
        text-align: center;
    }
    footer .newsletter input{
        font-size: 20px;
        width: 65%;
    }
    footer .newsletter button{
        padding: 8px;
        width: 35%;
    }
}




@media(max-width: 1200px){
	.navbar{
		padding: 0;
	}
    header .actions{
        margin-top: 8px;
    }
}
@media(max-width: 991px){
    header .logo{
        margin-top: 10px;
    }
	.navbar-toggler{
		float: left;
		margin-top: 45px;
	}
    header .navigation {
        padding-top: 0;
    }
	header .logo-container{
		margin-bottom: 0;
	}
	.navbar-brand{
		float: right;
	}
    header .actions{
        margin-top: 26px;
    }

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

    footer .menu ul {
        margin-left: auto;
    }
    footer .brand p{
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
	header .logo{
		width: 138px;
        margin-top: 30px;
	}
}