@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('../fonts/roboto-thin-webfont.woff') format('woff'),
         url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
	box-sizing: border-box;
}

body{
	margin:0;
	padding:0;
	font-family: 'robotoregular';
	font-size:14px;
}
ul{
	list-style: none;
	padding: 0;
}
a{
	text-decoration: none;
	color:#000000;
}
/** common classes*/
.v-center{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.h-center{
	left:0;
	right:0;
	margin:auto;
	display: table;
	float:none;
}
.container{
	max-width: 1140px;
	width: 100%;
	height: 100%;
	margin:0 auto;
	display: table;
	position: relative;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
}
.btn{
	background:#d21213;
	font-size:18px;
	padding:5px 30px;
	font-family: 'robotoregular';
	border-radius: 5px;
	letter-spacing: 0;
	-webkit-transition: background .7s;
	-moz-transition: background .7s;
	-o-transition: background .7s;
  	transition: background .7s;
}
.btn:hover{
	background:#af1314;
}
.btn i{
	font-size:26px;
    margin: 2px 0 0 10px;
}
.styled-list{
	list-style: disc;
	padding-left:18px;
}
.styled-list li {
    margin: 5px 0;
}
.title{
	font-size:34px;
	font-family: 'robotoblack';
	color:#ffffff;
	position: relative;
	float:left;
}
	.title.sub{
		color:#000000;
		font-size:28px;
		margin:0 0 10px 0;
	}
	#contact .title.sub{
		margin-bottom:20px;
		
	}
	.title span{
		width:30%;
		position: absolute;
		left: 0;
		bottom:-10px;
		height: 2px;
		background-color:#d21213;
	}
.p-15{
	padding: 15px;
}
.plr-15{
	padding:0 15px;
}
.nm-15{
	margin:0 -15px;
}
.mt-10{
	margin-top:10px;
}
.clear{
	clear: both;
}
.no-padding{
	padding:0 !important;
}
/** common classes*/
section{
	width: 100%;
	padding:30px 0;
	float:left;
}

#intro{
	height: 100vh;
	color:#ffffff;
}
	#intro a{
		color:#ffffff;
	}
	#intro .swiper-container {
	        width: 100%;
	        height: 100%;
	        z-index: 0;
	        position: absolute;
	        left:0;
	        top:0;
	    }
	    #intro .swiper-slide {
	        text-align: center;
	        font-size: 48px;
	        font-family: 'robotoblack';
	        background-size:cover;
	        background-position: center center;
	        letter-spacing: 5px;
	    }
	    #intro .slider-btn{
	    	padding: 25px;
    		background-color: rgba(255, 255, 255, 0.2);
    		border-radius: 5px;
	    	background-size:20px 44px;
			-webkit-transition: background .7s;
			-moz-transition: background .7s;
			-o-transition: background .7s;
		  	transition: background .7s;
	    }
	    #intro .slider-btn:hover{
	    	background-color:#ffffff;
	    }
	    .swiper-button-next{
	    	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d21213'%2F%3E%3C%2Fsvg%3E");
	    }
	    .swiper-button-prev{
	    	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d21213'%2F%3E%3C%2Fsvg%3E");
	    }
	.header-top .social,.header-top .top-adress{
		display: table;
	}
	.header-top .social i{
		color:#ffffff;
		font-size:16px;
		-webkit-transition: opacity .7s;
		-moz-transition: opacity .7s;
		-o-transition: opacity .7s;
	  	transition: opacity .7s;
	}
		.header-top .social i:hover{
			opacity:.6;
		}
	.header-top .social li, .top-address li{
		margin-right:15px;
		font-family: 'robotolight';
	}
		.top-address li:last-child{
			margin:0;
		}
		.header-top .top-address li i{
			margin-right:10px;
			color:#d21213;
			font-size:18px;
		}
	.header-bottom{
		padding:20px 0;
	}
		body.product-detail .header-bottom{
    		border-bottom: 3px solid #d21213;;
		}
		#intro .header-bottom .logo,.header-bottom .logo{
			font-size:44px;
			color:#d21213;
		}
		.logo img{
			height:75px;
		}
		.header-menu{
			margin-top:20px;
		}
		.detail-header .header-menu{
			margin-top:30px;
		}
		.header-bottom .header-menu li{
			float:left;
			margin-right:40px;
			font-size:20px;
			font-family: 'robotolight';
			letter-spacing: .5px;
			position: relative;
		}
		.header-bottom .header-menu li:last-child{
			margin-right:0;
		}
			.header-bottom .header-menu li span{
				width:0;
				height: 1.5px;
				background:#d21213;
				position: absolute;
				bottom:-5px;
				left:0;
				right:0;
				margin:auto;
				-webkit-transition: all .7s;
				-moz-transition: all .7s;
				-o-transition: all .7s;
			  	transition: all .7s;
			}
			.header-bottom .header-menu li:hover span{
				width:100%;
			}
			.header-bottom .header-menu li.active span{
			    width:100%;
			}
			.detail-header .header-top{
				background-color: #000000;
				color:#ffffff;
			}
			.detail-header .header-top a{
				color:#ffffff;
			}
