.language-dropdown {
	padding-bottom: 5px;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/tajawal/Tajawal-Regular.ttf') format('ttf'),
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/tajawal/Tajawal-Medium.ttf') format('ttf'),
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/assets/fonts/tajawal/Tajawal-Bold.ttf') format('ttf'),
  font-weight: 700;
  font-style: normal;
}


::selection {
  background-color: #eee;
  color: var(--main-color);
}

.product .product-box .product-detail .detail-title .detail-left .price-title {
  font-weight: 300;
}

.display-5 {
  font-size: 2rem;
}

body, html {
    font-family: "Poppins" !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Global setting to hide horizontal scroll */
}

* {box-sizing: border-box;}



p {
  letter-spacing: 0;
}

.bg-light {
  background-color: rgba(247, 247, 247, 1) !important;
}

.arabic-text {
    font-family: 'Tajawal', sans-serif;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.partenaires  {
  background-color: #eee;
}

.dark .partenaires  {
  background-color: #aaa;
}

.team h2 {
  border-bottom: none;
}

.hero_section {
  position: relative;
  overflow: hidden;
}


.layout-header4 .logo-block img {
height: 45px;
margin-top: 5px;
}

.overlay-content-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0,0,0,0.7);
  box-shadow: 20px 20px 50px rgba(0,0,0,0.4);
  color: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 60%;
  min-height: 60%;
  z-index: 10;
}

.dark .overlay-content-hero {
  background: #333;
}

.overlay-content-hero h1 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.overlay-content-hero p {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero_section {
    padding: 20px 0;
    background-color: #e6e6e6;
    min-height: 300px;
  }

  .hero_section img {
    height: 300px;
    object-fit: cover;
  }

  .overlay-content-hero {
    padding: 20px;
    min-height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .overlay-content-hero h1 {
    font-size: 1.5rem;
  }

  .overlay-content-hero p {
    font-size: 1rem;
  }
}

.collection-product-wrapper h3 {
  font-weight: 500;
  text-align: center;
}

.top-banner-wrapper-download a img{
  max-height: 200px;
  width: auto;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 480px) {
  .hero_section {
    padding: 40px 0;
    min-height: 300px;
  }

  .hero_section img {
    height: 300px;
    object-fit: cover;
  }
  .overlay-content-hero {
    padding: 20px;
    padding-top: 30px;
    width: 80%;
    min-height: 300px;
  }
  .overlay-content-hero h1 {
    font-size: 1.5rem;
  }

  .overlay-content-hero p {
    font-size: 1rem;
  }
}


.sale-banenr-contain div a {
 color: #fff !important;
}


.checkbox-label {
  background-color: #eee;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px ;
  margin-right: 20px ;
  margin-bottom: 0;

}

.category-contain .img-wrapper {
    height: 600px; /* ou plus si tu veux plus grand */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.category-contain .img-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
}



.fa-moon {color: var(--main-color);
	position: absolute;
	right: 5px;
}

.fa-sun {color: var(--secondary-color);
	position: absolute;
	left: 5px;

}

.checkbox-label .ball {
  background-color: #fff;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(26px);
}

.checkbox:checked + .checkbox-label {
	background-color: #111;
}

.slider-banner.slide-banner-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assurez-vous que l'image couvre complètement la zone */
}

.top-header {
  background-color: #0c0b0b;
}

.top-header #offer_message {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  color: var(--secondary-color);
}

.slider-layout-4 .slider-slide {
  padding: 30px;
}

.slider-layout-4 .slider-slide, .slider-layout-4 .slider-slide .slider-banner, .slider-layout-4 .slider-slide .slider-banner img, .row .blog-media  {
  border-radius: 20px;
} 

.theme-slider {
  background-color: #000;
}

.product-box .product-imgbox{
  border-radius: 15px 15px 0 0 ;
}

.product-box .product-detail{
  border-radius:  0 0 15px 15px ;
}

.sticky .category-header-4 {
  box-shadow: none;
}

.rtl .slider-layout-4 .slider-slide {
  margin-right: 0;
}

.row .blog-media {
  margin: 30px;
}

.section-py-space .titre1 {
  padding: 0px 0 !important ;
}

.img-desktop {
    display: block; /* Afficher l'image de bureau */
}

.img-mobile {
    display: none !important; /* Cacher l'image mobile */
}

