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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend Deca", 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: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(255,106,0);
	--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,40,120);
	--btn-accented-bgcolor-hover: rgb(0,87,137);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 125px;
}
.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: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.product-grid-item .price .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
	color: rgb(0,40,120);
}
html .product.wd-product del, html .product.wd-product del .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
	color: rgb(255,106,0);
}
.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: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

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


.woocommerce-product-gallery .owl-carousel .product-image-wrap {
    width: 400px;
}
.woocommerce-product-gallery .owl-carousel {
	border-radius: 20px !important;
}
slick-slide img {
	border-radius: 10px !important;
}
.thumbs-position-left.wd-has-thumb>.col-lg-9 .woocommerce-product-gallery__wrapper {
    margin-left: -10px !important;
}
.elementor-accordion .elementor-accordion-item {
    border: /*1px solid #d4d4d4*/ none !important;
}
.slick-next::before, .slick-prev::before {
	color: #ff6a00 !important;
}
.thumbnails.slick-slider>button {
	background-color: transparent !important;
}
.thumbnails.slick-slider>button:before {
	font-size: 15px !important;
}
.col-lg-9 {
	  flex: 0 0 72% !important;
    max-width: 72% !important;
}
.col-lg-3 {
    max-width: 28% !important;
}
/*Thumbnail border single products */
.woocommerce-product-gallery .product-image-thumbnail:hover {
	border: 1.5px solid var(--btn-shop-bgcolor) /*rgb(0, 40, 120)*/ !important;
}
.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	border: 1.5px solid rgb(255, 106, 0) !important;
}
span.seller-details {
	font-size: smaller;
}