@charset "UTF-8";
@font-face {
  font-family: "FbPracticAnarrow";
  src: url("../fonts/fbpracticanarrow-regularwebfont.eot");
  src: url("../fonts/fbpracticanarrow-regularwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fbpracticanarrow-regularwebfont.woff") format("woff"), url("../fonts/fbpracticanarrow-regularwebfont.ttf") format("truetype"), url("../fonts/fbpracticanarrow-regularwebfont.svg#FbPracticAnarrow") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FbPracticAnarrow";
  src: url("../fonts/fbpracticanarrow-boldwebfont.eot");
  src: url("../fonts/fbpracticanarrow-boldwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fbpracticanarrow-boldwebfont.woff") format("woff"), url("../fonts/fbpracticanarrow-boldwebfont.ttf") format("truetype"), url("../fonts/fbpracticanarrow-boldwebfont.svg#FbPracticAnarrow") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "FbPracticAnarrow";
  src: url("../fonts/fbpracticanarrow-blackwebfont.eot");
  src: url("../fonts/fbpracticanarrow-blackwebfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fbpracticanarrow-blackwebfont.woff") format("woff"), url("../fonts/fbpracticanarrow-blackwebfont.ttf") format("truetype"), url("../fonts/fbpracticanarrow-blackwebfont.svg#FbPracticAnarrow") format("svg");
  font-weight: 900;
  font-style: normal;
}
.rb {
  border: 1px solid red;
}

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

.rtl {
  direction: rtl;
}

:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
}
.bg-img.img-cover {
  background-size: cover;
}
.bg-img.img-contain {
  background-size: contain;
}

button:focus {
  outline: none !important;
}

.sticky {
  transition: all 0.5s;
}
.sticky.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  animation-name: stickyHeader;
  animation-duration: 0.5s;
}

