@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.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; 
}
:root{
--primary-bg-color:#000;
--primary-text-color:#fff;
--secondary-bg-color:#222;
--secondary-text-color:#fff;
--border-color:#ddd;
--b-shadow:rgb(155, 155, 154) 0px 20px 30px -20px;

}
::-webkit-scrollbar {
    width: 1em;
    cursor: pointer!important;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    cursor: pointer!important;
}
 
::-webkit-scrollbar-thumb {
  background-color: var(--primary-bg-color);;
  border-radius: 20px;
  outline: 1px solid var(--primary-bg-color);;
  cursor: pointer!important;
}
img{
	max-width: 100%;
}
*{
font-size: 14px;
font-family:;
letter-spacing:1px;

}
.main{
background:var(--body-bg-color);
}
/*header*/
.header{
/*background:#222*/
}
.header>.container>.row{
	align-items: center;
}
.top{
background:var(--primary-bg-color);
}
.welcome p{
padding: 7px 10px;
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);
text-align: center;
}
.top-promo ul li{
	padding:5px 10px ;
	font-size: 19px;
	color:#000;

}
.top-promo ul li:before{
	font-family: FontAwesome;
content: "\f058";
font-weight: bold;
padding-right: 10px;
color:#000;
}
.logo{
text-align:center;
max-width:240px;
margin:15px auto;
}
.logo img{
max-width:100%;
max-height: 100%;
}

.search {
margin:10px 0px;
position: relative;
}
.search input{
width:100%;
max-width: 400px;
height: 40px;
margin:auto;
border:1px solid var(--border-color);
background: #f5f5f5;
}
.search i{
position: absolute;
padding:13px;
border:1px solid var(--border-color);
background: var(--primary-bg-color);
color:var(--primary-text-color);
right: 0px;
top: -1px;
}
.menu-bg{
background:var(--primary-bg-color);
}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li{
display: inline-block;
}
.menu{
text-align: center;
position: relative;
}

.menu ul li a{
position: relative;
display: block;
padding: 15px;
color:var(--primary-text-color);
text-transform: uppercase;
font-weight: bold;
transition: .4s;
min-width: 150px;
}
.menu ul li:nth-child(1) a{
	min-width: auto;
	transform: scale(1.5);
	padding: 0px 5px;
}
.menu ul li:nth-child(1) a:hover{
	background: none
}
.menu ul li a:hover{
background:var(--secondary-bg-color);
color:var(--secondary-text-color);
text-decoration: none;
}
/*header end*/
/* SERVICE */
.service {
background:var(--secondary-bg-color);;
padding:10px 0;
text-align: left;
}
.service-box i {
width:50px;
float:left; 
display:block;
color:var(--secondary-text-color);
margin:0 5px 10px 0;
font-size:32px;
padding:4px 0 0 0;
}
.service-box span {
display:block; 
margin:0; 
padding:0 0 2px 0;
color:var(--secondary-text-color);; 
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
}
.service-box {
margin:0;
padding:20px 12px; 
color:var(--secondary-text-color);;
font-size: 12px;
font-weight: 400; 
letter-spacing: 1.2px;
border-right:1px solid var(--primary-bg-color);;
text-align: left;
}
.service-box:last-child {
border:none;
} 
/*promo end*/
.middle{
position: relative;
margin:15px 0px;

}
.middle-section{
padding: 10px;
background: #fff;
}
/*leftside*/
.left-side{
position: relative;
max-width: 265px; 
width: 100%;
margin: auto;
}

.left-box{
background: #fff;
margin-bottom: 10px;
box-shadow:var(--b-shadow);
}
.left-head h4{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);


}
.left-head h4:before{
font-family: FontAwesome;
content: "\f152";
padding-right: 10px;
}
.left-detail ul li{
background: #fff;
border-bottom: 1px solid var(--border-color);;
}
.left-detail ul li a{
display: block;
font-weight: bold;
width: 100%;
padding:7px;
color: #000;
transition: .5s;
font-size:13px;
}
.left-detail ul li a:hover{
background: var(--secondary-bg-color);
color:var(--secondary-text-color);
}
.left-detail ul li a:before{
font-family: FontAwesome;
content: "\f0da";
font-weight: bold;
padding-right: 10px;
color: var(--primary-bg-color);;
}
.left-img-box{
text-align: center;
}
.left-img-box img{
max-width:100%;
width: 250px;
margin: auto; 
}
/*right side*/
.right-side{
margin-bottom: 10px;
box-shadow:var(--b-shadow);
}
/*gallery*/
.gallery{
width: 100%;
margin:0px auto;
text-align:center;
position: relative;

}
.product-image-box {
position: relative;
}
.product-image-container{
height: 420px;
background: #fff;
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
border:  solid 1px var(--primary-bg-color);
padding:10px;
}
.product-image-container img{
max-width: 100%;
max-height: 100%;

}
.product-more-views {
margin-top: 10px;
text-align: center;
}
.x-hold{
}
.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{
border:  solid 1px var(--primary-bg-color);
margin: 0px;
width:85px;
height:75px;
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%;
}

