/* Hide the MoreNews by AF themes text in the footer */
.site-footer .footer-credit {
    display: none;
}
.mtnm-submit-button {
    background-color: #ff7f11; 
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.mtnm-submit-button:hover,
a.mtnm-submit-button:hover {
    background-color: #ff7f11 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}
/* MTNM-style WooCommerce buttons: orange & square */
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit {
    background-color: #ff6a00;
    color: #ffffff;
    border-radius: 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
    padding: 0.75em 1.5em;
    border: none;
    text-transform: uppercase;
}
/* Hover effect */
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover {
    background-color: #ff6a00;
    color: #ffffff;
}
body.home,
body.page {
  background-color: #000000 !important;
}
body.single-product {
  background-color: #000000 !important;
}
body.single-post {
  background-color: #000000 !important;
}
.site-logo img, .custom-logo {
    max-width: 425px !important;
    height: auto !important;
}
.woocommerce-notices-wrapper,
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: #222222 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
img[src*="Placeholder2"] {
    max-width: 550px !important;
    height: auto !important;
}
.custom-logo {
    filter: brightness(0.85) !important;
}
.related.products {
    display: none !important;
}
.woocommerce-Tabs-panel h2,
.woocommerce-Reviews-title {
    display: none !important;
}
.aft-advertisement-area img {
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
}