.config-body {
    background: white;
    border-top: 10px solid #4b4e53;
    padding: 10px 10px 20px 10px;
}

.config-body-col {
    padding: 10px 20px;
}
.config-body-col h3 {
    margin-top: 16px
}

.config-btn-buy {
    height: 90px;
    width: 100%;
    font-size: 30px !important;
}

.config-option-list {
    background: none;
}
.config-option-list li {
    background: none;
}

.config-option-label {
    font-size: 16px;
    font-weight: 400
}

.config-option-btn-add {
    display: inline-block;
    background: #4b4e53;
    color: white;
    font-size: 12px;
    margin: -5px -10px;
    height: 35px;
    width: 35px;
}
.config-option-label-step {
    position: absolute;
    left: 35px;
    display: inline-block;
    background: #259b24;
    color: white;
    font-size: 30px;
    margin: -5px -10px;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 4px;
}

.config-option-title {
    padding: 13px 20px;
    background:#f3f3f3;
    margin: 0;
    text-align: center;
}

.config-price-green {
    background: #259b24 !important;
}

.config-check {
    color: #259b24;
    font-size: 50px;
    margin-top: 25px;
    margin-left: 15px;
}

.config-col-wrapper {
    padding: 10px 30px
}

.config-col-wrapper .pt-col-main {
    text-align: center;
}

.config-success {
    background: #259b24;
    color: white;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 18px;
    text-align: center;
}

.landing-price-list-chevron {
    background: none;
    color: #4b4e53;
    display: inline-block;
    position: absolute;
    right: 30px !important;
    /*margin-right: -10px;*/
    /*float: right;*/
    top: 22px;
    font-size: 50px;
    z-index: 1;
}

.border-red {
    border: 1px solid #aa0000
}
.color-red {
    color: #aa0000
}

@media screen and (max-width: 475px) {
    .config-col-wrapper .pricing-table-2.config-footer .config-btn-buy {
        font-size: 24px !important;
        height: 70px;
    }

    .config-col-wrapper {
        padding: 10px 20px
    }
}