.catalog-product-view .product-options-wrapper .field input, .catalog-product-view .product-options-wrapper .field select, .catalog-product-view .product-options-wrapper .field textarea {
    max-width: 100% !important;
}

.amprot-input-block {
    max-width: 100% !important;
}

div#product-options-wrapper input {
    max-width: 100% !important;
}

div#product-options-wrapper select {
    max-width: 100% !important;
}

div#product-options-wrapper textarea {
    max-width: 100% !important;
}

button.action.close.keep-shopping {
    display: none;
}

.karmick-success .actions-toolbar {
    display: flex;
    justify-content: center;
}