.showmore:not(.show) {
        height: 32px;
        overflow: hidden;
    }

    .read_more {
        cursor: pointer;
        line-height: 20px;
        letter-spacing: 0;
    }

    .#read_more {
        display: block;
    }

    /* width */
    .verticle_tab::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .verticle_tab::-webkit-scrollbar-track {
        background: #efeeee;
        border-radius: 10px;
    }

    /* Handle */
    .verticle_tab::-webkit-scrollbar-thumb {
        background: #64d97b;
        border-radius: 10px;
    }

    /* Handle on hover */
    .verticle_tab::-webkit-scrollbar-thumb:hover {
        background: #64d97b;
    }

/* Adjusting the pseudo-element on hover */

    .variant-select-box {
        width: 100%;
        padding: 10px;
        border: 1px solid #ffff;
        background-color: inherit;
        border-radius: 5px;
        color: #ffff;
    }


    /* Style the tab */
    .verticle_tab {
        float: left;
        border: 1px solid #ccc;
        width: 40%;
        height: 330px;
        border-radius: 6px 0 0 6px;
        overflow-y: auto;
    }

    /* Style the buttons inside the tab */
    .verticle_tab button {
        display: block;
        background-color: inherit;
        color: white;
        font-weight: 600;
        padding: 20px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        border-bottom: 1px solid gray;
        margin: 0;
    }

    /* Change background color of buttons on hover */
    .verticle_tab button:hover {
        background-color: #373535;
    }

    /* Create an active/current "tab button" class */
    .verticle_tab button.active {
        background-color: #373535;
    }

    /* Style the tab content */
    .verticle_tabcontent {
        border: 1px solid #ccc;
        border-left: none;
        height: 330px;
        overflow-y: auto;
        border-radius: 0px 6px 6px 0;
    }
    .verticle_tabcontent::-webkit-scrollbar {
        display: none;
    }

    .verticle-tabs .verticle-tabs-title {
        background-color: #373535;
        margin: 0;
        padding: 7px;
    }
    .verticle-tabs .verticle-tabs-desc {
        padding: 10px;
    }
    
    