.logo-block .logo-sm-center {
  padding: 10px;

}
.features-wrapper {
  padding: 20px;
  margin: auto;
}

.features-carousel {
  margin: auto;
}

.slide-item {
  display: flex !important; /* Slick override */
  justify-content: center;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin: auto;
}

.icon-circle {
  background-color: #e6e6e6;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle svg {
  width: 24px;
  height: 24px;
  color: #000;
}

.text-group h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-group p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}

.rtl .feature-box {
  flex-direction: row-reverse;
}


/* Pour le texte arabe (RTL) */
.rtl {
  direction: rtl;
  text-align: right;
}

.product-box .product-detail {
  min-height: 80px;
}

.services {
  margin-bottom: 40px;
  background-color: var(--secondary-color);
}

.contact-page .theme-form,  .contact-page .theme-form form {
  border-radius: 20px;
}

.banner-1, .banner-1 .collection-img  {
  border-radius: 20px !important;
}


.top-banner-wrapper, .top-banner-wrapper img {
  border-radius: 20px;
}


.categories_section {
  background-color: #fff;
}

.dark .categories_section {
  background-color: #333;
}


.product-right-slick img {
  border-radius: 20px !important
}

.tab-product {
  margin-bottom: 50px;
}

.tab-product div {
    border-radius: 20px !important;

}

.single-product-tables td  {
  vertical-align: top;
}


.single-product-tables table tbody td {
  margin-bottom: 50px;
}

.form-group span{
  color : red;
}

.phone-input-container {
    display: flex;
    align-items: center;
}


.download_btn {
  margin: 0;
}

.category-image img {
  max-height: 200px;
}

.download_btn a {
  max-height: 30px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
}

.phone-input {
    display: flex;
}

.phone-input input[type="text"] {
    width: 2rem;
    height: 2rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.dark .qty-box .input-group button {
  background-color: #333 !important;
}


.dark table, .dark #prix-livraison {
  color: #fff !important;
}

.hidden {
    display: none;
}

/* Overlay sombre */
.testimony-section .overlay {
    background: rgba(0,0,0,0.5);
}

/* Carte du feedback */
.feedback-card {
    padding: 15px;
}
.testimony-wrap {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease;
}
.testimony-wrap:hover {
    transform: translateY(-5px);
}

/* Texte du feedback */
.feedback-text {
    font-style: italic;
    font-size: 0.95rem;
    color: #444;
}

/* Nom */
.name {
    font-weight: bold;
    color: #222;
}

/* Avatar */
.user-img {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
}

/* Étoiles */
.star {
    color: var(--main-color);
    margin-bottom: 10px;
    text-align: center;
}

.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: #eee;
}

.accordion-button:focus {
  border-color: rgba(0, 0, 0, 0.125) !important;
  box-shadow: none;
}

#theme-toggle {
  position: absolute;
  right: 40px;
  top: 17px;
}

.dark #theme-toggle svg .cls-1 {
  fill: #fff;
}

#theme-button svg {
  height: 25px;
  cursor: pointer;

}

.toggle-nav i {
  color: #000 !important;
}

.dark .toggle-nav i {
  color: #fff !important;
}


#phone_mobile, #phone_mobile a  {
  font-size: 16px;
  color: var(--secondary-color);
  padding: 10px;
}

.footer-contant .newsletter-second .form-group .form-control {
  text-transform: none;
}

.single-product-tables table tr td {
  letter-spacing: 0;
}

#name_ar {
  font-size: 20px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0;
}


.form-select {
  padding: 0px 31px 0px 6px;
}

.text-rtl {
    direction: rtl; /* Définit la direction du texte de droite à gauche */
    text-align: right; /* Alignement du texte à droite */
    /* Ajoutez d'autres propriétés CSS spécifiques pour la mise en page RTL si nécessaire */
}


.product .product-box .product-detail.detail-center .detail-title .detail-right .price {
  font-size: 20px;
}

.kids-slide .slide-main .slide-contain {
  height: 80vh;
}


.kids-slide .slide-main .slide-contain p {
  width: 100%;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 300;
}



.kids-slide .slide-main .slide-contain h2 {
  color: var(--main-color);
  font-weight: 500;
  font-size: 30px;
}

.slide-main {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

#custom-container {
    position: relative; 
    z-index: 1; 
    color: #ffffff; 
}

.language-selector-button {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 67px;
}

