#e-catalog-table:not(.cards) tbody tr.my-list-saved {
    background-color: #EBF2FA;
}

#e-catalog-table.cards tbody tr.my-list-saved td:first-child {
    background-color: #EBF2FA;
}

#e-catalog-table tbody tr.my-list-saved td:first-child a{
    color: #222222 !important;
}

#e-catalog-table td:first-child .my-list-add-btn, #my-list-table td:first-child .my-list-add-btn, .e-catalog-product-table td:first-child .my-list-add-btn{
    display:none;
}

#e-catalog-table.cards td:first-child .my-list-add-btn{
    display:block;
    position:absolute;
    top:30px;
    right:15px;
}

#view-my-list-header-btn {
    float: right;
}

#view-my-list-header-btn > div {
    min-width: 0;
    padding:8px 10px;
}

#view-my-list-header-btn .my-list-counter {
    min-width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    color: #222222;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 23px;
    margin-left: 10px;
    line-height: 23px;
    padding: 0 5px;
}

#e-catalog-product-header .add-to-list-text, #e-catalog-product-header .remove-from-list-text{
    color: #333333;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
}

#e-catalog-product-header .remove-from-list-text{
    display:none;
}

#e-catalog-product-header.my-list-saved .remove-from-list-text{
    display:inline;
}

#e-catalog-product-header.my-list-saved .add-to-list-text{
    display:none;
}

#e-catalog-product-header .my-list-add-btn{
    padding-left:19px;
}

#my-list-table td:before{
    display:none;
}

#my-list-table td.text-center, .e-catalog-product-table td.text-center, .e-catalog-product-table th.text-center{
    text-align:center !important;
}

.my-list-add-btn::before {
    font-family:"icomoon";
    content:'\ea51';
    background-color:#555759 !important;
}

.my-list-add-btn.active::before {
    background-color:var(--onelambda-color) !important;
    content:'\ea29';
}

.my-list-header-btn{
    display:inline-block;
    cursor:pointer;
    color: var(--onelambda-color);
}

.my-list-header-btn:hover{
    color:var(--onelambda-color-hover);
}

.my-list-header-btn.disabled, .my-list-header-btn.disabled:hover{
    color:#7F7F7F;
    cursor:default;
}

.komodo-circle-icon-btn{
    cursor:pointer;
}

.komodo-circle-icon-btn::before{
    font-size:14px;
    color:#ffffff;
    background-color:var(--onelambda-color);
    border-radius:50%;
    padding:3px;
}

.my-list-header-btn .komodo-circle-icon-btn::after{
    content: attr(data-text);
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    opacity: 1;
    letter-spacing: 0;
    line-height: 22px;
    padding-left:5px;
}

.my-list-header-btn.disabled .komodo-circle-icon-btn::after{
    cursor:default;
}

.komodo-circle-icon-btn:hover::before, .my-list-header-btn:hover .komodo-circle-icon-btn::before{
    background-color:var(--onelambda-color-hover);
}

.my-list-header-btn.disabled .komodo-circle-icon-btn::before, .my-list-header-btn.disabled:hover .komodo-circle-icon-btn::before{
    background-color:#7F7F7F;
    cursor:default;
}

.my-list-header-btn-text{
    display:inline-block;
    margin-left:5px;
}

.my-list-header-btn:not(:first-child){
    margin-left:24px;
}

#my-list-code-url-container{
    margin-top:-5px;
    margin-left:16px;
    display:inline-block;
}

#my-list-code-url-textfield{
    background-color:#f7f7f7;
    font-family: "HelveticaNeueLight", sans-serif;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0;
    line-height: 23px;
    min-width:50%;
    height:30px;
    border:0;
    margin-right:16px;
    opacity:0;
    cursor:default;
}
#my-list-code-url-copy-btn{
    padding:5px 10px;
    margin:0;
    min-width:0;
    display:none;
}

#my-list-code-url-container.active #my-list-code-url-copy-btn{
    display:inline-block;
}

#my-list-code-url-container.active #my-list-code-url-textfield{
    opacity:1;
    cursor:text;
}

#my-list-replace-modal .modal-header{
    border:0;
}
#my-list-replace-modal .modal-header button{
    color:#222222;
    opacity:1;
}
#my-list-replace-modal .modal-text{
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 22px;
    color: #303030;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-bottom:23px;
}

#view-my-list-header-btn.disabled .cta .my-list-counter{
    color:#7F7F7F;
}

#view-my-list-header-btn.disabled .cta{
    cursor:default;
    border:1px solid #DCDCDC !important;
    background-color:#DCDCDC !important;
    color:#7F7F7F !important;
}

#view-my-list-header-btn.disabled .cta:active{
    box-shadow:none;
    padding:8px 10px !important;
}

#my-list-share-link-btn{
    position:relative;
}

#my-list-url-copied-tooltip{
    display:none;
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    top: 130%;
    left: -50%;
    right: 0;
    height: 25px;
    z-index: 5;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
}

#my-list-url-copied-tooltip::before{

}