@keyframes stickyHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7-form ::placeholder {
  color: #000 !important;
  font-size: 17px;
  opacity: 1;
}
.wpcf7-form .wpcf7-not-valid-tip {
  left: 0 !important;
  top: 0 !important;
  right: auto !important;
  height: 100%;
  width: 50%;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  border: none;
  background: transparent;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form span {
  display: block;
  position: relative;
}
.wpcf7-form span .wpcf7-not-valid-tip {
  left: 0 !important;
  right: auto !important;
  width: 50%;
  top: 0 !important;
  height: 100%;
  border: none;
  background: red !important;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wpcf7-form input, .wpcf7-form select {
  width: 100%;
  display: block;
}
.wpcf7-form input[type=submit], .wpcf7-form select[type=submit] {
  width: 100%;
  border: none;
  color: #000;
  background-repeat: no-repeat;
  cursor: pointer;
}

body {
  padding: 0 3%;
  padding-bottom: 3%;
}

h1 {
  font-family: "FbPracticAnarrow", sans-serif;
  font-weight: 300;
}

::placeholder,
input,
textarea {
  font-family: "Assistant", sans-serif !important;
}
::placeholder:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

/* ============================================================
   Redesign: two-row sticky header (logo row + category nav row).
   Desktop only (>=801px); mobile keeps the original fixed top bar.
   Both rows stay fixed at the top while scrolling / changing pages.
   ============================================================ */
@media only screen and (min-width: 801px) {
  header.site-header {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  }
  header.site-header .logo {
    width: auto;
  }
  header.site-header .logo img {
    height: 56px;
    width: auto;
  }
  /* Row 1 - centered logo, search on the right, account/cart on the left */
  .header-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 30px;
  }
  .header-search.smart-search-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
  }
  .header-search.smart-search-btn img {
    width: 26px;
    height: 26px;
  }
  .header-actions {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .header-actions a {
    color: #000;
    font-size: 22px;
    position: relative;
    transition: color 0.3s;
  }
  .header-actions a:hover {
    color: #e23e38;
  }
  .header-actions .header-cart .cart-count {
    position: absolute;
    top: -8px;
    left: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #e23e38;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-family: "FbPracticAnarrow", sans-serif;
  }
  /* Row 2 - full-width category navigation, centered */
  .header-nav {
    width: 100%;
    border-top: 1px solid #ececec;
  }
  .header-nav .menu-main-menu-container {
    height: 56px;
  }
  .header-nav .menu-main-menu-container > ul {
    justify-content: center;
  }
}
.menu-main-menu-container > ul {
  position: relative;
  height: 100%;
  display: flex;
}
.menu-main-menu-container > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.menu-main-menu-container > ul > li > a {
  display: flex;
  justify-content: center;
  line-height: 1;
  align-items: center;
  color: #000;
  font-weight: 300;
  font-size: 24px;
  transition: all 0.5s;
}
.menu-main-menu-container > ul > li > a:hover {
  color: #e23e38;
}
.menu-main-menu-container > ul a {
  font-family: "FbPracticAnarrow", sans-serif;
}
.menu-main-menu-container > ul .mega-menu > ul {
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  padding: 40px 30px;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
}
.menu-main-menu-container > ul .mega-menu > ul > li {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #fff;
  padding-right: 20px;
}
.menu-main-menu-container > ul .mega-menu > ul > li:last-child {
  border-left: none;
}
.menu-main-menu-container > ul .mega-menu > ul > li:first-child {
  padding-right: 0;
}
.menu-main-menu-container > ul .mega-menu > ul > li a {
  transition: all 0.5s;
}
.menu-main-menu-container > ul .mega-menu > ul > li a:hover {
  color: #e23e38;
}
.menu-main-menu-container > ul .mega-menu > ul > li > a {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
  direction: rtl;
}
.menu-main-menu-container > ul .mega-menu > ul > li ul li {
  text-align: right;
  direction: rtl;
}
.menu-main-menu-container > ul .mega-menu > ul > li ul li a {
  font-size: 18px;
  color: #fff;
}
.menu-main-menu-container .menu-item-has-children .sub-toggle {
  position: absolute;
  left: -20px;
  top: 4px;
  font-size: 17px;
}
.menu-main-menu-container .menu-item-has-children a {
  position: relative;
}
.menu-main-menu-container .menu-item-has-children:hover > ul {
  opacity: 1 !important;
  pointer-events: all !important;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu {
  position: relative;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu .sub-menu li {
  direction: rtl;
  display: flex;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu .sub-menu li a {
  font-family: "FbPracticAnarrow", sans-serif;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
  direction: rtl;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu .sub-menu li a:hover {
  color: #e44d47;
}
.menu-main-menu-container .menu-item-has-children.regular-submenu:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.images-slider .slider {
  height: 670px;
}
.images-slider .slider .image {
  height: 100%;
}
.images-slider .slick-prev, .images-slider .slick-next {
  top: auto;
  bottom: 15px;
  z-index: 999999;
  background-repeat: no-repeat;
}
.images-slider .slick-prev:before, .images-slider .slick-next:before {
  display: none;
}
.images-slider .slick-prev {
  background-image: url(../img/right_black.png);
  left: 56%;
}
.images-slider .slick-next {
  background-image: url(../img/left_black.png);
  right: 56%;
}
.images-slider .slick-dots {
  bottom: 20px;
}
.images-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.images-slider .slick-dots li button:before {
  display: none;
}

/* Redesign: hero with a refined frosted content card over the image (spec p1) */
.hero-slider {
  position: relative;
}
.hero-slider .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* RTL flex-end = card on the LEFT (matches mockup) */
  pointer-events: none; /* slider stays interactive; the card re-enables */
  padding: 0 6%;
}
.hero-slider .hero-overlay-inner {
  pointer-events: auto;
  direction: rtl;
  text-align: right;
  max-width: 480px;
  padding: 48px 50px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
}
.hero-slider .hero-welcome {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1a2230;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-slider .hero-welcome:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #1a2230;
}
.hero-slider .hero-text h1, .hero-slider .hero-text h2, .hero-slider .hero-text h3, .hero-slider .hero-text h4, .hero-slider .hero-text h5, .hero-slider .hero-text h6 {
  color: #1a2230;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.12;
  margin-bottom: 16px;
}
.hero-slider .hero-text h1 strong, .hero-slider .hero-text h2 strong, .hero-slider .hero-text h3 strong, .hero-slider .hero-text h4 strong, .hero-slider .hero-text h5 strong, .hero-slider .hero-text h6 strong {
  font-weight: 700;
}
.hero-slider .hero-text p {
  color: #6a6f78;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 32px;
}
.hero-slider .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #1a2230;
  border-radius: 40px;
  padding: 16px 42px;
  box-shadow: 0 12px 26px rgba(26, 34, 48, 0.28);
  transition: all 0.3s ease;
}
.hero-slider .hero-btn span {
  color: #fff;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.hero-slider .hero-btn:after {
  content: "←"; /* left arrow = "forward" in RTL */
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.hero-slider .hero-btn:hover {
  background-color: #e23e38;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(226, 62, 56, 0.32);
}
.hero-slider .hero-btn:hover:after {
  transform: translateX(-5px);
}

.slick-list,
.slick-track {
  height: 100%;
}

.sub-title {
  margin: 60px 0;
}
.sub-title .text {
  text-align: center;
}
.sub-title .text h1, .sub-title .text h2, .sub-title .text h3, .sub-title .text h4, .sub-title .text h5, .sub-title .text h6 {
  font-size: 55px;
  font-family: "FbPracticAnarrow", sans-serif;
  margin-bottom: 24px;
  line-height: 1px;
}
.sub-title .text p {
  font-size: 40px;
  font-family: "FbPracticAnarrow", sans-serif;
}
.sub-title .text strong {
  font-weight: 600;
}

.links .single-link {
  background-color: #ededed;
  display: block;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.links .single-link .thumb {
  display: block;
  height: 300px;
}
.links .single-link .icon {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links .single-link .icon svg {
  height: 80px;
  max-width: 95px;
  fill: #000;
  transition: all 0.5s;
}
.links .single-link .product-title {
  display: block;
  width: 100%;
  padding-bottom: 45px;
  text-align: center;
  font-family: "FbPracticAnarrow", sans-serif;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  transition: all 0.5s;
}
.links .single-link:hover {
  background-color: #000;
}
.links .single-link:hover svg {
  fill: #fff;
}
.links .single-link:hover .product-title {
  color: #fff;
}
.links .single-link.sale-box {
  background-color: #000;
}
.links .single-link.sale-box .product-title {
  color: #e44d47;
  font-size: 39px;
  font-weight: 600;
  padding-bottom: 32px;
}
.links .single-link.sale-box svg {
  fill: #fff;
}
.links .single-link.sale-box:hover {
  background-color: #e23e28;
}
.links .single-link.sale-box:hover .product-title {
  color: #fff;
}

/* Redesign: 4 "mother" category tiles in a single row.
   Image-forward cards (photo fills the card) + title caption, no icon. */
.category-tiles .single-link {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.category-tiles .single-link .thumb {
  height: 300px;
}
.category-tiles .single-link .product-title {
  padding: 22px 0;
  font-size: 24px;
  border-top: 1px solid #e6e6e6;
}
.category-tiles .single-link:hover {
  background-color: #fff;
}
.category-tiles .single-link:hover .thumb {
  opacity: 0.92;
}
.category-tiles .single-link:hover .product-title {
  color: #000;
}

/* Redesign: two large promo boxes (Projects / Sale).
   Photo on the left, text block on the right, grey card, black CTA. */
.home-promos {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .home-promos .col-md-6:not(:last-child) {
    margin-bottom: 14px;
  }
  .home-promos { /* small gap between the stacked boxes */ }
}
.home-promos .promo-box {
  display: flex;
  direction: ltr; /* force photo-left / text-right regardless of page RTL */
  min-height: 250px;
  background-color: #f3f3f3;
  overflow: hidden;
  transition: all 0.4s;
}
.home-promos .promo-box .promo-img {
  display: block;
  width: 50%;
  align-self: stretch;
}
.home-promos .promo-box .promo-text {
  width: 50%;
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 30px;
  font-family: "FbPracticAnarrow", sans-serif;
}
.home-promos .promo-box .promo-label {
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 6px;
}
.home-promos .promo-box .promo-title {
  color: #2b2b2b;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}
.home-promos .promo-box .promo-desc {
  color: #9a9a9a;
  font-size: 17px;
  line-height: 1.4;
  max-width: 260px;
  margin-bottom: 22px;
}
.home-promos .promo-box .promo-btn {
  display: inline-block;
  background-color: #1c2331;
  color: #fff;
  font-size: 16px;
  padding: 13px 30px;
  border-radius: 6px;
  transition: all 0.3s;
}
.home-promos .promo-box:hover .promo-btn {
  background-color: #e23e38;
}

/* Redesign: Instagram section (two columns - text + image) after the reviews */
.instagram-section {
  margin: 40px 0 70px;
}
.instagram-section .ig-text {
  direction: rtl;
  text-align: right;
  padding: 0 4%;
}
.instagram-section .ig-text .ig-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e23e38;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.instagram-section .ig-text .ig-eyebrow i {
  font-size: 22px;
}
.instagram-section .ig-text h2 {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #1a2230;
  margin-bottom: 14px;
}
.instagram-section .ig-text p {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  line-height: 1.55;
  max-width: 430px;
  margin-bottom: 14px;
}
.instagram-section .ig-text .ig-handle {
  display: block;
  color: #1a2230;
  font-family: "FbPracticAnarrow", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 26px;
}
.instagram-section .ig-text .ig-handle:hover {
  color: #e23e38;
}
.instagram-section .ig-text .ig-btn {
  display: inline-block;
  background-color: #1a2230;
  border-radius: 40px;
  padding: 14px 42px;
  transition: all 0.3s;
}
.instagram-section .ig-text .ig-btn span {
  color: #fff;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 17px;
}
.instagram-section .ig-text .ig-btn:hover {
  background-color: #e23e38;
}
.instagram-section .ig-image {
  display: block;
  text-align: center;
  transition: opacity 0.3s;
}
.instagram-section .ig-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}
.instagram-section .ig-image:hover {
  opacity: 0.92;
}

@media only screen and (max-width: 800px) {
  .instagram-section {
    margin: 30px 0 40px;
  }
  .instagram-section .ig-text {
    padding: 0 2%;
    margin-bottom: 22px;
    text-align: center;
  }
  .instagram-section .ig-text .ig-eyebrow {
    justify-content: center;
  }
  .instagram-section .ig-text h2 {
    font-size: 30px;
  }
  .instagram-section .ig-text p {
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Redesign: Google reviews (STATIC PLACEHOLDER - to be wired to live data) */
.google-reviews {
  margin: 70px 0;
}
.google-reviews .reviews-head {
  margin-bottom: 40px;
}
.google-reviews .reviews-head h2 {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 12px;
}
.google-reviews .reviews-head .g-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "FbPracticAnarrow", sans-serif;
}
.google-reviews .reviews-head .g-rating .g-score {
  font-size: 24px;
  font-weight: 700;
  color: #2b2b2b;
}
.google-reviews .reviews-head .g-rating .g-stars {
  color: #fbbc04;
  font-size: 20px;
}
.google-reviews .reviews-head .g-rating .g-stars i {
  margin: 0 1px;
}
.google-reviews .reviews-head .g-rating .g-count {
  color: #888;
  font-size: 16px;
}
.google-reviews .review-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  padding: 28px 24px;
  height: 100%;
  margin-bottom: 24px;
  font-family: "FbPracticAnarrow", sans-serif;
}
.google-reviews .review-card .g-mark {
  position: absolute;
  top: 22px;
  left: 24px;
  font-weight: 700;
  font-size: 22px;
  background: linear-gradient(45deg, #4285f4, #ea4335, #fbbc04, #34a853);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.google-reviews .review-card .r-stars {
  color: #fbbc04;
  font-size: 17px;
  margin-bottom: 14px;
}
.google-reviews .review-card .r-stars i {
  margin-left: 2px;
}
.google-reviews .review-card .r-text {
  direction: rtl;
  text-align: right;
  color: #444;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.google-reviews .review-card .reviewer {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.google-reviews .review-card .reviewer .r-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.google-reviews .review-card .reviewer .r-meta {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.google-reviews .review-card .reviewer .r-meta .r-name {
  font-weight: 600;
  color: #2b2b2b;
  font-size: 17px;
}
.google-reviews .review-card .reviewer .r-meta .r-date {
  color: #999;
  font-size: 14px;
}

/* Redesign: mini gallery - 5 images in different sizes (mosaic) */
.mini-gallery-section {
  margin: 60px 0;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 230px;
  gap: 12px;
}
.mini-gallery .mg-item {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.mini-gallery .mg-item:hover {
  opacity: 0.9;
}
.mini-gallery .mg-1 {
  grid-column: span 2;
  grid-row: span 1;
}
.mini-gallery .mg-2 {
  grid-column: span 2;
  grid-row: span 2;
}
.mini-gallery { /* center, tall */ }
.mini-gallery .mg-3 {
  grid-column: span 2;
  grid-row: span 1;
}
.mini-gallery .mg-4 {
  grid-column: span 2;
  grid-row: span 1;
}
.mini-gallery .mg-5 {
  grid-column: span 2;
  grid-row: span 1;
}

@media only screen and (max-width: 800px) {
  .mini-gallery {
    grid-auto-rows: 150px;
    gap: 8px;
  }
  .mini-gallery .mg-1 {
    grid-column: span 6;
    grid-row: span 1;
  }
  .mini-gallery { /* full-width feature on top */ }
  .mini-gallery .mg-2, .mini-gallery .mg-3, .mini-gallery .mg-4, .mini-gallery .mg-5 {
    grid-column: span 3;
    grid-row: span 1;
  }
  .mini-gallery { /* 2 per row */ }
}
/* Redesign: company section - image on the left, text on the right (light bg) */
.company-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.company-section .company-row {
  direction: ltr; /* image left / text right regardless of page RTL */
}
.company-section .company-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
}
.company-section .company-text {
  direction: rtl;
  text-align: right;
  font-family: "FbPracticAnarrow", sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 5% 30px 3%;
}
.company-section .company-text h1, .company-section .company-text h2, .company-section .company-text h3, .company-section .company-text h4, .company-section .company-text h5, .company-section .company-text h6 {
  color: #2b2b2b;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 28px;
}
.company-section .company-text p {
  color: #555;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 14px;
}
.company-section .company-text p:last-child {
  margin-bottom: 0;
}

.service {
  position: relative;
  margin-top: 100px;
}
.service .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
.service .service-row {
  padding-top: 190px;
  padding-bottom: 50px;
}
.service .service-row > .col-md-6 {
  z-index: 50;
  position: relative;
}
.service .service-site-logo {
  position: absolute;
  width: 100%;
  left: 0;
  top: -77px;
  z-index: 100;
}
.service .youtube-frame {
  padding-left: 7%;
}
.service .youtube-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid #ffffff;
  border-radius: 3px;
}
.service .service-text {
  text-align: right;
  direction: rtl;
  font-family: "FbPracticAnarrow", sans-serif;
  padding-right: 7%;
}
.service .service-text h1, .service .service-text h2, .service .service-text h3, .service .service-text h4, .service .service-text h5, .service .service-text h6 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 50px;
}
.service .service-text p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
}
.service .service-text p:last-child {
  margin-bottom: 0;
}
.service .logo-col {
  margin-top: 30px;
  position: relative;
  z-index: 9999;
  padding-right: 4%;
}

.products-slider {
  margin: 45px 0;
}
.products-slider .prod-slider {
  margin: 0 -10px;
}
.products-slider .pimg {
  display: block;
}
.products-slider .pimg .img-wrap {
  height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
  position: relative;
}
.products-slider .pimg .img-wrap .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.products-slider .pimg .img-wrap .slider-overlay span {
  text-align: center;
  font-family: "FbPracticAnarrow", sans-serif;
  color: #fff;
  font-size: 18px;
}
.products-slider .pimg .img-wrap .slider-overlay:hover {
  opacity: 1;
}
.products-slider .pimg:focus {
  outline: none;
}
.products-slider .slick-arrow:before {
  display: none;
}
.products-slider .slick-next {
  width: 18px;
  height: 31px;
  background-image: url(../img/prod-right.png);
}
.products-slider .slick-prev {
  width: 18px;
  height: 31px;
  background-image: url(../img/prod-left.png);
}

.home-test .test-title {
  text-align: center;
  direction: rtl;
  margin: 50px 0;
  font-family: "FbPracticAnarrow", sans-serif;
}
.home-test .test-title h2 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
}
.home-test .test-title p {
  font-size: 40px;
  font-weight: 400;
}
.home-test .timg img {
  width: 100%;
  height: auto;
}

.test-link {
  margin: 50px 0;
}

.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e23e38;
  transition: all 0.5s;
  padding: 15px 20px;
  background-color: #fff;
}
.link-btn span {
  font-family: "FbPracticAnarrow", sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.5s;
}
.link-btn svg {
  margin-right: 10px;
  position: relative;
  top: -2px;
  transition: all 0.5s;
  fill: #000;
}
.link-btn:hover {
  background-color: #000;
  border: 1px solid #000;
}
.link-btn:hover span {
  color: #fff;
}
.link-btn:hover svg {
  fill: #fff;
}

footer {
  padding: 40px;
  background-color: #1c1c1c;
}
footer .footer-title {
  color: #ffffff;
  font-family: "FbPracticAnarrow", sans-serif;
  direction: rtl;
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
footer .branches li {
  text-align: right;
  direction: rtl;
  font-family: "FbPracticAnarrow", sans-serif;
  margin-bottom: 20px;
}
footer .branches li p {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}
footer .branches li p a {
  color: #ffffff;
}

.newsletter-form {
  display: flex;
  position: relative;
}
.newsletter-form .wpcf7 {
  width: 80%;
}
.newsletter-form .ajax-loader {
  position: absolute;
  left: -20px;
  top: 0;
}
.newsletter-form span.wpcf7-form-control-wrap {
  width: calc(100% - 45px);
}
.newsletter-form input {
  height: 45px;
  padding-right: 10px;
}
.newsletter-form input[type=submit] {
  width: 45px;
  height: 45px;
  border: none;
  background-color: #e23e38;
  color: transparent;
  background-image: url(../img/submit-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.newsletter-form input[type=submit]:focus {
  outline: none !important;
}
.newsletter-form .wpcf7-form span .wpcf7-not-valid-tip {
  font-family: "Assistant", sans-serif !important;
  line-height: 41px;
  color: red;
  background-color: transparent !important;
}
.newsletter-form div.wpcf7-response-output {
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 14px;
  border: none;
  padding: 0;
  top: -21px;
  font-family: "Assistant", sans-serif !important;
  color: #fff;
}

.device,
.device-source,
.url-source {
  display: none !important;
}

.phone-btn {
  margin-top: 47px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px 25px;
  font-family: "FbPracticAnarrow", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.phone-btn img {
  margin-left: 15px;
}
.phone-btn:hover {
  color: #fff;
}

.social-logo {
  width: 80%;
  margin-top: 80px;
}
.social-logo .social a {
  margin-left: 15px;
  background-color: #fff;
  display: block;
}

#menu-footer-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#menu-footer-menu li {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  direction: rtl;
}
#menu-footer-menu li a {
  color: #fff;
  transition: all 0.5s;
}
#menu-footer-menu li a:hover {
  color: #e23e38;
}

.page-image {
  height: 400px;
}

/* Redesign: narrow header banner on product category (gallery) pages,
   with the category H1 overlaid on the image. */
.tax-prod_cat .page-image,
.woocommerce-shop .page-image {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-prod_cat .page-image:before,
.woocommerce-shop .page-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
}

.page-image-overlay {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}

.page-image-title {
  margin: 0;
  color: #fff;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.page-image-title .tax-icon {
  display: inline-flex;
  align-items: center;
}
.page-image-title .tax-icon svg {
  height: 40px;
  max-width: 60px;
  fill: #fff;
}

/* Redesign: product page - image on the RIGHT, details on the LEFT (spec p6).
   Desktop only (>=801px); mobile keeps its original column-reverse stacking
   so the image stays on top. Layout only (flex order); DOM/text unchanged.
   Mirror the original gutters: keep the 30px gap in the MIDDLE (between image
   and details/form) and the outer edges flush to the container. */
@media only screen and (min-width: 801px) {
  .product-info-row .gal-col {
    order: -1; /* gallery to the right */
    padding-left: 15px !important; /* gutter toward the details */
    padding-right: 0 !important; /* flush to the right edge */
  }
  .product-info-row > .pr-0 {
    padding-left: 0 !important; /* flush to the left edge */
    padding-right: 15px !important; /* gutter toward the image */
  }
}
/* Redesign: category icon bar (main categories, current highlighted) */
.cat-icon-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 6px 0 24px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 22px;
}
.cat-icon-bar .cat-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  padding: 12px 16px;
  min-width: 104px;
  border-radius: 8px;
  transition: all 0.3s;
}
.cat-icon-bar .cat-icon-item .ci-icon {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-icon-bar .cat-icon-item .ci-icon svg {
  height: 40px;
  max-width: 62px;
  fill: #333;
  transition: all 0.3s;
}
.cat-icon-bar .cat-icon-item .ci-icon i {
  font-size: 30px;
  color: #333;
  transition: all 0.3s;
}
.cat-icon-bar .cat-icon-item .ci-label {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}
.cat-icon-bar .cat-icon-item:hover {
  background: #f5f5f5;
}
.cat-icon-bar .cat-icon-item.active .ci-icon svg {
  fill: #e23e38;
}
.cat-icon-bar .cat-icon-item.active .ci-icon i {
  color: #e23e38;
}
.cat-icon-bar .cat-icon-item.active .ci-label {
  color: #e23e38;
  font-weight: 600;
}

/* Redesign: 3-4 quick filters at the top, original text-link style, centered */
.quick-filters {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.quick-filters ul {
  justify-content: center;
}
.quick-filters .filters-more-wrap {
  position: relative;
  display: inline-block;
}
.quick-filters .filters-more-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 26px;
  line-height: 0.6;
  color: #333;
  padding: 0 6px;
  font-family: "FbPracticAnarrow", sans-serif;
  transition: color 0.3s;
}
.quick-filters .filters-more-toggle:hover {
  color: #e23e38;
}
.quick-filters .filters-more {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 60;
  min-width: 240px;
  max-height: 320px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 12px 18px;
  display: none;
  direction: rtl;
  text-align: right;
}
.quick-filters .filters-more ul {
  display: block;
}
.quick-filters .filters-more li {
  display: block;
  padding: 5px 0;
}
.quick-filters .filters-more li.current a {
  color: #e23e38;
  text-decoration: underline;
}
.quick-filters .filters-more a {
  font-size: 17px;
  color: #333;
}
.quick-filters .filters-more a:hover {
  color: #e23e38;
}
.quick-filters .filters-more-wrap.open .filters-more {
  display: block;
}

.page-title {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 5px solid #ededed;
  margin-bottom: 40px;
}
.page-title h1 {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 40px;
  display: flex;
  text-align: right;
  align-items: center;
  direction: rtl;
}
.page-title h1 svg {
  margin-left: 45px;
  display: block;
  width: 60px;
  position: relative;
  top: -3px;
}

.content {
  text-align: right;
  direction: rtl;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 100px;
  line-height: 1.2;
  overflow: hidden;
}
.content img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  height: auto;
}
.content ul {
  padding-right: 10px;
  list-style: disc;
  margin-right: 5px;
}
.content strong {
  font-weight: 600;
}

.breadcrumbs {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}
.breadcrumbs .sep {
  margin: 0 5px;
}
.breadcrumbs a, .breadcrumbs span {
  color: #6d6d6d;
}
.breadcrumbs .last {
  color: #000;
}
.breadcrumbs .prod-title {
  color: #000;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-row .gallery-image {
  width: calc(25% - 22px);
  margin-bottom: 25px;
}
.gallery-row .gallery-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-row .gallery-image a .image-wrap {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-row .gallery-image a .image-wrap .zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.5s;
}
.gallery-row .gallery-image a:hover .zoom {
  opacity: 1;
}

.arch-box {
  margin-bottom: 30px;
}

.arch-list .arch-img {
  height: 252px;
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.arch-list .arch-name {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
  background-color: #ededed;
}
.arch-list .arch-box:hover .arch-img {
  -webkit-filter: grayscale(0);
  background-size: 120%;
}

.arch-contact {
  display: flex;
  justify-content: space-between;
}
.arch-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  border: 1px solid #1c1c1c;
  padding: 15px;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}
.arch-contact a img {
  position: relative;
  top: -3px;
  margin-left: 15px;
}

.arch-thumb {
  margin-bottom: 100px;
}

.arch-gallery-row {
  margin-bottom: 50px;
}
.arch-gallery-row .slick-arrow:before {
  display: none;
}
.arch-gallery-row .slick-next {
  width: 18px;
  height: 31px;
  background-image: url(../img/prod-right.png);
}
.arch-gallery-row .slick-prev {
  width: 18px;
  height: 31px;
  background-image: url(../img/prod-left.png);
}
.arch-gallery-row .a-single-img {
  margin: 0 10px;
}
.arch-gallery-row .a-single-img a {
  display: block;
  height: 100%;
}
.arch-gallery-row .a-single-img a .img-wrap {
  display: block;
  height: 460px;
  position: relative;
}
.arch-gallery-row .a-single-img a .img-wrap .zoom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.5s;
}
.arch-gallery-row .a-single-img a:hover .zoom {
  opacity: 1;
}
.arch-gallery-row .arch-gallery {
  margin: 0 -10px;
}

.product-sub-title {
  margin-bottom: 40px;
}
.product-sub-title .product-count {
  color: #5c5c5c;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 19px;
  font-weight: 400;
}
.product-sub-title .product-count span {
  margin-left: 3px;
}

.term-nav {
  display: flex;
  font-family: "FbPracticAnarrow", sans-serif;
  font-weight: 400;
  line-height: 32px;
}
.term-nav .nav-title {
  font-weight: 600;
  font-size: 23px;
  margin-left: 5px;
  color: #000;
  text-align: right;
  white-space: nowrap;
}
.term-nav .sep {
  font-weight: 600;
  font-size: 23px;
  line-height: 1;
}
.term-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.term-nav ul li {
  padding-left: 3px;
}
.term-nav ul li.current {
  text-decoration: underline;
}
.term-nav ul a {
  font-size: 20px;
  margin-right: 8px;
  color: #000;
}
.term-nav ul a:hover {
  text-decoration: underline;
}

.products-list {
  margin: 0 -30px;
}
.products-list .col-md-3 {
  margin-bottom: 30px;
}
.products-list .col-md-3.preload-prod {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 0;
}
.products-list .single-prod-link {
  display: block;
}
.products-list .single-prod-link .prod-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/1; /* square product images */
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.products-list .single-prod-link .prod-thumb .sale-badge {
  position: absolute;
  left: 0;
  top: 0;
}
.products-list .single-prod-link .prod-thumb .sale-badge img {
  width: 78px;
}
.products-list .single-prod-link .prod-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px; /* grow with the title instead of overflowing onto the image */
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  padding: 12px 15px;
  background-color: #fff; /* name on white, no hover highlight */
}
.products-list .single-prod-link {
  /* MOUSE OVER highlight intentionally removed per redesign spec */
}
.products-list .single-prod-link.vertical-images .prod-thumb {
  background-size: contain;
}

