/*
 Theme Name:   bootCommerce Child
 Description:  bootScore WooCommerce Child Theme
 Author:       craftwerk - Bastian Kreiter
 Author URI:   https://crftwrk.de
 Template:     bootscore-main
 Version:      5.1.0.0
 Text Domain:  bootscore
*/

/*
Add as many files as you need for development. 
When you're done, merge them all in the style.css file to reduce file requests. 
*/

@import url("css/custom.css");

body {
    /*margin-top: 6rem !important;*/
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

h1, h2, h3, h4, h5, h6, .nav-link {
    font-family: Copperplate, serif !important;
}

div.product-category {
    list-style: none !important;
}

div.product-category > a {
    text-decoration: none !important;
}

div.product-category > a > h2 {
    text-align: center !important;
}

mark.count {
    padding: inherit !important;
    background-color: inherit !important;
}

#nav-main {
    padding-top: 0;
}

a.navbar-brand {
    padding-top: 0;
}

/*@media (max-width: 991px) {*/
/*    body {*/
/*        margin-top: 8rem !important;*/
/*    }*/
/*}*/
