.category-hero.product-pane .section-header {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 17px;
    height: 37px;
    line-height: 39px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.category-hero.product-pane .banner {
    background-color: #EEECD3;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 330px;
    padding-top: 265px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.category-hero.product-pane .banner .btn-explore {
    bottom: 45px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}

.section-header.custom-outline {
    border: 1px dotted #5e91ec !important;
}
