.whatsnew-desc ol {
    list-style-type: decimal;
    margin-left: 20px;
    padding-top: 20px;
}


.whatsnew-desc ol ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-top: 20px;
}

.filter-tab {
    padding-bottom: 0
}

.filter-tab li a {
    color: #3a3a3a
}

.filter-tab li a.active {
    color: #03a9f5;
    font-weight: bold;
    display: block;
    border: none;
}

.filter-tab .product-filter,
.filter-tab .tag-filter {
    position: relative;
    margin: 0 0 0 20px;
    padding: 0;
    background: #fff;
}

.filter-tab .product-tab,
.filter-tab .tag-tab {
    padding: 7px 30px 7px 10px;
    display: inline-block;
    color: #3a3a3a;
    text-align: left
}

.filter-tab .product-tab:before,
.filter-tab .tag-tab:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
}

.filter-tab .product-tab.active:before,
.filter-tab .tag-tab.active:before {
    transform: rotate(180deg)
}

.filter-tab .product-box,
.filter-tab .tag-box {
    position: absolute;
    top: 100%;
    width: 160px;
    right: 5px;
    padding: 10px 20px;
    border: 1px solid #cecece;
    text-align: left;
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 9;
}

.filter-tab .product-box,
.filter-tab .product-box *,
.filter-tab .tag-box,
.filter-tab .tag-box * {
    box-sizing: border-box
}

.filter-tab .product-box>ul>li,
.filter-tab .tag-box>ul>li {
    margin: 8px 0;
    font-size: 14px
}

.filter-tab .product-box li,
.filter-tab .tag-box li {
    margin: 0;
    padding: 0;
    display: block
}

.filter-tab .product-lists li,
.filter-tab .tag-lists li {
    margin: 5px 0
}

.filter-tab .product-lists li.active,
.filter-tab .tag-lists li.active {
    color: #03a9f5;
    font-weight: 600;
}

.header-section-wrap h1 {
    max-width: 650px;
}

.head h4 {
    margin: 0 10px 10px 0
}

.event-category .head {
    position: relative;
}

.event-category .tag,
.enhancement.event-category .tag.prod-tag {
    padding: 1px 8px;
    display: inline-block !important;
    margin: 0px 10px 10px 0;
    background: #fff59d;
    color: #e25e5a;
    border-radius: 10px;
    font-size: 11px;
    border: 1px solid #e25e5a;
}

.event-category .tag.prod-tag,
.enhancement.event-category .tag {
    background: #dcfaee;
    color: #23986b;
    border: 1px solid #23986b;
}

.event-category .tag:before {
    content: none;
}

@media screen and (max-width: 767px) {
    .head {
        margin-bottom: 10px
    }
    .event-category .tag {
        position: static;
    }
    .tabs-section {
        margin: 0;
    }
    .filter-tab {
        padding: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    .filter-tab .product-filter,
    .filter-tab .tag-filter {
        display: block;
        width: 190px;
        margin: 0 auto
    }
    .filter-tab .product-box,
    .filter-tab .tag-box {
        width: 150px;
        left: -50%;
        right: -50%;
        margin: auto
    }
}