section[data-cattype="81005"] li.toggle-product-menu > a[role="button"]{ position: relative; }

section[data-cattype="81005"] nav#nav-wrap > ul > li.toggle-product-menu > a[role="button"]:not(.active):before{ 
    pointer-events: none;
    position: absolute;
    z-index: 1;
    
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: -1px;
    border-width: 10px 10px 0 10px;
    border-color: #eb2228 transparent transparent transparent;
    opacity: 1;
    transform: translateY(-5px) rotate(00deg);
}
section[data-cattype="81005"] nav#nav-wrap > ul > li.toggle-product-menu > a[role="button"].active:before{
    -webkit-transform: translateY(0px) rotate(180deg);
    transform: translateY(00px) rotate(180deg);
    opacity: 1;
}


section[data-cattype="721"]{
    background: #4C4C4C;   
/*    background: #0177A7;   */
}

[data-cattype="721"] .list-menu,
[data-cattype="721"] .list-menu ul{
    width: 200px;
    position: relative;
    text-align: left;
    display: block;
}
 
[data-cattype="721"] .list-menu li{
    width: 100%;
}

[data-cattype="721"] .list-menu li a{
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    color: #fff;
    border-bottom: #D01029 solid 1px;
    width: 100%;
    position: relative;
    
    background: #1b2021; /* Old browsers */
    background: -moz-linear-gradient(left, #1b2021 0%, #4f4f4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1b2021 0%,#4f4f4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1b2021 0%,#4f4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2021', endColorstr='#4f4f4f',GradientType=1 ); /* IE6-9 */
}

[data-cattype="721"] .list-menu li a[aria-expanded="true"]{
    color: #D01029;
}

[data-cattype="721"] .list-menu li.has-child > a:after{
    content: "\f105";
    position: absolute;
    font-family: 'fontawesome';
    right: 5px;
    top: 5px;
}

[data-cattype="721"] ul.list-menu > li ul.sub-menu{
    position: absolute;
    padding: 0;
    top: 0;
    margin-left: 200px;
}