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:#62b7f4;
--primary-text-color:#222;
--secondary-bg-color:#1d9dfa;
--secondary-text-color:#fff ;
--secondary-bg-color2:#000000;
--border-color:#ddd;
--b-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;;
}
::-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-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%;
}
input{
display: none;
}
/*		compulsory tags for all tempelate*/

.logo{
text-align: center;
background: var(--primary-bg-color);
}

.logo img{
border-radius: 20%;
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{
border-bottom: 1px solid #ddd;
text-align: center;
border-top: 2px solid var(--border-color);
}
.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;
border-right: 1px solid var(--border-color);
}
.menu-bg ul li:last-child{
border: none;
}
.menu-bg ul li a{
display: block;
padding: 10px;
font-weight: bold;
color: var(--primary-text-color);
}
.menu-bg ul li a:hover{
background: #fff;
color: #000;
}
.search-bar input{
display: block;
width:100% ;
background: white ;
outline: none;
height: 41.5px;
border: 1px solid #ddd;
border-radius: 5px 0 15px 5px;
}
.search-bar a{
position: relative;
text-align: right;
/*top: 7px;*/
}
.search-bar a i{
position: absolute;
top:0 ;
padding: 13.5px;
/*border: 1px solid var(--border-color);*/
border-radius: 5px 0 15px 5px;
background: var(--primary-bg-color);
color: var(--primary-text-color);
right: 0;
}

.middle{
margin-top: 10px;
}
.left-box{
box-shadow: var(--b-shadow);
margin-bottom: 10px;  
}
.left-box ul li a{
color: #000000;
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-tittle h3{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
font-weight: bold;
border-radius: 0 0 15px 15px;
}
.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!important;
}
.left-details img{
max-height: 350px;
}
.gallery{
   text-align: center!important;
}
.gallery img{
   max-width: 640px;
   padding: 10px;
}

.tittle h1{
   background: var(--secondary-bg-color);
   color: #fff;
   font-size: 19px;
   font-weight: bold;
   padding: 10px;
   border-radius: 0 0 15px 15px;
}
.Specifications .left-tittle h3{
   background: none;
   color: #000;
}
.spec-details ul li{
   padding: 7px;
   list-style: none;
}
.spec-details p{
   padding: 10px;
}
.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-1{
   text-align: center;
}
.left-tittle-1 h4{
font-size: 19px;
border: none;
margin-bottom: 5px;
padding: 10px;
font-weight: bold;
}
.description-details p{
   padding: 10px;
}
.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(--primary-bg-color) ;
color: var(--primary-text-color);
transition: 0.5s;
}
.tabs label{
padding: 10px;
border-radius: 5px;
font-weight: bold;
margin-right: 25px;
}
.tabs input:checked + label{
background:var(--secondary-bg-color);
color:var(--secondary-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;
}
.content-details p{
   color: var(--primary-text-color);
   padding: 10px;
}

/*    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:hover{
   background: #fff;
   color: #000;
}
.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: #fff;
   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;
}