@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
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; 
}
*{
font-size: 14px;
font-family: "Montserrat", sans-serif;
letter-spacing:1px;

}
img{
	max-width: 100%;
}
/*header*/
.header{

}
.logo{
text-align:center;
background: #222222;
padding: 10px;
}
.logo h1{
font-weight: bold;
text-transform: uppercase;
color: #000;
margin:0px;

}
.logo img{
max-width:320px;
width: 100%;
margin: auto;
text-align: center;
}


.menu-bg {
background: linear-gradient(0deg, rgba(178,127,42,1) 0%, rgba(244,226,130,1) 100%);	
}
.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: 10px;
color: #000;
text-transform: uppercase;
font-weight: bold;
transition: .4s;
text-decoration: none!important;
font-size:17px
}
.menu ul li a:hover{
background:#000;
color: #fff;

}

/*header end*/

@media only screen and (max-width: 990px) {

.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: 5px;
text-align: left;
margin: 0px;
}
.menu-bg label:before{
font-family: 'FontAwesome';
content: "\f0c9";
padding-right:10px;
color:#b27f2a;
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
}
}
/*middle*/
.middle{
	margin: 15px 0px;
}
/*category*/
.categoriess{
	position: relative;
	max-width: 265px; 
	width: 100%;
	margin: auto;
}
.cate-box{
	background: #fff;
margin-bottom: 10px;
}
.cate-head h4, .title h1{
padding:10px;
padding-left: 0px;
font-size: 17px;
text-align: left;
font-weight: bold;
text-transform: uppercase;
color: #fff;
background: #000;
border-bottom: 5px solid #b27f2a

}
.title h1{
	padding-left:10px;
}
.cate-head h4:before{
font-family: FontAwesome;
content: "\f0c9";
font-weight: normal; 
padding:13px;
margin-right: 5px;
padding-top:10px;
color: #000;
background: linear-gradient(0deg, rgba(178,127,42,1) 0%, rgba(244,226,130,1) 100%);
}
.cate-detail{
	margin: 5px 0px;
	background: #fff;
	border:1px solid #ddd;
}

.cate-detail ul li{
	border-bottom: 1px solid #ddd;
}
.cate-detail ul li a{
display: block;
font-weight: bold;
width: 100%;
padding:7px;
color: #000;
transition: .5s
}
.cate-detail ul li a:hover{
	background: #000;
color: #fff;
}
.cate-detail ul li a:before{
font-family: FontAwesome;
content: "\f110";
font-weight: bold;
padding-right: 10px;
color: #000
}
.cate-img-box{
text-align: center;
}
.cate-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*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: 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;
}
.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;
}
/*feature*/

