.trade-text {
    background-color: #e9f2f2;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding-right: 30px;
}
.trade-text h3 {
    font-size: 27px;
    color: #19a09a;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.trade-text h4{
    font-size: 23px;
    color: #19a09a;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .trade-text {
        text-align: center;
    }
}
@media screen and (max-width: 539px) {
    .control.qty-change{
        display:inline;
    }
    .all-bulk .decreaseqty{
        display:inline;
        margin-bottom:6px;
    }
    .all-bulk .increaseqty{
        display:inline;
        margin-top:6px;
    }
    .cms-bulk-order input.qty{
        margin:0px;
    }
}
.grecaptcha-badge{display:none !important}
.product-info-main .product.alert .alert{
    padding-left:15px;
    border: 1px solid #2e2e2e;
    background: #2e2e2e;
}
.ves-megamenu .nav-item > a {
    padding: 0 12px !important;
}