/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2016 Innovadeluxe SL

* @license   INNOVADELUXE
*/
#deluxe_adult_content{
	z-index: 999999999;
	width: 100%;
	height:100%;
	text-align: justify;
	color: #333333;
	position: fixed;
}

div#adultcontent div#center {
	z-index: 999999999;
	width: 600px;
	height:auto;
	background-color: #fff;
	text-align: justify;
	color: #333333;
	padding:15px;
	margin:10% auto;
}


#deluxe_adult_content div#adultcontent div#buttons{
	
/*	margin-top:5%;
	margin-bottom: 3%;*/
	text-align:center;
}

a#adultcontentOK{
	/* OLD BUTTONS */
	/* background-color: #454545; */
	/* border-radius: 2px 2px 2px 2px; */
	/* color: #FFFFFF; */
	/* padding: 5px 7px; */
	/* NEW BUTTONS */
	background-color: #0045b4;
	margin: 20px 5px;
	text-decoration: none;
	color: #f9f9f9;
	font: 500 17px/17px;
    line-height: 17px;
	line-height: 17px;
	letter-spacing: normal;
	padding: 0 50px;
	line-height: 44px;
	height: auto;
	display: inline-block;
	text-align: center;
	/*border: 6px solid #f5f5f5;
	box-shadow: 0px 15px 10px -10px #999;*/
}

a#adultcontentOK:hover{
	/* background-color: green; */
    background-color: #007bff;
}

a#adultcontentnotOK{
	/* OLD BUTTONS */
	/* background-color: #454545; */
	/* border-radius: 2px 2px 2px 2px; */
	/* color: #FFFFFF; */
	/* padding: 5px 7px; */
    /* NEW BUTTONS */
	background-color: #454545;
	margin: 20px 5px;
	text-decoration: none;
	color: #f9f9f9;
	font: 500 17px/17px;
    line-height: 17px;
	line-height: 17px;
	letter-spacing: -.02em;
	padding: 0 50px;
	line-height: 44px;
	height: auto;
	display: inline-block;
	text-align: center;
	/*border: 6px solid #f5f5f5;
	box-shadow: 0px 15px 10px -10px #999;*/
}

a#adultcontentnotOK:hover{
	/* background-color: red; */
    background-color: #2d6ab2;
}


@media (max-width: 767px) {
	div#adultcontent div#center {
	width: 90%;
	margin:10% auto;
	}
}

