.button-left {
    background-color: #4fb948;
    border: none;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.button-right {
    background-color: #4fb948;
    border: none;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 4px 2px;
    float: right;
    cursor: pointer;
}

.button-left:hover {
    color: #ffffff !important;
}

.button-right {
    color: #ffffff !important;
}

/* The Modal (background) */
.ippopup-div .modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ippopup-div .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 23%;
}

.close {
    float: right;
    font-size: 30px;
}

.close:hover,
.close:focus {
    color: #4fb948;
    text-decoration: none;
    cursor: pointer;
}


.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
}

/*
---------------
media queries voor problem mobile cat pages
---------------
*/
@media only screen and (max-width: 1000px) {
    .img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 14px;
        width: 67%;
    }
}

@media only screen and (max-width: 767px) {

    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 41%;
        height: 53%;
    }

    .button-left {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 90%;
    }

    .button-right {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        float: none;
        width: 90%;
        cursor: pointer;
    }
}
@media only screen and (max-width: 600px) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 41%;
        height: 53%;
    }


    .button-left {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 90%;
    }

    .button-right {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        width: 90%;
        cursor: pointer;
    }

    .img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 61%;
        height: 50%;
    }

    .button-left {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 90%;
    }

    .button-right {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        width: 90%;
        cursor: pointer;
    }
}
@media only screen and (max-width: 375px) {
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 61%;
        height: 56%;
    }

    .button-left {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 90%;
    }

    .button-right {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        width: 90%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 320px) {
    .img-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-bottom: 18px;
    }

    .button-left {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        width: 90%;
    }

    .button-right {
        background-color: #4fb948;
        border: none;
        color: #ffffff !important;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        display: inline-block;
        margin: 4px 2px;
        width: 90%;
        cursor: pointer;
    }
}
