.card-block .btn-big {
    background-color: #009487;
    border-radius: 5px;
    border: 0;
}
#search_filters_wrapper #search_filters {
    padding : 20px 15px 20px 15px;
}
.product-flag.new {
    display:none;
}
.horizontal-filters .filters-container{
    width : 100%;
}
#rea img {
    max-width : 20%;
}
.authentication-page h2, .page-header h1{
   line-height: 55px;
}
.flex-container.grade-stars-container {
    display:none;
}
.pk-ce-widget .mini-product, .pk-ce-widget .product-miniature{
    box-shadow:0 .0313rem .0875rem rgba(0,0,0,.017),0 .0813rem .25rem rgba(0,0,0,.025),0 .1875rem .6rem rgba(0,0,0,.033),0 .625rem 2rem rgba(0,0,0,.05);
    padding: 10px 0px;

}
.product-features > dl.data-sheet dt.name {
    color: #b6c805;
}
.product-quantity .qty{
    display :none;
}
.product-info-section {
    color: #000;
}
.product-miniature img {
    max-width: 60%;
    margin: 0 auto;
}
.product-desc-wrap{
    padding: 0px 15px;
}
/* Style personnalisé pour l'accordéon Elementor - Sans animations */

/* Style de l'item d'accordéon */
.elementor-accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* Style du titre de l'accordéon */
.elementor-tab-title {
    background-color: #ffffff;
    padding: 20px 25px !important;
    display: flex !important;
    align-items: center;
    border: none !important;
    cursor: pointer;
}

.elementor-tab-title:hover {
    background-color: #f9f9f9;
}

.elementor-tab-title.elementor-active {
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Style du lien dans le titre */
.elementor-tab-title a {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    flex-grow: 1;
}

/* Style de l'icône */
.elementor-accordion-icon {
    margin-right: 15px;
    font-size: 14px;
    color: #00b8d4; /* Couleur de l'icône - à adapter à votre charte graphique */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

/* Style du contenu */
.elementor-tab-content {
    background-color: #f9f9f9;
    padding: 20px 25px !important;
    color: #555555;
    line-height: 1.6;
    border-top: none !important;
}

.elementor-tab-content p {
    margin: 0;
}

    /* Style pour les filtres horizontaux */
.horizontal-filters {
    padding: 20px 20px;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}

.horizontal-filters .filters-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.horizontal-filters .filter-label {
    font-weight: bold;
    margin-right: 10px;
}

.horizontal-filters .facet-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.horizontal-filters .facet-button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: normal;
    white-space: nowrap;
    color:#009487;
}

.horizontal-filters .facet-button .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.horizontal-filters .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    padding: 10px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.horizontal-filters .facet-dropdown:hover .dropdown-menu {
    display: block;
}

.horizontal-filters .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.horizontal-filters .dropdown-menu li {
    padding: 5px 0;
}

.horizontal-filters .facet-label {
    display: flex;
    align-items: center;
}

.horizontal-filters .custom-checkbox {
    margin-right: 10px;
}

.horizontal-filters .clear-all-wrapper {
    margin-left: auto;
}

.horizontal-filters .clear-all-btn {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.horizontal-filters .clear-all-btn:hover {
    background-color: #d32f2f;
}

/* Style pour les couleurs */
.horizontal-filters .color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.facet-dropdown {
    border: 0;
    padding: 0;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    border: 1px solid #009487;
    border-radius: 5px;
    margin: 5px;
}
}
.product-features > dl.data-sheet {
    color: #b6c805;;
}
/* Responsive */
@media (max-width: 767px) {
    .horizontal-filters .filters-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .horizontal-filters .facet-dropdown {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .horizontal-filters .facet-button {
        width: 100%;
        justify-content: space-between;
    }
    
    .horizontal-filters .dropdown-menu {
        width: 100%;
    }
    
    .horizontal-filters .clear-all-wrapper {
        margin-left: 0;
        width: 100%;
    }
    
    .horizontal-filters .clear-all-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 767px) {
    .elementor-tab-title {
        padding: 15px 20px !important;
    }
    
    .elementor-tab-title a {
        font-size: 15px;
    }
    
    .elementor-tab-content {
        padding: 15px 20px !important;
    }
}

#add {
    background-color: #009487;
    font-size: 20px;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
#titleprice {
    justify-content: space-between;
}
.type-color {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.input-container {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: center;
}

.input-container:hover {
  border-color: #ccc;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.color-label {
  display: block;
  width: 100%;
}

/* Style pour l'option sélectionnée */
.input-container:has(.input-color:checked) {
  border-color: #000;
  border-width: 2px;
}
.color {
  margin:0;
  border-radius:20px;
}
.sr-only {
    clip:auto;
    position: relative;
    width:auto;
    height :auto;
    margin:-5px 20px;
    color:black;
}
.product-variants > .product-variants-item .color {
   width:20px;
   height :20px;
   margin:5px 0px;
}
.input-container {
   justify-content: space-around;
}
/* Responsive adjustments */
@media screen and (max-width: 768px) {
#add {
        font-size: 14px;
        padding: 5px 10px;
    }
    .product-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    #add {
        font-size: 14px;
        padding: 5px 10px;
    }
    .product-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
    }
}