.wp-pagenavi > *:not(:last-child) {
    margin-right: 1rem;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi > * {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 4.5rem;
    height: 4.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #B7B8B9;
    text-align: center;line-height: 4.5rem;
}

.infinite-scroll-init .my_pagination,
.infinite-scroll-init .catalog-button-wrapper
{
    opacity: 0;
}

.c_acc_block>* {
    border-bottom: 1px solid #DBDFE2;
}
.ch_blocks {
    padding-top: 1rem;
}
.hidden {
    display: none;
}

.section-checkout .remove_btn, .section-checkout .cart_blocks .selectric b {
    display: none;
}
.section-checkout .cart_block_option {
    pointer-events: none;
}

.select_wrapper .selectric {
    border-bottom-color: red;
}

.not-active {
    opacity: 0.8;
    pointer-events: none;
}

.mfv_checker_label.error {
    color: red!important;
}

.aligncenter {
    text-align: center;
}
.simple_text .wp-caption{
    margin-left: auto;
    margin-right: auto;
}

.simple_text h6 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
}



.wpcf7-not-valid-tip, .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid {
    color: red !important;
    border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

.wpcf7-form.unaccepted .mf4v_checker_text {
    color: red !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.mfv_checker_label .wpcf7-form-control-wrap {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form.unaccepted .form-consent {
    color: red;
}

@media screen and (max-width:900px) {
    .wp-caption {
        width: 100%!important;
    }
}
