body {
  font-size: 18px;
  font-family: "Assistant";
}

.top_text ul {
  list-style-type: disc !important;
}
.container {
  max-width: 94%;
  position: relative;
}
.container.nav-logo {
  max-width: 100%;
  position: relative;
  background: #f1efef;
}
.container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.home #page {
  overflow: hidden;
}
.woocommerce button.button,
.btn-primary {
  background: #10100f;
  border-color: #10100f;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-weight: 400;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt .woocommerce button.button,
.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fff;
  border-color: #000;
  color: #000 !important;
  border: 1px SOLID #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 120%;
}
.navbar-brand img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.toprow {
  text-align: right;
  color: #fff;
}
.toprow a {
  color: #fff;
  padding: 0 15px;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 222px;
  padding-bottom: 222px;
}
ul.cl_logo {
  list-style: none;
}
ul.cl_logo li {
  display: inline-block;
  max-width: 161px;
  margin: 15px;
}

.team-members {
  display: inline-block;
  width: 100%;
}
.teamList {
  width: 33%;
  float: left;
}
/*headerImg*/
.fck-2 p {
  margin: 0px;
}
.headerImg {
  padding-top: 0;
  padding-bottom: 0;
  background-size: 100%;
  width: 100%;
  display: table;
  margin-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.headerImg img {
  width: 100%;
  max-width: 100%;
}
.fck_text .curtains {
  margin-bottom: 2.4em;
}
.fck-2 {
  padding-bottom: 0px;
}
.fck-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fck_text.fck-4 {
  padding-top: 0px;
}
.headerImg .heading {
  margin-bottom: 15px;
  font-family: "OpenSansHebrew-Bold";
}
.headerImg .sub-heading {
  margin-bottom: 25px;
}

.followus ul {
  list-style: none;
}
.followus ul li {
  float: left;
  font-size: 20px;
  padding: 5px;
}
.featured_Items ul li {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
}
.featured_Items ul li img {
  width: 200px;
  height: 200px;
  background-size: cover;
}
.header_image {
  width: 100%;
  text-align: center;
}
.header_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#header-img section {
  background: rgba(141, 137, 126, 28%);
  display: table;
  margin: auto;
  padding: 35px 35px;
}

#header-img section.notext {
  padding: 95px 25px;
  background: none;
}
/*testimonal*/
.testimonial .item {
  background: #f6f6f6;
  padding: 20px;
  margin: 10px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  min-height: 310px;
  width: 100%;
}
.testimonial .item img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 25px;
}
.testimonial .item .name {
  font-size: 22px;
  font-weight: 700;
}
.testimonial .item .intro {
  font-size: 18px;
  margin-bottom: 15px;
}

.stars {
  color: #ccc;
  font-size: 20px;
  margin: 5px 0;
}
.stars .filled {
  color: #f5b301;
}




.testimonial .owl-carousel.owl-drag .owl-item {
  margin-bottom: 0px;
}
.testimonial .owl-carousel button:focus {
  outline: none;
}
.btn-default {
  color: #5b5c58;
  border: solid 1px #343530;
  text-transform: uppercase;
  padding: 10px 40px;
  background: transparent;
}
/*logo*/
section:not(.fck_text) {
  padding-bottom: 35px;
}
.fck_text {
  padding-bottom: 30px;
}
section.header-slider .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

section.header-slider {
  padding: 0;
}

.home section {
  text-align: center;
}

/*team_members*/
.team-members .owl-team {
  margin-bottom: 20px;
}
.team-members figure.effect-zoe {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 320px;
  max-width: 480px;
  max-height: 480px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
}
.team-members figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  text-align: center;
  background: rgb(17, 115, 190, 0.6);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: absolute;
  left: 0;
  width: 100%;
}
.team-members figure.effect-zoe p.description {
  margin: 0px 0 10px 0;
  text-transform: uppercase;
  color: #fff;
}
.team-members figure.effect-zoe h2 {
  display: inline-block;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.team-members figure.effect-zoe:hover p.description {
  opacity: 1;
}
.team-members figure.effect-zoe:hover figcaption,
.team-members figure.effect-zoe:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-members figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.team-members .item {
  margin: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  display: inline-block;
}
.team-members .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
/*team_members*/
.featured-items figure.featured-products {
  background: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

/*.featured-items a.linkTo{position: absolute;width: 100%;height: 100%;right: 0;z-index: 1;}*/
.featured-items a.linkTo:hover {
  transform: scale(
    1.5
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.featured-items .boxItem:hover span.btn-view {
  background: #000;
  color: #fff;
}

.featured-items figure.featured-products figcaption {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
.featured-items figure.featured-products figcaption h2 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.featured-items figure.featured-products figcaption .product-price,
.related_products li figcaption .product-price {
  margin: 0 0 15px 0;
  padding: 0;
  color: #131313;
  font-size: 18px;
  font-weight: 700;
}
.featured-items figure.featured-products figcaption a {
  background: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border-color: #000;
  padding: 7px 20px;
  border-radius: 0;
  margin: 0;
  float: left;
}
.featured-items figure.featured-products figcaption a:hover {
  background: #000;
  color: #fff !important;
}
.featured-items figure.featured-products figcaption span.btn-view,
.related_products li a.btn-view {
  display: block;
  background: #fff;
  border: solid 2px #131414;
  color: #1a1a1a;
}

.featured-items figure.featured-products figcaption span.btn-view:hover,
.related_products li a.btn-view:hover {
  background: #1a1a1a;
  border: solid 2px #1a1a1a;
  color: #fff;
}

/*bullets*/
.bulletarea {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bulletinner {
  display: table-cell;
  text-align: center;
  padding: 15px 0;
}
.leftImg {
  text-align: left;
}
.leftImg img {
  width: 100%;
}
.leftImg h2 {
  color: #fb8403;
  font-size: 62px;
  font-weight: 700;
  padding: 0;
  margin: 15px 0 0 0;
}
.leftImg h3 {
  color: #006b98;
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 40px 0;
}
.leftImg p {
  width: 90%;
  color: #3e4040;
  font-size: 22px;
}

header#masthead {
  margin-bottom: 0;
  z-index: 999;
  position: fixed;
  width: 100%;
  padding: 0px 0;
  top: 0;
  background: #f1efef;
}
.page-template-home-page header#masthead {
  top: 0px;
  transition: 1s;
}
header#masthead.shadow {
  top: 0;
  transition: 1s;
}
header#masthead .navbar-brand {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 15px;
  direction: ltr;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-nav {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-weight: bold;
}
li.dropdown-ab-submenu:hover > ul.dropdown-menu {
  display: block;
}
#main-nav {
  float: left;
}
.fa-search:before {
  color: #757d85;
}
#masthead .navbar-nav > li > a {
  font-family: Assistant-regular, sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #0e0606;
  margin: 0 10px;
  padding: 0px;
}

@media screen and (max-width: 100em) {
  .page-template-home-page header#masthead .container {
    margin: 0;
    max-width: 100%;
  }
  .con-info {
    padding: 0;
  }
}

