
/*BOLSTER LOGO*/
.bolsterSVGLogo {
    position: relative;
    overflow: hidden;
    height: 130px;
    width: 130px;
}
.bolsterSVGLogo img {
    position: absolute;
    top: -255px;
    left: -1.1px;
    height: 383px;
    max-width: initial;
    max-height: initial;
}
@media (max-width: 991px) {
    .bolsterSVGLogo {
        height: 125px;
        width: 125px;
    }
    .bolsterSVGLogo img {
        max-width: initial !important;
        max-height: initial !important;
        width: initial !important;
        top: -247px;
        left: -1.1px;
        height: 370px !important;
    }
}

@media (max-width: 550px) {
    .bolsterSVGLogo img {
        max-width: initial !important;
        max-height: initial !important;
        width: initial !important;
        top: -236px;
        left: -2.1px;
        height: 354px !important;
    }
}


/*IDEAL*/
.betaaliconIDEAL {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 25px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -1px;
}

.betaaliconIDEALCheckout {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 35px;
    min-width: 35px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 145px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -1px;
}

/*VISA*/
.betaaliconVISA {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 57px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 173px;
    background-repeat: no-repeat;
    background-position-x: -65px;
    background-position-y: -56px;
}

/*MASTERCARD*/
.betaaliconMASTERCARD {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 28px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 108px;
    background-repeat: no-repeat;
    background-position-x: -38px;
    background-position-y: -2px;
}

/*MISTERCASH*/
.betaaliconMISTERCASH {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 35px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 115px;
    background-repeat: no-repeat;
    background-position-x: -79px;
    background-position-y: -3px;
}

/*GIROPAY*/
.betaaliconGIROPAY {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 46px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 130px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -40px;
}

/*PAYPAL*/
.betaaliconPAYPAL {
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 23px;
    background-image: url("/images/bolstericonen.svg");
    background-size: 85px;
    background-repeat: no-repeat;
    background-position-x: -61px;
    background-position-y: -22px;
}

/*EKO*/
.iconEKO {
    position: relative;
    overflow: hidden;
    padding-bottom: 67px;
    padding-left: 64px;
    float: left;
}

.iconEKO img {
    position: absolute;
    top: -154px;
    left: -185px;
    min-height: 320%;
    max-width: inherit !important;
    max-height: 100%;
    transform: scale(1.3);
}

/*BIO*/
.EKOBIOiconen  {
    float: left;
}
.iconBIO {
    position: relative;
    overflow: hidden;
    padding-bottom: 67px;
    padding-left: 114px;
    float: left;
}

.iconBIO img {
    position: absolute;
    top: -221px;
    left: -12px;
    min-height: 500%;
    max-width: inherit !important;
    max-height: 100%;
    transform: scale(2.6);
}
