/*
 * Copyright (c) 2025 Shelfrise
 * All rights reserved.
 * 
 * This CSS file is proprietary and confidential.
 * Unauthorized copying, distribution, or modification of this file,
 * via any medium, is strictly prohibited.
 * 
 * Website: [www.shelfrise.net]
 * Contact: [shelfrise@outlook.com]
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body, table, td, th {
 font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  line-height: 1.4;
   overflow-x: hidden;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border: none !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}
/* Typography Reset & Standards */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: inherit;
  padding:0;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 15px 0;
  line-height: 1.5;
  padding:0;

}

a {
  color: #0066cc;
  text-decoration: underline;
  padding:0;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin: 0 0 15px 20px;
 
}

li {
  margin-bottom: 0px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Common utility classes */
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-bold { font-weight: bold !important; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }

/* Most reliable approach for eBay */
@media (min-width: 1380px) {
    .container
   {
        max-width: 1100px !important;	
    }
}
/* Hide eBayâ€™s extra <center> or wrapper tables */
#page + center
 {
  display: none !important;
}
/* Remove eBayâ€™s injected <br clear="all"> */
br[clear="all"] {
  display: none !important;
}
/* Reset fonts (override eBayâ€™s inline defaults) */
 #page {
  
}
.topmsg
{
	background-color:#040504;
	 box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}


 .top-message p
 {
	 display:flex;
	 justify-content:center;
	 color:#fff;
     font-size:13px;
      font-family: "Open Sans", sans-serif;
     text-transform:uppercase;
	 font-weight: 600;
  letter-spacing: 0.25px;
    padding:10px 0;
	margin:0;
 }
 @media (max-width:576px)
 {
	 .top-message p
	 {
	font-size:14px;
	text-align:center;
	 display:block;}
	
 }
 .mobile-logo
 {
	 display:block;
	 margin: 10px auto;
	 width:150px;
 }
 
 @media(min-width:768px)
 {
 .mobile-logo
 {
	 display:none;
 }}
 .logo 
 {
 display: block;
  width:150px;
  height:auto;
  margin:10px 0px;
 }
 .logo a
 {
max-width:50px;
margin:10px 0px;
 }
 
 
  /* ==================================================
      COMMON MENU STYLES for BOTH MOBILE AND DESKTOP
     ================================================== */
 .categories
 {
	 
	 list-style-type:none;
	 margin:0;
	
	 
 }
  .categories a
  {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:500;
	}
	
	  /* ==================================================
           DESKTOP MENU STYLES
        ================================================== */
		#desktop-menu
		{
			background:#fff;
		}
		

		#header-menu-mobile .row, #desktop-menu .row
		{
	border-radius:5px;
	margin: 0;
		}
	.menu-wrapper
	
	{display: flex;
  justify-content:space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
}
 #desktop-menu .categories
 {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
	
 }
 #desktop-menu .categories li
 {
	 
        /* flex:1;*/
          position: relative; 
 }
 #desktop-menu .categories li a
 {
	display: block;
  text-align: center;
  padding: 0 15px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  font-weight:600;
  position: relative;
  color:#484848;
 }
 
 #desktop-menu .categories > li > a:hover
 {
    color:#a52924;
 }
 
    /* ==================================================
           MOBILE MENU STYLES
      ================================================== */
           MOBILE MENU STYLES
