/*******************************
    List-359
*******************************/
.list-359 .list__title {
    position: relative;
    padding-right: 30px;
}

.list-359 .list__title:before {
    content: '';
    position: absolute;
    width: 60px;
    background: #8e6e34;
    left: 0;
    top: 100%;
    height: 1px;
}

.list-359.list--alt .list__title:before {
    width: 110px;
    background: #505050; 
    height: 3px;
}

.list-359 .list__title i {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    transition: transform .4s;
}

.list-359 .list__title.is-active i {
    transform: rotate(180deg);
}

.list-359 li + li  {
    margin-top: 10px;
}

.list-359 li a {
    transition: color .4s, background .4s;
}

.list-359 li a:focus {
    color: #8e6e34;
}

.list-359 a.is-active {
    font-weight: 700;
    color: #8e6e34;
}


.list-359 ul {
    opacity: 0;
    transition: transform .5s;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    pointer-events: none;
}

.list-359 ul.is-active {
    max-height: 10000px;
    opacity: 1;
    transform: scaleY(1);
    pointer-events: all;
}

@media (min-width: 992px) {
    .list-359 ul {
        max-height: 10000px;
        opacity: 1;
        transform: scaleY(1);
        pointer-events: all;
    }
}


/* MIG */

.list-359 .list__title--color-3{
    position: relative!important;
    padding-right: 30px!important;
}

.list-359-alt a.is-active{
    color: var(--color-3);    
}

.list-359-alt li a:focus{
    color: var(--color-3);
}

.list-359 .list__title--color-3:before {
    width: 110px!important;
    background: var(--color-3);
    height: 3px!important;
    top: 99%!important;
    content: '';
    position: absolute;
    left: 0;
}

.list-359 .list__title--color-7:before {
    width: 110px !important;
    background: var(--color-7)!important;
    height: 3px !important;
    top: 99% !important;
    content: '';
    position: absolute;
    left: 0;
}

.list-359 .list__title--color-9:before {
    width: 110px !important;
    background: var(--color-9)!important;
    height: 3px !important;
    top: 99% !important;
    content: '';
    position: absolute;
    left: 0;
}

/* active-category-style-1 */

.list-359.active-category-style-1 li a.is-active {
    background: var(--color-2);
    color: var(--color-3);
}

.list-359.active-category-style-1 li a:focus {
    color: var(--color-3);
}

/* List alt v2 for Sky Prime */

.list-359.list--alt-v2 a.is-active {
    color: var(--color-2) !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    background: linear-gradient(to left, var(--color-3), var(--color-4));
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-weight: 500;
}

.list-359.list--alt-v2 a.is-active:before {
    content: '';
    position: absolute;
    background-color: var(--color-6);
    width: 110%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.list-359.list--alt-v2 a.is-active:hover:before {
    height: 400px;
    opacity: 0;
}

.list-359.list--alt-v2 a {
    border-bottom: 1px solid #dee2e6 !important;
}

.list-359.list--alt-v2 a:focus {
    color: inherit;
}

.list-359.list--alt-v2 li:last-child a {
    border-bottom: 0px !important;
}

.list-359.list--alt-v2 a span:last-child {
    letter-spacing: 5px;
}

@media (max-width: 991.92px) {

    .list-359.list--alt-v2 ul {
        all: unset;
    }
}

/*Gama M&G*/

.list-359 .list__title--color-4{
    position: relative!important;
    padding-right: 30px!important;
}

.list-359 .list__title--color-4:before {
    width: 110px!important;
    background: var(--color-4);
    height: 3px!important;
    top: 99%!important;
    content: '';
    position: absolute;
    left: 0;
}
