    /* TRY ME CHEAP - Proudct Page Block Styling */

    #trymecheap-container {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .tmc-banner-bar {
        background: linear-gradient(130deg, #ffffff 10%, #fee38a 10%, #fee38a 75%, #fdd550 75%);
        border-radius: 10px;
        margin-bottom: 25px;
        display: flex;
    }

    .tmc-logo {
        width: 40%;
    }

    .tmc-logo img{
        height: 120%;
        max-width: initial;
        margin-top: -8%;
    }

    .tmc-price-box {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 18px;
    }

    .tmc-try-me-only {
        color: #0180b5;
        font-family: 'Rubik', sans-serif;
        font-size: 1em;
        font-weight: 900;
        font-style: italic;
        line-height: 1;
        text-transform: uppercase;
    }

    .tmc-terms {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: #706f6f;
        line-height: 1.1;
    }

    .tmc-terms a {
        color: #0180b5;
        font-weight: bold;
        text-decoration: none;
        
    }

    .tmc-contact-try {
        color: #1d3b6c;
        font-size: 18px;
        font-family: 'Rubik', sans-serif;
    }

    .tmc-price {
        color: #1d3b6c; 
        font-family: 'Rubik', sans-serif;
        font-size: 22px;
        font-weight: 900;
        font-style: italic;
        display: flex;
        justify-content: center;
    }

    .tmc-dollar {
        display: inline-block;
        vertical-align: 1em;
    }

    .tmc-price-dollars {
        font-size: 2.5em;
        display: inline-block;
        margin-left: -5px;
        line-height: 1;
    }

    .tmc-price-cents-unit {
        display: inline-block;
        padding-top: 5px;
    }

    .tmc-price-cents {
        display: block;
        line-height: 1;
        margin-left: 5px;
    }

    .tmc-price-cents span {
        font-weight: 300;
    }

    .tmc-unit {
        display: block;
        text-transform: uppercase;
        font-size: 0.6em;
        line-height: 1;
        font-weight: 600;
        margin-left: 5px;
    }

    .tmc-generic {
        padding: 20px;
    }

    @media (min-width: 767px) and (max-width: 1100px) {
        .tmc-price-box {
            font-size: 14px;
        }

        .tmc-price {
            font-size: 16px;
        }
    }

    @media (max-width: 460px) {
        .tmc-price-box {
            font-size: 14px;
        }

        .tmc-price {
            font-size: 16px;
        }

    }

    /* LOGIN WARNING */

    .tmc-login-warning {
        font-family: 'Rubik';
        font-size: 18px;
        color: #333;
        border: 1px solid #eaeaea;
        filter: drop-shadow(2px 3px 1px #eaeaea);
        background: #fff;
        border-radius: 5px;
        padding: 22px 25px;
        margin: 25px 8px;
    }

    .tmc-login-warning .fa-unlock {
        color: #8f0101;
        font-size: 33px;
        margin-right: 18px;
    }

    .tmc-login {
        display: flex;
        align-content: center;
        align-items: center;
        padding: 0 25px;
        justify-content: center;
    }

    .tmc-login > div {
        text-align: left;
        line-height: 1.1;
    }

    .tmc-login > div > span {
        font-weight: bold;
        font-style: italic;
        display: inline-block;
    }

    .tmc-divide {
        border-top: 1px solid #eaeaea;
        margin: 15px 0;
    }

    .tmc-login-warning a:link, .tmc-login-warning a:visited {
        color: #0180b5;
        font-weight: bold;
    }

    .tmc-sign-up {
        font-size: 16px;
    }

    .tmc-sign-up  span {
        font-weight: bold;
        display: inline-block;
    }

    .tmc-terms {
        font-size: 13px;
    }

    @media (max-width: 499px) {
        .tmc-login {flex-direction: column;}
        .tmc-login > div {text-align: center;}
        .tmc-login-warning .fa-unlock {margin: 0 0 15px 0;}
    }



    /* ADD TO CART STYLING */

    .tmc-add-to-cart-outer {
        display: inline-block;
        margin-top: 15px;
        margin-right: -5px;
    }

    .tmc-add-to-cart-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 12px;
        background: #eef9ff;

    }

    .tmc-add-to-cart-btn {
        width: 54px;
        height: 52px;
        background: #3298c2;
        border-radius: 4px;
        color: #ffffff;
        text-align: center;
        line-height: 52px;
    }

    .tmc-add-to-cart-text {
        display: inline-block;
    }

    .tmc-add-to-cart-text p {
        margin-bottom: 0;
        font-family: "Rubik", sans-serif;
        font-style: italic;
        font-weight: 600;
        color: #3298c2;
        line-height:16px;
        margin-top: 5px;
    }

    .tmc-add-to-cart-text p span.tmc-add-to-cart-price {
        font-weight: bold;
        font-style: normal;
        margin-left: 4px;
        font-size: 16px;
        color: #cc0000;
    }

    a.tmc-add-to-cart-btn {
        display: inline-block;
        margin-left: 18px;
        font-size: 26px;
        color: #ffffff;
    }
    
    a.tmc-add-to-cart-btn > i.fas {
        margin-left: -3px;
        color: #ffffff;
    }

    a.tmc-add-to-cart-btn:hover {
        background: #6dbedf;
        color: #ffffff;
    }

    .tmc-help-popup {
        padding: 15px;
        display: none;
        position: absolute;
        width: 350px;
        height: 130px;
        background: #ffffff;
        border-radius: 15px 15px 0px 15px;
        margin-top: -120px;
        margin-left: -342px;
        filter: drop-shadow(2px 3px 3px #33333333);
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        z-index: 1;        
        align-items: center;
    }

    .tmc-help-text {
        padding-left: 20px;

    }

    .tmc-help-text p {
        font-weight: 500;
        font-style: normal;
        color: #555555;
        text-align: left;
        line-height: 16px;
        margin-bottom: 10px;

    }

    .tmc-help-text p:last-child {
        color: #183b6d;
        text-align: left;
        margin-bottom: 0;
    }

    .tmc-help {
        display: inline-block;
        margin-right: 8px;
    }

    .tmc-help:hover .tmc-help-icon {
        filter: brightness(1.05);
        cursor: pointer;
    }

    .tmc-help:hover .tmc-help-popup {
        display: flex;
    }

    @media (max-width: 639px){
        .tmc-help {display: none;} 
    }

    /* LOGGED OUT STYLING */

    .tmc-logged-out-wrap {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    
    .tmc-logged-out-box {
        display: flex;
        padding: 0 10px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        align-items: center;
        filter: drop-shadow(2px 2px 1px #eaeaea);
        background: linear-gradient(120deg, #fce489 50px, #fff 30px);
    }

    .tmc-circle {
        margin-right: 10px;
    }

    .tmc-circle > img {
        filter: drop-shadow(1px 1px 0px #bcbcbc);
    }

    .tmc-logged-out-desc {
        padding: 10px;
        text-align: right;
        font-family: 'Rubik', 'Work Sans', sans-serif;
    }

    .tmc-logged-out-desc > p {
        margin-bottom: 0;
        line-height: 1.1;
    }

    .tmc-logged-out-desc > p > span {
        color: #1c3b6b;
    }
    
    .tmc-logged-out-desc > p > span > span {
        color: #0180b5;
        font-size: 18px;
        font-weight: 700;
    }

    .tmc-logged-out-desc > p > span:first-child {
        display: block;
        font-weight: bold;
        font-style: italic;
    }

    tbody.mxl-grouped-table td.tmc-logged-out-col {
        padding-top: 0;
    }

    @media (max-width: 767px) {
        .tmc-logged-out-wrap {justify-content: center;}
    }