body #wcfm_menu .wcfm_menu_item .wcfmfa {
    display: none;
}

/* body .wcfm_menu_logo,
body .wcfm_menu_no_logo{
    display:none;
} */
body .wcfm_menu_logo {
    aspect-ratio: 1/.8;
    width: 100%;
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;
    padding: 30px;

    background-color: #ffffff;
    box-shadow: none;
}

body .wcfm_menu_logo .wcfm_store_logo_icon {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

body .wcfm_menu_logo .wcfm_store_logo_icon img {
    width: auto;
    height: auto;

    border-radius: 0;
    margin: 0;
}

body .wcfm_menu_toggler {
    display: none;
}

body #wcfm_menu .wcfm_menu_items a.wcfm_menu_item {
    padding: 4rem 2rem;
    height: auto;
    line-height: 1;
}

body #wcfm_menu .wcfm_menu_home {
    margin-top: 0;
}

.wcfm_dashboard_cs_products .wcfmfa {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
}

body div.wcfm-collapse-content h2 {
    font-style: normal;
}

body .woocommerce-MyAccount-content div.wcfm-collapse-content h2 {
    color: black !important;
}

.wcfm_store_for_support {
    display: none;
}

body .support_ticket_content_for .wcfm_store_for_support a,
body .support_ticket_content_for .wcfm_product_for_support a,
body .support_ticket_content_for .wcfm_order_for_support {
    color: #93B297;
    text-decoration: none;
}

body .support_ticket_content_for .wcfm_store_for_support a:hover,
body .support_ticket_content_for .wcfm_product_for_support a:hover,
body .support_ticket_content_for .wcfm_order_for_support:hover {
    text-decoration: underline;
}

body #wcfm_menu .wcfm_menu_items a.wcfm_menu_item .text {
    text-transform: uppercase;
}

body #wcfm-main-contentainer {
    margin-top: 0;
    margin-bottom: 0;
}

body #wcfm-content {
    border: none;
}

body #wcfm-main-contentainer .wcfm-collapse {
    background-color: white;
}

body .wcfm-collapse-content {
    padding: 4.2rem;
}

body .woocommerce-MyAccount-content .wcfm-collapse-content {
    padding: 0;
    background-color: white;
}

.wcfm-collapse .wcfm-collapse-content .wcfm-container {
    background: #fff;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #D0D0D0;
    padding: 1.5rem;
}

body #wcfm-main-contentainer div.wcfm-content {
    margin: 0;
    padding: 0;
}

body #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard,
body #wcfm-main-contentainer a.wcfm_import_export {
    margin-bottom: 0;
}

.add_new_wcfm_ele_dashboard.text_tip .wcfmfa {
    display: none;
}

body #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard,
body #wcfm-main-contentainer a.wcfm_import_export {
    background: #1E4122;
}

body #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard:hover,
body #wcfm-main-contentainer a.wcfm_import_export:hover {
    background: #638666;
}

.wcfm-page-headig {
    display: none !important;
}

body .wcfm-collapse .wcfm-top-element-container {
    margin-top: 0;
}

body #add_new_product_dashboard {
    margin-left: auto;
    padding: 0.6rem 1rem;
}

body #add_new_product_dashboard span {
    color: white;
    font-size: 1.3rem;
}

/*----*/

body #wcfm-main-contentainer .dataTables_wrapper .dt-buttons a.dt-button,
body #wcfm-main-contentainer .wcfm_dashboard_notifications_show_all a.wcfm_submit_button {
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.7rem 1rem !important;
    background: var(--cs-color-button2);
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.3s;
    border: none;
}

body #wcfm-main-contentainer .dataTables_wrapper .dt-buttons a.dt-button {
    padding: 0.4rem 0.5rem !important;
}

body #wcfm-main-contentainer .dataTables_wrapper .dt-buttons a.dt-button:hover,
body #wcfm-main-contentainer .wcfm_dashboard_notifications_show_all a.wcfm_submit_button:hover {
    background: var(--cs-color-button2-hover);
}

ul.wcfm_products_menus li a:hover,
#wcfm-main-contentainer ul.wcfm_orders_menus li a:hover {
    text-decoration: underline;
}

.wcfm-date-range {
    width: 24rem !important;
}

#wcfm-main-contentainer .dataTables_wrapper .dataTables_filter input {
    width: 24rem !important;
}

/* --- */

#wcfm_cus_note_submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: white;
    background: var(--cs-color-button-hover);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 1rem;
}

#wcfm_cus_note_submit:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

#wcfm_cus_add_note {
    width: 100%;
    max-width: 800px;
    height: 100px;
    margin-bottom: 1rem;
}

/* */


#wcfm_support_submit_button {
    display: inline-block;
    border-radius: 2rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
    background: var(--cs-color-button);
    padding: 1.5rem 2rem;
}

#wcfm_support_submit_button:hover {
    background: var(--cs-color-button-hover);
}

/** **/

body ul.wcfm_support_menus li a,
body ul.wcfm_subscriptions_menus li a {
    color: #93B297;
    text-decoration: none;
}

