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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--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: 900;
	--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(54,56,66);
	--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: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://mukabumi.sitedemo.com.my/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://mukabumi.sitedemo.com.my/wp-content/uploads/2021/07/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
: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: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-header-nav.wd-header-main-nav.text-right.wd-design-1 {
    opacity: 0;
		/* padding-top: 40px !important; */
}

.wd-header-nav.wd-header-main-nav.text-right.wd-design-1:hover {
    opacity: 1;
}


/* all others */
.ez-toc-sticky-toggle-counter nav ul li a::before {
	display: none !important;
}

.ez-toc-sticky-fixed .ez-toc-sidebar .ez-toc-sticky-title-container {
    background-color: #363842;
}

p.ez-toc-sticky-title,
a.ez-toc-close-icon {
    color: #fff !important;
}



div#ez-toc-sticky-container {
    width: 100% !important;
    text-align: center;
}

#mobilevers {
	display: none !important;
}

.scroll-image {
  opacity: 0.3;
  transform: scale(0.7);
  transition: all 1s ease-in-out;
}

.image-container {
  scroll-margin-top: 10px; /* helps trigger earlier */
}

.image-container:has(.scroll-image:is(:hover, :focus-visible, :active)) .scroll-image,
.image-container:hover .scroll-image,
body:has(.image-container:has(.scroll-image:hover)) .scroll-image {
  opacity: 1;
  transform: scale(1);
}

.scroll-text {
  opacity: 0.3;
  transform: scale(0.7);
  transition: all 1s ease-in-out;
}

.text-container {
  scroll-margin-top: 50px;
}

/* Same pattern as image */
.text-container:has(.scroll-text:is(:hover, :focus-visible, :active)) .scroll-text,
.text-container:hover .scroll-text,
body:has(.text-container:has(.scroll-text:hover)) .scroll-text {
  opacity: 1;
  transform: scale(1);
}


/* all banner */
.vc_row.home-banner {
    z-index: 999;
}

/* all menu */
.wd-header-nav.wd-header-main-nav {
    text-align: right !important;
}

.whb-general-header {
    border: none !important;
}

.wd-nav.wd-gap-l {
    gap: 130px !important;
    padding-right: 200px;
}

span.nav-link-text,
.footerrow li {
    font-weight: 500 !important;
    text-transform: none !important;
    font-family: 'Avenir' !important;
}

span.nav-link-text:hover,
.footerrow li:hover {
    font-weight: 900 !important;
}

span.nav-link-text:hover::after,
.footerrow li a:hover::after {
    content: ".";
    background-image: url(https://mukabumi.sitedemo.com.my/wp-content/uploads/2025/06/menu-icon.png) !important;
    position: absolute !important;
    width: 100%;
    color: transparent !important;
    background-size: 8px;
    background-repeat: no-repeat !important;
    margin-left: 10px !important;
    bottom: 5px;
}


/* all font */
h1 {
    font-family: Avenir !important;
		margin-bottom: 5px !important;
	  text-align: center !important;
    font-weight: 900 !important;
}

h2 {
    font-family: 'Avenir' !important;
}

h3 {
    margin-bottom: 5px !important;
    font-family: 'Avenir';
}

p {
    font-family: 'Century Gothic' !important;
    margin-bottom: 10px !important;
		text-align: center !important;
}

h4.woodmart-title-container {
    font-family: 'Avenir' !important;
    padding: 0px 20px !important;
}

.wd-title-style-bordered .liner-continer:before, .wd-title-style-bordered .liner-continer:after {
    border-color: #000 !important;
}


/* all image */
.wpb_single_image {
    margin-bottom: 15px !important;
}

img.vc_single_image-img.attachment-full {
    width: 100% !important;
}

/* all footer */
.footerrow .wpb_single_image {
    width: 10% !important;
    margin: auto;
}

.footerrow ul#menu-mukabumi-menu-2 {
    columns: 4 !important;
    text-align: center !important;
    padding-top: 40px;
}

.vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0px !important;
}

footer.footer-container.color-scheme-dark {
    padding-top: 60px !important;
}

.min-footer {
    font-family: 'Century Gothic' !important;
    color: rgb(53, 56, 66);
    font-weight: bold !important;
}

.footerrow a {
    color: #333 !important;
}@media (min-width: 1025px) {
	/* .ez-toc-sidebar {
    width: 200px !important;
} */

#ez-toc-sticky-container a {
        font-family: Avenir !important;
        font-weight: bold !important;
        line-height: 35px !important;
        display: block !important;
        width: 80% !important;
        text-align: center !important;
    }

.ez-toc-sticky-title-container {
    padding-left: 35px !important;
}

