/* Checkout styles */
body.opening.logged-in.postid-6235 main.site-main,
body.opening.logged-in.postid-6236 main.site-main,
body.opening.logged-in.postid-8677 main.site-main,
body.opening.logged-in.postid-8677 main.site-main{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 64px;
}
.entry-title.cm-checkout-page-title {
    color: #1c1d20;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 60px;
    text-align: center;
}
.cm-checkout-wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper {
    margin-bottom: 100px;
}
.cm-checkout-wrapper .cm-checkout-column {
    width: 42.11%;
    max-width: 440px;
}
.cm-checkout-col-1 {
    margin-right: 3.51%;
}
.cm-checkout-col-2 {
    margin-left: 3.51%;
}
.cm-fields-block-title-wrapper {
    margin-top: 30px;
}
.cm-fields-block-title-wrapper.cm-first-block-title {
    margin-top: 0;
}
.cm-fields-block-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}
.cm-checkout-wrapper .mp-form-row.mepr_price.cm-merp-price {
    background: #f4f4f8;
    border-radius: 10px;
    margin: 30px 0;
    padding: 20px;
}
.mepr_price.cm-merp-price .cm-price-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mepr_price.cm-merp-price .cm-price-row:first-child {
    margin-bottom: 10px;
}
.cm-price-row .mepr_price_cell_label.cm-mepr_price_cell_label,
.cm-price-row .mepr_price_cell.cm-mepr_price_cell {
    color: #1c1d20;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.cm-price-row .mepr_price_cell_label.cm-mepr_price_cell_label-bold,
.cm-price-row .mepr_price_cell.cm-mepr_price_cell-bold {
    color: #1c1d20;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.cm-price-row .mepr_price_cell_label.cm-mepr_price_cell_label,
.cm-price-row .mepr_price_cell_label.cm-mepr_price_cell_label-bold {
    margin-right: 20px;
}
.cm-checkout-wrapper .mepr-payment-methods-wrapper .mepr-payment-methods-icons,
.cm-checkout-wrapper .mepr-payment-methods-wrapper .p-CardIcons.Input {
    display: none !important;
}
.cm-checkout-col-1 .mp-form-submit {
    position: relative;
}
.mepr-submit-wrapper {
    position: relative;
}
.mepr-submit-wrapper .mepr-loading-gif {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #fff;
    border-right-color: #898CE4;
    animation: l2a 1s infinite linear;
    left: 60px;
    top: 15px;
    position: absolute;
}
@keyframes l2a {to{transform: rotate(1turn)}}
/* .cm-checkout-col-1 .mp-form-submit .mepr-loading-gif {
    position: absolute;
    right: -20px;
    top: 17px;
} */
.cm-checkout-col-2 .mp-form-submit .mepr-submit {
    background: #1544C9;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 14px 18px;
    width: 100%;
    height: 52px;
    margin-bottom: 5px;
}
.cm-checkout-col-2 .mp-form-submit .mepr-submit:disabled {
    background: #dbdced;
    color: #8b8e99;
}
.cm-checkout-price-box-wrapper {
    margin-bottom: 30px;
}
.cm-checkout-price-box {
    background-color: #ffffff;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-2c09f3c);
    border-radius: 10px;
    padding: 30px 35px 35px;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .cm-checkout-price-box{
    background-color: #FFF;
    border: 5px solid #D8DCE5;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .cm-checkout-price-box-price-block {
    border-bottom: 0;
    padding: 0;    
}
.cm-checkout-price-box-price-block .cm-checkout-price-box-title {
    color: #1c1d20;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .cm-checkout-price-box-price-block .cm-checkout-price-box-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
}
.cm-checkout-testimonials-slider-wrapper {
    margin-bottom: 30px;
}
.cm-checkout-testimonials-slider .cm-checkout-single-testimonial {
    border: 1px solid #D8DCE5;
    border-radius: 10px;
    padding: 27px;
}
.cm-checkout-single-testimonial .cm-checkout-testimonial-text {
    color: #1c1d20;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.cm-checkout-single-testimonial .cm-checkout-testimonial-credentials {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.cm-checkout-testimonial-credentials .cm-checkout-testimonial-author-image-wrapper {
    margin-right: 12px;
}
.cm-checkout-testimonial-author-name-wrapper .cm-checkout-testimonial-author-name {
    color: #1c1d20;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.cm-checkout-testimonials-slider .slick-dots {
    bottom: 30px;
    right: 20px;
    width: auto;
}
.cm-checkout-testimonials-slider .slick-dots li {
    height: 8px;
    width: 8px;
}
.cm-checkout-testimonials-slider .slick-dots li.slick-active {

}
.cm-checkout-testimonials-slider .slick-dots li.slick-active button:before {
    background: #1544C9;
    opacity: 1;
}
.cm-checkout-testimonials-slider .slick-dots li button {
    height: 8px;
    width: 8px;
}
.cm-checkout-testimonials-slider .slick-dots li button:hover,
.cm-checkout-testimonials-slider .slick-dots li button:focus {
    background: none;
}
.cm-checkout-testimonials-slider .slick-dots li button:hover:before {
    background: #1544C9;
}
.cm-checkout-testimonials-slider .slick-dots li button:before {
    background: #e2e4f3;
    border-radius: 100%;
    content: "";
    line-height: 8px;
    height: 8px;
    opacity: 1;
    width: 8px;
}
.cm-checkout-price-box-price-wrapper {

}
.cm-checkout-price-box-price-wrapper .cm-checkout-price-box-price-current {
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}
.cm-checkout-price-box-price-wrapper .cm-checkout-price-box-price-old,
.cm-checkout-price-box-price-wrapper .cm-checkout-price-box-price-duration {
    color: #42444a;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.cm-checkout-price-box-price-wrapper .cm-checkout-price-box-price-old {
    text-decoration: line-through;
}
.cm-checkout-price-box-price-wrapper .cm-checkout-price-box-price-duration {

}
.cm-checkout-price-box-price-block {
    border-bottom: 1px solid #c0c1c8;
    padding: 0px 0px 20px 0px;
}

.cm-checkout-price-box-price-block p {
    margin-block-end: .5rem;
}

.cm-checkout-price-box-price-block p:last-child {
    margin-bottom: 0;
}
.cm-checkout-price-box-price-block .cm-checkout-price-box-price-footer-text {
    color: var(--e-global-color-secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .cm-checkout-price-box-price-footer-text {
    font-size: 15px;
}

.cm-checkout-price-box-price-block .cm-checkout-price-box-price-footer-text-icon {

}
.cm-checkout-price-box-price-block .cm-checkout-price-box-price-footer-text-description {

}
.cm-checkout-price-box-benefits-block {
    padding: 20px 0px 0px 0px;
}

.cm-checkout-price-box-benefits-block .cm-checkout-price-box-benefits-list {
    /*list-style-image: url("../images/list_check_icon.svg");*/
    list-style: none;
    padding-left: 0;
}
.cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item {
    /*align-items: center;
    display: flex;
    justify-content: flex-start;*/
    padding-left: 24px;
    position: relative;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper  .cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item {
    padding-bottom: 10px;
}

.cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item .cm-checkout-price-box-benefits-list-item-text {
    color: #1c1d20;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item .cm-checkout-price-box-benefits-list-item-text {
    font-size: 15px;
}
/*.cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item svg {
    margin: 0 8px 0 4px;
    max-height: 10px;
    max-width: 13px;
}*/
.cm-checkout-price-box-benefits-list .cm-checkout-price-box-benefits-list-item:before {
    background-image: url("../images/list_check_icon.svg");
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;

}
.cm-checkout-card-icons-wrapper {

}
.cm-checkout-card-icons {

}
.cm-checkout-card-icons .cm-checkout-card-guarantee-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.cm-checkout-card-guarantee-wrapper .cm-checkout-card-guarantee-text:before {
    background-image: url("../images/material-symbols_lock-outline.svg");
    content: "";
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
}
.cm-checkout-card-guarantee-wrapper .cm-checkout-card-guarantee-text {
    color: #1c1d20;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
}
.cm-checkout-card-guarantee-wrapper .cm-checkout-card-guarantee-text strong {
    font-weight: 500;
    line-height: 24px;
}
.cm-checkout-card-icons-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.cm-checkout-card-icons-list .cm-checkout-card-icons-list-item {
    align-items: center;
    border: 1px solid #dbdce5;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 3px 10px;
    padding: 5px;
    width: 95px;
}
.cm-checkout-wrapper .mp_wrapper .mp-form-row {
    margin-bottom: 10px!important;
}

.cm-checkout-wrapper .mp-form-label {
    margin-bottom: 3px;
}

.cm-checkout-wrapper input:not([type="button"]):not([type="submit"]), 
.cm-checkout-wrapper  .elementor-kit-3156 textarea {
    background-color: #fff!important;
    color: var(--e-global-color-bd6b15e)!important;
}


.cm-checkout-wrapper .mepr-form input.invalid, 
.cm-checkout-wrapper .mepr-form select.invalid, 
.cm-checkout-wrapper .mepr-form textarea.invalid, 
.cm-checkout-wrapper .mepr-form label.mepr-checkbox-field.invalid, 
.cm-checkout-wrapper .mepr-form div.mepr-checkboxes-field.invalid, 
.cm-checkout-wrapper .mepr-form div.mepr-radios-field.invalid {
    border: 1px solid var(--e-global-color-9b2fbdc) !important;
    background-color: #fff !important;
}

.cm-checkout-wrapper .mepr-form select {
    font-size: 15px;
    border-radius: 8px;
    padding: 12px 14px 12px 14px;
    color: var(--e-global-color-bd6b15e)!important;
    border: 1px solid var( --e-global-color-d66933c );
}

.cm-checkout-wrapper .mepr-form select:focus {
    border: 1px solid var(--e-global-color-primary);
}
.cm-checkout-wrapper .mp_wrapper .mepr-form-has-errors, 
.cm-checkout-wrapper .mp_wrapper .cc-error, 
.cm-checkout-wrapper .mp_wrapper .mepr-validation-error {
    text-align: center;
}
.cm-checkout-wrapper.cm-checkout-gift-wrapper .mp-table {
    display: none!important;
}
.mp-form-submit {
    position: relative;
}

.mp-form-submit img {
    position: absolute;
    left: calc(50% - 60px);
    transform: translateX(-50%);
    top: 18px;
}

@media screen and ( max-width: 768px ) {
    .cm-checkout-wrapper {
        flex-wrap: wrap;
    }
    .cm-checkout-wrapper .cm-checkout-column {
        width: 100%;
        max-width: 100%;
    }
    .cm-checkout-col-1 {
        margin-right: 0;
        margin-bottom: 28px;
    }
    .cm-checkout-col-2 {
        margin-left: 0;
    }
}
@media screen and ( max-width: 490px ) {
    .entry-title.cm-checkout-page-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cm-checkout-wrapper {
        padding: 0 20px;
    }
}

/* End Checkout styles */