h1,h2,h3,h4,h5,h6,ul,ul li,ol,a,img,table,p,label{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-size: 14px;
}

:root{--primary-bg-color:#222;
--primary-text-color:#fff;
--secondary-bg-color:#6b6b6b;
--secondary-text-color:#fff;
--secondary-bg-color2:#186577;
--border-color:#000;
--b-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
letter-spacing: 0.3px;
}

::-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(--secondary-bg-color);;
border-radius: 20px;
outline: 1px solid var(--primary-bg-color);;
cursor: pointer!important;
}
.description-details li:before{
font-family: fontawesome;
content:  "\f0da";
padding: 10px;

}

.description-details h1,.description-details h2,.description-details h3,
.description-details h4,.description-details h5,.description-details h6{
border-left: 6px solid var(--secondary-bg-color);
font-size: 19px;
font-weight: bold;
padding: 10px;
background: #eee;

}

img{
max-width: 100%;
}
/*		compulsory tags for all tempelate*/
.banner{
/*	height: 300px;*/
}
.banner img{
	max-height: 100%;
	width: 100%;
}
.header-bg{
/*background: var(--secondary-bg-color);*/
margin-bottom: 20px;
}
.logo{
max-width: 200px;
display: inline-block;
}
.logo img{
width: 100%;
display: inline-block;
}
.right-info{
float: right;
position: relative;
padding: 10px;
}
.right-info ul li{
color: #000;
font-weight: bold;
padding: 5px;
list-style: none;
}
.right-info ul li i{
padding-right: 5px;
}
.right-info ul li:before{
	font-family: fontawesome;
	content: "\f058";
	padding: 5px;

}
.menu{
text-align: center;
background: var(--primary-bg-color);
border-bottom: 1px solid #fff;
}
.menu-bg ul li{
display: inline-block;
border-right: 1px solid #fff;
}
.menu-bg ul li:last-child{
border: none;
}
.menu label{
display: none;
}
.menu input:checked ~ .container .menu-bg{
display: block;
}

.menu-bg ul li a{
color: var(--primary-text-color);
padding: 10px 15px;
display: block;
font-weight: bold;
}
.menu-bg ul li a:hover{
background: #fff
color: #000;
}
.menu-bg ul li a i{
padding-right: 5px;
}
.menu a:hover{
color: #000;
background: #fff;
}
.service-section{
background: var(--secondary-bg-color);
text-align: center;
}
.service-box{
margin: 0;
padding: 20px 12px;
color: var(--secondary-text-color);
text-align: left;
}
.service-box i{
float: left;
display: block;
color: #fff;
margin: 0px 7px 0 0px;
padding: 2px 0 0 0;
font-size: 39px;
}
.service-box img{
	float: left;
	display: block;
	width: 45px;
	margin: 0px 7px 10px 0px;
padding: 0 0 2px 0;
}
.service-box span{
display: block;
margin: 0;
padding: 0 0 2px 0;
color: var(--secondary-text-color);
font-weight: bold;
font-size: 12px;
}
/* header end*/

.middle{
padding-top: 10px;
}         
.left-box{
box-shadow: var(--b-shadow);
margin-bottom: 5px;
background: #eee;
margin-bottom: 10px;
}
.left-box:last-child{
background: none;
}
.left-tittle h4{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
}
.left-tittle h4:before{
font-family: fontawesome;
content: "\f0c9";
padding-right: 5px;
}
.left-box ul li a{
color: #000;
border-bottom: 1px solid var(--border-color);
display: block;
padding: 7px;
font-weight: bold;
}
.left-box ul li a:hover{
background: #ddd;
cursor: pointer;
}
.left-box ul li a:before{
font-family: fontawesome;
content: "\f0da";
padding-right: 5px;
}
.left-img{
text-align: center;
}
.left-img img{
	padding-top: 5px;
}
/*   left-side end*/
.gallery{
	box-shadow: var(--b-shadow);
}
input{
display: none;
}
.gal-content{
display: none;
}
#gal1:checked ~ .gal-box #gal-content1,
#gal2:checked ~ .gal-box #gal-content2,
#gal3:checked ~ .gal-box #gal-content3,
#gal4:checked ~ .gal-box #gal-content4,
#gal5:checked ~ .gal-box #gal-content5,
#gal6:checked ~ .gal-box #gal-content6,
#gal7:checked ~ .gal-box #gal-content7,
#gal8:checked ~ .gal-box #gal-content8,
#gal9:checked ~ .gal-box #gal-content9,
#gal10:checked ~ .gal-box #gal-content10,
#gal11:checked ~ .gal-box #gal-content11,
#gal12:checked ~ .gal-box #gal-content12{
display: flex; /* Use flexbox to center content */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.gal-labels{
text-align: center;
margin: 10px 0;
}
.gal-labels label{
width: 85px;
height: 75px;
text-align: center;
border: 1px solid #ddd;
margin: 5px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center; /* Center horizontally */
}
.gal-labels ul li{
display: inline-block;
overflow: hidden;
}
.gal-labels label img{
max-width: 100%;
max-height: 100%;
text-align: center;
padding: 2px;
}
.gal-content{
text-align: center;
height: 400px;
margin-bottom: 5px;
padding: 10px;
transition: opacity 1s ease;
}
.gal-content img{
max-height: 100%;
max-width: 100%;    
}
.gal-labels{
margin: 5px 0px; 
}
.gal-labels label:hover{
cursor: pointer;
}
#left-details{
text-align: center;
}
.tittle h1{
padding: 10px;
font-size: 19px;
background: var(--primary-bg-color);
color: var(--primary-text-color);
}
.description{
margin-bottom: 10px;
margin-top: 10px;
}
.item-specification .tittle h3:before{
padding-right:5px ;
}
.specification{
border: 1px solid #fff;
margin-top: 5px;
padding: 10px;
}
.specification table{
border-collapse: collapse;
width: 100%;
}
.specification td{
border: 1px solid #ddd;
padding: 5px;
line-height: 25px;
}
.specification tr:nth-child(even) {
background-color: #fff;
}
}
.item-specification h3{
padding: 10px;
}
.item-specification h3:before{
font-family: fontawesome;
content: "\f0c9";
}
.specification ul li{
	padding: 7px;
}
.specification ul li:before{
font-family: fontawesome;
content: "\f0da";
padding-right: 5px;
}
.specification p{
	padding: 190px;
}
.description{
box-shadow: var(--b-shadow);
}
.description-tittle h3{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
font-weight: bold;
}
.description-tittle h3:before{
font-family: fontawesome;
content:"\f0c9";
padding-right: 5px;
}
.description-details p{
padding: 10px;
}
.description-details ul li{
	padding: 10px;
}
.right-side{
	text-align: center;
}
.right-box{
	margin-top: 5px;
	box-shadow: var(--b-shadow);
	border: 1px solid var(--border-color);
	border-radius: 20px;
	padding: 10px;
}
.right-img img{
	border-radius: 20px;
}
.p-tittle h4{
	padding: 1opx;
}
.price h3{
	font-size: 25px;	
	padding: 5px;
	font-weight: bold;
}
.button{
	background: var(--primary-bg-color);
	color: var(--primary-text-color);
	border-radius: 20px;
}
.button a{
	padding: 7px;
	color: var(--secondary-text-color);
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
}
.tabs{
margin-top: 10px;
border: 1px solid #ddd;
border-radius: 2px;
margin-bottom:15px;
padding: 5px;
box-shadow: var(--b-shadow);
}
.content-details{
display: none;
color: #000;
margin-top: 1px;
}
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4{
display: block;
}
.tabs label:hover{
cursor: pointer;
background:var(--secondary-bg-color) ;
color: var(--secondary-text-color);
/*			padding: 10px;*/
transition: 0.5s;
}
.tabs label{
padding: 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 25px;
}

