Untitled

 avatar
unknown
plain_text
5 months ago
3.4 kB
2
Indexable
html body .eg-bundle {
    align-items: center;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    justify-content: space-between;
    padding: 30px;
    grid-gap: 16px;
    background: #FFFFFF;
}

html body .eg-image {
    width: 58px;
}

html body .eg-image img {
    width: 100%;
}

html body .eg-description {
    display: flex;
    flex-direction: column;
    width: 208px;
    grid-gap: 8px;
}

html body .eg-description h2 {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #121212;
    margin-bottom: 0;
}

html body .eg-description h2 .eg-green {
    color: #34A853;
}

html body .eg-description p {
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #202020;
    letter-spacing: 0;
}

html body .eg-bold {
    font-weight: 700;
}

html body .eg-bundle > button {
    background: #000000;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 10px;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 82px;
}

html body #AB-025-cart_upsell {
    margin-top: 76px;
}

/*         Great choice msg      */

html body #AB-025-upgrade-msg {
    background: #FF7B00;
    border-radius: 0;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px !important;
    margin-right: -30px !important;
    font-size: 14px !important;
}

html body #AB-025-upgrade-msg:not(:first-of-type) {
    display: none;
}

@media screen and (max-width: 767px) {
    html body .eg-bundle {
        padding: 16px;
        grid-gap: 10px;
    }

    html body .eg-image {
        width: 48px;
    }
}

/*             CONGRATULATIONS BANNER          */

html body #AB-026-banner {
    display: none;
}

html body .eg-congratulation-Banner {
    display: none;
    background-color: #e6e6e6;
    border-bottom: 1px solid #0000001A;
    padding: 20px 30px 19px;
}

html body .eg-congratulation-Banner img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    background-color: #f0f0f0;
    margin-right: 20px;
}

html body .eg-congratulation-Banner .eg-heading {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

html body .eg-congratulation-Banner svg {
    display: block;
}

html body .eg-congratulation-Banner .eg-heading p {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: .47px;
    color: #202020;
    margin: 0 0 0 4px !important;
}

html body .eg-congratulation-Banner .eg-name {
    font-family: Inter;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 8px !important;
    color: #202020;
}

html body .eg-congratulation-Banner .eg-sub {
    display: flex;
}

html body .eg-congratulation-Banner .eg-sub p:first-child {
    color: #34a853;
    line-height: 18px;
}

html body .eg-congratulation-Banner .eg-sub p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .47px;
    color: #20202099;
}
Editor is loading...
Leave a Comment