#header-menu-mobile
		{
			background:url(https://ebay.auto-bra.de/_Serv2/bg.png);
		}
        #header-menu-mobile .row {
          
         
            margin: 5px 0;
        }
		.mobile-background{
			background:url(https://ebay.auto-bra.de/_Serv2/bg.png);
		}

        /* ==================================================
           MOBILE MENU TOGGLE BUTTON
           ================================================== */

        .mobile-control {
            /* Hide the checkbox - we'll use it for CSS-only toggle */
            display: none;
        }

        .mobile-menu-toggle {
            /* Style the toggle button */
            display: block;
            cursor: pointer;
            padding: 0 15px;
            height: 40px;
            line-height: 38px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
           margin:0;
		   color:#fff !important;
		   font-family: "open sans", sans-serif;
        }

        /* ==================================================
           HAMBURGER ICON STYLES
           ================================================== */

        .mobile-menu-toggle .icon {
            /* Container for hamburger lines */
            float: left;
            width: 22px;
            margin-right: 8px;
            margin-top: 9px;
            padding: 3px 0;
        }

        .mobile-menu-toggle .icon span {
            /* Individual hamburger lines */
            display: block;
            background-color: #fff !important;
            width: 100%;
            height: 3px;
            transition: all 0.3s ease; /* Smooth animation */
        }

        .mobile-menu-toggle .icon span + span {
            /* Space between lines */
            margin-top: 4px;
        }

        /* ==================================================
           HAMBURGER ANIMATION (when menu is open)
           ================================================== */

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(1) {
            /* Top line rotates and moves down */
            transform: rotate(45deg) translate(5px, 5px);
        }

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(2) {
            /* Middle line disappears */
            opacity: 0;
        }

        .mobile-control:checked + .mobile-menu-toggle .icon span:nth-child(3) {
            /* Bottom line rotates and moves up */
            transform: rotate(-45deg) translate(7px, -6px);
        }

        /* ==================================================
           MOBILE MENU DROPDOWN STYLES
           ================================================== */

        #header-menu-mobile .categories {
            /* Hidden by default */
            display: none;
            padding: 0 15px 10px;
            background-color: #000;
        }

        #header-menu-mobile .categories > li {
            /* List item styling */
            border-bottom: 1px solid #444;
        }

        #header-menu-mobile .categories > li:last-child {
            border-bottom: none;
        }

        #header-menu-mobile .categories > li > a {
            /* Mobile menu link styling */
            display: block;
            padding: 12px 0;
            color: #fff;
            transition: color 0.3s ease;
			font-family: "open sans", sans-serif;
			font-size:14px;
        }

        #header-menu-mobile .categories > li > a:hover {
            color: rgb(228, 166, 61); /* Green on hover */
        }

        /* ==================================================
           TOGGLE FUNCTIONALITY (Pure CSS)
           ================================================== */

        .mobile-control:checked ~ .categories {
            /* Show menu when checkbox is checked */
            display: block !important;
            animation: slideDown 0.3s ease-out;
        }

        /* Slide down animation */
        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }
            to {
                opacity: 1;
                max-height: 500px;
            }
        }
		.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.ba-para {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.ba-para p {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 20px;
    background-color: #ff3131;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
	font-family: "Open Sans", sans-serif;

}
/* Apply background to the main container */
#header-menu-mobile {
    background: url(https://ebay.auto-bra.de/_Serv2/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat; /* or no-repeat depending on your image */
}

.mobile-background {
    background: url(https://ebay.auto-bra.de/_Serv2/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.mobile-menu-toggle {
    display: block;
    cursor: pointer;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #fff !important;
    font-family: "open sans", sans-serif;
    background: transparent; /* Make sure toggle button is transparent */
}

#header-menu-mobile .categories {
    display: none;
    padding: 0 15px 10px;
    background-color: transparent; /* CHANGE THIS from #000 to transparent */
    /* OR keep a semi-transparent background: */
    /* background-color: rgba(0, 0, 0, 0.8); */
}
		/* selling point start*/
		#sellingpoints
		
		{
		font-size:14px;
		background-color:#fff;
		color:#fff;
		margin-top: 3px;
		padding:10px;
		text-align:center;
		font-family: "open sans", sans-serif;
		}
 @media(max-width:768px) {
   .p-box
	{
		display:flex;
 flex-direction:column;
 flex:1 45%;
 font-size:11px;
 gap:0px;
 align-items:space-between;
 font-family: "open sans", sans-serif;
 /*
 background-color:#333;
 border-radius:6px;*/
 padding:10px;
 color:#fff;
 
  }
  
 }
  .p-box
  {
	  display:flex;
	  flex-direction:row;
	  align-items:center;
	  gap:10px;
	  
  }
  @media (min-width:768px)
  {
   #sellingpoints > .p-box
  {
	  display:flex;
	  flex-direction:row;
	  align-items:center;
	  gap:5px;
	font-family: "Open Sans", sans-serif; 
	font-size:14px;
 
  font-weight:500;
  }
 #sellingpoints > .p-box:last-child
  {
	  border-right:none;
  }
  }
 
.icondesign
  {
color:#fff;
font-size:18px;

  }
  /*selling point end*/
  
  #main-content{
  padding-top: 40px;
	padding-bottom: 20px;

	background-color:#FEFEFE;
  }
  .left-content
  {
	  padding:0;
  }
  @media (max-width: 767px) {
	#main-content{
		padding-top: 0px;
	}
}
  
 /* gallery start*/