body ul.wcfm_support_menus li a:hover,
body ul.wcfm_subscriptions_menus li a:hover {
    text-decoration: underline;
}

body .wcfm_support_by_customer {
    color: #93B297;
}

body .wcfm-support-product {
    color: #93B297;
}

body .support_ticket_info .support_ticket_by .support_ticket_by_customer {
    color: #93B297;
}

body .support_ticket_reply_author img {
    display: none;
}

body #orders_details_general_expander a,
body #orders_details_items_expander a {
    color: #93B297 !important;
}

body #wcfm-main-contentainer .wcfm_filters_wrap.wcfm_vendors_filter_wrap .select2-container,
body #wcfm-main-contentainer #wcfm-products_wrapper .wcfm_products_filter_wrap .select2-selection--single,
body #wcfm-main-contentainer #wcfm-products_wrapper .wcfm_filters_wrap .select2-container,
body #wcfm-main-contentainer #wcfm-products_wrapper .wcfm_products_filter_wrap .select2-container,
body #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-container,
body #wcfm-main-contentainer .wcfm_enquiry_filter_wrap .select2-selection--single,
body #wcfm-main-contentainer .wcfm_subscription_filter_wrap .select2-selection--single,
body #wcfm-main-contentainer .wcfm_filters_wrap .select2-container,
body #wcfm-main-contentainer .wcfm_products_filter_wrap .select2-selection--single {
    width: 100% !important;
    max-width: 200px;
}

body #wcfm-main-contentainer table a:visited,
body #wcfm-main-contentainer table a {
    color: var(--cs-color-link);
}

body #wcfm-main-contentainer table .customer-orderno a:visited,
body #wcfm-main-contentainer table .customer-orderno a,
body #wcfm-main-contentainer table .booking-orderno a:visited,
body #wcfm-main-contentainer table .booking-orderno a {
    color: #FFF;
}

body #wcfm-main-contentainer table a:hover {
    text-decoration: underline;
}

body #wcfm-main-contentainer .wcfm-date-range {
    width: 100%;
    max-width: 400px;
}


body #wcfm-main-contentainer .wcfm_support_filter_wrap.wcfm_enquiry_filter_wrap>*,
body #wcfm-main-contentainer .wcfm_subscription_filter_wrap.wcfm_filters_wrap>*,
body #wcfm-main-contentainer .wcfm_subscription_filter_wrap.wcfm_enquiry_filter_wrap>*,
body #wcfm-main-contentainer .wcfm_vendors_filter_wrap.wcfm_filters_wrap>* {
    display: inline-block;
}

#wcfm-main-contentainer .wcfm_menu_toggler.ws_wcfm_menu_toggler {
    background-color: var(--cs-color-button2);
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 999999;
    font-size: 2.5rem;
}

.wcfm_responsive_menu_toggle.wcfm_menu_toggle+.ws_wcfm_menu_toggler:before {
    content: '\f0c9';

}

.wcfm_responsive_menu_toggle+.ws_wcfm_menu_toggler:before {
    content: '\f00d';
}

#wcfm-main-contentainer .wcfm_menu_toggler.ws_wcfm_menu_toggler:before {
    color: #FFF;
}

body #wcfm-main-contentainer table.display {
    font-size: 1.4rem
}

body #wcfm-main-contentainer span.view_count {
    font-size: 1.4rem
}

body #wcfm-main-contentainer .show_order_items {
    font-size: 1.4rem
}

#wcfm_settings_form_payment_expander>h2 {
    float: none;
    margin-bottom: 3rem;
    display: block;
}

#cs-settings-container .wcfm-top-element-container {
    text-align: left;
}

#cs-settings-container {
    margin-top: 2.1rem;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 10%), 0 3px 4px 0 rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    position: relative;
}

#cs-settings-container .wcfm-container {
    border: none;
    padding: 0;
}

#cs-settings-container #wcfm_settings_submit {
    text-align: center;
    padding-top: 3rem;
}

#wcfm-main-contentainer #cs-settings-container input.wcfm_submit_button {
    background: var(--cs-color-button2);
    padding: 1.5rem 2rem !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
    color: white;
    letter-spacing: 0 !important;
    float: none !important;
    margin: 0 !important;
    border-radius: 10px !important;
}

#wcfm-main-contentainer #cs-settings-container input.wcfm_submit_button:hover {
    background: var(--cs-color-button2-hover) !important;
    color: white !important;
}

#wcfm_settings_form .page_collapsible {
    display: none;
}

#wcfm_settings_form .wcfm-tabWrap {
    height: auto !important;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#wcfm_settings_form .wcfm-container {
    position: relative !important;
    width: 100% !important;
    display: block !important;
}

table#wcfm-products td>img {
    min-width: 15rem;
}

.wcfm-content .wcfm-action-icon-cs {
    margin-bottom: 0.5rem;
}

.wcfm-content .wcfm-action-icon-cs a {
    color: #3B3A40 !important;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8rem;
    text-decoration: underline;
}

.wcfm-content .wcfm-action-icon-cs a:hover {
    color: var(--cs-color-link) !important;
}


