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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//ariogallery.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSansWeb_FaNum_Light", 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: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansWeb_FaNum_Light", 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: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(10,55,39);
	--wd-alternative-color: rgb(6,35,23);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(10,55,39);
	--btn-accented-bgcolor-hover: rgb(6,35,23);
	--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: 75px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

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

}

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

}
:root{
--wd-container-w: 1222px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 5px;
}



main.wd-content-layout.content-layout-wrapper.container {
    padding: 0;
}
.NEW_PRO .title-after_title.reset-last-child.wd-fontsize-s {
    padding: 1px 10px;
	border-radius:3px;
	background-color:#0A3727;
	color:#fff;
}

.FOOTER_GRADIANT{background-image: linear-gradient(12deg, #082f21 20.51%, #000000 98.81%);}



#countdown-timer {
  direction: rtl;
  text-align: right;
 
  font-size: 18px;
  font-weight: bold;
  color: #fffaf6;
  background: #ef0000;
  padding: 12px 15px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
   align-items: center;
  line-height: 2;
  max-width: 100%;
  justify-content: center;
}

#countdown-timer .timer-numbers {
  direction: ltr; /* مهم! چپ‌چین برای خود تایمر */
  text-align: left;
  display: inline-flex;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #ffa3a3;
}


#countdown-timer .timer-numbers span {
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
#countdown-timer > span {
    margin-left: 8px;
}
.timer-numbers {
    font-family: 'IRANSansWeb_FaNum_Light';
}
 .elementor-element.elementor-element-1a9bb51.e-con-full.e-flex.e-con.e-child {
    display: block!important;
}

/*بیشتر بخوانید  */

.content-container {
    position: relative;
    padding-bottom: 30px;
}

.content-text {
    max-height: 100px;
    overflow: hidden;
	background-color: #f8f8f8;
    padding: 25px 15px;
    margin: 0px 10px;
    transition: max-height 0.5s ease-out;
}

.content-container::after {
    content: '';
    position: absolute;
    bottom: 30px; /* از بالای دکمه فلش شروع بشه */
    left: 0;
    width: 100%;
    height: 60px; /* ارتفاع گرادیانت */
    background: linear-gradient(to top, white, transparent);
    pointer-events: none; /* اجازه کلیک روی دکمه فلش رو بده */
    transition: opacity 0.5s ease-in-out;
}

.content-container.expanded::after {
    opacity: 0;
    pointer-events: none;
}

.toggle-button {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%); /* قرارگیری در مرکز */
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    padding: 10px; /* فضای کلیک بیشتر برای کاربر */
	 transform: translateX(-50%) rotate(90deg);
}

/* ساخت فلش با استفاده از CSS */
.toggle-button::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #0a3727; /* رنگ سبز یاقوتی */
    border-right: 4px solid #0a3727;
    transform: rotate(45deg); /* فلش رو به پایین */
    transition: transform 0.3s ease-in-out;
}

.toggle-button.expanded::after {
    transform: rotate(-135deg); /* فلش رو به بالا */
}
/* گردی عکس محصول */
.elementor-element.elementor-element-abef76e.PRODUCT_SLIDER_MOBILE.yes.elementor-widget.elementor-widget-woocommerce-product-images img {
    border-radius: 10px;
}


/* کواتاه کردن متن */
/* محدود کردن ارتفاع اولیه */
.WATCH-PAGE-CATEGORY {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
	padding:0 5%;
}

/* گرادیان محو شونده در پایین */
.WATCH-PAGE-CATEGORY::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, white 20%, transparent 100%);
    pointer-events: none;
}

/* در حالت فعال، ارتفاع را با جاوااسکریپت مدیریت می‌کنیم */
.WATCH-PAGE-CATEGORY.expanded {
    height: auto;
}

