@media screen and (max-width: 860px) {
    .brighta-wrap .materials{
        position: relative;
        display: block;
        height: auto;
    }
    .brighta-wrap .mobile-tmp {
        display: block;
        position: relative;
    }
    .brighta-wrap .tabs-menu-top {
        display: none;
    }
    .brighta-wrap .tabs-menu-bottom {
        display: none;
    }
    .brighta-wrap .first-tab {
        display: none ;
    }
    .brighta-wrap .mob-materials{
        padding: 0;
    }
    .brighta-wrap .topNavMenu{
        display: block !important
    }

    /*MOBILE MENU*/
    .brighta-wrap .mobile-tmp {
        display: block;
    }

    .brighta-wrap .topnav {
        overflow: hidden;
        position: relative;
        outline: none;
    }
    .brighta-wrap .mobile-app{
        display: block;
        position: relative;
        height:auto !important;
    }
    .brighta-wrap .clearfix-mob::after {
        content: "";
        clear: both;
        display: table;
    }

    .brighta-wrap .topnav li:not(:first-child) {
        display: none;

    }
    .brighta-wrap .topNavMenu {
        position: absolute;
        right: 0;
        top: 0;
        padding: 30px 0;
        margin: 0;
    }
    .brighta-wrap .topNavMenu-item {
        padding: 25px 30px 25px 0 !important;
        margin: 0 ;
        width: 60px;
        /*text-align: end !important;        */
        /*position: absolute;*/
        /*right: 0;*/
        z-index: 13;
    }
    .brighta-wrap .topnav.responsive {
        position: relative;
    }
    .brighta-wrap .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .brighta-wrap .tabs-menu-top ul{
        list-style: none;
        display: flex;
        flex-direction: column !important;
    }
    .brighta-wrap .tabs-menu-top ul li.active-tab-menu:after {
        content: " ";
        width: 0;
        height: 0;
    }
    .brighta-wrap .topnav li {
        width: 100% !important;
        display: none !important;
    }
    .brighta-wrap .topnav.responsive li,
    .brighta-wrap .topnav li.active-tab-menu {
        display: flex !important;
    }
    .brighta-wrap .topnav.responsive li {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
    }
    .brighta-wrap .type{
        width: 100%;    }


    /*Accardeon content*/
    .brighta-wrap .panel .container .row .col-xl-6 h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        color: #091622;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 120px;
    }
    .brighta-wrap .panel .container .row .col-xl-6 p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        color: #444B51;
        padding-bottom: 50px;
    }
    .brighta-wrap .tabs-text-mobile .br-button a {
        width: 100%;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0 auto;
        align-self: center;
    }
    .brighta-wrap .tabs-text-mobile .br-button  {
        text-align: center;
        margin: 0 auto;
        align-self: center;
    }
    .brighta-wrap .tabs-text-mobile {
        padding-bottom: 40px ;
    }

    .brighta-wrap .mob-materials{
        position: relative;
        display: block;
        height: auto;
        padding: 0 0 25px 0;
    }

    .brighta-wrap .material-ul-mobile{
        display: none !important;
        /*position: absolute ;*/
        top: 0;
    }

    .brighta-wrap .active-tab-content-menu-mobile{
        display: block !important;
    }
    .brighta-wrap .active {
        color: #091622 !important;
        opacity: 1 !important;
    }
    @keyframes slidein {
        from {
            top: -100%;
        }
        to {
            top: 0;
        }
    }
    @keyframes slideout {
        from {
            top: 100%;
        }
        to {
            top: 0;
        }
    }
    .brighta-wrap .panel{
        /*transition: max-height ease-in-out 0.5s;*/
        /*animation:slidein 1s;*/
        max-height: 0;
        display: block;
        transition:transform 2s ease-out;
        -webkit-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        box-sizing: border-box;
    }
    .brighta-wrap .active-panel{
        /*transition: max-height ease-in-out 0.5s;*/
        /*animation: slideout 1s;*/
        position: relative;
        display: block;
        max-height: 100% !important;
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        -o-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -o-transition: -o-transform 0.4s ease;
        -ms-transition: -ms-transform 0.4s ease;
        transition: transform 0.4s ease;
        box-sizing: border-box;
    }

    .brighta-wrap .panel:before {
        content: '';
        max-height: 0;
        display: block;
        transition:transform 2s ease-out;
        -webkit-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        box-sizing: border-box;
    }

    /*color*/
    /*.color-active{*/
    /*visibility: visible !important;*/
    /*}*/
    .brighta-wrap .item{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        position: relative;
    }
    /* item-context{
        padding: 10px 0;
    } */
    .brighta-wrap .color-mobile{
        width: 40px;
        height: 40px;
        margin: 0 30px 0 0;
        padding: 0;
        background: #FFFFFF;
        border: 1px solid #e7e8e9;
        justify-content: center;
        display: flex;
        position: absolute;
        right: 0;
        visibility: hidden ;
        z-index: 3;
    }
    .brighta-wrap .color-mobile>.color-back{
        width: 20px;
        height: 20px;
        padding: 10px;
        margin: 0;

    }
    .brighta-wrap .gray {
        background: #444B51;
        z-index: 13;}
    .brighta-wrap .black{
        background: #091622;
        z-index: 13;}
    .brighta-wrap .blue{
        background: #5CD0E0;
        z-index: 13;}
    .brighta-wrap .red{
        background: #A95B44;
        z-index: 13;}

    .brighta-wrap .color-run{
        position: absolute;
        padding: 2px 0 0 0;
        margin: 0;
        top: 54px;
        right: -30px;
        visibility: hidden;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box !important;
        background: white;
    }
    .brighta-wrap .color-run-active{
        visibility: visible !important;
        transition: all ease-in-out 0.5s;
        z-index: 13;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box !important;
    }
    .brighta-wrap .color-list{
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        padding: 0;
        margin: 0;
        z-index: 50;
        box-sizing: border-box!important;
    }
    .brighta-wrap .color-run ul li {
        position: relative;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        justify-content: center;
        display: flex;
        margin: 10px 10px 10px 0;
        box-sizing: border-box;
    }
    .brighta-wrap .active-color {
        visibility: visible !important;
        border: 1px solid #e7e8e9 !important;
    }
    .brighta-wrap .active-color-submenu {
        border: 1px solid #e7e8e9 !important;
    }



}