@media screen and (max-width: 768px) {
    #e-catalog-table.cards td:first-child .my-list-add-btn{
        position:relative;
        float:right;
        top:auto;
        right:auto;
    }
    #view-my-list-header-btn {
        display: none;
    }
    #my-list-code-url-container{
        margin:0;
        width:1px;
    }
    #my-list-code-url-textfield{
        margin:0;
        width:5px;
    }
    #my-list-code-url-container.active #my-list-code-url-copy-btn{
        display:none;
    }

    #my-list-code-url-container.active #my-list-code-url-textfield{
        opacity:0;
    }
    .my-list-header-btn .komodo-circle-icon-btn::after{
        content:attr(data-mobiletext);
    }
    .my-list-header-btn:not(:first-child){
        margin-left:15px;
    }
    #e-catalog-product-header > .container{
        position:relative;
    }
    #add-single-product-btn-container{
        position:absolute;
        top:0;
        right:0;
    }
    #add-single-product-btn-container .add-to-list-text, #add-single-product-btn-container .remove-from-list-text{
        display:none !important;
    }
    #my-list-table td:first-child .my-list-add-btn, .e-catalog-product-table td:first-child .my-list-add-btn{
        display:block;
        float:right;
    }
    #e-catalog-table.cards tbody tr.my-list-saved {
        background-color: #EBF2FA;
    }
    #my-list-table td:before{
        display:inline-block;
    }
    #e-catalog-related-product-tables {
        padding: 0;
    }

    #my-list-table.cards thead {
        display:none;
    }

    #my-list-table.cards tbody tr {
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        border-top: 0;
        border-radius: 0;
        margin: 0;
        display: block !important;
        padding: 20px 0 !important;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
        -moz-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
        box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    }

    .e-catalog-inner #my-list-table.cards tbody td {
        padding: 3px 15px !important;
        display: inline-block;
        width: 40%;
        font-size: 11px;
        color: #333333;
        letter-spacing: 0;
        line-height: 22px;
        text-align: left;
    }

    .e-catalog-inner #my-list-table.cards tbody td.hidden-cell {
        display: none;
    }

    #my-list-table.cards td:before {
        display: block;
        font-size: 11px;
        color: #222222;
        letter-spacing: 0;
        line-height: 14px;
    }

    #my-list-table.cards tbody td:first-child {
        font-family: "HelveticaNeueMedium", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        border: 0 !important;
        padding: 0 15px 15px 15px !important;
        display: block;
        width: auto;
    }

    #e-catalog-table.cards tbody td:first-child a, #my-list-table.cards tbody td:first-child a, .e-catalog-product-table.cards tbody td:first-child a {
        color: var(--onelambda-color);
        display:inline-block;
        width:90%;
    }

    #my-list-table.cards tbody tr::after {
        display: none;
    }
}
.e-catalog-inner button, .e-catalog-inner li, .e-catalog-inner input,
.e-catalog-inner div, .e-catalog-inner a, .e-catalog-inner label, .e-catalog-inner select {
    outline: none;
}

.e-catalog-inner select::-ms-expand {
    display: none;
}

.e-catalog-table-container {
    width: 100%;
    padding: 0;
}

#e-catalog-top-bar {
    box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
    margin-bottom: 10px;
}

#e-catalog-tab-bar {
    border-bottom: 1px solid #DCDCDC;
}

.e-catalog-inner table.dataTable.no-footer {
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    background: #fff !important;
    border: 0 !important;
    color:#222222 !important;
    padding:.5em 1em !important;
    box-shadow:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color:#dcdcdc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color:#f2f2f2 !important;
    border-radius:4px;
}

.e-catalog-tab-bar-btn {
    display: inline-block;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 13px;
    color: #555759;
    letter-spacing: 0;
    text-align: center;
    line-height: 45px;
    margin: 0 5px;
    border-bottom: 3px solid #ffffff;
    cursor: pointer;
    padding: 6px 0;
}

.e-catalog-tab-bar-btn:hover, .e-catalog-tab-bar-btn.active {
    border-color: #EE3134;
    font-family: "HelveticaNeueBold", sans-serif;
    color: #222222;
}

#e-catalog-search-wrapper {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    min-width:280px;
}

#e-catalog-search-wrapper::before {
    content: "\ede7";
    font-family: "icomoon";
    position: absolute;
    top: calc(50% - 11px);
    font-size: 16px;
    left:6px;
}

.dataTables_length label{
    font-family: 'HelveticaNeue';
    font-size: 14px;
    color: #555759;
    line-height: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 15px;
}

#e-catalog-search {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px 7px 9px 25px;
    border-radius: 4px;
}

#e-catalog-search-icon {
    margin-left: 20px;
    vertical-align: middle;
}

#e-catalog-home-btn, #e-catalog-home-btn-mobile {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0;
}

#e-catalog-search::-webkit-input-placeholder,
#e-catalog-search::-moz-placeholder,
#e-catalog-search::-ms-input-placeholder {
    color: #B2B2B2;
}


#e-catalog-filter-row {
    padding: 10px 0;
}

