/*
Theme Name:   Cosmetsy Child
 Theme URI:    http://klbtheme.com/cosmetsy/
 Description:  Cosmetsy Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     cosmetsy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  cosmetsy-child
*/
#page .site--inner{
	overflow: hidden;
}
header .container, .module-products .container, .site-post-archive .container, footer .container,
.site-shop .container {
	/*max-width: 100% !important;*/
}
header .container {
	/*max-width: 100% !important;*/
}
header .container .row {
	margin: 0 !important;
}
header.sticky-header {
	position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}
header.sticky-header .site-header--content {
    position: relative !important;
}
/* Animation du header sticky */
#masthead.sticky-header {
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateY(0);
	animation: slideDown 0.3s ease-out;
}

/* Animation d'entrée du sticky */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0.7;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Animation de sortie optionnelle */
#masthead:not(.sticky-header) {
	transition: all 0.3s ease-in;
}
.search-item.product-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.search-item.product-item a .item-price {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
}
.site-global-notification p{
	font-weight: 500!important;
	font-size: 14px!important;
	line-height: 21px!important;
}
.site-global-notification {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.star-rating span::before {
    color: var(--e-global-color-4f65620) !important;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 7px;
    padding-left: 7px;
}
.site-header.style-2 .primary-menu{
	border-top: 0;
}
.site-header--nav {
    border-top: 1px solid #ddd;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 5px 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu img {
    width: 100%;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 5px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 20px !important;
    font-family: 'Cinzel';
    height: auto !important;
    font-weight: 500 !important;
    padding: 10px 5px 10px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-product_cat-ancestor  > a.mega-menu-link{
	font-weight: 700 !important;
}
.wishlist_products_counter .wishlist_products_counter_number {
	display: flex;
	width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: #B05C41;
    color: #fff;
    font-size: 11px;    
    border-radius: 50px;    
    margin-top: -15px;
    margin-left: -7px;
    line-height: 15px;
}
.woocommerce-thankyou-order-details.order_details .woocommerce-Price-amount{
	font-weight: 600 !important;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a{
	margin-right: 5px;
}
.site-header .quick-button.mini-cart .cart-link span.cart-count-icon {
	display: flex !important;
	width: 20px !important;
    height: 20px !important;
    justify-content: center !important;
    align-items: center !important;
}
.site-header .quick-button.mini-cart .cart-link span.cart-count-icon{
	background-color: #B05C41 !important;
}
.quickview-product .quickview-product--inner{
	max-height: 94vh;
    overflow-y: auto;
}
.quickview-product .quickview-product--inner .product-reviews-simple {
    justify-content: flex-start;
}
.quickview-product .product-details .woocommerce-product-rating {
	display: none !important;
}
.product-reviews-simple{
	display: flex;
    justify-content: center;
	font-size: 12px;
}
body.single-product .product-reviews-simple{
    justify-content: left;
}
.quickview-product--inner .product-reviews-simple,
.single-product  .product-reviews-simple{
	text-align: left;
	font-size: 14px;
}
.quickview-product .product-details form .tinv-wraper.tinv-wishlist {
    display: flex !important;
    align-items: center;
    align-content: center;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0 !important;
}
.quickview-product .tinv-wishlist .tinvwl-tooltip{
	/*display: block;*/
}
.quickview-product .custom-product-share-wishe,
.quickview-product .custom-product-share,
.quickview-product .custom-product-whishe {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}
.custom-product-share .elementor-share-btn__icon{
	background-color: #fff0 !important;
	width: 2.5em !important;
}
.custom-product-share .elementor-share-btn__icon svg {
    fill: var(--e-global-color-4f65620) !important;
}
.quickview-product .custom-product-share-wishe .elementor-element {
    --widgets-spacing: 0px 0px;
    --widgets-spacing-row: 0px;
    --widgets-spacing-column: 0px;
    padding: 0;
}
.quickview-product .custom-product-share-wishe{
	margin-top: 30px;
	border-top: 1px solid #ddd;
    padding: 15px 0px;
}

/* Overlay visible UNIQUEMENT quand .woocommerce-message est présent */
.klb-notice-ajax:has(.woocommerce-message) {
    position: relative;
}

.klb-notice-ajax:has(.woocommerce-message)::before,
.woocommerce-cart .woocommerce-notices-wrapper:has(.woocommerce-message):before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191919;
    opacity: 0.5;
    z-index: 9998;
    pointer-events: none;
}

.klb-notice-ajax .woocommerce-message {
    position: relative;
    z-index: 9999;
}
.klb-notice-ajax .woocommerce-message:before,
.cart-page-wrapper  .woocommerce-message:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
	position: relative !important;
    margin-bottom: 20px;
    margin-top: -10px;
}
.klb-notice-ajax a.button:hover,
.klb-notice-ajax .klb-notice-close:hover,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message-close:hover,
.woocommerce-cart .woocommerce-notices-wrapper .restore-item:hover{
	background: #000 !important;
	color: #fff !important;
}
.product-review-link span{
	color: #000 !important;
}
.woocommerce-message:before{
	content: '';
	background: #0001 !important;
	position: fixed !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 0 !important;
	top: 30% !important;
	left: 0 !important;
	right: 0 !important;
	border: 0 !important;
}
.woocommerce-message{
	padding: 40px !important;
	box-shadow: 0px 0px 50px -30px #0000002e !important;
	position: fixed  !important;
	z-index: 0;
	background: #ffffff00 !important;
	border-radius: 8px !important;
	display: flex !important;
	align-content: center !important;
	justify-content: center !important;
	align-items: center !important;
	background: #0001 !important;
	position: fixed !important;
	background: #fff !important;
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 0 !important;
	top: 30% !important;
	left: 0 !important;
	right: 0 !important;
	border: 0 !important;
	max-width: 360px !important;
	margin: 0 auto !important;
	z-index: 9999;
}
.woocommerce-message a{
	color: #000 !important;
	font-weight: 600 !important;
    margin: 0 auto  !important;
    border: 1px solid #000 !important;
    padding: 10px  !important;
    text-decoration: none;
    margin-top: 20px !important;
    cursor: pointer  !important;
    width: 100%  !important;
    text-align: center !important;
}
.woocommerce-message a:hover {
    border: 1px solid #000 !important;
}
.woocommerce-message a.button:before {
	
}
.woocommerce-message .klb-notice-close {
	position: relative !important;
    right: 0;
    margin: 0 auto;
    border: 1px solid !important;
    padding: 8px 9px;
    text-decoration: none;
    min-width: 70px;
    text-align: center;
    padding-right: 10px;
    width: 100%;
}
.woocommerce-message .klb-notice-close:after{
	content: 'Fermer';
	text-align: center;
	padding-left: 5px;
}
.cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a:hover {
    color: #000 !important;
    background-color: #0000 !important;
}
.tinv-wishlist .tinvwl_added_to_wishlist .icon_big_times::before {
    content: "\e909" !important;
}
.tinv-wishlist .product-action {
    min-width: 135px !important;
    width: auto !important;
}
.tinv-wishlist table td, .tinv-wishlist table th {
    padding: 10px;
}
.wishlist_item .product-date .entry-date,
.wishlist_item .product-stock .stock{
	font-size: 14px;
}
.tinvwl-input-group-btn button .tinvwl-mobile{
	margin-left: 5px;
	font-weight: var(--font-button-font-weight) !important;
}
.woocommerce-cart .woocommerce-message {
    margin-bottom: 30px  !important;
    display: flex !important;
    flex-direction: column;
}

/*
.tinv-wishlist table td, 
.tinv-wishlist table th {
    padding: 0.5em;
}
.tinv-wishlist table .wishlist_item .product-action .button{
	padding: 0;
}
.tinv-wishlist .product-action .button {
 	width: inherit; 
    min-width: 150px;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, 
.tinv-wishlist .tinv-modal .icon_big_times, 
.tinv-wishlist .tinv-modal img {
	display: none;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: var(--e-global-color-accent) !important;
    padding: 5px;
    border-radius: 10px;
}
.tinv-wishlist .tinv-modal .tinv-wishlist-clear {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    display: flex;
    margin: 0 !important;
}
.tinv-wishlist .tinv-modal button.button {
	font-size: 0 !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background: #fff0 !important;
    margin: 0 !important;
    padding:  0 1important;
}
.tinv-wishlist .tinv-modal .tinv-txt {
	margin-top: 30px  !important;
	margin-bottom: 10px  !important;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner .icon_big_heart_check,
.tinv-wishlist .tinv-modal .tinv-modal-inner .icon_big_times {
	display: none !important;
}
*/
.quickview-product .product-details--header .brand-quickview {
    font-size: 1.8rem;
    font-weight: 400 !important;
    font-family: var(--font-secondary);
    margin-bottom: 5px;
}
.quickview-product .product-details--header .product_title{
    font-size: 1.3rem !important;
    font-weight: 200;
    font-family: var(--font-primary);
}
.product-single .product-details--header {
	display: block;
}
.widget_shopping_cart_live_region{
	background: #fff !important;
}
.tinv-wishlist .product-remove button{
	background-color: #fff0;
}
.site-header .quick-button.wishlist i {
	font-size: 32px;
    top: 2px;
}
.site-header .quick-button.mini-cart {
    margin-left: 0.5rem;
}
.site-header .quick-button.mini-cart .cart-link span.cart-count-icon {
    margin-left: -5px;
    margin-top: -13px;
}
.site-header--content .container > .row{
	height: auto;
    padding: 10px 0;
}
.module--category .module--inner .category-list.style-2 li .category-detail .entry-category {
	margin-bottom: -15px;
    width: 80%;
    text-align: center;
    justify-content: center;
    -webkit-box-align: center;
    border: 0;
}
.module--category .module--inner .category-list.style-2 li:hover .category-detail .entry-category {
	background: #fff;
	color: var(--color-primary) ;
}
.module--category .module--inner .category-list{
	gap: 20px;
}
.elementor-widget-cosmetsy-product-grid .module-button{
	position: absolute;
    text-align: 0;
    top: 0;
    right: 0;
    height: 0;
    margin-top: 0 !important;
}
.elementor-widget-cosmetsy-product-grid .module-button a{
	border: 0;
}
.elementor-widget-cosmetsy-product-grid .module-button a:hover{
	background-color: var(--color-primary);
	color: #000;
}
.module-products .slider-wrapper{
	margin-top: 90px !important;
}
.module--slider .slider-item .slider-image:before,
.module--slider .slider-item .slider-image img,
.shop-page-header.style-2.with-background .container:before,
.shop-page-header.style-2.with-background .container img{
	border-radius: 0px;
}
.site-header  .user-login a{
    font-size: 28px;
}
.site-header .quick-button.mini-cart .cart-link i {
    font-size: 30px;
    color: #000;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 10px;
}
.site-header .quick-button i::before {
    line-height: 4rem;
}
.site-header .quick-button.user-login {
    
}
.site-header .quick-button.user-login i{
	color: #000;
}

.site-header .quick-button.mini-cart .cart-link i:hover,
.site-header .quick-button.user-login i:hover{
	color: var(--color-primary)
}
.menu-main-category-title{
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	-webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}
.menu-sub-category-title{
	display: block;
	margin: 7px 0px;
    text-transform: lowercase;
}
.menu-sub-category-title::first-letter{
	text-transform: uppercase;
}
.klb-shop-breadcrumb.with-background .container{
	border-radius: 0px;
}
.site-footer .footer-widgets .site-footer--wrapper {
	padding: 4rem 0 3rem;
}
.site-footer .subfooter .site-footer--wrapper {
    padding: 1rem 0;
}
.site-social ul.text li a .social-icon{
	display: block !important;
}
.site-social .social-text{
	display: none;
}
.shop-page-header {
	margin-bottom: 4rem;
}
.site-footer .footer-widgets .site-footer--wrapper .widget .menu li {
    padding-top: 5px;
}
.site-footer .footer-widgets .site-footer--wrapper .widget .menu li a:hover {
    text-decoration: underline;
}
.shop-page-header {
    margin-bottom: 0rem;
}
.shop-page-header.style-2 .container .row{
	padding: 3rem;
}
#wpcf7-f106-p2372-o1 form p{
	display: flex;
	float: right;
}
#wpcf7-f106-p2372-o1 form p .wpcf7-email{
	border-radius: 50px 0 0 50px;
}
#wpcf7-f106-p2372-o1 form p .wpcf7-submit{
	border-radius: 0 50px 50px 0;
}
body.page-id-753 .site-footer .footer-widgets .site-footer--wrapper {
    border: 0;
}

