@media (min-width: 1200px){
    .mt0-xl {
        margin-top: 0px;
    }
}

@media (min-width: 992px){
    .logo {
        left: 0;
    }
    .sideleft {
        left: 0;
    }
    .header {
        left: 230px;
    }
    .sideLeft{
        left:0;
    }

    /*MENU*/
    .collapsed-menu .logo {
        left: -230px;
    }
    .collapsed-menu .header {
        left: 0;
    }
    .collapsed-menu .sideLeft {
        width: 60px;
        left:0;
    }
    .collapsed-menu .mainPanel {
        margin-left: 60px;
    }
    .collapsed-menu .menuItemIcon {
        transform: translateX(-4px);
    }
    .collapsed-menu .sideLeft .sidebarLabel {
        visibility: hidden;
    }
    .collapsed-menu .infoList {
        display: none;
    }
    .collapsed-menu .contentPanel {
        margin-left: 290px;
    }
    .collapsed-menu .sideLeft .sidebarLabel {
        visibility: hidden;
    }
    .expand-menu .sideLeft .sidebarLabel {
        visibility: visible;
    }
    .expand-menu .sideLeft {
        width: 230px;
        left: 0px;
    }
    .expand-menu .infoList {
        display: block;
    }
    .mainPanel {
        margin-left: 230px;
    }
    .lhide{
        display: none;
    }
    .opacity0I-l {
        opacity: 0 !important;
    }
}
@media (min-width: 0px){
    .product{
        width: 100%;
    }
}

@media (min-width: 576px){
    .mt0-sm {
        margin-top: 0px;
    }
}
@media (max-width: 990px){
    .mainPanel{
        width: 100%;
    }
}
@media (min-width: 1200px){
    .product{
        width: 50%;
    }

    .books-home-bestellen .product{
        width: 100%;
    }
}

@media (min-width: 1500px){
    .product{
        width: 33.33%;
    }

    .books-home-bestellen .product{
        width: 100%;
    }
}


@media (min-width: 1800px){
    .product{
        width: 25%;
    }

    .books-home-bestellen .product{
        width: 100%;
    }
}

@media (min-width: 2200px){
    .product{
        width: 20%;
    }

    .books-home-bestellen .product{
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .productRow .buttonProduct.order{
        width: 45px;
    }
    .productRow .buttonProduct.order i{
        margin-right: 0px;
    }
    .productRow .buttonProduct.order span{
        display: none;
    }
}

@media (max-width: 414px) {
    .table-xs tr,
    .table-xs td,
    .table-xs tbody,
    .table-xs thead,
    .table-xs tfoot,
    .table-xs th {
        display: table;
        width: 100%;
        border-collapse: separate;
    }
    .table-xs > tbody tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-xs td[title]:before {
        content: attr(title) ": ";
    }
    .table-xs td:before {
        white-space: nowrap;
        width: 50%;
        display: table-cell;
        text-align: left;
        font-weight: bold;
    }
    .table-xs .item-row td:first-child,
    .table-xs .item-row td:nth-child(2) {
        border: 0 none;
    }
    .table-xs .item-row td:first-child {
        border: 0 none;
    }
    .table-xs .item-row td:last-child {
        background: #eee;
        border-bottom: 2px solid #a2a2a2;
        font-weight: bold;
    }
    .table-xs .item-row img {
        margin-bottom: 1em;
    }
    .table-xs .total-row td {
        display: table-cell;
        width: 1%;
        border-top: 0 none;
        border-bottom: 3px double #a2a2a2;
        font-weight: bold;
        font-size: 1.5em;
    }
    .table-xs .total-row td:first-child {
        width: 99%;
    }
}

