@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;
}
/*header*/
body{
	background: #45029e 
}
.bg-white{
	background: #fff;
	padding:20px;

}
.top{
	padding: 20px;
}
.pullleft{
	display: inline-block;
}
.header{
	
	background: #45029e 
	}
.logo{
text-align:center;
}
.logo img{
max-width:220px;

}
.menu-bg {
    background: #FE6B00;
    background-position: center top;

}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li,.promo ul li{
display: inline-block;
}
.menu{

text-align: center;
}
.promo{
}
.promo img{
	width: 100%;
}

.menu ul li a{
display: block;
padding:10px 15px;
color: #000;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
}
.menu ul li a:hover{
background:#45029e;
color: #fff;

}
.srch a:hover{
background:none!important;

}
.search {
    width: 150px;
    text-align: right;
    border: 1px solid #ddd;
    top: 3px;
}
.search i{
	padding: 10px;
	background: #000;
}
/*header end*/

@media only screen and (max-width: 990px) {
.srch{
	display: none!important;
}
.logo{
padding: 15px 0px;
text-align: center;
}
.menu-bg{
	margin-bottom: 10px;
	background: #FE6B00
}
.menu-bg input,.menu-bg label{
display: block;
}
.menu-bg input{
display: none;
}
.menu-bg label{
color: #fff;
border-bottom: 2px solid #000;
padding-left:10px;
font-size: 20px;
padding:10px;
text-align: left;
margin: 0px;
}
.menu-bg label:before{
font-family: 'FontAwesome';
content: "\f0c9";
padding-right:10px;
color:#fff;
font-size: 20px;
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{
	padding: 15px;
font-size: 15px;
display: block;
width: 100%!important
}
}
@media only screen and (max-width: 768px){
	.promo{
		display: none;
	}
}
.f-heading h4{
	margin: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #FE6B00;
	padding: 10px 0px;
}
.f-detail{
	padding: 10px;
}
.des-heading h4,.title h4{
font-size: 17px;
background: #FE6B00;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.des-heading h4:before,.title h4:before{
   font-family: FontAwesome;
    content: "\f0c9";
    font-weight: normal;
    padding-right: 10px;
}
.description-detail ul li:before,.f-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;
}
/*category*/
.categoriess{
	position: relative;
	max-width: 265px; 
	width: 100%;
	margin: auto;
}
.cate-box{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff;
border:1px solid #ddd;
border-top: 0px;
margin-bottom: 10px;
}
.cate-head h4{
font-size: 17px;
background: #FE6B00;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #000;
border-bottom: 2px solid #fff;
}
.cate-head h4:before{
font-family: FontAwesome;
content: "\f0c9";
font-weight: normal;
}
.cate-detail ul li{
background: #fff;
border-bottom: 1px solid #ddd;
}
.cate-detail ul li a{
display: block;
font-weight: bold;
width: 100%;
padding:7px;
font-size: 14px;
color: #000;
transition: .5s
}
.cate-detail ul li a:hover{
background: #FE6B00;
color: #000;
}
.cate-detail ul li a:before{
font-family: FontAwesome;
content: "\f105";
font-weight: bold;
padding-right: 10px;
}
.cate-img-box{
text-align: center;
}
.cate-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*Tabs*/
.tabs {
margin-top: 15px;
}
.tabs input {
display: none;
}
.tabs label {
background:#45029e;
float: left;
padding: 10px 0;
width: 25%; /* =100/tabs number */
text-align: center;
color:#fff;
text-transform: uppercase;
}
.tabs label:hover {
background: #FE6B00;
cursor: pointer;
color:#000;
}
.tabs input:checked + label {
background: #FE6B00;
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;
}
@media only screen and (max-width: 769px) {
.tabs label {
width:100%;
margin: auto;
}
}
/*gallery*/
.gallery{
max-width: 500px;
width: 100%;
margin:10px auto;
}
.product-image-box {
position: relative;
}
.product-image-container{
background: #fff;
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
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 #45029e;
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{
margin: 0px;
width:75px;
height:65px;
padding: 5px;
margin: 0px;
overflow: hidden;
display: inline-block;
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;
}
.design-by{
	text-align: center;
	margin: 10px;
	padding:10px;
	background: #FE6B00;;
	color:#fff;
}
/*related product*/
.related-products-box{
	text-align: center;
}
.col-mds-3{
	display: inline-block;
	width: 220px;
}
.p-box{
	border:1px solid #ddd;
	padding: 5px;
	margin: 10px 0px;
	text-align: center;
}
.p-img{
	height: 150px;
	position: relative;
	text-align: center;
}
.title-p{
	text-align: center;
	height:70px;
	font-size: 17px;
	overflow: hidden;
}
.p-price{
	font-size: 21px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px
}
.p-img img{
	max-width: 100%;
	max-height: 100%
}
.buy-now a{
	display: block;
	font-weight: bold;
	padding: 7px;
	text-align: center;
	width: 100%;
	background: #45029e;
	transition: .5s;
	color: #fff;
}
.buy-now a:hover{
	background:#FE6B00;
	color: #000;
}
.brands{
	border:1px solid #ddd;
}
.brands img{
	max-width: 100px;
	margin:10px 30px;
	
}
.footer{
background: #2C2D29;
padding: 20px;

}
.footer-box{
margin: 5px 30px
}
.footer-detail{
color: #fff;
padding: 10px;
}
.footer-detail ul li a{
color: #fff;
}
.footer-head h4{
font-size: 17px;
text-align: center;
background: #FE6B00;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #000;
}
.f-buy-now a{
margin:0px;
color:#fff;
font-weight: bold;
display: block;
max-width: 150px;
width:100%;
text-align: center;
background: #222;
padding: 7px 10px;
transition: .5s;
border-radius: 5px;
}
.f-buy-now a:hover{
background: #000;
}
.copyright{
color: #fff;
border-top: 2px solid #fff;
padding:7px 10px; 
text-align:center; 
}
@media only screen and (max-width: 769px) {
.footer {
padding:10px 0px;
}
.footer-box{
margin: 0px
}
}