#age-overlay-wrap{
    opacity: 0;
    display: block;
    z-index: 1999999998;
    overflow-y: scroll;
    background-color: rgba( 0, 0, 0, 0.75 );
    box-sizing: border-box;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: initial;
    transition: all .15s ease-in-out;
}
.age-overlay-form{
   position: absolute;               
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   max-width:480px;
   width:450px;
   background: rgba(31, 31, 31, 1);
   padding: 40px;
}
.age-overlay-form img{
    margin-bottom:30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.age-overlay-form img::selection {
    opacity: 0;
}
.age-overlay-form form{
    margin-bottom:0px!important;
}
.age-overlay-form .form-item{
    text-align:center;
    margin-bottom:30px;
}
.age-overlay-form label{
    text-transform:uppercase;
    display:block;
    margin-top:10px;
    color:#343434;
}
.age-overlay-form select{
   background: #646569!important;
    border-radius: 0px!important;
    border: none!important;
    color: #fff!important;
    font-family: 'PFDINTextPro', arial, sans-serif!important;
    text-transform: uppercase;
    font-size: 20px!important;
    vertical-align: middle;
    text-indent: 0px;
    padding: 12px 6px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin:0px!important;
    width:100%!important;
}
.age-overlay-form .form-item-select{
    overflow: hidden; 
    position: relative;
    display: block;
}
.age-overlay-form .form-item-select:after {
    content: "";
    padding: 0px;
    position: absolute;
    right: -6px;
    top: 18px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    display: block;
    font-size: 25px;
    background: url(dropdown_grey.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 0px;
}
.age-overlay-form .form-actions{
    text-align: center;
    margin-top: 40px;
}
.age-overlay-form input[type="submit"]{
    background:transparent;
    color:#858586;
    font-family:'PFDINTextPro', arial, sans-serif;
    font-size:24px;
    text-transform:uppercase;
    width:100%;
    -webkit-transition: all 0.3s;
    transition:all 0.3s;
    padding: 10px 6px!important;
}

.age-overlay-form input[type="submit"]:focus {
    outline:0;
}
.age-overlay-form input[type="submit"].active_entry{
    background-color:#00cbbc;
    color:#fff;
}
.lock-body{
    position: fixed;
    overflow: hidden;
    width: 100%;
}
.shipping-restrict{
    color:#858586;
    text-transform:uppercase;
    margin-top: 10px;
}
.hidden-shipping-message, .age-restrict{
    display:none;
}
.age-restrict{
    text-transform:uppercase;
    color:#858586;
    margin-bottom:10px;
}
@media screen and (max-width:600px) {
    .age-overlay-form{
        width:350px;
        max-width:350px;
    }
    .age-overlay-form .form-item-select:after{
        right:0px;
    }
}

#imc_check_age select{
    background:transparent!important;
    text-align-last:center;
    text-align: center;
    color: #858586!important;
}

div#imc_age_range:before {
    content: '0';
    display: block;
    left: -22px;
    position: absolute;
    top: -9px;
}
div#imc_age_range:after {
    content: '100';
    display: block;
    right: -30px;
    position: absolute;
    top: -9px;
}
div#imc_age_range{
    margin-left: 32px;
    margin-right: 37px;
    border: none;
    background: #4f4f4f;
    height: 6px;
    overflow: visible;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom:20px;
    
    position:relative;
}
#imc_age{
    display:none!important;
}

#imc_age_placeholder{
    background-image: url(age_filter.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    width: 80px;
    font-family: 'PFDINTextPro', arial, sans-serif!important;
    color: #d0d0d0!important;
    font-size: 15px!important;
    text-align: left;
    height: 31px;
    top: -15px;
    position: relative;
    text-indent: 7px;
    
    line-height:23px;
}


.form-item-age:after{
    background:none!important;
}
.age-overlay-form .form-item-select{
    overflow:visible;
}


.age-overlay-form .ui-state-default, .age-overlay-form .ui-widget-content .ui-state-default{
    color: rgb(0, 191, 177);
    border: none;
    border-radius: 20px;
    background: rgb(0, 191, 177);
    top: -11px;
    font-size: 23px;
    box-shadow:0px 0px 30px rgba(0,0,0,0.8);
}
.age-overlay-form .ui-state-default:focus, .age-overlay-form .ui-widget-content .ui-state-default:focus{
    outline:none;
}

.age-overlay-form .form-item-country{
    border-bottom: 1px solid #343434;
}

.form-item-country select{
    padding-bottom: 4px!important;
}

.age_placeholder_wrapper{
    
}

/*
.country_placeholder{
    background:transparent;
    text-align-last:center;
    text-align: center;
    color: #858586;
    text-transform: uppercase;
    outline: none;
   
    font-family: 'PFDINTextPro', arial, sans-serif!important;
    text-transform: uppercase;
    font-size: 20px;
    vertical-align: middle;
    text-indent: 20px;
    padding: 12px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0px!important;
    width: 100%!important;
    cursor:pointer;
}

.country_placeholder:after {
    content: "";
    padding: 0px;
    position: absolute;
    right: 06px;
    top: 5px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    display: block;
    font-size: 25px;
    background: url(dropdown_grey.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 0px;
}
#imc_check_age select{
    display:none;
}*/

.gdpr-text a{
    color:#00cbbc;
    text-decoration:none;
    font-size:12px;
}
.gdpr-text{
    font-size:12px;
}

/* TBOT AGE GATE */
.ui-widget {
	font-family: 'PFDINTextPro', arial, sans-serif!important;
}

.age-overlay-form-tbot {
	background: #e7e7e7;
}

.age-overlay-form-tbot .ui-state-default,
.age-overlay-form-tbot .ui-widget-content .ui-state-default,
.age-overlay-form-tbot input[type="submit"].active_entry {
	background: #cb0c15!important;
}

.age-overlay-form-tbot input[type="submit"] {
	font-family: "LeituraRoman1", Times New Roman, sans-serif;
}

.age-overlay-form-tbot div#imc_age_range:after,
.age-overlay-form-tbot div#imc_age_range:before {
	color: #9e9e9e;
}

.age-gate-tbot-logo {
	font-family: "LeituraRoman1", Times New Roman, sans-serif;
	font-size: 50px;
	color: #2e2a25;
	text-align: center;
	line-height: 1;
	margin: 0 0 35px;
}

.age-gate-tbot-logo span {
	display: block;
	font-size: 22px;
	color: #646569;
}

.age-overlay-form-tbot label {
	font-family: "LeituraRoman1", Times New Roman, sans-serif;
	color: #9e9e9e!important;
	font-weight: normal!important;
}

.age-overlay-form-tbot .gdpr-text a {
	color: #cb0c15!important;
}

@media screen and (max-width: 767px) {
	.age-gate-tbot-logo {
		font-size: 36px;
	}
	
	.age-gate-tbot-logo span {
		font-size: 18px;
	}
}