#masthead .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a {
  background: none !important;
}
.mini-cart span.cart-items-count.count {
  position: absolute;
  border-radius: 50%;
  line-height: 17px;
  color: #fff;
  padding: 0px 5px;
  font-size: 18px;
  top: 5px;
  right: 5px;
}
.mini-cart .dropdown-menu-mini-cart {
  right: 0;
  left: auto;
  width: 300px;
  top: 40px;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart {
  padding: 10px;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart a img {
  width: 40px;
  margin: 0 10px 0 0px;
  float: left;
  padding: 2px;
  border: 1px solid #d6d6d6;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart a {
  color: #000000;
  font-weight: 500;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mini-cart dl.variation {
  position: absolute;
  top: 27px;
  left: 5.7em;
  padding: 0 !important;
  border: none !important;
}
.mini-cart dl.variation dt,
.mini-cart dl.variation dd {
  padding: 0px !important;
  clear: both;
  float: none;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .remove {
  font-size: 25px;
  color: #000 !important;
  margin: 5px 5px 0 0px;
  float: left;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  background: transparent;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .remove:hover {
  background: #f08e0f;
  border-radius: 100%;
  color: #ffffff !important;
}
.mini-cart .dropdown-menu-mini-cart .woocommerce-mini-cart li .quantity {
  float: right;
  font-weight: 500;
  padding-top: 5px;
}
.mini-cart
  .dropdown-menu-mini-cart
  .woocommerce-mini-cart
  li
  .quantity
  .amount {
  color: #f08e0f;
}
.mini-cart .widget_shopping_cart_content .total {
  float: right;
  padding-right: 10px;
}
.mini-cart {
  padding: 13px 0px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.shopping-cart {
  background: url(../img/cart.png) no-repeat;
  padding: 13px 28px;
}
.mini-cart .dropdown-menu-mini-cart:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 3px;
  margin-top: -18px;
}
.mini-cart .widget_shopping_cart_content .total .amount {
  color: #f08e0f;
  font-weight: 500;
}
.mini-cart .widget_shopping_cart_content .buttons {
  float: right;
  clear: both;
  padding: 10px 10px 0;
  display: flex;
}
.mini-cart .widget_shopping_cart_content .buttons a.button {
  background-color: #52773a;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-left: 5px;
  text-decoration: none;
  border-radius: 0px;
  line-height: 16px;
  font-weight: 400;
}
.mini-cart .woocommerce-mini-cart__empty-message {
  font-size: 16px;
  font-weight: 500;
  margin: 10px;
  color: #000000;
}
/*.header-right{margin-top: 25px;}*/
.site-header .navbar {
  padding: 0px;
  /* width: 100%; */
}
.site-header .header-right {
  display: flex;
}
.phone_header_num {
  color: #015f92;
  font-size: 20px !important;
  /* font-family: Assistant-Regular; */
}
#masthead.shadow {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.site-header .header-icon {
  float: right;
}
/*enquiry*/
.enquiry {
  background-size: cover;
}
.newsletter {
  border: 10px solid rgb(0, 112, 156, 0.5);
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}
.newsletter h3 {
  font-size: 64px;
  color: #00709c;
}
.newsletter h4 {
  font-size: 44px;
  color: #65b0cd;
  margin-bottom: 20px;
}
.newsletter-wrap {
  width: 60%;
  margin: auto;
  border: solid 2px #00709c;
  padding: 10px;
}
.newsletter-wrap .your-email {
  width: 70%;
  display: inline-block;
}
.newsletter-wrap .your-email input {
  color: #65b0cd;
  border: none;
  text-transform: uppercase;
  box-shadow: none;
}
.newsletter-wrap .btn-primary {
  width: 30%;
  display: inline-block;
  background: #00709c;
  border-radius: 0;
  text-transform: uppercase;
  border-color: #00709c;
}
.newsletter-wrap .ajax-loader {
  display: none !important;
}
/*contactus*/
ul.contactus {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
ul.contactus li {
  display: inline-block;
  width: 24%;
  margin: 0.5%;
  float: left;
}
ul.contactus li input {
  background: #fff;
  padding: 20px 10px;
  color: #262527;
  border-radius: 0;
  width: 100%;
}
.fck-2 .curtains > a,
.fck-3 .curtains > a {
  padding: 0px;
  border: none;
  border-radius: 0px;
  display: inherit;
  margin: 0px;
}
ul.contactus li input.btn-primary {
  background: #86af56;
  text-transform: uppercase;
  border-color: #86af56;
  color: #fff;
}
#footer-widget {
  background: #000000;
  color: #fff;
  padding-top: 15px;
  /*padding-bottom: 15px;*/
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#footer-widget .hidden {
  display: block !important;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#footer-widget .footerText2row1 {
  width: 50%;
  float: right;
  padding-left: 17px;
}
#simple-social-icons-2 {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}
#simple-social-icons-2 .alignleft {
  float: right;
}

footer#colophon {
  background: black;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer#colophon .site-info {
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}
footer#colophon .site-info img {
  margin: 0px 15px 0 0px;
}
.social-footer {
  float: right;
  margin-top: 15px;
}
.social-footer li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-footer li a {
  font-size: 20px;
  color: #7a56af;
  padding: 5px;
}
.video-gallery .heading {
  font-family: open-sansbold;
  margin: 23px 0px;
}
.photo-gallery img {
  height: 310px;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
}
.photo-gallery img {
  height: 310px;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
}
.photo-gallery .owl-nav {
  display: none;
}
.photo-gallery .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #abacaa;
  border-radius: 100%;
  margin: 2px;
}
.photo-gallery .owl-dots button.active {
  background: #015f92;
}
.enquiry .heading {
  text-transform: uppercase;
  padding: 38px 0px;
  display: block;
}
.pr {
  position: relative;
}
.btn-bottm {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.curtains a.btn {
  border: none;
  font-family: "OpenSansHebrew-regular";
  background: rgba(141, 137, 126, 62%);
  padding: 6% 12%;
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 22px;
}
.f-catalog .curtains a.btn {
  padding: 4% 6%;
}
.f-catalog .btn-bottm {
  bottom: 10px;
}
.curtains a {
  width: 100%;
}
.curtains img {
  width: 100%;
}
.fck_text a {
  padding: 18px 103px;
  border-radius: 11px;
  margin-top: 38px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-family: open-sansbold;
  margin-bottom: 39px;
}
.fck_text p {
  font-size: 18px;
}
.fck_text .heading {
  font-family: Assistant-bold;
  margin: 33px 5px;
  letter-spacing: 4px;
}
.headerImg .btn-default {
  padding: 18px 92px;
  font-weight: bold;
  border-radius: 0px;
}
.video-gallery p {
  font-size: 20px;
  margin-bottom: 55px;
}
.video-gallery a.video_button {
  padding: 18px 103px;
  font-family: open-sansbold;
  margin: 60px 0px 34px;
  font-size: 22px;
  border-radius: 9px;
  display: inline-block;
  text-decoration: none;
}
.photo-gallery h3.heading {
  margin: 33px 0px;
}
.photo-gallery p {
  font-size: 20px;
  margin-bottom: 61px;
}
.photo-gallery .gallery_button {
  padding: 18px 103px;
  font-family: open-sansbold;
  margin: 60px 0px 34px;
  font-size: 22px;
  border-radius: 9px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.img_text_block {
  width: 25%;
  text-align: center;
  float: left;
}
.img_text_block .img_text_title {
  width: 100%;
  display: inline-block;
  color: #404042;
  font-family: open-sansbold;
  font-size: 25px;
}
.img_text_block .img_text_subtitle {
  width: 100%;
  display: inline-block;
  color: #404042;
  font-family: OpenSans;
  font-size: 23px;
}
.fck-6 {
  background: #f1f1f1;
  padding: 40px 0px 79px 0px;
}
.fck-6 .heading {
  color: #424247 !important;
}
.fck-6 p {
  margin-bottom: 77px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  font-size: 30px !important;
  color: #015f92 !important;
  padding: 0 5px !important;
}
.testimonial a.testimonial_button {
  font-family: open-sansbold;
  border: 1px solid #5b5c58;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
  margin-top: 41px;
  text-decoration: none;
  margin-bottom: 43px;
}
.parallax_text_area {
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: 69px;
}
.parallax_text_area .subheading_li {
  color: #fff;
  font-family: open-sansbold;
  font-size: 43px;
  margin: 0px;
}
.text_normal {
  color: #fff;
  font-family: OpenSans-LightItalic;
  font-size: 25px;
}
.parallax {
  display: table;
  width: 100%;
}
.cl-logo .heading {
  font-family: open-sansbold;
  margin: 36px 0px;
}
.cl-logo {
  padding-bottom: 66px;
  padding-top: 0px;
}
.team-members .heading {
  margin-bottom: 41px;
  font-family: open-sansbold;
}
.team-members .team_button {
  font-family: open-sansbold;
  border: 1px solid #4888be;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
  margin-top: 41px;
  text-decoration: none;
  margin-bottom: 43px;
}
a.featured_button {
  font-family: open-sansbold;
  border: 1px solid #52773a;
  padding: 18px 103px;
  border-radius: 9px;
  display: inline-block;
  margin-top: 41px;
  text-decoration: none;
  margin-bottom: 43px;
  text-transform: uppercase;
}
.fck-13 {
  margin: 0px;
  padding: 0px;
}
.bullets .heading {
  font-family: OpenSans;
  font-weight: normal;
}
.bullets-14 .bulletinner,
.bullets-4 .bulletinner {
  color: #fff;
  font-size: 28px;
}
.bullets-14 .heading,
.bullets-4 .heading {
  margin-bottom: 39px;
}
.bullets-14,
.bullets-4 {
  padding-bottom: 46px;
  padding-top: 45px;
}
#footer-widget .nav > li > a:hover {
  background: none;
}
#footer-widget .nav > li > a {
  color: #ffffff;
  font-size: 16px;
  font-family: Assistant-Regular;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  padding-top: 0;
  padding-bottom: 5px;
}

.banners-footer {
  padding: 30px 0;
}

#footer-widget .footerItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #23a6a1;
  height: 80%;
  right: 250px;
}

#footer-widget .footerItem:last-of-type::after {
  display: none;
}

#footer-widget .footerItem {
  position: relative;
  padding: 10px;
}

#footer-widget .footerItem a:hover {
  color: #23a6a1 !important;
}

@media (max-width: 40em) {
  #footer-widget .footerItem::after {
    display: none;
  }
}

#masthead .navbar-nav > li > a {
  position: relative;
}

#masthead .navbar-nav > li > a:hover {
  color: #23a6a1 !important;
}

#masthead .navbar-nav > li.current-menu-item a:not(ul.dropdown-menu a) {
  color: #23a6a1;
}

a.linkTo figure img:hover {
  transition: transform 0.5s ease;
}

#masthead .navbar-nav > li > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #23a6a1;
  content: "";
  opacity: 0;
  -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
#masthead .navbar-nav > li:hover a:after {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* .team-members .item{
  width: 100%;
}
.team-members figure.effect-zoe{
  width: 100%;
} */

#breadcrumbs {
  background: none;
  text-transform: uppercase;
  padding: 0;
  list-style: none;
  margin: 0;
  display: block;
  margin-top: 4em;
}
#breadcrumbs li {
  float: left;
  margin-left: 18px;
  display: flex;
}

#breadcrumbs li a {
  font-size: 18px;
  position: relative;
  padding: 3.4px 20px;
  font-weight: 400;
}
#breadcrumbs li.home a {
  padding: 4.5px 10px 4.1px 15px;
}

#breadcrumbs li.home a,
#breadcrumbs li.sub a {
  color: #5a5a5a;
}

#breadcrumbs li:not(:last-child) a:after {
  content: "/";
  top: 5px;
  left: -12px;
  width: 13px;
  height: 23px;
  position: absolute;
}
/*#breadcrumbs li.sub a:after{
  background: #f6f6f6;
    position: absolute;
    transform: skew(-30deg);
    height: 23px;
    margin-left: -6px;
}*/
#breadcrumbs li strong {
  position: relative;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  background: none !important;
  color: #5a5a5a !important;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}

.post.hentry,
.custom_post {
  padding: 20px;
}
#primary {
  padding-top: 0;
}
.widget_categories,
.widget_categories_widget {
  background-color: #f6f4f4;
  border: solid 2px #efecec;
  padding: 0;
  margin: 0 0 15px 0;
}
.widget_categories .widget-title,
.widget_categories_widget .widget-title {
  display: none;
}
.widget_categories li,
.widget_categories_widget li {
  position: relative;
}
.widget_categories li > a,
.widget_categories_widget a {
  padding: 10px;
  font-size: 20px !important;
  color: #4b4d4a;
  width: 100%;
  display: inline-block;
  border-bottom: solid 2px #fbfafa;
}
.widget_categories_widget a:hover {
  background-color: #eee;
  text-decoration: none;
}
.widget_categories li > ul > li > a,
.widget_categories_widget li > ul > li > a {
  padding: 10px 10px 10px 40px;
}
.widget_categories li > ul > li > a:before,
.widget_categories_widget li > ul > li > a:before {
  content: ">";
  top: 9px;
  left: 17px;
  position: absolute;
}
.widget_categories li > ul > li > ul > li > a,
.widget_categories_widget li > ul > li > ul > li > a {
  padding: 10px 10px 10px 60px;
}
.widget_categories li > ul > li > ul > li > a:before,
.widget_categories_widget li > ul > li > ul > li > a:before {
  content: ">";
  top: 9px;
  left: 34px;
  position: absolute;
}
.widget_categories .current-cat a,
.widget_categories_widget .current-cat a {
  color: #eb4435;
}
.enquiry,
.bullets {
  text-align: center;
}
article .entry-header {
  display: none;
}
.widget-area {
  margin-bottom: 20px;
}
/*woocommerce*/
.woocommerce div.product .product_title {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 20px;
}
.prosku span {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
.prosku span.out_stock,
.prosku span.in_stock {
  color: #eb4435;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-product-rating {
  margin: 0;
}
.woocommerce div.product .woocommerce-product-rating strong.count {
  font-size: 12px;
  color: #1a1b1a;
  font-weight: 400;
}
.woocommerce .star-rating span {
  color: #f1c40f;
}

.post-navigation .nav-previous a[rel="prev"]::before {
  float: left;
  margin-right: 10px;
}

.post-navigation .nav-next a::after {
  float: right;
  margin-left: 10px;
}
.nav-previous {
  text-align: left;
}
.slick-vertical .slick-prev {
  position: absolute;
  top: 0px;
  transform: rotate(89deg);
  left: 20%;
  background: #f5f5ef !important;
  text-align: center;
  padding: 22px 26px 22px 23px;
  border-radius: 87px;
  z-index: 99;
  opacity: unset;
  box-shadow: 0px -3px 11px 1px #00000052;
}
#wpis-gallery {
  width: 84px;
  float: right;
  margin-right: 0px;
  padding-top: 52px;
}
#wpis-gallery .slick-next {
  right: 20%;
}

