.category-title {
    margin-top: 5px;
    margin-bottom: 8px;    
}
.category-icon {
    display: inline; 
    height: 26px; 
    margin-right: 5px;
}
.overview-wrap {
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    margin-bottom: 35px;
}
.overview-background {
    opacity: 0.22;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border: 1px solid #777;
    border-radius: 17px;
}
.overview-content {
    position: relative;
    font-size: 9pt;
    width: 80%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.overview-header, .overview-footer {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.overview-header {
    margin-bottom: 12px;
}
.overview-footer {
    margin-top: 12px;
    margin-bottom: 12px;
}
@media (max-width: 600px) {
    .overview-header, .overview-footer {
        font-size: 14px;
    }
    p.category-overview {
        margin-bottom: 20px;
    }
}
@media (max-width: 475px) {
    .overview-header, .overview-footer {
        font-size: 13px;
    }
    p.category-overview {
        margin-bottom: 30px;
    }
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.products-grid a {
    text-decoration: none;
}
.products-grid .item {
    flex-grow: 1;
    width: 20vw;
    max-width: 20vw;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 35px;
}
h2.post-title {
    line-height: normal;
    margin-top: 0px;
    padding-top: 14px;
    margin-bottom: 0px;
    background-color: #f4f4f4;
    padding-bottom: 6px;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
.post-metadescription {
    text-align: left;
    padding: 10px;
    background-color: #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (min-width: 1280px) {
    .products-grid .item {
        width: 22%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
}
@media (max-width: 870px) {
    #easy-to-edit-div {
        margin-right: 10px;
    }
    #share-invites-div {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    #easy-to-edit-div {
        margin-right: 0px;
    }
    #share-invites-div {
        margin-left: 0px;
    }
    .products-grid .item {
        width: 42.4vw;
        max-width: 42.4vw;
    }
}
@media (max-width: 450px) {
    .products-grid {
        margin-top: 0px;
    }
    .products-grid .item {
        padding-bottom: 20px;
    }
}
.products-grid {
    border: 0px solid #E4E4E4;
}
.products-grid nav {
    display: contents;
}
.products-grid .post-image {
    border: 0px solid #E4E4E4;
}
.products-grid .post-image img {
    /*border-radius: 20px;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    width: 99.5%;
}
.products-grid .post-image-bottom {
    border: 0px solid #E4E4E4;
}
.products-grid .product-name {
    padding: 15px 0 7px;
    font-size: 1em;
    margin: 0px;
}
.products-grid .product-name a {
    font-weight: normal;
    color: #333333;
}

.products-grid .product-name-span {
    display: inline-block;
}
.products-grid .product-name-span::first-line {
    font-weight: bold;
}
.products-grid .product-gender-span {
    font-style: italic;
}

.products-grid .post-title a {
    color: #333333;
    font-size: 18px;
}
.products-grid .price-box {
    padding: 3px 0;
}
.products-grid .actions {
    padding: 10px 0;
    display: none;
}
.products-grid .regular-price .price {
    font-size: 16px;
}
.products-grid .add-to-links {
    font-size: 11px;
    padding: 0 20px 0 20px;
}
.breadcrumbs {
   margin-top: 10px;   
}
li.breadcrumb {
    display: inline;
}
li.breadcrumb a {
    font-size: 14px;
}
li.breadcrumb {
    font-size: 11px;
    vertical-align: bottom;
    padding-bottom: 4px;
}
li.breadcrumb span {
    font-size: 14px;
}
.listings-footer {
    padding-bottom: 18px;
}
.Row.linkjuice {
    display: block;
}
.blog-category-to-shop-category {
    text-align: center;
    font-size: 14px;
    color: #4e9689;
}
.blog-category-to-shop-category a, .blog-category-to-shop-category a:visited {
    font-size: 14px;
    color: #4e9689;
}
.middle-of-funnel {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
#easy-to-edit-div, #share-invites-div {
    /*float: left;*/
    display: block;
    width: 400px;
    margin-bottom: 12px;
    border: 1px solid #60c3b7;  
    background-color: white;
    border-radius: 11px;
}

@media (max-width: 767px) {
    .middle-of-funnel {
        flex-flow: wrap; 
    }
    .blog-category-to-shop-category {
        font-size: 13px;
    }
    .blog-category-to-shop-category a, .blog-category-to-shop-category a:visited {
        font-size: 14px;
    }
}
@media (max-width: 450px) {
    .blog-category-to-shop-category {
        font-size: 13px;
    }
    .blog-category-to-shop-category a, .blog-category-to-shop-category a:visited {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    li.breadcrumb span {
        font-size: 11px;
    }
    .category-title h1 {
        font-size: 21px;
    }
}