.style-4 .mega-menu > ul.sub-menu > li:last-child {
    display: none;
}
.home-categories .elementor-image-box-content {
    position: absolute;
    bottom: -20px;
    display: flex;
    flex-direction: column;
    width: 100%;
	height: 13rem;
}
.home-categories .elementor-image-box-content::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.56), transparent);
    height: 11.4rem;
}
.home-categories .elementor-image-box-content .elementor-image-box-title{
	margin-top: -4rem;
	padding: 15px;
    background: linear-gradient(to top, rgb(0 0 0), transparent);
}
/*
.container {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	max-width: 100% !important;
}
.main-content .container,
#home-hero-banner{
	padding: 0 !important;
}
.container {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	max-width: 100% !important;
}
.main-content .container,
#home-hero-banner{
	padding: 0 !important;
}
*/
.my-account-page {
	padding: 0;	
}
.tinvwl-table-manage-list td, .tinvwl-table-manage-list th{
	border: 0;
    border-bottom: 0.5px solid #c1c4c7;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {    
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid;
    border-color: #d7d7d7;
    font-size: 14.5px;
    color: var(--color-main-text);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a, 
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    border-color: #B2895F !important;
    background: #fff;
}
.my-account-page .woocommerce-MyAccount-navigation{
	padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    padding-bottom: 4rem;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p input{
	border-radius: 3px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
	width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-info a.button {
    margin: 10px 0 20px 0;
    border: 0;
    font-weight: 700 !important;
    text-decoration: underline;
    font-size: 14px;
    padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-info a.button:hover {
	margin-bottom: 3px;
	background-color: #fff0;
	color: #B2895F;
}
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals table th{
	min-width: 80px;
}
.cart-form-wrapper .button, .cart-form-wrapper input, .shop_table input{
	border-radius: 3px;
}
.cart-page-wrapper .cart-form-wrapper {
	padding: 0rem 0 4rem;
}
.site-footer .footer-widgets, .site-footer .subfooter {
    border-bottom: 0.5px solid #0005;
}
.site-post-archive .blog-post .entry-meta,
.site-post-archive .blog-post .entry-meta .entry-published,
footer .site-social .social-label{
	display: none !important;
}
.site-post-archive .blog-post .entry-meta.top,
footer .site-social .social-text{
	display: block !important;
}
footer .site-social .social-text {
    font-size: 15px;
    text-transform: capitalize !important;
}
.site-post-archive .blog-post .entry-meta.top a{
    font-size: 14px;
    text-transform: none;
}
.site-footer .footer-widgets .site-footer--wrapper a {
    background: none;
    padding: 0;
}
footer .widget-title{
	font-family: var(--font-primary) !important;
}
.shop-page-header.style-2{
	padding: 0 !important;
}
.site-post-archive .blog-post .entry-media > a::before{
	background: linear-gradient(to top, rgba(0, 0, 0, 0.56), transparent) !important;
}
body.page-id-753 .site-footer .footer-widgets .site-footer--wrapper {
    border: 0;
}

.style-4 .mega-menu > ul.sub-menu > li:last-child {
    display: none;
}
.home-categories .elementor-image-box-content {
    position: absolute;
    bottom: -60px;
    display: flex;
    flex-direction: column;
    width: 100%;
	  height: 10rem;
}
.home-categories .elementor-image-box-content::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.56), transparent);
    height: 6.4rem;
}
.home-categories .elementor-image-box-content .elementor-image-box-title{
	margin-top: -5rem;
    padding-bottom: 35px !important;
	padding: 15px;
    background: linear-gradient(to top, rgb(0 0 0), transparent);
}
.site-post-archive .blog-post .entry-meta,
.site-post-archive .blog-post .entry-meta .entry-published,
footer .site-social .social-label{
	display: none !important;
}
.site-post-archive .blog-post .entry-meta.top,
footer .site-social .social-text{
	display: block !important;
}
.site-social a{
	background: none !important;
}
.site-social .social-text {
    font-size: 15px;
    text-transform: capitalize !important;
	display: block !important;
}

