* {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: "Open Sans", "Arial", verdana, Helvetica, sans-serif;
        }
        body {
            background-color: #f0f0f0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        header {
            background-color: white;
            padding: 10px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }
        .logo {
            color: #e10600;
            font-size: 24px;
            font-weight: bold;
        }
        .search-bar {
            margin: 0 20px;
            position: relative;
        }
        .search-bar input {
            width: 100%;
            padding: 10px 40px 10px 10px;
            border: 1px solid #f0f0f0;
            border-radius: 5px;
            font-size: 16px;
            background-color: #f0f0f0;
        }
        .search-bar input:focus {
            border: 1px solid #bcbcbc;
            outline: none;
        }
        .search-bar button {
            border: none;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #000000;
            background-color: transparent;
        }
        .user-actions a {
            margin-left: 15px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }
        nav ul {
            list-style-type: none;
            display: flex;
        }
        nav ul li {
            margin-right: 20px;
        }
        nav ul li a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }
        .bannerholder{
          display: flex;
          padding-top: 20px;
        }
        .banner {
           margin-left: 20px;
            flex: 3;
            background-color: white;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
            padding: 10px;
        }
        .banner img {
            width: 100%;
            height: 400px;
            border-radius: 5px;
        }
        .vehicle-selector {
            flex: 1;
            background: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .vehicle-selector select {
            width: 100%;
    margin: 6px 0;
    padding: 14px;
    background-color: #f0f0f0;
    border-radius: 5px;
        border: none;
        }

        .categorytitle{
            display: inline-flex;
        }
        .categories {
          margin-top: 5px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .category {
            background-color: white;
            padding: 15px;
            border-radius: 5px;
        }
        .category h3 {
            color: #000000;
            margin-bottom: 10px;
            margin-left: 10px;
            font-size: 16px;
            font-weight: bold;
        }
        .category h3:hover{
            color: #f48a35;
    cursor: pointer;
        }
        .category ul {
            list-style-type: none;
        }
        .categorylist li {
            margin-bottom: 5px;
    padding: 10px;
        }
        .categorylist li:hover {
            background-color: #f0f0f0;
    border-radius: 5px;
        }
        .category ul li a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        .category ul li a i {
            margin-right: 5px;
            color: #888;
        }
        .brands {
            display: flex;
            margin-top: 5px;
     overflow-y: hidden;
     overflow-x: scroll !important;
     gap: 5px;
        }
        .brand {
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .brand img{
         max-height: 90%;
         max-width: 90%;
        }
        .brand a{
           align-content: center;
            width: 80px;
            height: 80px;
            text-align: center;
        }

.brands::-webkit-scrollbar { 
  display: none; 
}
.brandstitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.marques{
background-color: white;
    padding: 15px;
    border-radius: 5px;
        margin-top: 5px;
}

        .marqueslist li {
            margin-bottom: 5px;
    padding: 10px;
        }
        .marqueslist li:hover {
            background-color: #f0f0f0;
    border-radius: 5px;
        }
        .marqueslist li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

        .marqueslist {
            list-style-type: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
        }
        .voirtous{
            text-decoration: none;
            color: black;
background-color: white;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
        }
        .voirtous:hover{
            background-color: #f48a35;
        }
.carrow{
    background-color: white;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
        .carrow:hover{
            background-color: #f48a35;
        }

.features {
            margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

.feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 10px;
}



.feature-item span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

        .footer2 {
            background-color: #333;
            color: white;
            padding: 20px 0;
        }
        .footer-content {
            display: flex;
            justify-content: space-between;
        }
        .footer-column {
            flex: 1;
        }
        .footer-column h4 {
            margin-bottom: 10px;
        }
        .footer-column ul {
            list-style-type: none;
        }
        .footer-column ul li {
            margin-bottom: 5px;
        }
        .footer-column ul li a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }
        .footer-column ul li P {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }
        @media (max-width: 768px) {
            .categories {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .categories {
                grid-template-columns: 1fr;
            }
        }


.breadcrumb-nav {
  margin-top: 20px;
  font-size: 14px;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: inline;
 margin-right: 0px !important;
}

.breadcrumb li a {
  text-decoration: none;
  color: #333;
  position: relative;
}

.breadcrumb li a:hover {
  color: #f48a35;
}

.breadcrumb li:not(:last-child)::after {
  content: "›";
  color: #666;
  padding-left: 4px;
  padding-right: 4px;
}

.breadcrumb li:last-child a {
  font-weight: bold;
  color: #000; /* Last breadcrumb bolded and black */
  pointer-events: none; /* Prevent clicking on the last breadcrumb */
  cursor: default;
}
.subcategoryholder{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.subcategory{
    width: 100%;
    margin-right: 5px;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll !important;
}
.subcategory::-webkit-scrollbar { 
  display: none; 
}
.categorycard{
    text-wrap: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 10px;
}
.categorycard a{
padding: 5px;
text-decoration: none;
color: black;
}

.resultholder{
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}

.filterholder{
    flex: 1;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}
.filtertitle{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.productandpage{
    flex: 3;
}
.productholder{
    margin-left: 20px;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.productholder2 {
    margin-left: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.produccard{
 background: white;
 padding: 10px;
 border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.voirp{
    margin-top: 5px;
 text-decoration: none;
 color: black;
 background-color: #f0f0f0;
 padding: 6px 15px 6px 15px;
 border-radius: 5px;
 }
 .voirp:hover{
  background-color: #cfcfcf;
 }

.addcart{
    margin-top: 5px;
 text-decoration: none;
 color: white;
 background-color: #f48a35;
 padding: 6px 15px 6px 15px;
 border-radius: 5px;
 cursor: pointer;
 }
 .addcart:hover{
  background-color: #ff7d12;
 }



.addcart:disabled{
 background-color: #f0f0f0;
 cursor: not-allowed;
 }

.rupstock{
    margin-top: 5px;
 text-decoration: none;
 color: white;
 background-color: #f43535;
 padding: 6px 15px 6px 15px;
 border-radius: 5px;
 cursor: not-allowed ;
 }
 .rupstock:hover{
  background-color: #ff5858;
 }

 /* Pagination Container */
.pagination-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* Pagination Styles */
.pagination {
  width: 100%;
  list-style: none;
  padding: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 8px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.pagination li a:hover {
  background-color: #e0e0e0;
}

.pagination li a.active {
  background-color: #f48a35;
  font-weight: bold;
  pointer-events: none;
}

.pagination li a.prev,
.pagination li a.next {
  background-color: #f0f0f0;
  color: #666;
}

.pagination li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination li a.prev:hover,
.pagination li a.next:hover {
  background-color: #ddd;
}

/* Responsiveness */
@media (max-width: 600px) {
  .pagination li a {
    padding: 8px 12px;
  }
}
.brands2{
 margin-top: 10px;
 display: grid;
 grid-template-columns: repeat(7, 1fr);
 gap: 10px;
}

.bannerimg {display:none}
.dots{
display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 5px;
}
.w3-red{
background-color: #f48a35;
}

.icon-badge-container {
    position:relative;
    display: inline-block;
    margin-right: 6px;
}

.icon-badge {
    background-color: red;
    font-size: 12px;
    color: white;
    text-align: center;
    width:15px;
    height:15px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.user-actions{
 display: flex;
 align-items: center;
}

.panierholder{
display: flex;
    margin-top: 20px;
    align-items: flex-start;
}

.panierleft{
    flex: 3;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
}

.panierright{
    flex: 1.3;
    margin-left: 20px;
}

.myinput {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f0f0f0;
}
.produitcadpanier{
 display: flex;
 align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.topb{
 border-top: 2px solid #f0f0f0;
 margin: 20px;
}
.wilayaselect {
            width: 100%;
    margin: 6px 0;
    padding: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
        border: none;
        }

 .shipping-option {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 10px;
            border-bottom: 1px solid #e0e0e0;
        }

 .shipping-option2 {
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    flex-direction: column;
    gap: 10px;
        }
        .option-left {
            display: flex;
            align-items: center;
        }
        .radio-button {
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            border-radius: 50%;
            margin-right: 15px;
        }
        .option-details {
            display: flex;
            flex-direction: column;
        }
        .option-name {
            font-weight: bold;
        }
        .delivery-date {
            color: gray;
            font-size: 12px;
            display: inline-block;
        }
        .price {
            font-weight: bold;
            text-wrap : nowrap;
        }
        .option-price{
         display: flex;
         justify-content: space-evenly;
        }

.panierrightsub {
        background-color: white;
    padding: 15px;
    border-radius: 5px;
}

/* Popup Modal Styling */
.popup-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    margin: 50px auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
    font-size: 18px;
    color: #333;    
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px gray solid;
}



.popup-actions {
 text-align: right;
 margin-top: 10px;
}

.cancel-btn {
    background-color: lightgray;
    color: black;
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.cancel-btn:hover {
    background-color: gray;
}

.delete-btn {
    background-color: orange;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.delete-btn:hover {
    background-color: darkorange;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 36px;
    cursor: pointer;
}

.close-btn:hover {
    color: red;
}

.noproduispanierholder{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noproduispanier{
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}


.product-detail-container {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.miwmiw{
 display: flex;
 gap: 20px;
}

.product-info h1 {
    font-size: 18px;
}

.rating {
    color: orange;
    font-size: 14px;
}

.ratingtext{
    color: gray;
    font-size: 14px;
}

.reference {
    font-weight: bold;
    color: #333;
}

.copy-icon {
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
}

.product-image-section {
    display: flex;
    flex-direction: column;
    border: 1.2px #d4d4d4 solid;
    border-radius: 5px;
    flex: 3;
}

.brand-logo  {
    position: absolute;
}

.brand-logoimg {
    max-width: 100px !important;
    max-height: 50px !important;
    min-height: 20px !important;
    margin: 10px;
}

.product-main-image {
    position: relative;
}

.product-main-image img {
        width: 80vh;
    height: 45vh;
    object-fit: contain;
}
.mainimage{
    display: flex;
    justify-content: center;
}

.arrow-btn {
    background-color: #dfe0e2 ;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
}

.arrow-btn:hover {
    background-color: #b5b5b5 ;
}

.arrow-btn:first-of-type {
    left: 20px;
}

.arrow-btn:last-of-type {
    right: 20px;
}

.product-thumbnails {
    display: flex;
    margin-top: 10px;
    background-color: #f0f0f0 ;
    height: 100px;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.product-thumbnails-holder {
    height: 80px;
    width: 80px;
    cursor: pointer;
    border-radius: 5px;
    background-color: white ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-thumbnails img {
 max-height: 75px;
 max-width: 75px;
}

.thumbnailselected{
    border: 1.5px #7190f0 solid;
}

/* Purchase Section */
.purchase-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}



.card{
 background-color: white;
 padding: 15px;
 border-radius: 5px;
 margin-top: 20px;
}


/* Overall container */
.reviews-container {
  display: flex;
  margin-top: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.produits-similaires-container{
  display: flex;
  margin-top: 20px;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Left side: rating overview */
.rating-overview {
  flex: 1;
  padding-right: 20px;
  text-wrap: nowrap;
}

.average-rating {
  display: flex;
  align-items: center;
}

.star {
  font-size: 30px;
  color: #f5a623;
}

.rating-scoreholder{
    display: flex;
    flex-direction: column;
}

.rating-score {
  font-size: 30px;
  margin-left: 10px;
}

.big-number {
  font-weight: bold;
}

.ratings-breakdown {
  margin-top: 20px;
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rating-bar .star {
  font-size: 20px;
  margin-right: 10px;
}

.bar {
  background-color: #e0e0e0;
  width: 150px;
  height: 8px;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

.filled {
  background-color: #f5a623;
  height: 100%;
  border-radius: 5px;
}

.ratings-breakdown span {
  font-size: 14px;
}

/* Right side: individual reviews */
.reviews {
  display: flex;
  margin-top: 10px;
  gap: 5px;
  overflow-y: hidden;
  overflow-x: scroll !important;
}

.review {
  padding-left: 20px;
  border-left: 1px solid #ddd;
  min-width: 200px;
  flex: 1;
}

.review-details {
  margin-top: 10px;
}

.reviewer-info {
  display: flex;
  align-items: center;
}

.reviewer-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.reviewer-name {
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.produit-name {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating-stars {
  margin: 10px 0;
}

.rating-stars .star {
  font-size: 20px;
  color: #f5a623;
}

.rating-stars .star2 {
  font-size: 16px;
  color: #f5a623;
}

.rating-stars .star3 {
  font-size: 12px;
  color: #f5a623;
}

.rating-stars .empty {
  color: #ddd;
}

.rating-stars .half {
  position: relative;
}

.rating-stars .half::before {
  content: '\2605';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #f5a623;
}

.review h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review p {
  font-size: 14px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviewp {
  font-size: 12px;
  margin: 5px 0;
  color: gray;
}
.reviewsholder{
 display: flex;
 flex-direction: column;
 flex: 3;
  overflow-y: hidden;
  overflow-x: scroll !important;
}

.reviewsholder::-webkit-scrollbar { 
  display: none; 
}

.reviews::-webkit-scrollbar { 
  display: none; 
}
.toplinks a:hover{
 color: #f48a35;
 cursor: pointer;
 padding-bottom: 5px;
 border-bottom: 1.5px #f48a35 solid;
}



    
    .select2-container .select2-selection--single {
        height: auto !important;
        border: 1px solid #ffffff !important;
        border-radius: 4px !important;
        background-color: #f0f0f0 !important;
        margin-bottom: 10px !important;
    }

    .select2-selection__rendered {
        padding: 8px !important;
        color: #333 !important;
        font-size: 14px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100% !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #333 transparent transparent transparent !important;
    }

    .select2-container--default .select2-selection--single {
        box-shadow: none !important;
    }

    .select2-dropdown {
        border: 1px solid #ccc !important; 
        border-radius: 4px !important;
    }
    .select2-container--disabled{
        opacity: 0.7 !important;
    }
    .select2-selection__arrow{
     position: absolute !important;
     top: -3px !important;
     right: 1px !important;
     width: 20px !important;
    }


.loader {
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #f48a35;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
}

.back-to-top:hover {
  background-color: #ff7d12;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


.ac-label {
  font-weight: 700;
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
  background-color: #f48a35;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #f0f0f0;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  background-color: #f48a35;
}

.ac-input:checked + .ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text { 
  opacity: 1;
  height: auto;
}


.ac-sub .ac-label {
  background: #f0f0f0;
  font-weight: 600;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: #f0f0f0;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  left: 0;
  background: #f0f0f0;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: #f0f0f0;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
  background: #f0f0f0;
}


.result-container {
    flex: 3;
    text-align: center;
    padding: 10px;
    border: 1px solid #f9bf10;
    border-radius: 8px;
    background-color: #fefaeb;;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.result-container2 {
    flex: 3;
    text-align: center;
    padding: 10px;
    border: 1px solid #1095f9;
    border-radius: 8px;
    background-color: #b2deff;;
    margin: 20px 0px 20px 20px;
    display: flex;
    align-items: center;
}

.result-container h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.result-container p {
    color: #666;
    font-size: 14px;
}
       
.equicontrole{
 display: flex;
 align-items: center;
}
.produccard img{
    width: 230px;
    height: 200px;
    object-fit: contain;
}
.pricetxt{
    font-size: 18px;
}
.produitcadpanier img{
    width: 150px;
    max-height: 100px;
    object-fit: contain;
}
.produitcadpanierdiv{
 max-width: 400px;
}
    .show-mobile {
        display: none !important;
    }
.cmdbtn{
 margin-top: 10px;
}
.cmdbtn a{
 margin: 10px;
}
.prodesctop{
display:flex;
align-items: center;
gap: 10px;
white-space: nowrap;
}
.oemlist{
    grid-template-columns: repeat(5, 1fr) !important;
}
.nodelivery{
    color: #ff4759;
    font-size: 14px;
    display: inline-block;
}
.brandholder{
        display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 130px;
}
.contactez-nous-holder{
    display: flex;
    gap: 20px;
}

.contactez-nous-info ul {
            list-style-type: none;
        }
        .contactez-nous-info ul li {
            margin-bottom: 10px;
        }
        .contactez-nous-info ul li a {
            text-decoration: none;
            font-size: 16px;
        }
        .contactez-nous-info ul li P {
            text-decoration: none;
            font-size: 16px;
        }
/* Mobile Styles */
@media (max-width: 768px) {
.brandholder{
    max-width: 100px;
}
    
    header {
    padding: 5px 0;
}

.voirp {
    font-size: 14px;
}
.addcart {
    font-size: 13px;
}
.pagination {
    margin-left: 0px;
}
.produitcadpanier img{
    width: 80px;
}
.produitcadpanierdiv{
 max-width: 200px;
}
.prixuniter{
    font-size: 14px;
}
.prixtotale{
    font-size: 14px;
}
.noproduispanier {
    width: 90%;
    padding: 30px 10px
}
.noproduispanierholder {
 margin: 40px 0px;
}
.cmdbtn{
 margin-top: 0px;
 display: flex;
 flex-direction: column;
}
.cmdbtn a{
 margin: 5px;
}
.prodesctop{
flex-direction: column;
align-items: flex-start;
gap: 0px;
}
.rating-stars {
    margin: 0px 0;
}
.product-main-image img {
    width: 40vh;
    height: 25vh;
    object-fit: contain;
}
.product-image-section {
    margin-top: 10px;
}
.oemlist{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
}
.marqueslist li a {
    font-size: 12px;
}
.reviews-container {
    flex-direction: column;
}
.rating-overview {
    align-self: center;
}
.breadcrumb {
    flex-wrap: wrap;
}
.product-thumbnails {
    height: 60px;
}
.product-thumbnails-holder {
    height: 50px;
    width: 50px;
}
.product-thumbnails img {
    max-height: 45px;
    max-width: 45px;
}
.popup-content {
    width: 90%;
}
.filterholder2{
    margin-top: 10px;
    display: none;
  opacity: 0;
  transition: opacity .3s ease, display .3s ease allow-discrete; 
  
  &.open {
    opacity: 1;
    display: block;
  transition: opacity .3s ease, display .3s ease allow-discrete; 
  }
}


        

    .container {
        padding: 0 10px;
    }

    .top-bar {
      margin-bottom: 5px;
    }

    .search-bar {
        margin: 0px;
    }

    .user-actions a{
      margin: 10px;
    }

    .user-actions i{
      font-size: 16px;
    }

    

    /* Banner section */
    .bannerholder {
        flex-direction: column;
        gap: 15px;
    }

    .banner {
        margin-left: 0;
    }

    .banner img {
        height: 200px;
    }
    .vehicle-selector {
        order: 2;
    }

    h3{
        font-size: 16px;
    }

    .voirtous{
     font-size: 14px;
    padding: 4px 10px 4px 10px;
    }
    .feature-item span {
    font-size: 12px;
}
.features {
    flex-wrap: wrap;
}
.marqueslist li {
     margin-bottom: 3px;
    padding: 5px; 
}

    /* Categories */
    .categories {
        grid-template-columns: 1fr;
    }

    .brands2 {
    grid-template-columns: repeat(3, 1fr);
}

    /* Products grid */
    .productholder {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
    }
    .productholder2 {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
    }

    .produccard img {
    width: 130px;
    height: 100px;
}
.pricetxt{
    font-size: 16px;
}

    /* Filter section */
    .resultholder {
        flex-direction: column;
    }

    .filterholder {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .filtertitle {
    margin-bottom: 0px;
}

    /* Brand lists */
    .marqueslist {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .breadcrumb-nav {
    margin-top: 10px;
    overflow: hidden;
}
.breadcrumb li a {
    font-size: 10px;
    white-space: nowrap;
}
.result-container h2 {
    font-size: 14px;
}
    /* Product detail page */
    .miwmiw {
        flex-direction: column;
    }

    /* Cart page */
    .panierholder {
        flex-direction: column;
    }

    .panierright {
        margin-left: 0;
        margin-top: 20px;
    }

    /* Footer */
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    /* Utility classes */
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    .voirp {
    padding: 6px;
    }
    .addcart {
    padding: 6px;
   }
}



.thumbnails-arrow-btn{
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
}

.oemlink{
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: black;
    display: inline-block;
    font-size: 14px;
}

.brand-text-block__logo img {
    display: block;
    max-width: 120px;
}

.brand-text-block {
    border: 5px solid #f1f0f0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 19px;
    overflow: hidden;
}

.brand-text-block, .brand-text-block p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.2pt;
}

.brand-text-block div {
    margin-bottom: 32px;
}

.brand-text-block__logo {
    float: right;
    padding: 10px 40px 20px;
}

.brand-text-block__logo img {
    display: block;
    max-width: 120px;
}

.brand-text-block p>strong, .sidebar .block form {
    margin-top: 10px;
}

.brand-text-block div>span, .brand-text-block p>strong {
    font-size: 16px;
    letter-spacing: -.3pt;
    display: block;
    margin-bottom: 12px;
}
.brand-text-block ul {
    margin: 10px 0;
    list-style: none;
    position: relative;
}

.brand-text-block ul li {
    margin-bottom: 3px;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
}
#nfobtn{
font-weight: 400;
    background: #eae9eb;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    border: .0625rem solid #f2f2f2;
    box-shadow: 0 .0625rem .125rem 0 rgba(0, 0, 0, .3);
}
#nfobtn:hover{
 background: #fff;
}
#nfobtn.active{
 border: .0625rem solid rgb(79, 198, 73);;
}

/* Wave Motion Theme */
.blib-theme-table-wave {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

.blib-theme-table-wave thead th {
  background-color: #f48a35; 
  color: #fff;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #ddd;
}

/* Στυλ για σώμα */
.blib-theme-table-wave tbody td {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  transition: all 0.4s ease-in-out;
}

.blib-theme-table-wave tbody td:hover {
  background-color: #f0f0f0;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.cmdbtn{
    font-weight: bold;
    background: #f48a35;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: white;
}


.filter-container {
            margin: 10px 0px;
            padding: 15px;
            background-color: #ffffff;
            border-radius: 8px;
            display: flex;
            white-space: nowrap;
            gap: 10px;
        }
        .filter-group {
            display: flex;
            gap: 10px;
            white-space: nowrap;
    align-items: center;
        }