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

* @license   INNOVADELUXE
*/

/*
/**** Activar compatibilidad con algunos temas
#lopdParentCheck label {
    width: 100% !important;
}

div#lopdParentCheck.checkbox {
    width: 100% !important;
    border: none !important;
}

input#SubmitCreateDeluxe {
    float: right;
    background: none !important;
    color: black !important;
    text-transform: uppercase !important;
}

#idxjslopd-check-regnewsletter-wrapper .checkbox {
    width: 100% !important;
    border: none !important;
    margin-left: 12%;
}
//*****hasta aquí compatibuilidad temas
*/

#deluxelopdContact,
#deluxelopdRefunds,
#deluxelopdNewsletter,
#deluxelopdOnepagecheckout,
#deluxelopdAuthentication,
#deluxelopdProductAlert,
#deluxelopdOrderOPC,
#deluxelopdCompatible {
    position: fixed;
    top:0;
    z-index:999999;
	width:100%;
	left:0px;
}

#deluxelopdAlert{
    top: 0;

}

#deluxelopdContact .deluxeFormContainer,
#deluxelopdRefunds .deluxeFormContainer,
#deluxelopdNewsletter .deluxeFormContainer,
#deluxelopdOnepagecheckout .deluxeFormContainer,
#deluxelopdAuthentication .deluxeFormContainer,
#deluxelopdProductAlert .deluxeFormContainer,
#deluxelopdOrderOPC .deluxeFormContainer,
#deluxelopdCompatible  .deluxeFormContainer{
	width:100%;
	filter: drop-shadow(1px 2px 3px #bbb);
}

.st_news_letter_form #uniform-acceptLopdNewsletter{
	float:none;
	display:inline-block;
}


#authentication #lopdParentCheck{
	display:block;
}

#authentication #lopdParentCheck .min-text-register{
    margin-left: 20px;
}

@media(min-width:1501px){


    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 100%;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
	    font-size: 2em;
        text-align: center;
    }
}
@media(min-width:1301px) and (max-width:1500px){


    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 82vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}

@media(min-width:1025px) and (max-width:1300px){

    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 92vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}
@media(min-width:768px) and (max-width:1024px){

    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {

        padding: 5px;
        width: 93vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}
@media(max-width:767px){
	#lopd_table,
	#lopd_table tbody,
	#lopd_table tr,
	#lopd_table td
	{
		display:block;
	}
	
	#lopd_table tr{
		border-bottom:1px solid #000000;
	}
	
	#lopd_table label {
		font-weight: bold;
	}

    .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {

        padding: 5px;
        width: 94vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}


#buttons{
    font-size:12px;
}


#deluxesupercheckout_confirm_order {
    cursor: pointer;
}


.content-lopd-tit{
    font-size:14px;
    font-weight: bold;
    color:#000000;
}



/* botones */
#deluxelopdOK{
	font-size:14px;
}

#deluxelopdOK,
#Nolopd{
	line-height:19px;
}

@media(min-width:481px){
    #deluxelopdOK{
        margin-left: 5px;
        padding: 10px 7px;
        cursor:pointer;
    }



    #Nolopd {
        margin-left: 5px;
        padding: 10px 7px;
        cursor:pointer;
    }

}

@media(max-width:480px){
    #buttons a {
        display: block;
    }
    #deluxelopdOK{
        margin-left: 5px;
        padding: 10px 44px;
    }

    #Nolopd {
        margin-left: 5px;
        padding: 10px 40px;
    }

}

.lopd-link a{
    font-size:12px;
    color:#000000;
    border-bottom: 2px dotted rgba(255,255,255,.5);
}

#lopd {
    color: #000000 !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%;
}

.captchaerror {
    display:none;
}

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

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

.lopd-check-error, .lopd-check-error-newsletter, .lopd-check-error-express, .lopd-check-error-compatible {
    color: red;
}
 /*compatibilidad con chat helpdesk, alerta precios bestkit y alertas de stock bestkit*/
.lopd-check-error-compatible.isCompatible-pricewatch-start-button,
.lopd-check-error-compatible.isCompatible-lz_chat_overlay_data_form_ok_button,
.lopd-check-error-compatible.isCompatible-submit_subscribe {
    font-size: 10px !important;
    color: red !important;
}

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

.min-text-newsletter>p,
.min-text-register>p,
.min-text-contact>p,
.min-text-product>p,
.min-text-alert>p,
.min-text-compatible>p {
	display:inline-block;
}

@media (min-width:481px){
    .min-text-regnewsletter{
        font-size:12px;
        text-align: justify;
        line-height: 14px;
        margin-bottom: 10px;
    }

}



@media (max-width:480px){
     #buttons a {
        display: block;
    }
   
    .min-text-regnewsletter{
        font-size:12px;
        text-align: justify;
        line-height: 14px;
        margin-bottom: 10px;
    }

}


#module-deluxerefunds-refunds #lopdParentCheck{
    margin-top: 60px;
}

.reg-red {
    color: #ff0000;
    font-weight: bold;
    margin: 0px 5px; 
}

.cancel-text{
    font-size: 12px;
}



.personal-request p,
.personal-delete p{
    font-size: 14px;
}

.blockedContent{
    height: 100%;
    width: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

/*Compatibilidad supercheckout*/
#module-supercheckout-supercheckout #lopdParentCheckCompatible {
    width: 250px;
}