.feature{
margin: auto;
max-width:500px;
}
.feature-details{
background: #fff;
}
.feature-details ul li{
padding: 7px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
border-bottom: 1px solid #ddd;
}
.feature-details ul li:before{
font-family: FontAwesome;
content:"\f101";
font-weight: bold;
padding-right: 10px;
}
.buy-now-section{
background: #fff;
text-align: center;
padding: 5px;
margin:8px 0px;
border:1px solid #ddd;
}
.price h2{
margin: 15px 0px;
text-align: center;
font-weight: bold;
color:#b27f2a
}
.buy-btn {
text-align: center;

}
.buy-btn span{
margin: auto;
color:#000;
font-weight: bold;
display: inline-block;
width:80%;
text-align: center;
background: linear-gradient(0deg, rgba(178,127,42,1) 0%, rgba(244,226,130,1) 100%);;
padding:10px 10px;
padding-left: 0px;
transition: .5s;
}
.buy-btn span:hover{
background: #000;
}
.buy-btn a:before{
/*position: absolute;*/
font-family: FontAwesome;
content: "\f07a";
font-weight: bold;
background: #000;
padding:13px 15px;
color: #fff;
}
.buy-btn-1{
text-align: center;
}
.buy-btn-1 i{
padding-right:6px;
}
.buy-btn-1 ul li{
display: inline-block;
width: 46%;
}
.buy-btn-1 ul li a{
color:#000;
font-weight: bold;
text-align: center;
background: linear-gradient(0deg, rgba(178,127,42,1) 0%, rgba(244,226,130,1) 100%);;
padding:7px 10px;
transition: .5s;
margin: 5px 0px;
display: block;
font-weight: bold;
}
.variations{
margin: 10px 0px;
}
.variations label{
background: linear-gradient(0deg, rgba(178,127,42,1) 0%, rgba(244,226,130,1) 100%);;
border-bottom: 2px solid #b27f2a;
width: 100%;
font-weight: bold;
color: #000;
padding: 7px;
text-transform: uppercase;
}
.variations label:before{
font-family: FontAwesome;
content:"\f012";
font-weight: normal;
padding-right: 5px;
}
.variations span{
background: #fff;
font-weight: bold;
margin: 5px 3px;
display: inline-block;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
padding: 10px 15px;
}
.color,.size{
background: #fff;
margin:5px 0px;
border:1px solid #ddd;
}
.color-sectiom,.size-sectiom{
padding: 10px;
}
/*des*/
.des-heading h4{
font-size: 17px;
background: #000;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
.des-heading h4:before{
   font-family: FontAwesome;
    content: "\f0c9";
    font-weight: normal;
    padding-right: 10px;
}
.description-detail ul li:before{
   font-family: FontAwesome;
    content: "\f105";
    font-weight: bold;
    padding-right:3px;
}
.description-detail{
  background: #fff;
border:1px solid #ddd;
padding: 20px;
text-align: justify;
}
.description-detail h1,.description-detail h2, .description-detail h3,
.description-detail h4,.description-detail h5, .description-detail h6{
	font-size: 17px;
}
.small-img img{
	width:30px;
	padding: 5px;
}
.choose-main-flex{
	text-align: center;
}
.choose-content{
	display: inline-block;
	max-width: 330px;
	width: 100%;
	text-align: center;
	vertical-align: top;

}
.choose-content .choose-title,.product-about-title{
	font-weight: bold!important;
	font-size: 21px;
	margin-bottom:30px;
	text-transform:uppercase;
}
.choose-image{
	padding: 20px;
	height:120px;
}
.choose-image img{
	max-width: 100%;
	max-height: 100%;
}
.product-about-flex{
	display: flex;
/*	flex-direction: column;*/
}
.bg-color,.choose-main-flex{
    background:#eee;
}
.product-about-content ,.product-about-image{
	width: 50%;
	align-content: center;
	padding: 20px;
}
.compair-img{
background: #F1F3F2;
text-align: center;
}
.compair-img img{
	max-width: 550px;
	width: 100%;
	margin: auto;
}
/*feedback start*/
.feedback-section{
  margin: 15px 0px;
}
.feedback-details{
  padding:10px 20px 
}
.feedback-details table tr td{
  padding: 7px;
  border-bottom: 1px solid #ddd
}
.feedback-details table tr td i{
  color: green
}

/*Tabs*/
.tabs {
margin-top: 15px;
}
.tabs input {
display: none;
}
.tabs label {
	margin: 0px;
	text-transform: uppercase;
background:#fff;
display: inline-block;
padding:10px 50px;
text-align: center;
color:#000;
transition: .5s;
}
.tabs label:hover {
background: #000;
cursor: pointer;
color: #fff;
}
.tabs input:checked + label {
background: #000;
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 {
	background: #fff;
display: none;
padding: 20px;
text-align: left;
border:1px solid #ddd;
border-top:5px solid #000;
overflow: hidden;
}
@media only screen and (max-width: 769px) {
.tabs label {
width:100%;
margin: auto;
}}
/*footer*/
.footer{
background:#000000;
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) {
	.product-about-content, .product-about-image{
		width: 100%;
	}
	.product-about-flex{
		flex-direction: column;

	}
	.bg-color{
		flex-direction: column-reverse;
	}
.footer-detail ul li{
width: 100%;
}
.footer-detail ul li a{
padding:5px 20px;
}
}
@media screen and (max-width: 992px) {

.categoriess{
	display: none;
}
}