#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: var(--et_white-2-dark, #fff);
    z-index: 7;
    max-width: 400px;
    width: calc(100vw - 40px);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
}

.rtl #sales-booster-popup {
    left: auto;
    right: 20px;
}

#sales-booster-popup .close {
    margin: 10px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sales-booster-popup .sales-booster-popup-inner {
    display: flex;
    align-items: center;
    padding: 20px 25px 20px 20px;
}

[data-mode="dark"] #sales-booster-popup .heading {
    color: #888;
}

html.et-mini-content-opened #sales-booster-popup,
.etheme-elementor-off-canvas--shown #sales-booster-popup,
.cart-checkout-advanced-layout #sales-booster-popup,
body:has(.add-overlay-body-on-hover:hover, .add-overlay-body-on-hover.dropdown-click.dropdown-opened:hover, .add-overlay-body-on-focus.focused, .add-overlay-body-on-focus:focus, .add-overlay-body-on-focus:focus-within) #sales-booster-popup,
#sales-booster-popup:not(.loaded) {
    opacity: 0;
    visibility: hidden;
}

html.et-mini-content-opened #sales-booster-popup.animation-slide_right,
.etheme-elementor-off-canvas--shown #sales-booster-popup.animation-slide_right,
#sales-booster-popup.animation-slide_right:not(.loaded) {
    transform: translateX(-30px);
}

html.et-mini-content-opened #sales-booster-popup.animation-slide_left,
.etheme-elementor-off-canvas--shown #sales-booster-popup.animation-slide_left,
#sales-booster-popup.animation-slide_left:not(.loaded) {
    transform: translateX(30px);
}

html.et-mini-content-opened #sales-booster-popup.animation-slide_up,
.etheme-elementor-off-canvas--shown #sales-booster-popup.animation-slide_up,
#sales-booster-popup.animation-slide_up:not(.loaded) {
    transform: translateY(30px);
}

#sales-booster-popup img {
    max-width: 70px;
    margin-right: 10px;
}
.rtl #sales-booster-popup img {
    margin-right: 0;
    margin-left: 10px;
}
#sales-booster-popup .sales-booster-popup-inner > div {
    overflow: hidden;
}
#sales-booster-popup .sales-booster-popup-inner > div:only-child {
    flex: 1;
}
#sales-booster-popup .sales-booster-popup-inner > div > span {
    display: block;
    width: 100%;
}

#sales-booster-popup .sales-booster-popup-inner > div .info {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
}

#sales-booster-popup .heading {
    font-size: 1.14rem;
    color: #555;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sales-booster-popup .heading a {
    text-decoration: underline;
}
#sales-booster-popup .info,
#sales-booster-popup .price-wrapper {
    margin-bottom: 5px;
    font-size: 1rem;
}

#sales-booster-popup .read-more {
    font-size: inherit;
}

@media only screen and (max-width: 992px) {
    #sales-booster-popup {
        left: 15px;
        bottom: 15px;
    }
    #sales-booster-popup img {
        max-width: 50px;
    }

    #sales-booster-popup .read-more-wrapper {
        display: none;
    }

    .rtl #sales-booster-popup {
        left: auto;
        right: 15px;
    }
    #sales-booster-popup .sales-booster-popup-inner {
        padding: 10px 15px 10px 10px;
    }
}

@media only screen and (max-width: 480px) {
    #sales-booster-popup.loaded ~ .back-top,
    #sales-booster-popup.loaded ~ .et-request-quote{
        transform: translateX(20px);
        opacity: 0;
        visibility: hidden;
    }
    .rtl #sales-booster-popup.loaded ~ .back-top,
    .rtl #sales-booster-popup.loaded ~ .et-request-quote{
        transform: translateX(-20px);
    }
}
@font-face{font-display:fallback;font-family:DMSans;font-weight:400;src:url(https://canadianproxy.shop/wp-content/plugins/hostinger/assets//css/../fonts/DMSans-Regular.ttf)}@font-face{font-display:fallback;font-family:DMSans;font-weight:500;src:url(https://canadianproxy.shop/wp-content/plugins/hostinger/assets//css/../fonts/DMSans-Medium.ttf)}@font-face{font-display:fallback;font-family:DMSans;font-weight:700;src:url(https://canadianproxy.shop/wp-content/plugins/hostinger/assets//css/../fonts/DMSans-Bold.ttf)}.hsr-coming-soon-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1d1e20;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:DMSans,serif;font-size:14px;height:564px;line-height:24px;width:650px}.hsr-coming-soon-illustration{margin-bottom:32px;width:650px}body.hostinger{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f4f5ff;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;justify-content:center;overflow:hidden}.hsr-logo{height:30px;margin-bottom:32px;width:150px}.hsr-coming-soon-body h3{font-size:24px;font-weight:700;line-height:32px;margin-bottom:8px}.hsr-coming-soon-body p{color:#727586;font-size:16px;font-weight:400;line-height:24px}@media only screen and (max-width:768px){.hsr-coming-soon-body{width:80%}.hsr-coming-soon-illustration{width:100%}}
