/*
  Theme Name:   Woodmart Child
  Description: Woodmart Child Theme RTL 
  Author: Arthur Vasilenko 
  Author URI: https://www.wphome.co.il/
  Template: woodmart 
  Version: 1.0.0
  Text Domain:  wphome
*/

:visited,
:focus,
:active,
:focus-visible {
  outline: none;
  -moz-outline-style: none;
}

[class*="wd-spacing-"] {
  --wd-sp: 20px;
}

.theme-wphome textarea {
  min-height: 120px;
  min-width: 100%;
  max-width: 100%;
}

body .is-layout-flex.are-vertically-aligned-center {
  justify-content: center;
}

.wd-nav-portfolio li[data-filter] a {
  text-decoration: none;
}

.pointer-events-none {
  pointer-events: none;
}

.btn-size-default {
  font-size: 16px;
}

.theme-wphome .page-title.page-title-default {
  padding: 20px 0;
  margin-bottom: 10px;
}

.theme-wphome .wd-nav>li:is(.wd-has-children, .menu-item-has-children)>a:after {
  margin-right: 10px;
  margin-top: 3px;
  font-size: 70%;
}

.theme-wphome .elementor-element.ltr {
  direction: ltr;
}

.wd-header-nav .menu>.menu-item-has-children::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 380;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #f4f8ff;
  top: 100%;
  right: 50%;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(15px, 13px);
}

.wd-header-nav .menu>.menu-item.menu-item-has-children:hover::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transform: translate(50%, -5px);
}

.whb-sticked .wd-header-nav .menu>.menu-item.menu-item-has-children:hover::after {
  transform: translate(50%, -10px);
}

.wd-nav-mobile .wd-sub-menu {
  background-color: #f4f8ff;
}

.theme-wphome .category-grid-item .category-image {
  transform-origin: bottom center;
}

.theme-wphome .menu .category-grid-item .category-image {
  transform-origin: right center;
}

.theme-wphome .wd-dropdown-menu {
  background-color: #f4f8ff;
}

span.optional {
  display: none;
}

/** Readabler Accecability style START */
.theme-wphome .mdp-readabler-trigger-button-box.bottom-left {
  bottom: 80px;
  left: 20px;
  z-index: 350;
  transition: all .25s ease;
}

.theme-wphome #mdp-readabler-popup #mdp-readabler-popup-close {
  margin-left: 32px;
  background-color: var(--readabler-color);
  color: #fff;
}

.theme-wphome #mdp-readabler-popup #mdp-readabler-popup-close:before {
  color: #fff;
}

.theme-wphome #mdp-readabler-popup {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theme-wphome #mdp-readabler-popup #mdp-readabler-popup-main {
  flex: 1 1 200px;
}

.theme-wphome #mdp-readabler-accessibility-statement-box.mdp-open #mdp-readabler-close-statement-btn {
  left: 16px;
  right: auto;
}

@media (max-width: 1024px) {
  .theme-wphome .mdp-readabler-trigger-button-box.bottom-left #mdp-readabler-trigger-button {
    padding: 10px;
  }

  .theme-wphome .mdp-readabler-trigger-button-box.bottom-left {
    bottom: 65px;
    left: 12px;
  }

  .theme-wphome.sticky-toolbar-on .mdp-readabler-trigger-button-box.bottom-left {
    bottom: 117px;
    left: 12px;
  }
}

@media (min-width: 1025px) {
  .theme-wphome._bottom .mdp-readabler-trigger-button-box.bottom-left {
    bottom: 125px;
  }
}

/** Readabler Accecability style END */

@media (min-width: 1025px) {
  .theme-wphome .page-title.title-size-default .title {
    font-size: 48px;
  }
}

.theme-wphome .wd-entry-meta .meta-author {
  display: none;
}

._bottom .scrollToTop {
  bottom: 65px;
}

.theme-wphome [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
  right: 0;
}

.theme-wphome [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
  left: 0;
}

.theme-wphome .btn-size-extra-large {
  font-size: 24px;
  line-height: 30px;
}

.theme-wphome .btn-size-large {
  font-size: 20px;
  line-height: 26px;
}

