#cookie {
	position:fixed;
	bottom:0;
	background-color: #2f57ef;
    color: #FFF;
	border-top: 1px solid white;
	height: auto;
	width: 100%;
	/*text-align: center;*/
	font-family: arial, helvetica;
	padding: 10px;
	left: 0px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	margin: 0 auto;
    z-index: 999;
}
#cookie p {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    font-size: 12px;
    line-height: 1.2;
}
#url-cookies {
    color: #FFF;
    font-weight: bold;
}
#url-cookies:hover { color: #c93023; }
#cookie #button {
	font: 16px/23px "Lato", "Arial", sans-serif;
	-webkit-border-radius: 30px;
	border-radius: 30px;
    border: 0px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	display: inline-block;
	vertical-align: top;
	padding: 5px 35px;
	color: #FFF;
	background: #b966e7;
	margin: 0 17px 10px 0;
    font-weight: bold;
}
#cookie #button:hover {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background: #606060;
	-webkit-box-shadow: 0 5px 0 0 #8d8d8d;
	box-shadow: 0 5px 0 0 #8d8d8d;
	border: 0px;
	color: #fff;
}
#cookie #onlyselected {
	font: 16px/23px "Lato", "Arial", sans-serif;
	-webkit-border-radius: 30px;
	border-radius: 30px;
    border: 0px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	display: inline-block;
	vertical-align: top;
	padding: 5px 35px;
	color: #333;
	background: #FFF;
    font-weight: bold;
	margin: 0 17px 10px 0;
}
#cookie #onlyselected:hover {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	background: #606060;
	-webkit-box-shadow: 0 5px 0 0 #8d8d8d;
	box-shadow: 0 5px 0 0 #8d8d8d;
	border: 0px;
	color: #fff;
}
.w65{
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.text-center{
    text-align: center;
}
.caja-checks{
    /*border: 1px solid #FFF;
    border-radius: 5px;*/
    margin-bottom: 20px;
}
.checktype{
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    color: #FFF;
}
.checktype a {
    color: #FFF !important;
}
.cheksize{
    font-family: 'Montserrat', sans-serif;
    width: 20px;
    height: 20px;
}
.vertical-align-super{
    vertical-align: super;
    font-size: 14px;
    /*font-weight: bold;*/
}
#btn-det{
    color: #FFF !important;
	background: none;
  	border: 0;
}
#btn-det-close{
    color: #FFF !important;
    font-size: 34px;
}
#btn-det:hover{ text-decoration: underline; }
#btn-det:hover, #btn-det-close:hover{ cursor: pointer; }
#det-cookies {
	position:fixed;
	bottom:0;
	background-color: #2f57ef;
    color: #FFF;
	border-top: 1px solid white;
	height: auto;
	width: 85%;
	text-align: justify;
	font-family: arial, helvetica;
	padding: 10px;
	margin: 0 auto;
    z-index: 9999;
	display: none;
    border-radius: 5px;
    left: 50%;
    transform: translate(calc(-50% + 0.7px), calc(-50% + 0.7px));
    transform: translateX(calc(-50% + 0.7px));
}
.det-tit-cook{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    margin-bottom: 0px;
}
.det-txt-cook{
    font-size: 10px;
    color: #FFF;
    margin-bottom: 0px;
    line-height: 1.2;
}