/*
Theme Name: Dolcino Child
Theme URI: https://dolcino.qodeinteractive.com/
Description: A child theme of Dolcino Theme
Author: Mikado Themes
Author URI: https://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: dolcino
Template: dolcino
*/
.mkdf-accordion-holder.mkdf-ac-simple .ui-widget-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
	font-family: "Montserrat" !important;
	font-size: 16px!important;
}

.mkdf-accordion-holder.mkdf-ac-simple .ui-accordion-content {
    background: transparent !important;
    border: 0 !important;
	font-family: "Montserrat" !important;
	font-size: 16px!important;
}

.mkdf-accordion-holder.mkdf-ac-simple .ui-accordion-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mkdf-accordion-holder.mkdf-ac-simple .mkdf-accordion-title {
    border-bottom: 1px solid #c19d56 !important;
    border-radius: 0 !important;
}


/* Conteneur global des tabs */
.mkdf-tabs.mkdf-tabs-simple.ui-widget,
.mkdf-tabs.mkdf-tabs-simple.ui-widget-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
	font-family: "Montserrat" !important;
	font-size: 16px!important;
}

/* Barre des onglets */
.mkdf-tabs.mkdf-tabs-simple .ui-tabs-nav,
.mkdf-tabs.mkdf-tabs-simple .ui-widget-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Chaque onglet */
.mkdf-tabs.mkdf-tabs-simple .ui-tabs-tab,
.mkdf-tabs.mkdf-tabs-simple .ui-state-default {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Contenu des onglets */
.mkdf-tabs.mkdf-tabs-simple .mkdf-tab-container,
.mkdf-tabs.mkdf-tabs-simple .ui-tabs-panel,
.mkdf-tabs.mkdf-tabs-simple .ui-widget-content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mkdf-tabs.mkdf-tabs-simple .ui-tabs-tab.ui-tabs-active {
    border-bottom: 1px solid #c19d56 !important;
}