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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(254,0,150);
	--wd-alternative-color: rgb(255,255,35);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(254,0,150);
	--btn-accented-bgcolor-hover: rgba(254,0,150,0.75);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(254,0,150);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1502px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 5px;
}

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

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


.without-title.title-size-small, .page-title-default {
	padding: 20px !important;
	box-shadow: 0 0 20px rgb(254 0 150 / 50%) !important;
}
a.wd-sticky-add-to-cart.button.alt, a.button.wc-backward, a.button.checkout.wc-forward, button.button, button#place_order, a.checkout-button.button.alt.wc-forward, a.btn.btn-size-small.btn-color-primary.wc-backward, button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    box-shadow: 0px 7px 30px 0px #fe009669 !important;
}
.wd-nav-img, .mega-menu-list img {
    display: inline-block;
    margin-left: 7px;
    max-height: 60px;
    width: auto !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}
.wd-nav>li>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 2.2 !important;
}
.single-product .product-image-summary-inner {
    border: 2px solid #fe00961f;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 7px 25px #fe009621;
}
.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: 0 0 20px rgb(254 0 150 / 50%) !important;
}

.btnnomo {
  transition: all .25s ease;
}
@keyframes blink {
  from {
    opacity: 1; /* دکمه کاملاً قابل مشاهده */
  }
  to {
    opacity: 0; /* دکمه کاملاً پنهان */
  }
}
.btnnomo {
  -moz-animation: blink normal 3s infinite ease-in-out;
  -webkit-animation: blink normal 3s infinite ease-in-out;
  -ms-animation: blink normal 3s infinite ease-in-out;
  animation: blink normal 3s infinite cubic-bezier(.4,0,.2,1);
}