/**
* 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 {
z-index: 999999;
width: 92%;
position: fixed;
top:35%;
left:2%;
filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
text-align: justify;
color: #CCCCCC;
padding: 1%;
font-size: 13px;
border: 2px solid #afafaf;
}
}


@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 {
z-index: 999999;
width: 62%;
position: fixed;
top:35%;
left:19%;
filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
text-align: justify;
color: #CCCCCC;
padding: 1%;
font-size: 13px;
border: 2px solid #afafaf;
}
}


div#deluxelopdContact a#lopd, 
div#deluxelopdRefunds a#lopd, 
div#deluxelopdNewsletter a#lopd, 
div#deluxelopdOnepagecheckout a#lopd, 
div#deluxelopdAuthentication a#lopd, 
div#deluxelopdProductAlert a#lopd, 
div#deluxelopdOrderOPC a#lopd   {
	color: #cccccc;
	margin-left: 5px;
	padding: 3px 5px;
	cursor:pointer;
	text-decoration: none;
}

div#deluxelopdContact a#lopd:hover, 
div#deluxelopdRefunds a#lopd:hover, 
div#deluxelopdNewsletter a#lopd:hover,
div#deluxelopdOnepagecheckout a#lopd:hover, 
div#deluxelopdAuthentication a#lopd:hover, 
div#deluxelopdProductAlert a#lopd:hover, 
div#deluxelopdOrderOPC a#lopd:hover {
	color:#ffffff;
}

div#deluxelopdContact p, 
div#deluxelopdRefunds p, 
div#deluxelopdNewsletter p,
div#deluxelopdOnepagecheckout p,
div#deluxelopdAuthentication p, 
div#deluxelopdProductAlert 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 {
	display: block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	top: -2px;
	clear:both;
}

div#deluxelopdContact a#Nolopd, 
div#deluxelopdRefunds a#Nolopd, 
div#deluxelopdNewsletter a#Nolopd, 
div#deluxelopdOnepagecheckout a#Nolopd, 
div#deluxelopdAuthentication a#Nolopd, 
div#deluxelopdProductAlert a#Nolopd, 
div#deluxelopdOrderOPC a#Nolopd{
	background-color: #afafaf;
	border-radius: 2px 2px 2px 2px;
	color: #000000;
	margin-left: 5px;
	padding: 3px 5px;
	cursor:pointer;
	text-decoration:none;
}

#deluxesupercheckout_confirm_order {
 cursor: pointer;
}

div#deluxelopdContact a#Nolopd:hover, 
div#deluxelopdRefunds a#Nolopd:hover, 
div#deluxelopdNewsletter a#Nolopd:hover, 
div#deluxelopdOnepagecheckout a#Nolopd:hover, 
div#deluxelopdAuthentication a#Nolopd:hover, 
div#deluxelopdProductAlert a#Nolopd:hover, 
div#deluxelopdOrderOPC a#Nolopd:hover{
	background-color: orange;
}

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{
	display: block;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	top: -2px;
	clear:both;
}

.content-lopd-tit{
	padding-left: 1%;
}

.content-lopd-p{
	display: inline;
	margin-left: 1%;
	margin-top: 1%;
}

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

.privacy_pol{
	clear: both;
	padding: 2% 0 0 0;
}
span#deluxelopdOK{
	background-color: #afafaf;
	border-radius: 2px 2px 2px 2px;
	color: #000000;
	margin-left: 5px;
	padding: 3px 5px;
	cursor:pointer;
}

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

.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;
    position: absolute;
    z-index: 999;
}