input.cwgstock_phone {
    width: 100%;
    text-align: center
}

.iti {
    width: 100%
}

.swal2-popup .cwginstock-subscribe-form {
    padding: 0
}

.swal2-popup .swal2-close {
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: #999;
    opacity: 0.8;
    transition: opacity 0.3s ease
}

.swal2-popup .swal2-close:hover {
    opacity: 1;
    color: #333
}

.swal2-popup .cwginstock-panel-primary {
    border: none;
    box-shadow: none;
    background: transparent
}

.swal2-popup .cwginstock-panel-heading {
    background: transparent;
    border: none;
    padding: 20px 20px 10px 20px;
    text-align: center
}

.swal2-popup .cwginstock-panel-heading h4 {
    color: transparent;
    font-size: 0;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    position: relative;
    line-height: 1
}

.swal2-popup .cwginstock-panel-heading h4::before {
    content: "🔔";
    font-size: 24px !important;
    display: inline-block !important;
    line-height: 1;
    vertical-align: middle;
    order: -1;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000 !important;
    width: auto;
    height: auto
}

.swal2-popup .cwginstock-panel-heading h4::after {
    content: "הודעה למייל";
    font-size: 22px;
    font-weight: 600;
    color: #000;
    order: 0
}

.swal2-popup .cwginstock-panel-heading::after {
    content: "מלאו את כתובת המייל שלכם וקבלו הודעה כשמוצר חזר למלאי";
    display: block !important;
    font-size: 16px !important;
    color: #000 !important;
    margin-top: 10px;
    text-align: center;
    font-weight: 700 !important
}

.swal2-popup .cwginstock-panel-body {
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

.swal2-popup .cwginstock-panel-body .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box
}

.swal2-popup .cwginstock-panel-body .col-md-12,
.swal2-popup .cwginstock-panel-body .col-md-10,
.swal2-popup .cwginstock-panel-body .col-md-11,
.swal2-popup .cwginstock-panel-body .col-md-9,
.swal2-popup .cwginstock-panel-body .col-md-8,
.swal2-popup .cwginstock-panel-body .col-md-7,
.swal2-popup .cwginstock-panel-body .col-md-6,
.swal2-popup .cwginstock-panel-body .col-md-5,
.swal2-popup .cwginstock-panel-body .col-md-4,
.swal2-popup .cwginstock-panel-body .col-md-3,
.swal2-popup .cwginstock-panel-body .col-md-2,
.swal2-popup .cwginstock-panel-body .col-md-1 {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important
}

.swal2-popup .cwginstock-panel-body .form-group {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.swal2-popup .cwginstock-panel-body .cwgstock_name {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.swal2-popup .cwginstock-panel-body .cwgstock_name:focus {
    outline: none;
    border-color: #0066cc
}

.swal2-popup .cwginstock-panel-body .cwgstock_email {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.swal2-popup .cwginstock-panel-body .cwgstock_email:focus {
    outline: none;
    border-color: #0066cc
}

.swal2-popup .cwginstock-panel-body .cwg_iagree_checkbox {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px
}

.swal2-popup .cwginstock-panel-body .cwg_iagree_checkbox label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.swal2-popup .cwginstock-panel-body .cwg_iagree_checkbox input[type="checkbox"] {
    margin: 0;
    cursor: pointer
}

.swal2-popup .cwginstock-panel-body .cwg_iagree_checkbox a {
    color: #0066cc;
    text-decoration: underline
}

.swal2-popup .cwgstock_button {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background: #003366;
    color: #fff;
    border: 1px solid #003366;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0
}

.swal2-popup .cwgstock_button:hover {
    background: #004488;
    border-color: #004488
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.form-group {
    margin-bottom: 15px
}

#cwg-bis-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    z-index: 10000
}

.cwginstock-panel-body input[type=email],
.cwginstock-panel-body input[type=text] {
    margin-bottom: 15px;
    box-sizing: border-box
}