.e-catalog-filter {
    background: #F7F7F7;
    border: 1px solid #DCDCDC;
    border-radius: 100px;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 14px;
    color: #303030;
    letter-spacing: 0;
    -webkit-appearance: none;
    padding: 5px 25px 5px 10px;
    position: relative;
    vertical-align: top;
    max-width: 150px;
    background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/e_catalog/clientlib/resources/select-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 8px;
    cursor: pointer;
}

.multiselect-native-select button {
    background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/e_catalog/clientlib/resources/select-arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 8px;
}

.popup-document,.download-btn{
    color:#222222 !important;
    text-decoration:none !important;
}

/*.e-catalog-filter::after{*/
/*    content:'\ee2c';*/
/*    font-family:"icomoon";*/
/*    font-size:8px;*/
/*    color:#A2A2A2;*/
/*    position:absolute;*/
/*    right:5px;*/
/*    top:calc(50% - 4px);*/
/*}*/


.e-catalog-table {
    margin-top: 10px;
}

.e-catalog-table thead, .e-catalog-table tr {
    border-bottom: 1px solid #DCDCDC;
}

.e-catalog-table th {
    background-color: #ffffff;
    font-family: "HelveticaNeueBold", sans-serif !important;
    font-size: 11px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
    padding: 20px !important;
    background-size: 8px;
}

.e-catalog-inner table thead .sorting_asc {
    background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/e_catalog/clientlib/resources/sort_asc.png');
}

.e-catalog-inner table thead .sorting_desc {
    background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/e_catalog/clientlib/resources/sort_desc.png');
}

.e-catalog-inner table thead .sorting {
    background-image: url('../../../../../etc.clientlibs/diagnostics/components/content/e_catalog/clientlib/resources/sort_both.png');
}

.e-catalog-table:not(.cards) tbody tr:hover {
    border-top: 3px solid var(--onelambda-color) !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
    -webkit-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
    -moz-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
}

.e-catalog-table:not(.cards) tbody tr:hover td {
    padding-top: 19px !important;
}

.e-catalog-table:not(.cards) tbody tr:hover td:first-child {
    /*font-family:"HelveticaNeueBold", sans-serif !important;*/
}

.e-catalog-table td {
    border: 0 !important;
    font-family: HelveticaNeue, sans-serif !important;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    padding: 20px !important;
    text-align: left;
}

.e-catalog-inner td.no-wrap {
    white-space: nowrap !important;
}

.e-catalog-table td:first-child {
    font-family: "HelveticaNeueMedium", sans-serif !important;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
}

.e-catalog-inner table td a {
    color: var(--onelambda-color) !important;
}

.e-catalog-inner a:hover {
    color: var(--onelambda-color-hover) !important;;
}

.e-catalog-filter-btn {
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#e-catalog-filters .e-catalog-filter-btn {
    margin-top: 10px;
}

.e-catalog-filter-btn.shown {
    display: inline-block;
}

.e-catalog-filter-btn::before {
    font-size: 19px;
}

.e-catalog-filter-row-icon-btn:not(.e-catalog-filter-btn) {
    float: right;
    cursor: pointer;
    color: #B2B2B2;
    margin-top: 3px;
}

.e-catalog-filter-row-icon-btn.active {
    color: #222222 !important;
}

#e-catalog-list-view-btn {
    margin-right: 5px;
}

#e-catalog-bottom {
    background: #F7F7F7;
    box-shadow: 0 4px 7px 0 rgba(34, 34, 34, 0.10);
    padding: 48px 0;
    margin-top: 14px;
}

.multiselect-native-select .btn-group {
    vertical-align: top;
    width: auto !important;
}

.multiselect-native-select button {
    min-width: 0;
    background-color: #F7F7F7;
    border: 1px solid #DCDCDC;
    border-radius: 100px;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 14px;
    color: #303030 !important;
    letter-spacing: 0;
    -webkit-appearance: none;
    padding: 5px 25px 5px 10px;
    position: relative;
    vertical-align: top;
    max-width: 150px;
    text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
}

.multiselect-native-select button[disabled]{
    display:none !important;
}

#e-catalog-filters .multiselect-native-select button, #e-catalog-region-filter {
    margin: 5px 0;
}

.multiselect-native-select button .caret {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}

.multiselect-container > li > a > label {
    padding: 10px 25px !important;
}

.multiselect-container input[type="checkbox"], .multiselect-container input[type="radio"] {
    opacity: 1;
    top: calc(50% - 11px) !important;
}
.e-catalog-inner .dropdown-backdrop {
    z-index: -1;
}
.e-catalog-inner .dropdown-menu {
    z-index: 2;
}
.path-phadia .dropdown-menu > .active > a {
    background-color: #ffffff;
}

#e-catalog-table.cards tbody {
    display: flex;
    flex-wrap: wrap;
    max-width:1200px;
}

#e-catalog-table.cards tbody tr {
    width: 269px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    border-top: 4px solid #FFFFFF;
    margin: 14px;
    display: flex !important;
    flex-direction: column;
    /*flex: auto;*/
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    -moz-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
}

#e-catalog-table.cards tbody td {
    display: block;
    padding: 0 20px !important;
    font-size: 14px;
}

.e-catalog-inner tbody td.dataTables_empty {
    text-align: center !important;
}

