#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__tablet-header-btn .my-list-counter,
#view-my-list__desktop-header-btn .my-list-counter,
#e-catalog-mobile-header-btn .my-list-counter,
#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:#1E8AE7 !important;
    content:'\ea29';
}

.my-list-header-btn{
    display:inline-block;
    cursor:pointer;
    color: #1E8AE7;
}

.my-list-header-btn:hover{
    color:#005DAA;
}

.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:#1E8AE7;
    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:#005DAA;
}

.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: #1E8AE7;
        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-inner > .container {
    width: 100%;
    padding: 0;
}

.e-catalog-table-container {
    display: none;
}

.clear-filter-text-btn{
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    color:#1E8AE7;
}

#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;
}

.e-catalog-tab-bar-btn {
    display: inline-block;
    font-family: "HelveticaNeueMedium", sans-serif;
    font-size: 14px;
    color: #555759;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    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;
}

.print-filtered-products-btn{
    display:none;
    vertical-align:middle;
    cursor:pointer;
    margin-left: 10px;
}

#print-filtered-products-btn-mobile{
    float:right;
    padding-right:20px;
    padding-top:3px;
    display:none;
}

.print-filtered-products-btn.disabled{
    cursor:default;
    color:#DCDCDC;
}

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

#e-catalog-search {
    display: inline-block;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 30px;
    text-align: left;
}

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

#e-catalog-home-btn {
    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;
    display: none;
}

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

.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;
}

.e-catalog-cmp .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;
}

.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 #1E8AE7;
    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: #1E8AE7;
}

.e-catalog-inner a:hover {
    color: #005DAA;
}

.e-catalog-filter-btn {
    margin-top: 5px;
    margin-right: 24px;
    display: none;
    vertical-align: middle;
}

#e-catalog-filters .e-catalog-filter-btn {
    margin-top: 0;
    padding-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;
}

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

.e-catalog-cmp .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;
}

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

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

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

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

.e-catalog-cmp .multiselect-container input[type="checkbox"], .multiselect-container input[type="radio"] {
    opacity: 1;
    top: calc(50% - 11px) !important;
}

.e-catalog-inner .multiselect-container.dropdown-menu{
    z-index:1;
}

.path-phadia .dropdown-menu > .active > a {
    background-color: #ffffff;
}

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

#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: #1E8AE7;
    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:#005DAA;*/
}

#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-home-btn-mobile, #e-catalog-mobile-header-btn, #e-catalog-filter-row-control-btns {
    display: none;
}

#e-catalog-filters {
    display: grid;
    grid-template-columns: 30px 1fr;
}

.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;
}
@keyframes spinner-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#e-catalog__search-and-btn-tablet,
#e-catalog__desktop-search-wrapper,
#view-my-list__desktop-header-btn {
    display: none;
}

@media screen and (min-width: 769px) {
    #print-filtered-products-btn-mobile {
        display: none !important;
    }

    .tab-bar-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }

    #e-catalog__search-and-btn-tablet {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 16px 0 24px;
    }

    .e-catalog-tab-bar__btns {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
    }

    .e-catalog-tab-bar-btn:first-child {
        margin-left: 0;
        text-align: left;
    }

    #e-catalog__tablet-search-wrapper {
        position: relative;
    }

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

    #e-catalog-mobile-search {
        display: none;
    }

    #e-catalog__tablet-search {
        width: 100%;
        padding: 8px 0 8px 36px;
    }

    #view-my-list__tablet-header-btn {
        margin-left: 24px;
    }

    #view-my-list-header-btn .e-catalog-comm-primary {
        display: block;
        margin: 0;
    }
}

