.payment-section{
    min-height: 600px;
    padding-top: 60px;
    margin-bottom: 60px;
}

.payment-tabs > li > a{
    min-width: 150px;
    text-align: center;
    color: #333333;
    background-color: #f7f7f7;
    border-color: #eeeeee #eeeeee #ddd;
    box-shadow: inset 0 -3px 12px rgba(0,0,0,.1);
    font-weight: bold;
}
.payment-tabs > li.active > a, .payment-tabs > li.active > a:focus, .payment-tabs > li.active > a:hover{
    background-color: #333333;
    color: white;
}

.payment-wrapper{
    padding: 30px 100px;
    min-height: 260px;
    /*background-color: #efefef;*/
    background-image: linear-gradient(#efefef, white);
}

.payment-box{
    position: relative;
    padding: 15px 0;
    min-height: 255px;
}
.payment-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    padding: 12px;
    display: block;
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    z-index: 0;
}

.pay_button {
    text-decoration: none;
    font-size:16px;
    color: #ffffff;
    min-width: 150px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 15px;
    background-color: #3f3f3f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#000000));
    background-image: -webkit-linear-gradient(top, #3f3f3f, #000000);
    background-image:-moz-linear-gradient(top, #3f3f3f, #000000);
    background-image:-ms-linear-gradient(top, #3f3f3f, #000000);
    background-image:-o-linear-gradient(top, #3f3f3f, #000000);
    background-image:linear-gradient(top bottom, #3f3f3f, #000000);
}

.pay_button span{
    margin: 0 15px;
    color: yellow;
}

#recipient, #CashOnDelivery{
    padding-top: 90px;
    margin-top: -90px;
}

.method-title{
    position: relative;
    padding-bottom: 12px;
    z-index: 2;
}

.radio label{
    font-size: 16px;
}

label.error{
    color: red;
}

.ui-widget-overlay {
    background: #000000;
    opacity: .3;
    filter: Alpha(Opacity=.3);
}

.cvs-img{

}

.payment-selector,
.shippingMethod-selector{
    padding: 15px 30px 30px 60px;
}

@media (max-width: 420px){
    .payment-wrapper{
        padding: 10px;
    }
}