/* Style custom */

body {
  background-color: #0a0a0a !important;
}

#direction {
  background-color: rgba(10, 10, 10, 0.95);
  height: 80px;
  border-bottom: 1px solid #333;
}

.logo {
  height: 60px;
}

.navbar2 .direction .navbar-center ul li a {
  color: white;
}

#href_no_hover svg {
  color: white;
}

.navbar2 .direction .navbar-center {
  width: auto;
}

.navbar2 .direction .navbar-center ul {
  gap: 10px;
}

#search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.container_page_product .caracteristique-item .tags-list {
  flex-wrap: wrap;
}

.container_page_product .little_image {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 90px;
  max-height: calc(4 * 90px + 3 * 12px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--second-color) #e9ecef;
}

.container_page_product .little_image::-webkit-scrollbar {
  width: 4px;
}

.container_page_product .little_image::-webkit-scrollbar-thumb {
  background: var(--second-color);
  border-radius: 2px;
}

.footer3 .row:first-child {
  gap: 50px;
}

#search_btn:hover {
  transform: scale(1.1);
}

#search_btn svg {
  color: white;
}

#search_btn:focus {
  outline: none;
}

.contact_page .row:nth-child(1) .col-md-4 {
  background-color: #0a0a0a;
}

.navbar2 .direction .navbar-right {
  gap: 6px;
}

.slideraccueil h1,
.slideraccueil h2 {
  background: linear-gradient(45deg, #d4af37, #f4e8c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  text-shadow: inherit;
  font-weight: normal;
  margin-top: 20px;
  color: inherit;
}

.slideraccueil p {
  font-size: 1.2rem;
  color: #b0b0b0;
  max-width: 70%;
}

.slideraccueil .contenue {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
}

.slideraccueil a {
  text-transform: uppercase;
  background-color: #d4af37;
}

.menu_gauche>li.active>a,
.menu_droite>li.active>a,
.direction ul>li.active>a {
  border-bottom: 1px solid #d4af36 !important;
}

.categories {
  padding: 50px 0;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 00px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  padding-bottom: 05px;
}

.section-title h2:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #d4af37;
  bottom: -10px;
  left: 25%;
}

.section-title p {
  color: #b0b0b0;
  font-size: 1rem;
  margin-top: 20px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

.category-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #333;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
}

.category-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.category-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.category-content {
  padding: 20px;
}

.category-content h3 {
  color: #d4af37;
  margin-bottom: 10px;
  font-size: 22px;
}

.category-content p {
  color: #b0b0b0;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.category-link {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.category-card:hover .category-link {
  gap: 12px;
}

/* Responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .categories {
    padding: 60px 0;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title h2 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .categories {
    padding: 20px 0;
  }

  .navbar2 .direction .navbar-left a {
    padding-right: 0px;
  }

  .section-title {
    margin-bottom: 00px;
  }

  .template22_hero h2 {
    font-size: 1.5rem !important;
    padding-bottom: 0px !important;
  }

  .footer3 .row .col-md-3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .footer3 .row:first-child {
    gap: 0px;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .section-title p {
    font-size: 1rem;
    width: 95%;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px;
  }

  .category-img {
    height: 180px;
  }

  .navbar2 .logo {
    height: 53px;
    margin-left: 0px;
  }

  .navbar2 .icon,
  .navbar2 .icon2 {
    font-size: 27px;
    color: white;
  }

  .navbar2 .direction {
    padding: 0vh 2vh;
  }

  #id_panier_btn {
    margin-right: 0px !important;
  }

  .slideraccueil h1,
  .slideraccueil h2 {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }

  .slideraccueil p {
    font-size: 1rem;
    max-width: 90%;
    margin-top: 0px;
  }

  .slideraccueil .contenue {
    min-height: 60vh;
  }
}

.container-avis {
  background-color: initial;
}

.rating {
  color: #b0b0b0;
}

.testimonials .write h2 {
  font-size: 2rem;
  color: #d4af37;
}

.testimonials .write .col-md-4 a {
  padding: 9px 28px;
  color: white;
  text-decoration: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  background-color: #ffffff00;
  border: 2px solid #d4af37;
}

.testimonials .testimonial-item div {
  font-style: italic;
  padding: 20px 15px;
  position: relative;
  border-radius: 0;
  position: relative;
  color: #b0b0b0;
  border: 1px solid #e9d9a3;
  z-index: 1;
  border-radius: var(--border-radius);
  background-color: #121212;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.08);
}

.contact_page .row:nth-child(1) .col-md-8 form button {
  background-color: #ceb04e;
  color: black;
}

.contact_page .row:nth-child(1) {
  border: 1px solid #ceb04e;
}

.contact_page .row:nth-child(1) .col-md-8 form H3 {
  color: #ceb04e;
  font-size: 2rem;
}

.contact_page .row:nth-child(1) .col-md-4 h2 {
  color: #fff;
  font-size: 1.5rem;
}

.contact_page .row:nth-child(1) .col-md-8 form input,
.contact_page .row:nth-child(1) .col-md-8 form textarea,
.contact_page .row:nth-child(1) .col-md-8 form select {
  color: #afafaf;
  border: 1px solid #cdcdcd;
  background-color: #1a1a1a;
}

.additonVerifbot label {
  color: #afafaf;
}

.logo_reasurrance .row .col-md-3 {
  background-color: #121212;
  border: 1px solid white;
}

.logo_reasurrance .row .col-md-3 p {
  color: #b0b0b0;
}

.logo_reasurrance .row .col-md-3 span {
  color: #b0b0b0;
}

.logo_reasurrance .row .col-md-3 i {
  color: #d4af36;
  border: 2px solid #d4af36;
  background-color: #cf8bac00;
}

.product_page .sorting_bar {
  background-color: #1a1a1a;
  color: #333;
  border: 1px solid #333;
}

.search_button {
  background-color: #d4af36;
  padding: 5px 15px;
  color: #000000;
}

.product_page .sorting_bar form label {
  color: #d4af36;
}

.product_page .sorting_bar select,
.product_page .sorting_bar input[type="text"] {
  border: 1px solid #333;
  background-color: #121212;
  color: #757575;
}

.product_page .sorting_bar input[type="text"]::placeholder {
  color: #757575;
  opacity: 1;
  font-size: 0.95rem;
}

.header_panier {
  background-color: #1a1a1a;
  color: #d4af36;
  border-bottom: 1px solid #333;
}

.panier .col-md-8 {
  border: 1px solid #e1e1e100;
  background-color: #1a1a1a;
}

.panier_vide h3 {
  color: #b0b0b0;
}

.panier_vide img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(69%);
}

.info_panier {
  border: 1px solid #e1e1e100;
  background-color: #1a1a1a;
}

.price_details span {
  color: #b0b0b0;
}

.payment_methods h4 {
  color: #b0b0b0;
}

.panier hr {
  border-top: 1px solid #333333;
  color: #333;
  opacity: 1;
}

.info_product_list h4 {
  color: #d4af36;
}

.info_product_list p {
  color: #b0b0b0;
}

.quantity_btn {
  border: 1px solid gray;
}

.quantity_input {
  border: 1px solid gray;
  background-color: black;
  color: white;
}

.price_details {
  color: #b0b0b0;
}

.pay_btn {
  background-color: #d4af36;
  color: #000000;
}

.code_promo_form input {
  background-color: black;
}

.code_promo_form button {
  background-color: black;
  color: #d4af36;
  border: 1px solid #d4af36;
  font-weight: 300;
}

.number_panier_article {
  background: #d4af36;
  color: #000000;
  top: -1px;
  left: 23px;
}

.line_product .image_produit_similaire {
  height: 200px;
  background: #f8f9fa;
}

.line_product .carte_produit_similaire {
  background: #1a1a1a;
}

.line_product .nom_produit_similaire {
  color: #d4af36;
  margin-bottom: 6px;
}

.line_product .description_produit_similaire {
  color: #b0b0b0;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0px;
}

.line_product .prix_normal_similaire {
  color: #d4af36;
}

.line_product .cart-btn {
  background: #d4af36;
  color: #000000;
  width: max-content;
  height: 40px;
  font-size: 14px;
  padding: 12px 10px;
}

.basket-form-similaire {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.line_product .badge_promo_similaire,
.line_product .badge_rupture_similaire {
  color: #000000;
  background-color: #d4af36 !important;
  border: 1px solid #d4af36;
}

.line_product .prix_promo_similaire {
  color: #d4af36;
}

.line_product .prix_produit_similaire {
  gap: 4px;
}

/* .product-tags {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
} */

.product-tags {
  display: flex;
  gap: 5px;
  margin-bottom: 9px;
  flex-wrap: wrap;
}

.product-tag {
  background-color: rgba(0, 0, 0, 0.7);
  color: #f5f5f5;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #b0b0b0;
}

.line_product .carte_produit_similaire {
  border: 1px solid transparent;
  box-sizing: border-box;
}

.line_product .carte_produit_similaire:hover {
  border-color: #d4af37;
}

.container_page_product .big_image {
  background-color: #1a1a1a;
  min-height: 450px;
}

