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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 18px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(209,44,44);
	--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(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--wd-form-brd-width: 2px;
	--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: rgb(30,115,190);
	background-image: url(https://aadishaktipeethmaapurvideviji.com/wp-content/uploads/2021/08/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(140,28,28);
	background-image: url(https://aadishaktipeethmaapurvideviji.com/wp-content/uploads/2025/04/vs1.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(142,28,28);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1321px;
--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);
--wd-brd-radius: 0px;
}

@media (min-width: 1321px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1321px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1321px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


img {
    transition: transform 0.3s ease-in-out;
}

img:hover {
    transform: scale(1.05);
}


.wd-side-hidden {
    background-color: #fff879;
}

.font10 h1 {
    font-weight: 800;
    font-size: 37px;
    color: #FF671F;
    border-bottom: 4px #ff671f dotted;
    width: fit-content;
    margin: auto;
    line-height: 70px;
}


h1.bgcolorv1 {
    color: #ff7403;
}


.site-content {
    margin-bottom: 00px;
}

.page-title {
    margin-block: -40px 0px;

}










.kirikiri {
  position: fixed;
  top: -50px;
  font-size: 24px;
  animation: fall linear infinite;
  z-index: 9999;
  pointer-events: none;
  color: #f4c430;
}

@keyframes fall {
  0% {
    transform: translateY(-100px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}@media (min-width: 1025px) {
	.wd-nav>li{
    display: flex;
    flex-direction: row;
    background: #8a1a8c;
    padding: 0px 28px;
    border-radius: 30px 3px;
}



.wd-nav>li:hover {
    display: flex
;
    flex-direction: row;
    background: #ff2de8;
    padding: 0px 28px;
    border-radius: 30px 3px;
}
}

@media (max-width: 576px) {
	.wd-tools-element>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #000000!important;
    line-height: 1;
    padding-inline: 10px;
}

.wd-nav>li>a {
    font-weight: 600;
    font-size: 18px!important;
}

.wd-nav-mobile>li, .wd-nav-mobile>li>ul li {
    display: flex;
    flex-wrap: wrap;
    background: #9b00002e;
    margin-bottom: 6px;
}


.wd-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: #5b0303;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    margin-left: 23px;
}
}

