a.button {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    padding: 12px 0;
    width: 100%;
    display: table;
    background: #E51F04;
    background: -moz-linear-gradient(top,  #E51F04 0%, #A60000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E51F04), color-stop(100%,#A60000));
    background: -webkit-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: -o-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: -ms-linear-gradient(top,  #E51F04 0%,#A60000 100%);
    background: linear-gradient(top,  #E51F04 0%,#A60000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 );
}
a.button i {
    margin-right: 10px;
}
a.button.disabled {
    background: none repeat scroll 0 0 #ccc;
    cursor: default;
}
.bkng-tb-cntnt a.button {
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 5px 20px;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}
.bkng-tb-cntnt a.button.o {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #e51f04;
    border: 1px solid #e51f04;
}
.bkng-tb-cntnt a.button i {
    color: #fff;
}
.bkng-tb-cntnt a.button.o i {
    color: #e51f04;
}
.bkng-tb-cntnt a.button.right i {
    float: right;
    margin: 2px 0 0 10px;
}
.bkng-tb-cntnt a.button.left {
    float: left;
}
.bkng-tb-cntnt a.button.disabled.o {
    border-color: #ccc;
    color: #ccc;
}
.bkng-tb-cntnt a.button.disabled.o i {
    color: #ccc;
}

.pymnts .form-group {
    margin-bottom: 35px;
}
.pymnts input {
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 12px;
    width: 100%;
}
.sctn-col label {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.pymnt-itm {
    float: none;
    margin: 0 0 3px;
    width: 100%;
}
.pymnt-itm h2 {
    background-color: #e9e9e9;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 28px 0 28px 20px;
    width: 100%;
}
.pymnt-itm.active h2 {
    background-color: #e51f04;
    color: #fff;
    cursor: default;
}
.pymnt-itm div.pymnt-cntnt {
    display: none;
}
.pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
    width: 110px;
}
.openpay div.logo {
    position: relative;
    font-size: 12px;
    font-weight: 400;
}
.openpay div.logo:after{
    display: block;
    height: 45px;
    content: " ";
    background-image: url("../images/icons/logostripe.png");
    background-position: center;
    background-repeat: no-repeat;

}
.openpay div.shield {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 0 0 40px;
}
.openpay div.shield:before,
.openpay div.shield:after{
    width: 31px;
    height: 37px;
    content: " ";
    background-image: url(../images/icons/security.png);
    background-repeat: no-repeat;
}
.openpay div.shield:before{
    display: block;
    background-position: left center;
    text-align: left;
    position: absolute;
    left: 0;
}
.openpay div.paymentText {
    font-size: 12px;
    font-weight: 400;
}
.cvv div.sctn-col.half input {
    width: 110px;
}

.card-expl{
    margin-bottom: 0px;
}
.card-expl div.credit {
    border-right: 1px solid #ccc;
}

@media (max-width: 767px){
    .pymnt-itm.active div.pymnt-cntnt{
        padding: 15px;
    }

    .card-expl{
        text-align: center;
    }

    .card-expl img{
        display: block;
        margin: auto;
    }

    .sctn-col .half{
        white-space: nowrap;

    }

    .cvv div.sctn-col.half input{
        width: 100%;
    }

    .openpay div.logo, .openpay div.shield, .openpay div.paymentText{
        float: none;
        display: block;
        text-align: center;
        margin: auto;
        padding: 0;
        width: 100%;
        background-position-x: center;
    }
    .openpay div.logo:after{
        background-position: center;
    }
    .openpay div.shield:before{
        display: none;
    }
    .openpay div.shield:after{
        display: block;
        text-align: center;
        margin: auto;
    }

    .bkng-tb-cntnt a.button{
        float: none;
        display: block;
        margin: 0;
    }

    .sctn-row {
        margin-bottom: 15px;
    }

    #btnPay{
        margin-bottom: 0;
    }

    .pymnts .form-group {
        margin-bottom: 15px;
    }
}