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

:root {
	--wd-text-font: YekanBakhFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: YekanBakhFaNum;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: YekanBakhFaNum;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: YekanBakhFaNum;
	--wd-widget-title-font: YekanBakhFaNum;
	--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: YekanBakhFaNum;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(25,106,143);
	--wd-alternative-color: rgb(221,169,155);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(25,106,143);
	--btn-accented-bgcolor-hover: rgb(25,106,143);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://ninstyle.ir/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(25,106,143);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(25,106,143);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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: 1617px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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

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

/*************************************************Mehdi delaviz css ************************************************/

.wd-masonry-first>.wd-col:first-child .wd-entities-title {
    font-size: 28px;
    font-size: 14px!important;
    color: #292929;
    font-weight: 500;
    padding: 16px 30px;
    background: #fff;
    display: inline-block;
    width: 20%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
}
.category-grid-item .wd-entities-title {
margin-bottom: 0;
font-size: 14px!important;
color: #292929;
font-weight: 500;
padding: 16px 30px;
background: #fff;
width: 45%;
text-align: center;
display: inline-block;
position: absolute;
bottom: 20px;
left: 20px;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
}
.more-products{display:none;}
/********************Tabs style*************/

.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after {
width: auto!important;
}
.products-tabs-title li {
display: inline-block;
font-size: 12px;
color: #707070;
cursor: pointer;
background: #f1f1f1;
border-radius: 5px;
padding: 6px 10px;
margin-right: 10px;
position: relative;
}
.products-tabs-title li:hover{
    background-color:#292929;
    color: #fff!important;
}
.products-tabs-title a:hover{
    color: #fff;
}
.nav-link-text:hover{
    color: #fff;
}

 .products-tabs-title li:hover::after {
    content: "";
    border: 5px solid;
    border-color: #292929 transparent transparent transparent;
    position: absolute;
    z-index: 98;
    opacity: 0;
    bottom: -10px;
    top: 45px;
    margin-right: -5px;
    right: 50%;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    }
.products-tabs-title li :visited {
background: #292929;
}
.products-tabs-title .wd-active {
    background: #292929;
    color: #fff!important;
    }
.products-tabs-title .wd-active:after {
    content: "";
    border: 5px solid;
    border-color: #292929 transparent transparent transparent;
    position: absolute;
    z-index: 98;
    opacity: 0;
    bottom: -10px;
    top: 45px;
    margin-right: -5px;
    right: 50%;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    }
.wd-nav-tabs>li>a {
padding: 6px 0!important;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #fff!important;
}
.btn.btn-color-default {
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #292929!important;
    padding: 16px 30px;
    background-color: #fff!important;
}
.btn.btn-color-default:hover {
    color: #fff !important;
    background-color: #292929 !important;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.wd-nav-tabs.wd-icon-pos-top {
    display: none;
}
/*************************************************Mehdi delaviz css ************************************************/
.woocommerce-shipping-methods{
text-align:right;
}
.woocommerce-billing-fields{text-align:right;}
.woocommerce-additional-fields{text-align:right;}
.payment_methods{text-align:right;}
.wd-content-layout {
    padding-block: 0px!important;
}

.wph-pishro-login {
    padding-block: 40px;
}
div{
	direction: rtl;
  text-align: right;
}
small {
    font-size: 100%;
}