.lb_ui {
    position: fixed;
    bottom: 0;
    z-index: 101;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-top-left-radius: 10px;
    max-width: 100vw;
    border-top-right-radius: 10px;
}

@media screen and (max-width: 1200px) {
    .lb_ui {
       display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .lb_ui {
        position: relative;
        align-self: auto;
        z-index: 9;
        margin-top: 40px;
    }
}

.lb_ui .cart_actions_col {
    margin-top: 10px;
}

/* cart actions dialog */
#cart_actions {
    border-radius: 10px;
    background-color: #24b47e;
    color: #fff;
    flex: 2;
    padding: 0;
    margin-left: 0.25rem;
    border: 1px solid #24b47e;
}
.lumberprint_addons_wrapper, .lumberbase_wrapper, .wardrobe_container {
    border-radius: 10px;
    border: 1px solid #24b47e;
    padding: 0.5rem;
}
.lumberprint_addons_wrapper {
    flex: 1;
    font-size: 1rem;
    display: flex;
    margin-top: 10px;
}

.lumberprint_addons_wrapper table tr:hover>td,
.lumberprint_addons_wrapper table tr td,
.lumberprint_addons_wrapper table tbody>tr:nth-child(odd)>td
{
    background-color: transparent;
    padding: 0;
}

.lumberbase_wrapper {
    flex: 1;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

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

    .lumberbase_wrapper {
        flex-wrap: wrap;
    }

    .lumberbase_wrapper .lumberbase-flex {
        flex: 1;
        flex-direction: column;
        display: flex;
    }

    .lumberbase_wrapper .lumberbase_image_container a {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .lumberbase_wrapper .lumberbase_image_container a {
        width: 100%;
        height: auto;

        max-width: 90px;
    }
    .lumberbase_wrapper .lumberbase_image_container img {
        width: 100%;
        height: auto;
        max-width: 90px;
    }

    .lumberbase_wrapper .lumberbase_image_container {
        order: -1;
        flex: 0 0 auto;
    }

    .lumberbase_wrapper .addon_description {
        font-size: 10px;
        display: inline-block;
        margin-top: 5px;
    }


}

.upsale_container {
    display: flex;
    flex-direction: column;
    flex: 1;
}