#e-catalog-table.cards tbody td.hidden-cell {
    display: none;
}

#e-catalog-table.cards tbody tr::before {
    font-family: "icomoon";
    position: absolute;
    content: '\eda5';
    bottom: 15px;
    right: 20px;
    cursor: pointer;
}

#e-catalog-table.cards tbody tr::after {
    display: block;
    padding: 15px 20px;
    border-top: 1px solid #eeeeee;
    content: attr(data-productInfo);
    cursor: pointer;
    color: var(--onelambda-color);
    margin-top: 5px;
}

#e-catalog-table.cards tbody tr.no-records::before, #e-catalog-table.cards tbody tr.no-records::after {
    display: none;
}


.e-catalog-inner tbody td.dataTables_empty {
    text-align: center !important;
}

#e-catalog-table.cards tbody tr:hover {
    -webkit-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
    -moz-box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
    box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.10);
}

#e-catalog-table.cards tbody tr:hover::before, #e-catalog-table.cards tbody tr:hover::after {
    /*color:#ab2131;*/
}

#e-catalog-table.cards tbody td:first-child {
    color: #222222;
    padding: 30px 45px 30px 20px !important;
    border-bottom: 1px solid #EEEEEE !important;
    margin-bottom: 5px;
    font-size: 18px;
    /*display: flex;*/
    /*flex: 1;*/
    /*vertical-align: middle;*/
    /*align-items: center;*/
}
#e-catalog-table.cards tbody tr.no-records td:first-child{
    border-bottom:0 !important;
}

#e-catalog-table.cards tbody td:first-child a {
    color: #222222;
}

.e-catalog-inner table.cards tbody td:first-child::before {
    display: none !important;
}

#e-catalog-table.cards thead {
    display: none;
}

.e-catalog-inner table.cards td:before {
    content: attr(data-label);
    font-family: "HelveticaNeueBold", sans-serif;
    color: rgb(38, 38, 38);
    margin-right: 8px;
}

.e-catalog-inner table.cards td.no-card-label:before {
    display: none;
}

#e-catalog-table.cards td.last-visible-column {
    display: flex;
    flex: auto;
}

#e-catalog-mobile-search, #e-catalog-filter-row-control-btns {
    display: none;
}

#e-catalog-filters {
    display: inline-block;
    vertical-align: top;
}

.e-catalog-filter.btn-group.open ul {
    display: block;
}

#e-catalog-filter-btn-mobile {
    display: none;
}

#e-catalog-home-section .xf-content-height {
    margin: 0;
}

#e-catalog-product-img{
    margin:12px 0;
    border-radius:4px;
}

#animatedProductCard{
    position:relative;
    padding-left:0;
    padding-right:0;
}

#unityContainer, .e-catalog-cmp #loader{
    width:100% !important;
    background:#ffffff !important;
    height:340px;
}

.e-catalog-cmp canvas {
    width: 100%;
    height: 100%;
    display: block;
}
/* try to handle mobile dialog */
.e-catalog-cmp canvas + * {
    z-index: 2;
}
.e-catalog-cmp .logo {
    display: block;
    max-width: 100vw;
    max-height: 70vh;
}

.e-catalog-cmp .progress {
    margin: 1.5em;
    border: 1px solid white;
    width: 200px;
    display: none;
}
.e-catalog-cmp .progress .full {
    margin: 2px;
    background: #e02424;
    height: 1em;
    transform-origin: top left;
}

.e-catalog-cmp #loader {
    position: absolute;
    left: 0;
    top: 16px;
    bottom:0;
    height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
}

.e-catalog-cmp .spinner,
.e-catalog-cmp .spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.e-catalog-cmp .spinner {
    margin: 10px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-left: 1.1em solid #ffffff;
    transform: translateZ(0);
    animation: spinner-spin 1.1s infinite linear;
}

.e-catalog-card-filter-row{
    display:inline-block;
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.e-catalog-card-filters{
    padding-top:16px;
}

#e-catalog-mobile-header-btn{
    display:none;
 }

.multiselect-native-select button{
    text-overflow: ellipsis;
    overflow:hidden;
}

