.mfsf select, .mfsf select option, .mfsf input, .mfsf textarea {
    font-family: 'Commissioner', sans-serif;
    font-size: 16px;

}

.mfsf ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #909;
}
.mfsf :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #909;
    opacity:  1;
}
.mfsf ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bbb;
    opacity:  1;
}
.mfsf :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #909;
}
.mfsf ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #909;
}

.mfsf ::placeholder { /* Most modern browsers support this now. */
    color:    #aaa;
}



.mfsf input, .mfsf textarea {
    background: #fdfdfd;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 4px 8px;
}


#mfs-next-stage {
    display: flex;
    margin: 24px 0 0 auto;
    color: #fff;
    background: #44AA44;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 8px 12px 8px 24px;
    font-size: 16px;
    font-weight: 700;
}


#mfs-next-stage > span:nth-of-type(2) {
    display: flex;
    background: url(spin.svg) no-repeat center center;
    align-items: center;
    background-size: contain;
    width: 28px;
    height: 28px;
    margin: -4px 0 -4px 6px;
    background-position: -100px -100px;

}



#mfs-next-stage > span:nth-of-type(2) i {
    display: flex;
    font-size: 28px;
    margin: 2px auto 0 10px;


}

#mfs-next-stage.loading:disabled > span:nth-of-type(2) {
    background-position: center center;
}

#mfs-next-stage.loading:disabled > span:nth-of-type(2) i {
    display: none;
}

#mfs-next-stage > span:nth-of-type(1) {
    display: block;
}

#mfs-next-stage:disabled {
    cursor: default;
}

#mfs-next-stage.loading:disabled {
    cursor: wait;
    opacity: 1;
}

.mfsf {
    display: flex;
    flex-direction: column;
}

.mfsf > div {
    display: none;
}

.mfsf > div.act {
    display: flex;
}

.mfsf > section {
    display: flex;
    justify-content: space-between;
}

.mfsf > div {
    justify-content: space-between;
}

.mfsf > div:first-of-type > div {
    flex: 0 0 50%;
}

.mfsf > div:first-of-type > div:nth-of-type(1) label {
    font-size: 15px;
    margin-right: 12px;
}


.mfsf > div:first-of-type > div:nth-of-type(1) {
    padding-right: 24px;
    border-right: 1px solid #ddd;
}

.mfsf > div:first-of-type > div:nth-of-type(2) {
    padding-left: 24px;
}

.planf {
    /*margin-top:24px;*/
}

.planf > div:nth-of-type(1) {
    grid-template-areas: "a b";
    grid-template-columns: max-content auto;
}

.planf > div:nth-of-type(2) {
    min-height: 240px;

}

/*.mfsf > div:first-of-type > div:nth-of-type(2) > div {
    display: none;
}*/

.planf div.loading {
    background: url(loading.svg) no-repeat center center;
}

.planf > div:nth-of-type(1) > div {
    display: contents;
}

.planf > div:nth-of-type(1) > div + div > * {
    margin-top: 12px;
}

.planf > div:nth-of-type(1) label {
    margin-right: 12px;
    text-align: right;
    font-size: 15px;
}

.planf > div:nth-of-type(1) input[type=number] {
    width: 64px;
}

.planf > div:nth-of-type(1) input#plan-price {
    width: 100px;
}

.planf > div:nth-of-type(1) h3 {
    grid-column: 1 / 3;
    text-align: center;
    margin: 0;
    border-bottom: 2px solid #407d9e;
}

.planf > div:nth-of-type(1) > div:last-of-type > div {
    grid-column: 1 / 3;
    display: flex;
    justify-content: space-between;
}

.planf > div:nth-of-type(1) > div:last-of-type > div > p {
    margin: 8px 12px 0 0;
    text-align: right;
    flex: 1 1 auto;
}

.planf > div:nth-of-type(1) > div:last-of-type > div > button {
    flex: 0 0 80px;
    color: #fff;
    background: #44AA44;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 700;
}

#plan-recurrence, label[for="plan-recurrence"] {
    cursor: pointer;
}

.prec > span {
    font-size: 15px;
}

.prec > input, .prec > span:nth-of-type(2) {
    display: none;
}


.prec.act > span:nth-of-type(1) {
    display: none;
}

.prec.act > input {
    display: inline-block;
}

.prec.act > span:nth-of-type(2) {
    display: inline;
}