@media (min-width: 1201px) {
    .tab-bar-grid {
        padding-top: 15px;
        padding-bottom: 15px;
        align-items: center;
        max-width: 1370px;
    }

    #e-catalog-filter-row .container {
        max-width: 1370px;
    }

    #e-catalog__search-and-btn-tablet {
        display: none;
    }

    #e-catalog__desktop-search-wrapper {
        position: relative;
        display: block;
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        padding-top: 24px;
    }

    #e-catalog__desktop-search-wrapper::before {
        content: "\ede7";
        font-family: "icomoon";
        position: absolute;
        top: 33px;
        font-size: 16px;
        left: 9px;
    }

    #e-catalog__desktop-search {
        width: 50%;
        padding: 8px 0 8px 30px;
    }

    #view-my-list__desktop-header-btn {
        display: block;
        grid-column: 10 / -1;
        grid-row: 1 / 2;
        position: relative;
    }

    #view-my-list__desktop-header-btn .commercial-btn-primary {
        float: right;
    }

    .e-catalog-tab-bar__btns {
        grid-column: 1 / 10;
    }
}

@media (min-width: 1440px) {
    .e-catalog-tab-bar__btns {
        grid-column: 1 / 8;
    }

    #e-catalog__desktop-search-wrapper {
        padding-top: 0;
        grid-row: 1 / 2;
        grid-column: 8 / 11;
    }
    #e-catalog__desktop-search-wrapper::before {
        top: 10px;
        left: unset;
        right: 255px;
    }

    #e-catalog__desktop-search {
        width: 280px;
        float: right;
    }

    #view-my-list__desktop-header-btn {
        grid-column: 11 / -1;
    }
}

@media screen and (max-width: 768px) {
    .clear-filter-text-btn{
        display:none;
    }
    #e-catalog-xf-content-section{
        padding:0 15px;
    }

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

    #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: #1E8AE7;
    }

    #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-header-btn {
        display: inline-block;
    }

    #e-catalog-mobile-search {
        width: 100%;
        padding: 8px 0 8px 30px;
    }

    #e-catalog__mobile-search-wrapper {
        display: block;
        position: relative;
    }

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

    .path-phadia .e-catalog-comm-primary {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #print-filtered-products-btn-mobile {
        position: relative;
        top: 88px;
        float: unset;
        padding: unset;
        margin-left: 0;
    }

    #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-related-product-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;
    }

    .e-catalog-cmp .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: #1e8ae7;
        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-related-product-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-wrapper,
    #e-catalog-filter-row.filter-view .e-catalog-filter-btn {
        display: none;
    }

    #e-catalog-filter-row.shown:not(.filter-view) #e-catalog-filter-btn-mobile {
        display: inline-block;
        position: relative;
        top: 88px;
    }

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

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

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

    .e-catalog-cmp .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;
    }

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

    .e-catalog-cmp .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 #1e8ae7;
    }

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

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

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

    .e-catalog-cmp .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);
    }

    .e-catalog-cmp .multiselect-container > li > a > label > input[type=checkbox]:checked::before {
        font-family: icomoon;
        content: "\e938";
        font-size: 18px;
        color: #1E8AE7;
    }

}

@media (max-width: 375px) {
    .e-catalog-filter-btn {
        margin-right: 15px;
    }
}

.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: #1E8AE7;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
    padding: 20px 0;
}

#back-to-e-catalog-btn:hover{
    color:#005DAA;
}

#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 #1E8AE7;
    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-detail-item {
    margin: 5px 0;
}

.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: #1E8AE7;
    letter-spacing: 0;
    line-height: 35px;
    display: block;
    cursor: pointer;
}

.e-catalog-product-resource-item:hover {
    color: #005DAA;
}

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

#e-catalog-related-products-header {
    box-shadow: 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
    margin-bottom: 5px;
}

#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-filters {
    padding: 16px;
}

#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 {
    border-bottom: 1px solid #c9c8c8;
}

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

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

#e-catalog-related-product-filters-wrapper {
    display: none;
}

.related-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;
}

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

    /* 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;
    }

    .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: #1E8AE7;
    }

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

    #e-catalog-related-product-filters-wrapper {
        display: block;
        padding: 10px 15px;
    }

    #e-catalog-related-product-filters-wrapper.filter-view {
        box-shadow: 0px 2px 4px 0px rgba(34, 34, 34, 0.1);
        margin-bottom: 10px;
    }

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

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

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

    #e-catalog-related-product-filters-wrapper.filter-view #related-products-filter-btn {
        color: #1e8ae7;
        display: none;
    }

    #e-catalog-related-product-filters.filter-view {
        padding: 0;
        display: block;
    }

    #related-products-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;
    }

}