#wpis-gallery .slick-next,
#wpis-gallery .slick-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#wpis-gallery .slick-next:hover,
#wpis-gallery .slick-prev:hover {
  display: flex !important;
}

.slick-vertical .slick-slide {
  border: none !important;
}
.slick-initialized .slick-slide {
  margin-right: 5px;
}
.slick-vertical .slick-slide {
  margin-right: 0px;
}
.slick-prev {
  transform: rotate(0deg);
  left: -29px;
  top: 36%;
  opacity: unset !important;
  z-index: 99;
}
.slick-next {
  transform: rotate(0deg);
  right: -29px;
  bottom: 36%;
  opacity: unset !important;
  z-index: 99;
}
.slick-vertical .slick-next {
  position: absolute;
  bottom: -16px;
  transform: rotate(89deg);
  left: 20%;
  background: #f5f5ef !important;
  text-align: center;
  padding: 22px 24px 21px 23px;
  border-radius: 87px;
  z-index: 99;
  opacity: unset;
  box-shadow: 0px 0px #000;
  box-shadow: 0px -3px 11px 1px #00000052;
}
.images .wpis-slider-for {
  width: 100%;
  float: right;
  border: 0px solid #dfdfdf;
  padding: 0px;
}
.woocommerce-page div.product div.images {
  float: right;
}
.main_image_outer {
  display: block;
  width: 85%;
  float: left;
  position: relative;
  margin-left: 0px;
  overflow: hidden;
}
.images .main_image_outer .onsale {
  position: absolute;
  font-size: 24px;
  line-height: 111px;
  top: 16px;
  left: 12px;
}
/* .wpis-slider-for .slick-list .slick-track .slick-slide img{
  height: 100%;
} */
.single-product .detail_page {
  margin-top: 10px;
  /*max-width: 1180px;*/
}
.main_image_outer .onsale {
  width: 126px;
  height: 126px;
  font-family: open-sansbold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 109px;
}
.single-product .detail_page .summary {
  margin: 0px;
  float: left !important;
}
.prosku {
  margin: 0px 0 10px 0;
}
.short_des p {
  font-size: 18px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 15px;
}
.woocommerce-product-details__short-description h2 {
  display: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}
.single_variation_wrap {
  margin-bottom: 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #5c5b5b;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 100%;
  width: 25%;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  float: right;
  margin-right: 0;
  text-decoration: none;
  width: 100%;
  font-size: 42px;
  margin-top: 15px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #1a1b1a;
  font-size: 22px;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  line-height: 35px;
  float: left;
  width: 38px;
  height: 38px;
  margin: 0;
  color: #fff;
  background: #d70723;
  text-align: center;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button span {
  display: none;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:before {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.woocommerce div.product form.cart div.quantity input {
  border: solid 1px #cbcbcb;
  padding: 8px 0px 8px 8px;
  margin-top: 0px;
  text-align: center;
}
.tinv-wishlist .tinv-wishlist-clear {
  float: left;
}
.woocommerce div.product form.cart .button {
  color: #ffffff;
  background-color: #23a6a1;
  border: none;
  border-radius: 8px;
  padding: 20px 40px !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

/* אפקט hover */
.woocommerce div.product form.cart .button:hover {
  background-color: #1b8d8a;
  color: #ffffff !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .button,
.tinv-wraper.tinv-wishlist {
  /*  float: none; */
  display: inline-block;
  margin-right: 5px;
}
.woocommerce div.product div.images img {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product form.cart .buy-checkout {
  background: #5b8432;
  color: #fff;
  font-weight: 400;
  margin-top: 0px;
  padding: 10px;
  float: left;
}

.woocommerce-variation-add-to-cart {
  margin-top: 20px;
}

.woocommerce-tabs-container {
  display: inline-block;
  background: #faf8f8;
  padding: 25px 0;
  margin: 20px 0 0 0;
  width: 100%;
}
.woocommerce-tabs-container .woocommerce-tabs {
  max-width: 94%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}

.woocommerce-tabs .wc-tabs {
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  text-transform: uppercase;
}
.woocommerce-tabs .wc-tabs li a {
  font-size: 18px;
  color: #4b4d4a;
}
.woocommerce-tabs .wc-tabs li.active {
  background: #eb4435;
  background-color: #f0f1f1 !important;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #fff;
}

.woocommerce-tabs ul.tabs li {
  background-color: white !important;
}
.woocommerce-Tabs-panel {
  background: #f0f1f1;
  margin: 0;
  padding: 15px;
}
.woocommerce-Tabs-panel h2 {
  margin-bottom: 15px;
}
.related.products {
  text-align: center;
}
.related.products .title {
  font-size: 28px;
  color: #4b4d4a;
  margin-bottom: 40px;
}
.related_products li {
  border: solid 1px #e8e4e4;
  background: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  width: 100% !important;
  text-align: center;
  background: #f8f7f7;
}
.related_products .imagewrapper {
  height: 250px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.related_products .imagewrapper img {
  height: 100%;
}
.related_products .star-rating,
.related_products .tinvwl_add_to_wishlist_button {
  display: none !important;
}
.related_products a.add_to_cart_button {
  background: #52773a;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-color: #52773a;
  padding: 7px 35px;
  border-radius: 0;
  margin: 0 0 15px 0 !important;
  text-transform: uppercase;
}
.related_products li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.related_products li:hover a.add_to_cart_button {
  background: #e45353;
  border-color: #e45353;
}
.related_products .owl-next,
.related_products .owl-prev {
  background: #f5f5ef !important;
  height: 42px;
  width: 42px;
  text-align: center;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  font-size: 20px;
  position: absolute;
  top: 40%;
  z-index: 9999999;
  line-height: 100% !important;
}
.related_products .owl-next {
  right: -50px;
}
.related_products .owl-prev {
  left: -50px;
}
.addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 100% !important;
  padding: 4px;
}
.product-quantity .quantity,
.product-quantity .product-remove {
  float: left;
  margin-right: 5px;
}
.discount-coupon {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.discount-coupon .coupon {
  float: right;
}
.discount-coupon .coupon input {
  padding: 8px;
}
/*########## Check Out Page ##### Start #####*/
.post-98.page .page-title {
  display: none;
}
.checkout_page {
  margin: 50px 0;
}
/*.checkout_page .panel-collapse.in{display: block;}*/
.panel-heading .panel-title {
  font-family: "Roboto";
  font-size: 23px;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid #000;
}
.panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f078";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woocommerce-form.woocommerce-form-login.login {
  display: block !important;
}
.panel-group .panel-body {
  border: none !important;
  padding: 0;
}
.panel-default > .panel-heading.active {
  color: #f08e0f;
  border-bottom: 1px solid #f08e0f;
}
.form .content h2 {
  color: #f08e0f;
  font-family: "Roboto";
  font-size: 22px;
  float: left;
  margin: 0;
}
.form .content p.txt {
  float: left;
  margin: 3px 10px 0;
  font-weight: 500;
}
.form .content {
  display: inline-block;
  width: 100%;
  padding: 20px 25px;
  border-bottom: 1px solid #d6d6d6;
}
.form .woocommerce-form.woocommerce-form-login.login,
.customer_opt {
  border: none;
  padding: 30px 25px;
  margin: 0;
}
.form .woocommerce-form.woocommerce-form-login.login label {
  display: none;
}
.form .form-row-first,
.login-form .form-row-last {
  width: 100% !important;
  padding: 0 !important;
}
.form .woocommerce-form.woocommerce-form-login.login .form-row input {
  border: 1px solid #cbcbcb;
  height: 40px;
  padding: 10px;
  margin-bottom: 10px;
}
.form .woocommerce-form.woocommerce-form-login.login p.form-row {
  float: right;
}
.form {
  border: 1px solid #d6d6d6;
  margin: 35px 0px;
}
form.login .form-row {
  padding: 0px;
}
.form form.login .form-row button {
  padding: 15px 45px;
}
form.login .form-row .button {
  margin-top: 15px;
}
p.lost_password {
  margin: 27px 0px 0;
}
p.lost_password a {
  color: #f08e0f;
  font-weight: 700;
}
p.lost_password a:hover {
  text-decoration: underline;
}
.radio_btn {
  margin: 8px 0 20px;
}
.radio_btn label {
  margin-right: 20px;
}
.radio_btn label input {
  float: left;
  margin-right: 5px;
}
.contin {
  padding: 15px 45px !important;
  margin-top: 11px !important;
}
.woocommerce-privacy-policy-text {
  padding: 0 15px;
}
h4#ship-to-different-address {
  font-family: "Roboto";
  padding-left: 20px;
  margin-top: 25px;
}
.woocommerce-additional-fields {
  margin: 20px 0;
}
.woocommerce-additional-fields .form-row textarea {
  height: 80px !important;
}
#totalPayment thead {
  background: #82100c;
  color: #fff;
}
#totalPayment td {
  border-left: 1px solid #ddd;
}
.woocommerce-account-fields div.create-account {
  display: block !important;
}
#shipping_company_field.form-row {
  clear: both;
}
#shipping_first_name_field.form-row,
#shipping_last_name_field.form-row {
  width: 49%;
}
#collapseFive ul.wc_payment_methods.payment_methods.methods {
  margin: 15px 0 0;
}
table#totalPayment {
  margin-top: 30px;
  border-collapse: collapse;
  table-layout: fixed;
}
table#totalPayment tr th,
table#totalPayment tr td {
  padding: 15px;
  text-align: center;
  font-weight: 500;
}
table#totalPayment .woocommerce-privacy-policy-text {
  display: none;
}
#totalPayment tr th.product-total,
#totalPayment tr td.product-total,
tr.cart-subtotal td,
tr.cart-subtotal th,
tr.cart-discount th,
tr.cart-discount td,
tr.selected_shipping th,
tr.selected_shipping td,
tr.order-total td,
tr.order-total th,
td.confirm_product {
  text-align: right !important;
  padding: 15px 30px !important;
}
table#totalPayment .form-row.place-order {
  margin-bottom: 0px !important;
}
table#totalPayment .button.contin {
  float: left;
}
#totalPayment .woocommerce-shipping-totals.shipping {
  display: none;
}
#collapseFive .form-row label {
  display: inline-block;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
} /*
.woocommerce-page form .form-row span
{
  display: block;
  width: 100%;
}*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  height: 42px;
  padding: 10px;
  width: 100%;
  border: 1px solid #cbcbcb;
  color: #000;
  font-size: 18px;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 18px;
  padding-left: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
}
.woocommerce button.right {
  float: right;
}
/*########## Check Out Page ##### End #####*/
p.form-row input.error {
  border: 1px solid #840710 !important;
  box-shadow: 0px 0px 3px 0px rgba(132, 7, 16, 1);
}
span.error_msg {
  font-size: 18px;
  font-weight: 700;
  color: #840710;
  padding: 10px 0;
  display: inline-block;
}
.form-control {
  height: auto;
}

