@charset "UTF-8";

/*
Theme Name: Coral
Theme URI: #
Author: the cheval team
Author URI: https://chevalme.com/
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
a{text-decoration: none; color: #FFF;}
.section5__list{display: inline-block; width: 100%; text-decoration: none;}
.cursor_pointer{cursor: pointer;}
.footer__menu li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 161.2%;
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.footer__menu  li a:hover {
    text-decoration: underline;
}
.section_header{background: url('assets/img/products__img.jpg') center top no-repeat; width: 100%; background-size: 100% auto;}

.long_description_div, .product.active .short_description_div{display: none;}
.product.active{display: flex;    justify-content: space-around;}
.product.active .long_description_div{display: block;}
.product.active > div{ width: 50%;}
.product.active > div.slide__content{ padding: 0 0 0 30px;}
.s2__right.width_100_per{width: 100%;}

.header__menu_popup, .header__row--active .header__menu_sticky, .sub-menu-toggle{display: none!important;}
.header__row--active .header__menu_popup{display: flex!important;}