#esns_background_layer {
    position: absolute;
    z-index: 9998;
    background: url(../images/newssubscribers/esns_dark2.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}

#esns_box_layer {
    z-index: 9999;
    background-color: #ffffff;
    width: 470px;
    height: auto;
    overflow: hidden;
    top: 0;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

#esns_box_title {
    width: 440px;
    height: auto;
    overflow: hidden;
    background: url(../images/newssubscribers/esns_box_block1.png) no-repeat right top;
}

#esns_box_block_1 {
    width: 350px;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    text-align: left;
}
#esns_box_block_2 {
    font: 29px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
    height: auto;
    text-align: left;
    margin: 0  0 10px 0 ;
    width: 350px;
}
#esns_box_block_3 {
    text-align: justify;
}

#esns_box_close {
    height: 22px;
    width: 22px;
    background: url(../images/newssubscribers/esns_box_close.png) no-repeat;
    cursor: pointer;
    float: right;
}
.esns_box_lines {
    background: url("../images/newssubscribers/esns_box_lines.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
    margin: 5px 0;
 }
#esns_box_subscribe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#esns_box_subscribe_input {
    width: 320px;
    float: left;
    clear: both;
}
#esns_box_subscribe_input input {
    width: 290px;
    margin: 5px 0 0 20px;
    border: 1px solid #acacac;
    height: 25px;
    padding-left: 10px;
}
#esns_box_subscribe_submit {
    width: 80px;
    float: left;
}

#esns_box_subscribe_submit a {
    background-image: url('../images/newssubscribers/esns_box_button.png');
    width: 117px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 12px;
    color: #000000;
    margin: 1px 0 0 0;
}

#esns_box_subscribe_response {
    text-align: left;
    margin: 10px 0 0 30px;
    height: 15px;
}

#esns_box_subscribe_response_success {
    display: none;
}

#esns_box_subscribe_response_error {
    color: #ea6868;
    text-align: left;
    margin: 0 0 0 30px;
    height: auto;
    overflow: hidden;
}

#esns_box_subscribe_response_success {
    color: #35ea49;
    font: 20px/34px "CenturyGothicRegular",Century Gothic,Verdana,sans-serif;
}


/*** LABEL THEME ***/
.tl#esns_box_layer {
    height: 263px;
    width: 504px;
    background: url('../images/newssubscribers/esns_label.png') no-repeat transparent;
    position: relative;
}
.tl #esns_box_block_1, .tl #esns_box_block_2 {
    color: #ffffff;
    text-align: right;
    float: right;
    line-height: normal;

}
.tl #esns_box_block_1 {
    margin: 20px 55px 0 0 ;
}

.tl #esns_box_block_2 {
    margin: 0px 55px 0 0 ;
}

.tl #esns_box_block_3 {
    color: #000000;
    clear: both;
    text-align: justify;
    float: right;
    margin: 10px 55px 0px 0 ;
    width: 340px;
    height: 70px;
    overflow: hidden;
 }

.tl #esns_box_close {
    position: absolute;
}
.tl #esns_box_subscribe_input {
    width: 340px;
}
.tl #esns_box_subscribe_response_error {
    height: 22px;
    line-height: 15px;
    color: #ffffff;
    float: right;
    text-align: left;
    width: 325px;
    margin: 0 50px 0 0;
    overflow: hidden;
}

.tl #esns_box_subscribe_input input {
    margin: 0 0 0 132px;
    background: none;
    height: 29px;
    width: 216px;
    border: 0;
}

.tl #esns_box_subscribe_submit a {
    background: none;
    color: #ffffff;
    height: 29px;
    line-height: 25px;
    background: url('../images/newssubscribers/esns_input.png') no-repeat -212px 0px;
}
.tl #esns_box_subscribe_response_success {
    color: #FFFFFF;
    float: right;
    margin: 0 50px 0 0;
    width: 340px;
}
.tl #esns_box_subscribe_input {
    background: url('../images/newssubscribers/esns_input.png') no-repeat 125px 0px;
}

.tl #esns_box_close {
    height: 36px;
    width: 36px;
    background: url(../images/newssubscribers/esns_box_close2.png) no-repeat;
    right: 10px;
    top:-5px;
}
/* =========popup css==============*/

div#esns_box_layer {
    max-width: 900px;
    width: 100%;
    padding: 0px;
    /*height: 450px;*/
    overflow: visible;
}
.popup {
    display: flex;
}
.popup-left {
    float: left;
    width: 50%;
    background-image: url(../images/christmas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.popup-left img {
    display: none;
}
.popup-right {
    float: left;
    width: 50%;
    padding: 120px 15px;
}
.popup-right p {

    font-size: 20px;
    font-family: 'Eurostile'!important;
        color: #000;
            line-height: 26px;
}
.popup-right h4 {
    font-size: 20px;
}
.popup-right a {
    padding: 15px 30px;
    background: #000;
    color: #fff;
    border-radius: 56px;
    font-weight: bold !important;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    border: 2px solid #000;
}
.popup-right a:hover { background: transparent;}
.social-icons {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    padding: 20px 0px 0px;
    border-top: 1px solid #ddd;
}
.social-icons h5 a:first-child {
    padding-left: 25px;
}
.popup-right a:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.social-icons h5 a {
    background: transparent;
    color: #000;
    padding: 4px;
    float: left;
    margin-top: -5px;
    border:none !important;
}
a.insta img {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
div#esns_box_close::before {
    content: 'Close';
    color: #fff;
    font-size: 16px;
    font-family: 'Eurostile'!important;
    font-weight: bold !important;
    position: absolute;
    right: 30px;
}

#esns_box_close {
    height: 22px;
    width: 22px;
    background: url(../images/cross.png) no-repeat;
    cursor: pointer;
    float: right;
    margin-top: -40px;
    background-size: 15px;
    background-position-x: right;
    position: relative;
}
div#esns_background_layer {
    background: rgba(0, 0, 0, 0.8);
}
.social-icons h5 {
    display: flex;
        font-size: 16px;
    

}
.popup-right p span {
    font-weight: bold !important;
}


@media only screen and (min-width: 1020px) and (max-width: 1199px) {

div#esns_box_layer {
    margin-top: 150px !important;
}
}


@media only screen and (max-width: 1024px) {

div#esns_box_layer {
    max-width: 600px;
}
.popup-right {
    padding: 80px 15px;
}
.popup-right p {
    font-size: 14px;
    font-family: 'Eurostile'!important;
    color: #000;
    line-height: 16px;
}
.social-icons {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding: 20px 0px 0px;
    border-top: 1px solid #ddd;
}
.popup-right h4 {
    font-size: 14px;
}
}



@media only screen and (max-width: 767px) {

.popup {
    display: inline-block;
}
.popup-left img {
    display: block;
}
}

@media only screen and (max-width: 630px) {

.popup-right {
    float: left;
    width: 100%;
    padding: 35px 20px;
    background: #fff;
}
.popup-left {
    float: left;
    width: 100%;
}
div#esns_box_layer {
    max-width: 300px;
    margin: 20px;
    width: 100%;
    overflow: visible;
    padding: 0px;
    height: auto;
    background: #fff !important;
}
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {

.popup-right {
    padding: 80px 60px;
    width: 100%;
}
.popup-left {
    width: 100%;
}
}

@media only screen and (max-width: 350px) {
    div#esns_box_layer {
    max-width: 270px;}


    }

a.popup_shop_button{
    padding: 0;
    width: 126px;
    height: 49px;
    text-align: center;
    line-height: 44px;
}