#ready-marketplace .rdy-mp-featured-products {
    padding: 48px;
    background: #F7F7F7;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-wrapper:nth-child(3) {
    margin-top: 48px;
}

#ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper {
    /* padding-top: 1rem; */
    padding-bottom: 8px;
}

#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-intro .rdy-mp-prod-type {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link {
    text-decoration: none;
    color: #000;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards {
    background: #FFFFFF;
    border: 1px solid rgba(196, 196, 196, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards:hover {
    border: 1px solid rgba(196, 196, 196, 0.25);
    -webkit-box-shadow: 0px 4px 25px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 4px 25px rgba(199, 199, 199, 0.5);
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content {
    padding: 0.5rem;
    background: #36C2CC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.5rem;
    height: 113px;
    max-height: 113px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-info-wrapper .product-owner {
    font-size: 13px;
    line-height: 19px;
    color: #3E3E3E;
    margin-bottom: 0.5rem;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-info-wrapper .prod-card-title {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    height: 46px;
    font-size: 16px;
    line-height: 22px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-subs img {
    width: 66px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-image span.card-content-img img {
    width: 78px;
    height: 60px;
    display: block;
}

#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-subs {
    /* border-top: 1px solid #D9D9D9; */
    background: #36C2CC;
    padding: 10px;
}

#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-subs img {
    margin-right: 8px;
    width: 46px;
    height: 54px;
}

#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content {
    min-height: 100px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-subs img:nth-child(2) {
    margin: 0 1rem;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper span.prod-card-summary {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1B6166;
    max-height: 106px;
    height: 61px;
    margin-bottom: 8px;
}
#ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper .feature-prod-card{
    margin-top: 1.5rem;
}

#ready-marketplace .rdy-mp-featuredProducts-mobile {
    display: none;
    background: #F7F7F7;
}
#ready-marketplace .rdy-mp-prod-card-wrapper::-webkit-scrollbar {
    width: 4px;
}
#ready-marketplace .rdy-mp-prod-card-wrapper::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}
#ready-marketplace .rdy-mp-prod-card-wrapper::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    outline: 1px solid #FFFFFF;
}
#ready-marketplace .rdy-mp-prod-card-wrapper::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
}

@media only screen and (min-width: 1440px) {
    #ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards {
        max-width: 380px;
        height: 232px;
    }

    #ready-marketplace .rdy-mp-featured-products [data-badges="true"] .rdy-mp-product-cards-link .rdy-mp-product-cards {
        height: 287px;
    }
}

@media only screen and (max-width: 992px) {
    #ready-marketplace .rdy-mp-content .rdy-mp-featured-products {
        display: none;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile {
        padding: 1rem;
        display: block;
        position: relative;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .prod-tile .rdy-mp-prod-type {
        font-size: 19px;
        line-height: 25px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .prod-title {
        font-size: 20px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .see-all-link-wrapper {
        position: absolute;
        top: 0;
        right: 16px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper {
        display: flex;
        flex-wrap: nowrap;
        padding-top: 1rem;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 2rem;
        /*display: grid;
        -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 1.5rem;*/
    }

    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link {
        text-decoration: none;
        color: #000;
        margin-right: 13px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card {
        background: #FFFFFF;
        border: 1px solid rgba(196, 196, 196, 0.25);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.5rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 300px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-image .card-content-img img {
        width: auto;
        height: 60px;
        display: block;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.5rem;
        background: #36c2cc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0.5rem;
        white-space: initial;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0.5rem;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-info-wrapper .product-owner {
        font-size: 13px;
        line-height: 19px;
        color: #6B6B6B;
        margin-bottom: 0.5rem;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-info-wrapper .prod-card-title {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 1.65;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: normal;
        margin-bottom: 8px;
        height: 58px;
    }
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-info-wrapper .prod-card-summary {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #1B6166;
    }

    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-info-wrapper .prod-card-summary p {
        white-space: initial; /* might require white-space: normal; for IE */
    }

    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .product-subs {
        /* border-top: 1px solid #D9D9D9; */
        background: #36C2CC;
        padding: 10px;
    }

    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .product-subs img {
        width: 66px;
        margin-right: 8px;
    }

}
@media only screen and (max-width: 1024px) {
    #ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards {
        width: 300px;
    }
    #ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content {
        padding-bottom: 0;
    }
    #ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper span.prod-card-summary {
        margin-bottom: 0;
    }
    }
#ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-subs {
    height: 32px;
}
#ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .featured-prod-cards .prod-card-wrapper .prod-card-link .prod-card .product-card-content .product-subs img {
    width: auto;
    height: 32px;
    display: inline-block;
}
#ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .see-all-link-wrapper {
    text-align: center;
    margin-top: 1rem;
}
#ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .see-all-link-wrapper a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #05758A;
}
@media only screen and (max-width: 576px) {
    #ready-marketplace .rdy-mp-content .rdy-mp-featuredProducts-mobile .see-all-link-wrapper {
        position: unset;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root     #ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards {
        height: 293px;
    }
/*
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .rdy-mp-featured-products .rdy-mp-product-cards-link .rdy-mp-product-cards .product-card-content .product-info-wrapper .prod-card-title {
        height: 148px;
    }
    _::-webkit-full-page-media, _:future, :root #ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper span.prod-card-summary {
        max-height: 175px;
        height: 175px;
    }*/

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ready-marketplace .rdy-mp-featured-products .rdy-mp-prod-card-wrapper span.prod-card-summary {
        max-height: 105px;
        height: 105px;
    }
}