:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: IRansansX;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(16,185,129);
	--wd-alternative-color: rgb(0,102,85);
	--btn-default-bgcolor: rgb(16,185,129);
	--btn-default-bgcolor-hover: rgb(0,102,85);
	--btn-accented-bgcolor: rgb(16,185,129);
	--btn-accented-bgcolor-hover: rgb(0,102,85);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(27,94,202);
	--wd-link-color-hover: rgb(27,94,202);
}
.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: #ffffff;
	background-image: none;
}
 {
	font-family: IRansansX;}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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;
}


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

.wd-page-title {
background-color: rgb(55,56,70);
}

.amount {
    color: var(--wd-alternative-color);
    font-weight: 600;
}
.menu-opener {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.wd-nav-vertical>li>a {
    font-size: 15px;
    line-height: 25px;
	  font-weight: 400;
	  padding: 14px 18px;
}
.wd-nav.wd-style-bordered>li::after, .wd-nav.wd-style-separated>li:after {
    content: "";
    border-right: 1pxsolidrgba(0,0,0,0.105);
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 12px;
    background-color: var(--wd-alternative-color);
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 7px;
}
.wd-tools-element.wd-design-2 .wd-tools-count, .wd-tools-element.wd-design-5 .wd-tools-count {
    color: #000;
}
.menu-opener:after {
    margin-left: 10px;
}
.menu-opener .menu-open-label {
    font-weight: 700;
}
.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
    top: auto;
    height: 6px;
    bottom: -13px;
    background-color: var(--wd-alternative-color);
    border-radius: 3px;
}
.wd-nav-tabs-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.product-label.onsale {
    background-color: var(--wd-alternative-color);
	  border-radius: 7px;
}
.labels-rectangular {
    right: 11px;
}
.wd-title-style-underlined .title {
    margin-bottom: -3px;
    border-bottom: 5px solid transparent;
}
.wd-post-cat.wd-style-with-bg {
    background-color: var(--wd-alternative-color);
    border-radius: 4px;
}
.blog-design-masonry .post-title {
    min-height: 39px;
    max-height: 39px;
    overflow: hidden;
}

.category-shop .wd-nav-product-cat{
    display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 10px;
}
.category-shop .wd-nav-product-cat li{
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    align-content: center;
    
}
.category-shop .wd-nav-product-cat li img{
    
    width: 65px !important;
    min-height: 65px !important;
    max-height: 65px;
	border-radius: 8px;
}
.category-shop .wd-nav-product-cat li a{
        padding: 0;
    gap: 10px;
        align-items: center;
}
#nias-content {
  max-height: 3em; /* emنمایش حداکثر 3 */
  overflow: hidden;
  transition: max-height 0.5s ease; /* انیمیشن افزایش ارتفاع */
}

/*golobal css*/
.wd-entities-title {
    text-align: right;
}
.product-grid-item .price {
    text-align: right;
}
.owl-dots .owl-dot.active span {
    border-color: var(--e-global-color-primary) !important;
    background: var(--e-global-color-primary) !important;
}
.owl-dots .owl-dot span {
    border-color: var(--e-global-color-primary) !important;
}
.offer-section .owl-dots .owl-dot.active span {
    border-color: #fff !important;
    background: #fff !important;
}
.offer-section .owl-dots .owl-dot span {
    border-color: #fff !important;
}
.wd-btn-arrow:after {
    font-size: 18px !important;
    color: rgb(16,185,129);
}
.wd-btn-arrow {
    background: #9fdac6;
    padding: 8px !important;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.wd-buttons {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1) !important;
}
.wd-action-btn.wd-style-icon>a:before {
    font-size: 18px;
}
.wd-buttons .wd-action-btn>a {
    height: 40px !important;
    width: 40px !important;
}
.product.wd-hover-quick .wd-add-btn>a {
    border-radius: 10px !important;
    color: #00571F;
}
.searchform .searchsubmit {
    border-radius: 10px !important;
}
.searchform input {
    border-radius: 10px;
}
.site-logo {
    text-align: left;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
    width: 35px !important;
    height: 35px !important;
    border-radius: 10px !important;
}
.product-labels.labels-rectangular .out-of-stock.product-label {
    display: none;
}
.product-grid-item .price {
    color: #00571F !important;
}
.brand-item a {
    background: #fff;
    height: 80px;
    border-radius: 10px;
    margin: 5px;
}
.product-grid-item .price {
    color: #00571F !important;
    font-weight: bold;
}
.shop_attributes p {
    direction: ltr;
}
.wd-reset-var {
    display: none !important;
}
div#tab-description ul li {
    direction: rtl !important;
    text-align: right !important;
}
ul.wd-nav-product-cat.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion {
    gap: 10px;
}
p#billing_country_field {
    display: none;
}
.checkout-order-review {
    padding: 10px !important;
}
button#place_order {
    width: 100%;
}
textarea#order_comments {
    min-height: 90px;
}
.woocommerce-billing-fields {
    margin: 0 !important;
}
.woocommerce-additional-fields>h3 {
    font-size: 18px;
    margin: 0 0 5px 0 !important;
}
.product-grid-item .star-rating {
    display: none;
}
.product-label.featured {
    border-radius: 8px;
}
.product-additional-galleries {
    left: 0 !important;
    right: unset !important;
}
.autocomplete-suggestion .wd-entities-title strong {
    text-decoration: none;
    padding: 2px 6px;
    background: #9fdac6;
    color: #00571F;
    border-radius: 5px;
}
.autocomplete-suggestion .wd-entities-title {
    line-height: 1.8rem;
}
.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper {
    text-align: right !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.stars a {
    font-size: 0;
}
span.breadcrumb-last::after {
    content: "/";
    margin-inline-start: 5px;
}
.breadcrumb-last:last-child::after {
    display: none;
}
/*checkout style*/
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-billing-fields .form-row {
    width: 49% !important;
}
#billing_address_2_field label.screen-reader-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    display: block !important;
    font-weight: bold;
    margin-bottom: 5px;
}
.wd-nav-product-cat.has-product-count .wd-nav-img {
    border-radius: 8px;
}
li.cat-item {
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin: 0 !important;
}
a.category-nav-link {
    padding: 0 !important;
}
.pagin-scheme-light .flickity-button {
    background: #ffffff42;
    display: flex !important;
    justify-content: center !important;
    width: 24px;
    height: 24px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}
