body {
    color: inherit;
}

.has-text-align-center {
    text-align: center;
}

/* v1.3.2 - Checkout responsive fix START */
@media screen and (max-width: 667px) {
    .woocommerce-checkout #main-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* v1.3.2 - Checkout responsive fix END */

/* v1.3.1 - Engraving style fix START */
@media screen and (max-width: 958px) {
    .tmm-container .design-process-section .design-process-content .tmm-step1 .tmm-step1-date {
        width: 100% !important;
    }
    .tmm-container .design-process-section .design-process-content .tmm-step1 .tmm-step1-date.presentation-d {
        margin-top: 8%;
    }
}
@media screen and (max-width: 667px) {
    .tmm-container .design-process-section .design-process-content .tmm-step1 .tmm-step1-date {
        height: 100% !important;
        margin-bottom: 0 !important;
    }
    .tmm-container .design-process-section .design-process-content .tmm-step1 .tmm-step1-date.presentation-d {
        margin-top: 2%;
    }
    .tmm-step1-date input[type="text"] {
        border: 1px solid #cecece !important;
        height: 40px !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 479px) {
    .tmm-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* v1.3.1 - Engraving style fix END */