.flex-shop-banner {
    text-align: center;
    padding-top: 240px;
    text-transform: uppercase;
}
.flex-shop-title{
    font-size: 4em;
    line-height: 0.9;
    font-weight: 700;
    margin-bottom: 0px;
}

/* Apply background to full product section */
.catalog-category-view #maincontent{
    background-image: url(/media/wysiwyg/category/bg_hero_blue_waves.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
}
#layer-product-list{
    margin-top: 75px;
}

/* Product styling */
.products-grid .product-item-name a,
.products-grid .price-box {
    color: #fff;
}

.page-wrapper{
    background: #171717;
}
#maincontent{
    padding: 0;
}

@media (max-width: 767px) {
    .flex-shop-title {
        font-size: 3em;
    }
    .flex-shop-banner{
        padding: 150px 0px 60px 0;
    }
}

@media (max-width: 991px) {
    .products-grid.columns3 .product-item{
        width: 50% !important;
    }
}
@media (max-width: 719px) {
    .products-grid.columns3 .product-item{
        width: 100% !important;
    }
}
@media (min-width: 720px) and (max-width: 991px) {
    #layer-product-list .products-grid.columns3 .product-item.nth-child-3np1{
        clear: none;
    }
}


.products-grid .product-item-name a.product-item-link span{
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.products-grid .product-item-name a.product-item-link{
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: rgb(255, 255, 255) !important;
}


.product-item-details .price-box .price-container span.price-wrapper {
    color: rgb(255, 255, 255);
    padding-left: initial;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px auto 42px;
}

.price-box span.price{
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 400;
    background: 0px 0px;
    text-decoration: none;
    font-size: 21px;
    padding-left: 1px;
}

.product-item-actions .actions-secondary.action:before{
    display: none;
}
#layer-product-list .product-item-details .product-item-actions .actions-secondary, .shopLoopConfigure{
    left: 0;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    width: calc(41% - 8px);
    box-sizing: border-box;
    font-size: 0.9em !important;
    margin: 10px !important;
    border-radius: 16px !important;
    border: 0;
    height: 42px;
    line-height: 42px;
}
#layer-product-list .product-item-details .product-item-actions .actions-secondary{
    background: rgb(193, 59, 89) !important;
}

#layer-product-list .product-item-details .product-item-actions .action.tocompare > span{
    display: block;
    overflow: visible;
    margin: 0px;
    position: relative;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}
.shopLoopConfigure > span{
    margin: 0px;
    width: 100%;
    color: #212121;
    font-weight: 400;
}

.shopLoopConfigure{
    background: #fbc204;
}

#layer-product-list .product-item-details .product-item-actions .actions-primary{
    display: none;
}

.product-item-details .product-item-actions{
    width: 100%;
}
