/*
Theme Name: Lexon
Author: Guillaume LE CLERC
Author URI: https://www.guillaumeleclerc.fr
Template: gecko
Version: 1.0.0
*/

#sib_captcha .rc-anchor-normal {
    width: 331px;
}
#sib_captcha .footer_newsletter_form_input  {
    width: 302px;
}
.woocommerce-pagination .page-numbers .current {
    font-weight: bold;
}

.modal {
    padding: 0;
    background-color: #F3ECDB;
}

.modal .modal_close {
    background-color: transparent !important;
    color: white !important;
}

.modal-content {
    padding: 25px;
}

.modal img.modal-image {
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 680px) {
    .hidden-mobile {
        display: none;
    }
}

@media screen and (min-width: 681px) {
    .hidden-desktop {
        display: none;
    }
}
