.lara_color ul li {}
.lara_color ul li span { display:block;position:relative;}
.lara_color ul li.active span:before {display: inline-block; width:30px; text-align:center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    content: "\f00c"; position:absolute; left:0; top:6px; }

        .picker {
              display: flex; float: right;
              width: 100%; height:auto;
              height: 35px; margin-top: -35px; margin-right: 41px;
                padding: 7px 0px 0px 10px;
                border-radius: 5px;
              /*margin: 0 18px;
              border-radius: 5px;
              cursor: pointer;
              border: solid; color: black;*/
        }
        .picker:hover {
            transform: scale(1.1);
            border-radius: 5px;
        }

        .newbtnsnb{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        padding-bottom: 20px;
        border-radius: 5px;
        }


        .nextblink {
        font-family: 'Sarala', sans-serif;
        font-size: 14px;
        color: #191919;
        font-weight: 700;
        padding: 15px 15px;
        display: block;
        position: relative;
        text-decoration: none;
        text-align: center;
        margin: 0 10px;
        background: #cacaca;
        cursor: pointer;
        inline-size: -webkit-fill-available;
        border: none;
        width: -moz-available;
        border-radius: 5px;
        }

        .nextblink:hover {
        font-family: 'Sarala', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: 700;
        padding: 15px 15px;
        display: block;
        position: relative;
        text-decoration: none;
        text-align: center;
        margin: 0 10px;
        background: #e6e6e6;
        cursor: pointer;
        border: none;
        width: -moz-available;
        border-radius: 5px;
        }