


/* sheng: nav*/
.wd-nav.wd-nav-main > li.current-menu-item > a {
    color: black;
		text-decoration: none!important;
}

/* sheng: below customization is related to mobile header*/

@media only screen and (max-width: 1024px) {
.wd-tools-element>a {
    padding-inline: 7px;
}

.wd-header-html {
    padding-inline: 7px;
    padding-inline-start: 7px;
    padding-inline-end: 7px;
}
	
.site-logo {
    padding-inline: 7px;
}
	

}

.wcml-dropdown li {
    border: none;
}

/* sheng: END customization is related to mobile header*/


/* met: store notice layer for bottom*/
		.woocommerce-store-notice {
    z-index: 3510000000!important;
}		


/* met: product page meta showing */
.product_meta>span.sku_wrapper {
    display: none;
}

/* met: Mobile menu layer */
@media only screen and (max-width: 740px) {
.wd-side-hidden {
    width: 93%;
    z-index: 9999999;
}
}
@media (max-width: 1024px) {
    .wd-side-hidden {
        --wd-side-hidden-w: min(400px, 80vw);
    }
}


/* met: tags underline */
.product_meta a {
    text-decoration: underline;
}


/* met: product page attributes margin- size - popular brand hidden */
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size {
    display: none;
}
tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_popular-fragrances {
    display: none;
}


/* sheng: hide author in blog post*/
li.meta-author {
    display: none;
}

.title-blog {
    display: none;
}


/* met: Page Title - size*/
.title-size-small .title {
    font-size: 26px;
}

/* met: Gift Card Hidden Hidden*/
.add_gift_card_form {
    display: none;
}

/* darker link colour*/
a {
    color: black;
}

/* met: Shopfilter Sorting Display*/
div#WOODMART_Widget_Sorting {
    display: none;
}

/* hide recaptcha box */
.grecaptcha-badge { visibility: hidden; }


/* met: hide check out on mini cart*/
a.button.checkout.wc-forward {
    display: none;
}

/* met: woocommerce notice price color*/
span.woocommerce-Price-amount.amount {
    color: black;
}

/* met: checkout remove products hidden*/
.wd-checkout-remove-btn:after {
    display: none;
}

/* met: Hide Brand Meta*/

span.posted_in {
    display: none;
}

/* met: Cart Page loyalty text design*/
.wlr-message-info.wlr_points_rewards_earn_points {
    font-size: 12px!important;
    font-weight: 450!important;
}
.wlr-message-info.wlr_point_redeem_message {
		font-size: 12px!important;
    font-weight: 450!important;
}

/* met: Woocommerce Notice Error - link black*/

ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) li > a {
    color: black!important;
}



/* met: Sticky add to Cart Button*/

a.wd-sticky-add-to-cart.button.alt {
    color: white;
}

/* met: Checkout header footer - product images hidden*/
.woocommerce-checkout .whb-main-header {
    display: none;
}

.woocommerce-checkout .footer-container {
    display: none;
}
.wd-checkout-prod-img {
    display: none;
}

/* Sheng - capitalize headings of tag page titles*/
h1.entry-title.title {
    text-transform: capitalize;
}

/* Met - hide pay button in my account page*/
a.woocommerce-button.button.pay {
    display: none;
}

/* Met - search box dropdown background color */
.autocomplete-suggestions {
    background-color: white;
}
.autocomplete-suggestions:active {
    background-color: white;
}
.autocomplete-suggestions:hover {
    background-color: white;
}

/* Met - Notify button for out of stock items */
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff;
    background-color: #E6E3DA;
    border-color: #000000;
}
.cwginstock-panel-heading h4 {
    color: #000000;
}
.cwgstock_button {
    background-color: black;
}
input.cwgstock_button {
    color: white;
}

/* Met - No product found search box hidden */
.no-products-footer {
    display: none;
}
.elementor-countdown-wrapper {
    display: none !important;
}
#ppcoupon {
	height:1px;
	width:1px;
	overflow:hidden;
}

/* Met - author info  */
li.meta-author {
    display: none;
}
li.meta-reply {
    display: none !important;
}

