/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public
*/

html, body{
    overflow-x: hidden;
}
body{
	cursor: url('/wp-content/themes/hello-theme-child-master/symbeeose_cursor_no_bg_3.png'), auto;
}
.wp-socializer{
    z-index: 0;
}
.tf-modal-search-panel .search-field{
    color: #222222 !important;
    background-color: #ffffff;
}
.tf-modal-search-panel .search-field::placeholder{
    color: #222222 !important;
}
.tf-modal-search-panel .search-submit i{
    color: #222222 !important;
}
.footer-site-link a{
    color: #7A7A7A;
}
.footer-site-link a:hover{
    color: #fff;
}

/* Top header */
#top-header-icon .elementor-icon-wrapper {
    display: flex;
    align-items: center;
}
#top-header-p p {
    margin-bottom: 0;
}
.ekit_navSidebar-button {
    font-weight: 500 !important;
}
#menu-item-5679,
#menu-item-5160,
#menu-item-5346,
#menu-item-1221 {
    position: relative;
    opacity: .7;
}
#menu-item-5679::after,
#menu-item-5160::after,
#menu-item-1221::after,
#menu-item-5346::after {
    content: 'Soon';
    position: absolute;
    top: 1px;
    right: -22px;
    background-color: #dcb07e;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    transform: rotate(6deg);
}
#menu-item-5160::after {
    top: 8px;
    right: 154px;
}
#menu-item-5346::after {
    top: 3px;
    right: 54px;
}
#menu-item-1221::after {
    top: 7px;
    right: 66px;
}
#menu-item-5790 a,
#menu-item-5791 a {
	display: flex;
  	align-items: center;
}
#menu-item-5790 a i,
#menu-item-5791 a i {
	margin-right: 5px;
}
#menu-facebook,
#menu-instagram {
	display: block !important;
}
/* Page boutique, filtres produits */
#shopProductsFilters .wfpDescription{
    font-size: 13px;
    text-transform: uppercase;
}
#shopProductsFilters .wpfFilterButtons{
    display: flex;
    flex-direction: column;
}
#shopProductsFilters .wpfFilterButtons button{
    width: fit-content;
    margin: auto;
    min-height: 0;
    padding: 4px 14px;
    font-family: "Poppins", Sans-Serif;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
    color: #222222;
    border: 1px solid;
    border-radius: 150px;
    margin-bottom: 4px;
}
#shopProductsFilters .wpfFilterButtons button:nth-child(2n){
    border: none;
}
#shopProductsFilters .wpfFilterButtons button:hover{
    color: #dcb07e;
    background: none;
}
#shopProductsFilters .wpfFilterButtons button:focus{
    background: none;
}
/* Hero banner */
#heroBanner {
    height: calc(100vh - 106px);
    overflow: hidden;
}