#order-hostproto_cart .price-table-container {
    padding: 15px 0 0 0;
    margin: 0 0 0 0;
}

#order-hostproto_cart .txt-center {
    text-align: center;
}

#order-hostproto_cart .alert {
    margin-top: 70px;
    padding: 15px;
}

#order-hostproto_cart .main-container {
    padding: 0;
    margin: 0 auto;
}

/* Sidebar */
html, body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.product-selection-sidebar {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    display: none;
}

.row-product-selection {
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#btnShowSidebar {
    position: relative;
    z-index: 99;
}