body{
    position: relative;
}
.subscribeTemplate{
    display:none;
    background-color: #EFEFEF;
    width: 100%;
    /* position: fixed; */
    position: sticky;
    bottom: 0;
    z-index: 9999;
    min-width: 350px;
}
.border-top{
    border: 2px solid #B29751;
    margin: 0 !important;
}
.closeBtnBlock{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}
.closeBtnBlock:hover{
    color:#B39751; 
}
.subscribeItem{
    padding: 8px 10px 15px 10px;
    /* padding: 15px 10px 10px 10px; */
    text-align:center;
    /* display: flex;
    justify-content: center; */
}
/* .item-content{
    margin-right: 16px;
    text-align: left;
} */
.subscribeItem > h4{
    font-size: 20px;

}
.subscribeItem > p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 8px;
}
.InputDiv{
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}
.InputDiv>input{
    padding: 0 8px;
    height: 40px !important;
    line-height: 40px !important;
    width: 400px !important;
    min-width: 250px !important;
    border-radius: 5px 0 0 5px;
    border: none;
}
.InputDiv>button{
    border-radius: 0 5px 5px 0;
    padding: 0 22px;
    height: 40px;
    background-color: #b3a790;
    color: #fff;
    border: none;
    text-align: center;
}
/* @media (max-width:768px){
    .subscribeItem{
        flex-direction: column;
        padding:5px 10px 15px 10px;
    }
    .item-content{
        text-align: center;
        margin-right: 0;
    }
    .item-content > h4{
        margin-bottom: 4px;
    }
} */
#subscriptionDialog > img {
    vertical-align: top;
    width: 50px;
}
h3.subscription-dialog__title {
    line-height: 34px;
    align-self: stretch;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4f3f21;
    margin-top: 18px;
    margin-bottom: 18px;
}
.subscription-dialog__desc {
    line-height: 28px;
    align-self: stretch;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 18px;
}
form#subscribeForm > .InputDiv {
    margin-bottom: 18px;
}
.InputDiv>input.email-field {
    width: 624px;
    height: 47px !important;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    border: 0.4px #959595 solid;
    border-right: 0;

    padding-left: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #b5b5b5;
}
input.email-field:focus{
    outline: none;
}
.InputDiv>button.subscription-dialog__submit-button {
    background-color: #bd9e65;
    border: 0.4px #959595 solid;
    border-left: 0;
    width: 121px;
    height: 47px;

    font-family: Arial;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    line-height: 21px;
    font-size: 16px;
}
div.subscription-dialog__terms {
    line-height: 20px;
    align-self: stretch;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #858585;
}

@media screen and (max-width:999px) {
    #subscriptionDialog > img {
        width: 35px;
    }
    h3.subscription-dialog__title {
        font-size: 23px;
        margin-top: 12px;
        margin-bottom: 12px;
        line-height: 26px;
    }
    .subscription-dialog__desc {
        font-size: 15px;
        line-height: 1.47;
        font-weight: 500;
        color: #000;
        margin-bottom: 12px;
    }
    form#subscribeForm > .InputDiv {
        margin-bottom: 12px;
    }
    .InputDiv>input.email-field {
        width: 210px !important;
        height: 44px !important;
        border-radius: 5px 0 0 5px;
        border: solid 0.5px #959595;
        min-width: unset !important;
        font-size: 12px;
        padding-left: 15px;
    }
    .InputDiv>button.subscription-dialog__submit-button {
        width: 53px;
        height: 44px;
        border: solid 0.5px #959595;
        background-color: #bd9e65;
        font-size: 14px;
        font-weight: bold;
        line-height: normal;
        text-align: center;
        color: #fff;
        padding: 0;
    }
    div.subscription-dialog__terms {
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        color: #858585;
    }
}
