.compass-product-table-header {
    width: 100%;
}

.compass-product-table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.compass-table-bundle-header-type-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #111417;
    border: none;
}

.compass-table-bundle-header-type-empty {
    border: none;
}

.compass-table-header-elem-image {
    height: 48px;
    display: block;
}

.compass-table-header-elem-image img {
    height: 100%;
    width: auto;

}

.compass-table-header-content {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.compass-table-header-content a{
    color:#0066C6;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}
.compass-table-header-content a:hover{
    color:#FF9325;
}
.compass-table-header-content > strong{
    color:#111417;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
}
/*.compass-table-header-content span{*/
/*    color:#111417;*/
/*}*/
.compass-table-header-type-product,
.compass-table-header-type-text,
.compass-table-header-type-wysiwyg{
    text-align: center;
    border-left: 1px solid #E0E9EE;
    border-right: none;
    border-bottom: none;
    background: #C7E0F5;
}

.compass-table-header-type-product,
.compass-table-header-type-text{
    padding: 16px;
}
.compass-table-header-type-wysiwyg{
    color:#111417;
}
.compass-table-header-type-text span{
    color:#111417;
}
.compass-table-header-type-product a {
    font-size: 14px;
    width: 100%;
    position: relative;
}

.compass-table-header-type-product a[rel] {
    font-size: 14px;
    width: auto;
    position: relative;
    min-width: 50%;
}

.compass-table-header-type-product a[rel]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.48);
    transition:all ease .3s;
    opacity:0;
}

.compass-table-header-type-product a[rel]:after {
    content: '\f002';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#FFF;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    z-index: 6;
    transition:all ease .3s;
    opacity:0;
}
.compass-table-header-type-product a[rel]:hover:before,
.compass-table-header-type-product a[rel]:hover:after{
    opacity:1;
}
.compass-table-header-type-product a:before {

}

.compass-table-header-type-product .compass-status-tag {
    margin-top: 15px;
    padding: 4px 8px;
}

.compass-table-header-type-product .compass-status-tag img {
    display: none;
}

/* #E0E9EE */
.compass-table-body-categoryrow {
    border-left: 1px solid #E0E9EE;
    border-right: 1px solid #E0E9EE;
    border-top: 1px solid #E0E9EE;
    background: #F1F4F6;
}

.compass-table-body-categoryrow td,
.compass-table-body-categoryrow td:first-child {
    border-left: 1px solid #E0E9EE;
    border-right: 1px solid #E0E9EE;
}

.compass-table-body-categoryrow td:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #111417;
    padding: 12px 20px 12px 16px;
    line-height: 100%;
}

/*.compass-table-body-categoryrow td:first-child span {*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*}*/
.compass-table-body-contentrow td {
    border-left: 1px solid #E0E9EE;
    border-right: 1px solid #E0E9EE;
    border-top: 1px solid #E0E9EE;
    color: #111417;
    font-size: 14px;
    padding: 8px 24px;
    text-align: center;
    vertical-align: middle;
}