#wcfm_products_listing .wcfm-top-element-container {
    display: flex;
    max-height: 100%;
    align-items: center;
}

#wcfm_products_listing ul.wcfm_products_menus {
    float: none;
}

#btn_add_product {
    margin-left: auto;
}


body #wcfm-main-contentainer .cs-warning {
    display: block;
    margin-bottom: 2.5rem;
    text-align: center;
}

.theme-prisme div.wcfm-collapse-content h2.cs-title {
    width: 100%;
    margin-bottom: 3.5rem;
}

.theme-prisme div.wcfm-collapse-content h2.cs-title span {
    text-transform: none;
}

.theme-prisme div.wcfm-collapse-content h2.cs-title:before {
    display: block;
    position: absolute;
    /* background: #E4EBE5; */
    height: 2.2rem;
    width: 52rem;
    content: '';
    z-index: 2;
    bottom: 0;
    margin-left: -4.2rem;
}

.cs-pagination-dashboard {
    font-size: 1.6rem;
    color: #1E4122;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-pagination-dashboard>* {
    margin: 1.2rem;
}

.cs-pagination-dashboard .next.page-numbers,
.cs-pagination-dashboard .prev.page-numbers {
    font-size: 1.2rem;
}

.cs-pagination-dashboard .page-numbers.current {
    color: #fff;
    background-color: #1E4122;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.demand_to_handle_notification {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--cs-color-button2);
    line-height: 2.5rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
}

.list-filter {
    margin-bottom: 2rem;
}

.list-filter .form-control {
    max-width: 30rem;
}

.list-prefilter {
    position: absolute;
    left: 58rem;
    top: 7rem;
    display: flex;
    gap: 6rem;
}

.list-prefilter a {
    font-size: 1.5rem;
    color: black;
}

.list-prefilter a.selected {
    text-decoration: underline;
    font-weight: bold;
}


.wcfm-wp-fields-uploader {
    max-width: 200px;
}

#wcfm-main-contentainer select#cs_civilite {
    padding: 8px 10px;
    margin-bottom: 15px;
}


@media screen and (max-width: 1400px) {
    body .wcfm-collapse-content {
        padding: 2rem;
    }
}

@media screen and (max-width: 992px) {
    body #wcfm-main-contentainer .wcfm_menu_toggler {
        display: block;
    }

    body #wcfm-main-contentainer .wcfm_responsive_menu_toggle {
        width: 30%;
    }

    body #wcfm-main-contentainer .wcfm-collapse {
        width: 70%;
    }

    body #wcfm-main-contentainer .wcfm_responsive_menu_toggle.wcfm_menu_toggle {
        width: 1%;
    }

    body .wcfm_dashboard_stats {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    body .wcfm_dashboard_stats_block {
        flex-basis: calc(50% - 1rem);
        margin: 0;
    }

    body .wcfm_dashboard_wc_status_data,
    body .wcfm_dashboard_wc_status_graph {
        width: 100%;
        display: block;
    }


    body .wcfm-collapse .wcfm-top-element-container {
        text-align: center;
    }

    body ul.wcfm_products_menus {
        margin-bottom: 2rem;
        width: 100%;
    }

    body ul.wcfm_products_menus,
    body #wcfm-main-contentainer a.add_new_wcfm_ele_dashboard {
        float: none;
        display: inline-block;
    }

    .wcfm-content div.dt-buttons,
    #wwcfm_orders_listing_expander #wcfm-orders_filter,
    #wcfm-shop-customers_wrapper #wcfm-shop-customers_filter {
        float: none;
        text-align: center;
    }

    body .wcfm_orders_filter_wrap {
        width: 100%;
        display: inline-block;
        margin-top: 14px !important;
    }

    body #wcfm_menu {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        text-align: left !important;
        border-top: 0;
        border-right: 0;
        z-index: 10011;
        overflow: hidden;
    }

    body #wcfm_menu .wcfm_menu_item span.text {
        font-size: 1.3rem;
    }

    body #wcfm_menu .wcfm_menu_items a.wcfm_menu_item {
        padding: 1.6rem 2rem;
    }

    #wcfm-main-contentainer div.wcfm-content {
        text-align: center;
    }

    body .wcfm_filters_wrap {
        margin-top: 14px !important;
    }
}

@media screen and (max-width: 768px) {

    #wcfm_menu_cs_form {
        display: none;
    }

    body #wcfm_menu {
        top: 0;
    }

    body #wcfm-main-contentainer .wcfm_responsive_menu_toggle.wcfm_menu_toggle {
        width: 0;
        top: 0;
    }

    body #wcfm-main-contentainer .wcfm_responsive_menu_toggle,
    body #wcfm-main-contentainer .wcfm-collapse {
        width: 100%;
    }

    body #wcfm_menu .wcfm_menu_items a.wcfm_menu_item {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    body #wcfm_menu .wcfm_menu_items {
        width: auto;
        height: auto;
    }





}



@media screen and (max-width: 500px) {
    body .wcfm_dashboard_stats_block {
        flex-basis: 100%;
    }
}