/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2016 Innovadeluxe SL

* @license   INNOVADELUXE
*/



@media (max-width: 767px){
	div#deluxelopdContact div#center, 
	div#deluxelopdRefunds div#center, 
	div#deluxelopdNewsletter div#center,
	div#deluxelopdOnepagecheckout div#center, 
	div#deluxelopdAuthentication div#center, 
	div#deluxelopdProductAlert div#center,
	div#deluxelopdOrderOPC div#center,
	div#deluxelopdAlert div#center {
	z-index: 999999;
	width: 92%;
	position: fixed;
	top:35%;
	left:2%;
	color: #ffffff;
	padding: 20px;
	font-size: 13px;
	border: 2px solid #ffffff;
	box-shadow:0px 0px 15px #bababa;
	}

}


@media (min-width: 768px){
	div#deluxelopdContact div#center, 
	div#deluxelopdRefunds div#center, 
	div#deluxelopdNewsletter div#center, 
	div#deluxelopdOnepagecheckout div#center,
	div#deluxelopdAuthentication div#center, 
	div#deluxelopdProductAlert div#center,
	div#deluxelopdOrderOPC div#center,
	div#deluxelopdAlert div#center {
	z-index: 999999;
	width: 62%;
	position: fixed;
	top:35%;
	left:19%;
	color: #ffffff;
	padding: 20px;
	font-size: 13px;
	border: 2px solid #ffffff;
	box-shadow:0px 0px 15px #bababa;
	}

}


div#deluxelopdContact p, 
div#deluxelopdRefunds p, 
div#deluxelopdNewsletter p,
div#deluxelopdOnepagecheckout p,
div#deluxelopdAuthentication p, 
div#deluxelopdProductAlert p,
div#deluxelopdAlert p {
	float:left !important;
	padding:0 !important;
	margin-bottom:10px;
}

div#deluxelopdContact div#buttons, 
div#deluxelopdRefunds div#buttons, 
div#deluxelopdNewsletter div#buttons,
div#deluxelopdOnepagecheckout div#buttons,
div#deluxelopdAuthentication div#buttons, 
div#deluxelopdProductAlert div#buttons, 
div#deluxelopdOrderOPC div#buttons,
div#deluxelopdAlert div#buttons {
	display: block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	top: -2px;
	clear:both;
}



#deluxesupercheckout_confirm_order {
 cursor: pointer;
}


div#deluxelopdContact div#buttons, 
div#deluxelopdRefunds div#buttons,
div#deluxelopdNewsletter div#buttons, 
div#deluxelopdOnepagecheckout div#buttons, 
div#deluxelopdAuthentication div#buttons, 
div#deluxelopdProductAlert div#buttons, 
div#deluxelopdOrderOPC div#buttons,
div#deluxelopdAlert div#buttons {
	/*display: block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	top: -2px;
	clear:both;*/
	text-align: center;
}
/*
.content-lopd-tit{
	padding-left: 1%;
}
*/
.content-lopd-p{
	display: inline-block;
	
}

/*
.butt_lopd{
	margin-left: 0.5%;
	margin-top: 1%;
	float: left;
}

.privacy_pol{
	clear: both;
	padding: 2% 0 0 0;
}
*/
/* botones */
#deluxelopdOK{
	background-color: #afafaf;
	border-radius:2px;
	color: #ffffff !important;
	margin-left: 5px;
	padding: 10px 7px;
	cursor:pointer;
}

#deluxelopdOK:hover{
	background-color: green;
}


#Nolopd {
	background-color: #afafaf;
	border-radius:2px;
	color: #ffffff !important;
	margin-left: 5px;
	padding: 10px 7px;
	cursor:pointer;
}
#Nolopd:hover {
	background-color: orange;
}

.lopd-link{
	text-align: center;
	margin-top: 20px;
}

#lopd {
	color: #ffffff !important;
	margin-left: 5px;
	padding: 3px 5px;
	cursor:pointer;
	text-decoration: none;
}

#lopd:hover {
	text-decoration: underline;
}
/* */

.delete-myaccount img{
	margin-left: 4%;
	padding-right: 7%;
}

.innovadeluxe-hide-computer, .innovadeluxe-hide-mobile{
	display: none!important;
}

@media (max-width:450px) {
 .innovadeluxe-hide-mobile {
	display: block!important;
 }
 .innovadeluxe-hide-computer {
	display: none!important;
 }
}
@media (min-width:451px) {
 .innovadeluxe-hide-mobile {
	display: none!important;
 }
 .innovadeluxe-hide-computer {
	display: block!important;
 }
}

.captchaerror {
    display:none;
}

a.idxjs-aprivacy {
    text-decoration: underline;
}

a.idxjs-aprivacy-newsletter {
    text-decoration: underline;
    color: white !important;
}

.lopd-check-error, .lopd-check-error-newsletter {
    color: red;
}

.idxjslopd-check-newsletter {
    width: auto;
    z-index: 999;
    margin-top: 20px;
}

#lopd_table{
	border:1px solid #bababa;
}

#lopd_table .lopd_row{

    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-template-rows:1fr;

}

.lopd_row div {
    border: 1px solid #f7f7f7;
    text-align: center;
    padding: 10px;
}


.min-text-newsletter,
.min-text-register,
.min-text-contact,
.min-text-product{
	font-size:10px;
	text-align: justify;
	line-height: 10px;
}