/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#submitAge{
    margin-top:20px;
}

.btn_confirm{
    margin-left: 20px;
}

.day{
    width: 75px;
    float: left;
}

.month{
    width: 75px;
    float: left;
    margin-left: 5px;
}

.year{
    width: 97px;
    float: left;
    margin-left: 5px;
}

.psagechecker-hide {
    display: none;
}

.deny_msg_age_verify{
    text-align:center;
    width: 230px;
    margin: auto;
    margin-top: 20px;
}

.age_verify_input{
    margin: auto;
    width:260px;
    margin-top: 20px;
    text-align:center;
}

.logo_age_verify{
    margin-top: 20px;
    text-align:center;
    height: 20%;
}

.logo_age_verify img{
    height: 100%;
}

.age_verify{
    margin-top: 25px;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:70%
}
.age_verify_text_content {
    padding-top:14%;
}

.custom_msg_age_verify{
    text-align:center;
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

.age_verify_buttons{
    margin-top: 25px;
    text-align:center;
}

.psagechecker_hide {
    display: block;
}

#psagechecker_block {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    padding: 3.125rem;
}
#psagechecker_block .custom_title {
    text-align:center;
    margin-bottom: 15px;
}
#psagechecker_block .desc {
    color: #232323;
    text-align: center;
    margin-bottom: 40px;
}
.preload {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
#psagechecker_block .insta-card {
    transition: 0.3s;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;

    /*-webkit-transform: scale(0.6);*/
	/*transform: scale(0.6);*/
	/*-webkit-animation: scaleUp 0.65s ease-in-out forwards;*/
	/*animation: scaleUp 0.65s ease-in-out forwards;*/
}
@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
#psagechecker_block .insta-card:hover {
    opacity: 0.5;
}
#psagechecker_block .insta-card-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
#psagechecker_block .load-more {
    text-align: center;
}
/* LIGHTBLOX */
#psagechecker_block .lightbox {
    position: fixed;
    min-width: 400px;
    min-height: 300px;
    top: 15%;
    left : 0;
    right : 0;
    margin: auto;
    width: 1000px;
    background-color: white;
    z-index: 99999;
	border-radius:4px;
}
/* LIGHTBOX CONTENT */
#psagechecker_block .lightbox-content {
    height: 500px;
}
/* LIGHTBOX CONTENT LEFT */
#psagechecker_block .content-left {

}

#psagechecker_block .psagechecker-account-block-mobile{
    padding: 10px;
    display: none;
}
/* LIGHTBOX CONTENT RIGHT */
#psagechecker_block .content-right {
    padding: 20px;
}

#psagechecker_block .lightbox-img {
    min-height: 500px;
    background-position:center;
    background-size:cover;
}

@media only screen and (max-width: 1200px) {
    #psagechecker_block .lightbox {
        width: 80%;
    }
}
@media only screen and (max-width: 991px) {
    #psagechecker_block .lightbox {
        width: 60% !important;
    }
    #psagechecker_block .psagechecker-account-block-mobile {
        display: block;
    }
    #psagechecker_block .psagechecker-account-block {
        display: none;
    }
    
    #psagechecker_block .lightbox-content {
        overflow-y: scroll;
        height: 550px;
    }
    #psagechecker_block .lightbox-img {
        min-height: 350px;
    }
}
@media only screen and (max-width: 576px) {
    #psagechecker_block .lightbox {
        width: 80% !important;
    }
}
@media only screen and (max-width: 350px) {
    #psagechecker_block .lightbox {
        left: 5%;
        width: 90%;
    }
}

#psagechecker_block #close {
    position: absolute;
    font-size: 40px;
    top: -30px;
    right: 0;
    color: white;
    cursor: pointer;
}

#psagechecker_block .posted {
    font-size: 14px;
    color: #7a7a7a;
}
#psagechecker_block .author {
    color: #232323;
}
#psagechecker_block .via {
    font-size: 14px;
    color: #7a7a7a;
}
#psagechecker_block .text {
    display: -webkit-box;
    margin-top: 20px;
    max-height: 100px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}
