/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

footer.copyright .col-full {
    align-items: top;
}

.site-footer{
    text-align: center;
    align-items: center;
    padding: 1rem 0;
}

.below-content {
    text-align: center;
    align-items: center;
    background-color: #dfa699;
}

@media (min-width: 993px) {
    .shoptimizer-primary-navigation {
        display: flex;
	justify-content: center;
	padding: 10px 0 10px 0;
    }
}



