body.single.single-product .total-price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

body.single.single-product .total-price strong {
    margin-right: 10px;
    font-weight: normal;
}

body.single.single-product #total-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.mco-custom-engraving-checkbox .input-checkbox {
    accent-color: black !important;
}

body.single.single-product .error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

body.single.single-product .input-error {
    border-bottom: 2px solid red;
}

.engraving-subtitle {
    font-size: 14px;
    font-weight: 500;
    font-family: 'futura regular';
    color: #212121;
}

.product-custom-engraving #engraving-inputs input.engraving-input {
    margin-bottom: 5px;
}

.product-custom-engraving .engraving-instructions {
    font-size: 12px;
}

.engraving-instructions span.engraving-heart {
    color:red;
}

.engraving-instructions {
    font-family: 'futura regular';
    font-size: 10px;
    color: #777777;
}

.mco-custom-engraving-checkbox label span.optional {
    display: none;
}