/*my account */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  background-color: #f6f4f4;
  border: solid 2px #efecec;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
  padding: 10px;
  font-size: 20px;
  color: #4b4d4a;
  width: 100%;
  border-bottom: solid 2px #fbfafa;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a:hover {
  text-decoration: none;
}
.woocommerce-MyAccount-content .btn-primary {
  margin-top: 15px;
}
.woocommerce-input-wrapper {
  display: inline-block;
  width: 100%;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: #e45353;
  border-color: #e45353;
  color: #fff;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin: 0 15px;
}
.shipping_methods {
  padding-top: 20px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
  padding-bottom: 15px;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 0;
}
.wpis-popup {
  display: none;
}

/*products Shop page*/
.products {
  padding: 0;
  margin: auto !important;
}
.post-type-archive .products li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: solid 1px #727272;
  background: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: right !important;
  margin-right: 0px !important;
  margin-left: 1% !important;
  margin-bottom: 20px;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-left: 0 !important;
}
.post-type-archive .products li figure.featured-products {
  text-align: center;
  text-transform: uppercase;
}
.post-type-archive .products li figure.featured-products .imagewrapper {
  height: 320px;
  margin-bottom: 10px;
}
.post-type-archive .products li figure.featured-products .imagewrapper img {
  height: auto;
}
.post-type-archive .products li figure.featured-products .price {
  margin: 0 0 15px 0;
  padding: 0;
  color: #5b8432;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
.post-type-archive .products li figure.featured-products .star-rating {
  display: none;
}
.post-type-archive .products li figure.featured-products a.button {
  background: #52773a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-color: #52773a;
  padding: 10px 20px;
  border-radius: 0;
  margin: 0 5px;
  bottom: 12px;
}
.post-type-archive .page-title {
  text-align: center;
}

.post-type-archive .woocommerce-result-count,
.post-type-archive .woocommerce-ordering {
  display: none;
}
.panel-title .more-less {
  display: none !important;
}
button.single_add_to_cart_button {
  padding: 9px 25px !important;
}
.widget_categories ul li.current-cat ul.children {
  display: inline-block !important;
  width: 100%;
}

.post-type-archive-product .page-title {
  margin-bottom: 20px;
  width: 75%;
  float: left;
  text-align: right;
}
.headerImg {
  position: relative;
}
.homevideocon {
  overflow: hidden;
  width: 100%;
  left: 0 !important;
  height: 100%;
  z-index: 0;
  display: block;
  top: 0px;
  position: absolute;
}
.homevideocon .overlay2 {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  /*background: #2966b1;*/
  position: absolute;
  opacity: 0.6;
}
#video-bg,
.vidfortabmobile {
  right: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  /* max-width: 112%; */
  height: auto;
  min-height: 100%;
  z-index: 1;
}
.curtains-grace-bg {
  background: url("../img/curtains-grace-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: right;
}
.curtains-grace-img {
  padding-right: 0px;
}
.curtains-grace-bg h2 {
  color: #015f92;
  font-size: 41px;
  font-family: Assistant-bold;
  margin-bottom: 15px;
}
.curtains-grace-bg p {
  color: #ffffff !important;
  font-size: 19px;
  font-family: Assistant-Regular;
  line-height: 1.3em;
}
.curtains-grace-img img {
  width: 100%;
}
.curtains-grace-txt {
  padding: 0 8% 0 2%;
}
aside#secondary section.widget_nav_menu h3.widget-title {
  font-size: 36px;
  margin-bottom: 10px;
  color: #015f92;
  font-family: Assistant-bold;
}
aside#secondary section.widget_nav_menu .menu {
  background-color: #f6f4f4;
  border: solid 2px #efecec;
  padding: 0;
  margin: 0 0 15px 0;
}
aside#secondary section.widget_nav_menu .menu li a {
  padding: 10px 1rem !important;
  font-size: 20px !important;
  color: #4b4d4a;
  width: 100% !important;
  display: inline-block;
  border-bottom: solid 2px #fbfafa;
}
.photo-gallery .owl-dots {
  text-align: center;
}
.photo-gallery .heading {
  margin-bottom: 30px;
  color: #015f92 !important;
  text-align: center;
}

/***Contact page***/
.contact-info {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  word-break: break-all;
}
.contact-info span {
  width: 56px;
  height: 56px;
  background: #015f92;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  line-height: 56px;
  font-size: 23px;
}
.contact-info h3 {
  color: #7e553a;
  font-size: 18px;
  font-weight: 700;
}
.contact-info a {
  text-decoration: none;
  color: #21201f;
  margin-bottom: 1.5em;
  display: inline-block;
}
.contact-map iframe {
  width: 100%;
  border: solid 1px #a4a4a4 !important;
}

.contact-form {
  background: black;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  min-width: 400px;
  padding: 25px;
  display: block;
  direction: rtl;
  text-align: right;
}

.contact-form h4 {
  font-size: 27px;
  color: white;
  text-align: right;
  line-height: 1.6;
  margin-bottom: 30px;
}

.contact-form label {
  display: block;
  font-size: 14px;
  color: white;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  font-size: 16px;
  color: white !important;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 !important;
  background: transparent;
  width: 100%;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: transparent;
  border-bottom: 1px solid #1ccfc9;
}

.contact-form textarea {
  height: 100px;
  resize: vertical;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: row-reverse;
  gap: 10px;
}

.contact-form input[type="submit"] {
  background: #1ccfc9;
  border: none;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 80px !important;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.contact-form input[type="submit"]:hover {
  background: #17b2ac;
}

.contact-form .smedia p {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-form .smedia a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.contact-form .smedia img {
  object-fit: cover;
}

#footer-widget .current_page_item,
#footer-widget .current_page_item a {
  background: transparent !important;
}
.con-info {
  color: #015f92;
  /*background: #015f92;*/
  position: relative;
  font-size: 25px;
  padding: 6.5px 22px 6.5px 0;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
}
/* .con-info:after {
    position: absolute;
    transform: skew(-20deg);
    right: -18px;
}
.con-info:before {
    position: absolute;
    transform: skew(-20deg);
    left: -18px;
}
.con-info:before, .con-info:after {
    content: "";
    top: 0;
    width: 30px;
    height: 100%;
    position: absolute;
    background: #015f92;
} */
.con-info a {
  text-decoration: none;
  color: #465554;
}
.page-template-contact-page .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  width: 90%;
  left: 4.2%;
}
span.wpcf7-not-valid-tip {
  font-size: 18px;
}
.site-info .credit,
.site-info > img {
  float: left;
  text-align: left;
}
.site-info .copyright {
  height: 100%;
  display: flex;
  align-items: center;
  float: right;
  font-size: 16px;
}
.site-info span.credit_link {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 16px;
  text-transform: lowercase;
}
.site-info img {
  max-width: 100%;
}

a.powerdby {
  float: left;
  text-transform: uppercase;
  color: #4e5052;
  font-size: 15px;
  padding: 2px 4px 0 0;
}

li.recaptcha .wpcf7-form-control-wrap {
  float: right;
}
li.recaptcha .wpcf7-recaptcha {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}
.page-template-contact-page .contactus .wpcf7-submit {
  float: right !important;
}
.page-template-contact-page .contactus .ajax-loader {
  margin: 20px 8px 0 5px;
}
ul.front-categorires {
  display: block;
  width: 100%;
  float: left;
  max-width: 100%;
  padding: 0px;
}
ul.front-categorires li {
  width: 25%;
  float: right;
  position: relative;
}
ul.front-categorires li .pro_cat h4 {
  position: absolute;
  top: 26px;
  right: 0px;
  left: 18px;
  color: #ffffff;
  font-size: 20px;
}
ul.front-categorires li .pro_cat {
  width: 100%;
  max-width: 92%;
  transition: 1s;
}
ul.front-categorires li .pro_cat img {
  max-width: 100%;
}
ul.front-categorires li:hover .pro_cat {
  transform: scale(1.2);
  transition: 1s;
}
.fck_text h2.heading {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 55px;
  line-height: 57px;
}
section.fck_text.fck-2 {
  margin-top: -9%;
}
section.headding_right h2 {
  width: 50%;
}
img.hundredpercent {
  width: 100%;
  max-width: 100%;
}
.arrangebackground {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: right !important;
}
.arrangebackground img {
  max-width: 100%;
}
.arrangebackground .padtop30 {
  padding: 30px 40px 30px 70px;
}
.arrangebackground .padtop31 {
  padding: 70px 70px 30px 30px;
}
.arrangebackground h3 {
  font-size: 22px;
  font-weight: 700;
}
.arrangebackground p {
  font-size: inherit;
  line-height: 1.6;
  margin: 0 0 20px 0 !important;
}
img.topminus75 {
  margin-top: -75px;
}
.padtop30 {
  padding-top: 30px;
}
.nopadding {
  padding: 0 !important;
}

.left_cotact input.wpcf7-form-control::placeholder {
  color: #7f7d79 !important;
  font-size: 18px !important;
  font-family: Assistant-Lightregular;
}

.left_cotact input.wpcf7-form-control {
  background: #0f1010 !important;
  border: none !important;
  border-bottom: 1px solid #7f7d79 !important;
  height: 40px;
  color: #ffffff !important;
  padding: 10px 7px !important;
  font-size: 18px !important;
  font-family: Assistant-Lightregular;
}

