@font-face {
    font-family: aeonikregular;
    src: url("../fonts/aeonik-regular-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: aeonikmedium;
    src: url("../fonts/aeonik-medium-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: aeonikbold;
    src: url("../fonts/aeonik-bold-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.moona-popin-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}

.moona-popin-container > div {
    margin: 70px auto;
    padding: 20px;
    background: transparent;
    border-radius: 5px;
    width: 50%;
    height: 85%;
    position: relative;
    max-width: 500px;
}

@media screen and (max-width: 650px) {
    .moona-popin-container > div {
        background: transparent;
        width: 90% !important;
        padding: 0px;
    }
}

.moona-integrated-container {
    width: 100%;
    height: 240px;
}

.moona-integrated-container > div {
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 650px) {
    .moona-integrated-container {
        height: 240px;
    }

    .moona-integrated-container > div {
        height: 240px;
    }
}

.moona-total td,
.moona-total th {
    border-top: none !important;
    padding-top: 0 !important;
}

.moona-without-discount {
    text-align: center !important;
}

.checkout-payment-method .payment-method-title .payment-icon {
    margin-left: 5px;
    align-self: center;
}
.moona-banner {
    display: none;
}
.cleaver-mobile-discount {
    padding-left: 10px;
}
.moona-product {
    margin-bottom: 20px;
}