.load-btn {
  padding: 10px 25px;
  border: 1px solid #e23e38;
  margin-bottom: 80px;
  cursor: pointer;
}
.load-btn span {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.load-btn img {
  margin-right: 20px;
}
.load-btn.hide {
  display: none;
}

.single-product .product-data p {
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 26px;
  color: #000;
  text-align: right;
  direction: rtl;
  margin-bottom: 8px;
}
.single-product .product-data .data-title {
  font-weight: 600;
}

.share {
  display: flex;
  margin: 50px 0;
}
.share .share-title {
  color: #07042e;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  align-items: center;
}
.share > img {
  margin-left: 15px;
  display: block;
}
.share a {
  margin-left: 10px;
}

/* Redesign: product price (spec p6) - list price + optional strikethrough/sale */
.product-price {
  margin: 24px 0 6px;
  direction: rtl;
  text-align: right;
  font-family: "FbPracticAnarrow", sans-serif;
}
.product-price .price-now {
  font-size: 30px;
  font-weight: 700;
  color: #1a2230;
}
.product-price .price-now.price-sale {
  color: #e23e38;
}
.product-price .price-old {
  font-size: 22px;
  color: #9a9a9a;
  text-decoration: line-through;
  margin-left: 14px;
}

.product-form {
  position: relative;
}
.product-form .form-title {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  text-align: right;
  direction: rtl;
  margin-bottom: 10px;
}
.product-form input, .product-form select {
  border: 1px solid #a1a1a1;
  height: 47px;
  font-family: "Assistant", sans-serif !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 10px;
}
.product-form input[type=submit] {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  font-weight: 400;
  background-image: url(../img/send-black.png);
  background-repeat: no-repeat;
  line-height: 1;
  background-position: 47px 47%;
  border: 1px solid #e23e38;
  margin-top: 25px;
  margin-bottom: 0 !important;
  transition: all 0.5s;
}
.product-form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  background-image: url(../img/submit-white.png);
  background-position: 43px 47%;
  background-size: 6%;
}
.product-form select {
  -webkit-appearance: none;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.product-form textarea {
  border: 1px solid #a1a1a1;
  width: 100%;
  height: 87px;
  padding: 10px;
  font-family: "Assistant", sans-serif !important;
}
.product-form .product-form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-form .product-form-row .right,
.product-form .product-form-row .left {
  width: calc(50% - 10px);
}
.product-form .product-form-row .bottom {
  width: 100%;
}
.product-form .product-form-row .submit-row {
  display: flex;
}
.product-form .product-form-row .select-wrap {
  position: relative;
  display: block;
}
.product-form .product-form-row .select-wrap .select-label {
  display: block;
  position: absolute;
  font-family: "Assistant", sans-serif !important;
  right: 10px;
  top: 10px;
  z-index: 9999;
  background-color: #fff;
}
.product-form .product-form-row .select-wrap .select-label.hide {
  display: none;
}
.product-form .wpcf7-form span .wpcf7-not-valid-tip {
  background: transparent !important;
  line-height: 42px;
  font-family: "Assistant", sans-serif !important;
  color: red;
  left: 10% !important;
}
.product-form div.wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  font-family: "FbPracticAnarrow", sans-serif;
  text-align: center;
}
.product-form div.wpcf7 .ajax-loader {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.product-gallery .slider-thumbs .slick-track {
  display: flex;
  flex-direction: row;
}
.product-gallery .big-img {
  height: 621px;
  background-position: center;
  position: relative;
}
.product-gallery .big-img .sale-badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
}
.product-gallery .big-img .sale-badge img {
  width: 100%;
  height: auto;
}
.product-gallery .lSGallery li {
  height: 155px;
  position: relative;
}
.product-gallery .lSGallery li a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-gallery .lSGallery li a .thumb-span {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.product-gallery .lSGallery li a .thumb-span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 21% !important;
  display: block;
  height: auto !important;
}
.product-gallery .lSGallery li a img {
  width: 100%;
  height: 100% !important;
}
.product-gallery .lSGallery li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all 0.5s;
  opacity: 1;
}
.product-gallery .lSGallery li.active:after {
  opacity: 0;
}
.product-gallery .lSAction > .lSNext {
  background-image: url(../img/gal-right.png);
  background-repeat: no-repeat;
  background-position: center;
}
.product-gallery .lSAction > .lSPrev {
  background-image: url(../img/gal-left.png);
  background-repeat: no-repeat;
  background-position: center;
}
.product-gallery .slick-arrow:before {
  display: none;
}
.product-gallery.vertical-images .big-img {
  background-size: contain !important;
}
.product-gallery.vertical-images .lSPager li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery.vertical-images .lSPager li a img {
  width: auto;
  height: 100%;
}

