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

:root {
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Marcellus SC", 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: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 20px;
	--wd-primary-color: rgb(59,15,20);
	--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: rgb(59,15,20);
	--btn-accented-bgcolor-hover: rgb(59,15,20);
	--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: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://madhavjemsjewell.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://madhavjemsjewell.com/wp-content/uploads/2021/09/jewellery-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(59,15,20);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(244,244,244);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(244,244,244);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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);
}

@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;
}
}


.custom-full-footer {
  width: 100vw;
  margin: 0 !important;
  padding: 60px 0 0;
  background: #0d0d0d;
  color: #f2f2f2;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  position: relative;
}

.footer-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 280px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fff3d9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.footer-column h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #b89d63;
  margin-top: 8px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #b89d63;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 15px;
}

.tagline {
  font-style: italic;
  margin-bottom: 15px;
  color: #ddd;
}

.footer-column p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-column i {
  color: #b89d63;
  margin-right: 6px;
}

.footer-column a[href^="tel"],
.footer-column a[href^="mailto"] {
  color: #ccc;
  text-decoration: none;
}

.footer-column a[href^="tel"]:hover,
.footer-column a[href^="mailto"]:hover {
  color: #b89d63;
}

.footer-bottom {
  margin-top: 40px;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  background: #101010;
  width: 100%;
  border-top: 1px solid #333;
}


@media (max-width: 768px) {
  .footer-inner-wrap {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    align-items: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-column h4::after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
	.custom-full-footer {
  width: 100vw;
  margin: 0 !important;
  padding: 60px 0 0;
  background: #0d0d0d;
  color: #f2f2f2;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  position: relative;
}

.footer-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 280px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fff3d9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.footer-column h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #b89d63;
  margin-top: 8px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #b89d63;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 15px;
}

.tagline {
  font-style: italic;
  margin-bottom: 15px;
  color: #ddd;
}

.footer-column p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-column i {
  color: #b89d63;
  margin-right: 6px;
}

.footer-column a[href^="tel"],
.footer-column a[href^="mailto"] {
  color: #ccc;
  text-decoration: none;
}

.footer-column a[href^="tel"]:hover,
.footer-column a[href^="mailto"]:hover {
  color: #b89d63;
}

.footer-bottom {
  margin-top: 40px;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  background: #101010;
  width: 100%;
  border-top: 1px solid #333;
}


@media (max-width: 768px) {
  
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.footer-inner-wrap {
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    align-items: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-column h4::after {
    margin-left: auto;
    margin-right: auto;
  }
}

