#owl-navbar { border: 1px solid #FFE5D8; box-shadow: 0 -4px 52px 0 rgba(255,211,171,0.30); background: linear-gradient(180deg,rgba(255,255,255,0.00) 22.64%,#FFF 100%); border-radius: 10px; position: relative;}
#owl-navbar .owl-stage-outer {overflow: hidden; border-radius: 9px; }
.inner_banner .category_nav { padding: 1rem 1.5rem; min-width: 170px; display: flex!important; align-items: center; justify-content: center; width: 100%; cursor: pointer; position: relative; z-index: 1; overflow: hidden;white-space: nowrap;}
.inner_banner .category_nav em { max-width: 35px; min-height: 35px; margin-right: 7px; display: inline-flex;}
.inner_banner .slick-slider .slick-center { background-color:#FFE5D8;}
.category_nav::before {
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: -1px;
    z-index: -1;
    position: absolute;
    -webkit-transition: height 1000ms;
    -o-transition: height 1000ms;
    -moz-transition: height 1000ms;
    transition: height 1000ms;
    border-top: 2px solid transparent;
    background: linear-gradient(180deg, #FFF1E4 0%, rgba(255, 241, 228, 0.00) 100%);
}
.inner_banner #owl-navbar .slick-current .category_nav::before {
    height: calc(100% + 2px);
    border-top-color: #DF6628;
}