.vertical-images .thumb-span {
  background-size: contain !important;
}

.related {
  margin-bottom: 50px;
}
.related .related-sep {
  margin: 70px 0;
  height: 5px;
  background-color: #ededed;
  opacity: 0.8;
  width: 50%;
}
.related .related-title {
  margin-bottom: 50px;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  text-align: center;
  direction: rtl;
  font-size: 40px;
  font-weight: 400;
  line-height: 51.85px;
}

.branches .branches-title {
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
.branches .single-branch {
  background-color: #ededed;
  padding: 40px 25px;
  margin-bottom: 40px;
  display: flex;
}
.branches .single-branch .br-right {
  width: 60%;
}
.branches .single-branch .br-left {
  width: 40%;
}
.branches .single-branch .title {
  text-align: right;
  direction: rtl;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.branches .single-branch .text {
  text-align: right;
  direction: rtl;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.branches .single-branch .text img {
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.branches .single-branch .text .br-data {
  margin-right: 3px;
  color: #000;
}

.main-contact-form {
  margin-bottom: 50px;
}
.main-contact-form .main-form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-contact-form .main-form-row .right, .main-contact-form .main-form-row .left {
  width: calc(50% - 10px);
}
.main-contact-form .main-form-row .right {
  display: flex;
  justify-content: space-between;
}
.main-contact-form .main-form-row .right .w3 {
  width: calc(50% - 10px);
}
.main-contact-form .main-form-row .bottom {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.main-contact-form input, .main-contact-form select {
  border: 1px solid #a1a1a1;
  height: 47px;
  font-family: "Assistant", sans-serif !important;
  margin-bottom: 20px;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 10px;
}
.main-contact-form textarea {
  width: 100%;
  height: 114px;
  padding: 10px;
}
.main-contact-form input[type=submit] {
  width: 180px;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  font-weight: 400;
  background-image: url(../img/send-black.png);
  background-repeat: no-repeat;
  line-height: 1;
  background-position: 47px 47%;
  border: 1px solid #e23e38;
  margin-bottom: 0 !important;
  transition: all 0.5s;
}
.main-contact-form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  background-image: url(../img/form-white.png);
  border: 1px solid #000;
}
.main-contact-form select {
  -webkit-appearance: none;
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: 5% 50%;
}
.main-contact-form .wpcf7-form span .wpcf7-not-valid-tip {
  background: transparent !important;
  line-height: 42px;
  font-family: "Assistant", sans-serif !important;
  color: red;
  left: 10% !important;
}
.main-contact-form div.wpcf7-response-output {
  position: absolute;
  right: 0;
  bottom: 37px;
  margin: 0;
  font-family: "FbPracticAnarrow", sans-serif;
  text-align: center;
}
.main-contact-form div.wpcf7 .ajax-loader {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.main-contact-form .select-wrap {
  position: relative;
  display: block;
}
.main-contact-form .select-wrap .select-label {
  display: block;
  position: absolute;
  font-family: "Assistant", sans-serif !important;
  right: 10px;
  top: 10px;
  z-index: 9999;
  background-color: #fff;
}
.main-contact-form .select-wrap .select-label.hide {
  display: none;
}

.copyright {
  color: #ffffff;
  font-family: "FbPracticAnarrow", sans-serif;
  text-align: right;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
}

.mobile-call,
.mobile-menu-trigger,
.only-mobile,
.mobile-only {
  display: none;
}

.term-nav-btn {
  display: none;
}

.mobile-form-title {
  display: none;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.current-menu-item > a {
  color: #e23e38 !important;
}

.sale-menu > a {
  color: #e44d47 !important;
  font-weight: 600 !important;
  border-bottom: 1px dotted #e44d47;
}

.product-navigation-wrap {
  margin-top: 35px;
}
.product-navigation-wrap .back-to-gallery {
  font-size: 21px;
  font-family: "FbPracticAnarrow", sans-serif;
  color: #000;
}
.product-navigation-wrap .back-to-gallery img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.product-navigation-wrap .product-navigation {
  display: flex;
}
.product-navigation-wrap .product-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid #d43a3a;
  background-color: #ffffff;
  padding: 0 25px;
  font-size: 21px;
  font-family: "FbPracticAnarrow", sans-serif;
  color: #000;
  margin: 0 3px;
  transition: all 0.5s;
  background-repeat: no-repeat;
}
.product-navigation-wrap .product-navigation a.prev {
  background-image: url(../img/right_black.png);
  background-position: 94% center;
  background-size: 9px;
}
.product-navigation-wrap .product-navigation a.prev:hover {
  background-image: url(../img/white_arrow_2.png);
}
.product-navigation-wrap .product-navigation a.next {
  background-image: url(../img/left_black.png);
  background-position: 6% center;
  background-size: 9px;
}
.product-navigation-wrap .product-navigation a.next:hover {
  background-image: url(../img/white_arrow_1.png);
}
.product-navigation-wrap .product-navigation a:hover {
  background-color: #000;
  color: #fff;
}
.product-navigation-wrap .product-navigation a span {
  line-height: 1;
  position: relative;
  top: 2px;
}
.product-navigation-wrap .product-navigation a img {
  width: 7px;
  position: relative;
  top: -2px;
}

.page-template-projects .arch-list .arch-img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.footer-service-image, .service-logo-img {
  max-width: 123px;
}

.tax-prod_cat .page-title {
  margin-bottom: 10px;
}

.whatsapp-link {
  display: none;
}

.product-title-header .title {
  justify-content: center;
}
.product-title-header .breadcrumbs {
  text-align: center;
}

.back-to-sale {
  height: 42px;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.back-to-sale svg {
  fill: #e44d47;
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 28px;
  height: 14px;
  left: -7px;
}
.back-to-sale span {
  color: #fff;
  line-height: 1;
}

.video-play-btn {
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e44d47;
  margin-right: 30px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
  top: -2px;
}
.video-play-btn span {
  font-size: 21px;
  white-space: nowrap;
  color: #000;
  transition: all 0.5s;
  position: relative;
  top: 2px;
}
.video-play-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: relative;
  top: -1px;
  fill: #000;
  transition: all 0.5s;
}
.video-play-btn:hover {
  background-color: #e44d47;
}
.video-play-btn:hover svg {
  fill: #fff;
}
.video-play-btn:hover span {
  color: #fff;
}

.video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-overlay .video-wrap {
  width: 45%;
  height: 50%;
}
.video-overlay #iframe-wrap {
  width: 100%;
  height: 100%;
}
.video-overlay iframe {
  width: 100%;
  height: 100%;
}
.video-overlay .close-video {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.video-overlay .close-video svg {
  fill: #fff;
  width: 50px;
  height: 50px;
}
.video-overlay.video-active {
  opacity: 1;
  pointer-events: all;
}

.video-section-title {
  text-align: right;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 35px;
  margin-bottom: 45px;
  border-top: 5px solid #ededed;
  padding-top: 35px;
  margin-top: 50px;
}

.video-link {
  display: block;
  width: 100%;
}
.video-link .video-thumb {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
  position: relative;
}
.video-link .video-thumb img {
  transform: scale(1);
  transition: 0.5s;
}
.video-link .video-thumb:hover img {
  transform: scale(1.1);
}

.video-col {
  margin-bottom: 30px;
}

.video-text {
  text-align: right;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 18px;
  margin-top: 5px;
}

.video-list-row {
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
}

.video-text {
  color: #fff;
  font-size: 26px;
}

.video-col .video-text {
  color: #000;
}

.pr-35p {
  padding-right: 35px;
}

.pl-35p {
  padding-left: 35px;
}

.page-template-video .page-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.video-sale-row {
  padding-bottom: 50px;
}

.wp-fbrev .wp-facebook-left img {
  margin-left: 5px !important;
}

.related-nav.hide {
  display: none;
}
.related-nav ul li a {
  position: relative;
}
.related-nav ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 94%;
  width: 92%;
  height: 2px;
  background-color: #ededed;
}
.related-nav ul li a:hover {
  text-decoration: none;
  color: #e44d47;
}
.related-nav ul li a:hover:after {
  background-color: #e44d47;
}
.related-nav ul li:last-child .sep {
  display: none;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  direction: rtl;
}

.single-product .single_add_to_cart_button_custom {
  height: 47px;
  color: #000000;
  font-family: "FbPracticAnarrow", sans-serif !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #e23e38;
  margin-top: 25px;
  margin-bottom: 0 !important;
  transition: all 0.5s;
  background: #fff !important;
}
.single-product .single_add_to_cart_button_custom .plus-icon {
  font-size: 38px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.single-product .single_add_to_cart_button_custom:hover {
  background-color: #000 !important;
  color: #fff;
  border: 1px solid #000;
  background-position: 43px 47%;
  background-size: 6%;
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 22px;
}
.woocommerce-message:after {
  position: absolute;
  left: 0;
}
.woocommerce-message:before {
  top: 28px;
}

.wc-forward {
  height: 47px;
  margin: 0 !important;
  color: #000000 !important;
  font-family: "FbPracticAnarrow", sans-serif !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 60px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  border: 1px solid #e23e38 !important;
  margin-bottom: 0 !important;
  transition: all 0.5s !important;
  background: #fff !important;
  cursor: pointer;
}
.wc-forward:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  background-position: 43px 47% !important;
  background-size: 6% !important;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 150px;
  height: auto;
  margin: 0;
}

.woocommerce-cart-form .product-name a {
  color: #000;
}

.woocommerce-billing-fields__field-wrapper p {
  display: flex;
  flex-direction: column;
}

.cart-button {
  position: fixed;
  left: 0;
  bottom: 200px;
  width: 50px;
  height: 50px;
  border: 2px solid #e23e38;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.woocommerce-message .button {
  background-image: url(../img/send-black.png) !important;
  background-repeat: no-repeat !important;
  background-position: 47px 47% !important;
  transition: all 0.5s;
}
.woocommerce-message .button:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  background-image: url(../img/submit-white.png) !important;
  background-position: 43px 47%;
  background-size: 3% !important;
}

.checkout-button, #place_order {
  background-image: url(../img/send-black.png) !important;
  background-repeat: no-repeat !important;
  background-position: 47px 47% !important;
  transition: all 0.5s;
}
.checkout-button:hover, #place_order:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  background-image: url(../img/submit-white.png) !important;
  background-position: 43px 47%;
  background-size: 3% !important;
}

.cart-collaterals .wc-proceed-to-checkout a {
  background-position: 21% 47% !important;
}

.woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  width: 30% !important;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.cart-icon {
  height: 75px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 15px;
  top: 0;
}
.cart-icon .cart-title {
  color: #000;
  font-family: "FbPracticAnarrow", sans-serif;
  font-size: 22px;
  padding-left: 10px;
}
.cart-icon .cart-link-el {
  width: 50px;
  height: 50px;
  border: 2px solid #e23e38;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cart-icon .cart-count {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 37px;
  top: -12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e23e38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  font-family: "FbPracticAnarrow", sans-serif;
  padding-top: 3px;
}
.cart-icon img {
  max-width: 80%;
}

.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 0;
}