@media screen and (max-width: 768px) {

    #e-catalog-xf-content-section{
        padding:0 15px;
    }

    .e-catalog-card-filter-row{
        display:block;
        margin:5px -16px 0 -16px;
    }

    #e-catalog-product-img,#animatedProductCard{
        display:none;
    }

    #e-catalog-home-btn-mobile {
        margin-right: 16px;
    }

    #e-catalog-filter-row-container {
        display: inline-block;
    }

    .filter-view #e-catalog-filter-row-container {
        display: block;
    }

    #e-catalog-filters .multiselect-native-select button, #e-catalog-region-filter {
        margin: 0;
    }

    #e-catalog-table.cards tbody tr {
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        border-top: 0;
        border-radius: 0;
        margin: 0;
        display: block !important;
        padding: 20px 0 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #e-catalog-table.cards tbody td {
        padding: 3px 15px !important;
        display: inline-block;
        width: 40%;
        font-size: 11px;
        color: #333333;
        letter-spacing: 0;
        line-height: 22px;
    }

    #e-catalog-table.cards tbody td.td-block, .e-catalog-product-table tbody td.td-block, #my-list-table tbody td.td-block{
        display:block !important;
    }

    .e-catalog-ruo-tag{
        margin-bottom:10px;
    }

    #e-catalog-table.cards tbody td.last-visible-column {
        display: inline-block;
        flex: none;
    }

    #e-catalog-table.cards td:before {
        display: block;
        font-size: 11px;
        color: #222222;
        letter-spacing: 0;
        line-height: 14px;
    }

    #e-catalog-table.cards tbody td:first-child {
        font-family: "HelveticaNeueMedium", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        border: 0 !important;
        padding: 0 15px 5px 15px !important;
        display: block;
        width: auto;
    }

    #e-catalog-table.cards tbody td:first-child a {
        color: var(--onelambda-color);
    }

    #e-catalog-table.cards tbody tr::after, #e-catalog-table.cards tbody tr::before {
        display: none;
    }

    #e-catalog-grid-view-btn, #e-catalog-list-view-btn {
        display: none;
    }

    #e-catalog-tab-bar {
        display: none;
    }

    #e-catalog-mobile-search, #e-catalog-home-btn-mobile, #e-catalog-mobile-header-btn {
        display: inline-block;
    }

    #e-catalog-mobile-header-btn {
        font-family: "HelveticaNeueMedium", sans-serif;
        font-size: 14px;
        color: #E71316;
        letter-spacing: 0;
        float: right;
        line-height: 22px;
    }

    #e-catalog-product-top-bar #e-catalog-mobile-header-btn{
        padding:20px 0;
    }

    #e-catalog-filters, .e-catalog-card-filters {
        display: none;
    }

    .float-left {
        float: left !important;
    }

    .float-right {
        float: right !important;
    }

    #e-catalog-filter-row {
        display: block !important;
    }

    #e-catalog-filter-row.filter-view {
        padding: 0;
    }

    #e-catalog-filter-row.filter-view .container {
        padding: 0;
    }

    .multiselect-container dropdown-menu {
        padding: 0 20px;
    }

    #e-catalog-filter-row.filter-view #e-catalog-filters {
        display: block;
    }


    #e-catalog-filter-row-control-btns {
        display: none;
        padding: 0 10px;
    }

    #e-catalog-filter-row.filter-view #e-catalog-filter-row-control-btns {
        display: block;
        box-shadow: 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
        margin-bottom: 5px;
        padding: 15px 15px 10px 15px;
    }

    #e-catalog-filter-row-control-btns.no-margin {
        margin: 0 !important;
    }

    .filter-control-btn {
        display: inline-block;
        color: var(--onelambda-color);
        cursor: pointer;
    }

    .filter-control-btn::before {
        font-size: 26px;
    }

    #mobile-solutions-select {
        font-family: "HelveticaNeueMedium", sans-serif;
        border: 0;
        background-color: #ffffff;
        border-radius: 0;
        text-align: center;
        text-align-last: center;
    }

    #e-catalog-filters .btn-group.open button, .e-catalog-card-filters .btn-group.open button {
        background-color: #F7F7F7;
        box-shadow: inset 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
        padding-left: 15px;
        border-left: 0;
        background-image: none;
    }

    #e-catalog-filters .btn-group.open button {
        margin-top: 0;
    }

    .e-catalog-inner .hide-mobile {
        display: none !important;
    }

    #e-catalog-filter-row.filter-view #e-catalog-home-btn-mobile, #e-catalog-filter-row.filter-view #e-catalog-mobile-header-btn,
    #e-catalog-filter-row.filter-view #e-catalog-mobile-search, #e-catalog-filter-row.filter-view .e-catalog-filter-btn {
        display: none;
    }

    #e-catalog-filter-row:not(.filter-view) #e-catalog-filter-btn-mobile {
        display: inline-block;
    }

    .e-catalog-filter-btn {
        cursor: pointer;
        margin-top: 0;
    }

    .e-catalog-filter-btn::before {
        font-size: 16px;
    }

    .multiselect-native-select .btn-group {
        width: 100% !important;
    }

    .multiselect-native-select button, #e-catalog-region-filter, #related-products-region-filter {
        color: #222222 !important;
        font-family: "HelveticaNeueBold", sans-serif;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 22px;
        display: block;
        width: 100%;
        border: 0;
        background-color: #ffffff;
        max-width: 100% !important;
        border-radius: 0;
        padding: 15px;
        padding-left: 11px;
        border-bottom: 1px solid #EAEBEA;
        border-left: 4px solid #ffffff;
    }

    #e-catalog-region-filter, #related-products-region-filter {
        padding: 10px 15px 15px 11px !important;
    }

    .multiselect-native-select:last-child button {
        border-bottom: 0;
    }

    .multiselect {
        background-color: #ffffff;
        box-shadow: none;
        border-color: #EAEBEA;
        border-left: 4px solid #ffffff;
    }

    .btn-group:not(.open) .multiselect.filters-set {
        border-left: 4px solid var(--onelambda-color);
    }

    .multiselect-container {
        position: relative !important;
        width: 100%;
        border: 0;
        box-shadow: none;
        max-height: none !important;
    }

    .multiselect-native-select label {
        color: #222222;
        font-family: "HelveticaNeue", sans-serif;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 22px;
        background-color: #ffffff !important;
    }

    .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
        width: 100%;
        margin: 0 !important;
        padding-left: 40px !important;
    }

    .multiselect-container > li > a > label > input[type=checkbox] {
        left: 34px;
        top: calc(50% - 13px) !important;
        margin-bottom: 5px;
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid rgb(201, 200, 200);
    }

    .multiselect-container > li > a > label > input[type=checkbox]:checked::before {
        font-family: icomoon;
        content: "\e938";
        font-size: 18px;
        color: var(--onelambda-color);
    }

}