/*#plan-recurrence-count, #plan-recurrence-count + span {
    display: none;
}

#plan-recurrence + span, #plan-recurrence-count + span {
    font-size: 15px;
}

#plan-recurrence:checked + span {
    display: none;
}

#plan-recurrence:checked + span + #plan-recurrence-count {
    display: inline-block;
}

#plan-recurrence:checked + span + #plan-recurrence-count + span {
    display: inline;
}*/

.planf > div:nth-of-type(2) h4 {
    color: #44AA44;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 8px 16px 2px 16px;
    border-bottom: 2px solid #44AA44;
}

.planf > div:nth-of-type(2) h5 {
    text-align: center;
    color: #888;
    margin: 12px 0;

}


.mfsc {
    display: grid;
    grid-template-areas: "a b c d e f";
    grid-gap: 12px;

}

.mfsc label {
    font-size: 13px;
}

.mfsc input {
    width: 100%;
    min-width: 64px;

}

.mfsc > div:nth-of-type(1) {
    grid-column: 1/ span 3;
}

.mfsc > div:nth-of-type(2) {
    grid-column: 4/ span 3;
}

.mfsc > div:nth-of-type(3), .mfsc > div:nth-of-type(7) {
    grid-column: 1/ span 2;
}

.mfsc > div:nth-of-type(4), .mfsc > div:nth-of-type(8) {
    grid-column: 3/ span 2;
}

.mfsc > div:nth-of-type(5), .mfsc > div:nth-of-type(9) {
    grid-column: 5/ span 2;
}

.mfsc > div:nth-of-type(6),.mfsc > div:nth-last-of-type(1) {
    grid-column: 1/ span 6;
}


.mfsc > div:nth-last-of-type(1) ul, .planf > div > div:nth-last-of-type(2) ul {
    font-size: 14px;
    color:#c00;
}

.planf > div > div:nth-last-of-type(2) > ul {
    grid-column: 1/ span 2;
}


.mfsf input:focus, .mfsf textarea:focus {
    outline: none !important;
    border-color: #bbb !important;
    background: #fff;
}





.mfsf > div:nth-of-type(2).loading {
    background: url(loading.svg) no-repeat center center;
    min-height: 96px;
}

#iyzipay-checkout-form {
    width: 100%;
}

.mfsf > div:nth-last-of-type(1) {
    text-align: center;
}

.mfsf > div:nth-last-of-type(1) h3 {
    color: #44AA44;
}

.planinfo {
    display: grid;
    grid-template-columns: 50% 50%;
    font-size: 15px;
}

.planinfo > div {
    display: contents;
}

.planinfo > div > div:nth-of-type(1) {
    text-align: right;

    border-top:1px solid #ddd;
    color:#666;
    padding: 4px 6px 4px 0;
}

.planinfo > div > div:nth-of-type(2) {
    border-top:1px solid #ddd;
    color:#222;
    padding: 4px 0 4px 6px;
}

.currency-input {
    text-align: right;
}

@media (max-width: 479px) {

    /*.mfsc {
        grid-template-areas: "a";
    }

    .mfsc > div {
        grid-column: 1 / span 6;
    }*/
    .mfsc > div:nth-of-type(3),.mfsc > div:nth-of-type(5),.mfsc > div:nth-of-type(8) {
        grid-column: 1 / span 3;
    }
    .mfsc > div:nth-of-type(4),.mfsc > div:nth-of-type(7),.mfsc > div:nth-of-type(9) {
        grid-column: 4 / span 3;
    }

    .mfsc > div:nth-of-type(7) {
        grid-row:3;
    }


}

@media (max-width: 767px) {
    .bannersect {
        display: none;
    }

    .mfsf > div:nth-of-type(1) {
        flex-direction: column;
    }

    .mfsf > div:first-of-type > div:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-right: none;
        margin-bottom:24px;
        padding-right: 0;
        padding-bottom:24px;
    }

    .mfsf > div:first-of-type > div:nth-of-type(2) {
        padding-left: 0;
    }


    body.page-id-3657 .wws-popup-container {
        display: none !important;

    }

    body.page-id-3657 .contsect .contcol > .elementor-widget-wrap {
        margin:0;
        padding:20px 10px;
    }

    #plan-name {
        min-width: 100px;
    }

    #plan-reference-code {
        max-width: 100%;
    }
}