@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,label{
padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important;
}
.clear{
clear: both;
margin: 10px 0px
}
/*header */
.header{
}
.logo{
text-align:center;
}
.logo img{
width: 100%

}
.top-promo .col-sm-4{
	padding: 0px!important
}
.header-promo {
    font-family: 'Roboto', sans-serif !important;
    height: 45px;
    margin-top:60px;
    text-align: center;
}
.header-promo ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #3b3b3b;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;

}
.header-promo ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5px;
    font-family: FontAwesome;
    content: '\f05d';
}
.menu-bg {
	border-top: 2px #BCBCBC solid;
background:#565656;
}
.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:15px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
font-size:15px
}
.menu ul li a:hover{
background:#BCBCBC;
color: #000;

}

/*header end*/

@media only screen and (max-width: 990px) {

.logo{
padding: 15px 0px;
text-align: center;
}
.menu-bg{
background: #d44002
}
.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: 5px;
text-align: left;
margin: 0px;
}
.menu-bg label:before{
font-family: 'FontAwesome';
content: "\f0c9";
padding-right:10px;
color:#565656;
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: 768px){
.promo{
display: none;
}
}
/*gallery*/
.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 #002366;;
padding: 10px;
}
.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;
}
/*right side*/
.title h1{
	font-weight: bold;
	font-size:23px;
	color: #3085BB;
}
.des-details{
	padding: 10px;
	border:1px solid #ddd;
}
.right-side .des-details ul li{
	padding: 5px 0px;
}
.right-side .des-details ul li:before {
    font-family: FontAwesome;
    content: '\f00c';
    padding-right: 10px
}
/*Tabs*/
.tabs {
margin-top: 15px;
}
.tabs input {
display: none;
}
.tabs label {
background: #BCBCBC;
color: #000;
float: left;
padding:15px 0;
width: 25%; /* =100/tabs number */
text-align: center;
text-transform: uppercase;
}
.tabs label:hover {
background: #565656;
color: #fff;
cursor: pointer;
}
.tabs input:checked + label {
background: #565656;
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;
}
}
/*related products*/
.related-products-section{
padding:0px 15px;
background: #fff;
border:1px solid #ddd;
}
.heading{
	margin-bottom: 10px
}
.heading-btn h4{
	font-size: 14px;
background: #565656;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.heading h4{
font-size: 17px;
background: #565656;
padding:15px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.heading h4:before{
	 font-family: FontAwesome;
    content: '\f0c9';
    padding-right: 10px
}
.related-product .products-box{
background: #fff;
margin: 5px;
margin-top: 10px;

}
.rowcolmsx{
	text-align: center;
}
.colmsx{
	width:270px;
	display: inline-block;
}
.product-box-img-outside{
	border:1px solid #ddd;
	overflow: hidden;
}

.product-img-box{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: auto;
}
.product-img-box img{
max-height: 100%;
max-width: 100%;
}
.p-title p{
height:60px;
text-align: center;
overflow: hidden;
}
.p-price h3{
text-align: center;
color:  #000;
padding: 10px 0px;
font-weight: bold;
}
.buy-now{
	visibility: hidden;
	margin-top: -35px;
	opacity: 0;
	transition:.5s;
	top:35px;
	position: relative;
}
.products-box:hover .buy-now{
	visibility: visible;
	z-index: 1;
	position: relative;
	top: 0px;
	opacity: 1
}
.buy-now a{
margin: auto;
color:#000;
font-weight: bold;
display: block;
width:100%;
text-align: center;
background: #BCBCBC;
padding: 7px 10px;
transition: .5s
}
.buy-now a:hover{
background: #565656;
color: #fff;
}
/*footer*/
.footer{
background:#222222;
padding:20px 10px;
text-align: center;
}
.footer-detail img{
max-width: 400px;
padding: 30px 20px;
width: 100%;
}
.footer-detail ul li{
display: inline-block;
}
.footer-detail ul li a{
margin: 5px 10px;
display: block;
border-bottom: 2px solid #fff;
padding: 10px;
color: #fff;
font-weight: bold;
}
.copyright{
color: #fff;
border-top: 3px solid #fff;
padding:7px 10px; 
text-align:center;
font-weight: bold; 
}
@media screen and (max-width: 769px) {
.footer-detail ul li{
width: 100%;
}
.footer-detail ul li a{
padding:5px 20px;
}
}