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;
    }
} */