.left_cotact input.wpcf7-form-control:hover {
  background: #fff !important;
  color: #0f1010 !important;
}

.product-template-default .left_cotact input.wpcf7-form-control,
.product-template-default .left_cotact textarea.wpcf7-form-control {
  color: #000 !important;
}

.left_cotact textarea.wpcf7-form-control::placeholder {
  color: #7f7d79 !important;
  font-size: 18px !important;
  font-family: Assistant-Lightregular;
}

.left_cotact textarea.wpcf7-form-control {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #7f7d79 !important;
  height: 70px;
  color: #ffffff !important;
  padding: 7px !important;
  font-size: 18px !important;
  font-family: Assistant-Lightregular;
}
.form-control:focus {
  box-shadow: none;
  border-color: #015f92;
}
.colorBlue {
  color: #016092 !important;
  font-family: Assistant-Regular;
}
.left_cotact input.formGreyBtn {
  /* width: 50% !important; */
  float: right;
  border: 1px solid #090909 !important;
  padding: 5px 20px !important;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff !important;
  height: auto;
  font-size: 20px !important;
}
a.btn.greybtn {
  color: #626364 !important;
  border: 2px solid #090909;
  padding: 7px 30px !important;
}
.locateus span.left {
  float: left;
  text-align: right;
}

ul.locateus {
  margin-top: 15px;
}

span.copyright {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 100%;
}

.socials {
  width: 100%;
  float: right;
  display: block;
  margin-top: 30px;
}

.socials a.socialsquare {
  display: block;
  height: 40px;
  border: 1px solid #64c3f9;
  width: 40px;
  float: right;
  margin: 5px;
  font-size: 18px;
  line-height: 38px;
  color: #64c3f9;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 19px;
  margin: 10px 15px;
  font-weight: 400;
}
#masthead .navbar-nav > li:first-child > a {
  margin-right: 0px;
}
.product .outer-imagewrapper {
  display: table;
  margin: auto;
}
.product .outer-imagewrapper .imagewrapper {
  height: 242px;
  vertical-align: middle;
}
.product .outer-imagewrapper .imagewrapper img {
  width: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.single-product header#masthead {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.single-product #breadcrumbs {
  margin-top: 70px;
  width: 100%;
}
.single-product .pro_enquiry {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  background-repeat: repeat;
  padding: 50px 0px 40px;
}
.single-product .left_cotact .enq_txt {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.single-product .left_cotact {
  width: 55%;
  margin: auto;
}

.left_cotact .titlesBlocks {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  color: #161818;
  width: 90%;
}

.mobile_header_img {
  display: none;
}
.testimonial {
  padding: 0;
}
.headding_left {
  padding-top: 0;
}
.owl-dots {
  display: none;
}
.left_cotact form.wpcf7-form {
  margin-top: 35px;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  direction: rtl;
}
.left_cotact .contactus li input[type="text"],
.left_cotact .contactus li input[type="email"],
.left_cotact .contactus li textarea {
  background-color: transparent !important;
}
.vertically-center {
  display: flex;
  justify-content: end;
  align-items: center;
}
.dis-none {
  display: none;
}
.header-search {
  position: relative;
  padding: 0 15px;
}
.header-search .navbar-text {
  margin: 0;
  font-size: 22px;
  color: #878787;
}
.search-bar {
  display: none;
  position: absolute;
  width: 150px;
  z-index: 9999;
  top: 70px;
}
.search-bar input[type="text"] {
  width: 100%;
  border-radius: 0;
  padding: 10px;
  display: inline-block;
  border: solid 1px #82a4a6;
}
.search-bar input[type="submit"] {
  display: none;
}
.navbar-text .fa-search {
  cursor: pointer;
}
.product .outer-imagewrapper .imagewrapper img {
  height: 100% !important;
}
.woocommerce-page ul.products li.product figure {
  margin: 0px;
  min-height: 417px;
}
.PdfBlock {
  position: relative;
  display: flex;
  width: 100%;
  padding: 10px 0 25px;
  align-items: center;
}
.PdfBlock a {
  color: #000;
  font-weight: bold;
}
.PdfBlock a span {
  padding: 0 10px 0 25px;
}
.related.products .owl-item li.product.type-product {
  width: 100% !important;
}
.productAccordion {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.productAccordion .card-header .btn {
  padding: 0px;
  width: 100%;
  text-align: right;
  color: #465554;
  font-weight: 700;
  font-size: 18px;
}
.productAccordion .card-header {
  background: transparent;
  border-color: rgba(0, 0, 0, 20%);
}
.productAccordion .card {
  margin-bottom: 10px;
  border-color: rgba(0, 0, 0, 20%);
}
.productAccordion p {
  margin-bottom: 12px;
  color: #5c5b5b;
}
h2.product_sub_title {
  color: #5c5b5b;
  margin: 0 0 14px;
}
.slider_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carousel-heading {
  color: #fff;
}
.carousel-sub-heading {
  color: #fff;
}
.slick-slide {
  position: relative;
}
.post-type-archive-product ul.products,
.tax-product_cat #primary {
  width: 100%;
  float: left;
}
section.widget_nav_menu {
  padding-top: 0px;
}
.single-product #primary {
  max-width: 94%;
  margin: auto;
}
.woo-product-gallery-slider .wpgs-for:first-child .slick-arrow::before,
.woo-product-gallery-slider .wpgs-nav:first-child .slick-prev::before,
.woo-product-gallery-slider .wpgs-nav :first-child .slick-next::before {
  content: unset;
}
.carousel-heading {
  font-size: 50px;
  line-height: 100%;
  font-weight: bold;
}
.carousel-sub-heading {
  font-size: 40px;
  line-height: 100%;
  font-weight: bold;
}
.post-type-archive-product #primary,
.tax-product_cat #primary,
.tax-product_cat #secondary {
  padding-top: 15px;
}
.tax-product_cat .woocommerce-products-header h1 {
  margin-bottom: 20px;
}
.woocommerce-product-gallery__image.single-product-main-image,
.woocommerce-product-gallery__image.single-product-main-image a {
  cursor: unset !important;
}
.woo-product-gallery-slider .wpgs-for:first-child .slick-slide img {
  width: 600px;
  height: 600px !important;
}
.product_meta {
  display: none;
}
.wpgs-nav .slick-slide {
  width: 100px !important;
  height: 100px !important;
}
a.buy-checkout.single_add_to_cart_button.button.alt {
  display: none !important;
}
section.contact_section ul {
  display: inline-block;
  width: 100%;
  padding: 0;
}
section.contact_section ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-bottom: 40px;
}
section.contact_section ul li .text {
  width: 100%;
}
section.contact_section ul li .flexCenter {
  width: auto;
}
section.contact_section ul li .text .waze {
  margin-right: 0px;
  margin-left: 10px;
}

.mainimage {
  overflow: hidden;
  margin: 0 auto;
}
.mainimage img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}
.mainimage:hover img {
}
.quantity,
.product-quantity {
  display: none;
}
.woocommerce-page div.product div.images {
  width: 33.3%;
}
.product_contact_form {
  width: 25%;
  float: left;
  margin-right: 2%;
}
.woocommerce div.product div.summary {
  width: 100%;
}
#masthead .header-search {
  width: 20%;
  text-align: left;
}
#masthead .header-search label {
  margin-bottom: 0 !important;
  display: block;
  margin-top: 5px;
}
#masthead .header-search .search-bar {
  top: 0;
}
.contact_section .contact-form {
  margin-bottom: 0;
}
.contact_section .description {
  position: relative;
  height: 50%;

  z-index: -1;
  top: 180px;
}

@media (max-width: 40em) {
  .contact_section .description {
    display: none;
  }
}

.foot-contact-image {
  display: flex;
  justify-content: center;
}
.contact-form-side {
  margin-left: -40px;
}
ul.post_sidebar {
  padding: 0px;
  background: #f6f4f4;
}
ul.post_sidebar li {
  padding: 10px 20px;
}
ul.post_sidebar li a {
  color: #000;
  display: block;
}
ul.post_sidebar li:hover {
  background-color: #000;
}
ul.post_sidebar li:hover a {
  color: #fff !important;
}

/* פריסת גריד במסך מחשב */
.block-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 4em;
}

.banner-item{
  max-width: 580px;
  max-height: 580px;
  overflow: hidden;
}

.banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* במובייל – הסתרת גריד כי Slick יחליף */
@media (max-width: 40em) {
  .block-banners {
    display: block;
    padding: 0;
  }

  .banner-item {
    padding: 0;
  }
}

.block-brand-image {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2rem 1rem;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #fff;
  padding: 1rem;
  transition: box-shadow 0.2s ease;
  height: 100px;
}

.brand-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (max-width: 64em) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 40em) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.custom-products-heading {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
  margin-top: 2em;
}

.custom-products-heading::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background-color: currentColor;
}
.custom-products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}

@media (max-width: 40em) {
  .custom-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.mainimage {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background: url("https://sitonai.co.il/wp-content/uploads/2025/08/circle-cat.png")
    no-repeat center center;
  background-size: cover; 
  z-index: 0;
}

.mainimage .product-img {
  position: relative;
  object-fit: contain;
  z-index: 1;
  max-width:100%;  
  max-height: 100%;
  height: auto;
  display: block;
}


.custom-product-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s ease;
  height: 100%;
  min-height: 100%;
}

.custom-product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}



.custom-product-image img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #727272;
  display: block;
}

.custom-product-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
  text-align: center;
  min-height: 130px;
}

