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

.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;
}