.hide-scrollbars {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scrollbars::-webkit-scrollbar {
    display: none;
}

/* E CATALOG PRODUCT SECTION */

details > summary:first-of-type {
    list-style-type: none;
    outline: none;
}

details summary::-webkit-details-marker {
    display: none;
}

#e-catalog-product-section {
    background-color: #F7F7F7;
}

#e-catalog-product-top-bar, #e-catalog-my-list-top-bar {
    background: #FFFFFF;
}

#back-to-e-catalog-btn {
    font-family: "HelveticaNeueBold", sans-serif;
    font-size: 14px;
    color: var(--onelambda-color);
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 0;
}

#back-to-e-catalog-btn:hover, #back-to-e-catalog-btn:focus{
    color:var(--onelambda-color-hover);
    text-decoration:none !important;
}

#back-to-e-catalog-btn span {
    vertical-align: text-bottom;
}

#contact-us-button {
    float: right;
}

#e-catalog-product-name {
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 26px;
    color: #222222;
    letter-spacing: 0;
    line-height: 33px;
    display: inline-block;
    margin-right:30px;
}

#e-catalog-product-header, #e-catalog-my-list-header {
    padding: 22px 0;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    border-top: 4px solid var(--onelambda-color);
    background-color: #ffffff;
}

#e-catalog-product-header.my-list-saved{
    background-color: #EBF2FA;
}

#e-catalog-my-list-header{
    border-top:1px solid #DCDCDC;
    margin-bottom:5px;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}

#e-catalog-header-info {
    display: inline-block;
}

.e-catalog-header-info-item {
    display: inline-block;
    margin: 0 17px;
    margin-bottom:10px;
}

.e-catalog-header-info-item:last-child {
    margin-right: 0;
    margin-bottom:0;
}

.e-catalog-header-info-item-name {
    font-family: "HelveticaNeueBold", sans-serif;
    font-size: 11px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    line-height: 14px;
}

.e-catalog-header-info-item-value {
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}

#e-catalog-product-main-section {

}

.e-catalog-product-card-container-header {
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    line-height: 23px;
}

.e-catalog-product-card-container-header.open {
    margin-bottom: 10px;
}

.e-catalog-product-card-container {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    border-radius: 4px;
    margin: 12px 0;
    padding: 16px;
}

.e-catalog-product-card-container.p0{
    padding:0;
}

.e-catalog-product-detail-item:not(:last-child) {
    margin-bottom: 22px;
}

.e-catalog-detail-item-name {
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    line-height: 22px;
}

.e-catalog-detail-item-value {
    font-family: HelveticaNeue, sans-serif;
    font-size: 14px;
    color: #101010;
    letter-spacing: 0;
    line-height: 22px;
}

#ruo-details-text{
    font-style:italic;
    margin: 15px 0;
    display: block;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 12px;
    color: #E71316;
    line-height: 20px;
}

.e-catalog-product-resource-item {
    font-family: "HelveticaNeueBold", sans-serif;
    font-size: 14px;
    color: var(--onelambda-color);
    letter-spacing: 0;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
}

.e-catalog-product-resource-item:hover {
    color: var(--onelambda-color-hover);
}

#e-catalog-related-products-container {
    padding: 0;
}

.e-catalog-single-product-tables{
    padding:0 16px 16px 16px;
}

.e-catalog-card-container-header-section {
    box-shadow: 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
    margin-bottom: 5px;
    padding:16px;
}

#e-catalog-related-product-tabs {
    border-bottom: 1px solid #EDEDED;
}

.e-catalog-related-product-anchor-btn {
    font-family: HelveticaNeue, sans-serif;
    font-size: 14px;
    color: #555759;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    padding: 16px 0;
    margin: 0 16px;
}

.e-catalog-related-product-anchor-btn:hover {
    font-family: "HelveticaNeueBold", sans-serif;
    color: #222222;
    border-color: #E71316;
}

#e-catalog-related-product-tables {
    padding: 16px;
}

.e-catalog-product-table thead {
    border-bottom: 1px solid #222222;
}

.e-catalog-product-table th {
    background-color: #ffffff;
    font-family: "HelveticaNeue", sans-serif !important;
    font-size: 11px;
    color: #5F5F67;
    letter-spacing: 0;
    line-height: 14px;
    padding: 16px !important;
    text-align: left;
    background-size: 8px;
    background-position: center left !important;
}

.e-catalog-product-table th.text-right{
    text-align:right;
}