#detail-banner{
	width:100%;
	height: 230px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}		
#products ul li{
	overflow: hidden;
}
#products ul li .box-inner{
	overflow: hidden !important;
	position: relative;
	border-radius: 5px; 
	display: block;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
	#products ul li .box-inner img{
		width:100px;
    	margin: 27.5px auto;
	}
	#products ul li .box-inner .text{
		width:100%;
		position: relative;
		bottom:0;
		background:#d21213;
		color:#ffffff;
		left:0;
		text-align: center;
		padding:10px;
		font-size:18px; 
		white-space: nowrap;  
		overflow: hidden;
		text-overflow: ellipsis; 
	}
	#products ul li .box-inner .box-hover{
		position: absolute;
		top:0;
		left:0;
		background: rgba(0, 0, 0, 0.80);
		width: 100%;
		height: 100%;
		color:#ffffff;
		text-align: center;
		border-radius: 5px;
		opacity: 0;
		-webkit-transition: opacity .7s;
		-moz-transition: opacity .7s;
		-o-transition: opacity .7s;
	  	transition: opacity .7s;
	}
	#products ul li .box-inner .box-hover span{
	 	display: block;
	 	font-size:24px;
	}
	#products ul li .box-inner:hover .box-hover{
		opacity: 1;
	}
	#products .f-box li .box-inner img{
		width:auto;
		height: 175px;
		margin:0 auto;
	}
#brands .container{
	display: block;
}	
	#brands .brand-slider,#brands .swiper-wrapper{
		width: 100%;
		margin-top:15px;
	}
	#brands .swiper-slide{    
		border: 1px solid #ddd;
	    border-radius: 3px;
		overflow: hidden;
		height:210px;
		position:relative;
	}	
		#brands .swiper-slide img{
			max-width: 85%;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left:0;
			right:0;
			margin:auto;
		}
		
  footer{
    background: #101010;
    float:left;
    width:100%;
    border-top:3px solid #d21213;
  }
  footer .footer-top{
    width:100%;
    float:left;
    padding:50px 0;
  }
  
  footer .footer-menu{
    display:block;
    float:left;
  }
  footer .footer-menu h3{
    text-align: left;
    font-weight: 600;
    padding-bottom:15px;
    color:#ffffff;
    border-bottom:1px solid #d21213;
  }
  footer .footer-menu ul,footer .f-content{
    float:left;
    margin:0;
  }
  footer .footer-menu ul li a{
    font-size:16px;
    color:#dddddd;
    text-align: left;
    width:100%;
    float:left;
    padding:8px 0;
    font-weight: 300;

  }
  footer .footer-menu.social-menu li{
  	margin-right:15px;
  	font-size:24px;
  }
  footer .footer-menu.social-menu li a{
  	font-size:24px;
  }
  footer .f-content{
    text-align: left;
    color:#dddddd;
    padding:8px 15px 0 0;
    line-height: 26px;
    font-size:16px;
    font-weight: 300;
  }
  footer .f-content span{
    font-weight: 400;
    width: 60px;
    float: left;
  }
  footer .f-content a{
    text-decoration: none;
    color:#dddddd;
  }
  
  footer .footer-bottom {
    width:100%;
    float:left;
    background: #0a0a0a;
    padding:30px 0;
    border-top:1px solid #2e2e2e;
  }
  footer .footer-bottom .footer-logo{
    width:150px;
    height:38px;
    float:left;
    display:block;
    font-size: 34px;
    color:#d21213;
  }
  .footer-logo img{
  	height: 60px;
  }
  footer .footer-bottom span{
    float:right;
    line-height: 48px;
    color:#dddddd;
  }
  .detail-wrapper{
  	padding:30px 0 0 0;
  }
  #product-detail table{
  	width: 100%;
  	font-size:16px;
  	border-radius: 3px;
  	padding:20px;
  	border-collapse: collapse;
  }
  #product-detail table tr{
  	border-bottom:1px solid #eaeaea	;
  } 
  #product-detail table td{
  	padding:10px 0;
  }
  #product-detail table tr:last-child{
  	border:none;
  }
  .offer-btn{
  	color:#ffffff;
  	padding:10px 50px;
  	cursor:pointer;
  	margin:20px 0 0 0;
  }
  .offer-btn i{
  	font-size: 20px;
  }
  body.popup-active{
  	overflow: hidden;
  }
  body.popup-active .popup-wrapper{
  	display: block;
  }
  .popup-wrapper{
  	position: fixed;
  	width: 100%;
  	height: 100vh;
  	background:rgba(0,0,0,.7);
  	z-index: 9999;
  	display: none;
  }
	  .popup-wrapper form{
	  	max-width: 400px;
	  	width: 100%;
	  	padding:30px;
	  	background:#dddddd;
	  	border-radius: 2px;
	  	position: relative;
	  }
	.form-item {
	    width: 100%;
	    height: 70px;
	    position: relative;
	}

    .form-item .label {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
	}
	.form-item .label.product-name span{
		color:#d21213;
	}
	.form-item.error input,.form-item.email-error input{
		border-color:red !important;
	}
	.form-item .error-text,.email-error-text{
		display: none;
	}
	.form-item.error .error-text,.form-item.email-error .email-error-text{
		display: block;
		position: absolute;
		top:14px;
		right:0;
		font-size:12px;
		color:red;
	}

    .form-item input{
        height: 30px;
        width: 100%;
        border: 1px solid #999;
        box-sizing: border-box;
        outline: none;
        padding: 0 10px;
        font-size: 16px;
        margin: 10px 0 0 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        display: block;
    }
    form .btn{
    	border:none;
    	color:#ffffff;
    	cursor:pointer;
    }
    .product-info input{
		height: 30px;
		width:90px;
    }
    .close-popup{
    	position: absolute;
	    right: -10px;
	    top: -14px;
	    font-size: 27px;
	    color: red;
	    cursor:pointer;
    }
