h1,h2,h3,h4,h5,h6,ul,li,a,img,table,p,label{
padding: 0;
margin: 0;
/*list-style: none;*/
text-decoration: none;
font-size: 14px;
}
:root{
--primary-bg-color:#810342;
--primary-text-color:#fff;
--secondary-bg-color:#fff;
--secondary-text-color:#000 ;
--secondary-bg-color2:#000000;
--border-color:#ddd;
--b-shadow:rgb(155, 155, 154) 0px 20px 20px -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;
}
.description-details li:before{
font-family: fontawesome;
content:  "\f0da";
padding: 5px;
}

.description h1,.description h2,.description h3,
.description h4,.description h5,.description h6{
border-left: 6px solid var(--secondary-bg-color);
font-size: 19px;
font-weight: bold;
padding: 10px;
background: #eee;

}

img{
max-width: 100%;
}
input{
display: none;
}
/*		compulsory tags for all tempelate*/

/*.logo{
text-align: center;
}*/
.logo h1{

   padding: 10px;
   font-size: 40px;
   font-weight: bold;
   font-family:  "Times New Roman", Times, serif;
   position: relative;
   top: 10px;
   text-transform: uppercase;
}
.logo img{
max-width: 200px;
margin: auto;
box-shadow: var(--b-shadow);
border-radius: 100%;
background: #fff;
border: 1px solid var(--border-color);
padding: 10px;
}
.right-info{
float: right;
position: relative;
top: 10px;
}
.right-info ul li{
font-weight: bold;
padding: 5px;
list-style: none;
}
.right-info ul li i{
padding-right: 5px;
}
.menu{
margin-top: 10px;
}
.menu label{
display: none;
}
.menu input:checked ~ .menu-bg{
display: block;
background: var(--primary-bg-color);
}
.menu-bg{
background: var(--primary-bg-color);
}
.menu-bg ul li{
display: inline-block;
/*padding: 10px;*/
border-right: 1px solid #fff;
}
.menu-bg ul li a{
display: block;
padding: 10px;
font-weight: bold;
color: var(--primary-text-color);
}
.menu-bg ul li a:hover{
background: #490e2b;

}
.search-bar input{
display: block;
width:100% ;
background: white ;
outline: none;
height: 27.5px;
border: 1px solid #ddd;
}
.search-bar a{
position: relative;
text-align: right;
top: 7px;
}
.search-bar a i{
position: absolute;
top:0 ;
padding: 6px;
border: 1px solid var(--border-color);
background: var(--primary-bg-color);
color: var(--primary-text-color);
right: 0;
}
.mid-box{
   background: #f3f3f3;
}
.middle{
margin-top: 10px;
}
.left-box{
box-shadow: var(--b-shadow);
margin-bottom: 10px;  
}
.left-tittle h3{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
font-weight: bold;
}
.left-tittle h3:before{
font-family: fontawesome;
content: "\f0c9";
padding-right: 5px;
}
.left-details ol{
   font-weight: bold;
}
.left-details ol li a{
display: block;
padding: 7px;
color: #000000;
font-weight: bold;
border-bottom: 1px solid#ddd;
}
.left-details ol li a:hover{
background: #ddd;
}
.left-img{
text-align: center;
}
.left-details img{
max-height: 300px;
}
.tittle1 h2{
padding: 10px;
background: var(--primary-bg-color);
color: var(--primary-text-color);
font-weight: bold;
}
.tittle1 h2:before{
   font-family: fontawesome;
   content:"\f0c9";
   padding-right: 5px;
}
.gallery{
   padding-top: 10px;
}
.gal-content{
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;
box-shadow: var(--b-shadow);
margin: 10px 0;
border: 1px solid var(--border-color);
}
.gal-labels label{
width: 85px;
height: 75px;
text-align: center;
border: 1px solid var(--border-color);
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: 300px;
border: 1px solid var(--border-color);
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;
}.product-tittle .tittle h2{
   background: none;
   color: #000;
   font-size: 19px;
   font-weight: bold;
}
.product-tittle .tittle{
   padding-top: 10px;
   margin-bottom: 10px;
   font-weight: bold;
}
.product-tittle .tittle h2{
font-weight: bold;
}
.spec-details ul li{
   padding: 7px;
   list-style: none;

}
.spec-details ul li:before{
   font-family: fontawesome;
   content: "\f0da";
   padding-right: 5px;
}
.price-button{
   text-align: center;
   font: bold;
   padding: 10px;
   font-size: 22px;
   margin-bottom: 15px;
}
.buy-button{
   text-align: center;
   font-weight: bold;

}
.buy-button ul li{
   list-style: none;
}
.buy-button ul li a{
   background: var(--secondary-bg-color);
   color: var(--secondary-text-color);
   font-weight: bold;
   padding: 7px;
   border-radius: 40px;
   font-size: 22px;
}
.description{
padding:10px 0;
box-shadow: var(--b-shadow);
/*max-height: 220px;*/
}
.description .left-tittle h3{
font-size: 14px;
border: none;
margin-bottom: 5px;
}
.tabs{
margin-top: 10px;
border: 1px solid #ddd;
border-radius: 2px;
margin-bottom:15px;
padding: 5px;
}
.content-details{
display: none;
/*       background: var(--primary-bg-color);*/
color: var(--secondary-text-color);
padding: 10px;
margin-top: 1px;
box-shadow: var(--b-shadow);
/*       border: 2px solid var(--border-color);*/
}
#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2,
#tab3:checked ~ .content #content3,
#tab4:checked ~ .content #content4,
#tab5:checked ~ .content #content5,
#tab6:checked ~ .content #content6{
display: block;
}
.tabs label:hover{
cursor: pointer;
background:var(--secondary-bg-color) ;
color: var(--secondary-text-color);
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);
}
.tabs{
box-shadow: var(--b-shadow);
}
.content-details ul li{
color: #000000;
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*/
.footer{
   background: var(--primary-bg-color);
}
.footer-details{
   text-align: center;
   padding: 10px;
}
.footer-tittle{
   text-align: center;
}
.footer-tittle h3{
   background: var(--secondary-bg-color);
   color: var(--secondary-text-color);
   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 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: var(--secondary-bg-color);
   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(--secondary-bg-color);
color: var(--secondary-text-color);
text-align: center;
border-top:2px solid #fff;
}
}
.copywright p{
padding: 3px;
}