.right-content

{padding:0;}
.main-title
{
background-color:#fff;
font-size:1.5em;
text-transform:uppercase;
font-family: "Open Sans", sans-serif;
color: #484848;
 line-height: 1.3;
font-weight:700;

}
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
 

@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 16px;
	color: #000000;
	padding: 5px 10px;
	border: 1px solid #dedede;
}
/*
/ Images
/ ------------------------------ */

.images{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
	max-width: 500px; /* Add this - adjust size as needed */
}

@media (max-width: 767px){
	.images{
		padding-bottom: 0;
	}
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	max-width: 500px; /* Match the container size */
	width: 100%;
}

.images .image{
	width: 14.28%;
	display: inline-block;
	position: static;
	padding-right: 15px;
	padding-top:10px;
}

@media (max-width: 1023px){
	.images .image{
		width: 16.66%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 20%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	border-color: #000;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 13px;
		height: 13px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #000000;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 0px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
	
	#header .logo {
   
    margin: 12px 0 !important;
}
	
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
	border:2px solid #a52924;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #000;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -5px;
	background-image: url('https://ebay.auto-bra.de/_Serv2/prev.png');
}

.image .main .next{
	right: -5px;
	background-image: url('https://ebay.auto-bra.de/_Serv2/next.png');
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
		.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
		display: flex; /* ADDED: For vertical centering */
		align-items: center; /* ADDED: Centers content vertically */
		justify-content: center; /* ADDED: Centers content horizontally */
		padding: 20px; /* ADDED: Prevents modal from touching screen edges */
		
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 90%; /* CHANGED: Was 600px - now responsive width */
		max-width: 600px; /* ADDED: Limits maximum width */
		height: auto; /* CHANGED: Was 600px - now auto to fit image */
		max-height: 90vh; /* ADDED: Prevents image from being cut off at bottom */
		padding: 0;
		background-color: #ffffff;
		margin: auto; /* CHANGED: Was "50px auto 0" - removed fixed top margin */
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
		display: flex; /* ADDED: For image centering inside modal */
		align-items: center; /* ADDED: Centers image vertically */
		justify-content: center; /* ADDED: Centers image horizontally */
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
		max-height: 90vh; /* ADDED: Ensures full image is visible without cutting */
		width: auto; /* ADDED: Maintains image aspect ratio */
		height: auto; /* ADDED: Maintains image aspect ratio */
		position: relative; /* ADDED: For proper positioning */
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "Click image to zoom";
		background-image: url('https://ebay.auto-bra.de/_Serv2/zoom.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 32px;
		line-height: 21px;
		position: absolute;
		bottom: 0;
		right: 0;
		color: #000000;
		font-size: 10px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('https://ebay.auto-bra.de/_Serv2/close.png');
	}
}

