@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li, p, a{
padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important;
}
.main{
	background: #818181
}
.container{
	background: #fff;
}
/*header*/
.header{
background: #000;
}
.logo{
text-align:center;
padding: 15px;
}
.logo img{
width: 300px;
margin: auto;
text-align: center;

}
.menu-bg {
background:#FDB819;	
}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li{
display: inline-block;
}
.menu{

text-align: center;
}

.menu ul li a{
display: block;
padding:15px 10px;
color: #000;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
font-size:15px
}
.menu ul li a:hover{
background:#000;
color: #fff;

}

/*header end*/
.slider img{
	width: 150px;
}
/*header end*/
.banner img{
	width: 100%;
	margin:10px 0;
}
/*banner end*/
.categoriess{
position: relative;
max-width: 265px; 
width: 100%;
margin: auto;
}
.cate-box{
	background: #fff;
margin-bottom: 10px;
}
.cate-head h4,.heading h4,.title h4,.des-heading h4{
font-size: 17px;
background: #FDB819;
padding:15px; 
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.cate-head h4:before,.heading h4:before,.title h4:before,.des-heading h4:before{
   font-family: FontAwesome;
    content: "\f0c9";
    font-weight: bold;
    padding-right: 10px;
}
.title h4{
	margin: 15px 0px;
	text-transform: capitalize;
}
.cate-detail ul li{
background: #fff;
margin:5px 0;
}
.cate-detail ul li a{
display: block;
font-weight: bold;
width: 100%;
padding:2px 7px;
background: #2C2D29;
color: #fff;
transition: .5s;
font-size: 15px;
}
.cate-detail ul li a:hover{
background: #222;
color: #fff;
}
.cate-img-box{
text-align: center;
}
.cate-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*categories end*/
.related-products-section{
	text-align: center;
background: #fff
}
.products-box{
	max-width: 265px;

border:1px solid #ddd;
padding: 5px;
background: #fff;
margin: 5px auto;
margin-top: 10px;

}
.product-img-box{
display: flex;
justify-content: center;
align-items: center;
padding: 5px;
border:1px solid #ddd;
padding-bottom: 10px;
text-align: center;
height: 200px;
}
.product-img-box img{
max-height: 100%;
max-width: 100%;
}
.p-title p{
height:60px;
font-size: 13px;
text-align: center;
overflow: hidden;
}
.p-price h3{
	font-size: 17px;
text-align: center;
color:  #000;
padding: 10px 0px;
font-weight: bold;
}
.p-price h3:before{
	  font-family: FontAwesome;
    content: "\f154";
    font-weight: bold;
    padding-right: 10px;
}
.p-price{
	display: inline-block;
	width:48%;
}
.buy-now{
	display: inline-block;
	width: 49%;
}
.buy-now a{
margin: auto;
color:#000;
font-weight: bold;
display: block;
width:100%;
text-align: center;
background: #FDB819;
padding: 7px 10px;
transition: .5s
}
.buy-now a:hover{
background: #000;
color: #fff;
}
/*left pennal end*/
.promo img{
	width: 100%;
}
/*promo end*/
.gallery{
max-width: 500px;
width: 100%;
margin: auto;
}
.product-image-box {
position: relative;
}
.product-image-container{
background: #fff;
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
border:  solid 1px #ddd;;
padding: 30px;
}
.product-image-container img{
max-width: 100%;
max-height: 100%;

}
.product-more-views {
margin-top: 10px;
text-align: center;
}
.x-hold{
border:  solid 1px #ddd;
margin-bottom: 5px;
background: #fff;
position: relative;
text-align: center;
}
.product-more-views ul { list-style: none;
padding: 0;
text-align: center;
position: relative;
}

.product-more-views ul li { display: inline-block;}
.product-image-container { display: none;}
.product-image-box input { display: none;}
.product-more-views label{
width:90px;
height:90px;
padding: 5px;
margin: 0px;
overflow: hidden;
float: left;
cursor: pointer;
text-align: center;
position: relative;
background: #fff;
}
.product-image-box label:hover { cursor: pointer;}
#gal1:checked ~ #content1, #gal2:checked ~ #content2, #gal3:checked ~ #content3,
 #gal4:checked ~ #content4, #gal5:checked ~ #content5, #gal6:checked ~ #content6,
  #gal7:checked ~ #content7, #gal8:checked ~ #content8, #gal9:checked ~ #content9,
   #gal10:checked ~ #content10, #gal11:checked ~ #content11,
    #gal12:checked ~ #content12 { display: inline-block;}
.product-more-views img { 
max-height: 100%;
max-width: 100%;}
#product-condition img{
position: relative;
display: none;
margin-top: 10px;
}
/*gallery end*/
.right-button{
	text-align: center;
}
.right-button .buy-now{
	width:auto;
	margin: 15px 0px;
	text-align: center;
}
.right-button .buy-now a{
	padding: 10px 20px;
	font-size: 18px;
}
/*right button end*/
.description-detail ul li:before{
   font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
    padding-right: 10px;
}
.description-detail{
	background: #fff;
border:1px solid #ddd;
padding: 20px;
text-align: justify;
}
.table .thead-dark th{
	background: #FDB819!important;
	color: #000;
}
/*Tabs*/
.tabs {
margin-top: 15px;
}
.tabs input {
display: none;
}
.tabs label {
background:#2C2D29;
float: left;
padding: 10px 0;
margin: 0;
width: 25%; /* =100/tabs number */
text-align: center;
color:#fff;
font-weight: bold;
text-transform: uppercase;
}
.tabs label:hover {
background: #FDB819;
color:#000;
cursor: pointer;
}
.tabs input:checked + label {
background: #FDB819;
color:#000;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
display: block;
}
.tabs .content > div {
display: none;
padding: 20px;
text-align: left;
border:1px solid #ddd;
overflow: auto;
}

