.xoo-wsc-container .etoken-form {
    padding: 15px 20px;
}

.etoken-form {
    position: relative;
    align-self: flex-end;
}
.etoken-form .before-form-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
}
.etoken-form .before-form-description p:last-of-type {
    margin-bottom: 0;
}
.etoken-form .before-form-description a {
    text-decoration: underline;
}

.etoken-form-apply-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    display: none;
    background-color: #eee;
}
.etoken-form-apply-loader.shown {
    display: block;
}
.e-token-message {
    visibility: hidden;
    height: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 14px;
    background-color: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
}
.e-token-message.shown {
    visibility: visible;
    height: auto;
    margin-top: 24px;
}

/* apply coupon cart widget */
.mds-cart-form {
    background-color:#f9f9f9;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-end;
    border-top: dotted 2px rgba(35, 35, 35, .3);
}
.mds-info-row {
    display: flex;
    gap: 15px;
    width: 100%;
}
.mds-info-row-image-wrapper {
    min-width: 110px;
    max-width: 110px;
}
.mds-info-row-image-wrapper img {
    border-radius: 14px;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mds-info-row-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mds-info-row-description a {
    text-decoration: underline;
}
.mds-tokens-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-self: flex-end;
    justify-content: space-between;
    gap: 10px;
    width: calc(100% - 125px);
}
.mds-tokens-form > div {
    width: calc(50% - 5px);
}
.mds-tokens-form-amount {}
div.mds-tokens-form-amount select {
    height: auto !important;
    line-height: 26px;
    padding: 9px 15px;
    width: 100%;
    min-width: auto !important;
    max-width: none;
}
div.mds-tokens-form-calculation {
    display: flex;
    flex-direction: column;
    width: 150px;
}
.mds-tokens-form-calculation em {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}
.mds-tokens-form-aplly-button {}
div.mds-tokens-form-aplly-button > * {
    padding: 8px 15px;
    border-radius: 14px;
    width: 100%;
}
div.mds-tokens-form-aplly-button > * > span {
    font-size: 18px;
    line-height: 26px;
}
.mds-tokens-form-learn-more {}
div.mds-tokens-form-learn-more > * {
    padding: 8px 15px;
    border-radius: 14px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 991px) {
    .mds-info-row-image-wrapper {
        min-width: 60px;
        max-width: 60px;
    }

    .mds-tokens-form {
        width: 100%;
    }

    div.mds-tokens-form-calculation {
        width: auto;
    }
}