@media (max-width: 900px){
	#deluxe_adult_content div#adultcontent div#buttons {
		display: flex;
		flex-direction: column;
	}
	a#adultcontentnotOK {
		margin-left: 0px;
		margin-top: 5px;	
	}
}
.img-adult-popup {
    margin-top: -80px;
    /*border: 10px solid #fff;*/
    border-radius: 10px 10px 10px 10px;
    /*background-color: white;*/
    width: 22%;
}
.caps-adult-popup {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #454545;
    font-weight: 500;
}
.text-adult-popup {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 0px 7px 0px 7px;
    margin: 0px;
    margin-bottom:1rem;
}
.ask-adult-popup {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    color: #454545;
    font-weight: 800;
    padding: 5px;
    margin: 0px;
}
.warning-adult-popup {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    padding: 10px;
    border: solid 7px #000;
    margin: 28px 0 10px 0;
    font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
}
.buttn1, .buttn2 {
    margin: 20px 5px;
    text-decoration: none;
    color: #f9f9f9;
    font: 500 17px/17px Poppins,sans-serif;
    letter-spacing: -.02em;
    padding:0 50px;
    line-height:44px;
    height: auto;
    display:inline-block;
    text-align:center;
    border: 6px solid #f5f5f5; 
    box-shadow: 0px 15px 10px -10px #999;
} 
.buttn1.pill, .buttn2.pill {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 8px;
}
.buttn1 {
    background-color:#69c;
}
.buttn1:hover {
    background-color: #F6F6F6;
    color: #69c;
} 
.buttn2 {
    background-color:#900;
}
.buttn2:hover {
    background-color: #F6F6F6;
    color: #900;
} 
#buttons {
    text-align: center;
}
@media (max-width: 480px) {

    /* Popup Adult Content */
    .img-adult-popup {
        margin-top: -110px;
        /*border: 10px solid #fff;*/
        border-radius: 10px 10px 10px 10px;
        /*background-color: #ffff;*/
        width: 50%;
        height: 50%;
    }
    .ask-adult-popup {
        text-align: center;
        font-size: 17px;
        line-height: 25px;
        color: #454545;
        font-weight: 800;
        padding: 5px;
        margin: 0px;
    }
    div#adultcontent div#center {
        padding: 25px;
        width: 90%;
        margin: 25% auto 0 auto;
    }
    a#adultcontentOK{
	/* OLD BUTTONS */
	/* background-color: #454545; */
	/* border-radius: 2px 2px 2px 2px; */
	/* color: #FFFFFF; */
	/* padding: 5px 7px; */
	/* NEW BUTTONS */
	background-color: #0045b4;
	margin: 5px 5px;
	text-decoration: none;
	color: #f9f9f9;
	font: 500 17px/17px;
    line-height: 17px;
	line-height: 17px;
	letter-spacing: normal;
	padding: 0 50px;
	line-height: 44px;
	height: auto;
	display: inline-block;
	text-align: center;
	/*border: 6px solid #f5f5f5;
	box-shadow: 0px 15px 10px -10px #999;*/
}
    a#adultcontentnotOK {
        margin: 5px 5px;
    }
    .text-adult-popup {
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        color: #777;
        padding: 0px 7px 10px 7px;
        margin: 0px;
    }
    .warning-adult-popup {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding: 10px;
        border: solid 7px #000;
        margin: 25px 0 10px 0;
        font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
        line-height: 15px;
    }
}

@media (max-width: 320px) {
  /* Popup Adult Content */
  
  .caps-adult-popup {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #454545;
  font-weight: 500;
  margin-bottom: 5px;
  }
    .img-adult-popup {
        margin-top: -110px;
        /*border: 10px solid #fff;*/
        border-radius: 10px 10px 10px 10px;
        /*background-color: #ffff;*/
        width: 50%;
        height: 50%;
    }
    .ask-adult-popup {
        text-align: center;
        font-size: 15px;
        line-height: 15px;
        color: #454545;
        font-weight: 800;
        padding: 3px;
        margin: 0px;
        margin-bottom:3px;
    }
    div#adultcontent div#center {
        padding:10px;
    padding-bottom: 10px;
    width: 90%;
    margin:32% auto 0 auto;
    padding-bottom: 10px;
    }
    a#adultcontentOK{
	/* OLD BUTTONS */
	/* background-color: #454545; */
	/* border-radius: 2px 2px 2px 2px; */
	/* color: #FFFFFF; */
	/* padding: 5px 7px; */
	/* NEW BUTTONS */
	background-color: #0045b4;
	margin: 0px 5px;
	text-decoration: none;
	color: #f9f9f9;
	font: 500 17px/17px;
    line-height: 17px;
	line-height: 17px;
	letter-spacing: normal;
	padding: 0 50px;
	line-height: 30px;
	height: auto;
	display: inline-block;
	text-align: center;
	/*border: 6px solid #f5f5f5;
	box-shadow: 0px 15px 10px -10px #999;*/
}
    a#adultcontentnotOK {
    margin:2px 5px;
    line-height: 30px;
    }
    .text-adult-popup {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        color: #777;
        padding: 0px 7px 10px 7px;
        margin: 0px;
        letter-spacing:normal;
    }
    .warning-adult-popup {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        color: #000;
        padding: 5px;
        border: solid 7px #000;
        margin: 0px 0 10px 0;
        font-family: "Montserrat", "Helvetica", "Arial", "sans-serif";
        line-height: 15px;
        margin-bottom:3px;
    }
}