.language-selector-button svg {
  fill: #000;
}

body.dark .language-selector-button svg {
  fill: #fff;
}

.language-selector-options {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}


.language-selector-options.show {
  display: block;
  position: absolute;
  top: 48px;
}

.language-selector-options li {
  padding: 10px;
}

.language-selector-options li button {
  border: none;
  background: none;
  cursor: pointer;
}

.language-selector-options li button.selected {
  font-weight: bold;
}


.swiper-pagination-bullet-active {
  background-color: #fff !important;
}


.catsection {
  background-color: #f9f9f9; 
  margin: auto 40px ; 
  margin-bottom: 60px; 
  border: solid 2px #e5e5e5;
  border-radius: 20px;
}

body.dark .catsection {
  background-color: #141313;
  border: solid 2px #000;
}

body.dark .catsection .title1 {
  background-color: #141313;

}



.catsection .title1 {
  background-color: #f9f9f9; 
  border-radius: 20px; 
  padding: 20px;
}


.catsection .product-imgbox {
  border-radius: 5px 5px 0 0;
}

.catsection .product-detail {
  border-radius: 0 0 5px 5px; 
}

.sale-banenr.banner-style2 h4, .sale-banenr.banner-style2 h3, .sale-banenr.banner-style2 h2 {
  color: #fff;
}

.title_cat_1 h4 {
  text-align: center;
  padding: 15px;
  font-size: 26px;
  background-color: #eee;
  margin: 20px auto;
  width: 20vw;
  border-radius: 60px;
}

body.dark .title_cat_1 h4 {
  background-color: #333;

}

body.dark .title_cat_1 h4 a {
  color: #eee; 
}

.section-no-padding {
  padding: 0;
  margin: 0;
}

.carousel-item {
  padding: 10px;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.product-name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--main-color);
}



.title_cat_1 h4 a {
  color: #777;
  font-size: 22px;
  font-weight: 500;
}

.collection-banner .collection-banner-main .collection-banner-contain div h4 {
  color: #fff;
}

.custom-icon {
  position: absolute;
  left: 0; /* Utilisez left au lieu de right */
  top: -5px;
  font-size: 35px;
}
/* Appliquez la direction inverse pour RTL */
[dir="rtl"] .custom-icon {
  left: auto;
  right: 0;
  font-size: 35px;
}
.strike-through {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
  color: red;
  text-decoration: line-through;
}


.custom-icon {
  position: absolute;
  left: 0; /* Utilisez left au lieu de right */
  top: -5px;
  font-size: 35px;
}
/* Appliquez la direction inverse pour RTL */
[dir="rtl"] .custom-icon {
  left: auto;
  right: 0;
  font-size: 35px;
}

.blog-page .blog-media:last-child {
  margin-bottom: 40px;
}

.top-banner-wrapper {
    position: relative;
}

.category-name-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.category-name {
    font-weight: bold;
}

.product-right .pro-group h2 {
  letter-spacing: 0;
  font-family: tajawal;
  font-size: 28px;
}

.product-title {
  line-height: 1.4;
}


.attribut_title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}


