#imgOpenDiv {
	background-color: var(--aso-cookie-color);
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 2147483631;
	display: none;
	border-radius: 20px;
	width: 35px;
	padding: 3px;
	cursor: pointer;
	animation: bounce 10s infinite;
}
.aso-cookie-container {
	position: fixed;
	bottom: 50px;
	left: 15px;
	z-index: 2147483631;
	border-radius: 20px;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	width: 100%;
	background: #FFFFFF;
	max-width: 320px;
}
.aso-cookie-container div#contentCookieContainerBtn {
	border-top: 0.5px solid #707070;
	line-height: normal;
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: table;
}
#contentCookieContainer h4 {
	font-weight: 500;
	font-size: 16px;
	width: 70%;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentCookieContainer p {
	color: #000;
	font-size: 10px;
	margin-bottom: 5px;
	line-height: 1.55;
}
.aso-cookie-container .contentCookieContainerTxt {
	padding: 15px;
}
.aso-cookie-container .contentCookieContainerTxt p a {
	color: var(--aso-cookie-color);
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-refuse {
	width: 33.3333%;
	float: left;
	border: 0;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-font-smoothing: initial!important;
	font-weight: 500;
	color: #000;
	border-radius: 0px 0px 0px 20px;
	transition: all 0.3s;
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-refuse:hover {
	background: var(--aso-cookie-color);
	transition: all 0.3s;
	color: #FFFFFF;
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-customize {
	width: 33.3333%;
	float: left;
	border: 0;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-font-smoothing: initial!important;
	font-weight: 500;
	color: #000;
	border-right: 0.5px solid #707070;
	border-left: 0.5px solid #707070;
	border-radius: 0px 0px 0px 0px;
	transition: all 0.3s;
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-customize:hover {
	background: var(--aso-cookie-color);
	transition: all 0.3s;
	color: #FFFFFF;
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-accept {
	width: 33.3333%;
	float: left;
	border: 0;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-font-smoothing: initial!important;
	font-weight: 500;
	color: #000;
	border-radius: 0px 0px 20px 0px;
	transition: all 0.3s;
}
.aso-cookie-container div#contentCookieContainerBtn button#aso-btn-accept:hover {
	background: var(--aso-cookie-color);
	transition: all 0.3s;
	color: #FFFFFF;
}
div#clicOpenPagePrivacy a {
	font-size: 10px;
	color: var(--aso-cookie-color);
}
div#contentCookieContainerCustomize .catASO {
	width: 50%;
	float: left;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}
div#contentCookieContainerCustomize .catASO p {
	display: none;
}
div#contentCookieContainerCustomize {
	display: none;
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
}
div#contentCookieContainerCustomize .catASO h5 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#contentCookieContainerCustomize .catASO span.close {
	position: absolute;
	top: 0;
	right: 0px;
	background: #FFF;
	color: var(--aso-cookie-color);
	width: 15px;
	text-align: center;
	font-size: 14px;
	height: 15px;
	line-height: 12px;
	cursor: pointer;
}
div#contentCookieContainerCustomize .catASO h5 span.circleInfo {
	background: var(--aso-cookie-color);
	border-radius: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: normal;
	margin-left: 5px;
	cursor: pointer;
}


.switch {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0px;
	right: -10px;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 1px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider {
	background-color: var(--aso-cookie-color);
}

input:focus + .slider {
	box-shadow: 0 0 1px var(--aso-cookie-color);
}

input:checked + .slider:before {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}

div#contentCookieContainerCustomize.active {
	display: inline-block!important;
	max-width: 100%;
	height: 120px;
}

div#contentCookieContainerCustomize.active-info {
	background-color: var(--aso-cookie-color);
}

div#contentCookieContainerCustomize.active-info .catASO.active {
	display: inline-block;
	opacity: 1;
	width: 100%;
	float: none;
	height: 100px;
	overflow: scroll;
}

div#contentCookieContainerCustomize.active-info .catASO {
	opacity: 0;
	display: none;
}

div#contentCookieContainerCustomize .catASO p {
	position: absolute!important;
	width: auto!important;
	margin: 0 auto!important;
	top: 0!important;
	bottom: 0!important;
	height: 100px!important;
	background: var(--aso-cookie-color);
	z-index: 1;
	padding: 10px;
	color: #FFF;
	overflow: scroll;
	padding-bottom: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
  }

  40% {
	transform: translateY(-2px);
  }

  60% {
	transform: translateY(-2px);
  }
}