h1,h2,h3,h4,h5,h6,ul,ul li,a,img,table,p,label{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-size: 14px;
}
:root{
--primary-bg-color: #a0af86;
--primary-text-color: #fff;
--secondary-bg-color: #fa0101;
--secondary-text-color: #fff ;
--secondary-bg-color2: #fff;
--secondary-text-color2: #000;
--border-color:#ddd;
--b-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
::-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: linear-gradient(135deg, #2563eb, #1e40af);
border-radius: 20px;
outline: 1px solid #fff;
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 #000;
font-size: 16px;
margin: 5px 0;
font-weight: bold;
padding: 10px;
background: #eee;
}
img{
max-width: 100%;
}
input{
display: none;
}
/*		compulsory tags for all tempelate*/

.header{
background: var(--primary-bg-color);
}
.ebay-menu-wrapper {
    width: 100%;
    background: linear-gradient(135deg, #111827, #1f2933);
    padding: 12px;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Desktop Menu */
.ebay-menu {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ebay-menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 30px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.ebay-menu a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.35);
}

/* Mobile Dropdown Button */
.menu-toggle {
    display: none;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    border-radius: 30px;
    text-align: center;
    cursor: default;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .ebay-menu {
        display: none;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .menu-toggle {
        display: block;
        text-align: left;
    }

    /* Show dropdown on hover/tap */
    .ebay-menu-wrapper:hover .ebay-menu {
        display: flex;
    }

    .ebay-menu a {
        border-radius: 8px;
        text-align: center;
    }
}
.ebay-slider {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.ebay-slider-track {
  display: flex;
  width: 100%;
  animation: slide 12s infinite;
}

.ebay-slide {
  width: 100%;
  flex-shrink: 0;
}

.ebay-slide img {
  width: 100%;
  display: block;
}

/* Animation */
@keyframes slide {
  0% { transform: translateX(0); }
  30% { transform: translateX(0); }

  35% { transform: translateX(-100%); }
  65% { transform: translateX(-100%); }

  70% { transform: translateX(-200%); }
  100% { transform: translateX(-200%); }
}
.logo{
margin-bottom: 10px;
}
.logo img{
max-width: 300px;
width: 100%;
margin: auto;
}
.right-info{
float: right;
position: relative;
top: 30px;
}
.right-info ul li{
font-weight: bold;
padding: 5px;
list-style: none;
color: var(--primary-text-color);
}
.right-info ul li i{
padding-right: 5px;
}

.search-bar input{
display: block;
width:100% ;
background: white ;
outline: none;
height: 41.5px;
border: 1px solid #ddd;
border-radius: 5px;
}
.search-bar a{
position: relative;
text-align: right;
}
.search-bar a i{
position: absolute;
top:0 ;
padding: 13px;
border: 1px solid #ddd;
background: var(--primary-bg-color);
color: var(--primary-text-color);
right: 0;
border-radius: 7px 0 0 7px;

}
.service-section{
/*background: var(--secondary-bg-color);*/
/*text-align: center;*/
/*margin-bottom: 10px;*/
}
.service-box{
margin: 0;
padding: 20px 12px;
color: var(--secondary-text-color);
background: var(--secondary-bg-color);
text-align: center;
}
.service-box i{
float: left;
position: relative;
left: 75px;
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;
}
.mid-box{
background: #f3f3f3;
padding-top: 10px;
bo
}
.middle{
margin-top: 10px;
}
.left-box{
box-shadow: var(--b-shadow);
margin-bottom: 10px;  
}
.left-tittle h4{
background: var(--primary-bg-color);
color: var(--primary-text-color);
padding: 10px;
font-weight: bold;
}
.left-tittle h4:before{
font-family: fontawesome;
content: "\f828";
padding-right: 5px;
}
.left-details ol li a{
display: block;
padding: 7px;
color: #000000;
border-bottom: 1px solid#ddd;
}
.left-details ol li a:hover{
background: #ddd;
}
.left-img{
text-align: center;
}
.left-img img{
max-width: 100%;
margin: auto;
}
.tittle{
margin-top: 5px;
background: var(--secondary-bg-color);
text-align: center;
}
.tittle h1{
font-weight: bold;
font-size: 19px;
color: var(--secondary-text-color);
padding: 10px;
}
.gallery{
/*padding: 10px;*/
margin-bottom: 20px;
}
.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;
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;
}
.left-tittle h3{
background: var(--secondary-bg-color);
color: var(--secondary-text-color);
padding: 10px;
font-weight: bold;
}

.left-tittle h3:before{
font-family: fontawesome;
content: "\f0c9";
padding-right: 5px;
}
.item-specification{
margin-bottom: 15px;
box-shadow: var(--b-shadow);
}
.item-specification .tittle h3:before{
padding-right:5px ;
}

.description-details table{
border-collapse: collapse;
width: 100%;
}
.description-details td{
border: 1px solid #dddddd;
padding: 5px;
line-height: 25px;
}
.description-details tr:nth-child(even) {
background-color: #dddddd;
}
}
.item-specification h3{
padding: 10px;
}
.item-specification h3:before{
font-family: fontawesome;
content: "\f0c9";
}

.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{
   margin-top: 10px;
   border: 1px solid var(--border-color);
}
.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;
}
.description-details ul li{
   padding: 10px;
}
.description-details img{
   /*max-width: 350px;*/
   padding: 10px;
}
.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: var(--secondary-text-color);
padding: 10px;
margin-top: 1px;
}
#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(--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;
}
/*    tabs-end*/
.categories-box{
text-align: center;
background: #ddd;
margin-bottom: 10px;
box-shadow: var(--b-shadow);
}
.cate-heading h4{
background: var(--secondary-bg-color);
color: var(--secondary-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-box{
display: inline-block;
/*max-width: 200px;*/
text-align: center;
margin: 10px 5px;
border: 1px solid #000;
box-shadow: var(--b-shadow);
}
.cate-img{
   height: 200px;
   text-align: center;
}
.cate-img a img{
max-height: 100%;
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(--primary-text-color);
display: block;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}
.review-box {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fafafa;
}
.review-stars {
  color: #f2b01e;
  font-size: 18px;
}
.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;
}
.footer-details ul li{
list-style: none;
display: inline-block;
}
.footer-details ul li a {
color: var(--primary-text-color);
padding: 5px;
display: block;
}
.footer-details ul li a i{
   padding-right: 5px;
}
.footer-details ul li a:hover{
border-bottom: 1px solid var(--border-color);
}
.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: linear-gradient(135deg, #2563eb, #1e40af);
color: var(--primary-text-color);
text-align: center;
border-top: 2px solid #fff;
}
.copywright p{
padding: 3px;
}