/*

 Theme Name:  th-shop-mania Child
 Theme URI:   https://example.com/
 Description: Child theme for the th-shop-mania theme.
 Author:      Roomi Merchant
 Template:    th-shop-mania
 Version:     1.0.2
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: th-shop-mania-child

*/

header>.main-header .custom-logo-link img {
    max-width: 100px;
}

header>.woocommerce-store-notice.demo_store {
    position: unset;
}

header>.main-header {
    padding: 10px 0;
}

header .seller-register {
    padding-right: 10px;
    border-right: 1px solid;
    width: max-content !important;
}

.woocommerce-checkout .wc-block-components-product-metadata__description,
.woocommerce-store-notice__dismiss-link,
footer .widget-footer-col3,
.single-product .product_meta>span:nth-last-child(2) {
    display: none;
}

.contact-section input.wpcf7-submit {
    background: black;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 3px;
    font-weight: 500;
    border: 0;
}

footer .widget-footer-wrap {
    justify-content: space-between;
}

@media (max-width: 767px) {
    header>.main-header .custom-logo-link img {
        max-width: 60px;
    }

    #wcfm-main-content a.add_new_wcfm_ele_dashboard span.text {
        display: inline-block;
        color: white;
    }

    .responsive-main-header .thunk-icon-market>* {
        margin-left: 0 !important;
    }

    header .seller-register a {
        letter-spacing: 0;
    }

    footer .widget-footer-col4 a {
        word-break: break-all;
    }
}