.flickity-button:after {
    font-size: 14px;
}
.flickity-button:after {
    font-size: 14px;
}@media (min-width: 1025px) {
	.amount {
    color: var(--wd-alternative-color);
    font-weight: 600;
}
.menu-opener {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.wd-nav-vertical>li>a {
    font-size: 15px;
    line-height: 25px;
	  font-weight: 400;
	  padding: 14px 18px;
}
.wd-nav.wd-style-bordered>li::after, .wd-nav.wd-style-separated>li:after {
    content: "";
    border-right: 1pxsolidrgba(0,0,0,0.105);
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 12px;
    background-color: var(--wd-alternative-color);
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 7px;
}
.wd-tools-element.wd-design-2 .wd-tools-count, .wd-tools-element.wd-design-5 .wd-tools-count {
    color: #000;
}
.menu-opener:after {
    margin-left: 10px;
}
.menu-opener .menu-open-label {
    font-weight: 700;
}
.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
    top: auto;
    height: 6px;
    bottom: -13px;
    background-color: var(--wd-alternative-color);
    border-radius: 3px;
}
.wd-nav-tabs-wrapper {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.product-label.onsale {
    background-color: var(--wd-alternative-color);
	  border-radius: 7px;
}
.labels-rectangular {
    right: 11px;
}
.wd-title-style-underlined .title {
    margin-bottom: -3px;
    border-bottom: 5px solid transparent;
}
.wd-post-cat.wd-style-with-bg {
    background-color: var(--wd-alternative-color);
    border-radius: 4px;
}
.blog-design-masonry .post-title {
    min-height: 39px;
    max-height: 39px;
    overflow: hidden;
}

.category-shop .wd-nav-product-cat{
    display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 10px;
}
.category-shop .wd-nav-product-cat li{
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    align-content: center;
    
}
.category-shop .wd-nav-product-cat li img{
    
    width: 65px !important;
    min-height: 65px !important;
    max-height: 65px;
	border-radius: 8px;
}
.category-shop .wd-nav-product-cat li a{
        padding: 0;
    gap: 10px;
        align-items: center;
}
#nias-content {
  max-height: 3em; /* emنمایش حداکثر 3 */
  overflow: hidden;
  transition: max-height 0.5s ease; /* انیمیشن افزایش ارتفاع */
}

/*golobal css*/
.wd-entities-title {
    text-align: right;
}
.product-grid-item .price {
    text-align: right;
}
.owl-dots .owl-dot.active span {
    border-color: var(--e-global-color-primary) !important;
    background: var(--e-global-color-primary) !important;
}
.owl-dots .owl-dot span {
    border-color: var(--e-global-color-primary) !important;
}
.offer-section .owl-dots .owl-dot.active span {
    border-color: #fff !important;
    background: #fff !important;
}
.offer-section .owl-dots .owl-dot span {
    border-color: #fff !important;
}
.wd-btn-arrow:after {
    font-size: 18px !important;
    color: #ffc60b;
}
.wd-btn-arrow {
    background: #9fdac6;
    padding: 8px !important;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.wd-buttons {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1) !important;
}
.wd-action-btn.wd-style-icon>a:before {
    font-size: 18px;
}
.wd-buttons .wd-action-btn>a {
    height: 40px !important;
    width: 40px !important;
}
.product.wd-hover-quick .wd-add-btn>a {
    border-radius: 10px !important;
    color: #00571F;
}
.searchform .searchsubmit {
    border-radius: 10px !important;
}
.searchform input {
    border-radius: 10px;
}
.wd-logo img {
    width: 100%;
}
.site-logo {
    text-align: left;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
    width: 35px !important;
    height: 35px !important;
    border-radius: 10px !important;
}
.product-labels.labels-rectangular .out-of-stock.product-label {
    display: none;
}
.product-grid-item .price {
    color: #00571F !important;
}
.brand-item a {
    background: #fff;
    height: 80px;
    border-radius: 10px;
    margin: 5px;
}
.product-grid-item .price {
    color: #00571F !important;
    font-weight: bold;
}
.shop_attributes p {
    direction: ltr;
}
.wd-reset-var {
    display: none !important;
}
div#tab-description ul li {
    direction: rtl !important;
    text-align: right !important;
}
ul.wd-nav-product-cat.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion {
    gap: 10px;
}
p#billing_country_field {
    display: none;
}
p#billing_address_1_field {
    width: 100%;
}
.checkout-order-review {
    padding: 10px !important;
}
button#place_order {
    width: 100%;
}
textarea#order_comments {
    min-height: 90px;
}
.woocommerce-billing-fields {
    margin: 0 !important;
}
.woocommerce-additional-fields>h3 {
    font-size: 18px;
    margin: 0 0 5px 0 !important;
}
.product-grid-item .star-rating {
    display: none;
}
.product-label.featured {
    border-radius: 8px;
}
.product-additional-galleries {
    left: 0 !important;
    right: unset !important;
}
.autocomplete-suggestion .wd-entities-title strong {
    text-decoration: none;
    padding: 2px 6px;
    background: #9fdac6;
    color: #00571F;
    border-radius: 5px;
}
.autocomplete-suggestion .wd-entities-title {
    line-height: 1.8rem;
}
.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper {
    text-align: right !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.stars a {
    font-size: 0;
}
span.breadcrumb-last::after {
    content: "/";
    margin-inline-start: 5px;
}
.breadcrumb-last:last-child::after {
    display: none;
}
input.s.wd-search-inited {
    width: 500px !important;
}
.wd-header-cats.wd-style-1 .menu-opener {
    min-width: 180px !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    margin-right: 23px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    margin-right: 23px;
}
}

