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

:root {
	--wd-text-font: "wm-font", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(73,73,73);
	--wd-text-font-size: 18px;
	--wd-title-font: "wm-font", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "wm-font", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "wm-font", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "wm-font", 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: 18px;
	--wd-header-el-font: "wm-font", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(156,27,27);
	--wd-alternative-color: rgb(221,51,51);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(16,108,216);
	--btn-accented-bgcolor-hover: rgb(15,98,197);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(51,51,51);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(234,234,234);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 8px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: wm-font !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: wm-font !important;
}

.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "wm-font";
	src: url("//westmetalco.webaim.ir/wp-content/uploads/2025/03/YekanBakh-VF.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "wm-font";
	src: url("//westmetalco.webaim.ir/wp-content/uploads/2025/03/YekanBakh-VF.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "wm-font";
	src: url("//westmetalco.webaim.ir/wp-content/uploads/2025/03/YekanBakh-VF.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "wm-font";
	src: url("//westmetalco.webaim.ir/wp-content/uploads/2025/03/YekanBakh-VF.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
}

#hslider::before {
	animation: moveBackground 35s linear infinite;
}
.ig-w img.wd-nav-img {
filter: brightness(0) invert(1);
}
.ig-b img:not(:hover) {
    filter:
/* for demonstration purposes; originals not entirely black */
        contrast(100%)
        /* black to white */
        invert(0%)
        /* white to off-white */
        sepia(100%)
        /* off-white to yellow */
        saturate(0%)
        /* do whatever you want with yellow */
        hue-rotate(90deg)
}
@keyframes moveBackground {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1000px 0; 
	}
}

.hbg {
    background: linear-gradient(45deg, #5d99cd, #4d76cf, #d7e3ff);
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.my-element .swiper-wrapper {
    transition-timing-function: linear;
}

.img-c img { border-radius: 100% }

.typed-out p{
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.6rem;
    width: 0;
    animation: typing 3s forwards;
}
@keyframes typing {
  from { width: 0% }
  to { width: 100% }
}
#gallery-1 img {
    border: none !important;
}