.gastro_stock_ajax_wrapper {
    width: 100%;
}

.gastro_stock_status_wrapper {
    display: block;
    width: 100%;
    color: #b3cd00;
    padding-left: 5px;
}

.gastro_stock_status_wrapper:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background-color: #b3cd00;
    border-radius: 5px;
}
.gastro_stock_status_wrapper.express:before {
    content: url("../images/check-icon.png");
    background-color: transparent;
}

.gastro_stock_ajax_wrapper .order-until {
    margin: 1px 0 8px 40px;
}

.catalog-product-view .gastro_stock_status_wrapper {
    padding-left: 15px;
}
