.iti__flag {
    background-image: url("/vendor/intltelinput/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/vendor/intltelinput/build/img/flags@2x.png");
    }
}

@font-face {
    font-family: "phone-icons";
    src: url("/luxe-extended/fonts/phone-icons.ttf?4cspqe") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.phone-icon-container i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "phone-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.material-icons.icon-call:before {
    content: "\e900";
}

.material-icons.icon-phone_iphone:before {
    content: "\e901";
}

.phone-icon-container {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    display: flex;
}

.has-phone-icons .iti__flag-container {
    height: 30px;
    padding-bottom: 0;
}

.phone-icon-container button {
    color: #999;
    border: 0;
    padding: 0;
    margin: 0 1px;
    height: 24px;
    background: transparent;
    outline: none;
    display: flex;
}

.phone-icon-container button:first-child {
    padding-left: 5px;
}

.phone-icon-container button:last-child {
    padding-right: 5px;
}

.phone-icon-container button.active {
    color: black;
}

.neverbounce-email-card-body {
    flex: 1;
    padding: 0;
}

.neverbounce-email-card-body input {
    width: 100% !important;
}

.neverbounce-email-card-body input.prepend-icon {
    padding-left: 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

button#send-signed-url.processing::before,
button.apple-pay.processing::before,
.v-cloak.opacity-50::after,
button.button-to-cart.processing::before,
.payment_form_submiter button.processing::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    left: calc(50% - 110px);
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

button#send-signed-url.processing i {
    opacity: 0;
}

button#send-signed-url.processing::before {
    width: 16px;
    height: 16px;
    left: 5px;
}

.notifyjs-wrapper div.wrap-text {
    max-width: 288px;
}

.notifyjs-container > div > span {
    word-wrap: break-word;
    text-wrap: wrap;
}

.notifyjs-container .copy-text {
    cursor: pointer;
}