#NewArrivalsWrapper {
    margin: 0em 0em;
    background: rgba(0, 0, 0, 0.4);
}
#NewArrivalsWrapper h3 {
    padding: 10px;
    margin: 0px;
}
#NewArrivals {
    width: 100%;
    margin: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
#NewArrivals #listedItems {
    white-space: nowrap;
}
#NewArrivals #listedItems li {
    width: 200px;
    margin: 0px 1px 0px 0px;
    white-space: normal;
}
#NewArrivals #listedItems .listingDescription {
    height: 150px;
    font-weight: 400 !important;
    font-size: 12px;
}
#NewArrivals #listedItems .listingActionBar {
    background: black;
}
#NewArrivals #listedItems .listingShipping {
    display: none;
}
#NewArrivals #listedItems .listingTitle {
    white-space: nowrap;
    height: auto;
    background: none;
}
#NewArrivals #listedItems .listingPrice {
    font-size: 16px;
}
#NewArrivals #listedItems .listingTitle a {
    color: #AAAAAA !important;
}
#NewArrivals #listedItems .listingImageWrapper img {
    height: 12rem;
}
.browseMore {
    height: 100%;
    margin: 0px !important;
    padding: 10em 0em !important;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
/** Mobile Portrait **/
@media all and (min-width: 800px) and (orientation: portrait) 
{
    #NewArrivals {
    }
    #NewArrivals #listedItems .listingImageWrapper img {
        height: 30rem;
    }
    #NewArrivals #listedItems li {
        width: 40rem;
    }
    #NewArrivals #listedItems .listingDescription {
        height: 30rem;
        padding: 0em 1em;
        font-size: 1.75rem;
    }
    #NewArrivals #listedItems .listingPrice {
        font-size: 2rem;
    }
    #NewArrivals #listedItems .listingShipping {
        font-size: 1rem;
    }
    #NewArrivals #listedItems .listingTitle {
        height: 5rem;
        font-size: 3em;
        padding: 0.3em 0.5em;
    }
    #NewArrivals #listedItems .listingTitle a {
        font-size: 1.5em;
    }
    .browseMore {
        font-size: 3em;
    }
}