.woocommerce-checkout #payment {
  padding: 30px 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 3.5em 1em 2em !important;
}

.woocommerce-order-details table.shop_table th,
.woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-details table.shop_table tfoot td {
  font-weight: 600;
}

.thankyou-text {
  font-size: 18px;
  font-family: "FbPracticAnarrow", sans-serif;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  margin-bottom: 25px !important;
}

.woocommerce-table.shop_table.order_details tbody th {
  font-weight: normal;
}

.smart-search-btn {
  position: fixed;
  right: 0;
  top: 400px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  cursor: pointer;
  background-color: #fff;
}

.search-wrapper .close-search {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.search-wrapper .close-search img {
  width: 50px;
  height: 50px;
}
.search-wrapper .search-title {
  font-family: "FbPracticAnarrow", sans-serif;
}
.search-wrapper {
  display: flex;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  justify-content: center;
  padding-top: 13vh;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
}
.search-wrapper input {
  height: 40px;
  font-size: 19px;
}
.search-wrapper.search-active {
  opacity: 1;
  pointer-events: all;
}

.ui-autocomplete.ui-front {
  max-height: calc(66vh + 82px);
  overflow-y: auto;
  z-index: 999999999;
}
.ui-autocomplete.ui-front .ui-menu-item a {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.ui-autocomplete.ui-front .ui-menu-item a .product-search-image img {
  width: 40px;
  height: 40px;
  margin: 3px;
}
.ui-autocomplete.ui-front .ui-menu-item a .search-prod-title {
  font-family: "FbPracticAnarrow", sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding-right: 15px;
}
.ui-autocomplete.ui-front .ui-menu-item a.ui-state-active {
  background-color: #000;
}
.ui-autocomplete.ui-front .ui-menu-item a.ui-state-active .search-prod-title {
  color: #fff;
}

@media only screen and (max-width: 1760px) {
  header .logo {
    width: 18%;
  }
}
@media only screen and (max-width: 1546px) {
  .menu-main-menu-container > ul > li > a {
    text-align: center;
  }
}
@media only screen and (max-width: 1500px) {
  .cart-icon .cart-title {
    display: none;
  }
}
@media only screen and (max-width: 1380px) {
  .menu-main-menu-container > ul > li > a {
    font-size: 22px;
    padding: 0 10px;
  }
  .menu-main-menu-container > ul > li {
    padding: 0 10px;
  }
  .service .service-text p {
    font-size: 24px;
  }
  .products-list .single-prod-link .prod-thumb {
    height: auto; /* keep square (aspect-ratio) */
  }
  .arch-list .arch-img {
    height: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-main-menu-container > ul > li > a {
    font-size: 18px;
    padding: 0 5px;
  }
  .menu-main-menu-container .menu-item-has-children .sub-toggle {
    left: 2px;
  }
  .menu-main-menu-container .menu-item-has-children .sub-toggle i {
    font-size: 15px;
  }
  .products-slider .pimg .img-wrap {
    height: 250px;
  }
  .menu-main-menu-container > ul .mega-menu > ul {
    padding: 40px 5px;
  }
  .menu-main-menu-container > ul .mega-menu > ul > li {
    padding-left: 5px;
  }
  .products-list .single-prod-link .prod-thumb {
    height: auto; /* keep square (aspect-ratio) */
  }
  .phone-btn {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .woocommerce-message {
    flex-direction: column-reverse;
    padding: 20px;
    text-align: center;
  }
  .woocommerce-message::before {
    display: none;
  }
  .woocommerce-message .wc-forward {
    width: 100%;
    margin-bottom: 10px;
  }
  body {
    padding-top: 45px;
    padding-right: 4%;
  }
  /* Redesign: flatten the two new wrappers so the original mobile bar
     layout (which targets header's children directly) keeps working. */
  .header-top,
  .header-nav {
    display: contents;
  }
  /* Account/cart icons are desktop-only; keep the mobile bar unchanged. */
  .header-actions {
    display: none;
  }
  /* Restore the original floating search button on mobile. */
  .header-search.smart-search-btn {
    position: fixed;
    right: 0;
    top: 400px;
    width: 50px;
    height: 50px;
    border: 1px solid;
    background-color: #fff;
    transform: none;
  }
  .header-search.smart-search-btn img {
    width: 40px;
    height: 40px;
  }
  header .logo span img {
    margin: 0 auto;
  }
  header {
    display: flex;
    height: 45px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    position: fixed;
    /* Keep the fixed bar (and the slide-in menu it now contains) above the
       page content. Without this the menu's stacking context sits at z:auto
       and the homepage slider paints over the open menu. */
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 3%;
  }
  header .logo {
    height: 80px;
    width: 133px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header .logo span {
    display: block;
  }
  header .logo img {
    display: block;
    height: 100%;
    width: auto;
    position: relative;
    top: 21px;
  }
  .mobile-call {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
  }
  .whatsapp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50px;
  }
  .whatsapp-link img {
    width: 26px;
  }
  .mobile-menu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-image: url(../img/hamburger.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-menu-trigger.menu-is-open {
    z-index: 99999999;
    background-image: url(../img/menu-close.png);
  }
  .menu-main-menu-container {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000000;
    opacity: 0.9;
    transition: all 0.5s;
    transform: translateX(100%);
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .menu-main-menu-container.show-menu {
    transform: translateX(0);
  }
  .menu-main-menu-container ul {
    flex-direction: column;
  }
  .menu-main-menu-container ul > li {
    height: auto;
    text-align: right;
    margin-bottom: 20px;
    justify-content: flex-start !important;
    align-items: flex-start;
  }
  .menu-main-menu-container ul > li:last-child {
    margin-bottom: 0;
  }
  .menu-main-menu-container ul > li a {
    color: #fff;
    text-align: right;
    justify-content: flex-start;
    font-size: 26px;
  }
  .regular-submenu .sub-menu {
    right: 0;
    left: auto;
  }
  .images-slider .container-fluid {
    padding: 0 5px !important;
  }
  .menu-main-menu-container .menu-item-has-children:hover > ul,
  .menu-main-menu-container > ul .mega-menu > ul {
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
  .menu-main-menu-container .menu-item-has-children .sub-toggle {
    position: relative;
    top: 0;
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    transition: all 0.5s;
    transform: rotate(0);
    z-index: 9999999999;
  }
  .menu-main-menu-container .menu-item-has-children .sub-toggle.sub-menu-active {
    transform: rotate(180deg);
  }
  .menu-main-menu-container .menu-item-has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-main-menu-container > ul .mega-menu > ul > li {
    border-left: none;
  }
  .menu-main-menu-container > ul .mega-menu > ul {
    padding: 0 35px;
  }
  .menu-main-menu-container > ul .mega-menu > ul > li {
    padding-right: 0;
  }
  .sub-menu {
    max-height: 0;
    overflow-y: hidden;
    transition: all 0.5s;
  }
  .show-sub .sub-menu {
    max-height: 160000px;
  }
  .menu-main-menu-container > .menu-item-has-children > .sub-menu {
    padding: 0 35px !important;
  }
  .only-mobile {
    display: block;
  }
  .only-mobile a {
    font-weight: 400 !important;
  }
  .images-slider .slider {
    height: 210px;
  }
  .images-slider .slick-dots {
    bottom: 7px;
  }
  .images-slider .slick-prev, .images-slider .slick-next {
    bottom: 2px;
  }
  /* Hero card - on mobile move the card BELOW the image so it doesn't cover it */
  .hero-slider {
    display: flex;
    flex-direction: column-reverse; /* image on top, card underneath */
  }
  .hero-slider .slider {
    height: 380px;
  }
  .hero-slider .hero-overlay {
    position: static; /* drop out of the absolute overlay -> normal flow below image */
    display: block;
    padding: 0;
    margin-bottom: 14px; /* gap before the product tiles below */
  }
  .hero-slider .hero-overlay-inner {
    max-width: 100%;
    width: 100%;
    padding: 26px 24px;
    border-radius: 0;
    background: #f3f3f3; /* sits on the white page now -> defined card bg */
    text-align: center; /* center welcome, title, paragraph and button on mobile */
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
  }
  .hero-slider .hero-welcome {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .hero-slider .hero-welcome:before {
    display: none;
  }
  .hero-slider .hero-welcome { /* drop the dash next to WELCOME on mobile */ }
  .hero-slider .hero-text h1, .hero-slider .hero-text h2, .hero-slider .hero-text h3,
  .hero-slider .hero-text h4, .hero-slider .hero-text h5, .hero-slider .hero-text h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-slider .hero-text p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .hero-slider .hero-btn {
    padding: 13px 32px;
  }
  .hero-slider .hero-btn span {
    font-size: 15px;
  }
  .sub-title .text h1, .sub-title .text h2, .sub-title .text h3, .sub-title .text h4, .sub-title .text h5, .sub-title .text h6 {
    line-height: 1;
    font-size: 35px;
    margin-bottom: 3px;
  }
  .sub-title .text p {
    font-size: 25px;
  }
  .sub-title {
    margin: 20px 0;
  }
  .service-site-logo {
    display: none;
  }
  .service {
    margin-top: 0;
  }
  .service .service-text h1, .service .service-text h2, .service .service-text h3, .service .service-text h4, .service .service-text h5, .service .service-text h6 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .service .service-row {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .service .service-text p {
    font-size: 21px;
  }
  .service .service-text {
    padding-right: 0;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: flex;
  }
  .service-logo {
    margin: 20px 0;
  }
  .service .youtube-frame {
    padding-left: 0;
  }
  .service .youtube-frame iframe {
    height: 180px;
  }
  .products-slider .slick-prev {
    left: 17px;
    z-index: 99999;
  }
  .products-slider .slick-next {
    right: 17px;
  }
  .home-test .test-title h2 {
    font-size: 35px;
  }
  .home-test .test-title p {
    font-size: 25px;
  }
  .home-test .test-title {
    margin: 0;
  }
  footer {
    padding: 20px 10px;
  }
  .branches-mobile {
    margin-bottom: 20px;
  }
  .branches-mobile li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .branches-mobile li .branch-name {
    width: 100%;
    color: #ffffff;
    font-family: "FbPracticAnarrow", sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    margin-bottom: 3px;
  }
  .branches-mobile li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 5px);
    border: 1px solid #fff;
    padding: 10px 5px;
  }
  .branches-mobile li a p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "FbPracticAnarrow", sans-serif;
    direction: rtl;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
  }
  .branches-mobile li a p img {
    margin-left: 15px;
  }
  footer .footer-title {
    margin-bottom: 20px;
  }
  .newsletter-form .wpcf7 {
    width: 100%;
  }
  .phone-btn {
    width: 100%;
    font-size: 20px;
  }
  .social-logo {
    width: 100%;
  }
  .social-logo .service-logo img {
    width: 46px;
  }
  .social-logo .service-logo img:first-child {
    margin-left: 10px;
  }
  .social-logo {
    margin-top: 40px;
  }
  .copyright {
    text-align: center;
  }
  .page-image {
    height: 140px;
  }
  .page-image.no-img {
    height: 0;
    margin-top: 30px;
  }
  .page-title {
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .page-title h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .page-title .title, .page-title .breadcrumbs {
    width: 100%;
  }
  .page-title .breadcrumbs {
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
  }
  .page-title .breadcrumbs a, .page-title .breadcrumbs span {
    white-space: nowrap;
  }
  .page-title h1 svg {
    margin-left: 15px;
  }
  .term-nav-btn {
    display: flex;
    justify-content: center;
    padding: 5px 40px;
    border: 1px solid #e23e38;
  }
  .term-nav-btn span {
    color: #000000;
    font-family: "FbPracticAnarrow", sans-serif;
    font-size: 21px;
    font-weight: 400;
  }
  .term-nav-btn img {
    margin-right: 15px;
    transition: all 0.5s;
    transform: rotate(0);
  }
  .term-nav-btn.nav-is-open img {
    transform: rotate(180deg);
  }
  .term-nav {
    position: absolute;
    left: 1px;
    top: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 8px;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .term-nav.show-term-nav {
    opacity: 1;
    pointer-events: all;
  }
  .term-nav a {
    text-align: right;
    direction: rtl;
  }
  .term-nav ul {
    flex-direction: column;
    text-align: right;
    direction: rtl;
  }
  .term-nav ul li .sep {
    display: none;
  }
  .product-sub-title {
    margin-bottom: 10px;
  }
  /* Quick filters must stay visible and in-flow on mobile (the generic
     .term-nav becomes an absolute hidden dropdown, which isn't wanted here). */
  .quick-filters.term-nav {
    position: static;
    opacity: 1;
    pointer-events: all;
    background: none;
    box-shadow: none;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    transition: none;
  }
  .quick-filters.term-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .quick-filters.term-nav ul li .sep {
    display: inline;
  }
  .quick-filters.term-nav .filters-more {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
  }
  .products-list .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .products-list .single-prod-link .prod-thumb {
    height: auto; /* keep square (aspect-ratio) */
  }
  .products-list .single-prod-link .prod-name {
    font-size: 22px;
    padding: 10px 12px;
    width: 100%;
    line-height: 1.25;
  }
  .content {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .tax-service {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tax-service a {
    max-width: 80%;
  }
  .product-info-row {
    flex-direction: column-reverse;
  }
  .product-gallery .big-img {
    height: 200px;
  }
  .product-gallery .gal-thumb {
    height: 43px;
  }
  .gal-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .single-product .product-data p {
    font-size: 21px;
  }
  .share {
    padding: 20px 0;
    margin: 0;
  }
  .product-form .product-form-row .right, .product-form .product-form-row .left {
    width: 100%;
  }
  .related .related-sep {
    margin: 20px 0;
    width: 100%;
  }
  .related .related-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .related-list {
    padding: 0 3%;
  }
  .branches .single-branch {
    flex-wrap: wrap;
  }
  .branches .single-branch .br-right,
  .branches .single-branch .br-left {
    width: 100%;
  }
  .branches .single-branch .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .branches .single-branch .text {
    font-size: 21px;
  }
  .main-contact-form .main-form-row .right, .main-contact-form .main-form-row .left {
    width: 100%;
    flex-wrap: wrap;
  }
  .main-contact-form .main-form-row .right .w3 {
    width: 100%;
    flex-wrap: wrap;
  }
  .map-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .map-col {
    padding: 0 !important;
  }
  .br-col {
    padding-left: 0 !important;
  }
  .main-contact-form textarea {
    border: 1px solid #a1a1a1;
  }
  .mobile-form-title {
    display: block;
    text-align: right;
    margin: 10px 0;
    color: #000000;
    font-family: "FbPracticAnarrow", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.01px;
  }
  .arch-list .arch-img {
    height: 210px;
  }
  .arch-box {
    margin-bottom: 10px;
  }
  .arch-row {
    flex-direction: column-reverse;
  }
  .arch-row .col-md-6 {
    padding-left: 0 !important;
  }
  .arch-thumb-row {
    padding-right: 0 !important;
  }
  .arch-thumb {
    margin-bottom: 15px;
  }
  .arch-contact {
    flex-wrap: wrap;
  }
  .arch-contact a {
    width: 100%;
    margin-bottom: 15px;
  }
  .arch-gallery-row .a-single-img {
    margin: 0;
  }
  .wp-block-image .alignleft {
    margin-right: 0 !important;
  }
  .content ul {
    margin-right: 13px;
  }
  .gallery-row .gallery-image {
    width: 100%;
  }
  .links .single-link .thumb {
    height: 200px;
  }
  .links .single-link .icon {
    padding: 20px 0;
  }
  .links .single-link .product-title {
    padding-bottom: 20px;
  }
  .links .single-link .icon svg {
    height: 60px;
    max-width: 70px;
  }
  .links .single-link .product-title {
    font-size: 25px;
  }
  .main-contact-form .main-form-row .bottom {
    flex-direction: row;
    padding-top: 14px;
  }
  .products-list {
    margin: 0 -15px;
  }
  .arch-list .col-12, .arch-list .col-md-3 {
    padding: 0;
  }
  .product-gallery {
    margin-bottom: 30px;
  }
  .product-gallery .lSGallery li {
    height: 50px;
  }
  .product-navigation a {
    margin-bottom: 3px;
  }
  .product-navigation-wrap {
    margin-bottom: 30px;
  }
  .menu-item-has-children {
    flex-direction: column;
  }
  .images-slider .slick-prev, .images-slider .slick-next {
    z-index: 999;
  }
  .menu-main-menu-container .menu-item-has-children a {
    justify-content: flex-start;
  }
  .service-logo-img-mobile {
    max-width: 123px;
  }
  .product-navigation-wrap .product-navigation a {
    font-size: 13px;
    padding: 0 18px;
  }
  body.single-product .page-image {
    height: 45px;
    background-image: none !important;
  }
  .single-product .page-title {
    margin-top: 50px;
  }
  .pr-35p {
    padding-right: 15px;
  }
  .pl-35p {
    padding-left: 15px;
  }
  .back-to-sale {
    padding: 0 10px;
    font-size: 13px !important;
  }
  .video-section-title {
    font-size: 25px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-top: 16px;
  }
  .video-text {
    font-size: 21px;
  }
  .video-overlay .video-text {
    padding: 0 15px;
  }
  .page-template-video .page-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .video-btn-wrapper {
    flex-wrap: wrap;
  }
  .video-btn-wrapper .video-play-btn {
    width: 100%;
    margin-right: 0;
  }
  .video-overlay .video-wrap {
    width: 100%;
  }
  .video-sale-row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .video-sale-row .col-md-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .video-sale-row .col-md-3 .prod-name {
    left: 15px;
    width: calc(100% - 30px);
  }
  .related-nav {
    position: unset;
    opacity: 1;
    box-shadow: none;
    flex-direction: row;
    pointer-events: all;
  }
  .related-nav .sep {
    display: unset !important;
  }
  .related-nav ul {
    flex-direction: row;
  }
  .related-nav ul li:last-child .sep {
    display: none !important;
  }
  .related-nav .desktop-only {
    display: block;
  }
  .video-link .video-thumb img {
    width: 70px;
    height: 70px;
  }
  .woocommerce table.shop_table_responsive .product-thumbnail::before {
    display: none;
  }
  .mobile-item-title a {
    color: #000;
    font-size: 17px;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .woocommerce-cart-form__cart-item .product-thumbnail {
    justify-content: space-between;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail .mobile-cart-item-fix {
    padding: 0 5px;
    min-width: 50%;
  }
  .mobile-qty-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
  }
  .hide-on_mobile {
    display: none !important;
  }
  .woocommerce-cart-form table {
    border-collapse: separate !important;
    border-spacing: 0 1em;
  }
  .woocommerce-cart-form table tbody tr {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 50% !important;
  }
  .cart-icon {
    width: 35px;
    height: 35px;
    position: relative;
    right: -23px;
  }
  .cart-icon .cart-count {
    left: 22px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    top: -6px;
  }
  .cart-icon .cart-link-el {
    width: 35px;
    height: 35px;
  }
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0 !important;
  }
}
