/*button*/
a#addcart {
    background: transparent !important;
    border: 1px solid #4521aa !important;
    color: #4521aa !important;
    position: relative;
    padding: 10px 15px 10px 30px !important;
    transition: 0.5s;
}
a#addcart:hover {
    background: #4521aa !important;
    border: 1px solid #4521aa !important;
    color: #fff !important;
    opacity: 1 !important;
}
a#addcart:before {
    position: absolute;
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
    left: 15px;
    color: #4521aa;
    transition: 0.5s;
}
a#addcart:hover:before {
    color: #fff;
}
.course-details-btn.pull-left.button-third-child.no_trial_lesson .col-lg-12.col-sm-12.col-md-12.col-xs-12 {
    padding: 0px;
}
button.splms-addcart.btn.btn-primary.addcart-btn.choose-plan-btn {
    background: #e26480 !important;
    border-color: #e26480  !IMPORTANT;
    color: #fff !IMPORTANT;
}

/*plan*/
.plan_header h3 {
    margin: 0px;
    padding: 10px;
    font-weight: 600;
    font-size: 24px;
}
.plan_body {
    padding: 15px;
    text-align: center;
}
@media(min-width:992px){
.plan_body {
    min-height: 350px;
}
}
.plan_body p {
    margin: 0px;
    line-height: 2;
}
p.plan_price {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000;
    letter-spacing: -0.5px !important;
}
p.plan_period {
    font-weight: 600;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    font-style: oblique;
    color: #888;
}
.plan_div button#addcart {
    background: #e26480 !important;
    border: none !important;
    position: relative;
    color: #fff !important;
}

.plan_div button#addcart:before {
    position: absolute;
    content: '\f07a';
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-family: 'FontAwesome';
    left: 90px;
}
.plan_div {
    margin-bottom: 15px;
}