/* all menu */
li#menu-item-9705,
li.menu-item-9705 {
    display: none !important;
}

/* all font */
h1 {
    font-size: 36px !important;
}

h3 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-family: 'Avenir';
}


    p {
        font-size: 12px !important;
        line-height: 1.3;
    }

.color-scheme-light p {
    color: #fff !important;
}

.color-scheme-light p a:hover {
    color: rgb(155, 163, 183) !important;
		text-decoration: underline !important;
}


h4.woodmart-title-container {
    font-size: 36px !important;
}

span.nav-link-text,
.footerrow li {
    font-size: 16px !important;
}

.min-footer {
    font-size: 12px !important;
}

}

@media (max-width: 576px) {
	/* .ez-toc-sidebar {
    width: 200px !important;
} */

#ez-toc-sticky-container a {
    font-family: Avenir !important;
    font-weight: bold !important;
    line-height: 35px !important;
}

.ez-toc-sticky-title-container {
    padding-left: 35px !important;
}

/* all others */

div#mobilevers {
	display: inherit !important;
}

div#desktopvers {
	display: none !important;
}

.vc_row.wpb_row.vc_row-fluid.home-banner {
    margin-bottom: 0px !important;
}

/* all menu */
.whb-column.whb-mobile-left.whb-hidden-lg {
    margin-left: 70px;
}

.whb-column.whb-mobile-right.whb-hidden-lg {
    margin-right: 70px;
}

.mobile-nav.wd-side-hidden.wd-left.wd-opener-arrow.wd-opened {
    width: 100%;
    height: fit-content !important;
}


    li.menu-item-9705 {
        background-image: url(https://mukabumi.sitedemo.com.my/wp-content/uploads/2025/06/logo-1.png) !important;
        background-size: 80%;
        position: absolute !important;
        top: 10px;
        z-index: 9 !important;
        background-repeat: no-repeat !important;
        margin-left: 95px;
				width: fit-content !important;
    }
li.menu-item-9705 a {
        opacity: 0 !important;
        font-size: unset !important;
    }

.wd-heading {
    margin-right: 45px;
    border: none !important;
}

.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    border: none !important;
    text-align: center !important;
    display: block !important;
    align-content: center !important;
    font-size: 18px;
}

ul#menu-mukabumi-menu-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* all font  */
h3 {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

h2 {
    font-size: 14px !important;
}

h4.woodmart-title-container {
    font-size: 24px !important;
    padding: 0px !important;
}

h1 {
    margin-bottom: 0px !important;
    font-size: 24px !important;
}

    p {
        font-size: 12px !important;
        line-height: 1.3;
        text-align: center !important;
    }

.wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}

.wpb-js-composer .title-wrapper {
    margin-bottom: 15px !important;
}

/* all empty space */
.vc_empty_space {
    display: none !important;
}

/* all column / all row / all text container */
.wpb_text_column.wpb_content_element {
    padding: 0px !important;
}
	
	.vc_column-inner {
    padding: 0px 15px 0px !important;
}

.liner-continer {
    margin-top: 35px !important;
}
.vc_row.wpb_row.vc_row-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vc_row.wpb_row.vc_row-fluid.wd-section-stretch-content .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.vc_row.wpb_row.vc_row-fluid .vc_column-inner {
    padding: 0px 15px !important;
}


/* all image */
 
/* .wpb_single_image {
    margin-bottom: 35px !important;
}*/

    .equal-image .vc_col-sm-6 {
        width: 50% !important;
        float: left !important;
    }

.vc_row.wpb_row.vc_row-fluid.equal-image {
    padding: 0px 7.5px !important;
}

.vc_row.wpb_row.vc_row-fluid.equal-image .vc_column-inner {
    padding: 0px 7.5px !important;
}

.wpb_single_image {
    margin-bottom: 15px !important;
}

.equal-image .vc_col-sm-7 {
    float: left !important;
    width: 60% !important;
}

.equal-image .vc_col-sm-5 {
    width: 40% !important;
    float: left !important;
}

.wpb_single_image.vc_align_left {
    padding-left: 0px !important;
}

.equal-image .vc_col-sm-8 {
    width: 70% !important;
	    float: left !important;
}

.equal-image .vc_col-sm-4 {
    width: 30%;
    float: left !important;
}

/* all video */

.wd-el-video {
    margin-bottom: 15px !important;
}

/* all footer */
li.menu-item-9705 {
	display: none !important;
}

.footerrow .wpb_single_image {
    width: 25% !important;
}

.footerrow ul#menu-mukabumi-menu-2 {
    columns: 1 !important;
}

.min-footer {
    font-size: 12px !important;
}
}