.site-social .social-label{
	display: none !important;
}
.product-share .social-share.site-social .social-text{
	display: none !important;
}
.site-post-archive .blog-post .entry-meta.top a{
    font-size: 14px;
    text-transform: none;
}
.site-footer .footer-widgets .site-footer--wrapper a {
    background: none;
    padding: 0;
}
footer .widget-title{
	font-family: var(--font-primary) !important;
}
.shop-page-header.style-2{
	padding: 0 !important;
}
.site-shop .container{
	padding: 2rem !important;
}
.shop-page-header--inner .shop-page-header--categories{
	display: none;
}
.forminator-design--material .forminator-all-group-copies.forminator-repeater-field{
    background: #fff0 !important;
    box-shadow: none !important;
}
.site-footer{
	margin-top: 0 !important;
}
.shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
    font-size: 2rem;
    padding: 10px;
    margin: 0;
}
.informations-content h2{
	font-size: 1.7rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
	font-size: 13px !important;
	text-transform: none;
	letter-spacing: normal;
}
body.single-product #content{
	padding: 0m;
}
.product-single .product-details--header.hot-product .entry-title{
	font-size: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h3{
	margin-top: 30px;
}
.site-social ul.default li a .social-text, .site-social ul.default li a .social-label {
    font-size: inherit !important;
}
.site-social ul.default li a {
    height: 2rem;
}
.module .module--title.style-2 .module--title--inner .entry-title {
	font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem auto !important;
    font-family: var(--font-secondary);
}
.site-footer .footer-widgets .site-footer--wrapper .widget .widget-title {
    font-family: var(--font-secondary) !important;
    font-size: 1.1rem !important;
	font-weight: 500 !important;
}
.klb-free-progress-bar {
    padding: 0 0 20px 0;
}
.cart-page-wrapper {
	margin-top: 2rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-size: 1.2rem;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
    border: 0px !important;
    border-bottom: 0.5px solid #eee !important;
    padding: 5px 0;
}
.woocommerce-order-received .woocommerce-order-details table th,
.woocommerce-order-received .woocommerce-order-details table td {
	border: 0px !important;
    border-bottom: 0.5px solid #eee !important;
    padding: 5px 0;
}
.woocommerce-order-received .woocommerce-columns--addresses {
	display: flex;
}
.woocommerce-order-received .woocommerce-columns--addresses .woocommerce-column{
	flex: 1 0 50%;
    max-width: 50%;
}
.woocommerce-order-received .woocommerce-order {
    max-width: 800px;
    margin: 2rem auto;
    border: 0px solid;
    border-radius: 3px;
    padding: 2rem;
    box-shadow: 0px 0 30px -15px rgba(0, 0, 0, .25);
    padding: 1rem;
}
.cart-page-wrapper .cart-form-wrapper .cart-collaterals,
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper {
	padding: 1.5rem;
	border-radius: 10px;
	border-width: 0.5px;
	margin-top: 1.5rem;
}   
.site-offcanvas--footer{
	display: none;
}
form.woocommerce-ordering select {
	width: auto !important;
	text-align: left;
	padding: 5px 35px 5px 5px;
} 
footer .shop-infos li{
	display: flex;
	align-items: flex-start;
	padding-bottom: 10px;
}
footer .shop-infos li img{
	margin-top: 2px;
	margin-right: 5px;
}
.site-social ul.default li a .social-icon{
	margin-right: 0px;
}
footer .shop-infos li.map img{
	margin-left: -5px;
}
p, a, span, div {
    font-weight: 400 !important;
}
.module .site-slider.carousel {
    overflow: hidden;
}
.module-products ul.products .product .product-content .entry-category a{
	font-size: 14px;
	font-family: var(--font-secondary);
	font-weight: 400 !important;
}
.module-products ul.products .product .product-content .entry-name a{
	font-size: 15px;
    font-family: var(--font-primary);
    letter-spacing: 1px;
}
.home-banner .container{
	padding: 0 !important;
}
body.woocommerce-page.archive #content,
body.woocommerce-account #content{
	background: #f9f7f3; 
}
body.woocommerce-page.archive .site-shop--content ul.products li .product-content{
	background: #fff0;
	border-radius: 0px;
	padding: 0px;
}
body.woocommerce-page.archive.tax-product_cat .widget-checkbox-list > ul > li {
	display: none;
}
body.woocommerce-page.archive .widget-checkbox-list > ul > li.cat-parent.current-cat{
	display: block;
}
body.woocommerce-account #customer_login{
	padding: 2rem 0;
}
#content .my-account-page form{
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    min-height: 385px;
}
.shop-page-header.style-2.with-background .container {
    background-position: top right;
}
.shop-page-header.style-2.with-background .container::before {
    background-color: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-ff0a5b3) 100%) !important;
}
.shop-page-header.style-2.with-background .container * {
	color: #000 !important;
}
.woocommerce-products-header .term-description {
	margin-bottom: 30px !important;
}
.shop-page-header--title .entry-title{
	/*font-size: 0 !important;*/
	color: #000 !important;
}
.shop-page-header--title .entry-title span{
	font-size: 2.5rem !important; 
}
.my-account-page .woocommerce-MyAccount-content p a{
	text-decoration: underline;
    font-weight: 600 !important;
}
.cosmetsy-loop-number{
	position: absolute;
	top: 10px;
}
.site-shop--filterbar .product-result--sort .woocommerce-ordering,
body.woocommerce-cart .shop-page-header,
body.woocommerce-checkout .shop-page-header{
    display: none !important;
}
.parent-category-description{
	margin-bottom: 10px;
}
.shop-page-header .woocommerce-breadcrumb,
.shop-page-header .breadcrumb-menu span{
	font-size: 16px;
}
.shop-page-header .woocommerce-breadcrumb a,
.shop-page-header .breadcrumb-menu a{
	font-size: 14px;
}
body.woocommerce-cart .shop-page-header {

}
.woocommerce-account .shop-page-header.style-2 .container .row {
    padding: 1rem !important;
}
.woocommerce-account .account-infos{
	display: flex;
	align-items: end;
    font-weight: 900 !important;
}
.woocommerce-account .account-title{
	padding-right: 28%;
}
.woocommerce-account .shop-page-header.style-2 .container .row {
    max-width: 75em !important;
}
.product-action.custom-product-action{
	display: flex;
    flex-direction: column;
}
.custom-product-action a{	
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--color-contrast-300);
    opacity: 0;
    will-change: transform;
    -webkit-transform: translateX(0.625rem);
    transform: translateX(0.625rem);
    -webkit-transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.custom-product-action a:hover{
	background-color: var(--color-primary) !important;
	color: #fff !important;
}
.price {
    color: var(--color-primary);
}
.site-shop--filterbar .product-result--sort span {
    font-size: 1rem;
    margin-right: 0;
    opacity: 1;
    color: #000;
    border-color: #0003;
}
.select2-dropdown, form.woocommerce-ordering {
    min-width: 200px;
    font-family: var(--font-button-font);
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px !important;
    opacity: 1;
    color: #000;
    font-family: var(--font-secondary);
}
.select2-container--default .select2-results>.select2-results__options {

}
.select2-container--default .select2-search--dropdown {
    display: block;
    padding: 10px;
    background: #fff0;
    opacity: 0;
    z-index: 1;
}
.select2-results__option--selectable {
    padding: 8px 5px !important;
}
.select2-container--default .select2-search.select2-search--dropdown .select2-search__field {
	display: none;
}
.woocommerce-message-close{
	background: #fff;
	color: #000;
}
.woocommerce-message-close:hover{
	background: #000;
	color: #fff;
}
/*
.select2-results__options:hover .select2-results__option--selected {
    background-color: transparent !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
	background: #f5e2d9 !important;
	background-color: #f5e2d9 !important;
	color: #000 !important;
}
*/
/* Option normale */
.select2-results__option {
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: transparent !important;
    color: inherit !important;
}

