/* ==========================================================================
   SHOP / CATEGORY / TAG PAGES
   ========================================================================== */

.woocommerce-result-count,
.woocommerce-ordering,
.nv-woo-filters{
    display:none;
}

.banner-container{
    width:100%;
    height:200px;
    overflow:hidden;
    text-align:center;
}

#bannerImage{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tab-container{
    display:inline-block;
    position:relative;
    top:-50px;
    left:20px;
    padding:10px 20px;
    background:#fff;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.tab-text{
    font-size:34px;
    color:#000;
}

.paragraph-container{
    margin-top:-50px;
    padding-bottom:30px;
    line-height:1.5;
}

.greyOverlay{
    filter:grayscale(0%) brightness(95%);
}

.new-customer-deals1{
    text-align:center;
    font-weight:bold;
}

.new-customer-deals2{
    position:relative;
    top:-20px;
}
