﻿.silverbranch-age-bg {
 background: rgba(0,0,0,.7);
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 10000;
 display: none;
}



.silverbranch-age-checker {
 background-image: url('img/pwb-age-popup.jpg');
 background-repeat: no-repeat;
 width: 400px;
 height: 475px;
 position: fixed;
 z-index: 100000;
 top: 50%;
 left: 50%;
 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;
}

.domanda {
 position: relative;
 /*top: 350px;
 left: 70px;*/
 top: 0%;
 left:0%;
 max-width:100%;
 width:100%;
}

.yes-button {
 position: relative;
 /*top: 350px;
 left: 70px;*/
 top:0%;
 left:20%;
}



.no-button {
 position: relative;
 /*top: 310px;
 left: 225px;*/
 top:0%;
 left:20%;
}



.close-age-popup {
 cursor: pointer
}