.compass-table-body-contentrow td:first-child {
    text-align: left;
}
.compass-table-body-contentrow td:first-child a > span{
    text-align:left;
    margin-bottom:6px;
}
.compass-table-body-contentrow td:first-child > div > span {
    text-align: left;
    display: inline;
    width: auto;
}
.compass-table-body-contentrow td:first-child a {
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 600;

    color: #44515A;
}
.compass-table-body-contentrow td:first-child a .compass-table-contentrow-column-product__name > span{
    text-decoration: underline;
}
.compass-table-body-contentrow td:first-child a:hover{
    color:#FF8F1C;
}
.compass-table-body-contentrow td:first-child a[data-tooltip],
.compass-product-table a[data-tooltip]
{
    width: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.compass-table-body-contentrow td:first-child a[data-tooltip]:before,
.compass-product-table a[data-tooltip]:before{
    content: attr(data-tooltip);
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    font-size: 11px;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.compass-table-body-contentrow td:first-child a[data-tooltip]:hover:before,
.compass-product-table a[data-tooltip]:hover:before
{
    visibility: visible;
}
.subcategoryrow-tooltip-holder,
.category-row-tooltip-holder{
    width: 100%;
    display: flex;
    flex-flow: row;
}
.subcategoryrow-tooltip-holder > a[data-tooltip],
.category-row-tooltip-holder > a[data-tooltip]{
    margin-left:10px;
}
.compass-table-body-contentrow-type-checkbox svg {
    width: 20px;
}

.compass-table-body-contentrow-type-checkbox i {
    color: #08A592;
}
.compass-table-body-contentrow-type-checkbox i.fa-circle-xmark{
    color:#C9D3DD;
}
.compass-table-body-subcategoryrow {

}

.compass-table-body-subcategoryrow td {
    padding: 12px 14px 4px 16px;
    border-left: 1px solid #E0E9EE;
    border-right: 1px solid #E0E9EE;
    border-top: 1px solid #E0E9EE;
}

.compass-table-body-subcategoryrow-type-text {
    text-transform: uppercase;
    font-weight: 600;
    color: #01579B;
    font-size: 12px;
}

.compass-table-body-contentrow-column-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.compass-table-body-contentrow:nth-child(2n+1) {
    background: #F8FAFB;
}

.compass-table-contentrow-column-text-holder {
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: row;
    line-height:16px;
}
.compass-table-contentrow-column-text-holder > span{
    width:100%;
    text-align:center;
    display:inline-block;
}

.compass-table-contentrow-column-text-holder a[data-tooltip] {
    margin-left: 10px;
}

.compass-table-body-contentrow-type-wysiwyg p {
    margin-bottom: 0;
}

.compass-table-body-categoryrow-type-button {
    text-align: center;
}

.compass-table-body-categoryrow-type-button a {
    background: #FFF;
    border: 1px solid #CDCDCD;
    font-size: 12px;
    font-weight: 600;
    color: #111417;
    text-decoration: none;
    line-height: 16px;
    border-radius: 4px;
    padding: 8px 16px;
}

.compass-table-body-categoryrow-type-button a i {
    margin-left: 10px;
}
.compass-mobile-product-header-collapsable {
    background: #C7E0F5;
    text-align: center;
    padding: 16px;
}
.compass-mobile-product-header-collapsable > a {
    color: #0066C6;
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 16px;
}
.compass-mobile-product-header-collapsable > strong{
    color: #111417;
    margin: 8px 0 4px 0;
    display: block;
    width: 100%;
}
.compass-mobile-product-header-collapsable span{
    color: #111417;
}
.compass-mobile-product-header-collapsable p > a{
    text-decoration: underline !important;
    color: #0066C6;
    font-weight: 600;
}
.compass-product-table-nonempty__header-zero tr th:first-child,
.compass-product-table-nonempty__header-zero tr th:first-child span,
.compass-product-table-nonempty__header-zero tr th:first-child strong{
    text-align:left;
}
.compass-product-table-mobile__header{
    background: #C7E0F5;
}
.compass-table-mobile-bundle-header {
    padding: 20px 16px 12px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.compass-mobile-product-table-collapsable .compass-table-body-categoryrow-type-button a{
    display:none;
}
.compass-table-shortcode-container-mobile{
    display:none;
}
.compass-table-contentrow-column-product-link{
    display: flex !important;
    flex-flow: row;
    align-items: center;

    color: #44515A;
}
.compass-table-cententrow-column-product-link a > span{
    text-decoration: underline;
}
.compass-table-contentrow-column-product-link a,
.compass-table-contentrow-column-product-link a > span,
.compass-table-contentrow-column-product a > span{
    color: #44515A;
    font-weight: 600;
}
.compass-table-contentrow-column-product a:hover > span{
    color: #FF8F1C;
}
.compass-table-contentrow-column-product-link > span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.compass-table-contentrow-column-product-link > img, .compass-table-contentrow-column-product > img{
    width:60px;
    margin-right:12px;
    border:1px solid #F1F4F6;
}
.compass-table-contentrow-column-product{
    display: flex;
    flex-flow: row;
    align-items: center;
}

.compass-table-contentrow-column-product__name {
    line-height: 16px;
    display: flex;
    flex-flow: column;
    width: calc(100% - 72px);
}
.compass-table-header-type-wysiwyg p{
    margin-bottom:0;
}
.elementor-kit-13 a.compass-table-button,
a.compass-table-button{
    background: #FFF;
    border: 1px solid #CDCDCD;
    font-size: 12px;
    font-weight: 600;
    color: #111417;
    text-decoration: none;
    line-height: 16px;
    border-radius: 4px;
    padding: 8px 16px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.compass-table-body-contentrow td.compass-table-body-contentrow-type-text > a{
    text-decoration:underline;
}
.compass-table-body-contentrow .compass-table-body-contentrow-type-wysiwyg p a{
    text-decoration:underline;
}
.compass-table-body-contentrow td.compass-table-body-contentrow-type-product > .compass-table-contentrow-column-product > a {
    width: 60px;
    margin-right: 15px;
}
.compass-table-body-contentrow td:first-child a[rel="lightbox"]{
    width: 60px;
    border: 1px solid #F1F4F6;
}
.elementor-kit-13 a.compass-table-button:hover,
a.compass-table-button:hover{
    color: #FF8F1C;
}
.compass-table-button i{
    margin-left:10px;
}
.compass-table-body-contentrow td:first-child a.content-row-product-lightbox{
    width:60px;
    margin-right: 12px;
    border: 1px solid #F1F4F6;
}
.compass-table-contentrow-column-product .content-row-product-lightbox img{
    width:60px !important;
}
.compass-mobile-product-table-collapsable .compass-product-table th{
    padding:0;
}
@media screen and (max-width: 768px){
    .compass-table-shortcode-container-desktop{
        display:none;
    }
    .compass-table-shortcode-container-mobile{
        display:block;
    }
    .compass-table-shortcode-container-mobile .compass-table-body-contentrow td {
        font-size: 13px;
        padding: 5px 14px;
    }
    .compass-table-shortcode-container-mobile .compass-table-body-contentrow td.compass-table-body-contentrow-type-button{
        padding:5px 8px;
    }
    .compass-table-shortcode-container-mobile .compass-table-body-categoryrow td:first-child{
        width: 65%;
    }
    .compass-mobile-product-table-collapsable .compass-table-body-categoryrow-type-button a {
        display: block;
        width: fit-content;
        white-space: nowrap;
        margin: 0 auto;
    }
    .compass-product-table-header h4{
        text-align:left !important;
    }
    .compass-mobile-product-header-collapsable strong,
    .compass-mobile-product-header-collapsable > p{
        color: #111417;
        font-weight: 600;
    }
    .mobile-v-align__middle{
        vertical-align:middle !important;
    }
    .mobile-v-align__top{
        vertical-align:top !important;
    }
    .mobile-v-align__bottom{
        vertical-align:bottom !important;
    }
}
