/*----------------------------------------------------------------
OVERRIDE
-------------------------------------------------------------------*/
#breadcrumbs{
    display: none !important;
}
#category h2{
    margin-top: 30px;
}
/*----------------------------------------------------------------
HERO
-------------------------------------------------------------------*/
#hero .btn{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translatex(-50%);
    width: 230px !important;
}

#hero{
    position: relative;
}

#hero .arrow{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    background: #007BBE;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#hero .arrow.next{
    right: 0;
}
#hero .arrow.prev{
    left: 0;
}

@media(max-width: 767px){
    #hero .btn{
        position: static;
        margin: 10px auto;
        transform: translatex(0);
        width: 230px !important;
    }
    #hero .arrow{
        display: none !important;
    }
}


/*----------------------------------------------------------------
FEATURED
-------------------------------------------------------------------*/
#featured_products{
    margin: 40px 0 0;
}

/*----------------------------------------------------------------
POPULAR
-------------------------------------------------------------------*/
#popular_products{
    margin: 40px 0 0;
}

/*----------------------------------------------------------------
NEW
-------------------------------------------------------------------*/
#new_products{
    margin: 40px 0 0;
}

#category h2 mark{
    display: none;
}

#category h2{
    padding: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#category ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img{
    min-height: 304px;
}