.zwshopprotection-popup-open {
    overflow: hidden;
}

.zwshopprotection-popup-wrap {
    inset: 0;
    position: fixed;
    z-index: 2147483000;
}

.zwshopprotection-popup-bg {
    background: rgba(245, 245, 245, 0.42);
    cursor: not-allowed;
    inset: 0;
    pointer-events: auto;
    position: absolute;
    z-index: 2147483000;
}

.zwshopprotection-captcha-block {
    margin: 1rem 0;
}

.zwshopprotection-captcha-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.zwshopprotection-captcha-row {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.zwshopprotection-captcha-image {
    height: auto;
    max-width: 200px;
}

.zwshopprotection-captcha-refresh-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0.5rem;
    font-size:35px;
}

.zwshopprotection-captcha-input {
    box-sizing: border-box;
    padding: 0.5rem;
    width: 100%;
}

.zwshopprotection-popup-wrap {
    pointer-events: none;
}

.zwshopprotection-popup-outer {
    left: 50%;
    max-height: calc(100vh - 2rem);
    max-width: calc(100% - 2rem);
    overflow: auto;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28rem;
    z-index: 2147483001;
}

.zwshopprotection-popup-inner {
    background: #fff;
    border: 1px solid #e2e2e2;
    /*box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);*/
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-radius:20px;
}

.zwshopprotection-popup-logo {
    margin-top: 5%;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding: 2%;
    height: 40px;
}

/*.zwshopprotection-popup-logo .logo {
    height: auto;
    max-height: 4rem;
    max-width: 12rem;
    width: auto;
}*/
.zwshopprotection-popup-logo p {text-align:right;color:#7a7a7a;}
.zwshopprotection-popup-logo img {max-width: 25px;float:left;}

.zwshopprotection-popup-title {
   font-size: .9375rem;
  font-weight: 600;
  color: #333;
   text-align: center;}

.zwshopprotection-popup-text {
    margin-bottom: 1rem;
    text-align: center;
color: #333;
}

.zwshopprotection-popup-form .zwshopprotection-captcha-block {
    margin: 0;
}

.zwshopprotection-popup-submit {
    background: #2b7ec1;
    border: 1px solid #2b7ec1;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 1rem auto 0;
    padding: 0.5rem 1rem;
}

.zwshopprotection-popup-error {
    margin: 1rem 0 0;
}

.zwshopprotection-challenge-page {
    background: #f5f5f5;
}

.zwshopprotection-challenge-site {
    filter: grayscale(1);
    opacity: 0.37;
    pointer-events: none;
    user-select: none;
}

.zwshopprotection-challenge-main {
    background: #f3f3f3;
    min-height: 28rem;
    padding: 3rem 0;
}

.zwshopprotection-muted-content {
    opacity: 0.75;
}

.zwshopprotection-muted-card,
.zwshopprotection-muted-line {
    background: #d8d8d8;
    border-radius: 0.25rem;
}

.zwshopprotection-muted-card {
    height: 12rem;
    margin-bottom: 1.25rem;
}

.zwshopprotection-muted-card-large {
    height: 20rem;
}

.zwshopprotection-muted-line {
    height: 1.25rem;
    margin-bottom: 0.75rem;
}

.zwshopprotection-muted-line-short {
    width: 70%;
}

input[name="zwshopprotection-captcha-block-input"]:focus {outline:none;}


@media (max-width: 480px) {
    .zwshopprotection-popup-outer {
        max-height: calc(100vh - 1rem);
        max-width: calc(100% - 1rem);
        width: 28rem;
    }

    .zwshopprotection-popup-inner {
        padding: 1rem;
    }

}

@media (max-width: 991px) {

.zwshopprotection-popup-logo p {text-align:left;}
}

