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

:root {
	--wd-text-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 13px;
	--wd-title-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Gantari", 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: "Gantari", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Gantari", 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: 14px;
	--wd-header-el-font: "Gantari", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 11px;
	--wd-primary-color: rgb(204,134,138);
	--wd-alternative-color: rgb(204,134,138);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(204,134,138);
	--btn-default-bgcolor-hover: rgb(204,134,138);
	--btn-accented-bgcolor: rgb(204,134,138);
	--btn-accented-bgcolor-hover: rgb(204,134,138);
	--wd-form-brd-width: 1px;
	--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: 214px;
}
.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;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(204,134,138);
	background-image: none;
}
.product-labels .product-label.out-of-stock {
	background-color: F15152;
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 12px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 113px;
	--wd-thumbs-height: 421px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--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-prefooter.woodmart-prefooter {
    background: #000 !important;
}

a .whats-app.developer {
    position: fixed !important;
    width: 50px;
    height: 50px;
    bottom:50px;
    right: 24px;
    background-color: #25d366 !important;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/********************* MEGA MENU CSS  ***************************/
.menu .wd-wpb.wd-rs-6465d6ccc41d4{
	   display: flex !important;
    justify-content: space-around !important;
}

.menu .wd-wpb.wd-rs-644761df68847 #woocommerce_price_filter-2{
display:none !important;
}

.menu .wd-filter-search.wd-search{
display:none !important;
}
/********************* MEGA MENU CSS  ***************************/


.stripe-card-group,.wc-stripe-elements-field, .wc-stripe-iban-element-field{
width:100% !important;
}

/****** Test Filters*****/
html .tiara-jewellery-shape {
	width:80%;
}



.product-label.onsale:before {
	display:none;
}

html .product-label.onsale  {
color:white !important;
	font-size:7pox !important;
}


html .product-wrapper {
	padding:7px!important;
}

@media (max-width: 576px) {
	/* Create close button */
.mobile-nav-wrapper::after {
    content: "✖";
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 9999;
    pointer-events: auto;
}

/* Make sure it’s clickable */
.mobile-nav-wrapper {
    position: relative;
}

}

