.payment-option{
    margin-top: 33px;
}
.fa-sellitems:before {
    content: "\f2b5";
}

#tiles {
    width: 640px;
    margin: 0px auto;
}

.amounttile {
    background-color: rgba(255, 255, 255, 0.12);
    color: #e0e0e0;
    border: solid 1px rgba(255, 255, 255, 0.27);
    display: block;
    width: 300px;
    float: left;
    padding: 25px;
    margin: 10px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.amounttile:hover{
    background: linear-gradient(90deg, #decd93, #ac9f74);
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

.amounttile.withdraw{
    float: none;
    width: 600px;
    overflow: hidden;
}
.amounttile.withdraw.active{
    box-shadow: 0px 0px 10px 0px #6496E1;
}

#tiles .note{
    margin: 0px auto;
    text-align: center;
    font-size: 0.8em;
    padding-top: 15px;
}

.withdrawAmount{
    /*padding-left: 55px;*/
    text-align: center;
}

.detail_hidden{
    text-align: left;
    display: none;
    font-size: 0.5em;
}

.detail_hidden label{
    float: left;
    width: 200px;
}

.detail_hidden input{
    margin-left: 20px;
}

#withdrawAmount {
    /*width: 100px;
    margin-left: 36%;
    padding: 5px;
    margin-right: 5px;*/
}

#amountSubmit {
    margin-left: 15px;
}

.or {
    display: block;
    text-align: center;
}

.page-content #steamLoginButton {
    padding: 20px;
}

.page-content .login {
    width: 300px;
    text-align: center;
    margin: 0px auto;
}
.sf_NumberInput {
    padding: 0 20px 0 10px;
}
@media screen and (max-width: 670px) {
    #tiles {
        width: 300px;}
    #tiles .amounttile {
        width: 270px;}
}
@media screen and (min-width: 670px) {
    .sf_NumberInput {
        padding: 0 10px
    }
    .detail_hidden label{
        margin-left: 25%;}
}
.fa-euro-sign:before {
    content: "\f153";
    color: #000;
}

.sfWithdrawForm .withdrawAmount {
    margin-left: 10px;
}

.sfWithdrawForm .input-group {
    width: 270px;
    margin: 0 10px;
}
.sfWithdrawForm #amountSubmit {
    margin: 0 10px;
    font-size: 1rem;
    line-height: 1.25;
    padding: .6rem 1rem;
}

#module-skinfair_order-Order #customer-form {
    width: 800px;
    margin: 0 auto;
}

/*PAYMENT*/
#sf_payment_block {
    background-color: rgba(255, 255, 255, 0.12);
    width: 230px;
    padding-top: 15px;
    float:left;
    margin: 10px;
    border: solid 1px rgba(255, 255, 255, 0.27);
    cursor: pointer;
    height: 250px;
}
#sf_payment_block:hover {
    background: linear-gradient(90deg, #decd93, #ac9f74);
    color: #000;
}
#sf_payment_block label {
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

@media screen and (max-width: 750px){
    #sf_payment_block {
        width: 280px;
        height: 190px;
    }
    .payment-option{
        margin-top: 10px !important;
    }

    #module-skinfair_order-Order .payment-options, #conditions-to-approve, #payment-confirmation{
        width: 300px !important;
    }
    .sf_payment-opt-obal {
        width: 500px !important;
        margin: 0 auto;
    }
}

#conditions-to-approve {
    clear: both;
}
.sf_payment_image {
    text-align: center;
    clear: both;
    margin: 5px auto;
}

#module-skinfair_order-Order .payment-options, #conditions-to-approve, #payment-confirmation {
    text-align: center;
    margin: 0 auto;
}

#payment-confirmation .sfButton{
    line-height: 1.25;
    padding: .6rem 1rem;
    width: auto;
    margin: 0 auto;
}

.sf_payment-opt-obal {
    width: 750px;
    margin: 0 auto;
}
.paymentLogo{
    margin-top: 20px;
    height: 49px;
}

.methodFee{
    border-top: solid 1px rgba(255, 255, 255, 0.27);
    margin-left: 10px;
    margin-top: 25px;
    margin-right: 10px;
    font-size: 0.85em;
}

#container-101{
    margin-top: 7px;
}