/* Option au hover */
.select2-results__option:hover {
    background-color: #f5d8de !important;
}

/* Option sélectionnée - style normal */
.select2-results__option--selected {
    background-color: #f5d8de !important;
    color: #333 !important;
}

/* Option sélectionnée QUAND le container est hover */
.select2-results__options:hover .select2-results__option--selected {
    background-color: transparent !important;
    color: inherit !important;
}
.product-results-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
}
.product-results-wrapper .woocommerce-result-count{
	font-family: var(--font-secondary);
	margin: 0;
}
.wc-empty-cart-message, 
.return-to-shop{
	display: none;
}
.custom-cart-empty {
	text-align: center;
	margin-bottom: 70px;
}
.custom-cart-empty img{
	width: 150px;
	opacity: 0.2;
}
.custom-cart-empty .button{
	text-decoration: underline;
	font-size: 16px;
}
.widget-checkbox-list ul li label {
	align-items: flex-start;
}
.widget-checkbox-list ul li label span{
	margin-top: 5px;
}

.archive.tax-product_cat .category-header-bg {
    background-position: right;
    background-repeat: no-repeat;
}
.checkout.woocommerce-checkout .order-review-wrapper,
.woocommerce .cart-form-wrapper .cart-collaterals{
    margin-top: 74px;
}
.checkout.woocommerce-checkout  #customer_details,
form.woocommerce-cart-form .shop_table{
    border: 0.5px solid var(--color-main-border);
    border-radius: 10px;
    padding: 1.5em;
    display: block;
}
.module-border--inner{
	height: 0px !important;
}
header#masthead .site-header--nav {
    border-top: 0.5px solid #dddddd;
    border-bottom: 0.5px solid #dddddd;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 5px;
    border: 0px solid #ddd;
    box-shadow: 0px 160px 100px 121px #00000014;
}
.archive.tax-product_cat .category-header-bg {
    background-size: 100%;
}
.variations_form .select2-container,
.variations_form .reset,
.variations_form .label{
    display: none !important;
}
.variations_form .wpcvs-terms .wpcvs-term.wpcvs-selected{
   border-color: var(--e-global-color-secondary);
}
.variations_form .wpcvs-terms .wpcvs-term.wpcvs-selected .wpcvs-term-inner:before{
    background-color: var(--e-global-color-secondary);
    display: none;
}
.product-action a.select-options:before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e842';
    font-size: .875rem;
}
.product-action a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333 !important;
    background: #fff !important;
    top: 10px !important;
    right: 0px !important;
}
.variations .woocommerce-variation .price {
    font-size: 22px;
    margin-top: 20px;
}
.product  .product-details .product-price-wrapper {
	font-size: 18px;
}
.quickview-product .woocommerce-product-details__short-description {
    display: none;
}
button:focus {
    outline: 0px !important;
}
.product-image-hover-wrapper.multi-image .secondary-image-wrapper {
    display: none;
}
.product-image-hover-wrapper.multi-image {
    position: relative;
    overflow: hidden;
}