.product-form__input {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.form__label {
    font-weight: bold;
    margin-bottom: 10px;
}

.product-form__input input[type="radio"] {
    display: none; /* Masque le bouton radio par défaut */
}

.product-form__input label {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.product-form__input label:hover {
    background-color: #f0f0f0;
}

.product-form__input input[type="radio"]:checked + label {
    background-color: var(--main-color); /* Couleur sélectionnée */
    color: white;
    border-color: var(--main-color);
}

.product-box .icon-detail {
 position: absolute;
 bottom: 0;
}

.product-box .product-imgbox div a img {
  padding: 15px;
  border-radius: 30px !important;
}

.product-box .new-label3 {
  padding: 8px !important;
  border-radius: 5px;
  position: absolute;
  left: 15px !important;
  top: 15px !important;

}

.addtocartbtn {
  width: 100%;
  margin: auto;
  text-align: center;
  color: var(--main-color);
  margin-top: 0;
}

.addtocartbtn a {
  background-color: #fff;
  color: var(--main-color) !important;
  border: 1px solid var(--main-color);
  padding: 8px;
  margin-top: 10px;
  border-radius: 5px !important;
  width: 100%;


}

.addtocartbtn a:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.dark .addtocartbtn a {
  background-color: #121414;
}


.product-box .detail-title, .product-detail {
  padding-top: 0 !important;
}


.footer1,.dark .footer1 {
    background-color: #000 ;
  }

.footer1 li,.footer1 ul li a,.footer1 p ,.footer1 h5 {
  color: #fff;
}

.subfooter, .dark .subfooter {
  background-color: #333;
}
 
.rounded-category .category-contain .img-wrapper img:hover a {
  color: #fff !important;
}


.rounded-category .category-contain .img-wrapper {
  width: 200px;
  height: 200px;
}

@media (max-width: 768px) {
  .rounded-category .category-contain .img-wrapper {
    width: 150px;
    height: 150px;
  }

}

.dark .category-header-4 {
  background-color: var(--secondary-color);
}

.dark .category-header-4 .navbar-menu  {
  background-color: var(--secondary-color);
}


.dark .pixelstrap a {
  color: #fff !important;
}

.category-header-4 .navbar-menu .menu-block .pixelstrap .light-menu-item {
  color: #000;
  font-size: 8px !important;
}  

#main-menu  .light-menu-item a {
    font-size: 8px !important;
    color: red !important;
}

.btn-rounded  {
  color: var(--main-color) !important;
  font-weight: 300;
}

.btn-rounded:hover {
  color: #fff !important;
}

.category-name {
  font-weight: 500;
}

.subcat_title {
  color: var(--main-color);
  font-weight: 500;
}

.price {
  font-weight: 500 !important;
}

 #partenaires_carrousel .item {
     display: flex;
     justify-content: center; /* Centre horizontalement */
     align-items: center;     /* Centre verticalement */
     height: 100px;            /* Assure que l'élément prend toute la hauteur disponible */
 }

 #partenaires_carrousel img {
     max-width: 100px;
     max-height: 100px;       /* Ajustez la hauteur maximale des images */
 }


 #cat-menu {
  background-color: var(--main-color);
  min-height: 50px;
 }

 #phone-number {
  color: #000;
 }

   .dark  #phone-number{
    color: #fff;
  }

.fa-shopping-cart {
  color: var(--secondary-color);
}

#offer_message a {
  color: #fff;
  font-weight: 500;
}

.layout-header4 .logo-block {
  text-align: center;
}

.pro-price li {
  font-size: 25px;
  font-weight: 900;
}


.product-right .pro-group h2 {
  font-weight: 500;
}


.list-group-item.active {
  background-color: var(--main-color);
  border : none;
}

.section-big-pt-space {
  padding-top: 0;
}

.product .product-box {
  margin-bottom: 20px;
}


.category-contain-2 {
    position: relative;
    overflow: hidden;
}

.category-contain-2 img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.category-contain-2:hover img {
    transform: scale(1.05);
}

.overlay-2 {
    background-color: rgba(0, 0, 0, 0.3); /* semi-transparent noir */
    top: 0;
    left: 0;
    z-index: 2;
}

.overlay-text {
    font-size: 1.5rem; /* plus grand */
    text-align: center;
    padding: 0 10px;
    user-select: none;
    font-weight: 300;
}




























@media screen and (max-width: 1200px) {
  .dark .fa-shopping-cart {
    color: #fff;
  }
}