.custom-product-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  color: #292924;
  /* line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.custom-product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.custom-product-brand img {
  max-height: 40px;
  width: auto;
  display: inline-block;
}

.custom-product-price {
  text-align: left;
}

.price-wrap {
  font-size: 20px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.price-wrap del {
  color: #ff0000;
  font-size: 18px;
  text-decoration: line-through;
}

.price-wrap ins {
  color: #00b09b;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
}

.price-wrap span {
  color: #292924;
  font-weight: bold;
}

.custom-products-footer {
  text-align: center;
  margin-top: 2rem;
}

.custom-cta-button {
  background-color: #292924;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.custom-cta-button:hover {
  background-color: #000;
}

.custom-products-with-banner-wrapper {
  display: flex;
  gap: 2rem;
}

.custom-products-with-banner-wrapper .custom-products-banner,
.custom-products-with-banner-wrapper .custom-products-grid {
  width: 100%;
}

.custom-products-with-banner-wrapper .custom-products-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-products-with-banner-wrapper .custom-products-banner img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.custom-products-with-banner-wrapper .custom-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 40em) {
  .custom-products-with-banner-wrapper {
    flex-direction: column-reverse;
  }

  .custom-products-with-banner-wrapper .custom-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.bulletarea.homepa {
  background-color: #23a6a1;
  color: white;
  border-radius: 10px;
  padding: 30px 130px;
}
@media (max-width: 40em) {
  .bulletarea.homepa img {
    width: 100px;
  }
  .bulletarea.homepa {
    padding: 30px 30px;
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 40em) {
  .featured-items-2 .row[itemtype="http://schema.org/ItemList"]
  {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .featured-items-2 .row[itemtype="http://schema.org/ItemList"] > .boxItem
  {
    width: 100%;
  }
}

@media (max-width: 40em) {
  .contact-form-side {
    margin-left: unset;
  }

  .contact-form {
    margin-left: unset;
    min-width: unset;
    margin: 0 auto;
  }
}

.product-top-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  direction: rtl;
  margin-bottom: 3rem;
}

.product-gallery-container {
  position: sticky;
  top: 10em;
  grid-template-columns: 2fr 1fr;
  display: grid;
  gap: 1rem;
  align-items: start;
  height: auto;
  min-height: 600px;
}

.main-image-container {
  grid-column: 1;
  width: 100%;
  height: 600px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
.main-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.3s ease;
  animation: fadeIn 0.3s ease-in-out;
}

.thumbnails-container {
  grid-column: 2;
  height: 600px;
  overflow: hidden;
}

.thumbnails-scroll {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1em;

  overflow-y: auto;
  overflow-x: hidden;

  -ms-overflow-style: none;
  scrollbar-width: none;
}
.thumbnails-scroll::-webkit-scrollbar {
  display: none;
}

.thumbnails-scroll {
  cursor: grab;
  user-select: none;
}
.thumbnails-scroll.is-dragging {
  cursor: grabbing;
}

.thumbnail-item {
  width: 90%;
  height: 220px;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.thumbnail-item:hover {
  border-color: #23a6a1;
  transform: scale(1.02);
}
.thumbnail-item.active {
  border-color: #23a6a1;
  box-shadow: 0 0 0 1px #23a6a1;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}
.thumbnail-item:hover img {
  transform: scale(1.05);
}

.summary.entry-summary {
  display: flex;
  flex-direction: column;
}

@media (max-width: 100em) {
  .thumbnail-item {
    height: 170px;
  }
}

@media (max-width: 64em) {
  .product-top-wrapper {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  .product-gallery-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: 300px auto !important;
    gap: 1rem !important;
    min-height: unset;
    position: unset;
  }

  .main-image-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 300px !important;
  }

  .thumbnails-container {
    grid-column: 1 !important;
    grid-row: 2 !important;
    height: 110px !important;
    width: 100%;
  }

  .thumbnails-scroll {
    flex-direction: row !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .thumbnails-scroll::-webkit-scrollbar {
    display: none;
  }

  .thumbnail-item {
    width: 110px !important;
    height: 110px !important;
    flex-shrink: 0 !important;
  }
}

/* אנימציה */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #footer-widget > .container > .row {
    display: flex;
    flex-direction: column;
    padding-right: 1em;
  }
}

.custom-price-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.custom-price-new {
  font-size: 26px;
  color: #000;
}

.custom-price-old {
  font-size: 24px;
  color: red;
  text-decoration: line-through;
  opacity: 0.8;
}

.custom-cart-form {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.custom-cart-button {
  background-color: #23a6a1;
  color: white;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.custom-cart-button:hover {
  background-color: #1e8e8b;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity input[type="number"] {
  height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 80px;
}

.custom-product-info {
  margin-top: 20px;
}

.flexi {
  display: flex;
gap: 16px;
}

@media (max-width: 768px) {
  .flexi{

    display: flex;
    flex-direction: column;
  }
}

.product-bottom-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3em;
  align-items: flex-start;
}

.custom-brand-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  padding: 1em 0;
}

.brand-logo {
  height: 60px !important;
  width: auto;
  object-fit: contain;
}

.brand-text {
  text-align: right;
}

.brand-name-en {
  font-weight: bold;
  font-size: 1rem;
}

.brand-name-he {
  font-size: 0.9rem;
  color: #444;
}

.product-info-box-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222;
  direction: rtl;
}

.product-info-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  direction: rtl;
  margin-top: 20px;
}

.custom-items-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.custom-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 25px;
}

.item-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex-shrink: 0;
}

.item-text {
  display: flex;
  flex-direction: column;
}

.item-type {
  font-weight: bold;
  color: #222;
  font-size: 1.125rem;
  margin-bottom: 2px;
}

.item-value {
  font-size: 0.875rem;
  color: #666;
}

.product-brand-box {
  position: sticky;
  top: 150px;
}

.custom-acf-tab-content {
  min-height: 400px;
  padding: 25px;
}

@media (max-width: 100em) {
 .product-brand-box {
  bottom: 0;
}
  }
@media (max-width: 40em) {
  .product-top-wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .product-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
  }

  .product-gallery-grid .div1,
  .product-gallery-grid .div2,
  .product-gallery-grid .div3,
  .product-gallery-grid .div4 {
    grid-column: auto;
    grid-row: auto;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .product-bottom-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .product-brand-box {
    position: static;
    top: auto;
  }

  .custom-cart-form {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-cart-button {
    width: 100%;
    text-align: center;
  }

  .custom-price-wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .brand-logo {
    height: 50px !important;
  }
}

/* Related Products */

.acf-related-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.acf-related-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.acf-related-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.acf-related-item > label {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.75rem;
}

.acf-related-box {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
}

.acf-related-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.acf-related-link img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.single-stickers-inline{
  position: absolute;
  left: 0;
}

.acf-related-link h4 {
  margin: 0;
  font-size: 1rem;
}

.acf-related-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}

.acf-related-checkbox:checked {
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.acf-related-checkbox:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.acf-related-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.4);
}

.acf-product-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.5rem;
}

.acf-product-bottom img {
  max-width: 60px;
  height: auto;
}

.price-product {
  font-weight: 600;
  color: black;
  margin: 0;
  text-align: center;
}

.price-product del {
  color: #e60000;
  margin-left: 0.25rem;
}
.price-product ins {
  text-decoration: none;
}

.acf-related-list {
  grid-auto-rows: 1fr;
}

.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  text-transform: uppercase;

  border: none !important;
  box-shadow: none !important;
}

.woocommerce-tabs .wc-tabs li,
.woocommerce-tabs .wc-tabs li::before,
.woocommerce-tabs .wc-tabs li::after {
  content: none !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.sub-grid-menu {
  background: #fff;
  padding: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: 600px;
  display: none;
  z-index: 1000;
}

li.dropdown:hover > .sub-grid-menu {
  display: block;
}

.bold-parent-title {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  pointer-events: none;
  text-transform: uppercase;
}

.grid-column .dropdown-item {
  display: block;
  margin: 0 0 0.25rem 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-primary {
    right: 0;
    padding-top: 50px;
  }

  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    right: -300px;
  }

  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    visibility: visible;
    opacity: 1;
    right: calc(min(100vw - 40px, 260px));
  }

  .mega-toggle-animated-inner,
  .mega-toggle-animated-inner:before,
  .mega-toggle-animated-inner:after {
    background-color: #23a6a1 !important; /* שים את הצבע שתרצה */
  }

  .acf-related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 100em) {
  #footer-widget .footerItem::after {
    right: 100%;
  }
}

/* 
.category-title {
  background: #23a6a1;
  color: white;
  position: absolute;
  bottom: -70px;
  left: 50%;
  padding: 50px 200px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;

}
.category-title h1{
  color: white;
  text-align: center;

} */

.category-title {
  background: #23a6a1;
  color: white;
  position: absolute;
  bottom: -70px;
  left: 50%;
  padding: 50px 200px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  border: 2px solid white;
}

.category-title h1 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.category-title h1::before,
.category-title h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: white;
  margin: 0 auto 8px;
}

.category-title h1::after {
  margin: 8px auto 0;
}

/* === Cart Page Redesign CSS === */

.cart-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  direction: rtl;
  font-family: inherit;
}

.cart-layout {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-header th,
.cart-table td {
  padding: 1rem;
  text-align: right;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.cart-header th {
  font-weight: 600;
  color: #333;
}

.cart-item img {
  width: 70px;
  border-radius: 8px;
}

.col-product a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.col-quantity input {
  max-width: 60px;
  text-align: center;
  padding: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.col-remove a.remove {
  color: #ff0000;
  font-size: 1.5rem;
  text-decoration: none;
}

/* Coupon + Actions */
.cart-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.coupon-box {
  display: flex;
  width: 70%;
}

.coupon-box label {
  display: none;
}

.coupon-box input {
  padding: 0.5rem;
  width: 100%;
  max-width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-inline-end: 0.5rem;
}

.btn-apply,
.btn-update {
  background-color: #000;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  max-width: fit-content;
}

.btn-apply:hover,
.btn-update:hover {
  background-color: #333;
}

/* Cart Summary */
.cart-summary-section {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.cart-summary h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #000;
}

/* Media Queries */
@media (min-width: 60em) {
  .cart-page {
    flex-direction: row;
    justify-content: space-between;
  }

  .cart-form {
    width: 65%;
  }

  .cart-summary-section {
    width: 33%;
    margin-top: 0;
  }

  .cart-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 100em) {
  .cart-page {
    max-width: 1400px;
    margin: auto;
    padding: 2rem;
  }

  .cart-header th,
  .cart-table td {
    font-size: 1rem;
  }

  .btn-apply,
  .btn-update {
    font-size: 1rem;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 24.25% !important;
}
.shop-archive-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.shop-main-content {
  flex: 1;
  padding-left: 4em;
  margin-top: 2em;
}

aside.shop-sidebar {
  flex: 0 0 15%;
  max-width: 25%;
  position: relative;
}

/* aside.shop-sidebar::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  left: 0;
  top: 100px;
  background: #32a6a1;
} */

.wcf-filter-title {
  background: #2ba6a1;
  padding: 1em;
  font-size: 1.4em !important;
  color: white !important;
}

.wcf-supervisor-message {
  display: none !important;
}

.about-us-section {
  padding: 2rem 1rem;
  direction: rtl;
}

.about-us-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0 auto;
  align-items: center;
}

/* Medium screens (min-width: 60em ≈ 960px) */
@media (min-width: 60em) {
  .about-us-container {
    grid-template-columns: 1fr 1fr; /* 2 חלקים לתמונה, 1 לטקסט */
  }
}

/* Large screens (min-width: 100em ≈ 1600px) */
@media (min-width: 100em) {
  .about-us-container {
    gap: 3rem;
  }
}

.about-us-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about-us-text {
  text-align: right;
  padding: 0 1rem;
}

.about-us-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1e374f;
  margin-bottom: 1rem;
}

.about-us-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

/* Typography adjustments for large screens */
@media (min-width: 60em) {
  .about-us-heading {
    font-size: 2rem;
  }

  .about-us-content {
    font-size: 1.05rem;
  }
}

@media (min-width: 100em) {
  .about-us-heading {
    font-size: 2.3rem;
  }

  .about-us-content {
    font-size: 1.1rem;
  }
}

/* All posts */

#blog-grid .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 1em;
}

@media (max-width: 100em) {
  #blog-grid .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 40em) {
  #blog-grid .row {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.blog-card {
  border-radius: 1.5rem;
  margin-bottom: 15px;
  overflow: hidden;
  height: 100%;
  direction: rtl;
}

.blog-card-link {
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
  height: 100%;
}

.blog-card-image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}