@media (max-width: 576px) {
	.elementor-widget-image-box .elementor-image-box-content {
    width: 100%;
    margin-right: 23px;
}
.wd-wishlist-btn {
    display: none;
}
.wd-wishlist-btn {
    display: none;
}
.wd-add-btn.wd-add-btn-replace {
    display: flex;
    justify-content: flex-end;
}
.product.wd-hover-quick .wd-add-btn .add-to-cart-loop {
   width: 25px;
   height: 25px;
   min-height: 25px !important;
   margin: 5px;
	 border-radius: 8px !important;
}
.wd-add-btn-replace .add-to-cart-loop:before {
    font-size: 16px;
}
.brand-grid-section .brands-items-wrapper {
    height: 300px;
    overflow: hidden;
}
.elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}
.elementor-tabs .elementor-tabs-wrapper {
    display: flex !important;
    justify-content: center;
}

.whb-column.whb-mobile-center.whb-hidden-lg {
    width: 60%;
    max-width: 60%;
    justify-content: center;
}
.whb-column.whb-mobile-left.whb-hidden-lg {
    width: 20%;
    max-width: 20%;
}
.whb-column.whb-mobile-right.whb-hidden-lg {
    width: 20%;
    max-width: 20%;
}
.whb-column.whb-mobile-right.whb-hidden-lg {
    width: 20%;
    max-width: 20%;
    justify-content: end; 
}
.wd-tools-element>a {
    padding: 5px;
}
.searchform input {
    border: 1px solid #e9e9e9;
}
.wd-add-btn-replace .add-to-cart-loop:before {
    font-size: 16px !important;
    color: #00571F !important;
}
.product.wd-hover-quick .wd-add-btn .add-to-cart-loop {
     width: 25px !important;
     height: 25px !important;
}
.woocommerce-product-gallery .product-labels.labels-rectangular {
    right: 20px;
    left: unset !important;
}
.related-product .wd-btn-arrow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center !important;
}
}