.container_page_product .div_little_image {
  background-color: #1a1a1a;
  border: 1px solid #313030;
}

.container_page_product .div_little_image:hover {
  border: 1px solid #d4af37;
}

.titre_article_blog_span {
  color: #b0b0b0;
}

.titre_article_blog_a {
  color: #b0b0b0;
}

.container_page_product .product-description h1 {
  color: #d4af36;
}

.container_page_product .product-description span {
  color: #b0b0b0;
}

.container_page_product .product-description-ck p {
  color: #b0b0b0;
}

.container_page_product .price_normal {
  color: #d4af36;
}

.div_little_image.active {
  border-color: #d4af36;
}

.container_page_product .cart-btn {
  background: #d4af36;
  color: #000000;
}

.product-tabs-container {
  background-color: #1a1a1a;
}

.product-tabs-container .tab-btn.active {
  color: #d4af36;
  border-bottom-color: #d4af36;
}

.product-tabs-container .tab-btn {
  color: #afafaf;
}

.product-tabs-container .tab-btn:hover {
  color: #d4af36;
}

.page_produit_autre_categorie {
  background-color: #0a0a0a;
  padding: 0px;
}

.page_produit_autre_categorie .titre_produits_similaires {
  color: #d4af36;
}

.product-description-ck {
  color: #afafaf;
}

