.autoship-feature{
    margin-top: 20px;
}
.autoship-feature .form-check{
    padding-left: 0px;
    margin-bottom: 20px;
}

.autoship-feature .form-check-yoga {
    margin-bottom: 10px;
}

.autoship-feature .form-check input{}
.autoship-feature .form-check label{
    margin-bottom: 0px;
    margin-left: 2px;
}
.autoship-feature .form-check label .txt{
    font-weight: bold;
    font-size: 14px;
}
.autoship-feature .form-check label .txt-yoga {
    font-weight: bold;
    font-size: 16px;
}

.autoship-feature .form-check label .fa-stack{
    top: 5px;
}
.autoship-feature .form-check label .fa-stack .fa-circle{
    color: #2e99d4;
}

.autoship-feature .feature-container{
    display: none;
}
.autoship-feature .feature-container .form-select{
    margin-bottom: 15px;
}
.autoship-feature .feature-container .form-select > label{
    font-size: 11px;
    display: block;
}
.autoship-feature .feature-container .form-select > select{
    width: 200px;
    padding: 10px 10px;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    background-color: #f6f6f6;
}
.autoship-feature .feature-container .autoship_info{
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 3px;
}
.autoship-feature .feature-container .autoship_info .info_heading_1{
    font-weight: bold;
    font-size: 14px;
}
.autoship-feature .feature-container .autoship_info .info_heading_2{
    font-weight: bold;
}
.autoship-feature .feature-container .autoship_info .info_heading_2 .fa-stack{
    top: 5px;
}
.autoship-feature .feature-container .autoship_info .info_heading_2 .fa-circle{
    color: #2e99d4;
}
.autoship-feature .feature-container .autoship_info .info_heading_2 .month_indicator{
    font-weight: bold;
}

@media all and (max-width: 480px) {
    .autoship-feature {
        margin-top: -20px;
    }

    .autoship-feature-yoga {
        margin-top: 20px;
    }
}