.mobile-menu{
	display: none;
}
.product-img{
	height:280px;
	background:url(../img/products/category/baret.jpg) center center / cover no-repeat;
}
#contact .social a{
	font-size:24px;
	margin:0 10px 0 0;
}
@media (max-width:768px){
	header{
		padding:0 15px;
	}
	section{
		padding: 30px 15px;
	}
	footer .footer-top{
		padding:30px 0;
	}
	footer .footer-bottom{
		padding:10px 15px;
	}
	.header-bottom{
		padding:0;
	}
	.header-menu{
		padding:15px 0;
		display: none;
		position: fixed;
		width: 100%;
		left:0;
		top:60px;
		margin:0;
		background:#ffffff;
		height: calc(100% - 60px);
		z-index: 9999;
	}
	.header-bottom .header-menu li{
		margin:15px 0;
		width: 100%;
		text-align: center;
	}
	.header-bottom .header-menu li a{ 
		color:#000000 !important;
		font-size:26px;
	}
	.header-bottom .header-menu li.active span{
		display: none;
	}
	.header-bottom .header-menu li.active a{
		color:#d21213 !important;
	}
	body.menu-active  .header-menu{
		display: block;
	}
	.header-top .social,.header-top .top-address,#intro .slider-btn{
		display: none;
	}
	#intro .swiper-slide{
		font-size:24px;
	}
	#contact .title.sub{
		margin-bottom:20px !important;
	}
	.mobile-menu{
		display: block;
	    position: absolute;
	    right: 0;
	    top: 11.5px;
	    font-size: 28px;
	    height: 50px;
	    width: 40px;
	    text-align: center;
	    z-index: 9999;
	    cursor:pointer;
	}
	.detail-header .mobile-menu{
		height: 48px;
	}
	body.menu-active .mobile-menu{
	    background: #fff;
	    color: #d21213;
	
	}
	body.menu-active{
		overflow-y:hidden;
	}
	.title.sub{
		line-height: 28px;
		margin: 0 0 10px 0 !important;
	}
	#detail-banner{
		height: 150px;
	}
	#products .col-12.nm-15{
		margin:0;
	}
	body.product-detail .header-bottom{
		border:none
	}
	.close-popup{
		top:0;
		right: 5px;
	}
	.popup-wrapper form{
		width: 90%;	
	}
	#product-detail img{
		width: 80%;
	    margin: 0 auto;
	    display: block;
	    float: none;
	}
	#product-detail table{
		font-size: 13px;
	}
	.product-img{
		background-size:40%;
		width:100%;
		height:200px;
	}

}

@media (max-width:480px){ 
	.product-img{
		background-size:60%;
		width:100%;
		height:180px;
	}
	#products ul li .box-inner .text{
    	white-space: inherit;
	}
}