.sticky{ 
top:0px!important
}
.decli_in_cart{
	border-top: solid 2px #3f719e!important;
	border-bottom: solid 2px #3f719e !important;
}
@media (max-width: 768px) { 
    .sticky{ 
        top:0px!important
    }
} 
#text_search_none{
	text-align: center;
	width: 100%;
	display: none;
	border: 1px solid black;
	padding: 18px;
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: rgb(246, 246, 246);
	border: 1px solid rgb(29, 29, 29);
	border-radius: 0px;
}
.search-colors{
	display:flex;
}
input[disabled]:not(.disabled) {
    background-color: white !important;
    color: black !important;
    opacity: 1;
    /* cursor: not-allowed; */
}
input.search_attributes{	
  padding: .5em .25em;
  background: transparent;
  border: none;
  color: #1d1d1d;
  border-radius: 0;
  width: 100% !important;
  
}
input.search_attributes::placeholder {
  color: #000;
  -webkit-transition: color .4s ease-out;
  -ms-transition: color .4s ease-out;
  -o-transition: color .4s ease-out;
  transition: color .4s ease-out;
}

input.search_attributes{
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Occlusion semi-transparente */
div[id^="loading-overlay"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* Spinner pour la roue de chargement */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Masque l'occlusion par défaut */
.hidden {
  display: none !important;
}
#cart-success-toast{
	background-color:white;
	color:black;
}
.choice_attributes ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
}
.choice_attributes .ul_choice_attribut{
	display:flex;
}
.choice_attributes span.h4{
	padding: 5px 14px 10px 10px;
}

.attribut_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid grey;
  transition: all 0.3s;
}

.attribut_circle:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.attribut_circle.selected {
  border: 2px solid #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.display_combinations .js-product-list {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonnes */
  gap: 20px;
  margin-top: 20px;
}

.display_combinations .qty {
  margin-left:auto;
  margin-right:auto;
  width:50%;
}

.display_combinations .product-item {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}

.display_combinations .thumbnail-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.display_combinations .product-description {
  padding: 10px 0;
}

.display_combinations .product-description h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.display_combinations .price {
  color: #007bff;
  font-weight: bold;
}

.display_combinations .qty_wanted {
  text-align: center;
}

.display_combinations .add-to-cart {
  background-color: #28a745;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .display_combinations .js-product-list {
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
  }
}

@media (max-width: 480px) {
  .display_combinations .js-product-list {
    grid-template-columns: 1fr; /* 1 colonne */
  }
}

.ns-box-ok{
	background-color:white !important;
	color:#28a745 !important;
}
