/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.2.7
*/

/* Make USA shipping notice stick to the top of the site */
.usa-shipping-notice {
    position: fixed;
    top: 0;
    z-index: 1000; /* Ensure it stays above other elements */
    width: 100%;
}

.admin-bar .usa-shipping-notice {
    top: 32px; /* Adjust for the admin bar height */
}


@media (max-width: 782px) {
    .admin-bar .usa-shipping-notice {
        top: 46px; 
    }
}

/* Optional: Add some styling to make it more noticeable */
.usa-shipping-notice {
    background-color: #D61F1F;
    color: #FFF;
    padding: 5px 0;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1224px) and (max-width: 1750px) {
    footer .elementor-element-41d342b4 {
        margin-right: 30px; 
    }
}

@media (min-width: 1024px) and (max-width: 1223px) {
    footer .elementor-element-41d342b4 {
        margin-right: 20px; 
    }
}


@media (min-width: 769px) and (max-width: 1024px) {

    footer .elementor-element-186a2467 > .elementor-container > * {
        width: 48% !important;
    }
}

@media (min-width: 1024px) {
    .usa-shipping-notice {
        text-indent: -315px; /* Adjust font size for larger screens */
    }

}