.blog-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(112, 112, 112, 0.9),
    rgba(71, 71, 71, 0.9),
    rgba(0, 0, 0, 0.3)
  );
  z-index: 0;
}
.blog-card-image:hover::before {
  background: linear-gradient(
    to top,
    rgba(35, 166, 161, 0.9),
    rgba(35, 166, 161, 0.9),
    rgba(196, 183, 147, 0.3)
  );
}

.blog-card-content {
  color: #fff;
  z-index: 2;
  padding: 20px;
  text-align: right;
}

.blog-card-title {
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.blog-card-title::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background: #d6c38a;
  margin: 1rem 0 0;
}

.blog-card-excerpt {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.blog-card-readmore {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 0.8rem;
  border-top: 1px solid #aaa;
  transition: color 0.3s ease;
}

.blog-card-link:hover .blog-card-content {
  color: white;
  transition: color 0.3s ease;
}

.blog-card-link:hover .blog-card-title {
  color: white;
  transition: color 0.3s ease;
}

.blog-card-link:hover .blog-card-readmore {
  color: white;
  transition: color 0.3s ease;
}

.blog-card-link:hover .blog-card-title::after {
  background: white;
  transition: color 0.3s ease;
}

.postpage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1rem;
}

.postpage-all-posts,
.postpage-main,
.postpage-latest {
  order: unset;
}
.postpage-main,
.postpage-posts-list {
  background: #f8f3e3;
  padding: 2em;
  color: black;
}

.postpage-latest-list .blog-card {
  border-radius: unset;
}

.postpage-posts-list a {
  color: black;
}
.postpage-posts-list a:hover {
  color: black !important;
  font-weight: bold;
}

.postpage-post-item a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 1.5rem 0;
  color: black;
  font-weight: normal;
}

/* נקודה בצד ימין */
.postpage-post-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  transition: width 0.2s, height 0.2s;
}

/* פוסט פעיל */
.postpage-post-item.active a {
  font-weight: bold;
}

/* נקודה גדולה יותר בפוסט פעיל */
.postpage-post-item.active a::before {
  width: 11px;
  height: 11px;
}

.postpage-content a {
  all: unset;
  display: inline-block;
}
.postpage-content a {
  display: inline-block;
  border: 1px solid #1c2f39;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  background-color: transparent;
  color: #1c2f39;
  transition: all 0.2s ease;
  text-align: center;
  white-space: nowrap;
  margin: 0.5rem 0;
}

/* מצב HOVER */
.postpage-content a:hover {
  background-color: #1c2f39;
  color: #fff !important;
  border-color: #1c2f39;
  cursor: pointer;
}

.postpage-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 2rem 0;
}

/* הקו מתחת */
.postpage-post-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.postpage-title {
  position: relative;
  display: inline-block;
}

.postpage-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e3d095;
  margin-top: 1rem;
}

.postpage-content {
  line-height: 1.6;
}

.postpage-latest-title {
  margin-bottom: 1.5em;
  position: relative;
  display: inline-block;
  color: #2b2b2b;
}

.postpage-latest-title::after {
  content: "";
  position: absolute;
  bottom: -0.2rem; /* רווח מתחת לטקסט */
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e3d095; /* קו זהב */
}

.postpage-latest-item {
  margin-bottom: 1.5rem;
}

.postpage-latest-item img {
  width: 100%;
  height: auto;
  display: block;
}

.postpage-latest-heading a {
  text-decoration: none;
  display: block;
  margin-top: 0.5rem;
}

/* טבלט/לפטופ (min-width: 1300px) */
@media (min-width: 60em) {
  .postpage-grid {
    grid-template-columns: 1fr 2fr 1fr;
    align-items: start;
  }

  .postpage-posts-list {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    min-height: 40vh;
  }

  .postpage-all-posts {
    margin-top: 30px;
    order: 1;
  }

  .postpage-main {
    margin-top: 30px;
    order: 2;
  }

  .postpage-latest {
    order: 3;
    text-align: right;
  }
}

/* דסקטופ (min-width: 1600px) */
@media (min-width: 100em) {
  .postpage-grid {
    grid-template-columns: 17% 58% 23%;
  }
}

.contact-section {
  direction: rtl;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}

.contact-left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  background-color: #fff;
}

.contact-right .heading {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

/* Contact Form 7 fields */
.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-right form input,
.contact-right form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.contact-right form input[type="submit"] {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.contact-right form input[type="submit"]:hover {
  background-color: #555;
}

/* מובייל: עמודה אחת בלבד */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-left {
    min-height: 200px;
  }

  .contact-right {
    padding: 2rem;
  }
  .wcf-mobile-drawer .wcf-form-elements-wrapper {
    padding: 0 0rem !important;
  }
}

.form-content a {
  color: #000;
}

/* בסיס כללי */
form.woocommerce-checkout {
  direction: rtl;
  display: grid;
  grid-template-rows: auto auto;
  gap: 2rem;
  margin: auto;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  border-radius: 12px;
  font-family: inherit;
}

/* שורה ראשונה: פרטי לקוח */
#customer_details {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2rem;
}

#customer_details .col-1,
#customer_details .col-2 {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

/* שדה טופס */
.woocommerce .form-row {
  margin-bottom: 1.25rem;
}

.woocommerce .form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333;
  font-size: 0.95rem;
}

.woocommerce .input-text,
.woocommerce textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
}

.woocommerce .input-text:focus {
  border-color: #888;
  outline: none;
}

/* כותרות */
.woocommerce h3,
#order_review_heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* שורה שנייה: סיכום ההזמנה */
#order_review {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
  font-weight: bold;
  font-size: 1.05rem;
}

/* כפתור סיום */
#place_order {
  width: 100%;
  padding: 1rem;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1.5rem;
  transition: background 0.3s ease;
}

#place_order:hover {
  background-color: #333;
  color: white;
}

/* יצירת חשבון */
.woocommerce-account-fields {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
}

/* מובייל */
@media (max-width: 768px) {
  #customer_details {
    grid-template-columns: 1fr;
  }

  form.woocommerce-checkout {
    padding: 1rem 0.5rem;
  }

  #order_review {
    padding: 1.5rem 1rem;
  }

  #place_order {
    font-size: 1rem;
  }
}

.woocommerce-order {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #f7f7f7;
  border-radius: 12px;
  direction: rtl;
  font-family: inherit;
}

/* הודעת הצלחה */
.woocommerce-notice--success {
  background-color: #e6ffe6;
  color: #257942;
  border: 1px solid #b0e3b0;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* פרטי ההזמנה */
.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 2rem;
}

.woocommerce-order-overview li {
  font-size: 0.95rem;
  color: #333;
}

.woocommerce-order-overview strong {
  display: block;
  font-weight: bold;
  color: #000;
  margin-top: 0.2rem;
}

/* טבלת פרטי ההזמנה */
.woocommerce-order-details {
  margin-bottom: 2rem;
}

.woocommerce-order-details__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  text-align: right;
  font-size: 0.95rem;
}

.woocommerce-table--order-details thead {
  background-color: #f1f1f1;
}

.woocommerce-table--order-details tfoot th {
  background-color: #f9f9f9;
}

/* פרטי לקוח */
.woocommerce-customer-details {
  margin-top: 2rem;
}

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.woocommerce-column {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.woocommerce-column__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.woocommerce-column address {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}

/* מובייל */
@media (max-width: 600px) {
  .woocommerce-order {
    padding: 1.5rem 1rem;
  }

  .woocommerce-notice--success {
    font-size: 1rem;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}

#wcf-loading-state {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .category-title {
    padding: 30px 40px;
    font-size: 1.2rem;
    bottom: -40px;
  }
  .shop-main-content {
    flex: 1;
    padding: 1em;
    margin-top: 0em;
  }
  .xoo-wsc-basket {
    left: 10px;
  }
  .navbar-brand a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wcf-mobile-drawer-heading {
    z-index: 9999998 !important;
  }
  .wcf-mobile-drawer-open .xoo-wsc-basket {
    display: none;
  }
  #breadcrumbs {
    margin-top: 2em;
    display: block;
  }
  .shop-archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
  }
  .wcf-btn-with-sort {
    gap: 1em;
  }
  .woocommerce .woocommerce-result-count {
    margin: 0;
  }
}

/* Custom Pagination Styles */
.custom-pagination {
  margin: 3rem 0 2rem;
  text-align: center;
}

.pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.page-numbers:hover {
  color: #23a6a1;
  border-color: #23a6a1;
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.15);
}

.page-numbers.current {
  color: #fff;
  background: #23a6a1;
  border-color: #23a6a1;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.page-numbers.prev,
.page-numbers.next {
  padding: 0.5rem 1rem;
  font-weight: 600;
  background: #f8f9fa;
  border-color: #dee2e6;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #23a6a1;
  color: #fff;
  border-color: #23a6a1;
}

.page-numbers.dots {
  border: none;
  background: transparent;
  color: #6c757d;
  cursor: default;
  font-weight: 600;
}

.page-numbers.dots:hover {
  background: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}

/* Search Results Count */
.search-results-count {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pagination {
    gap: 0.25rem;
  }

  .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
  }

  .page-numbers.prev,
  .page-numbers.next {
    padding: 0.4rem 0.8rem;
  }

  /* Hide some page numbers on mobile */
  .pagination .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
    display: none;
  }

  .pagination
    .page-numbers.current
    ~ .page-numbers:not(.next):not(.dots):nth-child(-n + 2),
  .pagination
    .page-numbers.current
    ~ .page-numbers:not(.next):not(.dots):nth-last-child(-n + 2) {
    display: inline-flex;
  }
}

