body > div { /*-- This is in place because googles recatcha requires the div it writes to have siblings with unset z-index. Our themes tend to give a z-index of 1 to all div elements globally. --*/
    z-index: unset;
}

@-webkit-keyframes fadeInpop {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeInpop {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

#specials_overlay_backdrop{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,0.8);
    z-index:2000;
    -webkit-animation-name: fadeInpop;
    animation-name: fadeInpop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#specials_overlay_backdrop #specials_overlay_wrapper{
    margin:0% auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

@media only screen and (max-width:767px){
    #specials_overlay_backdrop #specials_overlay_wrapper{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:335px;
        margin:2% auto;
        position: relative;
    }
}
@media only screen and (max-width:500px){
    #specials_overlay_backdrop #specials_overlay_wrapper{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:330px;
        margin:2% auto;
    }
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_left_img {
    display: block;
    width: 335px;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width:767px){
    #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_left_img {
        width: 100%;
        height: 335px;
        object-fit: cover;
    }
}

@media only screen and (max-width:500px){
    #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_left_img {
        width: 100%;
        height:260px;
        object-fit: cover;
    }
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right{
    width:335px;
    text-align:center;
    background:#fff;
    position:relative;
    padding: 0 15px 0;
}

@media only screen and (max-width:767px){
    #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right{
        width:100%;
        position: static;
    }
}

@media only screen and (min-width:768px){
    #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right{
        height:auto;
    }
}
#specials_overlay_backdrop #specials_overlay_wrapper #popup_promo_close {
    position:absolute;
    right:-10px;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:none;
    background:#777;
    color:#fff;
    border-radius:50%;
    width:30px;
    height:30px;
}
#specials_overlay_backdrop .scroll-container {
    overflow-y: auto;
    height: 80vh;
    display: block;
}
#specials_overlay_right #promotion_community_logo {
    display: block;
}

@media only screen and (max-width:767px){
    #specials_overlay_backdrop #specials_overlay_wrapper #popup_promo_close {
        top: -5px;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width:768px){
    #specials_overlay_backdrop #specials_overlay_wrapper{
        position: relative;
        width: max-content;
        top: 50px;
        margin: 0 auto;
    }
    #specials_overlay_backdrop #specials_overlay_wrapper #popup_promo_close {
        top:-10px;
    }
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right img{
    width: 50%;
    text-align: center;
    margin: 20px auto;
    display: block;
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right h2{
    color:#000;
    margin: 8px 0;
}
@media only screen and (max-width:500px){
    #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right h2{
        font-size:23px;
        margin:10px 0;
    }
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right p{
    color:#000;
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right p:last-of-type{
    margin-bottom:2px;
    margin-top:12px;
    font-size:12px;
    line-height: 14px;
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right p a{
    color:#000;
}
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right>a{
    background:#777;
    color:#fff;
    padding:7px 12px;
}

.form_popup_promotion {
    text-align: center;
}

.form_popup_promotion #id_ripple {
    display: none;
}

.form_popup_promotion > div {
    margin: 0 0 5px 0;
}

.form_popup_promotion > div label {
    min-width: 60px;
    color: #333;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.recaptcha-privacy-policy {
    font-size: 12px;
}

.recaptcha-privacy-policy-link {
    font-size: 12px;
}

.vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper {
    flex-direction: column;
    max-width: 560px;
}

.vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper {
    flex-direction: column;
    max-width: 560px;
}

#specials_popup_container:not(.vertical-orientation) #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right {
    margin: 0;
    padding-bottom: 20px;
}

#specials_overlay_backdrop #specials_overlay_wrapper #popup_promo_close.nextgen {
    top: 0;
    right: -15px;
}

.vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right {
    width: 100%;
    position: static;
    padding: 0;
    text-align: center;
}

/* .vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper #popup_promo_close  {
    right: 10px;
    top: 0;
    background: #fff;
    color: #000;
    box-shadow: 0 0 9px 0px #000;
    border-radius: 0;
    z-index: 2;
} */


.vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right p {
    padding: 0 20px 10px;
    max-width: 80%;
    margin: auto;
}

.vertical-orientation div, 
.vertical-orientation span, 
.vertical-orientation img,  
.vertical-orientation p, 
.vertical-orientation ol, 
.vertical-orientation ul, 
.vertical-orientation li, 
.vertical-orientation fieldset, 
.vertical-orientation form, 
.vertical-orientation label, 
.vertical-orientation a, 
.vertical-orientation input, 
.vertical-orientation button {
    display: block;
    text-align: center;
}

.vertical-orientation input {
    margin: 0 auto 14px;
}

#promo_popup_wrapper {
    z-index: 10000;
    position: relative;
}

#promo_popup_wrapper #promo_submit {
    position: relative;
    width: auto;
    display: inline-block;
}

#promo_popup_wrapper #promo_submit .button-style-1 {
    padding: 10px 20px;
    position: relative;
    margin-bottom: 0;
}

#promo_popup_wrapper .vertical-orientation #specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_left_img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#promo_body_wrapper input {
    margin: auto;
}

.vertical-orientation#specials_popup_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
    animation-name: fadeInpop;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2s;
}

.vertical-orientation#specials_popup_container #specials_overlay_backdrop {
    position: static;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    width: auto;
    height: 90vh;
    background: transparent;
    animation-name: none;
    animation-duration: 1s;
    animation-fill-mode: none;
    animation-delay: none;
}

.g-recaptcha > div {
    margin: auto;
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials {
    display: block;
    margin-bottom: -4px;
    color: var(--secondary-base, #000);
    background: transparent;
    margin-top: 30px;
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials:hover .specials-arrow:before {
    width: 100px;
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials .specials-text {
    margin: 0;
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials .specials-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        margin-top: 6px;
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials .specials-arrow:before {
    content: "";
    height: 2px;
    width: 64px;
    background: var(--secondary-base, #000);
    transition: all 0.4s cubic-bezier(0.57, 0, 0.33, 0.84);
}

#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right .more-specials .specials-arrow:after {
    content: "";
    border: 6px solid transparent;
    border-left: 8px solid var(--secondary-base, #000);
    border-right: 0px solid transparent;
}


.specials-overlay-close-btn {
    position: absolute;
    right: -10px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 3;
    margin-top: -15px;
}