/*
Theme Name: Manufacturer Child
Theme URI: https://themeforest.net/item/manufacturer-factory-industrial-business-wordpress-theme/22672753
Description: Factory & Industrial Business WordPress Theme
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Version: 1.0
Template: manufacturer
*/

body, h1, h2, h3, h4, h5, h6, p, b, strong {
    font-family: "Proxima Nova Rg" !important;
}
.login_card .btn_inline_style{
    background-color: #0047ab;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-top: 5px !important;
    display: inline-block;
    text-transform: none;
}
.login_card .btn_inline_style:hover{
    color: #ffffff;
}
.login_card .btn_inline_style::before{
    background-color: #fff;
    display: none;
}
.login_card .man_service_block h4 {
    margin: 10px 0;
}
.login_card {
    text-align: center;
}
body.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders,
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address,
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account,
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    display: none;
}

body.page-template-search_manufacturer .site-content,
body.page-template-create_manufacturer .site-content {
    margin: 0 10px;
}

.manufacturer_result_t {
    width: 100%;
    overflow-x: auto;  /* Enable horizontal scroll */
    -webkit-overflow-scrolling: touch;
}

.mf_result_list{
    width: 100%;
    min-width: 600px;  /* Ensure it doesn’t shrink too much */
    border-collapse: collapse;
}
.mf_result_list::-webkit-scrollbar {
    height: 6px;  /* Thin scrollbar */
}

.mf_result_list::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Light background */
}

.mf_result_list::-webkit-scrollbar-thumb {
    background: #888;  /* Scrollbar color */
    border-radius: 3px;
}

.mf_result_list::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Darker on hover */
}
.scroll-hint {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    animation: fadeInOut 2s infinite;
}
/* .mp_wrapper.mepr-subscriptions-wrapper.table-responsive .mepr-pro-account-table__col-actions {
    height: 50px;
} */

@keyframes fadeInOut {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}
/* @media only screen and (max-width: 1024px) {
    
} */
@media (max-width: 1024px) {
    .man_intro_cont {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .scroll-hint {
        display: block;
    }
    .man_intro_cont {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .man_page .man_intro_cont, .man_page .man_intro h1 {
        font-size: 40px;
    }
    .breadcrumbs {
        display: block;
    }
    .breadcrumbs, .breadcrumbs a, .breadcrumbs a span {
        font-size: 16px;
    }
    #material-form {
        width: auto;
        margin: 80px auto;
    }
    .page-template-search_manufacturer #search_results {
        text-align: center;
        width: 100%;
    }
    .user-materials-section .dataTables_filter {
        margin-bottom: 10px;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: flex;
        --n-tabs-content-display: flex;
    }
}

@media (max-width: 500px) {
    .man_page .man_intro_cont {
        padding-top: 120px;
        padding-bottom: 20px;
        font-size: 25px;
    }
    .man_page .man_intro h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.logged-out-only {
    display: block;
}
.logged-in .logged-out-only {
    display: none;
}