.e-catalog-product-table thead th:first-child {
    font-family: "HelveticaNeueBold", sans-serif !important;
}

.e-catalog-product-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #c9c8c8;
}

.e-catalog-product-table td {
    color: rgb(85, 87, 89);
    font-family: HelveticaNeue, sans-serif;
    font-size: 13px;
    text-align: left;
    border: 0 !important;
    padding: 16px !important;
}

.cardFooter{
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    margin-left: -16px;
    margin-right: -16px;
}

.e-catalog-product-table td:first-child {
    text-align: left;
}

.e-catalog-single-product-filters-wrapper {
    display: none;
}

.single-product-filter-control-btn {
    display: none;
}

.e-catalog-product-table.cards td:before {
    display: none;
}

#e-catalog-related-product-tabs {
    overflow-x: scroll;
    white-space: nowrap;
}

#e-catalog-ruo-tag-template{
    display:none;
}

.e-catalog-ruo-tag{
    background-color: #ED7700;
    border-radius: 10px;
    font-family: "HelveticaNeueBold", sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    padding: 3px 6px 4px 6px;
    cursor: default;
    line-height:13px;
}

.cardTableSearch{
    /*margin-top:10px;*/
}

.cardTableSearch input{
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding:0 5px;
}

.searchicon{
    vertical-align:bottom;
}