@media (max-width: 585px) {

  input, select {
    width: auto;
  }



  #categories_section .strike-through {
    top: 5px;
    font-size: 14px;
  }

  #categories_section .price {
    
  }



  .kids-slide .slide-main .slide-contain {
    background-color: rgba(0, 0, 0, 0.35);
  }



  .kids-slide .slide-main .slide-contain p, .kids-slide .slide-main .slide-contain h2 {
    color: #fff;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0);
}

  .category-header-4 {
    padding: 5px;
  }

  .sticky .category-header-4 {
    padding: 5px;
  }

  .category-header-4 div div div {
    padding: 0;
  }

  .category-header-4 .navbar-menu .category-left .logo-block {
    position: relative;
  }

  .category-header-4 .navbar-menu .category-left .logo-block img {
    width: 118px;
    padding: 2px;
    height: auto;
  }

  .slider-layout-4 .slider-slide, .slider-layout-4 .slider-slide .slider-banner, .slider-layout-4 .slider-slide .slider-banner img, .row .blog-media  {
  border-radius: 20px;

  } 

  .slider-layout-4 .slider-slide {
    padding: 10px;
    min-height: 400px;
  }

  .slider-layout-4 .slider-slide img {
    min-height: 400px;
  }

  .img-desktop {
      display: none !important; /* Afficher l'image de bureau */
  }

  .img-mobile {
      display: block !important; /* Cacher l'image mobile */
  }

  .mobile-cart {
    display: none;
  }

  #cartEffect {
    width: 90%;
    height: 50px;
    font-size: 20px;
  }

  .mobile-cart-content .qty-box .input-group {
    width: 125px;
  }

  .mobile-cart-content {
    display: inline-block;
  }

  .cart-table td {
    padding: 0;
    margin: 0;
    min-width: 60px;
  }

  .cart-section tbody tr td, .wishlist-section tbody tr td {
     min-width: 60px;
  }

  .submit_group_mobile input{
    margin: 10px;

  }

  .cart-section tfoot tr td:first-child {
    width: 50%;
  }

  .submit_group_desktop {
    display: none;
  }

  .row .blog-media {
    margin: 0 ;
    text-align:justify;
  }

  #offer_message {
    display: none;
  }

  .product-right .pro-group h2, .product-right .pro-group ul li {
    font-size: 28px;
    text-transform: none;
    margin-bottom: 15px;
  }

  .product-right .pro-group ul.pro-price li span {
    font-size: 20px;
    color: red;
  }

  #cartEffect {
    display: none;
  }

  .product-offer .offer-contain ul li p {
    font-size: 18px;
  }

  .product-title {
    font-size: 20px;
  }

  #langButtons {
    text-align: center;
  }

  #langButtons h3 {
    margin: 10px;
  }

  #langButtons li, #langButtons .btn-normal {
    width: 80%;
  }

  .checkout-page .checkout-title h3 {
    font-size: 20px;
  }

  .title_cat_1 h4 {
    width: 80%;
    font-size: 22px;
  }

  .swiper-wrapper {
    height: auto !important;
  }

  .creative-images-container {
      display: flex;
      flex-direction: column;
      width: 100%;

  }

  .creative-product-image {
      width: 100%;
      height: auto; /* Maintenir les proportions */
      display: block;
      border: none; /* Supprimer les bordures si présentes */
      margin: 0;
      padding: 0;
  }

  .creative-product-image:first-child {
    border-radius: 20px 20px 0 0 ;
  }

  .creative-product-image:last-child {
    border-radius:  0 0 20px 20px ;
  }


  #checkout_mobile select, #checkout_mobile input {
    border-radius: 0 10px 10px 0 ;
    height: 50px;
    font-size: 18px;
  }

  .input-group-text {
    background-color: transparent;
    border-radius: 10px 0 0 10px;
    height: 50px;
    color: var(--main-color) !important;
  }

  a:hover {
    color: #fff;
  }

  #floatingButton {
      animation: bounce 2s infinite; /* Animation continue */
  }

  @keyframes bounce {
      0%, 100% {
          transform: translateY(0);
      }
      50% {
          transform: translateY(-10px); /* Bouncing effect */
      }
  }

  #commandeon {
    font-size: 20px;
  }


  .radio-option input[type="radio"] {
      display: none; /* Masquer le bouton radio par défaut */
  }

  .radio-option {
      border: 1px solid transparent; /* Pour un effet de transition plus fluide */
      cursor: pointer;
      border-radius: 5px;
      text-align: left; 
  }

  .radio-option:hover {
      background-color: #e0f7fa; /* Changer la couleur de fond au survol */
  }

  /* Appliquer le fond bleu clair lorsque le bouton radio est sélectionné */
  .radio-option input[type="radio"]:checked + label {
      background-color: #ddd1ca; /* Arrière-plan bleu clair */
      border-radius: 5px;
      border: 2px dashed var(--main-color) /* Coins arrondis pour le label */
  }

  #total {
    font-size: 20px;
  }

  .order-box .total li {
    text-align: left;
    font-size: 18px !important;
  }

  .product .product-box .product-detail .icon-detail {
    right: 0px;
    bottom: 50px !important;
  }





}











@media (min-width: 586px) {
  .submit_group_mobile, #theme-toggle, #phone_mobile, #checkout_mobile, #langButtons, .language-selector-button, #lang_form_mobile, .creative-images-container {
    display: none;
  }

  .product .product-box .product-detail .icon-detail {
    bottom: 40px !important;
  }

}