#cds_productsmenuscroll{
    width: 101vw;
    position: relative;
    margin-left: -54vw;
    left: 55%;
    text-align: center;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 1210px) {
    #cds_productsmenuscroll{
        width: 100vw;
        position: relative;
        margin-left: -60vw;
        left: 60%;
        text-align: center;
    }
}
#cds_productsmenuscroll ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid #d0d6db;
    border-bottom: 1px solid #d0d6db;
}
#cds_productsmenuscroll li {
    display: flex;
    opacity: 1;
    position: relative;
    transition: opactiy .2s cubic-bezier(.455,.03,.515,.955);
    margin-bottom: 0;
}
#cds_productsmenuscroll a{
    align-self: center;
    position: relative;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #515151;
    text-decoration: none;
}
#cds_productsmenuscroll a:hover, #cds_productsmenuscroll a.active {
    box-shadow: inset 0 -2px 0 0 #26A86D;
}
#cds_productsmenuscroll li~li:after {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    height: 70%;
    border-left: 1px solid #d0d6db;
}
#cds_productsmenuscroll.fixed{
    position: fixed;
    top: 55px;
    z-index: 999;
    width: 100vw;
    margin-left: -53vw;
    left: 53%;
    text-align: center;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 10%);
}

@media (max-width: 767px) {
    #accessories .vc_row, .before-description .vc_row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #accessories .vc_row, .before-description .vc_row {
        margin-left: 15px;
        margin-right:15px;
    }
}
@media (max-width: 991px) {
    #cds_productsmenuscroll{
        display: none;
    }
    h2.h2-expand:before {
        content: '\f106';
        background-color: #ffffff;
        color: #25a86d;
        display: block;
        font-weight: normal;
        position: absolute;
        right: 0px;
        font-family: 'FontAwesome';
        padding-right: 5px;
        font-size: 25px;
    }
    h2.h2-collapse:before {
        content: '\f107';
        background-color: #ffffff;
        color: #25a86d;
        display: block;
        font-weight: normal;
        position: absolute;
        right: 0px;
        font-family: 'FontAwesome';
        padding-right: 5px;
        font-size: 25px;
    }

    #product h2.h2-collapse, #product h2.h2-expand {
        position: relative;
        margin-top: 10px;
        padding-right: 25px;
    }

}