.product-image-hover-wrapper.multi-image .primary-image-wrapper,
.product-image-hover-wrapper.multi-image .secondary-image-wrapper {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-image-hover-wrapper.multi-image:hover .primary-image-wrapper {
    display: none;
    opacity: 0;
    transform: scale(0.9);
}
.product-image-hover-wrapper .primary-image-wrapper img,
.product-image-hover-wrapper .secondary-image-wrapper img{
	height: fit-content;
}
.product-image-hover-wrapper.multi-image:hover .secondary-image-wrapper {
    display: block;
    animation: smoothAppear 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(10px);
}
.swiper-wrapper .wpcvs-terms.wpcvs-type-button .wpcvs-term{
	min-width: 35px !important;
	padding: 2px !important;
	height: 36px !important;
}
.swiper-wrapper .wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-label{
	font-size: 10px !important;
	padding: 0 !important;
}
. wpcvs-attribute .wpcvs-attribute-value .reset_variations{
	display: none;
}
.product-single .product-details .product-price-wrapper .price{
	font-weight: 400 !important;
}
.product-details .woocommerce-variation .price .amount {
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    font-size: 1.75rem;
    font-weight: 500 !important;
}
.product-single.product-type-variable .product-price-wrapper,
.product-details .stock,
.product-type-simple .price-pre-label,
.product_meta {
	display: none !important;
}
.product-single .product-details .product-price-wrapper{
	margin-top: 0px !important;
}
.product-type-variable .price-pre-label{

}
.wpcvs-terms.wpcvs-type-button .wpcvs-term {
    height: auto;
    min-width: 100px;
    line-height: normal;
    border-radius: 5px;
    border-width: 1.5px;
}
.wpcvs-terms .wpcvs-term .wpcvs-term-inner {
    display: flex;
    align-items: center !important;
    justify-content: center;
}
.variations_form .wpcvs-terms .wpcvs-term:hover {
    border-color: var(--e-global-color-secondary);
}
.wpcvs-terms .wpcvs-term .wpcvs-term-inner .wpcvs-term-label{
    font-weight: 600 !important;
}
.wpcvs-terms .wpcvs-term .swatch-price {
    background-color: #efefef;
    display: block;
    font-size: 15px;
    color: var(--color-button-primary);
    font-weight: 700 !important;
}
.swatch-current-price{
    color: var(--color-primary);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -10px;
}
.quickview-product .product-details .variations_form .woocommerce-variation {
	position: absolute;
	top: -50px;
}
.quickview-product .product-details .variations.wpcvs-attributes{
	margin-top: 0px;
}
.quantity, .product-single .product-details .single_add_to_cart_button {
	border-radius: 5px;
}
.product-details .product-brand {
    font-size: 30px;
    font-weight: 600 !important;
    font-family: var(--font-form-font);
    margin-bottom: 10px;
}
.product-single .product-details--header.hot-product .entry-title{
    font-size: 20px;
}
.product-single .product-details .cart, .product-single .product-details .woocommerce-variation-add-to-cart {
    margin-top: 20px;
}
.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner .wpcvs-term-label {
    font-size: 14px;
    font-weight: 400 !important;
}
.quickview-product .product-details--header.hot-product .entry-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.widget_price_filter{
	width: calc(100% - 30px);
    margin: 0 auto;
}
.widget_price_filter .price_label{
    font-size: 0 !important;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-content: space-around;
    align-items: center;
    position: relative;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 20px;
    margin-top: -10px;
}
.widget_price_filter .price_label span{
	font-size: 11px !important;
	position: absolute;
}
/* Quand les curseurs sont superposés, on les décale */
.price_slider .ui-slider-handle:first-child {
    z-index: 0;
}

.price_slider .ui-slider-handle:last-child {
    z-index: 2;
}

/* Séparation minimale */
.price_slider .ui-slider-handle {
    transition: transform 0.1s ease;
    /*border: 0.5px solid #fff !important;*/
}

.price_slider .ui-slider-handle:first-child:not(:last-child) {
    transform: translateX(-5px);
}

.price_slider .ui-slider-handle:last-child:not(:first-child) {
    transform: translateX(5px);
}
.widget_price_filter .price_label span.from{
	margin-left: -20px;
}
.widget_price_filter .price_label span.to{
	margin-left: 10px;
}
.widget_price_filter button.button,
.widget_price_filter,
body.search-results .site-shop--filterbar,
body.search-results .cosmetsy-loop-number {
	display: none;
}
.tinv-wishlist .product-remove button:hover{
	color: red;
}
.quickview-product.product.white-popup{
	/*padding: 0 !important;*/
}
.quickview-product .product-single .product-details {
    position: relative;
    padding-top: 20px;
}
.quickview-product #images .slick-list .slick-track {
    display: flex !important;
}
.quickview-product #images .slick-list .slick-slide {
    padding: 20px;
}
.quickview-product #thumbnails  .slick-list .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}
.quickview-product #thumbnails  .slick-list .slick-track .slick-slide.slick-active{
	border: 1px solid #fff0 !important;
	 transition: border 0.6s ease-in-out;
}
.quickview-product #thumbnails  .slick-list .slick-track .slick-slide.slick-active:hover,
.quickview-product #thumbnails  .slick-list .slick-track .slick-slide.slick-current.slick-active{
	border: 1px solid #d6af67 !important;
}
.product-single .woocommerce-product-gallery .product-thumbnails .slick-track .slick-slide {
    margin-right: .5rem;
    max-width: 80px;
}
.quickview-product .product-details form .tinv-wraper.tinv-wishlist {
    display: block;
}
.quickview-product.product.white-popup{
	max-width: 950px !important;
	padding: 1rem !important;
	position: fixed; 
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
}
.quickview-product #images .slick-arrow.slick-prev {
    left: -0.75rem;
}
.quickview-product #images .slick-arrow.slick-next{
	right: -0.75rem;
}
.shop-page-header.style-2 .container .row {
    padding: 5rem 0;
}
.shop-page-header.style-2.with-background .container::before {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-ff0a5b3) 100%);
}
body.search-results .header-main-title .elementor-heading-title,
body.search-results .breadcumb-main-title .woocommerce-breadcrumb{
	/*opacity: 0;*/
}
mark, .mark {
    padding: 0em;
    border-radius: 5px;
}
.quickview-product .product-details .woocommerce-variation .price .amount {
    margin-top: -15px;
    margin-bottom: 0;
    background: #fff;
    min-width: 250px;
    font-size: 28px;
    font-weight: 500 !important;
}
.quickview-product .product-details .product-price-wrapper .price .amount {
    font-size: 28px;
    font-weight: 500 !important;
}
.product-details .from-text{
	font-size: 14px;
}
body.search-results .elementor-7551 .elementor-element.elementor-element-b9820ae {
    --display: flex;
    --min-height: 180px;
    min-height: 180px;
}
.site-offcanvas {
    position: fixed;
    width: 85%;
}
.site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove {
    font-size: 2.5rem;
    color: #000000 !important;
    background-color: #f9f3f200 !important;
}
site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item .remove:hover {
    background-color: #0000  !important;
    color: #000  !important;
}
.cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a svg {
    width: 1.75rem !important;
    background: #fff !important;
}
cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a:hover {
    color: #000  !important;
}
.site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item{
	overflow: hidden;
}
.woo-mini-cart .klb-free-progress-bar .free-shipping-notice {
    text-wrap: auto;
}
.woocommerce-checkout .woocommerce-account-fields .create-account{
	width: 100%;
	margin: 0;
}
h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    font-family: var(--font-secondary) !important;
    font-size: 1.5rem !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
    font-family: var(--font-secondary) !important;
    font-weight: 700 !important;
}
.woocommerce-order section.woocommerce-order-details,
.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    box-shadow: 0px 0 20px -15px rgba(0, 0, 0, .25);
    padding: 1rem;
}
.woocommerce-order-received .woocommerce-columns--addresses {
    gap: 20px;
}
header .container .align-items-center .col-right {
	padding: 0 !important;
}
.loader-image.preloader.added {
	
}
.single_add_to_cart_button.added svg.preloader {
    display: none !important;
}

