html {
    font-family: 'Abel';
}

body {
    background-color: #2a2a2a;
}



.form-group {
    width: 290px;
}

.formInner {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

#subButton {
    width: 290px;
    display: block;
    margin: 20px auto;
    height: 50px !important;
    font-size: 20px;
    background-color: #2871BB;
    border: none;
}

#subButton:active {
    opacity: 0.7;
}

.form-control {

    background-color: #1f1f1f;
    font-family: 'Abel';
    border: none;
    color: #ffffff;
    font-family: verdana;

}

#paymentTokenInfo {
    display: block;
    width: 600px;
    margin: 30px auto;
}

#googlepaybutton {
    width: 290px;
    display: block;
    margin: 20px auto;
    height: 50px !important;
}

@media only screen and (max-width: 600px) {
    .pageTitle {
        font-size: 30px;
    }

    .theForm {
        width: 300px;
        max-width: 90%;
        margin: auto;
    }

    .form-group {
        width: 100%;
    }

    #paymentTokenInfo {
        width: 100%;
    }
}



@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.description {

    display: none;

    position: absolute;

    padding: 10px;

    box-shadow: 2px 2px 2px #000;

    border-radius: 5px 5px 5px 5px;

    background-color: #666666;

    width: 400px;

    color: #fff;

    z-index: 999;

    line-height: 16px;



}


.cartheader {
    background-image: url('https://www.playerup.com/images/middleman/background-middleman.png');
    background-repeat: repeat-x;
}

@media screen and (max-width: 850px) and (min-width:620px) {

    #cart_wrap {
        height: 490px;
        width: 800px;
        height: 450px;
        border: 1px solid #393939;

    }

    #cart_wrap .btn {

        margin-left: 30%;
        width: 40%;
        display: block;

    }

    #cart_wrap .btne {

        margin-left: 30%;
        width: 40%;
        display: block;

    }


}

@media screen and (max-width: 619px) {

    #cart_wrap {

        width: 800px;
        height: 490px;
    }

}

#cart_wrap {
    height: 615px;
}

#cart_wrap {
    width: 100%;
    border: 1px solid #393939;
    width: 800px;
    border-radius: 5px;
    margin: 10px auto 0;
    margin-top: 30px;
    max-width: 100%;
}
.cartheader img {
max-width: 100%;
}

.form-control:focus {
    color: white;
    background-color: #1f1f1f;
    box-shadow: none;
}
#loader {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: rgba(0,0,0,0.75) url('http://www.marcorpsa.com/ee/images/loading2.gif') no-repeat center center;
z-index: 10000;
}

.g-recaptcha.brochure__form__captcha {
display: inline-block;
}
.text-xs-center {
text-align: center;
}