.amgdprcookie-main-wrapper .amgdprcookie-btn {
    background: #c00000;
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #c00000;
}

.customer-account-edit select#prefix option[selected="selected"]:last-child,
.customer-account-edit input#assistance_allowed_checkbox,
.customer-account-edit label[for="assistance_allowed_checkbox"],
.customer-account-edit input[name="assistance_allowed"],
.customer-account-edit input[name="assistance_allowed"] ~ .field-tooltip,
.customer-account-create input#assistance_allowed_checkbox,
.customer-account-create label[for="assistance_allowed_checkbox"],
.customer-account-create input[name="assistance_allowed"],
.customer-account-create input[name="assistance_allowed"] ~ .field-tooltip{
    display: none !important;
}

.checkout-index-index .minicart-wrapper .action.showcart .counter.qty{
    display: none !important;
}
@media screen and (max-width: 450px){
    .table-checkout-shipping-method th.col.col-method:nth-child(1){
        font-size: 0px;
    }
    .table-checkout-shipping-method td.col,
    .table-checkout-shipping-method th.col{
        padding: 10px 5px;
    }
}
.limiter-options{
    overflow: visible;
}
.product-item-info:hover .product-image-wrapper{
    overflow: unset;
}