/*description end*/
.footer-detail img{
	width: 100%
}
.dseign-by p{
	margin: 15px 0px;
	padding: 15px;
	text-align: center;
	background: #222;
	color: #fff;
}
/*responsive*/
@media only screen and (max-width: 990px) {
	.related-product .col-md-4{
		 flex: 0 0 50%!important;
	  max-width: 50%!important
	}
.middle .col-md-3{
	    flex: 0 0 35%!important;
	    max-width: 35%!important
}
.middle .col-md-9{
	 flex: 0 0 65%!important;
	  max-width: 65%!important
}
.right-pennal .col-md-6{
	 flex: 0 0 100%!important;
	  max-width: 100%!important
}
.logo{
padding: 15px 0px;
text-align: center;
}

.menu-bg input,.menu-bg label{
display: block;
}
.menu-bg input{
display: none;
}
.menu-bg label{
background:#000;
color: #fff;
padding-left:10px;
font-size: 20px;
padding:15px;
text-align: left;
margin: 0px;
}
.menu-bg label:before{
font-family: 'FontAwesome';
content: "\f0c9";
padding-right:10px;
color:#fff;
font-size: 20px;
background:#000;
width: 100%
}
.menu-bg input:checked ~ .menu{
display: block;
transition: .3s
}
.menu{
display: none;
}
.menu ul li{
display: table;
border-bottom: 1px solid #ddd;
width: 100%!important;
text-align: left;
}
.menu ul li a{
font-size: 15px;
display: block;
width: 100%!important
}
}
@media only screen and (max-width: 769px) {
	.related-product .col-md-4{
		 flex: 0 0 100%!important;
	  max-width: 100%!important
	}
	.middle .col-md-3{
	    flex: 0 0 100%!important;
	  max-width: 100%!important
}
.middle .col-md-9{
	flex: 0 0 100%!important;
	  max-width: 100%!important
}
.right-pennal .col-md-6{
	 flex: 0 0 100%!important;
	  max-width: 100%!important
}
.tabs label {
width:100%;
margin: auto;
}
}
@media only screen and (max-width: 575px) {
	.promo-image{
		text-align: center;
	}
	.promo-image img{
		max-width: 220px;
		margin: auto;
	}
	}