.global-banner{
	z-index: 100000;
	position: fixed;
	top: 30px;
	left: 10px;
	font-family: Montserrat;
	width: 400px;
	height: 450px;
}
.global-bannerdem{
	z-index: 100000;
	position: fixed;
	top: 200px;
	left: 700px;
	font-family: Montserrat;
	width: 400px;
	height: 580px;
}
.cookie-bannerdem{
	display: inline;
	float: left;
	position: relative;
	width: 348px;
	height: 446px;
	background-color:#FFFFFF;
	border-radius: 18px;
	box-shadow: 0px 3px 6px #00000029;
	padding-top: 28px;
}
.topbansect{
	overflow-y: scroll;
	height: 355px;
	padding-left:21px;
	padding-bottom:10px;
}
.topbansect::-webkit-scrollbar {
  width: 6px;
  border-radius:3px;
}
.topbansect::-webkit-scrollbar-track {
  background: #B6B4BA;
}
.topbansect::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 3px;
}
.topbansect::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}
.logocook{
	margin-top:0px;
}
.banner-title{
	padding-top:12px;
	padding-left:6px;
	width:278px;
	font: normal normal 600 16px/22px Montserrat;
}
.banner-text{
	font: normal normal normal 12px/14px Montserrat;
	padding-left:6px;
	width: 289px;
	letter-spacing: 0.24px;
	color: black;
}
.imglien{
	margin-left:6px;
}
.cadre-categ{
	margin-top:10px;
	margin-left:-7px;
	border-radius: 13px;
	width: 315px;
	font-size:16px;
	letter-spacing: 0.3px;
	font-weight: 550;
}

.table-categ{
	border-spacing: 0;
	width: 315px;
	color:black;
}

.table-categ tr{
	padding: 0px;
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

.categlab{
	padding: 0px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.categsl{
	padding-top: 12px;
	width: 52px;
}
.bottombansect{
	letter-spacing: 0.26px;
}
.buttontable{
	border-collapse:collapse;
}
.storeform{
	margin-left:135px;
	margin-top:15px;
	position:absolute;
	display: inline;
}
#remembox{
	display: inline;
	margin-top: -9px;
	margin-left:-150px;
}
.divacc{
	width: 116px;
	height:63px;
	text-align: center;
	border-radius: 0px 0px 18px 0px;
}
.button-all{
	background-color: transparent;
	width:110px;
	height: 59px;
	border:0px;
	font-weight: 500;
	font: normal normal medium 13px/16px Montserrat;
	letter-spacing: 0.26px;
}
.divpers{
	text-align: center;
	height:63px;
	width: 116px;
}
.button-pers{
	background-color: transparent;
	padding-top:30px;
	width:110px;
	height: 48px;
	border:0px;
	font-size: 13px;
	font-weight: 500;
	font: normal normal medium 13px/16px Montserrat;
	letter-spacing: 0.26px;
}
.divref{
	text-align: center;
	height:62px;
	width: 116px;
	border-radius: 0px 0px 0px 18px;
}
.button-ref{
	background-color: transparent;
	width:110px;
	height: 59px;
	border:0px;
	font-weight: 500;
	font: normal normal medium 13px/16px Montserrat;
	letter-spacing: 0.26px;
	
}
.remember-text{
	position: relative;
	display: inline;
	margin-top: -10px;
	margin-left: 140px;
	font-size:13px;
	color: black;
	font-weight: 400;
}
.switch {
  position: relative;
  display: inline-block;
  width:38px;
  height:20px;
  border-radius: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0px 3px 6px #00000060;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:focus + .slider {
  box-shadow: 0 0 1px #adacac;
}
input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.sliderN {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:38px;
  height:20px;
  border-radius: 10px;
  background-color: #ccc;
  opacity:0.4;
  box-shadow: inset 0px 3px 6px #00000060;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderN:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:focus + .sliderN {
  box-shadow: 0 0 1px #adacac;
}
input:checked + .sliderN:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.sliderN.round {
  border-radius: 34px;
}
.sliderN.round:before {
  border-radius: 50%;
}
.showhide{
	position:fixed;
	top: 510px;
	width: 50px; 
	height: 50px;
	z-index: 100000;
}
.showhidedem{
	position:fixed;
	top:200px;
	left:640px;
	
}
.logotd{
	text-align:center;
}
.logochoixtd{
	padding-top:10px;
	padding-left:10px;
}
.taillerec{
	font-size:9px;
	padding-top:10px;
}
.logopoint{
	position:fixed;
	left: 2px;
	top:510px;
	opacity:0.5;
	z-index: 99999;
}
.prefpicker{
	margin-left: 15px;
	margin-top: 3px;
}
.fauxspan{
	background-color:#AFACB3;
	box-shadow: inset 0px 3px 6px #00000060;
	width:38px;
	height:20px;
	border-radius: 10px;
}
.fauxspanN{
	background-color:#9E9EA3;
	opacity: 0.49;
	width:38px;
	height:20px;
	border-radius: 10px;
	box-shadow: inset 0px 3px 6px #00000060;
}
.fauxboutton{
	 position: relative;
	 background-color:#ffffff;
	 top: 1px;
	 left:2px;
	 width:16px;
	 height:16px;
	 border-radius: 34px;
}
.fauxspanc{
	box-shadow: inset 0px 3px 6px #00000060;
	width:38px;
	height:20px;
	border-radius: 10px;
}
.fauxbouttonc{
	 position: relative;
	 background-color:#ffffff;
	 top: 1px;
	 left:20px;
	 width:16px;
	 height:16px;
	 border-radius: 34px;
	 box-shadow: 0px 3px 5px #00000072;
}
.fauxspansh{
	width:25px;
	height:12px;
	border-radius: 34px;
}
.fauxbouttonsh{
	 position: relative;
	 background-color:#ffffff;
	 top: 3px;
	 left:15px;
	 width:8px;
	 height:8px;
	 border-radius: 34px;
}
.slidecontainer {
	display: inline-block;
	position:relative;
	top:7px;
	left:5px;
    width: 250px;
}
.custom-slider-range:hover {
    opacity: 1.2;
}
.custom-slider-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: linear-gradient(to right,#ff6e6e,#ffff70,#70ff70,#70ffff,#7070ff,#ff70ff,#ff6e6e);
    outline: none;
    opacity: 0.8;
    transition: opacity 0.4s;
    border-radius: 15px;
}
.custom-slider-range::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
}
.divPrev{
	width:45px;
	height: 23px;
	border:1px solid #8c8f94;
}
.divPrevBorder{
	padding-top:1px;
	padding-left:3px;
	width:53px;
	height:27px;
	top: 7px;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	border:1px solid #8c8f94;
	border-radius: 4px;
}
.wp-menu-image dashicons-before img{
	width:25px;
}
.tabletextchoice td{
	text-align: left;
	padding-right: 10px;
	padding-bottom:10px;
}
.fieldsingleline{
	width: 300px;
}
.fieldmultiline{
	width: 300px;
	height: 300px;
}