/* Met - labels  */
span.onsale.product-label {
    display: none;
}
.wd-carousel-inner  span.attribute-label.product-label.label-term-flash-sale.label-attribute-pa_label {
	display: none;
}
.wd-gallery-images	.wd-carousel-inner span.attribute-label.product-label.label-term-summer.label-attribute-pa_seasonal-type {
  display: none;
}


/* Desktop */
@media only screen and (min-width: 1025px) {
	
.wd-carousel-inner  span.attribute-label.product-label.label-term-summer.label-attribute-pa_seasonal-type {
	top: 20em;
}
	
span.attribute-label.product-label.label-term-summer.label-attribute-pa_seasonal-type {
    background: transparent;
    color: #959595;
    position: absolute;
    width: max-content;
    top: 21em;
}
span.attribute-label.product-label.label-term-flash-sale.label-attribute-pa_label {
    background: transparent;
    color: #959595;
    position: absolute;
    width: max-content;
    top: 21em;
    left: 17em;
}
span.attribute-label.product-label.label-term-just-arrive.label-attribute-pa_label {
    font-size: 0.75em;
}
}

/* Mobile */
@media only screen and (max-width: 1024px) {

.wd-carousel-inner  span.attribute-label.product-label.label-term-summer.label-attribute-pa_seasonal-type {
	top: 24em;
}
	
span.attribute-label.product-label.label-term-summer.label-attribute-pa_seasonal-type {
    background: transparent;
    color: #959595;
    position: absolute;
    width: max-content;
    top: 14em;
}
span.attribute-label.product-label.label-term-flash-sale.label-attribute-pa_label {
    background: transparent;
    color: #959595;
    position: absolute;
    width: max-content;
    top: 14em;
    left: 11em;
}
span.attribute-label.product-label.label-term-just-arrive.label-attribute-pa_label {
    font-size: 0.7em;
}
}

span.attribute-label.product-label.label-term-new.label-attribute-pa_label {
    background-color: red;
}




/* Met - labels finished */

/* Met - for blog posts - Button CSS */
.wp-block-button {
  padding: 15px;
  text-align: center;
}

.wp-element-button {
  background-color: #e6e3da;
  font-family: sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 30px;
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  transition: background-color 0.4s ease, color 0.3s ease;
}

.wp-element-button:hover {
  background-color: #959595;
  color: white;
}

/* Met - Remove OWL Carousel White Shadow */
.wd-carousel-dis-mb .wd-carousel-wrap {
    mask-image: unset;
    -webkit-mask-image: unset;
}

/* Met - Remove author name from blogs */
li.meta-author {
    display: none;
}

/* Load More Button Style */

a.btn.wd-load-more.wd-products-load-more.load-on-click {
    BACKGROUND-COLOR: #e6e3da !important;
    color: #5c5c5c;
    font-weight: 400;
    width: 100%;
    border-radius: 100px;
}
/* navigation  Style */
.italic-all-nav {
    text-decoration: underline;
    font-style: italic;
    color: black;
}

/* Met - Nav Sales Button  */
@media only screen and (max-width: 1024px) {
	li[class*="sales-menu"] {
    background-color: transparent;
}

li[class*="sales-menu"] > a  {
    color: #db2421 !important;
}
}
@media only screen and (min-width: 1025px) {
li[class*="sales-menu"] {
    background-color: transparent;

}

li[class*="sales-menu"] > a{
    color: #db2421 !important;
}
}

//* Varitaion font *//
span.wd-swatch-text {
    font-weight: 300!important;
		padding: 5px !important;
}
.wd-swatch.wd-tooltip.wd-text {
    font-weight: 400 !important;
}

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-bg-style-2 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-2 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
    --wd-swatch-brd-color: #dbe0e5;
}

//* Breadcrump Last *// 

.breadcrumb_last {
    display: none!important;
}

.wd-swatch.wd-text.wd-disabled {
    display: none !important;
}



form.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon {
    font-family: 'Playfair Display';
}


#woodmart-woocommerce-layered-nav-23 span.wd-swatch-text  {
    font-weight: 400;
    color: #959595;
		--wd-swatch-brd-color: #959595;
}