/*
 Theme Name:   Woodmart Child Theme
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@font-face {
  font-family: "Iransans";
  src: url(/wp-content/themes/Woodmart-child/Font/IranSansfonts/IRANSansFaNum.eot?oy0mhh);
  src:
    url(/wp-content/themes/Woodmart-child/Font/IranSansfonts/IRANSansFaNum.eot?oy0mhh#iefix)
      format("embedded-opentype"),
    url(/wp-content/themes/Woodmart-child/Font/IranSansfonts/IRANSansFaNum.ttf?oy0mhh)
      format("truetype"),
    url(/wp-content/themes/Woodmart-child/Font/IranSansfonts/IRANSansFaNum.woff?oy0mhh)
      format("woff"),
    url(/wp-content/themes/Woodmart-child/Font/IranSansfonts/IRANSansFaNum.svg?oy0mhh#icomoon)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.payment_box.payment_method_pa_samankish {
  display: none !important;
}
.product-additional-galleries {
  display: none !important;
}
.wd-nav-mobile li.current-menu-item > a {
  color: #f76d00 !important;
}
.cart-actions .button[name="update_cart"] {
  background: #d6d0c4 !important;
  color: #000 !important;
}
.girlDay img {
  width: 30px;
}
.amount {
  color: #000 !important;
  font-weight: bold !important;
}
.girlDay {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}
.girlDay span {
  font-size: 25px;
}
p.in-stock {
  display: none !important;
}
.wd-swatch {
  border-radius: 0 !important;
}
.single_add_to_cart_button {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
.single_add_to_cart_button:hover {
  background-color: rgb(214, 208, 196) !important;
  border: 1px solid rgb(214, 208, 196) !important;
  color: #fff !important;
}
.footer-pin {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-whatsapp {
  position: fixed;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-whatsapp img {
  width: 70px !important;
  cursor: pointer;
}
.text-whatsapp a {
  opacity: 0;
  display: block;
  background-color: #47c857;
  border: 1px SOLID #47c857;
  border-radius: 25px;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
}
.text-whatsapp a:hover {
  background-color: #fff !important;
}
.text-whatsapp:hover a {
  opacity: 1;
}
.center {
  text-align: center;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
body,
ul,
li,
th,
td,
tr,
.wd-entities-title,
.title,
legend {
  font-family: "Iransans" !important;
}
h1 {
  font-size: 25px !important;
}
h2 {
  font-size: 23px !important;
}
h3 {
  font-size: 17px !important;
}
p {
  font-size: 15px !important;
}
rs-module#rev_slider_1_1 h1 {
  font-size: 65px !important;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-page-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.woodmart-archive-shop .page-title {
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
}
.woodmart-archive-shop .page-title h1.entry-title.title {
  color: #fff !important;
  border-bottom: 3px solid #fff !important;
}
@media (min-width: 1300px) {
  rs-module#rev_slider_1_1,
  rs-module-wrap#rev_slider_1_1_wrapper {
    height: calc(100vh - 90px) !important;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.fullscreen-section .vc_col-sm-12 .vc_column-inner {
  padding: 0 !important;
}
.fullscreen-section .vc_col-sm-12 .vc_column-inner .wpb_raw_code .wpb_wrapper {
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.fullscreen-section .vc_col-sm-12 .vc_column-inner .wpb_raw_code {
  margin-bottom: 0 !important;
}
.fullscreen-section .vc_col-sm-12 .vc_column-inner .wpb_raw_code a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fullscreen-section .vc_col-sm-12 h1,
.fullscreen-section .vc_col-sm-12 h2 {
  color: #fff !important;
  font-size: 40px !important;
}
a.button.product_type_simple.add_to_cart_button {
  border: 1px solid #000;
}
a.btn {
  text-decoration: none;
  border: none !important;
}
.btn.btn-color-primary {
  border: 1px solid #000 !important;
}
.btn.btn-color-primary:hover {
  color: #000 !important;
}
/* Handle on hover */
/* Menu-Page */
.page-id-2998 .main-page-wrapper,
.page-id-2998 .whb-header,
.page-id-2998 .site-content {
  padding: 0 !important;
  margin: 0 !important;
}
.page-id-2998 ul.sub-sub-menu a {
  font-size: 18px;
}
.Menu-Page {
  height: 100vh;
}
.whb-header {
  margin-bottom: 0px !important;
}
.Menu-Page .Black .wpb_raw_code {
  margin-bottom: 0 !important;
}
.Menu-Page .Black .wpb_raw_code h3 {
  position: relative;
  padding-bottom: 15px;
}
.Menu-Page .Black .wpb_raw_code h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.Black {
  background: url(https://naiimemohseni.com/wp-content/uploads/2021/10/pattern-overlay.png)
    #252525 !important;
  background-size: 6% !important;
}
.Black * {
  text-align: center;
  color: #fff !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-head {
  font-size: 21px !important;
}
.Banner-section#Banner-section-id {
  /* background: #fff url(https://naiimemohseni.com/wp-content/uploads/2021/05/NM-Pattern.png) repeat left top !important; */
  position: relative;
  /* margin-top: 110px;
  height: calc(100vh - 110px) !important; */
}
h1.Head-Title {
  font-size: 35px !important;
}
.banner img {
  /* width: 800px; */
  margin: 0 auto !important;
  z-index: 10;
}
/* menu */
.off-canvas,
.offcanvas_content_left,
.offcanvas_content_right {
  background-color: #0a0a0a;
  color: #fff !important;
}
.banner {
  position: relative;
  /* width: 700px; */
  margin-top: 0px;
}
.margin-top {
  margin-top: 0 !important;
}
#mobiles-menu-offcanvas .mobile-navigation ul li a {
  color: #fff !important;
}
.mobile-nav.wd-side-hidden.wd-left.wd-left.wd-opened {
  right: 0 !important;
  left: auto !important;
  -webkit-transform: translate3d(0%, 0, 0) !important;
  transform: translate3d(0%, 0, 0) !important;
}
.mobile-nav.wd-side-hidden.wd-left.wd-left {
  right: 0 !important;
  left: auto !important;
  -webkit-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important;
}
.BTN {
  color: #000;
  border: 1px solid #000;
  padding: 15px 45px;
}
.welcome-section .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.welcome-section .wpb_wrapper a {
  display: block;
  text-align: center;
}
.temp1 .vc_col-sm-4 {
  -webkit-box-shadow: 0px 1px 7px #afafaf;
  box-shadow: 0px 1px 7px #afafaf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100 !important;
  background: #fff;
}
section.vc_section.temp1 .wpb_single_image {
  margin-bottom: 0 !important;
}
.Banner-section .vc_col-sm-4,
.Banner-section .vc_col-sm-8 {
  margin-bottom: 6px !important;
}
.temp1 .vc_row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.owl-nav {
  position: relative;
  bottom: 0;
  visibility: visible;
  width: 100px;
  height: 60px;
  float: right;
}
.ywcps-wrapper .ywcps-nav-prev,
.ywcps-wrapper .ywcps-nav-next {
  opacity: 1 !important;
  visibility: visible !important;
}
.owl-nav .owl-next {
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.owl-nav .owl-prev {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.ywcps-wrapper .owl-carousel .owl-stage-outer {
  direction: ltr !important;
}
.More-box .BTN {
  width: calc(50% - 7.5px);
  display: inline-block;
  float: right;
  text-align: center;
  padding: 0 !important;
}
.More-box .BTN:nth-child(2) {
  margin-left: 7.5px;
}
.More-box .BTN:last-child {
  margin-right: 7.5px;
}
.More-box .BTN i {
  float: right;
  width: 60px;
  height: 60px;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.More-box .BTN a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.More-box .BTN a span {
  padding: 5px;
  width: calc(100% - 60px) !important;
}

.slug-col .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shopping-row .h-circle .btn-image {
  margin-bottom: 0 !important;
  height: calc(100vh - 114px);
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#cloths-column {
  background: url(https://naiimemohseni.com/wp-content/uploads/2021/07/mantou-aqua.jpg);
}
#Pants {
  background: url(https://naiimemohseni.com/wp-content/uploads/2021/06/Pants.jpg);
}
div#scarf {
  background: url(https://naiimemohseni.com/wp-content/uploads/2021/07/scarf.jpg);
}
.overlay-raw {
  /* position: absolute !important; */
  bottom: 0;
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.overlay-raw h2 {
  color: #fff;
  text-align: center;
}
.Pants h2 {
  color: #000 !important;
}
.page-title .wd-back-btn.wd-action-btn.wd-style-icon.woodmart-back-btn {
  display: none;
}
.page-title .wd-nav-product-cat,
.page-title .wd-btn-show-cat,
span.wd-tools-text {
  display: none;
}
ul.wd-nav {
  display: none;
}
.wd-header-overlap .title-size-default {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
}
h1.entry-title.title {
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  min-width: 100px;
}
/* .wd-swatch[data-value="white"] {
  border: 1px solid #000 !important;
} */
.wd-swatch {
  padding: 10px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wd-swatch:hover,
.wd-swatch.active-swatch,
.wd-swatch.wd-active {
  border: 1px solid #d6d0c4;
  background-color: #d6d0c4;
}

.wd-swatch:after {
  display: none !important;
}
.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-dark.with-back-btn.nav-shop.title-shop {
  padding: 17.5px 0 !important;
  background-color: transparent !important;
}
.Rubban-row {
  background: url(https://naiimemohseni.com/wp-content/uploads/2021/06/NM-Pattern-w.png)
    #e84b00;
  margin-top: 35px;
  margin-bottom: 0px;
  background-attachment: fixed;
}
section.vc_section.shopping-row {
  margin-top: 35px;
}
.shopping-row.Pants {
  margin-top: 0 !important;
  padding-bottom: 35px;
  background: #a2a2a261 !important;
}
.Banner-section
  .wpb_column.vc_column_container.vc_col-sm-6:not(.slug-col)
  .vc_column-inner {
  padding-top: 0 !important;
}
.row-height {
  height: 80px;
}
section.vc_section.shopping-row.Pants .vc_row.wpb_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.vc_section.shopping-row.margin-top .vc_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
form.woocommerce-ordering {
  display: none;
}
.dokan-alert-success,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-success,
.woocommerce-message,
.wpcf7 form.sent .wpcf7-response-output,
.yith_ywraq_add_item_product_message {
  background: #d6d0c4 !important;
}
/* footer */
.wd-prefooter {
  border-top: 1px solid #d6d0c4;
  padding-top: 35px;
  background: #f1f1f1;
}
.gray img.vc_single_image-img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.wd-prefooter h3 {
  width: 100%;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
}
#SocialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}
#SocialMedia li {
  float: right;
  list-style: none;
  margin: 0 5px;
}
/* .wd-prefooter.woodmart-prefooter .vc_row.wpb_row.vc_row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
} */
#SocialMedia li a * {
  font-size: 22px;
  color: #151515;
}
.wd-prefooter p {
  color: #151515;
}
div#SocialMedia .vc_col-sm-3 {
  width: 35px;
}

/* single product */
body:not(.home) .main-page-wrapper,
body:not(.page-id-2534) .main-page-wrapper {
  background: #fff
    url(https://naiimemohseni.com/wp-content/uploads/2021/05/NM-Pattern.png)
    repeat left top !important;
  background-size: 30% !important;
}
.term-description {
  display: none;
}
.single-product .widget-area {
  background: rgb(214, 208, 196);
  padding: 15px;
  border-radius: 5px;
}
.single-product .widget-area p {
  color: #000 !important;
}
.wd-tools-count {
  color: #000 !important;
}
.shop_attributes tr:last-child * {
  color: #ff0000;
  font-weight: 700;
}
.edit-php .status-send-order {
  background-color: #a61fef !important;
  color: white;
}
@media (max-width: 768.98px) {
  .single-product .sidebar-container {
    display: block !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .wd-sidebar-opener.wd-not-on-shop.wd-action-btn.wd-style-icon.woodmart-sticky-sidebar-opener {
    display: none !important;
  }
}
/* 
body:not(.home) .butterfly-motion {
background: url(https://naiimemohseni.com/wp-content/uploads/2023/06/butterfly.png);
position: fixed;
background-size: contain;
background-repeat: no-repeat;
}
body:not(.home) div#center-left-butterfly {
transform: rotate(-35deg);
right: 0;
top: 25%;
width: 50px;
height: 50px;
animation: topRight-butterfly alternate infinite forwards 35s linear;
z-index: 1;
}
@keyframes topRight-butterfly {
00%{
  transform: rotate(-45deg);
  right: 20%;
  top: 35%;
}
50%{
  transform: rotate(45deg);
  right: 5%;
  top: 15%;
}
100%{
  transform: rotate(-5deg);
  right: 0%;
  top: 35%;
}
}
body:not(.home) #left-butterfly {
transform: rotate(-35deg);
left: 0;
top: 122px;
width: 100px;
height: 100px;
animation: left-butterfly alternate infinite forwards 10s linear;
}
@keyframes left-butterfly {
50%{
  transform: rotate(45deg);
  left: 200px;
  top: 100px;
}
100%{
  transform: rotate(-5deg);
  left: 500px;
  top: 0;
}
}
body:not(.home) .products.elements-grid:before {
content: "";
background: url(https://naiimemohseni.com/wp-content/uploads/2023/06/butterfly.png);
position: fixed;
background-size: contain;
background-repeat: no-repeat;
width: 80px;
height: 80px;
right: 25%;
top: 45%;
animation: middle-butterfly alternate infinite forwards 45s linear;
}

@keyframes middle-butterfly {
0%{
  transform: rotate(0deg);
  right: 50%;
  top: 70%;
}
50%{
  transform: rotate(45deg);
  right: 0%;
  top: 90%;
}
100%{
  transform: rotate(-5deg);
  right: 25%;
  top: 15%;
}
}

body:not(.home) #right-butterfly {
transform: rotate(25deg);
right: -100px;
top: 300px;
width: 80px;
height: 80px;
animation: right-butterfly alternate infinite forwards 120s linear;
z-index: 0;
}
@keyframes right-butterfly {
0%{
  transform: rotate(-25deg);
  right: -100px;
}
50%{
  transform: rotate(45deg);
  right: 100%;
  top: 50%;
}
100%{
  transform: rotate(-45deg);
  top: 100%;
  right: 0;
}
}
@keyframes top-butterfly {
0%{
  transform: scale(-1,-1);
}
100%{
  transform: scale(1,1);
}
}
body:not(.home) #bottom-butterfly {
transform: rotate(25deg);
left: 100px;
bottom: 50px;
width: 50px;
height: 50px;
animation: bottom-butterfly alternate infinite forwards 25s linear;
z-index: 1;
}
@keyframes bottom-butterfly {
0%{
  transform:rotate(25deg);
  left: 100px;
bottom: 50px;
}
50%{
  transform:rotate(-55deg);
  left: 300px;
bottom: 0px;
}
100%{
  transform:rotate(25deg);
  left: 10px;
bottom: 25%;
}
}

@keyframes butterfly {
0% { background-position: center -800px; }
100% { background-position: center 800px; }
} */
/* .term-description {
width: 100vw;
margin-right: calc(-50vw + 50%) !important;
margin-left: calc(50vw - 50%) !important;
} */
/* cart page */
p#billing_address_2_field,
.woocommerce-additional-fields,
p#billing_postcode_field,
p#billing_address_2_field,
p#billing_country_field,
p#billing_company_field {
  display: none !important;
}
p#billing_first_name_field {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100% !important;
}
p#billing_last_name_field {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100% !important;
}
p#billing_phone_field {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100% !important;
}
p#billing_email_field {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: none;
}
p#billing_city_field {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
p#billing_state_field {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
p#billing_address_1_field {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.wd-checkout-steps li span:after {
  display: none;
}
.cart-totals-inner .checkout-button,
.button {
  border-radius: 0 !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  width: calc(50% - 15px);
  margin-left: 15px;
}
.woocommerce-billing-fields__field-wrapper
  .form-row:nth-child(2n-1):not(#billing_address_1_field) {
  margin-left: 15px;
  width: calc(50% - 15px);
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
p#billing_address_1_field,
p#billing_address_2_field {
  width: 100%;
}
form#pw-gateway-checkout-form-payir * {
  background: #000;
  color: #fff;
  width: calc(50% - 13px);
  margin: 0 5px;
}
.woocommerce-product-attributes-item--attribute_pa_size
  td.woocommerce-product-attributes-item__value {
  direction: ltr;
}
/* accesoriess */
.home-accessories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #23262d;
}
.home-accessories a {
  width: calc(100% / 4);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-accessories a .inner {
  height: 100vh;
  border: none;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-accessories a .inner:last-of-type {
  border-right: none;
}

.home-accessories .home-accessories-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-accessories a .image {
  display: none;
}

.home-accessories a .image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-accessories .btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.home-accessories button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

.home-accessories .btn.btn-stroke.btn-white {
  color: #fefefe;
  border-color: #fefefe;
  cursor: pointer;
}

.home-accessories .btn.btn-stroke.btn-white::before {
  background: #fefefe;
}

.home-accessories a .inner button {
  position: absolute;
  bottom: 18rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-accessories:hover a:hover button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.is-visible {
  display: block !important;
}

.home-accessories .home-accessories-image.is-visible {
  opacity: 0.3;
}
#section_1_Image {
  opacity: 0.3;
}
.isnot-visible {
  opacity: 0 !important;
}
.home-accessories a .inner h2 {
  font-weight: 600;
  font-size: 30px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-accessories h2 {
  color: #ffffff;
  opacity: 0.2;
}

.home-accessories:hover a h2 {
  opacity: 0.2 !important;
}

.home-accessories:hover a:hover h2 {
  opacity: 1 !important;
}

#section_1 h2 {
  opacity: 1;
}

.home-accessories .btn.btn-stroke {
  border: 1px solid;
}

.home-accessories .btn {
  height: 3.5rem;
}

.home-accessories .btn-white {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accessories-section .vc_column-inner {
  padding: 0 !important;
}
/* archive */
.tax-product_cat .page-title {
  height: calc(100vh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
display: none;
} */

.digits_login_form {
  display: none;
}
.woocommerce-account-fields .create-account {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.create-account.woocommerce-validated {
  display: none !important;
}
input.dig_billing_otp_signup {
  background: #fabb34;
}
.frm_fields_container * {
  direction: rtl !important;
  text-align: right !important;
}
div#frm_field_12_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
div#frm_form_2_container {
  padding: 35px;
}
.page-id-3323 ul.vc_tta-tabs-list li.vc_tta-tab {
  width: 33.3%;
  margin: 0 !important;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #d6d0c4;
}
.vc_tta-tabs-container {
  -webkit-mask-image: none !important;
  margin-left: 0 !important;
}
input#dig_billing_otp {
  padding-right: 35px;
}
ul.vc_tta-tabs-list li:nth-child(2) {
  border-right: 1px solid #d6d0c4 !important;
  border-left: 1px solid #d6d0c4 !important;
}
.vc_general.vc_tta.vc_tta-tabs {
  border: 1px solid #d6d0c4;
}
.page-id-3323 button.frm_button_submit.frm_final_submit {
  background: #000 !important;
  width: 100% !important;
}
.page-id-3323 .vc_tta-tabs-container {
  margin-right: 0 !important;
}
.page-id-3323 li.vc_tta-tab.vc_active {
  background: #b6b6b6 !important;
}
span.vc_tta-title-text:after {
  display: none;
}
.page-id-3323 .frm_dropzone.frm_single_upload {
  max-width: 100%;
}
.page-id-3323 .dz-message.needsclick {
  margin-bottom: 0 !important;
}
.page-id-3323 .vc_tta-panel.vc_active {
  background: #eeeeee;
  border-top: 0 !important;
}
/* filters */
.wd-pf-dropdown.wd-scroll {
  width: calc(100% - 10px) !important;
}
.contactus h3 span,
.contactus h3 i {
  display: block;
  text-align: center;
}
.contactus h3 i {
  font-size: 31px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contactus p {
  text-align: center !important;
}
nav.woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: var(--li-mb);
  height: 39px;
  position: relative;
  line-height: 20px;
  width: 100%;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
p.woocommerce-shipping-destination {
  opacity: 0;
}
.archive .product-type-variable .product-labels.labels-rounded {
  top: auto;
  bottom: 7px;
}
.product-type-variable .product-labels.labels-rounded span {
  border-radius: 0;
  min-height: 30px;
  font-size: 13px;
  font-weight: normal;
}
ul.wc_payment_methods.payment_methods.methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
li.wc_payment_method {
  width: 50%;
  background: #ffff;
  border: 1px solid #000;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 0 1%;
}
.nirwallet_form_add_balance {
  display: NONE;
}
.nirwallet_tabs a:not(:first-child) {
  display: none;
}
.nirwallet_box_card {
  background: #d6d0c4 !important ;
}
.nirwallet_box_card * {
  color: #000 !important;
}
.nirwallet_tabs a.active {
  border-color: #000 !important;
}
.woocommerce-checkout li.wc_payment_method.payment_method_WC_NIRWEB_WALLET {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce-info a.showlogin {
  border: 1px solid #d6d0c4 !important;
  background: #d6d0c4;
  color: #000 !important;
  padding: 5px 15px;
  border: 1px solid #000 !important;
  text-decoration: none !important;
}
.woocommerce-checkout .woocommerce-info {
  margin-top: 15px !important;
}
.woocommerce-checkout .woocommerce-info a.showlogin:hover {
  background: #000;
  color: #d6d0c4 !important;
}
.scrollToTop {
  left: auto !important;
  right: 12px;
}
.payment_methods .payment_box.payment_method_WC_NIRWEB_WALLET {
  padding: 0 !important;
  padding-top: 5px !important;
}
header.woocommerce-Address-title.title .edit {
  color: #ff7d00;
}
/* Responsive */
@media (max-width: 1239px) {
  .banner {
    margin-top: 0px !important;
  }
}
@media (max-width: 1024px) {
  .single-product .main-page-wrapper {
    margin-top: 35px !important;
  }
  .wd-header-overlap .title-size-default {
    padding-top: 60px !important;
  }
  .Banner-section#Banner-section-id {
    margin-top: 0px !important;
  }
}
@media (min-width: 768.98px) and (max-width: 1024px) {
  .single-product .widget-area h2 {
    font-size: 17px !important;
  }
  .single-product .widget-area p {
    font-size: 13px !important;
  }
}
@media (min-width: 767px) {
  img.desktop-img {
    display: block;
  }
  img.responsive-img {
    display: none;
  }
}
@media (max-width: 767px) {
  p#billing_state_field,
  p#billing_city_field {
    width: 100% !important;
  }
  .text-whatsapp img {
    width: 50px !important;
  }
  .page-id-3323 ul.vc_tta-tabs-list li.vc_tta-tab {
    width: 100% !important;
    display: block !important;
  }
  .page-title {
    margin: 0px !important;
    padding: 40px 0px !important;
  }
  .woocommerce-message {
    margin-top: 40px !important;
  }
  /* rs-module#rev_slider_1_1, rs-module-wrap#rev_slider_1_1_wrapper {
    height: auto !important;
  } */
  .home-accessories a .inner {
    height: 200px;
  }
  .home-accessories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  img.desktop-img {
    display: none;
  }
  img.responsive-img {
    display: block;
  }
  .shopping-row .vc_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .h-circle {
    margin-bottom: 35px;
  }
  .wpb_column.slug-col.vc_column_container.vc_col-sm-6 {
    position: absolute;
    top: 50%;
    background: #000;
  }
  .wpb_column.slug-col.vc_column_container.vc_col-sm-6 .vc_column-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wpb_column.slug-col.vc_column_container.vc_col-sm-6
    .vc_column-inner
    .wpb_wrapper,
  .home-accessories a {
    width: 100% !important;
  }
  .wpb_column.slug-col.vc_column_container.vc_col-sm-6 h1 {
    text-align: center !important;
    color: #fff !important;
    font-size: 26px !important;
  }
  .wd-prefooter h3,
  .wd-prefooter p {
    text-align: center !important;
  }
  body:not(.home) #right-butterfly {
    display: none;
  }
  body:not(.home) #left-butterfly {
    width: 60px !important;
    height: 60px !important;
  }
  body:not(.home) div#center-left-butterfly {
    width: 40px !important;
    height: 40px !important;
  }
  ul.wc_payment_methods.payment_methods.methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  li.wc_payment_method {
    width: 100%;
    margin-bottom: 5px !important;
  }
  aside.sidebar-container.col-lg-3.col-md-3.col-12.order-last.sidebar-right.single-product-sidebar.area-sidebar-product-single.wd-side-hidden.wd-right.wd-inited.wd-scroll {
    display: block !important; /* نمایش سایدبار به‌صورت ثابت */
    position: relative !important;
    left: 0 !important;
    width: 95% !important;
    z-index: 10 !important;
    background: #fff; /* پس‌زمینه سفید (در صورت نیاز تغییر دهید) */
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 auto;
  }
  aside.sidebar-container.col-lg-3.col-md-3.col-12.order-last.sidebar-right.single-product-sidebar.area-sidebar-product-single.wd-side-hidden.wd-right.wd-inited.wd-scroll
    .wd-heading.widget-heading {
    display: none !important; /* حذف دکمه بستن سایدبار */
  }
}
@media (max-width: 680px) {
  .wd-product-filters .wd-pf-btn {
    width: calc(100% - 10px);
    border: 1px solid;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
  }
  .wd-product-filters .wd-pf-btn button {
    width: 100%;
  }
  .wd-prefooter.woodmart-prefooter .vc_row.wpb_row.vc_row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .gray {
    text-align: center !important;
  }
  .woocommerce-checkout .woocommerce-info a.showlogin {
    display: block !important;
    margin-top: 15px !important;
    text-align: center;
  }
  .woocommerce-checkout .info-box-inner {
    padding: 15px;
  }
}
.wd-pf-btn button:hover {
  background: #d6d0c4 !important;
}
.mobile-nav .wd-search-form.woodmart-search-form {
  display: none !important;
}
.page-id-3311 h1.entry-title.title {
  border-bottom: 3px solid #d6d0c4;
}
.contactus h3:hover span.fab,
.contactus h3:hover span.fas {
  color: #d6d0c4;
}
.archive .products-footer .wd-load-more {
  background-color: #d6d0c4 !important;
}

/* Custom modal button style */
.woodmart-open-modal {
  padding: 10px 20px;
  color: #000 !important;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid rgb(214, 208, 196);
  background-color: rgb(214, 208, 196) !important;
}

.woodmart-open-modal:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
}
.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(black)
  );
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black);
}
