.page-top-gutter {
    padding-top: 128px;
    padding-bottom: 64px;
    background-color: #f4f4f4;
}

.page-top-gutter--0 {
    padding-top: 120px;
}

.checkout-summary__info-title,
.checkout-summary__info-txt {
    font-size: 14px !important;
}

.checkout-summary__price-title {
    font-size: 16px !important;
}

.checkout-summary__price-num {
    font-size: 18px !important;
}

.checkout-summary__price-num > .try {
    font-size: 29px;
    color: #040345;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
    font-weight: 300;
}
.checkout-summary__price-num > .price {
    font-size: 29px;
    color: #040345;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
    font-weight: 300;
}

.payment_success-btn_text {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 1201px) {
    .checkout-page .container {
        max-width: 1240px;
    }
}

.checkout-wrp {
    max-width: 1440px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 767px) {
    .checkout-wrp {
        flex-direction: column;
    }
}

.checkout-content {
    border-radius: 30px;
    padding: 35px 42px;
    font-size: 16px;
    background-color: #fff;
}

@media (max-width: 992px) {
    .checkout-content {
        padding: 25px;
    }
}

.checkout-content__top {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 40px;
}

.checkout-content__top-img {
    width: 3.5em;
    height: 3.5em;
    border-radius: 0.9em;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.checkout-content__top-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-content__top-txt {
    font-size: 14px;
    font-weight: 500;
    font-family: century gothic;
    color: rgba(4, 3, 69, 0.75);
    line-height: 1.4em;
}

.checkout-content__top-txt>span {
    font-weight: 600;
}

.checkout-content__form-wrp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1200px) {
    .checkout-content__form-wrp {
        flex-direction: column-reverse;
    }
    .tablet-view-padding {
        padding-bottom: 0!important;
    }
}

.checkout-content__form-wrp:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

@media (max-width: 1200px) {
    .checkout-content__form-wrp:last-child {
        flex-direction: column;
    }
    .checkout-content__form-wrp:last-child .checkout-content__form-left {
        margin-top: 0;
        margin-bottom: 25px;
    }
}

.checkout-content__form-left {
    width: 269px;
    margin-right: 30px;
    flex-shrink: 0;
}

