/*!
Theme Name: SoFeelGift
Theme URI: https://www.cev-solutions.com/
Author: CEV
Author URI: https://www.cev-solutions.com/
Description: Thème gestion cartes cadeaux
Version: 1.0.0
Requires PHP: 5.6
Text Domain: SoFeelGift
*/

:root {
  --primary: #101828;
  --secondary: #ffeba7;
  --grey: #dadada;
  --black: #1d242d;
  --light-txt: #818d9b;
  --accentuee: #5762d5;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Accb Boutique */
.accb-boutique {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 10vh;
}

.accb-boutique p {
  font-size: 14px;
}

.accb-boutique h1 {
  font-size: 45px;
}

.accb-boutique h1 span {
  color: var(--primary);
}

.accb-boutique > div {
  height: 100%;
}

.accb-boutique-kdo {
  background-image: url(images/bg-recrea.png);
  background-size: cover;
  background-position: right;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-inline: 5% 10%;
}

.accb-produits {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  gap: 40px;
}

.accb-produits > div {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 16px;
  position: relative;
}

.accb-produits > div {
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
}

.accb-produits > div > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}

.accb-produits > div > div > div > p {
  margin-top: 20px;
}

.accb-produits > div > div h3 > a {
  color: var(--primary);
  font-size: 24px;
  text-decoration: none;
}

.accb-produits > div > div > a {
  background-color: var(--accentuee);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding-block: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.accb-produits img {
  width: 275px;
  height: 178px;

  object-fit: cover;
  border-radius: 3px;

  min-width: 275px;
  min-height: 178px;
}

.accb-product {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-direction: column;
  height: 178px;
  margin: 0 10px;
}

.accb-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 10% 5%;
  gap: 20px;
}

.alerte-soon {
  display: none;
  background-color: #10182880;
  width: 100%;
  height: 100vh;
  z-index: 100;
  position: fixed;
  top: 0;
}

.alerte-reveal {
  display: block;
}

.soon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--accentuee);
  color: #fff;
  border-radius: 16px 0 16px 0;
  width: 250px;
  padding-block: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.alerte-soon > div {
  position: relative;
  margin: auto;

  width: 450px;
  background-color: #fff;
  padding: 25px 25px 35px 25px;
  border-radius: 25px;

  top: 50%;
  transform: translateY(-50%);
  text-align: left;

  display: flex;
  flex-direction: column;
  align-items: end;
}

.alerte-soon > div h5 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  margin-block: 30px;
}

.alerte-soon > div img {
  width: 100%;
}

.croix {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
}

.croix span {
  width: 100%;
  height: 3px;
  border-radius: 12px;
  display: block;
  position: relative;
}

.croix span::before,
.croix span::after {
  content: "";
  width: 25px;
  background-color: var(--black);
  display: block;
  border-radius: 12px;
  height: 3px;
}

.croix span::before {
  transform: rotate(45deg);
}

.croix span::after {
  transform: rotate(-45deg);
  margin-top: -3px;
}

/* Styles globaux */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: var(--black);
}

::placeholder {
  font-size: 1em;
}

hr {
  border: none;
  border-top: 1px solid var(--grey);
}

.woocommerce {
  margin-bottom: 25px;
}

input:focus,
textarea:focus {
  outline: none;
}

body {
  display: flex;
  flex-direction: column;
}

.label {
  font-size: 13px;
  color: var(--light-txt);
}

.label.lb-black {
  color: var(--black);
  font-weight: bold;
}

.container {
  height: auto;
  width: 80%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

header,
footer {
  height: 10vh;
  position: relative;
  bottom: 0;
}

footer > p {
  color: var(--primary);
  font-weight: 600;
}

footer {
  display: flex;
  gap: 20px;
}

.footer-navigation ul {
  display: flex;
  gap: 20px;
}

.footer-navigation ul li,
.footer-navigation ul li a {
  text-decoration: none;
  list-style-type: none;
}

header {
  display: flex;
  border-bottom: 1px solid var(--grey);
  z-index: 3;
}

.header-ctn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: auto;
}

.cart-link {
  position: relative;
}

.cart-count {
  background-color: #ff0000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 20px;
  text-align: center;
}

.main-menu {
  display: flex;
  gap: 20px;
}

.logo-sfg {
  width: 110px;
  height: auto;
  max-width: 110px;
  max-height: 80px;
  object-fit: contain;
}