/** Mobile Menu Style START */
.mobile-nav.wd-side-hidden {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-nav ul.wd-nav-mobile {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-nav .widgetarea-mobile {
  padding: 0;
}

.theme-wphome .wd-nav-mob-tab[class*=wd-style-]>li.wd-active>a {
  background-color: var(--wd-primary-color);
  color: #fff;
}

.mobile-nav .wph-special a {
  background-color: var(--btn-accent-bgcolor-hover);
  color: #fff;
}

.mobile-nav .wph-special a:focus {
  background-color: var(--wd-primary-color);
  color: #000;
}

.mobile-nav a.woodmart-nav-link {
  justify-content: flex-start;
  width: auto;
  border-right: none;
  border-left: 1px solid var(--brdcolor-gray-300);
}

.wph-menu-btn {
  padding: 20px 30px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wph-menu-btn a.woodmart-nav-link {
  background-color: var(--wd-primary-color);
  justify-content: center;
  min-height: 40px;
}

.wph-menu-btn a.woodmart-nav-link:hover,
.wd-nav-mobile li.wph-menu-btn.current-menu-item>a {
  color: #fff;
}

.wph-menu-btn.current-menu-item a.woodmart-nav-link {
  background-color: var(--wd-alternative-color);
}

/** Mobile Menu Style END */

.wph-col-5 .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wph-col-5 .product_list_widget>li {
  flex: 0 1 calc(20% - 15px);
}

.wph-col-5 .product_list_widget>li:last-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}

/** WhatsApp button style START */

.theme-wphome .wws-popup-container {
  z-index: 99999;
  transition: bottom .25s ease;
}

.theme-wphome .wws-popup__send-btn {
  transform: rotate(180deg);
}


.theme-wphome a.wws-product-query-btn {
  gap: 10px;
  margin: 30px 0 0 0;
  right: 50%;
  transform: translateX(50%);
}

/** WhatsApp button style END */

/** Popup global style START */
.theme-wphome .mfp-move-horizontal.mfp-ready .mfp-with-anim,
.theme-wphome .mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/** Popup open style START */
.theme-wphome .wd-popup {
  margin: 50px auto 10px;
}

.wd-popup .wph-sticky {
  top: -30px;
  margin-top: -30px;
  z-index: 5;
  position: sticky;
}

.theme-wphome .wd-popup #cboxClose,
.theme-wphome .wd-popup button.mfp-close {
  background-color: var(--wd-primary-color);
}

.theme-wphome .wd-popup #cboxClose:hover,
.theme-wphome .wd-popup button.mfp-close:hover {
  background-color: var(--wd-alternative-color);
  color: #fff;
}

/** Popup open style END */

/** Popup global style END */

/** Forminator custom style START */
.rtl .forminator-ui.forminator-custom-form[data-design=material] .forminator-input-with-phone .iti__flag-container .iti__selected-flag:first-child {
  margin-left: 0;
  margin-right: auto;
}

.rtl .forminator-ui.forminator-custom-form[data-design=material] .forminator-input-with-phone:not(.iti--allow-dropdown) .forminator-input--wrap {
  left: 0;
}

/** Forminator custom style END */

/** News Later START */
#forminator-module-8452 {
  position: relative;
}

.rtl .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=material] .forminator-checkbox__label,
.rtl .forminator-ui.forminator-custom-form[data-design=material] .forminator-checkbox__label {
  margin-left: 0;
  margin-right: 10px;
}

#forminator-module-8452 .forminator-button-submit::before {
  content: '\f1d9';
  font-family: 'fontello';
}

#forminator-module-8452 .forminator-button-submit span {
  display: none;
}

#forminator-module-8452.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:nth-child(2) {
  margin-bottom: 0;
}

#forminator-module-8452 .forminator-checkbox__wrapper .forminator-checkbox__label p {
  margin: 0;
}

#forminator-module-8452 .forminator-checkbox__wrapper .forminator-checkbox__label #gtx-trans {
  display: none;
}

.rtl .forminator-ui#forminator-module-8452.forminator-design--material .forminator-title {
  font-size: 30px;
  text-align: right;
}

.forminator-row-last .forminator-field {
  text-align: center;
}

body.theme-wphome .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form .forminator-response-message,
body.theme-wphome .forminator-ui.forminator-custom-form .forminator-response-message {
  text-align: right;
}

@media screen and (min-width: 440px) {
  #forminator-module-8452 {
    max-width: 80%;
  }
}

@media screen and (min-width: 783px) {

  #forminator-module-8452 .forminator-row-last {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(-100%, -45%, 0);
  }

  #forminator-module-8452.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:nth-child(4) {
    margin-bottom: 0;
  }
}

.woocommerce-checkout #forminator-module-8452 {
  display: none !important;
}

/** News Later END */

/** Account Delet style START */
.delete-user-account-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  padding: 20px 10px;
  width: fit-content;
  border: 1px solid var(--wd-form-brd-color);
}

.delete-user-account-container p {
  font-size: 14px;
  padding: 10px 0;
  color: #696969;
  margin: 0;
}