@media screen and (max-width: 768px) {

    .cardTableSearch{
        margin-top:10px;
    }

    .desktop-only{
        display:none !important;
    }

    .e-catalog-single-product-tables{
        padding:0;
    }

    /* PRODUCT DETAIL MOBILE DESIGN   */
    details > summary:first-of-type {
        list-style-type: inherit;
        outline: none;
    }

    details summary::-webkit-details-marker {
        display: inline;
    }

    #e-catalog-product-name {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .e-catalog-header-info-item {
        margin: 4px 0;
        min-width: 40%;
    }

    #e-catalog-related-products-main-section {
        padding: 0;
        border-radius: 0;
        margin: 0;
    }

    .e-catalog-my-list-table-container{
        padding:0;
    }

    #e-catalog-related-product-tables {
        padding: 0;
    }

    .e-catalog-product-table.cards thead {
        border-bottom: 2px solid #222222;
        display:none;
    }

    .e-catalog-product-table.cards thead th {
        background-position: calc(100% - 15px) center;
        display: none;
    }

    .e-catalog-product-table.cards thead th:first-child {
        display: block;
        /*padding: 24px 15px 9px 15px !important;*/
        font-size: 11px;
        color: #222222;
        background-position: 5px center !important;
        background:transparent;
    }

    .e-catalog-product-table.cards tbody tr {
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        border-top: 0;
        border-radius: 0;
        margin: 0;
        display: block !important;
        padding: 20px 0 !important;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
        -moz-box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
        box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.10);
    }

    .e-catalog-inner .e-catalog-product-table.cards tbody td {
        padding: 3px 15px !important;
        display: inline-block;
        width: 40%;
        font-size: 11px;
        color: #333333;
        letter-spacing: 0;
        line-height: 22px;
        text-align: left;
    }

    .e-catalog-inner .e-catalog-product-table.cards tbody td.hidden-cell {
        display: none;
    }

    .e-catalog-product-table.cards td:before {
        display: block;
        font-size: 11px;
        color: #222222;
        letter-spacing: 0;
        line-height: 14px;
    }

    .e-catalog-product-table.cards tbody td:first-child {
        font-family: "HelveticaNeueMedium", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        border: 0 !important;
        padding: 0 15px 15px 15px !important;
        display: block;
        width: auto;
    }

    .e-catalog-product-table.cards tbody td:first-child a {
        color: var(--onelambda-color);
    }

    .e-catalog-product-table.cards tbody tr::after {
        display: none;
    }

    .e-catalog-single-product-filters-wrapper {
        display: block;
        margin-top:10px;
        /*padding: 10px 15px;*/
    }

    .e-catalog-single-product-filters-wrapper.filter-view {
        margin-bottom: 10px;
    }

    .e-catalog-single-product-filters-wrapper.filter-view.no-margin {
        margin-bottom: 0;
    }

    .e-catalog-card-filters.filter-view #related-products-region-filter {
        padding-top: 5px !important;
    }

    .e-catalog-single-product-filters-wrapper.filter-view .single-product-filter-control-btn {
        display: block;
    }

    .e-catalog-single-product-filters-wrapper.filter-view .single-product-filter-btn {
        color: var(--onelambda-color);
        display: none;
    }

    .e-catalog-card-filters.filter-view {
        padding: 0;
        display: block;
    }

    .single-product-filter-btn {
        margin: 0;
    }

    #contact-us-button span, #contact-us-button span:hover, #contact-us-button span:active {
        font-family: "HelveticaNeueMedium", sans-serif;
        color: #E71316;
        line-height: 22px;
        border: 0;
        background-color: #ffffff;
        text-align: right;
        min-width: 0;
        padding: 10px 0;
        box-shadow: none;
    }

}
.mfp-wrap.bigger-popup .mfp-content {
  height: 800px;
  max-height: 90vh;
  width: 90vw;
  max-width: none;
}
.e-catalog-cmp .clear-filter-text-btn {
  cursor: pointer;
  display: inline-block;
  color: var(--onelambda-color);
  margin-top: 10px;
  margin-left: 20px;
}
.e-catalog-cmp .clear-filter-text-btn.single-product-filter-clear-btn {
  margin-top: 5px;
}
.e-catalog-cmp #back-to-e-catalog-btn {
  color: var(--onelambda-color);
}
.e-catalog-cmp .e-catalog-tab-bar-btn:hover,
.e-catalog-cmp .e-catalog-tab-bar-btn.active {
  border-color: var(--onelambda-color);
}
.e-catalog-cmp #e-catalog-mobile-header-btn {
  color: var(--onelambda-color);
}
.e-catalog-cmp #e-catalog-product-header,
.e-catalog-cmp #e-catalog-my-list-header {
  border-top: 1px solid #dcdcdc;
}
.e-catalog-cmp .e-catalog-table-container {
  display: none;
}
.e-catalog-cmp #e-catalog-filter-row {
  display: none;
}
.e-catalog-cmp #e-catalog-filter-row.shown {
  display: block;
}
.e-catalog-cmp #e-catalog-filter-row-container .active-filter-bubbles .filter-bubble {
  border-radius: 100px;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 16px;
  background-color: #fde2ec;
  position: relative;
  padding: 4px 30px 4px 6px;
  border-color: transparent;
}
.e-catalog-cmp #e-catalog-filter-row-container .active-filter-bubbles .filter-bubble:after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: var(--onelambda-color-hover);
  right: 10px;
  top: calc(50% - 10px);
  font-size: 14px;
}
.e-catalog-cmp .komodo-circle-icon-btn::before {
  background-color: var(--onelambda-color);
}
.e-catalog-cmp .my-list-add-btn.active::before {
  background-color: var(--onelambda-color) !important;
}
.e-catalog-cmp table td a {
  color: var(--onelambda-color);
}
.e-catalog-cmp .e-catalog-table:not(.cards) tbody tr:hover {
  border-top-color: var(--onelambda-color) !important;
}
.e-catalog-cmp .e-catalog-primary-filter {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  padding: 8px 10px;
  min-width: 250px;
  margin: 0 35px;
  vertical-align: middle;
  max-width: 0;
  background: #ffffff;
  -webkit-appearance: auto;
  cursor: default;
}
.e-catalog-cmp #e-catalog-primary-filter-mobile {
  min-width: 0;
  max-width: none;
  margin: -1px 5px 0 5px;
  padding: 3px 0;
  font-family: HelveticaNeue;
  display: none;
}
@media screen and (max-width: 768px) {
  .e-catalog-cmp #e-catalog-primary-filter-mobile {
    display: inline-block;
    float: right;
    max-width: 25vh;
  }
}
.e-catalog-cmp .no-documentation-text {
  padding: 20px;
  text-align: center;
}
.e-catalog-cmp .filter-view .e-catalog-primary-filter {
  display: none !important;
}
.e-catalog-cmp #e-catalog-filter-row:not(.filter-view) button.multiselect.filters-set,
.e-catalog-cmp .e-catalog-card-filters button.multiselect.filters-set {
  border-color: var(--onelambda-color);
}
.e-catalog-cmp .single-product-filter-clear-btn {
  cursor: pointer;
}
.e-catalog-cmp .icon-16-lock-closed-bold {
  color: #bfbfbf;
}
.e-catalog-cmp .e-catalog-filter-btn {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .e-catalog-cmp .text-center-md {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .e-catalog-cmp .clear-filter-text-btn {
    display: none;
  }
  .e-catalog-cmp #e-catalog-primary-filter-mobile {
    max-width: 200px;
    float: none;
  }
  .e-catalog-cmp #e-catalog-mobile-header-btn {
    text-align: right;
  }
  .e-catalog-cmp #e-catalog-product-section #e-catalog-mobile-header-btn {
    float: right;
  }
}
@media screen and (max-width: 550px) {
  .e-catalog-cmp #e-catalog-mobile-header-btn {
    margin-top: 10px;
    display: block;
    float: none;
  }
  .e-catalog-cmp #e-catalog-product-section #e-catalog-mobile-header-btn {
    margin-top: 0;
    float: right;
  }
}
@media screen and (max-width: 425px) {
  .e-catalog-cmp #e-catalog-mobile-search,
  .e-catalog-cmp #e-catalog-primary-filter-mobile {
    max-width: 150px;
  }
}
@media screen and (max-width: 380px) {
  .e-catalog-cmp #e-catalog-mobile-search,
  .e-catalog-cmp #e-catalog-primary-filter-mobile {
    max-width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .e-catalog-cmp #e-catalog-mobile-search,
  .e-catalog-cmp #e-catalog-primary-filter-mobile {
    max-width: 100px;
  }
}
.e-catalog-cmp select[name="e-catalog-table_length"] {
  border-color: #dcdcdc;
}
.e-catalog-cmp .tableFooter {
  margin-top: 10px;
}