/*description*/
.title h1{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);


}
.description{
margin: auto;
box-shadow:var(--b-shadow);
}
.description-details{
background: #fff;
color: #000;
}
.description-heading h4{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);


}
.description-details h1, .description-details h2,.description-details h3,
.description-details h4,.description-details h5,.description-details h6{
	font-size: 19px;
}
.description-heading h4:before{
font-family: 'FontAwesome';
content: "\f152";
font-weight: bold;
padding-right: 10px;
}
.description-details ul{
margin-bottom: 10px;
}
.description-details p{
margin-top: 10px;
}
.description-details ul{
	background: #cccccc;
}
.description-details ul li{
padding: 7px;
border-bottom: 1px solid var(--border-color);
}
.description-details ul li:before{
font-family: FontAwesome;
content: "\f0da";
font-weight: bold;
padding-right: 10px;
color: var(--primary-bg-color);;
}
.pd{
padding: 15px;
border: 1px solid var(--border-color)
}
/*Tabs*/
.tabs {
margin-top: 15px;
box-shadow:var(--b-shadow);
text-align: /*center*/;
}
.tabs input {
display: none;
}
.tabs label {
	
display: inline-block;
padding:10px 30px;
margin: 0px;
text-align: left;
font-weight: bold;
transition: .3s
}
.tabs label:hover {
background: var(--primary-bg-color);
cursor: pointer;
color:var(--primary-text-color);
}
.tabs input:checked + label {
background: var(--primary-bg-color);
color:var(--primary-text-color);
}
.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,
.tabs #tab6:checked ~ .content #content6 {
display: block;
}
.tabs .content > div {
display: none;
padding: 20px;
text-align: left;
border:1px solid var(--border-color);
overflow: auto;
background: #fff;
}
.tabs .content ul li:before{
font-family: FontAwesome;
content: "\f0da";
font-weight: bold;
padding-right: 10px;
color: var(--primary-bg-color);;
}
 /*related products*/
.related-categories-section	.product-img-box{
	border:1px solid #ddd;
}
.related-categories-section	.col-mdx{
	width:100%!important;
}
.related-categories-section .product-img-box{
	height: 100%;
}
.related-categories-section .p-title p{
	height: 100%;
	font-weight: bold;
text-align: center;
background: var(--primary-bg-color);
color:var(--primary-text-color);
padding: 10px;
}
.brands-section .col-mdx{
	width:130px!important;
	height: 130px;
	border:1px solid #ddd;
	padding: 10px;
	overflow: hidden;
}
.brands-section .col-mdx img{
	max-width: 100%;
	max-height: 100%;
}
.salebtn{
	position: relative;
}

.salebtn:before{
font-family: FontAwesome;
content: "Sale ";
font-weight: bold;
padding-right: 10px;
color: #fff;
background:#960000 ;
padding: 5px;
position: absolute;
top: 20px;
left: 10px;
}
.offbtn{
	position: relative;
}

.offbtn:before{
font-family: FontAwesome;
content: "20% OFF ";
font-weight: bold;
padding-right: 10px;
color: #fff;
background:#960000 ;
padding: 5px;
position: absolute;
top: 20px;
right: 10px;
}
.rows{
  text-align: center;
}
.col-mdx{
  display: inline-block;
  width:200px;
  text-align: center;
  margin: 5px auto;
}
.products-box{
border:1px solid #ddd;
border-radius: 10px;
padding: 5px;
background: #fff;
margin: 5px;
margin-top: 10px;
overflow: hidden;

}
.product-box-img-outside{
  overflow: hidden;
}

.product-img-box{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height:140px
}
.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;
font-size: 15px;
}

.buy-now{
  text-align: center;
}
.buy-now a{
margin: auto;
display: block;
font-weight: bold;
text-align: center;
background: var(--primary-bg-color);
color:var(--primary-text-color);
line-height: 35px;
transition: .5s;
border:1px solid #ddd;
border-radius: 10px;
}

.buy-now a:hover{
  background: #000;
  
}
.feedback-details i{
	color: green;
}
/*footer*/
.footer{
	background:var(--secondary-bg-color);
	padding: 20px;
}

.footer-box{
margin: 5px
}
.footer-detail{
color: var(--secondary-text-color);
padding:5px;
}
.footer-detail img{
	width: 100%;
}

.footer-head h4{
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: var(--secondary-text-color);
border-radius: 5px;
font-size: 18px;
}

.copyright{
color: var(--primary-text-color);
background: var(--primary-bg-color);
padding:7px 10px; 
text-align:center; 
}
.footer-bg{
padding: 10px;
}
.footer-box{
}
.footer-detail{
color: var(--secondary-text-color);
padding: 10px;
text-align: center;
}
.footer-detail p img{
	margin: auto;
	max-width:220px;
	width: 100%;
	margin-top: 10px;
}

