/**
 * KLEINE SCHERMEN
 */
@media only screen and (max-width: 767px){
    /* Removes telefoonnummer, winkelwagen etc in mobiel */
    #header_meta, #main .title_container {
        display:none !important;
    }

    /* In page navigation & beschrijvingen volledige breedte */
    .botman-in-page-navigation, .botman-product-descriptions {
        width:100% !important;
    }

    h1 {
        font-size:30px;
        margin-top:14px;
    }

    .responsive .single-product-main-image {
        padding: 0 !important;
    }

    .responsive-cart-button {
        float:left;
        width:100%;
    }

    /* Make botman add_to_cart box fit in */
    .single-product-summary {
        float:left;
        margin:20px 0;
        width:100%;
    }

    #top .botman_content_box {
        background-color:#fff;
        border:0 !important;
        padding:0;
        margin:0;
        box-shadow:none;
    }

    .botman-wrap .single-product-summary {
        float:none;
        width:100%;
    }

    .responsive #top #main .woocommerce-ordering {
        bottom:initial;
        clear:both;
        left:initial;
        padding: 0;
        position:relative;
        top:initial;
    }
}

/*
 * GROTE SCHERMEN
 */
@media only screen and (min-width: 768px) {
    #menu-item-16711 {
        display:none !important;
    }

    .botman-wrap .single-product-summary {
        width:34%;
        float:right;
    }
}

@media only screen and (min-width: 1050px) {
    .botman-wrap .single-product-summary {
        width:35%;
    }
}
