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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//shopiwell-ecom.tn/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(40, 40, 40);
	--wd-text-font-size: 14px;
	--wd-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--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: "Ubuntu", 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: "Lato", 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(143,0,255);
	--wd-alternative-color: rgb(187,80,239);
	--wd-link-color: rgb(50,205,50);
	--wd-link-color-hover: rgb(0,204,0);
	--btn-default-bgcolor: rgb(187,80,239);
	--btn-default-bgcolor-hover: rgb(143,0,255);
	--btn-accented-bgcolor: rgb(187,80,239);
	--btn-accented-bgcolor-hover: rgb(143,0,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://shopiwell-ecom.tn/wp-content/uploads/2021/09/marketplace-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-image: url(https://shopiwell-ecom.tn/wp-content/uploads/2024/08/topbanner-shopiwell-vert.png);
	background-size: cover;
	background-attachment: inherit;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(143,0,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.featured {
	background-color: rgb(255,215,0);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

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


#contact-form-bt
{
    color: white;
    background-color: rgb(143,0,255);
   
}

label[for="shipping-phone"] {
    visibility: hidden; /* Hide the original label text */
    position: relative; /* Allow us to position new text */
}

label[for="shipping-phone"]::after {
    content: "Numéro de téléphone"; /* New label text */
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    /*color: black; /* You can adjust color as needed */
    /*font-weight: bold;*/
}

.out-of-stock.product-label { 
    display: none;
}
.stock.out-of-stock.wd-style-default {
    font-size: 16px; /* Increase font size */
    font-weight: bold; /* Make text bold */
    text-transform: uppercase; /* Make text uppercase */
    /*color: #ff0000; /* Optional: Change text color to red */
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
    .stock.out-of-stock.wd-style-default {
        font-size: 16px; /* Slightly smaller font for tablets */
    }
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .stock.out-of-stock.wd-style-default {
        font-size: 14px; /* Smaller font for mobile */
    }
}

.stock.available-on-backorder.wd-style-default {
    font-size: 16px; /* Increase font size */
    font-weight: bold; /* Make text bold */
    text-transform: uppercase; /* Make text uppercase */
    color: orange !important;
}
/* Tablet view adjustments */
@media (max-width: 1024px) {
    .stock.available-on-backorder.wd-style-default {
        font-size: 16px; /* Slightly smaller font for tablets */
    }
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .stock.available-on-backorder.wd-style-default {
        font-size: 14px; /* Smaller font for mobile */
    }
}

/* Hide WooCommerce Products Header */
.woocommerce-products-header {
    display: none;
}
@media (min-width: 1025px) {
	.wd-sub-menu li>a {
    color: var(--sub-menu-color);
    font-size: 14px;
    line-height: 1.3;
}
.wd-nav.wd-nav-vertical>li>a {
	font-size: 16px;
}
/*.wd-nav-img {
    width: 32px !important;
    height: 32px !important;
}*/

}

@media (min-width: 768px) and (max-width: 1024px) {
	/*.header-banner {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important; /* Remove it from the document flow
        top: 0;
        left: 0;
    }*/
}

@media (max-width: 576px) {
	/*.header-banner {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important; /* Remove it from the document flow
        top: 0;
        left: 0;
    }*/
}

