@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//aylal.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,95,49);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,95,49);
	--btn-accented-bgcolor-hover: rgb(0,95,49);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://aylal.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://aylal.com/wp-content/uploads/2021/10/fashion-colored-page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.footer-container {
    background-color: #fbfbfb !important;
} 
#address-footer li { 
    align-items: baseline !important;
}
.wd-nav-product-cat .wd-nav-img {
    display: none !important;
}
.page-id-4439 fieldset.hidden-fields-container {
    display: none !important;
}
/* ───────── HIDE FOR GUESTS ───────── */
body:not(.logged-in) .premium-products {
    display: none !important;
}

/* ───────── SHOW FOR PREMIUM + ADMIN + SHOP MANAGER ───────── */
body.logged-in.role-membre_premium .premium-products,
body.logged-in.role-administrator .premium-products,
body.logged-in.role-shop_manager .premium-products {
    display: flex !important;
	  background-color: #C1272D;
}

/* ───────── HIDE FOR NORMAL CUSTOMERS ───────── */
body.logged-in.role-customer:not(.role-membre_premium) .premium-products {
    display: none !important;
}

/* ───────── DEVINIR PREMIUM BUTTON LOGIC (OPTIONAL) ───────── */
body.logged-in.role-membre_premium .membre-premium,
body.logged-in.role-administrator .membre-premium,
body.logged-in.role-shop_manager .membre-premium {
    display: none !important;
}
.page-id-8843 header{
		display: none !important;
}
.woocommerce-form-register input {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10 !important;
}
.custom-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

.custom-marquee p {
    color: #fff;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 40s linear infinite;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
@media (max-width: 576px) {
	a.btn.btn-color-default.btn-style-default.btn-style-semi-round.btn-size-default.membre-premium {
    padding: 0 !important;
    background: transparent !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-inline: 10px;
    white-space: nowrap;
    font-size: 11px;
}
body.logged-in.role-membre_premium .premium-products, body.logged-in.role-administrator .premium-products, body.logged-in.role-shop_manager .premium-products {
    display: flex !important;
    background-color: #C1272D;
    color: #fff;
    white-space: nowrap;
}
}

