/* Labgrown */
:root {
    --heigh-hlight-color-jew: #70CBFF;
    --main-background-color: #04212F;
    --main-background-color-retail: #171717;;
    --main-background-color-light: #18384A;
    --main-background-color-light-retail: #262626;;
    --white-font-color: #ffffff;
}

.certified-theme-labgrown .front_custom_button {
    color: white !important;
    border: 1px solid var(--heigh-hlight-color-jew) !important;
    background-color: transparent; !important;
}

.certified-theme-labgrown .front_custom_button:hover {
    background-color: var(--heigh-hlight-color-jew);
    color: black !important;
}

.certified-theme-labgrown .front_labgrown_btn {
    background-color: var(--main-background-color) !important;
    color: #ffffff !important;
}

.certified-theme-labgrown .dia_tab {
    color: white;
    background-color: transparent !important;
    color: white !important;
    border: 1px solid var(--heigh-hlight-color-jew) !important;
    /*background-color: 1px solid var(--heigh-hlight-color-jew);*/
    /*border: 1px solid #70CBFF;*/
}

.certified-theme-labgrown .dia_tab:hover {
    color: white !important;
    background-color: var(--main-background-color);
}

.certified-theme-labgrown .front-inv-tab-row .active {
    color: black !important;
    background-color: var(--heigh-hlight-color-jew) !important;
}

.certified-theme-labgrown .table-list > thead > tr > th {
    border: none !important;
    color: #ffffff !important;
    background-color: #18384A !important;
}

.certified-theme-labgrown .table-list > tbody > tr > td:not(.blank_line) {
    border: 1px solid var(--heigh-hlight-color-jew) !important;
    border-top: 1px solid black !important;
    color: white;
}

.certified-theme-labgrown .blank_line {
    border-bottom: 1px solid var(--main-background-color) !important;
}

.certified-theme-labgrown .table-list td {
    color: black;
    font-weight: lighter;
}

.certified-theme-labgrown .advance_srch a:hover,td a:hover {
    color: white !important;
}
.table-list>thead>tr>td, .table-list>thead>tr>th{
    border: 1px solid var(--heigh-hlight-color-jew);

}
.title, .footer_text{
    color: white !important;
}
/*.bg-list-header{*/
/*    background-color: #18384A !important;*/
/*}*/

.btn .search {
    color: var(--white-font-color) !important;
}
    .certified-theme-natural .front_custom_button.active {
    background-color: #007D79 !important;
    color: var(--white-font-color) ;
}

.certified-theme-labgrown .front_custom_button.active i {
    color: black !important;
}
.certified-theme-labgrown .front_custom_button.active {
    background-color: var(--heigh-hlight-color-jew) !important;
    color: black !important;

}
.front_custom_button {
    border: 1px solid var(--heigh-hlight-color-jew) !important;
    border-radius: 5px !important;
    color: white !important;
    margin: 2px 0;
}