.tabs input:checked + label{
background: var(--primary-bg-color);
color:var(--primary-text-color);
}
.content{
/*			margin-top: 10px;*/
}
.tabs{
box-shadow: var(--b-shadow);
}
.content-details ul li{
color:#000;
padding: 5px;
border-bottom: 1px solid #ddd;
}
.content-details ul li span{
font-weight: bold;
}
.content-details ul li:before,
.description ul li:before{
font-family: fontawesome;
content:"\f0da";
padding-right: 5px;
}

/*		tabs-end*/
.categories-box{
text-align: center;
}
.cate-heading h4{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
text-align: left;
font-weight: bold;
}
.cate-heading h4:before{
font-family: fontawesome;
content:"\f0c9";
padding-right: 5px;
font-weight: bold;
}
.cate-details{
	box-shadow: var(--b-shadow);
}
.cate-details img{
	max-width: 110px;
box-shadow: var(--b-shadow);
margin: 5px;
border: 1px solid var(--border-color);
}
.cate-box{
display: inline-block;
width: 200px;
text-align: center;
margin: 10px 5px;
border: 1px solid #000;
box-shadow: var(--b-shadow);
}
.cate-img{
height: 200px;
}
.cate-img a img{
width: 100%;
max-height: 100%;
padding: 10px;
}
.cate-tittle{
height: 80px;
overflow: hidden;
}
.cate-tittle h3{
padding: 10px;
}
.buy-price{
padding: 5px;
}
.buy-price span{
font-weight: bold;
font-size: 20px;
}
.buy-price ul li{
display: block;
background: var(--secondary-bg-color);
color: var(--secondary-text-color);
border-radius: 30px;
padding: 10px;
font-weight: bold;
}
.buy-price ul li a{
color: var(--secondry-text-color);
display: block;
}
.footer{
   background: var(--primary-bg-color);
}
.footer-details{
   text-align: center;
   padding: 10px;
}
.footer-tittle{
   text-align: center;
}
.footer-tittle h3{
   background: #fff;
   color: #000;
   padding: 10px;
   margin-top: 10px;
   font-weight: bold;
/*   width: 200px;*/
}
.footer-details ul li{
   list-style: none;
}
.footer-details ul li a {
   color: var(--primary-text-color);
   padding: 7  px;
   display: block;
/*   font-weight: bold;*/
}
.footer-details ul li a:hover{
	background: #fff;
	color: #000;
}
.footer-details ul li a i{
	padding: 5px;
	font-size: 20px;
}
.footer-details span{
   padding: 7px;
   color: var(--primary-text-color);
}
.footer-details img{
   margin-top: 10px;
}
.ebay-msg {
   text-align: center;
}
.ebay-msg ul li{
   list-style: none;
}
.ebay-msg ul li a{
   background: #fff;
   color: #000;
   font-weight: bold;
   padding: 7 px;
   display: block;
   text-align: center;
   width: 150px;
   position: relative;
   left: 30%;
   margin: 5px;
   border-radius: 20px;
}
.ebay-msg ul li a:before{
   font-family: fontawesome;
   content: "\f086";
   padding-right: 5px;
}

.copywright{
background: var(--primary-bg-color);
color: var(--primary-text-color);
text-align: center;
border-top: 2px solid #fff;
}
.copywright p{
padding: 3px;
}