.field-field-product-video .field-item {
  margin-bottom: 20px;
}

li > ul {
  padding-left: 40px;
}

.field-field-snuffle-color {
  overflow: hidden;
  border-radius: 50px;
}

.product--rendered-attribute label.option .product-attribute--snufflequest-color {
  padding: 0;
}

.field-field-haqihana-color {
  overflow: hidden;
  border-radius: 50px;
}

.product--rendered-attribute label.option .product-attribute--haqihana-color {
  padding: 0;
}

/* Shipping method Order Checkout Process */
.field--name-shipping-method > .form-item .description
{
  font-size: 14px;
  color: #3c79c4;
  font-weight: bolder;
  padding: 10px 0px;
}

#shipping-information-wrapper
{
  margin-bottom: 0px;
}

/* MENU */

#main-menu .mega-menu > ul > li > ul > li span
{
  color: #333333;
  padding: .2em 0;
  display: block;
  border-bottom: 1px solid #ccc;
}


  .custom-container {
    padding: 20px;
  }

.delivery-heading {
  text-align: center;
  color: #96154a;
  font-size: 20px;
}

.custom-block {
  margin-bottom: 15px; /* Ajustez selon vos besoins */
}

.country-block {
  background-color: #96154a;
  color: white;
  font-size: 18px;
  padding: 10px;
  min-height: 160px;
}

.colissimo-block {
  background-color: #dd732e;
}

.delivery-time {
  font-size: 14px; /* Taille de police plus petite pour les informations de livraison */
  color: #FFF; /* Couleur du texte (blanc) */
  margin-top: 10px; /* Espacement au-dessus de l'élément */
  padding: 5px; /* Un peu de padding pour le visuel */
}

.country-title {
  display: block;
  min-height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
}

.price-info {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  float: right;
  font-weight: bold;
}

/*Phone Field */
.phone-number-field {
  display: flex !important;
}
.phone-number-field .form-type-select {
  width: auto !important;
  margin-right: 10px !important;
}

.phone-number-field .form-type-textfield {
  width: auto !important;
}

/* Menu Local Task */

/* Styliser la barre de tâches */
.task-bar {
  padding: 10px; /* Espace intérieur */
  border-bottom: 1px solid #ccc; /* Bordure en bas */
}

/* Styliser les onglets */
.tabs {
  list-style-type: none; /* Enlève les puces de liste */
  margin: 0; /* Enlève les marges */
  padding: 0; /* Enlève les espaces intérieurs */
  gap: 5px; /* Espace entre les onglets */
}

/* Styliser chaque onglet */
.tabs li {
  margin: 10px;
  font-size: 16px;
  border: 1px solid #ccc; /* Bordure autour de l'onglet */
  border-radius: 5px; /* Coins arrondis */
  background-color: #eaeaea; /* Couleur de fond pour les onglets non-actifs */
}

/* Styliser l'onglet actif */
.tabs li.is-active {
  background-color: #007bff; /* Couleur de fond pour l'onglet actif */
  color: white; /* Couleur de texte pour l'onglet actif */
  border-color: #007bff; /* Couleur de bordure pour l'onglet actif */
}

.tabs a {
  background-color: none; /* Couleur de fond pour l'onglet actif */
}
.tabs a:hover {
  background-color: none; /* Couleur de fond pour l'onglet actif */
}

/* Ajouter un effet au survol sur les onglets */
.tabs li:not(.is-active):hover {
  background-color: #ddd; /* Couleur de fond au survol pour les onglets non-actifs */
  cursor: pointer; /* Change le curseur en main au survol */
}

/* Exemple avec FontAwesome */
.tabs--primary a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f007'; /* Icône d'utilisateur par exemple */
  margin-right: 5px;
}

/* PERSONNALISATION DES PAYMENTS METHOD DANS LE CHECKOUT */

.payment-options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.payment-option {
  display: flex;
  flex-direction: column; /* Aligne les éléments verticalement */
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-option:hover {
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-option-label {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px; /* Ajoute un espace entre l'option et les détails */
}

.payment-text {
  font-size: 16px;
  color: #333;
}

.payment-logo-wrapper {
  margin-left: 10px;
}

.payment-logo {
  height: 30px;
}

.payment-details {
  padding-top: 10px; /* Espace entre l’option et les détails */
}

.stripe-form #card-number-element {
  width: 16em;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-card-number {
  display: flex;
}
.stripe-form #edit-payment-information-add-payment-method-payment-details-card-number > label {
  display:flex;
  align-items: center;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-card-number > .form-item {
  display:flex;
  align-items: center;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-expiration {
  display: flex;
}
.stripe-form #edit-payment-information-add-payment-method-payment-details-expiration > label {
  display:flex;
  align-items: center;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-expiration > .form-item {
  display:flex;
  align-items: center;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-security-code {
  display: flex;
}
.stripe-form #edit-payment-information-add-payment-method-payment-details-security-code > label {
  display:flex;
  align-items: center;
}

.stripe-form #edit-payment-information-add-payment-method-payment-details-security-code > .form-item {
  display: flex;
  align-items: center;
}