@media (min-width: 1024px) {
		 .image .main-control:checked + .main .main-content{
		max-width: 800px;
		max-height: 90vh;
		width: auto;
		height: auto;
   /* changed from width: 800px;height: 800px; */
	}
}
}
/*slider gallery end*/
/* description start*/
.main-description
{margin-top:1em;
	font-size:16px;
	text-transform:uppercase;
	background-color:#333;
	color:#fff;
font-family: "Open Sans", sans-serif;
	padding: 12px 15px;
	font-weight:700;
	letter-spacing:0px;
	margin: 0;
}
.desc-d
{
margin-bottom: 10px;
  margin-top: 0px;
  float: left;
  line-height: 23px;
  padding: 13px;
  width: 100%;
  list-style: inside;
  color: #484848;
  font-size: 14px;
  letter-spacing: 0px;
  font-family:"open sans", sans-serif;
  padding-bottom: 0;
 
}

/*** Description Overides ***/

.desc-d img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.desc-d ul li,
.desc-d ol li{
	margin-bottom: 4px;
}

.desc-d ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.desc-d ul li{
	background-image: url(../images/tick.PNG);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
	line-height: 20px;
	margin-bottom: 15px;
}

.desc-d table{
	font-size: 13px;
}
.desc-d font,
.desc-d b font,
.desc-d strong font,
.desc-d p font,
.desc-d ul li font,
.desc-d ol li font,
.desc-d th font,
.desc-d td font,
.desc-d h2 font,
.desc-d h3 font,
.desc-d h4 font,
.desc-d h5 font,
.desc-d b,
.desc-d strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.desc-d p,
.desc-d ul li,
.desc-d ol li,
.desc-d th,
.desc-d td,
.desc-d h2,
.desc-d h3,
.desc-d h4,
.desc-d h5,
.desc-d span,
.desc-d div{

line-height: inherit !important;}
/* tab start*/

.tabs-mng
{
  background-color: #eeeded;
  padding: 15px 0px 25px 0px;
  margin-bottom: 10px;
  
}
@media (max-width:768px)
{
	.tabs-mng {
  background-color:transparent;
  margin:0;
  padding:0;
}
}

.tabs
{margin-top:0;
}
.tabs .tab-control
{display:none;}

.tabs > label 
{display:block;
float:left;
position:relative;
z-index:10;
padding:15px 40px;
margin:0;
font-size:16px;
color:#fff;
border-right:1px solid #5c5c5c;
font-family: "Open Sans", sans-serif;
font-weight: 600;
background-color:#000;
}
.tabs > label:hover
{
	
background-color: #a52924;
	cursor:pointer;
}
.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"],
.tabs #tab-control-7:checked ~ label[for="tab-control-7"]
{
	color: #fff;
background-color:#a52924;
}
@media(max-width:767px)
{
	.tabs
	{
	border:1px solid #ccc;
	border-top:0;
	}
	
	.tabs > label 
	{
		width:100%;
		margin:0;
		padding:15px 15px;
		border:0;
		border-top:1px solid #333;
		font-size:14px;
		
		
		/*
		background-image:url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQEAgxTG1meQKhxtQX8hvgNLF3mdt0LfW8HoQ&s'); /* will add arrow later need to add
		background-repeat:no-repeat;
		background-position:right center;
		background-size:20px;*/
	}
	.tabs > label:hover,
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"],
	.tabs #tab-control-7:checked ~ label[for="tab-control-7"]
	{/* for mobile image*/
		background-image:url(''); 
border-bottom:0;
		
	}
}
.tabs .tab-content
{display:none;
/*
animation-name:fade-in;
animation-duration:1.0s;*/
float:left;
width:100%;
padding:20px 40px;
font-size:13px;
line-height:1.5;
color:#333;
border: 2px solid #a52924;
background-color:#fff;
font-family: "Open Sans", sans-serif;
}
.tabs .tab-content img,
.tabs .tab-content img
{width:auto !important;
height:auto !important;
max-width:100%;
}
.tabs .tab-content ul li,
.tabs .tab-content ol li
{margin-bottom:4px;
}
@media (max-width:767px)
{
.tabs .tab-content
{border:0;
padding:15px;
}
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6,
#tab-control-7:checked ~ #tab-content-7
{
	display:block;
}
@media(max-width:767px)
{
	.tabs .desktop-label
	{
		display:none;
		
	}
}
@media(min-width:768px)
{
.tabs .mobile-label
	{
		display:none;
		
	}
}

/* testing before and after */
@media(max-width:767px)
{

.tabs > label::before
	{
display: inline-block;
    width: 28px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    content: "\2b";
    font-family: "font Awesome 7 free";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight:400;
}}
@media(max-width:767px)
{
  #tab-control-1:checked ~ label[for="tab-control-1"]::before,
  #tab-control-2:checked ~ label[for="tab-control-2"]::before,
  #tab-control-3:checked ~ label[for="tab-control-3"]::before,
  #tab-control-4:checked ~ label[for="tab-control-4"]::before,
  #tab-control-5:checked ~ label[for="tab-control-5"]::before,
#tab-control-6:checked ~ label[for="tab-control-6"]::before,
#tab-control-7:checked ~ label[for="tab-control-7"]::before{
    display: inline-block;
    width: 24px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
    content: "\2212";
	font-family:"font Awesome 7 free";
    font-size: 25px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-weight: 400;
  
}}
@media (min-width: 768px) {
    .tabs {
        display: flex;
        flex-wrap: wrap;
    }
    
    .tabs > label {
        flex: 1;
        display: block;
        position: relative;
        z-index: 10;
        padding: 10px 5px;
        margin: 0;
        font-size: 14px;
        color: #312d2d;
        border-right:2px solid #fff;
        font-family: "Open Sans", sans-serif;
        background-color: #c8c8c8;
        text-align: center;
		text-transform:uppercase;
		font-weight:700;
	
    }
}

