/*
Theme Name: NeoMag Child Theme
Theme URI: http://themesindep.com/neomag
Author: ThemesIndep
Author URI: http://themesindep.com
Description: Magazine theme for small personal blogs or large scale online magazines and newspapers
Template: neomag
Version: 1.0
Text Domain: neomag
Tags: blog, entertainment, news, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, block-styles, wide-blocks
*/

/* Your CSS code goes here
-------------------------------------- */

@font-face {
  font-family: "Vegan Style Personal Use";
  src: url("/wp-content/themes/neomag-child/fonts/Vegan Style Personal Use.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "CervoNeue";
  src: url("/wp-content/themes/neomag-child/fonts/CervoNeue-MediumNeue.otf");
  font-weight: normal;
}
@font-face {
  font-family: "MyriadHebrew";
  src: url("/wp-content/themes/neomag-child/fonts/MyriadHebrew-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/neomag-child/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Rubik";
  src: url("/wp-content/themes/neomag-child/fonts/Rubik-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/neomag-child/fonts/GothamBook.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("/wp-content/themes/neomag-child/fonts/GothamBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "FuturaPT";
  src: url("/wp-content/themes/neomag-child/fonts/FuturaPT-Heavy.ttf");
  font-weight: 700;
}

html {
  font-family: "MyriadHebrew";
  font-weight: normal;
}
.text-logo a {
  font-family: Vegan Style Personal Use;
  text-transform: initial;
}
.menu-layout--bullets > li:not(:last-of-type):after {
  display: none;
}
.home .entry-header {
  display: none;
}
.home-banner {
  background: url("/wp-content/uploads/2021/05/banner.jpg") center center
    no-repeat;
  background-attachment: fixed;
  height: 90vh;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.36);
  margin-bottom: 0;
  overflow: hidden;
}
.home-banner h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 3em;
  font-family: "CervoNeue";
}
.home-banner p {
  color: #fff;
}
.learn-more .vc_btn3.vc_btn3-size-md {
  font: 1em "Montserrat";
  font-weight: 600;
  padding: 0.75em 2em;
}
.learn-more .vc_btn3.vc_btn3-size-md:hover {
  background-color: #fd7924 !important;
  transition: all 0.3s;
}
.home-banner .txt-block {
  padding-right: 3em;
}
.home-banner h1 strong {
  color: #f2731f;
}
.massageFilter .filter-header {
  background-color: #f2731f;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  padding: 0.4em 0;
}
.massageFilter .filter-body {
  background-color: #f7f5f3;
  padding: 2em 2em 1.5em;
  border-bottom: 3px solid #f27321;
}
.massageFilter .btn {
  background-color: #f27321;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
  width: 100%;
  font-size: 1.05em;
  padding: 0.5em;
  transition: 0.3s ease;
  background: url("/wp-content/uploads/2021/05/search-icon.png") no-repeat;
  background-size: contain;
  background-position: right 25px bottom -7px;
  height: 2.8em;
  letter-spacing: 0.5px;
}
.massageFilter .btn:disabled {
  opacity: 0.9;
}
.massageFilter .btn:disabled:hover {
  cursor: not-allowed;
}
.massageFilter .btn {
  background-color: #f27321;
}
.massageFilter .contact-us {
  color: #919191;
  font-size: 15px;
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.massageFilter .contact-us a {
  color: #f27321;
  text-decoration: none;
  transition: 0.3s ease;
  display: flex;
  margin-left: 3px;
}
.massageFilter .contact-us a:before {
  content: "";
  background: url("/wp-content/uploads/2021/05/i.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-left: 7px;
}
.massageFilter .contact-us a:hover {
  color: #fd7924;
}
.massageFilter select {
  color: #a6a6a6;
  margin-bottom: 1.25em;
  height: 3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/07/select-arrow.png");
  background-position: 1em center;
  background-repeat: no-repeat;
  background-size: 0.9em;
}
.home h2 {
  color: #f27321;
}
.home .woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: 0;
}
.home .section-title {
  margin: 1.5em 0;
  text-align: center;
}
.profile-item {
  box-shadow: 0px 0px 15px 0px rgba(0, 1, 1, 0.15);
  transition: all 0.3s ease-in-out;
}
.profile-item:hover {
  transform: scale(1.01);
}
.profile-item .vip {
  background: url("/wp-content/uploads/2021/06/vip.png") no-repeat;
}
.profile-phone {
  font-family: "Rubik";
  text-align: center;
}
.woocommerce ul.products li.product .profile-phone h3:hover {
  background-color: #fd7924;
  transition: all 0.3s;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0;
}
.profile-phone h3 {
  background-color: #f27321;
}
.profile-phone h3 a {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
.profile-item .hidden {
  visibility: hidden;
}
.profile-phone a:after {
  content: "";
  background: url("/wp-content/uploads/2021/06/phone.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-flex;
  margin-right: 15px;
}
.profile-item .profile-phone {
  height: 2.5em;
}
.profile-item .profile-phone h3 {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f27321;
}
.profile-body {
  padding: 0 0.75em;
}
.profile-body h2 {
  margin-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
}
.profile-body .name {
  color: #f27321;
  font-size: 21px;
  text-decoration: none;
  box-shadow: none;
}
.profile-body .name:hover {
  box-shadow: none;
}
.profile-body .place {
  height: 2.5em;
  margin-bottom: 0.25em;
}
.profile-body .place h4 {
  color: #f27321;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.profile-body .place h4:before {
  content: "";
  background: url("/wp-content/uploads/2021/06/place.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: flex;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.profile-body .services {
  display: flex;
  margin-bottom: 0.25em;
}
.profile-status {
  z-index: 11;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  background: url("/wp-content/uploads/2021/06/vip.png");
  background-size: 100% 100%;
}
.description p {
  display: block;
  height: 60px;
  overflow: hidden;
  color: #6d6d6d;
  margin: 0.5em 0;
  line-height: 1.25;
  font-size: 16px;
  text-align: right;
}
.services {
  text-align: center;
}
.woocommerce ul.products li.product a:hover {
  box-shadow: none;
  transition: 0.3s ease;
}
.home #main,
.home #primary {
  max-width: 100%;
  padding: 0;
}
.home .promo-1 {
  background: url("/wp-content/uploads/2021/05/main-promo.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7em 0;
  margin-bottom: 0;
}
.home .promo-1 .promo-text {
  margin-bottom: 0;
  max-width: 80%;
  margin-left: auto;
}
.home .promo-1 .promo-body {
  margin: 6em 0;
}
.home .promo-1 p {
  font-size: 0.8em;
  line-height: 1.8;
}
.home .promo-1 .subtitle {
  margin-bottom: 0.5em;
}
.home .promo-1 .subtitle h3 {
  color: #f27321;
  font-weight: normal;
}
.home .promo-1 .title {
  margin-bottom: 1em;
}
.home .promo-1 .title h2 {
  color: #373737;
  font-weight: normal;
  font-size: 2.75em;
}
.home .promo-1 .title strong {
  color: #f27321;
  font-weight: normal;
}
.home .contact-promo {
  background: url("/wp-content/uploads/2021/05/contact-promo.jpg") no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5em 0;
}
.home .contact-promo p {
  color: #f27321;
  font-size: 2.15em;
  font-family: "Gotham";
  font-weight: 500;
  direction: initial;
}
.home .contact-promo p strong {
  font-weight: 600;
}
.home .contact-promo .vc_btn3 {
  font-family: "FuturaPT";
  font-size: 1em;
  padding-left: 2em;
  padding-right: 2em;
}
.image-cols .col .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 0px 15px 0px rgba(0, 1, 1, 0.15);
}
.image-cols .wpb_text_column {
  padding: 0 1.5em 2em;
}
.image-cols h3 {
  color: #f27321;
  margin-bottom: 0.5em;
}
.image-cols p {
  color: #6d6d6d;
  font-size: 0.9em;
  line-height: 1.25;
  margin-top: 0;
}
.image-cols .wpb_single_image {
  margin-bottom: 1.5em;
}
.home .post-content__side-padding {
  padding: 0;
}
#footer-sidebar {
  background: url("/wp-content/uploads/2021/05/footer.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
}
.site-footer {
  color: #fff;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font-size: 1em;
  margin-bottom: 0;
}
.site-footer .logo-title {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.1em;
  color: #fff;
  text-align: center;
  position: relative;
}
.site-footer .logo-title:before {
  content: "";
  background: url("/wp-content/uploads/2021/06/leaf.png") no-repeat;
  display: block;
  width: 1.75em;
  height: 1.75em;
  background-size: contain;
  position: absolute;
  top: -1.5em;
  left: 35%;
}
.site-footer .logo-subtitle {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.site-footer .menu-item:before {
  content: "";
  background: url("/wp-content/uploads/2021/07/arrow-rtl.png") no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: block;
  margin-left: 0.75em;
}
.massageFilter {
  max-width: 450px;
  margin: 4em auto 0;
}
.profile-body .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.single-product .entry-header {
  display: none;
}
.single-product .summary .name {
  margin-bottom: 2.5em;
}
.single-product h1 {
  font-size: 2.25em;
  font-weight: 100;
  color: #f27321;
  text-align: right;
}
.single-product .single-product .product {
  display: flex;
}
.single-product div.product div.entry-summary {
  box-shadow: 0px 0px 15px 0px rgb(0 1 1 / 15%);
  padding: 3em 2em;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}
.single-product .entry-summary a:hover {
  color: #f27321;
  transition: 0.3s ease;
}
.single-product .entry-summary .description {
  margin-bottom: 2em;
}
.single-product .entry-summary .description p {
  height: auto;
  color: #7d7d7d;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 0 1em;
}
.single-product .entry-summary .phone a {
  display: flex;
  flex: 1;
  font-family: "Rubik";
  text-decoration: none;
  box-shadow: none;
  color: #fff;
  background-color: #f27321;
  padding: 0 0.5em;
  font-weight: normal;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  height: 50px;
  margin-right: 50px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.single-product .entry-summary .phone a:hover {
  box-shadow: none;
  background-color: #c45812;
}
.single-product .entry-summary .phone a:before {
  background: url("/wp-content/uploads/2021/06/phone-white.png"), #c45812;
}
.single-product .entry-summary .place h4:before {
  background: url("/wp-content/uploads/2021/06/place-white.png"), #c45812;
}
.single-product .entry-summary .phone a:before,
.single-product .entry-summary .place h4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -50px;
}
.single-product .entry-summary .phone h3 {
  margin-bottom: 0;
  flex: 1;
}
.single-product .related > h2 {
  text-align: center;
}
.single-product .related h2 {
  color: #f27321;
}
.woocommerce-loop-category__title {
  color: #f27321;
}
.woocommerce-loop-category__title mark {
  background-color: transparent;
  color: #f27321;
}
.single-product .related .description p {
  margin-bottom: 0.75em;
  height: 40px;
}
.single-product .related .services {
  justify-content: center;
}
#breadcrumbs {
  margin-top: 1.875rem;
  font-size: 1.2rem;
  color: #7d7d7d;
}
#breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  padding: 0 0.25em;
}
.single-product #comments {
  display: none;
}
.single-product .meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 22px;
}
.single-product .entry-summary .phone,
.single-product .entry-summary .place,
.single-product .age {
  display: inline-flex;
  margin-bottom: 0.5em;
}
.single-product .entry-summary .phone,
.single-product .entry-summary .place {
  min-width: 175px;
  margin-left: 0.5em;
}
.single-product .entry-summary .place h4 {
  margin-bottom: 0;
  display: inline-flex;
  color: #fff;
  background-color: #f27321;
  padding: 0 0.5em;
  font-weight: normal;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  height: 50px;
  margin-right: 50px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  flex: 1;
}
.single-product .age .title {
  color: #fff;
  background-color: #c45812;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  font-weight: normal;
}
.single-product .age .value {
  color: #fff;
  background-color: #f27321;
  padding: 0 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: "Rubik";
  padding: 0 0.5em;
}
.single-product .services {
  text-align: right;
}
.single-product .post-content__side-padding {
  padding: 0;
}
.woocommerce-page .single-post-column {
  padding: 0 15px;
  max-width: 1230px;
}
.woocommerce-page .header-desktop {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-product .related {
  margin-top: 3em;
  clear: both;
}
.single-product .woocommerce-images img {
  cursor: pointer;
}
.home .entry-content {
  overflow: hidden;
}
.woocommerce-page h1 {
  margin: 0;
  color: #f27321;
}
.woocommerce-page .entry-content {
  display: flex;
  flex-direction: column;
}
.woocommerce-page .description-title {
  color: #f27321;
  order: 2;
  text-align: center;
}
.woocommerce-page .description-title h2 {
  margin-bottom: 0;
  font-size: 2em;
}
.woocommerce-page .term-description {
  order: 3;
}
.woocommerce-page .entry-content .woocommerce-page #breadcrumbs {
  margin-top: 2em;
}
.woocommerce-page #breadcrumbs a:hover {
  color: #f27321;
}
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
  display: none;
}
.home #breadcrumbs {
  display: none;
}
.entry-content .attach-menu {
  margin-top: 2em;
  margin-bottom: 0;
}
.cat-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}
.cat-menu li:first-child a {
  margin-right: 0;
}
.cat-menu li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #f27321;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.2s ease;
  box-shadow: none;
}
.cat-menu li a:hover {
  background-color: #fd7924;
  box-shadow: none;
}
.term-description {
  margin: 0;
}
.term-description .col-wrapper {
  flex: 0 0 32%;
  box-shadow: 0px 0px 15px 0px rgb(0 1 1 / 15%);
}
.term-description .image-cols {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.term-description .image-cols .img-wrap {
  margin-bottom: 1em;
}
.term-description .image-cols h2,
.term-description .image-cols h3 {
  font-size: 1.5em;
  color: #f27321;
  margin-bottom: 0.5em;
  text-align: center;
}
.term-description .image-cols p {
  text-align: center;
  margin-bottom: 0;
}
.term-description .image-cols .content {
  padding: 0 1.5em 2em;
}
.main-navigation .menu > li > a {
  font-weight: normal;
}
.main-navigation .menu > li > a:hover {
  color: #f27321;
}
.offcanvas-panel--slide {
  background-color: #f27321;
  color: #fff;
}
.offcanvas-panel--slide .menu > li > a:hover {
  color: #000;
}

@media (min-width: 1920px) {
  .home-banner {
    background-size: cover;
  }
}
@media (width: 1024px) {
  .site-branding .text-logo a {
    font-size: 0.6em;
  }
}

@media (max-width: 1200px) {
  .home-banner h1,
  .home-banner p {
    text-align: center;
  }
  .home-banner .txt-block {
    padding-right: 0;
  }
  .home .section-title {
    margin: 0;
    padding: 1em 0;
  }
  .home .contact-promo {
    background-position: right;
    padding: 4em 0;
  }
  .home .contact-promo p {
    font-size: 1.5em;
    margin: 0;
  }
  #footer-sidebar .widget_nav_menu {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 33%;
    margin-bottom: 0;
  }
  .image-cols .col > .vc_column-inner > .wpb_wrapper,
  .image-cols .col-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding: 1.5em;
  }
  .image-cols .wpb_single_image {
    padding: 0;
    margin: 0;
  }
  .image-cols .wpb_text_column {
    flex: 0 0 50%;
    margin: 0;
    padding: 0 1.5em 0 0;
  }
  .image-cols .col-2 .wpb_text_column {
    order: 1;
    padding: 0 0 0 1.5em;
  }
  .image-cols .col-2 .wpb_single_image {
    order: 2;
  }
  #footer-sidebar {
    padding-top: 4em;
    padding-bottom: 2em;
  }
  .widget:not(:last-of-type):after {
    display: none;
  }
  #footer-sidebar .footer-sidebar__container {
    max-width: 90%;
  }
  .home-banner h1 {
    font-size: 2em;
    margin-top: 3rem;
  }
  .home-banner p {
    font-size: 1em;
  }
  .home-banner .learn-more {
    margin-bottom: 0;
  }
  .massageFilter {
    margin-top: 1.5em;
  }
  .home-banner {
    background-attachment: initial;
    height: auto;
  }
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-banner .txt-block {
    order: 1;
    margin-bottom: 1em;
  }
  .home-banner .filter-block {
    order: 2;
  }
  .home h2 {
    font-size: 1em;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin-bottom: 1.75em;
  }
  #footer-sidebar #custom_html-3 {
    flex: 0 0 100%;
    margin-bottom: 1em;
  }
  .site-footer .logo-title:before {
    top: -1.25em;
  }
  .term-description .image-cols {
    flex-direction: column;
  }
  .term-description .image-cols .content {
    flex: 0 0 50%;
  }
  .term-description .image-cols .first .content,
  .term-description .image-cols .third .content {
    padding: 0 1.5em 0 0;
  }
  .term-description .image-cols .second .content {
    padding: 0 0 0 1.5em;
  }
  .term-description .image-cols .second .img-wrap {
    order: 1;
  }
  .term-description .image-cols .img-wrap {
    margin-bottom: 0;
  }
  .single-product div.product div.entry-summary {
    padding: 3em 1.5em;
  }
  .single-product .related h2 {
    font-size: 2em;
  }
}

