#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}
#wrapper.toggled {
    padding-left: 650px;
}
.kosaricaEmpty {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    padding: 40px;
    color: white;
}
.tdPercent {
    width: 20%;
}
#wrapper td {
    vertical-align: middle;
}
#wrapper td {
    background-color: white;
    color: #000;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#wrapper th {
    color: #eee;
    font-weight: normal;
}
.tdPercent td {
    width: 20%;
}
#cartMain td {
    background-color: transparent;
    color: white;
    border: none;
}
#sidebar-wrapper {
    z-index: 99999;
    position: fixed;
    right: 0px;
    width: 0;
    height: 100%;
    margin-right: -650px;
    overflow-y: auto;
    background: #000;
    padding: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 650px;
    right: 650px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -225px;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 80%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {} #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 650px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
table td br {
    display: none !important;
}
@media screen and (max-width: 767px) {
    table td br {
        display: block !important;
    }
    table td img {
        border: 5px solid white;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #wrapper {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrapper.toggled {
        padding-left: 650px;
    }
    .kosaricaEmpty {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 20px;
        padding: 40px;
        color: white;
    }
    .tdPercent {
        width: 20%;
    }
    #wrapper td {
        vertical-align: middle;
    }
    #wrapper td {
        background-color: white;
        color: #000;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #wrapper th {
        color: #eee;
        font-weight: normal;
    }
    .tdPercent td {
        width: 20%;
    }
    #cartMain td {
        background-color: transparent;
        color: white;
    }
    #sidebar-wrapper {
        z-index: 99999;
        position: fixed;
        right: 0px;
        width: 0;
        height: 100%;
        margin-right: -650px;
        overflow-y: auto;
        background: #000;
        padding: 0px !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 100% !important;
        right: 650px;
    }
    #page-content-wrapper {
        width: 100%;
        position: absolute;
        padding: 15px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-left: -225px;
    }
    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 80%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }
    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #999999;
    }
    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }
    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }
    .sidebar-nav > .sidebar-brand a {
        color: #999999;
    }
    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }
    table#cart tbody td .form-control {
        width: 30%;
        display: inline !important;
    }
    .actions .btn {
        width: 100%;
        margin: 1.5em 0;
    }
    .actions .btn-info {
        float: left;
    }
    .actions .btn-danger {
        float: right;
    }
    .actions {
        background-color: transparent !important;
    }
    table#cart thead {
        display: none;
    }
    table#cart tbody td {
        display: block;
        width: 80%;
        margin-left: 10%;
        position: relative;
        clear: both;
        text-align: center;
    }
    table#cart tbody tr td:first-child {
        background: transparent;
        color: #fff;
    }
    table#cart tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
    }
    .btn-block {
        width: 80% !important;
        margin-left: 10%;
    }
    table#cart tfoot td {
        display: block;
    }
    table#cart tfoot td .btn {
        display: block;
    }
}