/* Animation for page transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-products-grid {
  animation: fadeIn 0.5s ease-out;
}

.pagination-loading .custom-products-grid {
  opacity: 0.6;
  pointer-events: none;
}

.pagination-loading .custom-pagination {
  opacity: 0.6;
}

.page-numbers:focus {
  outline: 2px solid #23a6a1;
  outline-offset: 2px;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}

/* Enhanced hover effects */
.page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-numbers:hover::before {
  opacity: 1;
}

.single-stickers {
  padding: 12px 16px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  max-width: 100%;
  direction: rtl;
}

section.single-stickers {
  padding-bottom: 0 !important;
}

.single-stickers .single-sticker {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 6px 12px;
}

.single-stickers .single-sticker-media {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
}
.single-stickers .single-sticker-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-stickers .single-sticker-title {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.single-stickers .single-sticker-content {
  grid-row: 2;
  grid-column: 2;
  font-size: 16px;
  color: #555;
}
.single-stickers .single-sticker-content a {
  color: #0ea5e9;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.single-stickers .single-sticker-content a:hover {
  filter: brightness(0.9);
}

.single-stickers {
  display: grid;
  gap: 12px;
}

.single-stickers .single-sticker {
  padding-block: 6px;
}

.single-stickers .single-sticker + .single-sticker {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
}

.single-stickers .single-sticker-content p {
  margin: 0 !important;
  padding: 0 !important;
}

.single-stickers-abs {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  z-index: 10;

  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.single-stickers-abs.is-end {
  inset-inline-start: auto;
  inset-inline-end: 10px;
}

.acf-related-link.stickers-rel {
  position: relative;
}

.acf-related-item .single-stickers-abs {
  position: absolute;
  top: -30px;
  inset-inline-end: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.single-sticker-badge {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.single-sticker-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

@media (max-width: 64em) {
  .single-sticker-badge {
    width: 50px;
    height: 50px;
  }
}

.hw-badges-list {
  margin-top: 2em;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hw-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.hw-badge-item i {
  font-size: 20px;
}

.hw-badge-text {
  text-align: right;
  font-weight: bold;
}


.summary .hw-badges-list .hw-badge-text p {
  margin: 0 !important;
  padding: 0 !important; 
}


/* בסיס: אל תציג בדסקטופ */
.only-mobile-search {
  display: none !important;
}

/* עד 64em (≈1024px) */
@media (max-width: 64em) {
  .only-mobile-search {
    display: block !important;
  }

  .mega-menu .only-mobile-search {
    /* padding: 0.5rem 1rem; */
    margin-top: 1em !important;
  }

  .mega-menu .mega-search-form {
    position: relative;
    width: 100%;
            padding-left: 10px;
        padding-right: 6px;
    margin-bottom: 1em;
  }

  .mega-menu .mega-search-field {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #3a3a3a;
    background: #fff;
    color: #222;
    padding: 0 2.5rem 0 0.75rem; /* מקום לאייקון בצד ימין */
    outline: none;
  }
  .mega-menu .mega-search-field::placeholder {
    color: #9aa0a6;
  }

  /* הכפתור בתוך השדה */
  .mega-menu .mega-search-submit {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px; /* ימני ב-RTL, שמאלי ב-LTR */
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
  }
  .mega-menu .mega-search-submit:hover {
    color: #000;
  }
  .mega-menu .mega-search-icon {
    pointer-events: none;
  }

  /* נגישות */
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
/* ===== Modal base ===== */
.hw-cf7-modal {
  position: fixed;
  inset: 0;
  display: none;               /* נפתח ע"י aria-hidden=false */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6);
  z-index: 9999999999;
  padding: 1rem;               /* מרווח פנימי במסכים גדולים */
  overflow-y: auto;            /* גלילה חיצונית במידת הצורך */
}

.hw-cf7-modal[aria-hidden="false"] {
  display: flex;
}

.hw-cf7-dialog {
  position: relative;
  background: #fff;
  color: #111;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  width: min(92vw, 64rem);     /* ברירת מחדל – לא לעבור 92% מהמסך */
  max-height: 92vh;            /* שומר על גובה */
  overflow-y: auto;            /* גלילה פנימית אם הטופס גבוה */
  overscroll-behavior: contain;
  padding: 24px;
  margin: auto;                /* מיקום במרכז גם אם יש גלילה */
}

.hw-cf7-close {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

/* ===== Form layout ===== */
.lp-form {
  font-size: 1rem;
  line-height: 1.5;
}

.lp-form h3,
.lp-form h4 {
  margin: 0 0 .75rem;
  line-height: 1.25;
}

.lp-form .lp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* שתי עמודות קבועות */
  gap: 1rem 2rem;
  max-width: 100%;
}

.lp-form .lp-form-field {
  display: flex;
  flex-direction: column;
}

.lp-form .lp-form-field label {
  font-weight: 600;
  margin-bottom: .35rem;
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form input[type="tel"],
.lp-form input[type="url"],
.lp-form textarea,
.lp-form select {
  width: 100%;
  padding: .65rem .8rem;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.lp-form input:focus,
.lp-form textarea:focus,
.lp-form select:focus {
  border-color: #888;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

.lp-form .lp-form-consent,
.lp-form .form-price-terms,
.lp-form input[type="submit"] {
  grid-column: 1 / -1; /* יפרוס על שתי עמודות */
}

.lp-form .lp-form-consent {
  display: block;
  margin-top: 1rem;
  font-size: .95rem;
}

.form-price-terms {
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 8px;
  font-size: .95rem;
  margin-top: 1rem;
}

/* כפתור שליחה */
.lp-form input[type="submit"] {
  display: inline-block;
  margin-top: 1rem;
  padding: .8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.lp-form input[type="submit"]:hover {
  background: #000;
  border-color: #000;
}

/* ===== Breakpoints ===== */

/* עד 100em (~1600px) */
@media (max-width: 100em) {
  .hw-cf7-dialog {
    width: min(94vw, 56rem);
    padding: 22px;
  }
  .lp-form { font-size: .975rem; }
}

/* עד 64em (~1024px) */
@media (max-width: 64em) {
  .hw-cf7-dialog {
    width: min(96vw, 44rem);
    padding: 20px;
  }
  .lp-form { font-size: .96rem; }
  .lp-form .lp-form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .9rem;
  }
}

/* עד 40em (~640px) – פול מסך */
@media (max-width: 40em) {
  .hw-cf7-modal {
    align-items: flex-start;   /* מתחיל מהטופ */
    padding: 0;
  }
  .hw-cf7-dialog {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;          /* פול מסך */
    padding: 16px;
  }
  .lp-form { font-size: .95rem; }
  .lp-form .lp-form-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .lp-form input[type="submit"] {
    width: 100%;               /* כפתור מלא רוחב */
  }
}



.woocommerce ul.products li.product a img {
  object-fit: contain;
  height: 320px !important;
  padding: 1em;
}

.custom-product-heading {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.custom-product-content.clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* .wc-tab-global-product-info{
  padding: 1em;
} */
/* .wc-tab-spec-content{
  padding: 1em;
}
.wc-tab-term-content p{
  padding: 1em;
} */

.wcf-filter-form{
  padding: 10px;
}

.wc-tab-content {
 padding: 1em;
}
.wc-tab-content p img {
  width: 220px;
}

    .featured-items-slider-wrapper {
      position: relative;
      margin: 2rem auto;
    }

    .featured-items-slider .custom-products-section {
      padding: 20px;
    }

    .slick-prev,
    .slick-next {
      position: absolute;
      top: 50%;
      z-index: 5;
      transform: translateY(-50%);
      background: #ffffff;
      border: 0;
      border: 1px solid;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      opacity: 0.7;
      cursor: pointer;
    }

    .slick-prev:hover,
    .slick-next:hover {
      opacity: 1;
    }

    .slick-prev { left: 15px; }
    .slick-next { right: 15px; }

    [dir="rtl"] .slick-prev { right: 15px; left: auto; }
    [dir="rtl"] .slick-next { left: 15px; right: auto; }

/* איפוס ברירת מחדל של slick */
.slick-dots li button:before {
  content: '';           /* ביטול ה" • " */
  font-size: 0;          /* לא מציג מספרים */
}

/* סידור רשימת הנקודות */
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

/* עיצוב כפתור נקודה */
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* נקודה פעילה */
.slick-dots li.slick-active button {
  background: #23a6a1;
  transform: scale(1.2);
}

/* אפקט hover */
.slick-dots li button:hover {
  background: #666;
}


/* ===== Modal base ===== */
.hw-cf7-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.6);
  z-index: 99999999;
}
.hw-cf7-modal[aria-hidden="false"] { display: flex; }
.hw-cf7-dialog {
  max-width: 720px;
  width: 92%;
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.hw-cf7-close {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

/* ===== Trigger button (קטן, נקי) ===== */
/* ===== עטיפת הכפתור ===== */
.hw-cf7-wrap {
  margin-top: 24px;
  text-align: right;
}

/* ===== הכפתור עצמו ===== */
.hw-cf7-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #ffffff;
  color: #111;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  cursor: pointer;
  transition: all .25s ease;
  direction: rtl;
  min-width: 280px;
}

.hw-cf7-trigger:hover {
  background: #f7f9fa;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.hw-cf7-trigger:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

/* ===== אייקון ===== */
.hw-cf7-trigger__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2ba6a1, #239087);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

/* ===== טקסט ===== */
.hw-cf7-trigger__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.3;
  flex-grow: 1;
}

.hw-cf7-trigger__title {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.hw-cf7-trigger__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.hw-cf7-trigger__cta {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fcb706;
  color: #111;
  align-self: flex-start;
  transition: background-color .2s ease;
}

.hw-cf7-trigger__cta:hover {
  background: #e6a800;
  color: #fff;
}

/* ===== תיאור מתחת ===== */
.hw-cf7-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


.wc-tab-content.wc-tab-description img {
    width: 100%;
}

.mega-menu-preview {
  overflow: hidden;
  width: 280px;              
  height: 280px;          
  display: flex;
  align-items: end;
  justify-content: end;
}

.mega-menu-preview .mega-menu-img {
  width: 100%;              
  height: 100%;            
  object-fit: contain;    
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.mega-menu-preview .mega-menu-img[src] {
  opacity: 1;
}

.mega-menu-preview .mega-menu-img:hover {
  transform: scale(1.05);
}
