@media (min-width: 1200px) {
    html {
        width: 1170px !important;
    }
}

html::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

@media all and (min-width: 1417px) {
    .cart-iframe {
        padding-right: 30px !important;
        margin-right: 3px !important;
    }
}


@media (min-width: 992px) {
    .webshop-wrapper {
        max-width: none;
        padding: 0;
    }

}

@media (min-width: 1170px) {

    .webshop-wrapper > .col-lg-9 {
        width: 75%;
        padding-right: 0;
        float: left;

    }

    .webshop-wrapper > .col-lg-3 {
        width: 25%;
        float: left;
    }
}

.cart-iframe {
    top: 71px !important;
    right: 1px;
}

.lesson-days-bar.row{
    overflow: hidden;
}

.webshop-subnav{
    display: none;
}
