/* Begin Additional CSS Styles */

/* FOND GENERAL */
html,
body,
#art-main,
.art-sheet {
    background: #FBF3E8 !important;
}

/* MASQUAGE DES MESSAGES VIDES */
.art-messages {
    display: none !important;
}

/* MENU PRINCIPAL - MAXIMENU CK */
div#maximenuck125,
div#maximenuck125 ul.maximenuck {
    background: #FBF3E8 !important;
    border: none !important;
}

/* TEXTE DU MENU */
div#maximenuck125 li.maximenuck > a.maximenuck,
div#maximenuck125 li.maximenuck > a.maximenuck:link,
div#maximenuck125 li.maximenuck > a.maximenuck:visited,
div#maximenuck125 li.maximenuck > a.maximenuck span,
div#maximenuck125 span.titreck {
    color: #112131 !important;
    font-weight: bold !important;
}

/* FINE SEPARATION SOUS LE MENU */
div#maximenuck125 {
    border-bottom: 1px solid #112131 !important;
}
/* FOND ZONE CATEGORIES HIKASHOP */
div.hikashop_subcategories {
    background: #FBF3E8 !important;
}
/* FOND PRINCIPAL DU CONTENU */
.art-content > .art-post {
    background: #FBF3E8 !important;
}
/* BOUTONS CATEGORIES GAUCHE */
.hikashop_subcontainer_border {
    border: 1px solid #112131 !important;
    border-radius: 8px !important;
}
.hikashop_subcontainer_border:hover {
    border-color: #AECB06 !important;
}
/* FIL D'ARIANE */
.breadcrumbs {
    background: #FBF3E8 !important;
    border: none !important;
    border-bottom: 1px solid #112131 !important;
    border-radius: 0 !important;
}
/* CONTENEUR DU FIL D'ARIANE */
.art-post:has(.breadcrumbs) {
    background: #FBF3E8 !important;
    box-shadow: none !important;
    border: none !important;
}
/* BARRE ETAPES PANIER */
.hikashop_wizardbar {
    background: #FBF3E8 !important;
}
/* Baseline sous le logo Nature Matériaux */
.art-nostyle .custom p {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600;
  }
/* Police du menu principal Maximenu */
#maximenuck125 a.maximenuck,
#maximenuck125 span.titreck {
    font-family: Raleway, Arial, sans-serif !important;
}
/* RECHERCHE HIKASHOP */
#hikashop_filter_main_div_module_171 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
}

/* Champ de recherche */
#hikashop_filter_main_div_module_171 input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    border: 1px solid #112131 !important;
    border-radius: 6px !important;
    font-family: Raleway, Arial, sans-serif !important;
    font-size: 15px !important;
    background: #FFFFFF !important;
    color: #112131 !important;
}

/* Bouton Rechercher */
#hikashop_filter_main_div_module_171 input[type="submit"],
#hikashop_filter_main_div_module_171 button {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 18px !important;
    border: 1px solid #AECB06 !important;
    border-radius: 6px !important;
    background: #AECB06 !important;
    color: #112131 !important;
    font-family: Raleway, Arial, sans-serif !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

/* Survol du bouton */
#hikashop_filter_main_div_module_171 input[type="submit"]:hover,
#hikashop_filter_main_div_module_171 button:hover {
    background: #112131 !important;
    border-color: #112131 !important;
    color: #FFFFFF !important;
  }
/* MASQUER NOUVEAUTES ET PROMOS DANS LA COLONNE GAUCHE */
#hikashop_category_information_module_117 .hikashop_category:has(a[href*="nouveautes"]),
#hikashop_category_information_module_117 .hikashop_category:has(a[href*="promos"]) {
    display: none !important;
}


/* End Additional CSS Styles */