#psagechecker_block .custom-title {
    text-align: center;
}
#psagechecker_block .product-image {
    text-align: center;
}
#psagechecker_block .price {
    font-size: 20px;
    font-weight: bold;
    color: #232323;
    /*line-height: 35px;*/
}
#psagechecker_block .product-button {
    /*text-align: right;*/
}
#psagechecker_block .product-name {
    margin-top: 10px;
    text-align: center;
    /* height: 50px; */
    max-height: 50px;
}



/* POP UP AGE VERIFICATION UPDATE */

#psagechecker_block p 
{
    font-size: 14px;
    line-height: 20px;
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block p 
    {
        font-size: 16px;
        line-height: 22px;
    }
}*/


#psagechecker_block p.mentions-legales
{
    font-size: 10px;
    line-height: 16px;
    width: 500px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 576px) 
{
    #psagechecker_block p.mentions-legales
    {
        width: calc(100% - 60px);     
    }
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block p.mentions-legales
    {
        width: 700px;
    }
}*/

#psagechecker_block #overlay 
{
    position: fixed;
    height: 100%; width: 100%; 
    left: 0; top: 0;
    z-index: 12000;
    background-color: rgba(255,255,255,0.98);
}

#psagechecker_block .age-verify 
{
    width: 205px;
    display: block;
    margin: 0 auto;
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .age-verify 
    {
        width: 350px;
    }
}*/

#psagechecker_block .age-verify-100-ans 
{
    width: 80px;
    display: block;
    margin: 20px auto 60px auto;
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .age-verify-100-ans 
    {
        width: 140px;
        margin: 25px auto 100px auto;
    }
}*/

#psagechecker_block .langue-entree-site
{
    text-align: center;
}

#psagechecker_block .langue-entree-site .langue
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 36px; width: 36px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 10px;
    transition: 0.2s ease border; 
    cursor: pointer;
}


/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .langue-entree-site .langue
    {
        height: 50px; width: 50px;
        margin: 0 20px;
    }
}*/

#psagechecker_block .langue-entree-site .langue:hover,
#psagechecker_block .langue-entree-site .langue.seleted
{
    border: 1px solid #C07E11;
    transition: 0.2s ease border; 
}

#psagechecker_block .langue-entree-site .langue img
{
    position: absolute;
    top: 3px; left: 3px;
    width: 28px;   
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .langue-entree-site .langue img
    {
        position: absolute;
        top: 6px; left: 6px;
        width: 36px;
    }
}*/

#psagechecker_block .lightbox 
{
    position: fixed;
    top: 50%; right: 0; left: 0;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 99999;
}

@media screen and (max-width: 576px) 
{
    #psagechecker_block .lightbox 
    {
        position: fixed;
        top: 0;
        transform: none;
        padding-top: 30px;
    }
}

#psagechecker_block .age_verify_text_content 
{
    padding-top: 50px;
}

#psagechecker_block .age_verify_text_content .custom_msg_age_verify
{
    margin: 0 auto;
    width: 500px;
}

@media screen and (max-width: 576px) 
{
    #psagechecker_block .age_verify_text_content .custom_msg_age_verify
    {
        width: calc(100% - 60px);     
    }
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .age_verify_text_content .custom_msg_age_verify
    {
        width: 700px;
    }
}*/

#psagechecker_block .age_verify_buttons 
{
    margin: 35px 0;
    text-align: center;
}

/*@media screen and (min-width: 2300px)
{
    #psagechecker_block .age_verify_buttons 
    {
        margin: 60px 0;
    }
}*/


@media screen and (max-width: 576px) 
{
    #psagechecker_block .lightbox
    {
        min-width: 100% !important;
        width: 100% !important;
    }
    #psagechecker_block .lightbox-content 
    {
        width: calc(100% - 40px);
        margin: 0 auto;
        display: block;
    }
}