.popup_ext, .popup_ext_firefox{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.banner_header_add_extention{
	background-color: #f5f5f5;
	padding: 10px;
}
.banner_header_add_extention img.bannerchromestore{
	display: block;
    margin: auto;
    width: 200px;
}
.banner_header_add_extention img.hand-widget-banner{
	display: block;
    margin: auto;
    width: 100px;
    margin-top: 5px;
}
.banner_header_add_extention img.close-button-banner {
	    position: absolute;
    right: 10px;
    width: 20px;
    cursor: pointer;
}
.widget_download_extention{
	width: 100vw;
	height: 100vh;
	background-color: rgba(221, 221, 221, 0.95);
	font-family: helvetica;
}
.widget_download_extention .box_top{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #e1315b;
    -webkit-animation: zoom-text-widget 1s infinite; /* Safari 4+ */
  	-moz-animation: zoom-text-widget 1s infinite; /* Fx 5+ */
  	-o-animation: zoom-text-widget 1s infinite; /* Opera 12+ */
  	animation: zoom-text-widget 1s infinite; /* IE 10+, Fx 29+ */
}
.widget_download_extention .box_right .box-text-container{
	 position: absolute;
    top: 0;
    right: 0;
    bottom: 165px;
    margin:auto;
    background-color: #fff;
    padding: 20px;
    height: 160px;
    z-index: 10;
}
.widget_download_extention .box_right .box-text-container span{
	display: block;
	margin-bottom: 10px;
}
.widget_download_extention .box_right .box-text-container span.step_title{
	color: #e1315b;
	font-size: 14px;
}
.widget_download_extention .box_right .box-text-container span.what_to_do{
font-weight: 600;
}
.widget_download_extention .box_right img.arrow_left_moving{
	position: absolute;
	    top: 0;
        bottom: 165px;
    margin:auto;
    width: 90px;
     -webkit-animation: arrow-move-pop 1s infinite; /* Safari 4+ */
  	-moz-animation: arrow-move-pop 1s infinite; /* Fx 5+ */
  	-o-animation: arrow-move-pop 1s infinite; /* Opera 12+ */
  	animation: arrow-move-pop 1s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes arrow-move-pop {
  0%   { right: 115px; }
  50% { right: 140px; }
  100% { right: 115px; }
}
@-webkit-keyframes zoom-text-widget {
  0%   { font-size: 38px; }
  50% { font-size: 46px; }
  100% { font-size: 38px; }
}
.widget_download_extention .box_bottom{
	text-align: center;
	    position: absolute;
    width: 100%;
    bottom: 10%;
}
.widget_download_extention .box_bottom img.hand_holder_popup{
	width: 20%;
	    max-width: 200px;
}
.widget_download_extention .box_left .box-text-container-left{
		 position: absolute;
    top: 0;
    left: 0;
    bottom: 165px;
    margin:auto;
    background-color: #fff;
    padding: 20px;
    height: 165px;
    z-index: 10;
        font-size: 22px;
}
.widget_download_extention .box_left .box-text-container-left span span.yellow_text_hig_wid{
color: #e1315b;
font-weight: 700; 
}
.widget_download_extention .box_left .box-text-container-left span{
line-height: 28px;	
}
.widget_download_extention .box_center{
   position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    margin:auto;
    height: 60%;
    width: 65%;
    text-align: center;
}
.widget_download_extention .box_center img{
  width: 70%;
  max-width: 700px;
}
.widget_download_extention .box_center button{
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  background-color: #e1315b;
  color: #fff;
  border-radius: 4px;
}
.widget_download_extention img.close-button-banner
{
  top: 20px;
  position: absolute;
    right: 30px;
    width: 30px;
    cursor: pointer;
}
