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

:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(63,63,63);
	--wd-text-font-size: 15px;
	--wd-title-font: iranyekan;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: iranyekan;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: iranyekan;
	--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: iranyekan;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(196,58,175);
	--wd-alternative-color: rgb(117,17,102);
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(122,179,139);
	--btn-accented-bgcolor-hover: rgb(102,155,107);
	--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://www.test.freshskin.life/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(163,0,135);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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: 0px;
}

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


.product-grid-item .wd-add-btn {
    display: none;
}
.out-of-stock {
  display: none !important;
}

del .amount {
  color: #353232 !important;
  font-weight: 400;
}
.single-product-page .product-image-summary-wrap {
  box-shadow: none !important;
}
.single-breadcrumbs-wrapper .woocommerce-breadcrumb, .single-breadcrumbs-wrapper .yoast-breadcrumb {
  box-shadow: none !important;
}
.wd-nav-wrapper.wd-nav-tabs-wrapper.text-center {
  border: none !important;
}
.shop-loop-head {
  box-shadow: none !important;
  border-radius: none !important;
}

.woocommerce-product-details__short-description h2 {
  font-size: 17px !important;
}


.elementor-widget-container  h2 {
  font-size: 17px !important;
}

.elementor-widget-container  h3 {
  font-size: 16px !important;
}

.shop_attributes td {
  text-align: right !important;
}

.woocommerce-product-attributes-item  {
  text-align: right !important;
}

.woocommerce-product-attributes-item__label th {
  text-align: right !important;
}
.woocommerce-product-attributes-item__value th {
  text-align: right !important;
}

.elementor-widget-container {
  direction: rtl !important;
  text-align: right !important;
}

.wpb_wrapper {
  direction: rtl !important;
  text-align: right !important;
}

.shop_attributes tr {
  justify-content: right !important;
}

.woocommerce-product-attributes.shop_attributes th {
  width: 110px; /* یا هر عرض دلخواه */
  min-width: 110px;
  max-width: 110px;
  white-space: nowrap; /* نذار بشکنه */
  text-align: right;
  vertical-align: top;
}


.brand-thumbnails.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 ستون */
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brand-thumbnails.columns-4 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  transition: transform 0.3s ease;
  text-align: center;
}

.brand-thumbnails.columns-4 li:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.brand-thumbnails.columns-4 img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.brand-thumbnails.columns-4 span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 992px) {
  .brand-thumbnails.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .brand-thumbnails.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .brand-thumbnails.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}


.elementor-grid-item{
margin: 0px auto;
}

.pre-invoice{
display:none;
}


.woocommerce-MyAccount-navigation ul li a {
  width: 200px;
}