body.product_cat_ecard #page {
    max-width: 1224px;
}

body.product_cat_ecard #chec-ecard > div {
    width: 100% !important;
    max-width: 560px;
}

.chec-single-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1144px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
}

.chec-single-wrapper > div {
    flex: 1 0 auto;
    max-width: 48%;
}

.chec-single-wrapper .gallery {
    margin: 0;
}

.chec-single-wrapper .gallery .description {
    display: none;
}

.chec-single-wrapper .summary .description {
    display: block;
}

.chec-single-wrapper .price {
    font-size: 1.25em;
    font-weight: 700;
}

.chaiecards-custom-fields-wrapper input,
.chaiecards-custom-fields-wrapper textarea {
    width: 100%;
}

.chaiecards-custom-fields-wrapper textarea {
    resize: vertical;
}

.chaiecards-form-group {
    margin-top: 10px;
}

.chaiecards-form-group label {
    display: block;
}

.chec-add-recipient {
    margin: 20px 0 !important;
}

.chaiecards-recipient-separator {
    width: 100%;
    margin-top: 20px;
}

.chaiecards-remove-recipient-btn {
    float: right;
}
.chaiecards-single-preview {
    text-align: center;
    margin: 20px auto !important;
    display: block !important;
    width: 60px;
}
.ecard-data-errors {
    color: red;
    font-weight: bold;
}

.chec-single-wrapper .e-card-preview-button {
    display: none !important;
    max-width: 160px;
    text-align: center;
    margin: 20px auto !important;
}

#chec-ecard .fancybox-button.fancybox-close-small {
    opacity: 1;
    color: #fff;
}

@media all and (max-width: 1024px) {
    .chec-single-wrapper > div {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .chec-single-wrapper .gallery {
        margin: 0 auto 20px;
    }

    .chec-single-wrapper .gallery .description {
        display: block;
    }

    .chec-single-wrapper .gallery .description .product_title,
    .chec-single-wrapper .gallery .description .price {
        margin: 0 0 12px;
    }

    .chec-single-wrapper .gallery .description .product_meta {
        padding: 12px 0 0;
        margin: 0 0 20px;
    }

    .chec-single-wrapper .summary {
        max-width: 560px;
        margin: 0 auto;
    }

    .chec-single-wrapper .summary .description {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .chec-single-wrapper #chec-ecard {
        display: none;
    }

    .chec-single-wrapper .e-card-preview-button {
        display: block !important;
    }

    body.single-product .chec-ecard-inner-wrapper {
        width: 100% !important;
        max-width: 560px !important;
        min-width: 360px !important;
    }

    body.single-product #chec-ecard {
        padding: 0 !important;
    }

    .admin-bar .fancybox-slide--html .fancybox-close-small {
        top: 40px;
    }
}