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

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

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//afrissance.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//afrissance.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//afrissance.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//afrissance.com/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: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--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-brd-radius: 30px;
	--wd-primary-color: rgb(143,36,126);
	--wd-alternative-color: rgb(51,144,205);
	--wd-link-color: rgb(37,182,57);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,39,120);
	--btn-accented-bgcolor-hover: rgb(0,39,120);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}



/* Specific Navigation Item: Adds spacing and rounded corners to a specific parent menu item */
li#menu-item-1010.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  padding: 0px 10% !important; /* Adds horizontal padding inside the menu item */
  border-radius: 10px !important; /* Smooth rounded corners */
}

/* Bottom Menu Container: Rounds the edges and forces block-level display */
ul#menu-bottom.menu {
  border-radius: 10px !important; /* Matches rounded design */
  display: block !important; /* Ensures the menu displays properly as a block element */
}

/* Menu Button Wrapper: Forces the button container to take up the full available width */
div.menu-button-container {
  width: 100% !important; /* Ensures the container spans full width */
}

/* Add to Cart Button: Hides the standard WooCommerce 'Add to Cart' button on product pages */
button.single_add_to_cart_button.button.alt {
  display: none !important;
}

/* Floating Language/Tool Switcher: Adjusts the vertical and horizontal positioning of the GTranslate wrapper */
div#gt_float_wrapper {
  bottom: 120px !important; 
  right: 10px !important;
}

/* Checkout/Form Steps: Ensures the background of specific substeps remains pure white */
section.fc-step__substep {
  background-color: #ffffff !important;
}

/* Main Content Layout: Removes vertical padding (top and bottom) from the primary content container */
main#main-content.wd-content-layout.content-layout-wrapper.container.wd-content-layout {
  padding-block: 0px !important;
}

/* Blog Element: Adds a uniform margin around blog-related divs for better spacing */
div.wd-blog-element {
  margin: 20px !important;
}

/* Elementor/WooCommerce Quantity Button: Hides the quantity selector next to the Add to Cart button */
div.e-atc-qty-button-holder {
  display: none !important;
}

/* Sticky/Wide Button: Forces a specific secondary 'Add to Cart' button to span the full width */
button.wsb-button.js-wsb-add-to-cart {
  width: 100% !important;
}

/* Buy Now Button: Hides the Pisol 'Buy Now' button for simple products */
button.button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_simple {
  display: none !important;
}

/* Stock Status: Centers the 'In Stock' text alignment within its container */
p.stock.in-stock.wd-style-default {
  text-align-last: center !important;
}

/* Quick Purchase Button: Hides the specific WoodMart 'Buy Now' button to streamline the checkout flow */
button#wd-add-to-cart.wd-buy-now-btn.button.alt {
  display: none !important;
}