.delivery-info {
    color: tomato;
}

.delivery-info-text {
    font-size: 16px;
}

.delivery-info-img {
    margin-right: 4px;
}

.delivery-info-img img {
    position: relative;
    top: -1px;
    width: inherit !important;
}

input[type="radio"]:disabled {
    opacity: 1;
}

.input-checkbox-attribute input {
    margin-right: 5px;
}

.input-checkbox-attribute img {
    width: 18px;
    height: 18px;
    position: relative;
    bottom: 2px;
    right: 4px;
}

.input-checkbox-attribute span {
    font-size: 15px;
}

.product-add-form .product-options-wrapper .field .control {
    width: 100%;
}

span.stock-level-red::before,
span.stock-level-green::before {
    content: '';
    display: none;
}   

@media all and (min-width: 768px) {
    .product-info-main .product-add-form .product-options-wrapper .field .control {
        width: 100%;
    }
}