.tab-a.tl-calc {
    background-color: #33ac29 !important;
}
.tl-calc .fa.fa-envelope {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px;
    background-color: #fff;
    color: #33ac29;
}
.calculator-tabs-container .calc-tabs {
    /*border-bottom-style: solid;*/
    /*border-bottom-color: #0050b5;*/
    /*border-bottom-width: 7px;*/
    padding: 0;
    margin-bottom: 5px;
}
.proceed-below {
    font-size: 16px;
    font-weight: bold;
    color: #0255b1;
    margin-bottom: 15px;
}
#product-options-wrapper .field label {
    font-weight: bolder;
    font-size: 15px;
    color: #0255b1;
}
.mageworx-swatch-option-label-div {
    font-weight: bolder;
    font-size: 15px;
    color: #b10216;
}
.colouramount {
    font-weight: bolder;
    font-size: 15px;
    color: #b10216;
}
.call-custom {
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
    color: #33ac29;
}
@media screen and (max-width: 480px) {
    .call-custom {
        text-align: left;
        clear: both;
        padding:2px 0;
    }
    .calculator-tabs-container .calc-tabs .tab-a.tl-calc {
        margin-right: 0;
    }
}
