@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');



body{
	font-family: 'Roboto', sans-serif !important;
}

h2.title{
    text-align: center;
    color: #444;
    font-weight: 500;
    font-size: 2.0rem;
    text-transform: uppercase;
    margin-bottom: -10px;
	margin-top: 5px;
}
body h4{
    text-align: center;
    color: #f8f9fa;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .8px;
}
body h5{
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .8px;
}
body p{
    text-align: center;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .8px;
}

body a,
body a:hover,
body a:focus{
	text-decoration: none;
	color: inherit;
}


/*Header*/
.header{
	padding: 10px 0;
	border-bottom: 1px solid #d0d0d0;
    background: #000;
}
.header .row{
	align-items: center;
}
.header .right{
	text-align: right;
}

/*Subscribe*/
.subscribe .search {
	width: 100%;
	max-width: 450px;
	display: flex;
	margin-left: auto;
}
.subscribe .check {
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0;
}
.subscribe .searchTerm {
	width: 100%;
	height: 32px;
	border: 1px solid #6f6f6f;
	padding: 5px;
	outline: none;
	color: #000;
}

.subscribe .searchButton {
	width: 150px;
	height: 32px;
	border: 1px solid #F44336;
	background: #F44336;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	box-shadow: none;
}
.subscribe .check label{
	cursor: pointer;
}
.subscribe .check label input{
	cursor: pointer;
}
.subscribe .check span{
	font-size: 13px;
	color: #bfbfbf;
}
.subscribe .check span a{
	font-size: 14px;
	text-decoration: underline;
}




/*main-div*/
.main-div{
	background: #dadada;
/*	height: 100%;  */
}

/*single-product-section*/
.product-section-single{
	padding: 20px 0;
}
.product-section-single .box{
	background: #fff;
    max-width: 100%;
    margin: 0 .5%;
	margin-bottom: 20px;
	text-align: center;
	padding: 15px;
	transition: all .4s ease;
	box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.3);
}
.product-section-single .box:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0);
}
.product-section-single .box .txt{
    margin-top: 15px;
}

.product-section-single .box .txt h5.titl{
	font-size: 1.9rem;
	font-weight: 800;
}
.product-section-single .box .txt h5 span{
	color: #5a1e98;
}
.product-section-single .box:hover a{
	color: #5a1e98;
}
/*product-section*/
.product-section{
	padding: 20px 0;
}
.product-section .box{
	background: #fff;
    max-width: 24%;
    margin: 0 .5%;
	margin-bottom: 20px;
	text-align: h;
	padding: 2px,15px,15px,5px;
	transition: all .4s ease;
	box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.3);
}
.product-section .box:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0);
}
.product-section .box .txt{
    margin-top: 2px;
}

.product-section .box .txt h5.titl{
	font-size: 1.3rem;
	font-weight: 600;
}
.product-section .box .txt h5 span{
	color: #5a1e98;
}
.product-section .box:hover a{
	color: #5a1e98;
}

.product-price {
    align-self: baseline;
    padding-left: 8px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    white-space: break-spaces;
}
.product-price-original {
 	align-self: baseline;
    padding-left: 8px;
    color: #c64111;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: line-through;

}
/*mobile-form*/
.mobile-form{
 	background: #5a1e98;
 	padding: 40px 0;
}
.mobile-form .subscribe .search,
.mobile-form .subscribe .check{
	margin-left: auto;
	margin-right: auto;
}
.mobile-form .subscribe .searchButton{
    border: 1px solid #000000;
    background: #000000;
}



#tos p {
	text-align: left !important
}

.ProductTitle {
	height: 65px !important;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	    line-height: 21px;

}

.ProductTitleSingle {
	height: 65px !important;
	overflow: hidden;
	font-size: 25px  !important;
	font-weight: 600 !important;

}

footer{
	background: #151515;
	padding: 50px 0 0px 0;
}
footer h4{
	text-align: left;
	margin-bottom: 15px;
}
footer p{
	color: #bfbfbf;
	text-align: left;
	font-size: 13px;
}
footer .f1 .box{

}

footer .copy {
	background: #000;
	padding: 15px 0 10px 0;
	margin-top: 40px;
}
footer .copy p{
	text-align: center;
    margin-bottom: 4px;
}
footer .copy p a{
	color: #F44336;
}
