

/* Call Google Font Italiana */

@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Italiana');



/* Main navigaaton font change to Italiana */

.navPages-action {
    color: #757575;
    display: block;
    font-size: 18px !important;
    font-weight: 700;
    padding: 0.77778rem 0;
    text-decoration: none;
    letter-spacing: 0.0825em;
    margin-left: 15px;
    text-transform: uppercase;
        font-family: 'Italiana';
}



/* Hide "page has no products" from catagories pages bottom" */

.category-noProducts {
font-size: 0 !important;
}


/* Center products on all products pages */

.page-sidebar+.page-content {
    width: 100%;
}



/* mobile logo larger */

@media (max-width: 801px){
body {
padding-top: 10rem; 
} 
.header-logo-image-unknown-size {
max-height: 8rem;
}
.navPages-container.is-open { padding-top: 10rem;} 
}


/* Smaller product titles for mobile */

@media screen and (max-width: 700px) {
.card-title {
    font-size: 10px;
    margin: 0 0 0.25rem;
}