@media (width: 768px) {
  .single-product .related .product:nth-child(3) {
    display: none;
  }
  .single-product .woocommerce-images {
    width: 375px !important;
  }
}

@media (max-width: 767px) {
  .site-title a {
    line-height: 2em;
  }
  .home-banner {
    background: url("/wp-content/uploads/2021/06/banner-768.jpg") no-repeat;
    background-size: cover;
    height: auto;
  }
  .home-banner h1 {
    font-size: 1.5em;
    margin-top: 1em;
  }
  .home-banner p {
    font-size: 0.75em;
  }
  .learn-more .vc_btn3.vc_btn3-size-md {
    font-size: 0.75em;
    padding: 0.75em 1.5em;
  }
  .massageFilter {
    margin-top: 0;
    padding: 0 1em;
  }
  .massageFilter .filter-header {
    font-size: 1.25em;
  }
  .home-banner .learn-more {
    margin-bottom: 2em;
  }
  .profile-body .place h4:after {
    width: 25px;
    height: 25px;
  }
  .description p {
    font-size: 0.8em;
    height: 75px;
  }
  .profile-body .name {
    font-size: 18px;
    margin-top: 0.5em;
  }
  .profile-body {
    padding: 0 7px;
  }
  .profile-body .place {
    height: 2.25em;
    margin-bottom: 0.25em;
  }
  .profile-body .place h4 {
    font-size: 16px;
  }
  .profile-body .place h4:after {
    width: 20px;
    height: 20px;
  }
  .woocommerce ul.products[class*="columns-"] li.product {
    margin: 0 0 1em;
  }
  .home-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .massageFilter .contact-us {
    font-size: 13px;
  }
  .home .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .woocommerce.p-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home .promo-1 {
    padding: 3em 1em;
    background: #ffefe5;
  }
  .home .promo-1 .promo-text {
    max-width: 100%;
  }
  .home .promo-1 .title {
    margin-bottom: 0;
  }
  .home .promo-1 .title h2 {
    font-size: 2em;
  }
  .home .contact-promo p {
    text-align: center;
    font-size: 1.25em;
  }
  .home .contact-promo .vc_btn3-container {
    text-align: center;
  }
  .image-cols .col > .vc_column-inner > .wpb_wrapper,
  .term-description .col-wrapper {
    flex-direction: column;
  }
  .term-description .image-cols .second .content {
    order: 2;
  }
  .term-description .image-cols h2,
  .term-description .image-cols h3 {
    font-size: 1.25em;
  }
  .term-description .image-cols .col-wrapper .content {
    padding: 0;
  }
  .image-cols .wpb_text_column {
    margin-top: 1em;
    flex: 1;
    padding: 0;
  }
  .image-cols .col-2 .wpb_single_image {
    order: 1;
  }
  .image-cols .col-2 .wpb_text_column {
    order: 2;
  }
  .image-cols p {
    font-size: 0.8em;
  }
  .single-product .single-product .product {
    flex-direction: column;
  }
  .single-product div.product div.entry-summary {
    margin-left: 0;
    margin-top: 2em;
  }
  .single-product .services {
    height: auto;
  }
  .single-product .product {
    margin-top: 0;
  }
  .single-product .entry-summary .description {
    margin-bottom: 0;
  }
  .profile-phone h3 a {
    font-size: 15px;
  }
  .profile-phone a:after {
    width: 20px;
    height: 20px;
  }
  .profile-body .place h4:before {
    width: 25px;
    height: 25px;
  }
  .profile-status {
    right: -7px;
    top: -7px;
    width: 70px;
    height: 70px;
  }
  .massageFilter .filter-body {
    padding: 1em;
  }
  .massageFilter .btn {
    margin-bottom: 0.25em;
  }
  .home .promo-1 .subtitle h3 {
    font-size: 1.25em;
  }
  .home .contact-promo .contact-promo-btn {
    order: 2;
  }
  .home .contact-promo {
    background: url("/wp-content/uploads/2021/07/contact-promo-mobile.jpg")
      no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3em 0;
  }
  .image-cols .col > .vc_column-inner > .wpb_wrapper,
  .image-cols .col-wrapper {
    padding: 1em;
  }
  .term-description .image-cols .img-wrap {
    margin-bottom: 0.5em;
  }
  .home h2 {
    font-size: 1.5em;
  }
  .home .profile-body h2 {
    font-size: 0.8em;
  }
  .home .image-cols {
    padding: 0 1em;
  }
  .woocommerce-page .description-title h2 {
    font-size: 25px;
  }
  .entry-content .attach-menu {
    margin-top: 0.5em;
  }
  .cat-menu li:first-child a {
    margin-right: 10px;
  }
  .cat-menu li a {
    padding: 5px 10px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #breadcrumbs {
    margin-top: 1.75rem;
    font-size: 1.1rem;
  }
  .single-product .related .product:nth-child(3) {
    display: none;
  }
  .main-navigation {
    font-size: 1.25rem;
  }
  .single-product .summary .name {
    margin-bottom: 1.5em;
  }
  .single-product .entry-summary .description p {
    margin-bottom: 1.5em;
  }
  .single-product .related .description p {
    height: 70px;
  }
  .single-product h1 {
    font-size: 2em;
  }
  .single-product .related h2 {
    font-size: 1.5em;
  }
  .single-product .entry-summary .phone a,
  .single-product .entry-summary .place h4,
  .single-product .meta {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .massageFilter .filter-header {
    font-size: 1em;
  }
  .home .woocommerce {
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-phone h3 a {
    font-size: 14px;
  }
  .profile-body .place {
    height: 2em;
    margin-bottom: 0.15em;
  }
  .profile-phone a:after {
    margin-right: 10px;
  }
  .description p {
    font-size: 0.8em;
    height: 60px;
  }
}

@media (min-width: 601px) {
  .home .max-1400 {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}
