@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*/
.header{
	padding-top: 20px;
	}
.logo{
text-align:center;
}
.logo img{
	max-width: 330px;
	margin: auto;
	padding: 10px 0px;
width:100%;

}
.menu-bg {
   background: #FF585F;
   border-top: 2px solid #1e55b3;
    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:15px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
}
.menu ul li a:hover{
background:#1e55b3;
color: #fff;

}

/*header end*/

@media only screen and (max-width: 990px) {

.logo{
padding: 15px 0px;
text-align: center;
}
.menu-bg{
	margin-bottom: 10px;
	background: #FF585F
}
.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{
font-size: 15px;
display: block;
width: 100%!important
}
}
.description-section{
	margin: 15px 0;
}
.des-heading h4{
font-size: 17px;
background: #FF585F;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.des-heading h4:before{
   font-family: FontAwesome;
    content: "\f152";
    font-weight: normal;
    padding-right: 10px;
}
.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;
}
/*category*/
.categoriess{
	position: relative;
	max-width: 265px; 
	width: 100%;
	margin: auto;
}
.cate-box{
	background: #fff;
border:1px solid #ddd;
margin-bottom: 10px;
}
.cate-head h4, .title h4{
font-size: 17px;
background: #FF585F;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
border-bottom: 2px solid #fff;
border-radius:5px
}
.cate-head h4:before{
font-family: FontAwesome;
content: "\f152";
font-weight: normal;
padding-right: 10px;
}
.cate-detail ul li{
background: #fff;
border-bottom: 1px solid #ddd;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.cate-detail ul li a{
display: block;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
font-weight: bold;
width: 100%;
padding:7px;
color: #000;
transition: .5s
}
.cate-detail ul li a:hover{
background: #1e55b3;
color: #fff;
}
.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:#FF585F;
display: inline-block;
padding: 10px 0;
margin: 0 -2px;
width: 25%; /* =100/tabs number */
text-align: center;
color:#fff;
}
.tabs label:hover {
background: #1e55b3;
color: #fff;
cursor: pointer;
}
.tabs input:checked + label {
background: #1e55b3;
color: #fff;
}
.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: auto;
}
.product-image-box {
position: relative;
}
.product-image-container{
background: #fff;
width: 100%;
height:400px;
position: relative;
text-align: center;
margin: 0 auto;
border:  solid 1px #002366;;
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 #002366;
margin-bottom: 5px;
background: #fff;
position: relative;
text-align: center;
transition: .3s
}
.x-hold:hover{
	border:1px solid red;
}
.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:82px;
height:65px;
padding: 5px;
margin: 0px;
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;
}
.footer{
background:url(images/bg.jpg);
background-position: center;
background-size:cover;
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;
}
.product-image-container{
	height: auto
}
}