/* حذف گرادیان در حالت فعال */
.WATCH-PAGE-CATEGORY.expanded::after {
    display: none;
}
/* دکمه نمایش بیشتر */
.show-more-button button {
    border: 1px solid #0a3727;
    background-color: #0a3727; /* رنگ پس‌زمینه اصلی */
    color: white; /* رنگ متن */
    padding: 5px 15px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px; /* لبه‌های گرد */
    font-family: inherit;
    transition: all 0.3s ease;
}

.show-more-button button:hover {
    background-color: #125e40; /* رنگ روشن‌تر برای هاور */
    border-color: #125e40;
	color:#000;
}
.show-more-button{margin-bottom:20px}
.DISCOUNT_SECTION .wd-arrow-inner {
    color: #fff;
}
/* مسیر دسته بندی مقالات در قالب */
.MASIR{
background-color:#0a3727;
	border-radius:50px;
	padding:15px;
}
/* مسیر راهنمای دسته بندی محصولات */
.shop-loop-head .wd-shop-tools {
    padding: 5px 10px;
    margin-top: 4%;
    background-color: #f2f1f1;
    margin: 0 3%;
    border-radius: 5px;
	  margin-top:10px;
}
/* پدینگ صفحه محصولات دسته بندی */
.wd-products-element {
    padding: 0 15px;
}

.wd-pf-results li:after {
    position: relative!important;
    top: 1px!important;
    margin-top: 0!important;
    font-size: 16px!important;
    font-weight: 400;
    opacity: 1!important;
    
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 7px;
	font-size:15px;
}


