.vip_btn {
	margin: 0 0 0 10px; 
	display: inline-block;
	line-height: 0;
	font-size: 0;
	color: #fff !important;
	background: #e21725;
	border-color: #e21725;
	border-radius: 40px;
	font-weight: 300;
	/* padding: 0 0 0 10px; */
	position: relative;
    top: -4px;
}

.vip_btn img {
	height: 40px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.vip_btn span {
	margin: 0 2px 0 0;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 800px){
	.vip_btn {
		display: none;
	}
}

.exclusive-link {
	z-index: 0;
}

.user-header .exclusive-link {
	margin: -20px 0 10px -20px;
	cursor: default;
	pointer-events: none;
	text-align: center;
	justify-content: center;
}

@media (max-width: 1200px){
	.user-header .exclusive-link {
		margin: -20px -20px 10px -20px;
	}

	.search-dropdown-menu {
		max-width: 409px;
	}
}

@media (max-width: 992px) {
	.search-dropdown-menu {
		max-width: 218px;
	}
}

@media (max-width: 767px) {
	.search-dropdown-menu {
		max-width: 100%;
		width: calc(100% + 21px);
		max-width: calc(100% + 21px);
	}
}

@media (max-width: 600px){
	.user-header .width-wrap .width-wrap-user {
		position: relative;
	}

	.user-header .header-left {
		top: 0;
		left: 0;
	}
}

.exclusive-link.pop-premium a {
	cursor: default;
	pointer-events: none;
	cursor: default;
    pointer-events: none;
    text-align: center;
    color: #fff;
}

.exclusive-link.pop-premium a span {
	color: #fff;
}

.exclusive-link.pop-premium {
	position: static;
    border: 1px dashed #555;
    background-color: #000;
    top: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
	border-radius: 0;
	margin: 10px 0 0;
	position: relative;
	z-index: 1;
}

.exclusive-link.pop-premium.hidden {
	display: none !important;
}

.exclusive-link.pop-premium .close-premium {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #dadada;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
}

.block-video {
	margin-top: 10px;
}

.exclusive-link {
	margin-top: 8px !important;
}


#age_check {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(8,11,14,.7);
	z-index: 1000000;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999999999999999;
	display: none;
  }
  
  .age_false #age_check {
	display: flex;
  }
  
  #age_check .modal {
	width: 50vw;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #233140
  }
  
  @media screen and (max-width: 900px) {
	#age_check .modal {
		width: 90%;
	}
  }
  
  #age_check .modal .logo {
	background-color: #24242a;
	text-align: center;
	line-height: 0;
	padding: 5px 0;
	width: 100%;
	margin: 0;
  }
 
	#age_check .modal .logo img {
		max-width: 184px;
		height: auto;
	}
  
  #age_check .modal h3 {
	color: #e21725;
	font-size: 1.5em;
	line-height: 3em
  }
  
  @media screen and (max-width: 380px) {
	#age_check .modal h3 {
		font-size: 16px;
	}
  }
  
  #age_check .modal p { 
	color: #fff;
	padding: 0 5px;
  }

  #age_check .modal .buttons {
	margin: 0 0 20px;
  }
  
  #age_check .modal .buttons .ft-button {
	font-size: 1.5em;
	clear: both;
	padding: 9px 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e21725;
	color: #fff;
  }
  
  @media screen and (min-width: 1025px) {
	#age_check .modal .buttons .ft-button:hover {
		background-color: transparent;
		color: #e21725;
	}
  }
  
  #age_check .modal .buttons .ft-blue {
	background-color: transparent
  }
  
  #age_check .modal .buttons #age_check_no {
	padding: 10px 50px;
	color: #e21725;
	background-color: transparent
  }
  
  @media screen and (min-width: 1025px) {
	#age_check .modal .buttons #age_check_no:hover {
		text-decoration: underline;
	}
  }
  
  #age_check .modal .parents {
	display: inline-block;
	font-weight: 700;
	color: #e21725;
	text-decoration: underline;
	padding: 10px 0;
	transition: color .3s;
  }
  
  @media screen and (min-width: 1025px) {
	#age_check .modal .parents:hover {
		text-decoration: none;
	}
  }
  
  .white #age_check .modal {
	background-color: #fff;
  }
  
  .white #age_check .modal .logo {
	background-color: #eee;
  
  }
  
  .white #age_check .modal p {
	color: #000;
  }
  
  .white #age_check .modal .parents {
	color: #000;
  }