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

:root {
	--wd-text-font: "Mont Light", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(107,107,107);
	--wd-text-font-size: 12px;
	--wd-title-font: "Playfair Display SC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Mont Semi Bold", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Mont Semi Bold", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Mont Semi Bold", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(114,170,189);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: rgb(114,170,189);
	--btn-default-bgcolor: rgb(51,51,51);
	--btn-default-bgcolor-hover: rgb(36,36,36);
	--btn-accented-bgcolor: rgb(140,167,179);
	--btn-accented-bgcolor-hover: rgb(123,162,178);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(89,133,200);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.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: 1000px;
	--wd-popup-padding: 0px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
.page-title-default {
	background-color: rgb(227,232,236);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(114,170,189);
	background-image: none;
}
html .page-title > .container > .title {
	font-weight: 600;
	color: rgb(89,133,200);
}
html table th {
	text-transform: capitalize;
}
.wd-checkout-steps li {
	text-transform: capitalize;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: capitalize;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(51,51,51);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 50px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgba(255,255,255,0.5);
	--wd-arrow-radius: 25px;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 15px;
	--wd-arrow-size: 50px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 0px;
	--wd-arrow-offset-v: 15px;
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgba(255,255,255,0.5);
	--wd-arrow-radius: 25px;
}
.wd-nav-scroll {
	--wd-nscroll-width: 45%;
}
.product-labels .product-label.onsale {
	background-color: rgb(114,170,189);
}
.product-labels .product-label.new {
	background-color: rgb(114,170,189);
}
.product-labels .product-label.featured {
	background-color: rgb(114,170,189);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(114,170,189);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}

@media (max-width: 1024px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 14px;
	--wd-arrow-offset-h: -35px;
	}
	.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 42px;
	--wd-arrow-offset-v: 5px;
	}

}

@media (max-width: 768.98px) {
	.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
		--wd-arrow-gap: 10px;
	--wd-arrow-icon-size: 14px;
	}

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

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

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


@font-face {
	font-family: "PERTILI";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/PERTILI.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Mont Black";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Black.woff2") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mont Black Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-BlackItalic.woff2") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mont Bold";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Bold.woff2") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Mont Bold Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-BoldItalic.woff2") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Mont Book";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Book.woff2") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Mont Book Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-BookItalic.woff2") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Mont Extra light";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-ExtraLight.woff2") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Mont Extra light Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-ExtraLightItalic.woff2") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Mont Heavy";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Heavy.woff2") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Mont Heavy Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-HeavyItalic.woff2") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Mont Light";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Light.woff2") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Mont Light Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-LightItalic.woff2") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Mont Regular";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/mont-regularitalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mont Regular Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/mont-regularitalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Mont Semi Bold";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/mont-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Mont Semi Bold Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/mont-semibolditalic.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Mont Thin";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Mont Thin Italic";
	src: url("//mounajewelers.com/wp-content/uploads/2024/07/Mont-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

html .page-title > .container > .title {
    font-size: 14px !important;
}

.wd-checkout-steps li span {
    font-size: 14px !important;
}

.woocommerce-MyAccount-title {
    font-size: 14px !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 12px !important;
}

.wd-empty-page {
    font-size: 18px !important;
}

.woocommerce-MyAccount-title {
    font-size: 14px !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 12px !important;
}

table th {
    font-size: 14px !important;
}

.cart-totals-inner>h2 {
     font-size: 14px !important;
}

tr.order-total th {
    font-size: 14px !important;
}

tr.order-total strong .amount {
    font-size: 14px !important;
}

.product_title {
    font-size: 18px !important;
}

div.wpforms-container-full .wpforms-field-label {
    font-size: 12px !important;
    font-family: 'Mont Semi Bold' !important;
}

.wpforms-container .wpforms-form em.wpforms-error, .wpforms-container .wpforms-form .wpforms-field-sublabel {
    font-size: 10px !important;
}

body .select2-container--default .select2-selection--single {
    font-size: 12px !important;
}


input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    font-size: 12px !important;
}
h3 {
    font-size: 16px !important;
}

#ship-to-different-address {
    display: none !important;
}

.wd-entities-title a {
    font-size: 14px !important;
}

.widgettitle, .widget-title {
    font-size: 14px !important;
}

.wd-nav[class*="wd-style-"]>li>a {
    font-size: 12px !important;
}

.wd-tools-element .wd-tools-icon:before {
    font-size: 14px !important;
}

body #acwp-toolbar-btn-wrap {
    top: 750px !important;
}

img {
    margin-top: -8px !important;
}

.wd-sub-menu li>a {
    font-size: 12px !important;
}

.plugify_header_h4 {
    display: none !important;
}

.plugify_footer_h4 {
    display: none !important;
}

.woosppo_main_parent_divv hr {
    display: none  !important;
}

hr {
    display: none  !important;
}
#idis_plfy {
	border: 1px solid rgb(255 255 255) !important;
    background-color: rgb(255 255 255) !important;
}

.woosppo_main_parent_divv {
	 padding: 0px !important;
}

div.quantity :is(input[type="number"],input[type="text"]) {
    height: 40px !important;
}

div.quantity input[type="button"] {
	height: 30px  !important; }

.woosppo_class_main_for_all_fields {
    width: 10% !important;
max-width: 20% !important;
}

select {
    height: 30px !important;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    min-height:  40px !important;
}

.cart-actions .coupon .input-text {
    height: 30px !important;
 min-height:  30px !important;
}

#wpadminbar ul#wp-admin-bar-root-default>li {
    display: inline !important;
}


.wd-sub-menu li>a {
position: relative;
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
	color: #0e0e0e !important;}

.posted_in {
    display: none !important;
}

.wpforms-form label {
color: Black !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #72aabd !important;
    font-size: 12px !important;
}

html .page-title > .container > .title {
    color: #72aabd !important;
}

.wpforms-container.inline-fields .wpforms-submit {
    height: 42px !important;
}

.ui-timepicker-wrapper {
    width: 10.5em !important;
}

.wd-builder-off .woocommerce-result-count {
    display: block !important;}