/* نمایش دسته بندی */
.category-text { width: 100%; padding:3%}
.category-text img{border-radius:5px;width:90%}
.content-inner {
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.toggle-btn {
  display: block;
  margin: 10px auto 0;
  padding: 5px 10px;
  background-color: #0a3727;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.category-description a{font-weight:bold;color:blue}

/* بخش انتحاب رنگ */
.ADD_TO_CART_SECTIOIN tbody > * {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.ADD_TO_CART_SECTIOIN table.variations
Specificity: (0,2,1)
 {
    position: relative;
}
.ADD_TO_CART_SECTIOIN td.value.cell.with-swatches {
    margin-right: 5px;
}
.ADD_TO_CART_SECTIOIN .wd-swatch.wd-bg.wd-tooltip.wd-enabled {
    width: 35px;
    height: 35px;
}

/* دکمه بارگذاری بیشتر */
.wd-loop-footer.products-footer a.btn, .btn.wd-load-more.wd-load-more-loader{
    border: 2px solid #0a3727;
    border-radius: 5px;
    color: #0a3727;
}
/* مارجین نوار ابزار در بالای محصولات */
.wd-shop-tools {
    line-height: 46px;
    padding: 1% 3% !important;
}

/* متن اولیه در صفحه چک اوت */
.CHECKOUT_PAGE .elementor-widget-container {
    text-align: right;
}
.CHECKOUT_PAGE .elementor-element.elementor-element-011c944.color-scheme-inherit.text-left.elementor-widget.elementor-widget-text-editor > div > p {
    display: inline;
}
.CHECKOUT_PAGE p#shipping_on_delivery_field {
    font-size: 15px;
}
p#billing_phone_field span.optional {
    display: none;
}

@media (min-width: 1025px) {
	/* تنظیم ارتفاع کارت های محصول در تخفیفات ویژه */

.DISCOUNT_SECTION .wd-product {
    display: grid;
    min-height: 380px;
}

.color-scheme-dark.wd-design-sized.wd-dropdown-menu.wd-dropdown {
    right: -335.671px !important;
}

/*  مارجین پایین ذر صفحه محصولات */
.wd-products-element {
    margin-bottom: 5%;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.DISCOUNT_MOBILE figure.elementor-image-box-img {
    display: inline;
}
.DISCOUNT_MOBILE .elementor-image-box-content {
    display: inline;
    width: 79%;
}
.DISCOUNT_MOBILE h3.elementor-image-box-title {
    display: inline-block;
}
}

@media (max-width: 576px) {
	button.searchsubmit {
    right: 0px;
}
form.searchform.wd-style-with-bg.woodmart-ajax-search input.s{padding-right: 48px;}
.SLIDER_SMART img {
    width: 100px !important;
}
#SLIDER_SMART img {
    width: 90px !important;
}

.NEW_PRO .title-after_title.reset-last-child.wd-fontsize-s {
    padding: 1px 10px;
	border-radius:3px;
	background-color:#0A3727;
	color:#fff;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children > a {
    padding-right: 12px;
   
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children{ border-bottom: 1px solid #4a6449;}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color:  #00000000;}

.elementor-element.elementor-element-4282776.e-con-full.wd-section-stretch-content.CART_BOTTOM.e-flex.e-con.e-parent.e-lazyloaded{
	position: fixed;
    right: 0%;
    bottom: 0%;
    background: #0A3727;
    width: 100%;
	z-index:1;
}
.elementor.elementor-364.elementor-location-footer {
    z-index: 1000;
    width: 100%;
    position: inherit;
}


.CART_BOTTOM {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.CART_BOTTOM_hidden {
  opacity: 0;
  pointer-events: none;
}

/* آیکون عقب و جلو در اسلایدر محصول */
.PRODUCT_SLIDER_MOBILE .wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-custom-style.wd-icon-1 .wd-btn-arrow {
    background-color: #bab5b596;
        border-radius: 50%;
        --wd-arrow-size: 35px;
}

/* صفحه بندی اسلایدر در محصولات */
.PRODUCT_SLIDER_MOBILE .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-custom-style {
    position: relative;
    top: 2%;
}
/* صفحه بندی در صفحه محصول */
.PRODUCT_SLIDER_MOBILE .wd-nav-pagin-wrap.text-center.wd-style-shape.wd-custom-style ul.wd-nav-pagin.wd-clickable.wd-type-bullets.wd-horizontal {
    position: absolute;
        left: 5%;
        background: #55555575;
        padding: 5px 10px;
        border-radius: 50px;
        border: 2px solid #33333314;
}
/* صفحه بندی در صفحه محصول */


main.wd-content-layout.content-layout-wrapper.wd-builder-off {
    padding: 0;
}
.wd-prefooter {
    padding: 0!important;
}

/* عنوان محصول مرتبط در زبانه ها */
.OFFER_US h2.wd-el-title.title.slider-title.element-title span {
    display: none;
}

.TAB_OF_JOZIAT tbody > tr {
    background-color: #7d8e790f;
    padding: 4px 10px 20px 10px !important;
}
.OFFER_US li.wd-active {
    background-color: #0a3727;
    padding: 0px 10px;
    border-radius: 50px;
}
.OFFER_US li.wd-active span.nav-link-text.wd-tabs-title {
    color: #fff;
}
.OFFER_US li {
    background-color: #ddd;
    padding: 0 10px;
    border-radius: 50px;
}

span.nazar {
    font-weight: 700;
    color: #f56900;
}

.NAZARAT_class div#review_form_wrapper {
    display: none;
}

#popup-6871688ab5222 .wd-rating-summary-wrap
 {
    display: none;
}
.POPUP_NAZARAT a.btn.btn-style-default.btn-shape-rectangle.btn-size-default.wd-open-popup.btn-icon-pos-right {
    position: absolute;
    top: -58px;
    left: 24%
139.875px
;
    display: inline-block;
    opacity: 0;
}

#popup-6871688ab5222 div#comments {
    display: none;
}
#popup-6871688ab5222 input#submit {
    background-color: rgb(10 57 39);
}

.woocommerce-billing-fields {
    margin: 20px;
}

.elementor-element.elementor-element-1c7959b.elementor-grid-mobile-2.elementor-grid-4.elementor-grid-tablet-3.elementor-products-grid.elementor-wc-products.show-heading-yes.elementor-widget.elementor-widget-woocommerce-product-related {
    max-height: 330px!important;
}
/* عنوان در صفحه دسته اصلی ساعت*/
.category-description h1 {
    font-size: 17px;
}
/* سایز فونت قیمت */
span.price{font-weight:bold}

/* اسلایدر محصولات جدید */
.NEW_PRODUCT img {
    border-radius: 10px;
}
/* سکشن ساعت های هوشمند */
.SMART_Watch_box .wd-carousel-wrap > div > div {
    background: #fff;
    border-radius: 5px;
}
.SMART_Watch_box span.price {
    background: #e7e7e7;
    padding: 5px 5px;
	margin: 5px 0 15px 0;
}
.wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 > div > div::after {
    color: #8f8f8f;
}
/* سکشن ساعت های هوشمند */


/* فیلدهای پرداخت */
#billing_first_name_field, #billing_last_name_field, #billing_state_field, #billing_city_field, #billing_postcode_field, #billing_phone_field {
    width: 48%;
    display: inline-block;
    margin-right: 5px;
}

/* آیکون برگه راهنمای خرید */
.ICON_MIDDEL .elementor-image-box-wrapper {
    display: inline-flex!important;
}
.ICON_MIDDEL .elementor-image-box-content {
    margin-right: 10px;
}
/* تنظیم ارتفاع کارت های محصول در تخفیفات ویژه */

.DISCOUNT_SECTION .wd-product {
    display: grid;
    min-height: 250px!important;
}
.DISCOUNT_SECTION .wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 > div > div::after {
    color: #fff;
}

.DISCOUNT_SECTION .wd-product-countdown.wd-timer > * {font-size:14px}

.SLIDER_ONE .wd-images-gallery.wd-carousel-container {
    position: relative;
}
.SLIDER_ONE .wd-nav-pagin-wrap {
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    right: 44%;
    z-index: 1;
}


.TAB_OF_JOZIAT tbody > tr {
        padding: 10px 10px 10px 10px !important;
        border-radius: 50px;
        border-bottom: 0!important;
    }
.TAB_OF_JOZIAT tbody > tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_style {
    margin-bottom: 35px!important;
}

/* قیمت تخفیف خورده */
.PRICE_SECTION span.woocommerce-Price-amount.amount > * {
    color: #fff;
}


element.style {
}
.wd-product .price {
    font-size: 16px;
}

.SLIDER_IN_PRODUCT span.price {
    font-size: 13px;
}


    .content-container .content-text,
    .content-container .content-text p,
    .content-container .content-text ul,
    .content-container .content-text ol,
    .content-container .content-text li {
        text-align: justify !important;
        line-height: 1.9;
    }

.woocommerce-info {
    margin: 5% 5% 0% 1% !important;
}

/* پدینگ در توضیحات دسته بندیها */
.wd-term-desc.wd-entry-content {
    padding: 10% 5%;
}
/*  مارجین پایین ذر صفحه محصولات */
.wd-products-element {
    margin-bottom: 15%;
}

p.price ins {
    color: #fff;
}

.wd-page-content.main-page-wrapper p {
    font-size: 16px;
}

.product-labels.labels-rounded-sm{
    bottom: 7px;
	right: 74%;
        margin-top: 5px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    display: none;
}
/* بکگراند انتخاب شیوه ارسال */
label.checkbox {
    background-color: #579b6536;
    padding: 5px 10px;
    border-radius: 5px;
}
/* باکس سرچ */
Form.searchform.wd-style-with-bg.woodmart-ajax-search input.s {
    BORDER: SOLID 1PX #0a372791;
    BORDER-RADIUS: 5PX;}
Form.searchform.wd-style-with-bg.woodmart-ajax-search{BORDER-RADIUS: 5PX; OVERFLOW: auto;}
/* ذکمه افزودن به سبد خرید روی محصول */
.wd-add-btn.wd-action-btn.wd-style-icon.wd-add-cart-icon {
    display: none;
}
/* متن اتمام موجودی */
span.out-of-stock.product-label {
    position: absolute;
    white-space: nowrap;
    width: max-content;
    /* right: -10%; */
    left: 0;
}
}