.page_produit_autre_categorie .grille_produits_similaires {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.page_produit_autre_categorie .image_produit_similaire {
  height: 200px;
  background: #f8f9fa;
}

.page_produit_autre_categorie .carte_produit_similaire {
  background: #1a1a1a;
}

.page_produit_autre_categorie .nom_produit_similaire {
  color: #d4af36;
  margin-bottom: 6px;
}

.page_produit_autre_categorie .description_produit_similaire {
  color: #b0b0b0;
  line-height: 1.6;
  font-size: 15px;
}

.page_produit_autre_categorie .prix_normal_similaire {
  color: #d4af36;
}

.page_produit_autre_categorie .cart-btn {
  background: #d4af36;
  color: #000000;
  width: max-content;
  height: 40px;
  font-size: 14px;
  padding: 12px 10px;
}

.basket-form-similaire {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.line_product .badge_promo_similaire,
.line_product .badge_rupture_similaire {
  color: #000000;
  background-color: #d4af36 !important;
  border: 1px solid #d4af36;
}

.line_product .prix_promo_similaire {
  color: #d4af36;
}

.page_produit_autre_categorie .prix_produit_similaire {
  gap: 4px;
}

.page_produit_autre_categorie .carte_produit_similaire {
  border: 1px solid transparent;
  box-sizing: border-box;
}

.page_produit_autre_categorie .carte_produit_similaire:hover {
  border-color: #d4af37;
}

.titre_article_blog_a:hover {
  color: #d4af37;
}

.product-tabs-container .no-avis {
  color: #afafaf;
}

.product-tabs-container .formulaire_avis {
  background: #1a1a1a;
  border: none;
}

.product-tabs-container .form_group label {
  color: #afafaf;
}

.product-tabs-container .formulaire_avis h3 {
  color: #d4af36;
}

.product-tabs-container .form_input,
.product-tabs-container .form_textarea {
  border: 1px solid #d1d5db;
  background: #000000;
  color: white;
}

.product-tabs-container .btn_submit_avis {
  background: #d4af36;
  color: #000000;
}

.container_page_product .caracteristiques-grid {
  margin-bottom: 0px;
}

.container_page_product .caracteristique-item {
  background: #f8f9fa00;
  border: 0px !important;
  padding: 0px;
}

.container_page_product .caracteristique-item .tags-list span {
  background-color: #1a1a1a;
  padding: 2px 10px;
  border-radius: var(--border-radius);
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
}

.container_page_product .caracteristique-item .tags-list {
  gap: 10px;
  display: flex;
}

.container_page_product .product-description {
  border-bottom: 1px solid #333;
}

.container_page_product .product-configuration {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
}

.container_page_product .right-column {
  gap: 12px;
}

.info_product_paiement {
  background-color: #1a1a1a;
}

.next_before_btn.disabled {
  background-color: #77662c !important;
  color: #b0b0b0;
}

.info_product_paiement label {
  color: #b0b0b0;
}

.info_product_paiement .input-container {
  border-bottom: 1px solid #333;
}

.info_product_paiement input {
  background-color: #0000007a;
}

.popup_info_payement {
  background-color: rgba(255, 0, 0, 0);
  border: 1px solid #e1e1e100;
}

.next_before_btn {
  background: #d4af36;
  color: #000000;
}

.info_product_paiement p {
  color: #b0b0b0;
}

.info_product_paiement h4 {
  color: white;
}

.product-tabs-container .stats_avis_simple {
  background: #ffffff00;
  border: 1px solid #313030;
}

.product-tabs-container .moyenne_note {
  color: #afafaf;
}

.product-tabs-container .moyenne_total {
  color: #afafaf;
}

.product-tabs-container .total_avis {
  color: #afafaf;
}

.product-tabs-container .commentaire_item {
  background: #1a1a1a;
  border: 1px solid #313030;
}

.product-tabs-container .commentaire_date {
  color: #afafaf;
}

.product-tabs-container .user_name {
  color: #afafaf;
}

.product-tabs-container .commentaire_message {
  color: #afafaf;
}

.logo_reasurrance {
  padding: 36px 0px;
}

.modal_product_added .modal_content {
  background-color: #1a1a1a;
}

.modal_product_added h3 {
  color: #d4af36;
}

.modal_product_added .product_details p {
  color: #afafaf;
}

.modal_product_added .close_btn {
  color: #ffffff;
}

.modal_product_added .continue_shopping {
  color: #afafaf;
}

.modal_product_added .view_cart {
  background-color: #000000;
  border: 1px solid #d4af36;
  border-radius: var(--border-radius);
  color: #d4af36;
}

.modal_product_added .proceed_to_payment {
  background-color: #d4af36;
  color: #000000;
  border-radius: var(--border-radius);
  width: 100%;
}

.products {
  border-bottom: 1px solid #333333;
}

.quantity_btn:hover {
  background-color: #d4af36;
  color: black;
}

@media screen and (max-width: 768px) {
  .line_product .prix_promo_similaire {
    font-size: 18px;
  }

  .testimonials .write h2 {
    font-size: 1.5rem;
  }

  .testimonials .write .col-md-4 a {
    padding: 6px 20px;
    font-size: 0.9rem;
  }

  .line_product .prix_barre_similaire {
    font-size: 14px;
  }

  .line_product .prix_produit_similaire {
    gap: 2px;
    margin-top: 0px;
  }

  .line_product .cart-btn {
    font-size: 13px;
    padding: 12px 8px;
  }

  .line_product .info_produit_similaire {
    padding-bottom: 0px;
  }

  .logo_reasurrance {
    padding: 20px !important;
    padding-top: 0px !important;
    margin-top: -20px !important;
  }

  .container_page_product .big_image {
    max-height: 248px;
    min-height: 100px;
  }

  .container_page_product .product-description h1 {
    font-size: 1.7rem;
  }

  .container_page_product .price_normal,
  .container_page_product .promo_price {
    font-size: 25px;
  }

  .product-tabs-container .tab-btn.active {
    border-bottom: inherit;
    background-color: inherit;
    box-shadow: inherit;
    overflow: inherit;
    border-bottom: 1px solid #d4af37;
  }

  .product-tabs-container .tab-btn {
    background-color: inherit;
    border: none;
  }

  .page_produit_autre_categorie {
    width: 90%;
  }

  .product-tabs-container {
    width: 90%;
    padding: 0px;
  }

  .nav-mobile2 {
    background-color: #1a1a1a;
  }

  .navbar2 .nav-mobile2 ul li {
    border-bottom: 0.2px solid #b0b0b0;
  }

  .navbar2 .nav-mobile2 ul li a {
    color: #b0b0b0;
  }

  .nav-mobile2 li>i.fa-arrow-right {
    color: #b0b0b0;
  }

  .close_second_menu {
    background-color: #1a1a1a;
  }

  .close_second_menu i {
    color: white;
  }

  .contact_page {
    width: 90%;
    padding-top: 20px;
  }

  .contact_page .row:nth-child(1) {
    border-radius: var(--border-radius);
  }

  .contact_page .row:nth-child(1) .col-md-4 {
    padding: 0px;
    margin-bottom: -20px;
  }

  .map-container {
    padding: 0px !important;
    margin-top: 10px;
  }

  .contact_page iframe {
    padding: 0px;
    margin-top: 20px;
  }

  .tetiere {
    margin-top: 39px !important;
  }
}

.tetiere h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.line_product .grille_produits_similaires {
  color: #b0b0b0;
}

.promotion_code_div span {
  color: #1a1a1a !important;
}

.promotion_code_div i:first-child {
  color: #1a1a1a !important;
}

.info_product_list a {
  color: #d4af36;
}

.navbar2 .reseau {
  background-color: #d4af36;
}

.navbar2 .reseau .col-md-4 ul li a {
  color: #000000;
}

.navbar2 .reseau .col-md-8 a {
  color: #0a0a09;
}