@media (max-width: 768px) {
    #content #main > header {
        margin: 20px 0 0 !important;
        border-width: 0 !important;
    }
    #content #main > header > h1 {
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    #content #main > .products {
        margin-top: 1.5em !important;
    }
}
.woocommerce-products-header {
    padding: 2em 0 !important;
}
.term-description {
    text-align: justify !important;
    margin: 0 auto !important;
    padding-top: 1em;
    line-height: 1.2 !important;
    font-family: 'ModernSans Light' !important;
    font-size: 16px !important;
}
@media screen and (min-width: 767px){
    .term-description p {
        margin: 0 !important;
    }
}

.storefront-sorting {
    width: 220px !important;
    margin-bottom: 1.2em !important;
}
.storefront-sorting form {
    float: inline-start !important;
    width: 220px !important;
    margin: 0 !important;
}
.storefront-sorting form > .select2 {
    width: 100% !important;
}
#main > .woocommerce-pagination {
    margin-top: -2em !important;
    padding-bottom: 3em !important;
}

.short-description {
    margin-top: 5px;
    line-height: 1 !important;
    font-family: 'ModernSans Light' !important;
    font-size: 16px !important;
    color: #666 !important;
}
ul.products li.product .price {
    font-size: 13px !important;
    color: #bbb !important;
}
.recent_products {
    padding: 0 3rem !important;
}

@media screen and (max-width: 767px){
    #main header {
        margin-bottom: 5em !important;
        border-bottom: 1px solid #eee !important;
        padding-bottom: 1em !important;
    }
    #main header .term-description {
        width: 100% !important;
    }
    .recent_products {
        padding: 0 1rem !important;
    }
}

.attachment-woocommerce_thumbnail {
    border-radius: 0 !important;
}