.btn-line {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    padding: 20px;
}

.btn-line.disabled {
    background: #eee !important;
    color: #ccc !important;
}

@media only screen and (max-width: 600px) {
    .btn-line {
        font-size: 14px;
    }
}


.shop-header{
    padding: 20px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.shop-header img{
    height: 50px;
}

.shop-footer{
    border-top: 1px solid rgb(238, 238, 238);
    padding: 25px 0;
}

.shop {padding: 20px 0;}

img.item{
    max-width: 100%;
}

.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 58px;
}
.form-control.error {
    border: 1px solid red;
}

input.input-15{
    height: 15px;
    width: 15px;
    margin: 1px 15px 0px 0px;
}

h2 {
    font-weight: 700;
    line-height: 1.42857;
    font-size: 26px;
    margin: 15px 0;
}

h3 {
    text-align: center;
    font-weight: 700;
}
.separator{
    background-color: rgb(234, 234, 234);
    margin: 20px auto;
    height: 2px;
}

p.check-icon {
    padding-left: 35px;
    position: relative;
}

p.check-icon > i {
    position: absolute;
    left: 0;
}

.extra-tutorial{
    background-color: #ffe791;
    border-radius: 3px;
    padding: 10px;
}

.one_click_one_price_checkout{
    margin-top: 20px;
    padding: 20px;
    background-color: rgb(247, 249, 247);
}

.one_click_one_price_checkout .line {
    margin-bottom: 30px;
}

.line.error {
    color: red
}

.icon-item {
    height: 28px;
    margin-bottom: 15px;
}
.icon-item .icon-on-line{
    line-height: 28px;
}

.mt-0 {margin-top: 0px}
.mt-10 {margin-top: 10px}
.mt-15 {margin-top: 15px}

.mr-10 {margin-right: 10px}
.mr-15 {margin-right: 15px}

.payment_methods > .form-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
}


.payment_methods .radio-btn {
    position: relative;
    width: 50%;
    float: left;
    padding: 12px 7px;
}

.payment_methods .radio-btn.active{
    border-bottom: 3px solid rgb(255, 112, 67);
}

.payment_methods .radio-btn input{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.btn.btn-orange {
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}