/* footer */
/* Footer Section - Updated */
.footer {
    padding: 0;
    color: #fff;
    margin-top: 0;
}

.footer-top {
    background-color: #fff;
    padding: 0px 0 0 196px; /*20px 40px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.footer-logo {
    flex: 0 0 auto;
}

.footer-logo img {
    width: 245px;
    height: auto;
}

.footer-links {
    display: flex;
   justify-content: center;
    gap: 0;
    font-size: 14px;
    font-family: "open sans", sans-serif;
    flex-wrap: wrap;
	padding: 0 0 15px 0;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
}

.footer-links a:hover {
    color:#a52924;
    text-decoration: underline;
}

.footer-links .separator {
    color: #000;
    margin: 0 10px;
    font-weight: 400;
}

.footer-bottom {
   background: url(https://ebay.auto-bra.de/_Serv2/bg.png) top center;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 275px;
}

.copyright {
    margin: 0;
}

.copyright p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-family: "open sans", sans-serif;
    font-weight: 400;
}

.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-methods img {
    height: 28px;
width: 350px;
max-width:100%;
}

@media (max-width: 992px) {
    .footer-top {
        padding: 20px;
        gap: 15px;
    }
    .footer-bottom {
        padding: 15px 20px;
        gap: 15px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-links a {
        font-size: 12px;
    }
    .footer-links .separator {
        margin: 0 8px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        padding: 20px 15px;
        gap: 20px;
    }
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-logo img {
        max-width: 280px;
    }
    .footer-links {
        justify-content: flex-start;
        margin-left:20px;
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column;
        padding: 20px 15px;
        gap: 15px;
    }
    .copyright {
        text-align: center;
        order: 2;
    }
    .payment-methods {
        justify-content: center;
        order: 1;
    }
}

@media (max-width: 576px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    .footer-links .separator {
        display: none;
    }
    .footer-links a {
        display: block;
        font-size: 13px;
    }
    .payment-methods img {
        height: 26px;
    }
    .copyright p {
        font-size: 12px;
    }
}
/* end basic */
/* You May Also Like Section */
/* You May Also Like Section */
.you-may-like {
    background-color: #f8f8f8;
   
}

.section-heading {
   
    font-size: 1.5em;
    font-weight: 700;
    color: #484848;
    font-family: "Open Sans", sans-serif;
	padding: 5px;
}

.product-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #ebebeb;
    height: auto;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.product-image {
    margin-bottom: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-image img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 16px;
    height: 88px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.product-title a:hover {
    text-decoration: underline;
}

.product-price {
    font-size: 18px;
    color:#a52924;
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .you-may-like {
        padding: 40px 0;
    }
    
    .section-heading {
        font-size: 24px;
        margin-bottom: 35px;
    }
    
    .product-item {
        padding: 15px;
    }
    
    .product-image {
        min-height: 180px;
    }
    
    .product-image img {
        max-height: 180px;
    }
    
    .product-title {
        font-size: 12px;
        line-height: 13px;
        height: 69px;
        -webkit-line-clamp: 3;
    }
    
    .product-price {
        font-size: 16px;
    }
}

/* Mobile (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .you-may-like {
        padding: 30px 0;
    }
    
    .section-heading {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .product-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .product-image {
        min-height: 160px;
    }
    
    .product-image img {
        max-height: 160px;
    }
    
    .product-title {
        font-size: 13px;
        line-height: 16px;
        height: 61px;
    }
    
    .product-price {
        font-size: 17px;
    }
}

/* Small Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .you-may-like {
        padding: 25px 0;
        display: block !important;
    }
    
    .section-heading {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .product-item {
        padding: 12px;
        margin-bottom: 15px;
    }
    
    .product-image {
        min-height: 140px;
    }
    
    .product-image img {
        max-height: 140px;
    }
    
    .product-title {
        font-size: 12px;
        line-height: 15px;
        height: 51px;
        -webkit-line-clamp: 3;
    }
    
    .product-price {
        font-size: 16px;
        margin-top: 8px;
    }
}

/* Extra Small Mobile (max-width: 375px) */
@media (max-width: 375px) {
    .you-may-like {
        padding: 20px 0;
    }
    
    .section-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .product-item {
        padding: 10px;
    }
    
    .product-image {
        min-height: 120px;
        margin-bottom: 15px;
    }
    
    .product-image img {
        max-height: 120px;
    }
    
    .product-title {
        font-size: 11px;
        line-height: 14px;
        height: 61px;
    }
    
    .product-price {
        font-size: 15px;
    }
}
/* ============================================
   CATEGORY CARDS SECTION
   ============================================ */
/* Store Heading Section */
.store-heading {
    background-color: #fff;
    padding: 0px 0;
    text-align: center;
    border-bottom: 3px solid #f0f0f0;
}

.store-title {
    font-size: 1.5em;
    font-weight: 700;
    color: #484848;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    display: flex;
   Padding:10px 0px 20px 0px;
    gap: 15px;
}

/* Logo styling */
.store-logo {
    height: 50px;
    width: 250px;
    vertical-align: middle;
}
@media (max-width: 768px){
	.store-logo {
    width: 150px;}
}

/* Tablet */
@media (max-width: 991px) {
    .store-title {
        font-size: 30px;
    }
    
    .store-logo {
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .store-heading {
        padding: 20px 0 0 0;
    }
    
    .store-title {
        font-size: 24px;
        flex-direction: column;
        gap: 10px;
    }
    
    .store-logo {
        height: 40px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .store-title {
        font-size: 20px;
    }
    
    .store-logo {
        height: 35px;
    }
}

/* Extra small */
@media (max-width: 375px) {
    .store-title {
        font-size: 18px;
    }
    
    .store-logo {
        height: 30px;
    }
}
.category-section {
    padding: 20px 0;
    background-color: #fff;
}

/* Category card container */
.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;

    height: 350px;
    cursor: pointer;

    transition: all 0.3s ease;
}

.category-card:hover {
   
}

/* Category image */
.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-img {
    transform: scale(1.1);
}

/* Overlay */
.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background 0.3s ease;
}

.category-card:hover .category-overlay {
}

/* Category title */
.category-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Shop Now Button */
.category-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: #a52924;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease;
    border:2px solid #a52924;
}

/* Dark button variant for middle card */
.category-btn.dark {
  
}

/* Button hover effect */
.category-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.category-btn.dark:hover {
   
}

/* Animated sliding effect from left to right */
.category-btn span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.category-btn:hover span {
    animation: slideRight 0.6s ease;
}

@keyframes slideRight {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Before pseudo element for slide effect */
.category-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease;
}

.category-btn:hover::before {
    left: 100%;
}

/* Tablet responsive */
@media (max-width: 991px) {
    .category-card {
        height: 350px;
    }
    
    .category-title {
        font-size: 24px;
    }
    
    .category-btn {
        padding: 10px 30px;
        font-size: 13px;
    }
}

/* Mobile responsive */
@media (max-width: 767px) {
    .category-section {
        padding: 30px 0;
    }
    
    .category-card {
        height: 300px;
        margin-bottom: 15px;
    }
    
    .category-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .category-btn {
        padding: 10px 25px;
        font-size: 12px;
    }
}

/* Small mobile (watches, small phones) */
@media (max-width: 575px) {
    .category-card {
        height: 280px;
    }
    
    .category-title {
        font-size: 20px;
    }
    
    .category-btn {
        padding: 8px 20px;
        font-size: 11px;
    }
}

/* Extra small (smartwatches) */
@media (max-width: 375px) {
    .category-card {
        height: 250px;
    }
    
    .category-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .category-btn {
        padding: 8px 18px;
        font-size: 10px;
    }
}

/* =============================================================================
   iPad Mini Fix for Turtle Beach Template - Tabs Section Only
   iPad Mini: 768x1024 (portrait) & 1024x768 (landscape)
   ============================================================================= */

/* Target iPad Mini and similar tablets (768px - 820px range) */
@media only screen and (min-width: 768px) and (max-width: 820px) {
    
    /* Fix Tabs Background - Keep dark background on iPad Mini */
    .tabs-mng {
        background-color: #eeeded !important;
        padding: 50px 0 !important;
        margin-bottom: 20px !important;
    }
    
    /* Ensure tabs container maintains styling */
    .tabs {
        margin-top: 0 !important;
    }
    
    /* Fix tab labels - reduce padding for better fit */
    .tabs > label {
        padding: 12px 30px !important;
        font-size: 14px !important;
    }
    
    /* Maintain hover and active states */
    .tabs > label:hover {
        color: #fff !important;
        background-color: #7538ff !important;
    }
    
    .tabs #tab-control-1:checked ~ label[for="tab-control-1"],
    .tabs #tab-control-2:checked ~ label[for="tab-control-2"],
    .tabs #tab-control-3:checked ~ label[for="tab-control-3"],
    .tabs #tab-control-4:checked ~ label[for="tab-control-4"],
    .tabs #tab-control-5:checked ~ label[for="tab-control-5"],
    .tabs #tab-control-6:checked ~ label[for="tab-control-6"],
    .tabs #tab-control-7:checked ~ label[for="tab-control-7"] {
        color: #fff !important;
        background-color: #7538ff !important;
    }
    
    /* Fix tab content styling */
    .tabs .tab-content {
        padding: 20px 30px !important;
        font-size: 13px !important;
        color: #fff !important;
        border: 2px solid #7538ff !important;
        background-color: #000 !important;
    }
    
    /* Ensure container doesn't override */
    .tabs-mng .container {
        background-color: transparent !important;
    }
    
    /* Fix for any potential row issues */
    .tabs-mng .row {
        background-color: transparent !important;
    }
}

/* iPad Mini Landscape Mode (1024px width) */
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* Keep full desktop styling in landscape */
    .tabs-mng {
        background-color: #1a1f26 !important;
        padding: 50px 0 !important;
    }
    
    .tabs > label {
        padding: 15px 40px !important;
        font-size: 15px !important;
    }
}
.ebayenter
{
	background-color:#f8f8f8;
}
@media (max-width:576px)
{
	.main-title
	{text-align:center;}
}
#ebay 
{
	padding-bottom:20px;
}