.site-header .quick-button.mini-cart .woo-mini-cart--body .woocommerce-mini-cart-item {
    background: #fff0 !important;
    background-color: #fff0 !important;
}
.woocommerce-mini-cart-item.mini_cart_item div{
	background: #fff0 !important;
    background-color: #fff0 !important;
}
.woocommerce-mini-cart-item.mini_cart_item div::before,
.woocommerce-mini-cart-item.mini_cart_item div::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}
.site-header--mobile .container {
    padding: 0;
}
.cart-page-wrapper .cart-form-wrapper .cart-collaterals .cart_totals table th {
    vertical-align: super !important;
}
.site-header--desktop #mega-menu-main-menu .mega-menu-item-8876{
	display: none  !important;
}
form.checkout #customer_details h3, .my-account-page h2 {
    font-family: var(--font-secondary) !important;
    font-size: 1.3rem !important;
    text-transform: capitalize !important;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
    font-size: 15px !important;
}
.tinv-wishlist .tinv-lists-nav {
    max-width: 550px !important;
    margin: 0px auto !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 10px;
}
.tinv-wishlist .tinv-lists-nav .button {
    display: flex;
    border: none;
    flex-direction: row;
}
.tinv-wishlist .tinv-lists-nav .button:hover {
	background-color: #fff0 !important;
	color: var(--color-primary);
}
.tinv-wishlist .tinv-lists-nav>span {
    font-size: 14px;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box {
    padding-left: 0px;
    margin-top: -5px;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box.payment_method_stripe{
	margin-top: 5px;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li label {
    padding-left: 5px !important;
    font-family: var(--e-global-typography-primary-font-family); 
    font-size: 14px !important;
    font-weight: 600 !important;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box .woocommerce-SavedPaymentMethods-saveNew input{
	margin-top: 15px;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box .woocommerce-SavedPaymentMethods-saveNew label{
	margin-top: -17px !important;
	margin-left: 15px !important;
    font-size: 12px !important;
}
.cart-page-wrapper .cart-form-wrapper .order-review-wrapper .payment_methods li .payment_box p {
    opacity: 0.7;
}
.woocommerce-MyAccount-content {
    margin-top: 30px;
    margin-bottom: 20px;
}
.site-offcanvas{
	z-index: 9999999;
	height: 100vh;
}
.custom-product-share .elementor-share-buttons--view-icon .elementor-grid{
	display: flex;
}


@keyframes smoothAppear {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



@media (max-width: 767px) {
  .checkout.woocommerce-checkout  .order-review-wrapper,
  .woocommerce .cart-form-wrapper .cart-collaterals{
     margin-top: 0px;
 }  
 .checkout.woocommerce-checkout  .order-review-wrapper,
 .checkout.woocommerce-checkout  #customer_details,
 form.woocommerce-cart-form .shop_table{
    padding: 0.5em;
 }  
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
	padding: 0;
	background: #fff;
	width: 95%;
	padding-top: 20px;
	padding-bottom: 0;
}
 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 700 !important;
 } 
 .archive.tax-product_cat .category-header-bg {
    background-size: cover;
    background-position: 85%;
 }
 #mega-menu-main-menu{
 	padding: 0px !important;
	margin-top: -20px;
 }
 .wpcvs-terms.wpcvs-type-button .wpcvs-term {
    min-width: 90px;
 }
 .quickview-product.product.white-popup {
    position: fixed;
    max-width: auto !important;
    padding: 1rem !important;
    top: 5vh;
    left: 0;
    transform: none;
    z-index: 1000;
    width: 100%;
	overflow-y: scroll;
    height: 90vh;
  }
  .quickview-product #images .slick-list .slick-slide {
    padding: 20px;
    max-width: 100%;
  }
  .cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-remove a {
  	left: 3px;
	margin-top: -2.875rem;
  }
  .product-action.custom-product-action .quickview-button,
  .product-action.custom-product-action .tinvwl_add_to_wishlist_button,
  .product-action.custom-product-action .add_to_cart_button {
  	opacity: 1 !important;
  }
  .shop-page-header .woocommerce-breadcrumb {
	margin-bottom: 2rem;
	margin-top: 0;
  }
  nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	min-height: 50px;
	padding-left: 40px;
  }
  nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
	content: '';
	background-image: url(https://flalycosmetics.com/wp-content/uploads/2026/02/right-2-svgrepo-com.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 10px;
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before {
	background-image: url(/wp-content/uploads/2026/02/shopping-bag-svgrepo-com.svg);
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before {
	background-image: url(/wp-content/uploads/2026/02/address-book-thin-svgrepo-com.svg);
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	background-image: url(/wp-content/uploads/2026/02/payment-method-pay-svgrepo-com.svg);
  }
  
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before {
	background-image: url(/wp-content/uploads/2026/02/setting-line-svgrepo-com.svg);
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--mes-favoris a:before {
	background-image: url(/wp-content/uploads/2026/02/wishlist-svgrepo-com.svg);
  }
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	background-image: url(/wp-content/uploads/2026/02/logout-svgrepo-com-2.svg);
  }
  
  nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:after {
	content: '';
	background-image: url(/wp-content/uploads/2026/02/arrow-right-1-svgrepo-com.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 10px;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    padding: 3px;
  }
  .tinvwl-table-manage-list .product-cb, .tinv-wishlist .product-remove{
  	padding-top: 60px;
  }
  .tinvwl-table-manage-list .product-cb .input-checkbox{
  	float: left;
  }
  .tinv-wishlist .product-remove button {
    float: right;
    margin-top: -30px;
  }
  .tinv-wishlist .product-thumbnail img {
        margin-top: -90px;
  }
  .tinvwl-table-manage-list td, .tinvwl-table-manage-list th {
    border-bottom: 0; 
  }
}

@media (min-width: 992px) {
    footer .site-footer--wrapper .col-lg-2,
	footer .site-footer--wrapper .col-lg-4{
		-ms-flex: 0 0 20% !important;
		 flex: 0 0 20% !important;
		 max-width: 20% !important;
    }
    .woocommerce-MyAccount-content .woocommerce-EditAccountForm p,
    .woocommerce-billing-fields p,
    .woocommerce-shipping-fields p {
		float: left;
		width: 50%;
		padding: 0;
        padding-right: 2%;
	}
	#billing_address_1_field,
	#shipping_address_1_field{
		float: right;
	}
	#billing_address_2_field,
	#shipping_address_2_field{
		margin-top: 29px;
	}
	#order_comments_field{
		width: 100%;
	}
	#customer_details .col-2{
		overflow: hidden;
		padding-top: 2rem;
	}
	.site-offcanvas{
		display: none;
	}
	.woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.search-item.product-item a .item-price-content{
		min-width: 24%;
	}
	.site-header .quick-button.mini-cart .cart-link i{
		margin-right: -10px !important;    
    }
    .quickview-product.product.white-popup{
		min-width: 900px;
	}
}