.checkout-content__form-left .expiry-group div:last-child {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .checkout-content__form-left {
        width: 100%;
        margin-top: 25px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .checkout-content__form-left .input-group {
        flex-direction: row;
    }
}

.checkout-content__form-left .input-group--w-text:last-child .input-outer.input-error {
    margin-bottom: 20px !important;
}

.checkout-content__form-right {
    width: 45%;
    display: flex;
    align-items: flex-end;
    margin-left:10px;
}

@media (max-width: 424px) {
    .checkout-content__form-right {
        width: 100%;
        height: 0;
    }
}

@media (max-width: 768px) {
    .checkout-content__form-right {
        align-items: flex-start;
    }
    .checkout-content__form-right .input-cvv {
        margin-left: 0;
    }
}

.checkout-content__tick {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.checkout-right {
    margin-left: 5px;
}


@media (max-width: 992px) {
    .checkout-right {
        margin-left: 20px;
        width: calc(100% - 360px - 20px);
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    .checkout-right {
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }
}

.payment__success-button,
.payment__success-icon {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.payment__success-button {
    margin-top: 24px;
    width: 100%;
    background-color: #17cc85;
    border-radius: 22px;
}

.payment__success-icon {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.checkout-summary {
    width: 100%;
    padding: 35px 42px;
    border-radius: 20px;
    background: #fff;
    font-size: 1.4rem;
}

@media (max-width: 992px) {
    .checkout-summary {
        padding: 25px;
    }
}

.checkout-summary,
.form-box__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

.checkout-summary .blog-card__author-img {
    width: 56px;
    height: 56px;
    border-radius: 0.8em;
}

.checkout-summary .blog-card__author-name {
    font-size: 16px;
}

.checkout-summary .blog-card__author-date {
    font-size: 16px;
    color: #a5a5a5;
    font-weight: 500;
    line-height: 15px;
}

.checkout-summary__info {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.checkout-summary__info-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.checkout-summary__info-title {
    color: rgba(4, 3, 69, 0.85);
    font-family: "Helvetica Neue";
    font-size: 1em;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.checkout-summary__info-title>span {
    margin-right: 5px;
    flex-shrink: 0;
}

.checkout-summary__info-txt {
    margin-top: 10px;
    color: rgba(4, 3, 69, 0.6);
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 400;
}

.checkout-summary__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-summary__price-cnt {
    display: flex;
    flex-direction: column;
}

.checkout-summary__price-title {
    color: rgba(4, 3, 69, 0.85);
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

.checkout-summary__price-txt {
    color: rgba(4, 3, 69, 0.6);
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 400;
}

.checkout-summary__price-num {
    font-size: 24px;
    color: #040345;
}

.checkout-summary .btn {
    position: relative;
    margin-top: 4rem;
}

.checkout-summary .btn-icon {
    right: 35px;
    position: absolute;
}

.checkout-basket {
    font-size: 1.4rem;
}

.checkout-basket__totally-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.checkout-basket__totally-txt {
    font-size: 15px;
    font-weight: 400;
    color: #040345;
}

.checkout-basket__totally-price {
    font-size: 20px;
    font-weight: 500;
    color: #040345;
    margin-left: auto;
}

.checkout-item__remove {
    background: rgba(29, 186, 181, 0.1);
    border-radius: 0.8em;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #1dbab5;
    cursor: pointer;
    transition: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    flex-shrink: 0;
    margin-left: 20px;
}

.checkout-item__remove:hover {
    background: #1dbab5;
    color: #fff;
}

.checkout-coupon {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 11px 20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    font-size: 1.4rem;
    filter: drop-shadow(0px 5px 5px #00000010);
}

.checkout-coupon.active {
    width: calc(20%);
    min-width: 100px;
}

@media (max-width: 576px) {
    .checkout-coupon.active {
        width: 100%;
    }
}

.checkout-coupon.active .loading-container {
    opacity: 1;
    pointer-events: all;
}

.checkout-coupon.active .checkout-coupon__input {
    opacity: 0;
}

.checkout-coupon.active .checkout-coupon__icon {
    display: none;
}

.checkout-coupon.result .checkout-coupon__result {
    opacity: 1;
    pointer-events: all;
}

.checkout-coupon__result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 30px;
    z-index: 4;
    font-weight: 600;
    font-size: 15px;
    color: #040345;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    border-radius: 16px;
}

.checkout-coupon__result .check-list__icon {
    width: 30px;
    height: 30px;
    background: rgba(29, 186, 181, 0.1);
    color: #1dbab5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 8px;
}

.checkout-coupon__input {
    font-family: "Helvetica Neue";
    font-weight: 500;
    color: #040345;
    height: var(--input-height);
    width: 100%;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    outline: none;
}

.checkout-coupon__input::placeholder {
    color: rgba(4, 3, 69, 0.2);
}

.checkout-coupon__icon {
    background: var(--main-color3);
    border-radius: 12px;
    width: 45px;
    height: 45px;
    position: relative;
    flex-shrink: 0;
    transition: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    margin-left: 25px;
    cursor: pointer;
}

.checkout-coupon__icon:hover {
    background: var(--main-color1);
}

.checkout-coupon__icon:hover:before,
.checkout-coupon__icon:hover:after {
    background: #fff;
}

.checkout-coupon__icon:before,
.checkout-coupon__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.checkout-coupon__icon:before {
    height: 16px;
    width: 2.5px;
}

.checkout-coupon__icon:after {
    height: 2.5px;
    width: 16px;
}

.checkout-coupon .cupon-error {
    position: absolute;
    bottom: 5px;
    left: 40px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #cc0000;
    font-family: "Helvetica Neue";
}

.jp-card {
    font-size: 1.4rem;
}

@media (max-width: 424px) {
    .jp-card {
        min-width: unset !important;
        max-width: 100%;
    }
}

@media (max-width: 374px) {
    .jp-card {
        font-size: 12px;
    }
}

.jp-card-container {
    width: 100% !important;
    height: 180px !important;
}

.jp-card-front,
.jp-card-back {
    background: linear-gradient(-230deg, #233f6f 60%, #233c68 60.1%) !important;
}

.jp-card-front:before,
.jp-card-back:before {
    background-image: none !important;
    background-color: transparent !important;
}

.jp-card-display {
    font-weight: 600 !important;
    opacity: 1 !important;
}

.jp-card-number {
    font-size: 1.1em !important;
}

.jp-card-name,
.jp-card-expiry,
.jp-card-cvc {
    font-size: 1.05em !important;
}

.jp-card-expiry:after,
.jp-card-expiry:before {
    display: none !important;
}

.jp-card-shiny {
    display: none !important;
}

.input-cvv .input-outer {
    overflow: visible;
}

@media (max-width: 480px) {
    .input-group-cc {
        display: flex;
        flex-direction: column;
    }
}

.input {
    border: none;
    outline: none;
    width: 100%;
    color: #040345;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 22px;
    height: 48px;
    border-radius: inherit;
    font-weight: 500;
    font-family: "Helvetica Neue";
}

@media (max-width: 350px) {
    .input {
        font-size: 14px;
        padding: 15px 18px;
    }
}

.input::placeholder {
    color: #040345;
    font-weight: 500;
    font-family: "Helvetica Neue";
    opacity: 0.2;
    font-size: 15px;
}

@media (max-width: 350px) {
    .input::placeholder {
        font-size: 14px;
    }
}

.input.with-icon input {
    padding-right: 40px;
}

.input.card__name {
    font-size: 18px;
    margin-top: -4px;
}

.input.card__number {
    font-size: 18px;
    margin-top: -4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input[type="password"] {
    letter-spacing: 3px;
    font-size: 16px;
}

@media (max-width: 480px) {
    .input[type="password"] {
        font-size: 13px;
        letter-spacing: 3px;
    }
}

@media (max-width: 424px) {
    .input[type="password"] {
        font-size: 13px;
        letter-spacing: 2px;
    }
}

.input[type="password"]::placeholder {
    letter-spacing: 0;
    font-size: 15px;
}

@media (max-width: 350px) {
    .input[type="password"]::placeholder {
        font-size: 14px;
    }
}

.input-subtitle {
    color: rgba(4,3,69,.4);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    letter-spacing: -.16px;
    font-family: century gothic;
}

.input-subtitle__right {
    margin-left: auto;
    color: #1dbab5;
    font-weight: 500;
    font-family: "Helvetica Neue";
}

#cardSkt {
    font-size: 18px;
}

.card__cvc {
    font-size: 18px;
}

@media (max-width: 480px) {
    .input-subtitle__right {
        font-size: 14px;
    }
    .page-top-gutter {
        padding-top: 98px;
    }
}

@media (max-width: 350px) {
    .input-subtitle__right {
        font-size: 13px;
    }
}

.input-infotitle {
    color: #040345;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

.input-txt {
    color: #040345;
    font-weight: 400;
    font-size: 20px;
}

.input-txt strong {
    font-weight: 500;
    color: #21385a;
}

.input-outer {
    width: 100%;
    border: 1px solid #d2e5e3;
    background: #fcfffe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    height: var(--input-height);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.input-outer--w-btn input {
    padding-right: 110px;
}

.input-outer--w-btn .input-outer__add-btn {
    position: absolute;
    top: 6px;
    right: 5px;
    height: 34px;
    border-radius: 12px;
    width: 80px;
}

.input-outer--w-btn .input-outer__add-btn .btn-icon {
    font-size: 1rem;
    margin-left: 10px;
}

.input-outer--w-btn .input-outer .select2-container {
    padding-right: 100px;
}

.input-outer--w-btn .select2-selection__arrow {
    right: 105px !important;
}

.input-outer.input-error {
    border: 1px solid #cc0000 !important;
    margin-bottom: 3.5rem !important;
    overflow: initial;
}

.input-outer.input-texted .input-icon:not(.input-icon__right) {
    color: #1dbab5;
}

.input-outer.w-textarea {
    align-items: flex-start;
    height: 150px;
}

.input-outer.w-textarea .input {
    resize: none;
    overflow-y: auto;
    height: 100%;
    padding: 25px;
}

.input-h-auto {
    height: auto;
}

.input-h-auto .input {
    padding: 20px 25px;
}

.input-cvv {
    width: 172px;
    margin-left: auto;
}

@media (max-width: 424px) {
    .input-cvv {
        width: 100%;
    }
}

.input-cvv__icon {
    position: absolute;
    top: calc(40% + 1px);
    transform: translateY(-50%);
    right: 20px;
    font-size: 2rem;
    color: #1dbab5;
}

.input-focused {
    border-color: #1dbab5;
    transition: 0.3s;
}

.input-disabled {
    pointer-events: none;
    border-color: transparent;
}

.input-num-start-outer {
    width: 155px;
}

.input-num-start-outer input {
    width: 100%;
}

.input-icon {
    color: rgba(4, 3, 69, 0.2);
    font-size: 22px;
    flex-shrink: 0;
    position: relative;
    left: 15px;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.input-icon__right {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: rgba(4, 3, 69, 0.2);
    cursor: pointer;
    left: unset;
    pointer-events: all;
}

.input-icon__right:hover {
    color: rgba(4, 3, 69, 0.5);
}

.input-icon__right.active {
    color: #45eaaa;
}

.input-button-r {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-search {
    height: 76px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 40px 26px -30px rgba(17, 84, 64, 0.1);
}

@media (max-width: 374px) {
    .input-search .btn-txt {
        display: none;
    }
    .input-search .btn-icon {
        margin-left: 0;
    }
}

.input-search>div {
    height: 100%;
}

.input-search input {
    width: calc(100% - 141px);
}

@media (max-width: 424px) {
    .input-search input {
        width: calc(100% - 120px);
    }
}

@media (max-width: 374px) {
    .input-search input {
        width: calc(100% - 80px);
    }
}

.input-search input::placeholder {
    font-weight: 300;
    font-size: 18px;
    color: #9ca9bd;
}

.cvv_ {
    display: flex;
    flex-direction: row;
    gap: 16px !important;
    width: 100%;
}

.input-group {
    display: flex;
    flex-flow: nowrap;
    align-items: flex-start;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .input-group--num {
        flex-direction: row;
    }
}

.input-group--double {
    display: flex;
}

.input-group--double .input-group {
    margin-right: 10px;
}

.input-group--double .input-group:last-child {
    margin-right: 0;
}

.input-group--double .select2-selection__rendered {
    padding: 0 15px !important;
}

.input-group--triple {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-group--triple .select2-dropdown {
    max-width: 100% !important;
}

.input-group--triple .select2-selection__rendered {
    padding: 0 15px !important;
}

.input-group--triple {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-group.aifs {
    align-items: flex-start;
}

.input-group.aic {
    align-items: center;
}

@media (max-width: 768px) {
    .input-group.aic {
        flex-direction: row;
    }
}

.input-group>div {
    margin-right: 15px;
}

.input-group>div:last-child {
    margin-right: 0;
}

.input-group--w-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input-group--column {
    display: flex;
    flex-direction: column;
}

.input-group--column .input-outer:first-child,
.input-group--column .select-outer:first-child {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
}

.input-group--column .input-outer:last-child,
.input-group--column .select-outer:last-child {
    border-radius: 0 0 20px 20px;
}

.input-group--other {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

label.error {
    margin-bottom: 0;
    margin-top: 15px;
    color: #cc0000;
    font-weight: 600;
    font-size: 1.3rem;
    position: absolute;
    bottom: -2rem;
}

input:-internal-autofill-selected {
    border-radius: inherit;
}

textarea[data-autoheight="true"] {
    overflow: visible;
}

.switch {
    display: inline-flex;
    cursor: pointer;
    font-family: "Helvetica Neue";
}

.switch--small .switch__toggle {
    transform: scale(0.75);
}

.switch__toggle {
    outline: none;
    height: 22px;
    width: 41px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border-radius: 17px;
    background-color: #ddd;
    flex-shrink: 0;
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    margin-right: 15px;
}

.switch__toggle::before {
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.switch__title {
    color: #21385a;
    font-size: 20px;
    line-height: 1em;
    font-weight: 500;
    user-select: none;
}

.switch__text {
    margin-top: 10px;
    opacity: 0.7;
    color: #21385a;
    letter-spacing: 0.17px;
    font-size: 15px;
}

.switch__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.switch__input:checked+span {
    background-color: #45eaaa;
}

.switch__input:checked+span::before {
    transform: translateX(18px);
}

.tick-checkbox {
    margin-bottom: 0px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.tick-checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.tick-checkbox__input:checked {
    border-color: transparent;
}

.tick-checkbox__input:checked+span {
    background-color: var(--main-color1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.788 8'%3E%3Cpath fill='%23fff' d='M9.146 0L3.722 5.477 1.489 3.244 0 4.733l3.722 3.775 6.913-6.966z'%3E%3C/path%3E%3C/svg%3E");
}

.tick-checkbox__toggle {
    outline: none;
    height: 23px;
    width: 23px;
    display: inline-flex;
    border-radius: 7px;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: #fcfffe;
    flex-shrink: 0;
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    margin-right: 5px;
    border: 1px solid #1dbab5;
    background-repeat: no-repeat;
    background-position-x: calc(50% + 2px);
    background-position-y: 50%;
    background-size: 15px;
}

.tick-checkbox__title {
    color: #040345;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    font-family: "Helvetica Neue";
    line-height: 1.3em;
}

.tick-checkbox__txt {
    font-size: 13px;
    color: #040345;
    font-weight: 500;
    font-family: "Helvetica Neue";
}

.hidden-input {
    visibility: hidden;
    position: absolute;
    z-index: -999;
}

@media (max-width: 480px) {
    .tick-checkbox__toggle {
        margin-right: 4px;
    }
}

.swal2-icon-info > .swal2-header {
    flex-direction: row;
}

body.swal2-no-backdrop .swal2-container>.swal2-icon-success { 
    background: #44bab6;
}

body.swal2-no-backdrop .swal2-container>.swal2-icon-error { 
    background: #e76c6b;
}

body.swal2-no-backdrop .swal2-container>.swal2-icon-info { 
    background: #e7a600;
}


.swal2-title { 
    color:#fff;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #fff;
 }

 .swal2-icon.swal2-error {
    border-color: #fff;
}
body.swal2-no-backdrop .swal2-container>.swal2-modal { 
    box-shadow: none;
    border-radius: 20px;
}

.swal2-timer-progress-bar-container { 
    width:85%;
    left:10px;
}

.checkout-summary__price-num > .eur {
    font-size: 29px;
    color: #040345;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important;
    font-weight: 300;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-color: transparent;
}
.normal-price-discounted {
    text-decoration: line-through;
    text-decoration-color: red;
}

.fill-current-color {
    fill: currentColor;
}