.btn-cart {
  display: flex;
  gap: 25px;
}

.btn-cart img {
  width: 22px;
  height: 22px;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.nav_kdo a {
  text-decoration: none;
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
}

.nav_kdo li {
  list-style-type: none;
}

.burger,
.croce {
  width: 42px;
  height: 24px;
  cursor: pointer;
  position: relative;
}

.croce {
  display: none;
}

.burger.burger-active {
  opacity: 0;
}

.menu-responsive {
  display: none;
  width: 80%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.burger span,
.croce span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.croce span {
  transform: rotate(45deg);
}

.burger span::before,
.burger span::after,
.croce span::before,
.croce span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
}

.burger span::before {
  transform: translateY(-10px);
}

.burger span::after {
  transform: translateY(10px);
}

.croce span::before {
  transform: rotate(-90deg);
}

.container-size {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin-block: 35px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ctn-footer > footer {
  width: 80%;
  display: flex;
  justify-content: left;
  position: absolute;
  bottom: 0;
  flex-direction: column;
  align-items: baseline;
}

.message-form {
  width: 50%;
  position: relative;
  margin: auto;
}

.ariane {
  width: 80%;
  margin: auto;
  margin-block: 20px;
  font-size: 13px;
  color: var(--light-txt);
  text-transform: uppercase;
  font-weight: 300;
}

.ariane-item {
  font-weight: 500;
  text-decoration: none;
}

.cart-icon {
  position: relative;
  display: inline-block;
}

.boutique-kdo {
  position: absolute;
  top: 0;
  min-height: 100vh;
  width: 100%;
  background-image: url(images/kdo.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.boutique-kdo h1 {
  font-size: 50px;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
}

.boutique-kdo h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  margin-bottom: 16px;
}

.boutique-kdo p {
  max-width: 60%;
  margin-block: 18px;
  text-align: center;
}

.helperText {
  color: rgb(126, 123, 145);
  text-align: right;
}
/* Liste des produits */

.btn-cmd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.produits {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}

.produit {
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  width: calc(50% - 40px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease;
  text-decoration: none !important;
}

.produit:hover {
  transform: translateY(-10px);
}

.produit img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  margin-right: 20px;
}

.produit h3 {
  margin: 20px 0;
  color: #333;
  font-size: 1.2em;
  text-align: left;
}

.produit p,
.produit ul li {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
}

.produit ul li {
  margin-bottom: 5px;
}

.produit a {
  display: flex;
  text-decoration: none;
}

.btn {
  background-color: var(--accentuee);
  color: #fff;
  padding: 12px 30px;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  font-size: 1em !important;
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-bis {
  background-color: transparent;
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: 2px solid var(--primary);
  font-size: 0.8em;
  cursor: pointer;
  text-align: center;
}

.btn-large {
  max-width: 250px;
}

.btn-ctn {
  display: flex;
  gap: 5px;
}

/* Page produit */

/* .card-img img {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
} */

.product-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 75px;
  font-size: 14px;
}

.product-container h1 {
  text-transform: uppercase;
  color: var(--primary);
}

.carac-card {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step span {
  display: inline-block;
  position: relative;
  background-color: var(--primary);
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.step p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.card-img {
  width: auto;
}

.card-img img {
  width: 450px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
}

b {
  color: var(--primary);
}

.montant {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.montant-options {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.montant-button {
  padding: 10px 15px;
  background: none;
  border-radius: 3px;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  height: 48px;
}

.montant-button:hover,
.montant-button.active {
  background-color: var(--primary);
  color: #fff;
  transition-duration: 0.2s;
}

.quantite {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quantite form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.qtn-input {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}

.qtn-input div {
  display: flex;
  justify-content: right;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity input {
  width: 75px !important;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid black;
  border-radius: 3px;
  width: 75px;
  height: 41px !important;
  font-size: 20px;
}

.quantity .minus,
.quantity .plus {
  background-color: var(--primary);
  border: none;
  color: #fff;
  border-radius: 3px;
  width: 43px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  font-size: 30px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.input-group input,
.input-group textarea {
  height: 35px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--grey);
  padding: 5px;
  font-size: 1em;
}

.input-group input {
  height: 48px;
}

.input-group textarea {
  height: 100px;
  resize: none;
}

.infos-comp {
  font-size: 12px;
  border-radius: 3px;
  color: var(--light-txt);
  width: 100%;
  margin-top: 45px;
}

.infos-comp h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--primary);
}

.infos-comp div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.infos-comp div div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.infos-comp img {
  width: 21px;
}

/* Section destinataires */

.destinataires {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.diffusion-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.diffusion {
  display: none;
}

.list-diffusion ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.btn-diffusion {
  border: 2px solid var(--primary);
  font-weight: bold;
  color: var(--primary);
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active-diffusion {
  background-color: var(--primary);
  color: #fff !important;
  font-weight: bold;
}

.select-diffusion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date-diffusion {
  display: flex;
  gap: 25px;
}

.margin-form {
  margin-top: 10px;
}

.diffusion-form,
.date-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date-diffusion div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 10px;
}

.date-diffusion div label {
  font-size: 15px;
}

.date-diffusion div input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  outline: none;
  background-color: #fff;
}

.date-diffusion div input:hover {
  background-color: var(--light-txt);
}

.date-diffusion div input:checked {
  background-color: var(--primary);
}

.single-price {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.single-price span {
  font-size: 40px;
  color: var(--primary);
  font-weight: 600;
}

.upload-file {
  display: none;
}

.upload-info {
  margin-bottom: 10px;
}

.upload-file i {
  font-size: 18px;
  color: var(--primary);
}

.upload-file p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.upload-info {
  display: flex;
  justify-content: space-between;
}

.upload-file .Outer_upload {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='2' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 3px;
  align-items: center;
  border-radius: 1.5px;
  cursor: pointer;
  background-color: #d9d9d9;
}

.upload-file .fme_upload_files_minimalist_info {
  display: none;
}

.upload-file .fme_upload_file {
  cursor: pointer;
}

.btn_upload {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 15px;
  cursor: pointer;
  font-weight: normal;
}

.btn_upload .dashicons {
  margin-top: 0px;
}

.delivery_hours {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}

.selected-hour {
  font-weight: bold;
  color: var(--primary);
  text-decoration: underline;
}

.hour-selection {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.hour-option {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hour-option input[type="radio"] {
  display: none;
}

.hour-option span {
  display: inline-block;
  padding: 15px;
  border: 2px solid var(--light-txt);
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.hour-option input[type="radio"]:checked + span {
  border-color: var(--primary);
  background-color: var(--primary);
  font-weight: bold;
  color: #fff;
}

/* Notif */

.validation {
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  height: 50px;
  width: 100%;
  align-items: center;
  gap: 30px;
}

.valid {
  position: relative;
  width: 8px;
  height: 100%;
  background-color: yellowgreen;
}

/* Style plugin upload */
.Outer_upload ul {
  list-style-type: none;
  font-size: 14px;
  margin: 5px;
}

/* .Outer_upload ul li:nth-child(n + 1):nth-child(-n + 3) {
  display: none;
} */

.Outer_upload ul > :first-child {
  margin-bottom: 30px;
}

.Outer_upload ul > :first-child + li,
.Outer_upload ul > :first-child + li + li,
.Outer_upload ul > :first-child + li + li + li {
  display: none;
}

.Outer_upload {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Panier */

.container-panier {
  position: relative;
  width: 80%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.commande form {
  display: flex;
  flex-direction: column;
  gap: 25px;

  padding-block: 15px;
  border: none;
  border-top: 1px solid var(--grey);
}

.commande-product {
  height: auto;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--grey);
}

.commande-entete {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.commande-entete p {
  font-size: 13px;
  color: var(--light-txt);
  text-transform: uppercase;
  font-weight: 500;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.info-commande {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-list p {
  color: var(--light-txt);
}

.cmd-product-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}

.cmd-product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--light-txt);
  font-weight: 400;
  font-size: 15px;
  justify-content: center;
}

.cmd-product-info a {
  font-size: 18px;
  text-decoration: none;
  color: var(--black);
  font-weight: bold;
}

.cmd-product-delete {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.cmd-product-qtn {
  display: flex;
  align-items: center;
}

.cmd-product-prix-unit {
  display: flex;
  align-items: center;
}

.cmd-product-prix {
  display: flex;
  align-items: center;
}

.resume-commande .btn {
  margin-top: 15px;
}

.update-cart {
  display: flex;
  justify-content: right;
}

.update-cart button {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

/* Checkout */

.resume-commande {
  border-radius: 9px;
  border: 1px solid var(--grey);
  height: fit-content;
}

.checkout-form {
  width: 80%;
  display: grid;
  grid-template-columns: 4fr 2fr;
  margin: auto;
  gap: 25px;
  height: 100%;
}

.resume {
  padding: 20px 20px 0px 20px;
  border-radius: 9px;
  color: var(--black);
}

.resume hr {
  margin-block: 15px;
  color: var(--grey);
  background-color: var(--grey);
}

.commande-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 30px;
  gap: 15px;
}

.lb-total {
  font-size: 22px;
}

.commande {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.commande h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.commande-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commande-item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.commande-item-top div {
  display: flex;
  gap: 10px;
}

.commande-item-top div div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-order-img {
  width: 75px;
  height: 75px !important;
  border: 1px solid var(--grey);
  border-radius: 9px;
  object-fit: cover;
}

.commande-item span {
  font-weight: bold;
  font-size: 15px;
}

.label-lg span {
  font-size: 18px;
}

.label-md span,
.label-md {
  font-size: 16px;
  font-weight: bold;
}

.payment {
  background: none !important;
  border-radius: 0 0 9px 9px;
  padding: 15px;
}

.woocommerce-input-wrapper input {
  padding: 10px 5px;
  border: 1px solid #0101028f;
  border-radius: 5px;
}

.form-facture,
.form-ctn-connexion {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  border-radius: 9px;
}

.remember {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form-login-ctn,
.form-register-ctn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-register-ctn {
  margin-bottom: 15px;
}

.form-facture hr {
  background-color: var(--grey);
  border: 0;
  height: 1px;
  margin-block: 10px;
}

.form-facture h3 {
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.form-facture p {
  width: 100%;
}

.form-facture-ctn {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.resume-cart-btn {
  margin-top: 25px;
  margin-bottom: 25px;
}

.resume-cart {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.form-bill-ctn h4,
.check-shipping label span {
  color: var(--light-txt);
  font-weight: 400;
  font-size: 13px;
}

.form-bill-ctn fieldset {
  border: 1px solid var(--grey);
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 25px;
}

.check-shipping label span {
  color: var(--primary);
}

.check-shipping label {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* Recap commande */

.recap-commande {
  position: relative;
  left: 50%;
  width: 40%;
  margin: auto;
  border: 2px solid var(--grey);
  padding: 15px 25px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 1px 2px 4px rgba(245, 246, 248);
}

.thanks-ctn {
  position: relative;
  width: 40%;
  margin: auto;
  border: 2px solid var(--grey);
  padding: 15px 25px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 1px 2px 4px rgba(245, 246, 248);
}

.ty-details h2 {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.ty-details th {
  text-transform: uppercase;
  font-size: 13px;
}

.ty-details tbody,
.ty-details tfoot span,
.ty-details tfoot td {
  text-transform: uppercase;
  font-size: 13px;
  font-variant: var(--light-txt);
}

.ty-details address {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--primary) !important;
}

.recap-cmd-entete {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-block: 20px;
}

.recap-commande hr {
  border: none;
  border-top: 1px dashed var(--grey);
  border-image: repeating-linear-gradient(
      to right,
      var(--grey),
      var(--grey) 5px,
      transparent 4px,
      transparent 10px
    )
    1;
}

.champs-custom input {
  border: 1px solid var(--grey);
  padding-left: 15px;
}

.champs-custom label,
.champs-custom label span {
  font-size: 13px;
  color: var(--light-txt);
  text-transform: uppercase;
}

.form-group-inline {
  display: flex;
}

.champs-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.champs-ctn {
  display: flex;
  gap: 10px;
}

.champs-address {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.champs-form p {
  padding: 0 !important;
}

.champs-form input,
.champs-form select,
.input-class span input,
.input-class span select,
.input-text,
.country_select {
  padding-left: 10px !important;
  border: 1px solid var(--grey) !important;
  color: var(--black) !important;
  height: 48px !important;
  border-radius: 6px !important;
}

.select-country-bill {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
}

.form-bill-ctn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 20px;
  border: 1px solid var(--grey);
  border-radius: 9px;
}

.cart-vide {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.custom-remove-icon {
  font-size: 15px;
}

.woocommerce a.remove {
  font-size: 12px;
}

/* Account */

.account-ctn {
  display: grid;
  width: 80%;
  margin: auto;
  grid-template-columns: 1fr 3fr;
  gap: 50px;
}

/* Account connexion */

.connexion-ctn {
  width: 50%;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.connexion-select-form {
  border: 1px solid var(--grey);
  display: flex;
  max-width: 400px;
  width: 100%;
  gap: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 3px;
}

.connexion-login-form {
  width: 100%;
}

.form-ctn-connexion {
  display: none;
}

.form-connexion-active {
  display: flex;
}

.form-ctn-connexion h2 {
  margin-bottom: 20px;
}

.btn-connexion-select {
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-block: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-btn-connexion-select {
  background-color: var(--primary);
  color: #fff;
}

/* Account navigation */

.nav-account {
  border: 1px solid var(--grey);
  border-radius: 9px;
  padding-block: 15px;
  background-color: var(--primary);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: fit-content;
}

.nav-account h1 {
  color: #fff;
  font-size: 25px;
}

.nav-account ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nav-account > ul > li {
  list-style-type: none;
}

.nav-account > ul > li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

/*Dashboard*/

.dashboard h1 {
  font-size: 25px;
  margin-bottom: 25px;
}

.dash-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.dash-block {
  border: 1px solid var(--grey);
  padding: 25px 20px;
  border-radius: 9px;
  width: 100%;
}

.block-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 25px;
}

.dash-block address {
  margin-bottom: 25px;
}

.dash-adresses {
  display: flex;
  gap: 25px;
}

.dash-block hr {
  margin-block: 15px;
}

.dash-order-ctnr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid var(--grey);
}

.dash-orders-entete,
.dash-orders-ctn {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  gap: 10px;
}

.dash-orders-entete {
  margin-bottom: 5px;
}

.dash-orders-ctn {
  padding-block: 20px;
  border-top: 1px solid var(--grey);
}

.order-status p {
  border-radius: 3px;
  padding: 5px 10px;
  width: fit-content;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.order-status-on-hold p {
  background-color: #f5bb50;
  color: #fff;
}

.order-status-completed p {
  background-color: #4caf50;
  color: #fff;
}

.order-status-cancelled p {
  background-color: #f44336;
  color: #fff;
}

.order-status-processing p {
  background-color: #f0a519;
  color: #fff;
}

.order-status-refunded p {
  background-color: #2196f3;
  color: #fff;
}

.order-status-failed p {
  background-color: #9e9e9e;
  color: #fff;
}

.order-status-checkout-draft p {
  background-color: #c9c9c9;
  color: #fff;
}

.order-status-pending p {
  background-color: #0461ad;
  color: #fff;
}

/*Adresses*/
.adresses-ctn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.adresses {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.adresses-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.adresses-infos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.edit-form-adress {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Pagination */

.pagination a,
.pagination span {
  border-radius: 50%;
  font-size: 1em;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.pagination {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.page-numbers.current {
  background-color: var(--primary);
  color: #fff;
}

.page-numbers.next,
.page-numbers.prev {
  width: 100px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

/* MDP PERDU */
.form-pass-lost,
.form-pass-reset {
  width: 50%;
  position: relative;
  margin-inline: auto;
}

.form-pass-lost form,
.form-pass-reset form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.form-pass-lost form h2,
.form-pass-reset form h2 {
  margin-bottom: 10px;
}

.form-pass-lost form .champs-form {
  margin-block: 20px;
}

.pass-confirm-lost {
  width: 80%;
  position: relative;
  margin-inline: auto;
}

/* ----------- Form validation -------------*/
.text-danger {
  color: rgba(225, 53, 70);
  font-size: 0.8rem;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.activate {
  cursor: pointer;
  opacity: 1;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

/* RESPONSIVE */

/* Grandes résolutions */
@media screen and (min-width: 1600px) {
}

/* Ordinateurs standards */
@media screen and (max-width: 1599px) {
  .ctn-footer > footer {
    width: 90%;
  }

  .container-panier {
    display: flex;
    flex-direction: column;
  }

  .resume-cart {
    max-width: 500px;
    width: 100%;
    padding: 0px;
  }

  .cmd-recap {
    width: 100%;
    display: flex;
    justify-content: end;
  }

  .thanks-ctn {
    width: 50%;
  }

  .accb-boutique {
    gap: 0px;
  }

  .accb-text {
    width: 45%;
    padding-inline: 5%;
  }

  .accb-boutique-kdo {
    width: 55%;
    padding-inline: 5%;
  }

  .accb-boutique h1 {
    font-size: clamp(35px, 3vw, 45px);
  }
}

/* Tablette paysage et petits ordinateurs */
@media screen and (max-width: 1199px) {
  .container {
    width: 80%;
    gap: 50px;
  }

  .produits {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .produit {
    width: 60%;
  }

  .product-container {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }

  .checkout-form {
    display: flex;
    flex-direction: column;
  }

  .recap-commande {
    width: 60%;
  }

  .account-ctn {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .thanks-ctn {
    width: 60%;
  }

  .accb-boutique {
    flex-direction: column;
    position: relative;
    margin-top: -30px;
    top: 0px;
  }

  .accb-text,
  .accb-boutique-kdo {
    width: 100%;
    padding-inline: 10%;
  }

  .accb-produits {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
  }

  .accb-produits > div {
    flex-direction: column;
    align-items: start;
    max-width: 315px;
  }

  .accb-boutique > div:first-child {
    height: auto;
    padding-block: 5%;
  }

  .ctn-footer {
    position: relative;
    width: 100%;
  }

  .ctn-footer > footer {
    position: relative;
    margin-block: 25px -25px;
    width: 80%;
  }
}

/* Tablette portrait */
@media screen and (max-width: 991px) {
  /* .header-ctn {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: var(--secondary);
    z-index: 2;
    width: 100%;
    padding-block: 100px;

    right: -300px;
    visibility: hidden;
    opacity: 0;

    flex-direction: column;
    justify-content: start;
    gap: 50px;
    transition: right 0.5s ease, opacity 0.1s ease, visibility 0s 0.2s;
  } */

  .boutique-kdo p {
    max-width: 80%;
  }

  .header-ctn.active {
    right: 0px;
    visibility: visible;
    opacity: 1;
    transition: right 0.5s ease, opacity 0.1s ease, visibility 0s;
  }

  .main-menu {
    flex-direction: column;
    align-items: center;
  }

  .menu-responsive {
    display: flex;
    width: 90%;
  }

  /* .croce {
    display: block;
  } */

  .produit {
    width: 70%;
  }

  .container {
    gap: 30px;
  }

  .container-panier,
  .ariane,
  .container,
  .checkout-form,
  .recap-commande,
  .cart-vide,
  .connexion-ctn,
  .form-pass-lost,
  .pass-confirm-lost,
  .form-pass-reset {
    width: 80%;
  }

  .container-panier {
    gap: 10px;
  }

  .resume-commande .resume {
    padding-inline: 20px;
  }

  .account-ctn {
    width: 90%;
  }

  .product-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .cart {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .infos-comp {
    margin-top: 25px;
    padding: 0;
  }

  .thanks-ctn {
    width: 70%;
  }

  /* 
 .accb-produits {
    flex-direction: column;
  } 

  .accb-produits > div {
    flex-direction: column;
    align-items: start;
    max-width: auto;
  }

  .accb-produits > div {
    flex-direction: row;
    align-items: center;
  }

  .accb-boutique > div {
    padding-block: 30px;
  } */

  footer {
    flex-direction: column-reverse;
    margin-top: 25px;
  }
}

/* Mobile moyen */
@media screen and (max-width: 769px) {
  .container-panier,
  .ariane,
  .container,
  .checkout-form,
  .recap-commande,
  .thanks-ctn,
  .cart-vide,
  .connexion-ctn,
  .form-pass-lost,
  .pass-confirm-lost,
  .form-pass-reset,
  .container-size {
    width: 90%;
  }

  .container-size {
    margin-block: 15px;
  }

  .header-ctn {
    width: 90%;
  }

  .boutique-kdo p {
    max-width: 90%;
    margin-block: 5px;
  }
  .produit {
    width: 90%;
  }

  .boutique-kdo h1 {
    margin-top: 15px;
  }

  .cmd-product-info a {
    font-size: 15px;
  }

  .cmd-product-img {
    display: none;
  }

  .commande-product,
  .product-list {
    grid-template-columns: 2fr 1fr 2fr 1fr;
  }

  .cmd-product-prix-unit {
    display: none;
  }

  .product-list p:nth-child(4) {
    display: none;
  }

  .cmd-product-info div {
    display: none;
  }

  .product-list p:nth-child(2) {
    display: none;
  }

  .resume {
    padding-inline: 0;
  }

  .card-img img {
    width: 50%;
  }

  .dash-orders td,
  .dash-orders th {
    font-size: 12px;
    padding: 5px;
  }

  .block-info {
    grid-template-columns: 1fr;
  }

  .dash-adresses {
    flex-direction: column;
  }

  .sec-disapear {
    display: none;
  }

  .dash-orders-entete,
  .dash-orders-ctn {
    grid-template-columns: repeat(3, 1fr);
  }

  .accb-text,
  .accb-boutique-kdo {
    padding-inline: 5%;
  }

  .accb-boutique h1 {
    font-size: clamp(25px, 5vw, 35px);
  }

  .accb-boutique {
    height: fit-content;
  }

  .accb-boutique > div {
    padding-block: 30px;
  }

  .accb-produits > div {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  }

  .accb-produits {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    gap: 40px;
  }

  /* .accb-produits > div {
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 16px;
  } */

  .accb-produits > div {
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: none;
  }

  .accb-product {
    margin: 0;
  }

  .accb-produits > div > div h3 > a {
    font-size: clamp(18px, 3vw, 24px);
  }

  .accb-produits > div > div {
    gap: 5px;
  }

  .thanks-ctn {
    border: none;
    width: 100%;
  }

  .recap-cmd-entete p {
    text-align: center;
  }

  .accb-produits > div {
    padding: 40px;
  }

  .ctn-footer > footer {
    width: 90%;
  }
}

/* Mobile petit */
@media screen and (max-width: 479px) {
  .alerte-soon > div {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }

  .croix {
    border: none;
    margin-bottom: 10px;
  }

  .alerte-soon > div h5 {
    font-size: 20px;
    margin-block: 10px;
  }

  .accb-produits img {
    width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 114px;
  }

  .accb-produits > div a {
    width: 100%;
  }

  .infos-comp img {
    display: none;
  }

  header {
    min-height: 60px;
  }

  .produit {
    width: 90%;
    padding: 0px;
  }

  .produit a {
    flex-direction: column;
    align-items: center;
  }

  .produit h3 {
    margin-block: 5px;
  }

  .produit a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 5px;
  }

  .produit a > div p {
    text-align: center;
  }

  .boutique-kdo {
    top: 10vh;
    min-height: 90vh;
    gap: 15px;
  }

  .boutique-kdo h1 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .boutique-kdo h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .produit img {
    height: 125px;
    object-fit: cover;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .card-img img {
    width: 100%;
  }

  .champs-ctn {
    flex-direction: column;
  }

  .champs-address {
    grid-template-columns: repeat(1, 1fr);
  }

  .recap-cmd-entete h1 {
    font-size: 20px;
    text-align: center;
  }

  .info-commande {
    display: flex;
    flex-direction: column;
  }

  .info-commande div {
    display: flex;
  }

  .accb-boutique {
    height: fit-content;
  }

  /*.accb-boutique > div {
    padding-block: 30px;
  }

  .accb-produits > div {
    flex-direction: column;
    align-items: start;
    padding: 20px;
  } */

  .accb-boutique h1 {
    font-size: clamp(20px, 5vw, 25px);
  }

  .accb-produits > div > div h3 > a {
    font-size: clamp(18px, 3vw, 24px);
  }

  .logo-sfg {
    max-height: 35px;
  }
}

.woocommerce-error {
  background-color: #ffdddd;
  border-left: 4px solid #ff5555;
  padding: 10px;
}

.woocommerce-error {
  color: red;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-bottom: 20px;
}

.ty-details > p {
  display: none;
}

/* TEMPORAIRE */

.shipping {
  display: none;
}

.dash-block:last-child {
  display: none;
}

.woocommerce-button.button.pay.order-actions-button {
  display: none;
}

.variation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.variation,
.variation p,
.variation a,
.variation b {
  font-size: 15px;
  font-weight: bold;
}

.variation-file1 {
  text-decoration: underline;
  width: 100%;
}

.variation-file1 a {
  display: flex;
  width: 100%;
}

.variation b {
  color: var(--black);
  visibility: hidden;
  position: relative;
  width: 100%;
}

.variation .variation-file1:first-child {
  display: none !important;
}

.variation b::after {
  content: "Voir le fichier";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: underline !important;
  color: var(--primary);
}

.order-again {
  display: none;
}
