.underContent .categoryMenu .titleBoxInner .productCategoryList li.is-current a {
    color: #5C1F14;                                        
    font-weight: 700;
}                                                                                                                                                                                                                                              
.underContent .categoryMenu .titleBoxInner .productCategoryList li.is-current a::before {
    border-right-color: #5C1F14;                          
    border-bottom-color: #5C1F14;                                                       
}

@media only screen and (max-width: 767px) {
    .productBanner{
        display: none;
    }
}