@media (max-width: 767px){
.site-offcanvas--header {
    padding: 10px  !important;
}
/*
#mega-menu-wrap-main-menu #mega-menu-main-menu {
    display: block !important;
    left: 10px !important;
    visibility: visible !important;
    top: 80px !important;
}
*/
#mega-menu-wrap-main-menu .mega-menu-toggle{
	display: none !important;
}
.site-header--mobile .quick-button.canvas-toggle span {
    width: 2rem;
    margin-bottom: 6px;
    border-radius: 0px;
    margin-top: 5px;
}
.module--category .module--inner .category-list {
    grid-template-columns: repeat(1, 1fr);
}
.cosmetsy-loop-number {
    position: relative; 
}
.site-header .quick-button.mini-cart .cart-link i{
	font-size: 25px;
}
.site-header .quick-button.user-login i{
	font-size: 23px;
}
.site-header--mobile .quick-button.mini-cart .cart-link span.cart-count-icon {
    top: 0.5rem !important;
    right: -.4rem !important;
}
/*
#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
	z-index: 99 !important;
	overflow-y: scroll !important;
}
*/
.shop-page-header .woocommerce-breadcrumb {
    margin-bottom: 0.5rem;
    text-align: left;
}
.shop-page-header.style-2 .container .row {
    padding: 2rem 0rem;
}
.shop-page-header.style-2 .container .row .shop-page-header--title .entry-title {
    font-size: 1rem;
    padding: 0px;
    text-align: left;
}
.shop-page-header--title .entry-title span {
    font-size: 1.5rem !important;
}
.scrollToTop {
	bottom: 80px;
}
.product-single .product-details--header.hot-product .entry-title {
    font-size: 2rem;
}
#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
	/*height: 87vh !important;*/
	visibility: visible;
    display: flex;
    left: 0;
}
#mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
	position: relative !important;
	width: 98% !important;
	height: auto  !important;
}
.site-offcanvas--main {
	padding: 0 !important;
	padding-right: 20px;
	/*
	position: absolute;
	max-height: 80vh;
	*/
	overflow-y: auto;
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: none;
}
/*
.mega-menu-item .mega-sub-menu{
	max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
*/
}
.site-offcanvas .site-scrolll .site-offcanvas--header{
	z-index: 9999;
}
.site-offcanvas .site-scrolll .site-offcanvas--main,
.site-offcanvas .site-scrolll .site-offcanvas--footer,
.site-offcanvas .site-scrolll .site-offcanvas--main .site-menu{
	z-index: 99;
}
header{
    max-height: 148px;
}
#home-hero{
    height: calc(-148px + 100vh);
}
.wpcvs-attribute .wpcvs-attribute-value .wpcvs-type-color{
    display: none;
}
.klbtheme-type-color span.klbtheme-term.klbtheme-selected {
    box-shadow: 0 0 0 2px #000000;
}


