@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,  p, a{
padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #2d2e4d, transparent);
    background-image: linear-gradient(to right, transparent, #2d2e4d, transparent);
    border: 0;
    height: 1px;
    margin:5px 0;
}
*{
	font-family: 'Roboto','Arial','sans-serif';
}
/*header*/
.header{
	
	}
.logo{
text-align:center;
position: absolute;
top:-45px;
}
.logo img,.banner img{
width:100%;

}
.menu-bg {
    background: #fff;
    background-position: center top;
    border-top: 2px solid #2d2e4d;

}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li,.promo ul li{
display: inline-block;
}
.menu{
text-align: center;
}
.menu ul li{
	padding: 10px 0px;
}
.menu ul li a{
display: block;
padding:0px 15px;
color: #000;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
border-right: 2px solid #2d2e4d;
text-decoration: none!important;
}
.menu ul li a:hover{
color: #000;


}

/*header end*/
/*brand details*/
.brand-detail{
	text-align: center;
	background: whitesmoke;
	padding: 10px;
}
.brand-detail img{
	max-width: 160px;
	margin: auto;
	width: 100%;
}
.promo img{
	width: 100%;
}
@media only screen and (max-width: 990px) {
.srch{
	display: none!important;
}
.logo{
padding: 15px 0px;
text-align: center;
}
.menu-bg{
	margin-bottom: 10px;
	background: #2d2e4d
}
.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 #2d2e4d;
	padding: 10px 0px;
}
.f-detail{
	padding: 10px;
}
.des-heading h4,.title h4{
font-size: 17px;
background: #2d2e4d;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
text-align: center;
color: #fff;
}
/*.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;
overflow:hidden;
}
/*category*/
.categoriess{
	position: relative;
	max-width: 265px; 
	width: 100%;
	margin: auto;
}
.cate-box{
	background: #fff;
border:1px solid #ddd;
border-top: 0px;
margin-bottom: 10px;
}
.cate-head h4{
/*font-size: 17px;*/
border-radius: 20px 20px 0px 0px;
background: #2d2e4d;
padding:10px; 
/*font-weight: bold;*/
text-transform: uppercase;
color: #fff;
/*border-bottom: 2px solid #fff;*/
text-align: center;
}
/*.cate-head h4:before{
font-family: FontAwesome;
content: "\f0c9";
font-weight: normal;
}*/
.cate-detail ul li{
background: #fff;

}
.cate-detail ul li a{
display: block;
font-weight: bold;
border-bottom: 1px solid #ddd;
width: 100%;
padding:7px;
font-size: 14px;
color: #000;
transition: .5s
}
.cate-detail ul li a:hover{
background: #2d2e4d;
color: whitesmoke;
}
.cate-detail ul li a:before{
font-family: FontAwesome;
content: "\f105";
font-weight: bold;
padding-right: 10px;
}
.cate-img-box ul {
	margin-left: 20px;
    word-spacing: 1.5pt;
    line-height: 2;
    text-indent: 2px;
    padding: 5px;
    list-style-image: url(https://www.endition.net/ebay/templates/002/images/check.png)!important;
}
.cate-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*Tabs*/
.tabs {
margin-top: 15px;
}
.tabs input {
display: none;
}
.tabs label {
background:#222;
display: inline-block;
padding: 10px 0;
margin: 0 -2px;
width: 25%; /* =100/tabs number */
text-align: center;
color:#fff;
}
.tabs label:hover {
background: #2d2e4d;
cursor: pointer;
color:#fff;
}
.tabs input:checked + label {
background: #2d2e4d;
color:#fff;
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4,
.tabs #tab5:checked ~ .content #content5 {
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;
border:  solid 1px #002366;;
padding: 15px;
}
.product-image-container img{
max-width: 100%;
max-height: 100%;

}
.product-more-views {
margin-top: 10px;
text-align: center;
}
.x-hold{
border:  solid 1px #002366;
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: #2d2e4d;;
	color:#fff;
}
/*related product*/
.related-products{
	text-align: center;
	background: #303030;
	padding: 20px;
	border-bottom: 2px solid #2d2e4d;
	border-top: 2px solid #2d2e4d;
	font-size: 22px
}
.related-heading h4{
	padding-top:15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.col-mds-3{
	display: inline-block;
	width: 220px;
	background: #fff;
	border-radius: 10px;
	border:1px solid #ddd;
	margin: 0px 10px;
}
.p-box{
	padding: 5px;
	margin: 10px 0px;
	text-align: center;
}
.p-img{
	height: 150px;
	position: relative;
	text-align: center;
}
.title-p{
	text-align: center;
	height:50px;
	font-size: 16px;
	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;
	padding: 7px;
	text-align: center;
	width: 100%;
	background: #2d2e4d;
	transition: .5s;
	color: #fff;
	font-weight: bold;
}
.buy-now a:hover{
	background:#000;
}
/*category*/
.related-categories{
	text-align: center;
	padding: 20px
}
.related-heading-category h4{
	border-bottom: 2px solid #2d2e4d;
	padding:15px 10px 10px 10px;
	color: #2d2e4d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	margin: 0px 25px;
}
.col-mds-4{
	max-width: 350px;
	display: inline-block;
	background: #fff;
	margin: 10px;

}
.p-img-cate img{
	border-radius: 10px;
	border:2px solid #2d2e4d;
	width: 100%
}
/*footer*/

.footer{
background: #2C2D29;

text-align: center;

}
.footer-menu{
	padding:10px;
}
.footer-menu ul li{
	display: inline-block;
}
.footer-menu ul li a{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
}
.footer-menu img{
	max-width: 400px;
	width:100%;
	margin: auto;
}
.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
}
}