.silverbranch-age-bg {

     background: rgba(0,0,0,.9);

     position: fixed;

     top: 0;

     right: 0;

     bottom: 0;

     left: 0;

     z-index: 10000;

     display: none;

}



.silverbranch-age-checker {

     background-color:white;

     width: 410px;

     height:410px;

     position: fixed;

     z-index: 100000;

     top: 50%;

     left: 50%;
     
     border: 1px solid #eee;
     
     border-radius: 25px;

     transform: translate(-50%, -50%) !important;

     -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );

     box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); position: absolute;

}


.center {
  margin: auto;
  width: 80%;
 position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.yes-button {

     position: relative;

     top: 260px;

     left: 225px;

}



.no-button {

     position: relative;

     top: 310px;

     left: 50px;

}



.close-age-popup {

     cursor:pointer;

}