.delete-user-account-container p::before {
  content: '*';
  margin-left: 5px;
}

.delete-user-account-container button#delete-my-account {
  background: transparent;
  color: #000;
  font-size: 16px;
  padding: 0 10px;
  text-decoration: underline;
  font-weight: 400;
}

/** Account Delet style END */

/** Footer Style START */

.theme-wphome .wd-preloader,
.theme-wphome .wd-cookies-popup {
  z-index: 99999999;
}

@media screen and (min-width: 1025px) {

  .footer-column-3.col-lg-6 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .footer-column-1.col-lg-3,
  .footer-column-2.col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .theme-wphome._bottom .wws-popup-container {
    bottom: 65px;
  }
}

body.theme-wphome .footer-column .widget-title {
  margin-bottom: 20px;
  font-size: 28px;
  position: relative;
  padding-right: 16px;
}

.theme-wphome .footer-column .woodmart-title-container {
  position: relative;
  padding-right: 16px;
}

.theme-wphome .footer-column .woodmart-title-container::before,
.theme-wphome .footer-column .widget-title::before {
  content: "";
  height: 70%;
  width: 9px;
  background-color: var(--wd-primary-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer-widget .menu {
  padding-right: 16px;
}

.footer-widget ul.menu li.menu-item {
  margin-bottom: 5px;
}

/** Footer Style END */

/** Blog Archive page START */

.woodmart-archive-blog .wd-blog-holder {
  display: flex;
  gap: var(--wd-block-spacing);
  flex-wrap: wrap;
}

.woodmart-archive-blog .wd-blog-holder article {
  flex: 0 1 100%;
}

.format-standard.has-post-thumbnail .post-img-wrapp a {
  padding-bottom: 65%;
  overflow: hidden;
}

.format-standard.has-post-thumbnail .entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px 3px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 426px) {
  .woodmart-archive-blog .wd-blog-holder article {
    flex: 0 1 calc(50% - (var(--wd-block-spacing)));
  }
}

@media (min-width: 769px) {
  .woodmart-archive-blog .wd-blog-holder article {
    flex: 0 1 calc(33.333% - (var(--wd-block-spacing)/1.5));
  }
}

@media (min-width: 1441px) {
  .woodmart-archive-blog .wd-blog-holder article {
    flex: 0 1 calc(25% - (var(--wd-block-spacing)/2));
  }
}

/** Blog Archive page END */

/** Column design START */
[class*='wph-col-'] {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.wph-unclick .wcpa_image .wcpa_image_wrap img {
  pointer-events: none;
}

[class*='wph-col-']>* {
  border-radius: var(--btn-shop-brd-radius);
}

.wph-col-2>* {
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0 !important;
}

.wph-col-4>* {
  flex: 1 1 calc(50% - 6px);
  max-width: calc(50% - 6px);
  margin: 0 !important;
}

.wph-col-5>* {
  flex: 1 1 calc(50% - 6px);
  max-width: calc(50% - 6px);
  margin: 0 !important;
}

.wph-col-6>* {
  flex: 1 1 calc(33% - 6px);
  max-width: calc(33% - 6px);
  margin: 0 !important;
}

@media (min-width: 426px) {
  .wph-col-5>* {
    flex: 1 1 calc(33% - 6px);
    max-width: calc(33% - 6px);
  }

  .wph-col-6>* {
    flex: 1 1 calc(25% - 7px);
    max-width: calc(25% - 7px);
  }
}

@media (min-width: 769px) {
  .wph-col-2>* {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }

  .wph-col-4>* {
    flex: 1 1 calc(25% - 8px);
    max-width: calc(25% - 8px);
  }

  .wph-col-6>* {
    flex: 1 1 calc(20% - 8px);
    max-width: calc(20% - 8px);
  }
}

@media (min-width: 1025px) {

  .wph-col-5>* {
    flex: 1 1 calc(20% - 8px);
    max-width: calc(20% - 8px);
  }

  .wph-col-6>* {
    flex: 1 1 calc(16% - 4px);
    max-width: calc(16% - 4px);
  }
}

/** Column design END */
@media (max-width: 768px) {

  .mobile-align-center .wd-image,
  .mobile-align-center .wd-text-block,
  .mobile-align-center .wd-button-wrapper {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .theme-wphome .wws-popup-container {
    bottom: 67px;
  }

  .theme-wphome div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-left: 6px;
  }

  .theme-wphome div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-right: 6px;
  }

  .theme-wphome .wd-tabs div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-left: 35px;
  }

  .theme-wphome .wd-tabs div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-right: 35px;
  }
}