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

:root {
	--wd-text-font: 'Bookman Old Style', serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #000000;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #0c0c0c;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Metal", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(255,225,0);
	--wd-alternative-color: rgb(255,229,0);
	--wd-link-color: rgb(255,225,0);
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Archivo Black", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(255,208,0);
	--btn-default-bgcolor-hover: rgb(255,229,0);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(0,0,0);
	--btn-accented-font-family: "Archivo Black", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: rgb(255,195,0);
	--btn-accented-bgcolor-hover: rgb(255,56,56);
	--btn-accented-color: rgb(0,0,0);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #198754;
	--notices-success-color: #fff;
	--notices-warning-bg: #cc0000;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(255,178,0);
	background-image: url(https://ibuyjewellery.com.my/wp-content/uploads/2024/09/background-7.png);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-image: none;
	background-repeat: inherit;
	background-size: cover;
	background-attachment: fixed;
}
body[class*="wrapper-boxed"] {
	background-image: url(https://ibuyjewellery.com.my/wp-content/uploads/2026/01/Gemini_Generated_Image_5rssi55rssi55rss.png);
	background-size: contain;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: contain;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-image: none;
	background-size: contain;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1160px;
--wd-form-brd-radius: 0px;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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: 1160px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1160px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1160px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.whb-color-light .navigation-style-underline .item-level-0>a{
    color:black !important;
}

.whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after {
    background-color: #ffb6c1 !important;
}

.product-tabs-wrapper{
	display:none !important;
}

/* Style the social login buttons container */
.the_champ_outer_login_container {
    margin-top: 10px; /* Add space between "Log in" button and social buttons */
}

/* Adjust position of the social login buttons */
.theChampLogin {
    display: block;
    margin-top: 10px; /* Add space between social buttons */
}

/* Align social buttons to the center */
.the_champ_login_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap to the next line */
}

/* Clear floating elements */
.the_champ_login_container::after {
    content: "";
    display: table;
    clear: both;
}

/* Style the social login buttons container */
.the_champ_outer_login_container {
    text-align: center; /* Center-align the buttons */
    margin-top: 10px; /* Add space between "Log in" button and social buttons */
}

/* Style the social login buttons */
.theChampLogin {
    display: inline-block; /* Display buttons in a row */
    margin: 5px; /* Add spacing between buttons */
    padding: 10px; /* Add padding around the buttons */
    border: 1px solid #ccc; /* Add border to the buttons */
    border-radius: 5px; /* Add rounded corners */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s, border-color 0.3s; /* Add transition effect */
}

/* Change background color and border color on hover */
.theChampLogin:hover {
    background-color: #f0f0f0;
    border-color: #999;
}


/* Style the social login buttons container */
.the_champ_outer_login_container {
    text-align: center; /* Center-align the buttons */
    margin-top: 10px; /* Add space between "Log in" button and social buttons */
}

/* Style the social login buttons */
.theChampLogin {
    display: inline-block; /* Display buttons in a row */
    margin: 5px; /* Add spacing between buttons */
    padding: 10px; /* Add padding around the buttons */
    border: 1px solid #ccc; /* Add border to the buttons */
    border-radius: 5px; /* Add rounded corners */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s, border-color 0.3s; /* Add transition effect */
}

/* Change background color and border color on hover */
.theChampLogin:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

/* Style the inner design of the social login buttons */
.theChampLogin i {
    font-size: 20px; /* Adjust icon size */
    margin-right: 5px; /* Add spacing between icon and text */
}

.theChampLogin span {
    font-weight: bold; /* Make the text bold */
}

.whb-color-dark .navigation-style-underline .item-level-0>a {
    color: #333;
		font-weight: bold;
}

.price {
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.price .amount {
    color: #000000 !important;
}@media (min-width: 1025px) {
	// About Us Page
.section-title-aboutus {
		margin-top:70vh;
}
}

@media (max-width: 576px) {
	.related-and-upsells>div:first-child {
    padding-top: 40px;
    border-top: 40px;
}

.footer-sidebar {
    padding-top: 5px;
    padding-bottom: 5px;
}

// About Us Page
.about-us-box {
	margin-top: 0vh !important; 
	padding-top: 0vh !important;
}

.section-title-aboutus {
	margin-top: 0vh !important;
}
}