/* Version mobile améliorée */
@media (max-width: 768px) {
	.solweb-search-results{
		top: 55px;
	}
    .klbfooterwidget {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: background-color 0.3s;
    }
    
    .klbfooterwidget .widget-title {
        position: relative;
        padding: 15px 20px;
        margin: 0;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s;
    }
    
    /* Animation du + / - */
    .klbfooterwidget .widget-title::before {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        width: 12px;
        height: 2px;
        background: currentColor;
        transform: translateY(-50%);
        transition: transform 0.3s;
    }
    
    .klbfooterwidget .widget-title::after {
        content: '';
        position: absolute;
        right: 25px;
        top: 50%;
        width: 2px;
        height: 12px;
        background: currentColor;
        transform: translateY(-50%) scale(1);
        transition: transform 0.3s;
    }
    
    .klbfooterwidget.active .widget-title::after {
        transform: translateY(-50%) scale(0);
    }
    
    /* Animation du contenu */
    .klbfooterwidget .menu,
    .klbfooterwidget .widget--wrapper,
    .klbfooterwidget .textwidget {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 20px;
        margin: 0;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    }
    
    .klbfooterwidget.active .menu,
    .klbfooterwidget.active .widget--wrapper,
    .klbfooterwidget.active .textwidget {
        max-height: 500px;
        opacity: 1;
        padding: 0 20px 15px 20px;
    }
    
    /* Style des liens dans l'accordéon */
    .klbfooterwidget .menu li {
        padding: 5px 0;
    }
    
    .klbfooterwidget .menu a {
        display: block;
        padding: 5px 0;
        transition: padding-left 0.3s;
    }
    
    .klbfooterwidget .menu a:hover {
        padding-left: 5px;
    }
    .site-footer .footer-widgets .site-footer--wrapper {
    	padding: 4rem 0 0rem;
	}
    .klbfooterwidget.active .menu, 
    .klbfooterwidget.active .widget--wrapper, 
    .klbfooterwidget.active .textwidget {
        padding: 0;
    }
    .site-footer .footer-widgets .klbfooterwidget ul {
    	padding-left: 30px !important;
	}
	.cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-subtotal, .cart-page-wrapper .cart-form-wrapper .woocommerce-cart-form table tbody tr td.product-price {
        display: none !important;
    }
    .quantity input.qty {
    	width: 2rem  !important;
	}
}



@media (min-width: 767px) and (max-width: 1024px){
	.site-offcanvas .site-menu.mobile-menu{
		display: none;
	}
	.module--category .module--inner .category-list {
		grid-template-columns: repeat(3, 1fr);
	}
    footer .site-footer--wrapper .col-lg-2{
    	-ms-flex: 0 0 19% !important;
     	flex: 0 0 19% !important;
     	max-width: 19% !important;
    }
    footer .site-footer--wrapper .col-lg-4{
    	-ms-flex: 0 0 23% !important;
     	flex: 0 0 23% !important;
     	max-width: 23% !important;
    }
    
}







:root {
  --font-primary: "Pontano Sans", sans-serif;
  --font-secondary: "Cinzel", Sans-serif;
  --font-menu-font: "Cinzel", sans-serif;
  --font-form-font: "Cinzel", sans-serif;
  --font-button-font: "Cinzel", sans-serif;
  --font-topbar-font-size: 12px;
  --font-menu-font-size: 14px;
  --font-menu-font-weight: 400;
  --font-menu-font-spacing: 0;
  --font-sub-menu-font-size: 13px;
  --font-sub-menu-font-weight: 400;
  --font-sub-menu-font-spacing: 0;
  --font-mobile-menu-font-size: 14px;
  --font-mobile-menu-font-weight: 400;
  --font-mobile-menu-font-spacing: 0;
  --font-logo-font-size: 24px;
  --font-form-font-size: 13px;
  --font-form-font-weight: 400;
  --font-form-font-spacing: 0;
  --font-button-font-size: 11px;
  --font-button-font-weight: 700;
  --font-button-font-transform: uppercase;
  --font-button-font-spacing: 1px;
  --font-product-title-font: "Cinzel", sans-serif;
  --font-product-title-font-size: 14px;
  --font-product-title-font-weight: 600;
  --font-category-font-size: 10px;
  --font-category-font-weight: 500;
  --font-category-font-spacing: 1px;
  --font-category-font-transform: uppercase; }

:root {
  --size-topbar-height: 38px;
  --size-header-height: 120px;
  --size-navigation-height: 50px;
  --size-mobile-header-height: 56px;
  --size-desktop-logo-height: 40px;
  --size-mobile-logo-height: 32px; }

:root {
  --color-main-background: #fff;
  --color-main-text: #000;
  --color-main-border: #dee2e6;
  --color-contrast-50: #f8f9fa;
  --color-contrast-100: #f8f9fa;
  --color-contrast-200: #e9ecef;
  --color-contrast-300: #dee2e6;
  --color-contrast-400: #ced4da;
  --color-contrast-500: #adb5bd;
  --color-contrast-600: #6c757d;
  --color-contrast-700: #495057;
  --color-contrast-800: #343a40;
  --color-contrast-900: #212529;
  --color-primary: #ef4626;
  --color-primary: #b2895f;
  --color-topbar-background: #000;
  --color-topbar-color: #fff;
  --color-topbar-submenu: #fff;
  --color-topbar-submenu-text: #000;
  --color-topbar-submenu-border: #eee;
  --color-header-background: #fff;
  --color-header-color: #000;
  --color-header-active: #ef4626;
  --color-mobile-header-background: #fff;
  --color-mobile-header-color: #000;
  --color-mobile-header-border: #eee;
  --color-primary-menu: #000;
  --color-primary-menu-active: #ef4626;
  --color-primary-submenu-background: #fff;
  --color-primary-submenu: #000;
  --color-primary-submenu-active: #ef4626;
  --color-navigation-background: #fff;
  --color-navigation-border: #e5e5e5;
  --color-notification-bar: #fc745d;
  --color-notification-text: #fff;
  --color-form-border: #ddd;
  --color-form-background: #fff;
  --color-form-active-border: #000;
  --color-form-active-background: #fff;
  --color-form-placeholder: #999;
  --color-button-primary: #7b3f3f;
  --color-button-primary-color: #fff;
  --color-button-border-color: #000;
  --color-button-active: #000;
  --color-button-active-color: #fff;
  --color-site-overlay: rgba(0, 0, 0, 0.3);
  --color-offcanvas-background: #fff;
  --color-offcanvas-color: #111;
  --color-offcanvas-border: #eee;
  --color-category-color: #b2895f;
  --color-badge-onsale: #000;
  --color-footer-widget-background: #fff;
  --color-footer-widget-border: #eee;
  --color-footer-widget-color: #232323;
  --color-footer-widget-link: #000;
  --color-subfooter-background: #fff;
  --color-subfooter-border: #eee;
  --color-subfooter-color: #111;
  --color-newsletter-background: #fff;
  --color-newsletter-border: #eee;
  --color-newsletter-color: #000; 
}