.age-pop-up {
    background: transparent;
    text-align: center;
    display: none;
}

.age-pop-up p {
    color: white;
}

.modal-popup.ageverification-popup .modal-inner-wrap {
    background: #30322C;
    border: 5px solid white;
    padding: 0px;
    color: #000;
    z-index: 10000;
    min-height: 100px;
    text-align: center;
    width: auto;
    font-size: 15px;

    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;

    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);

    visibility: hidden;
    -webkit-visibility: hidden;

    -webkit-transition: 1.5s all 0s;
    -moz-transition: 1.5s all 0s;
    -ms-transition: 1.5s all 0s;
    -o-transition: 1.5s all 0s;
    transition: 1.5s all 0s;
}

.modal-popup.ageverification-popup._show .modal-inner-wrap {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-visibility: visible;
    margin: 0;
}

.modal-popup.ageverification-popup .modal-footer button,
.modal-popup.ageverification-popup .action-close {
    display: none !important;
}

.modal-popup.ageverification-popup._show .modal-inner-wrap {
    background: transparent;
}

.modal-popup.ageverification-popup .modal-content {
    background: rgba(0, 0, 0, 0.9);
    padding: 0;
}

.modal-popup.ageverification-popup._show {
    -webkit-visibility: visible;
    visibility: visible;
}

.modal-popup.ageverification-popup .modal-footer,
.modal-popup.ageverification-popup .modal-header {
    display: none;
}

/* All mobile - design for a width of less than 768px*/
@media only screen and (max-width:767px) {
    .modal-popup.ageverification-popup .modal-inner-wrap {max-width:90%;}
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .age-pop-up {
        width: 280px;
    }
}w@
