
#product-restore-email-modal {
    display: none;
}
.email-me-button{
    width: 100%;
    height: 48px;
    background-color: rgb(51, 51, 51);
    /*border-radius: 7px;*/
    color: white;
    border-width: 0px;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: .1rem;
    border-radius: 2px;
    text-align: center;
    font-weight: inherit;
    font-family: inherit;
    display: none;
    align-items: center;
    justify-content: center;
}
.frame-submit .email-me-button {
    display: flex !important;
}
.email-me-inline-button{
    display: none;
}

#email-me-frame {
    display: none;
    position: fixed;
    animation: fadeIn linear 0.16s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 99999;
}

#email-float-button {
    position: fixed !important;
    width: auto !important;
    top:0 !important;
    transform: rotate(270deg);
    right: 0;
    width: auto;
    top:0;
    transform-origin: 100% 100%;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.email-me-floatButton {
  width: auto;
}

#email-me-frame .email-frame-content{
    width: 65%;
    /*height: 358px;*/
    max-width: 398px;
    min-width: 300px;
    background: white;
    padding: 20px 0 16px 0;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 18px #00000030;
    animation: fade-in 0.5s ease-in-out;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#email-me-frame .frame-close {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #333;
    transform: rotate(
        45deg
    );
}
#email-me-frame .frame-close::after{
    content: '';
    display: block;
    height: 2px;
    background: #333;
    transform: rotate(
        -90deg
    );
}

#email-me-frame .email-frame-header{
    display: flex;
    justify-content: center;
    clear: both;
    padding-top: 2px;
    padding-left: 30px;
    margin-bottom: 7px;
    font-family: "Arial",sans-serif;

}

#email-me-frame .close-box{
    width: 20px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}

#email-me-frame .frame-email-logo svg{
    background-size: 25px 25px;
    width: 24px;
}

#email-me-frame .frame-title{
    padding-left: 13px;
    flex: 1;
    color:#1A1B18;
    font-size: 16px;
    font-weight: 600;
}

#email-me-frame .split-line {
    border: 1px solid #d9d9d9;
}

#email-me-frame .email-frame-body{
    padding-left: 30px;
    padding-right: 30px;
}

#email-me-frame .frame-body-content{
    letter-spacing: 0.01rem;
    line-height: 1.6rem;
    font-weight: 500;
    font-size: 15px;
    margin-top:10px;
    margin-bottom: 5px;
    color:#1A1B18;
}

#email-me-frame .buyer-email,
#email-me-frame .buyer-name{
    height: 48px;
    line-height: 48px;
    padding-left: 8px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    width: 100%;
    font-size: 15px;
    outline: none;
    color: #202223;
    padding: 0 0 0 8px !important;
}

#email-me-frame input::-webkit-input-placeholder{
    color: #cccccc;
    font-size:15px;
}

#email-me-frame input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
    font-size:15px;
}
#email-me-frame input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
    font-size:15px;
}
#email-me-frame input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cccccc;
    font-size:15px;
}


#email-me-frame ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
#email-me-frame :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #cccccc;
    opacity:  1;
}
#email-me-frame ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #cccccc;
    opacity:  1;
}
#email-me-frame :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
}


.frame-submit .email-me-button {
    display: block;
}
#email-me-frame .selected-unavailable-variant{
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
    width: 100%;
    font-size: 15px;
    outline: none;
    padding: 8px !important;
    display: flex;
    color: #202223;
    align-items: center;
}

#email-me-frame .invalid-email-tips,
#email-me-frame .subscribed-email-tips{
    color: rgb(219, 17, 42);
    font-weight: 500;
    letter-spacing: 0;
}

#email-me-frame .email-frame-footer{
    padding: 0 30px;
    margin-top: 10px;
    padding: 0 30px 10px;
}

#email-me-frame .email-frame-footer .email-footer-tips{
    font-size: 14px;
    font-family: "Arial",sans-serif;
    line-height: 1.1em;
    color: #ccc;
}

#email-me-frame .email-provider {
    text-align: center;
    font-family: "Arial",sans-serif;
    color: black;
    font-size: 12px;
}

#email-me-frame .email-provider span{
    color: blue;
}

.successSub {
    transition: width 0.5s ease-out, opacity 0.5s ease-in, visibility 0.5s ease-in;
    max-width: 350px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 7px;
    border:1px solid #445958 ;
    display: block;
    z-index: 100;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    color: #464646;
}
.successSub_active {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
#product-restore-email img {
    width: 44px;
    margin: 0;
}
#email-me-frame img {
    /* width: 100%; */
    width: 50px;
    margin-right: 8px;
}
.successSub_header {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.successSub_header_text {
    font-weight: 700;
    flex: 1;
    padding-left: 8px;
}
.successSub_close-box {
    width: 20px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translate(8px, -16px);
}
.successSub_frame-close {
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block !important;
    width: 100%;
    height: 1px;
    background: #333;
    transform: rotate( 
        45deg
    );
}
.successSub_frame-close::after {
    content: '';
    display: block;
    height: 1px;
    background: #333;
    transform: rotate( 
        -90deg
    );
}
.successSub_text {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}