@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Montserrat', sans-serif !important; }

.site-main {
  padding: 0 !important; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .container {
      padding: 0 15px; } }

.main_container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .main_container {
      padding: 0 15px; } }

.header_space {
  height: 104px; }
  @media screen and (max-width: 768px) {
    .header_space {
      height: 84px; } }

header.site-header {
  row-gap: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background: white;
  z-index: 9; }
  header.site-header.sticky {
    box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px -1px 9px 0px rgba(0, 0, 0, 0.56); }
    header.site-header.sticky .header_content {
      padding: 15px 0;
      transition: all .5s; }
      @media screen and (max-width: 768px) {
        header.site-header.sticky .header_content {
          padding: 15px; } }
      header.site-header.sticky .header_content .left_side .site-logo img {
        max-width: 100px;
        transition: all .5s; }
  header.site-header .header_content {
    display: flex;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0;
    transition: all .5s; }
    @media screen and (max-width: 1400px) {
      header.site-header .header_content {
        padding: 20px 15px; } }
    header.site-header .header_content .left_side {
      display: flex;
      align-self: center; }
      header.site-header .header_content .left_side .site-logo {
        margin-right: 30px; }
        @media screen and (max-width: 1200px) {
          header.site-header .header_content .left_side .site-logo {
            margin-right: 15px; } }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .left_side .site-logo {
            margin-right: 10px; } }
        header.site-header .header_content .left_side .site-logo img {
          max-width: 150px;
          transition: all .5s; }
          @media screen and (max-width: 1200px) {
            header.site-header .header_content .left_side .site-logo img {
              max-width: 100px; } }
          @media screen and (max-width: 991px) {
            header.site-header .header_content .left_side .site-logo img {
              max-width: 100px; } }
      header.site-header .header_content .left_side nav.primary-navigation {
        align-self: center; }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .left_side nav.primary-navigation {
            position: fixed !important;
            left: -100%;
            top: 0;
            background: #FFFFFF;
            z-index: 9;
            bottom: 0;
            padding: 30px 15px;
            transition: .5s;
            right: auto;
            width: 100%; } }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .left_side nav.primary-navigation.active {
            left: 0;
            transition: .5s; } }
        header.site-header .header_content .left_side nav.primary-navigation .mobile_menu_header {
          display: none; }
          @media screen and (max-width: 991px) {
            header.site-header .header_content .left_side nav.primary-navigation .mobile_menu_header {
              padding: 0 20px;
              display: flex;
              justify-content: space-between; } }
          header.site-header .header_content .left_side nav.primary-navigation .mobile_menu_header .close {
            align-self: center; }
        header.site-header .header_content .left_side nav.primary-navigation ul {
          display: flex;
          justify-content: flex-start;
          padding-left: 0; }
          @media screen and (max-width: 991px) {
            header.site-header .header_content .left_side nav.primary-navigation ul {
              flex-wrap: wrap; } }
          header.site-header .header_content .left_side nav.primary-navigation ul li {
            padding: 0;
            margin: 0 3px;
            list-style: none; }
            @media screen and (max-width: 1200px) {
              header.site-header .header_content .left_side nav.primary-navigation ul li {
                margin: 0; } }
            @media screen and (max-width: 991px) {
              header.site-header .header_content .left_side nav.primary-navigation ul li {
                width: 100%;
                text-align: center; } }
            header.site-header .header_content .left_side nav.primary-navigation ul li a {
              padding: 10px 10px;
              color: #252222;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px;
              transition: all .4s;
              font-family: 'Montserrat', sans-serif !important; }
              @media screen and (max-width: 1200px) {
                header.site-header .header_content .left_side nav.primary-navigation ul li a {
                  padding: 10px 5px; } }
              @media screen and (max-width: 991px) {
                header.site-header .header_content .left_side nav.primary-navigation ul li a {
                  padding: 10px 5px; } }
              @media screen and (max-width: 991px) {
                header.site-header .header_content .left_side nav.primary-navigation ul li a {
                  color: #252222;
                  font-size: 20px;
                  font-family: Montserrat;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 32px; } }
              header.site-header .header_content .left_side nav.primary-navigation ul li a.active {
                color: #E31E24; }
              header.site-header .header_content .left_side nav.primary-navigation ul li a:hover {
                color: #E31E24;
                transition: all .4s; }
    header.site-header .header_content .lang {
      align-self: center; }
      @media screen and (max-width: 991px) {
        header.site-header .header_content .lang {
          display: none; } }
      header.site-header .header_content .lang.mobile {
        display: none; }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .lang.mobile {
            display: block;
            text-align: center; } }
        header.site-header .header_content .lang.mobile ul.menu-wrapper {
          width: 170px; }
          header.site-header .header_content .lang.mobile ul.menu-wrapper:after {
            top: 34px;
            right: 18px; }
          header.site-header .header_content .lang.mobile ul.menu-wrapper li {
            padding: 12px;
            margin: 0; }
            header.site-header .header_content .lang.mobile ul.menu-wrapper li ul {
              border: 0; }
      header.site-header .header_content .lang ul.menu-wrapper {
        padding-left: 0;
        width: 130px;
        position: relative; }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .lang ul.menu-wrapper {
            margin: 0 auto; } }
        header.site-header .header_content .lang ul.menu-wrapper:after {
          content: '\f078';
          font-family: 'FontAwesome';
          position: absolute;
          right: 12px;
          top: 19px;
          font-size: 10px; }
          @media screen and (max-width: 768px) {
            header.site-header .header_content .lang ul.menu-wrapper:after {
              top: 21px; } }
        header.site-header .header_content .lang ul.menu-wrapper > li.pll-parent-menu-item:hover > a {
          color: #9D9D9D; }
        header.site-header .header_content .lang ul.menu-wrapper li {
          list-style: none;
          position: relative;
          padding: 12px;
          border-radius: 8px;
          transition: all .4s; }
          header.site-header .header_content .lang ul.menu-wrapper li:hover {
            background: #EFEFEF;
            transition: all .4s; }
          header.site-header .header_content .lang ul.menu-wrapper li a {
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            display: flex;
            justify-content: flex-start; }
            header.site-header .header_content .lang ul.menu-wrapper li a img {
              align-self: center; }
            header.site-header .header_content .lang ul.menu-wrapper li a span {
              align-self: center; }
          header.site-header .header_content .lang ul.menu-wrapper li:hover ul.sub-menu {
            display: block;
            padding-left: 0; }
          header.site-header .header_content .lang ul.menu-wrapper li ul.sub-menu {
            top: 100%;
            padding: 0;
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            box-shadow: 0px 10px 30px -9px rgba(0, 0, 0, 0.39);
            -webkit-box-shadow: 0px 10px 30px -9px rgba(0, 0, 0, 0.39);
            -moz-box-shadow: 0px 10px 30px -9px rgba(0, 0, 0, 0.39);
            background-color: white;
            z-index: 9; }
            @media screen and (max-width: 768px) {
              header.site-header .header_content .lang ul.menu-wrapper li ul.sub-menu {
                margin-left: 0 !important; } }
      header.site-header .header_content .lang .sub-menu-toggle {
        display: none; }
    header.site-header .header_content .right_side {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        header.site-header .header_content .right_side {
          max-width: 70%;
          width: 100%; } }
      header.site-header .header_content .right_side .header_contacts {
        align-self: center;
        margin-right: 50px; }
        header.site-header .header_content .right_side .header_contacts a {
          text-decoration: none;
          font-family: 'Montserrat', sans-serif;
          color: #E31E24;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px; }
      header.site-header .header_content .right_side .burger {
        align-self: center;
        display: none; }
        @media screen and (max-width: 991px) {
          header.site-header .header_content .right_side .burger {
            display: block; } }
        header.site-header .header_content .right_side .burger span {
          width: 24px;
          height: 2px;
          background: #292D32;
          border-radius: 6px;
          display: block;
          margin-bottom: 6px; }
          header.site-header .header_content .right_side .burger span:last-of-type {
            margin-bottom: 0; }

.main_section {
  background: #FFFCFC;
  padding: 90px 0 0;
  margin-bottom: 0 !important; }
  .main_section .main_container {
    position: relative; }
  @media screen and (max-width: 768px) {
    .main_section .navigation {
      display: none; } }
  .main_section .navigation .arrow {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    position: absolute;
    top: calc(50% - 24px);
    transition: all .4s;
    cursor: pointer;
    border-radius: 6px; }
    .main_section .navigation .arrow.left {
      left: 24px; }
    .main_section .navigation .arrow.right {
      right: 24px; }
    .main_section .navigation .arrow:hover {
      background: #E31E24;
      transition: all .4s; }
      .main_section .navigation .arrow:hover svg path {
        stroke: white;
        transition: all .4s; }
    .main_section .navigation .arrow svg {
      align-self: center; }
  .main_section .slider_nav_wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .main_section .slider_nav {
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      .main_section .slider_nav {
        display: none; } }
    .main_section .slider_nav .slick-slide.slick-current .nav:after {
      background: transparent;
      transition: background .4s; }
    .main_section .slider_nav .nav {
      height: 171px;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .main_section .slider_nav .nav:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
        transition: background .4s; }
      .main_section .slider_nav .nav img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover; }
  .main_section .content_slider {
    margin-bottom: 0; }
    .main_section .content_slider .slick-slide {
      margin: 0 5px; }
    .main_section .content_slider .content_wrap {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex; }
      @media screen and (max-width: 768px) {
        .main_section .content_slider .content_wrap {
          flex-wrap: wrap; } }
      .main_section .content_slider .content_wrap .content {
        width: 50%;
        z-index: 3;
        padding-right: 10px; }
        @media screen and (max-width: 768px) {
          .main_section .content_slider .content_wrap .content {
            width: 100%;
            margin-bottom: 32px; } }
        .main_section .content_slider .content_wrap .content h2 {
          color: #343434;
          font-size: 60px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 700;
          line-height: 70px;
          letter-spacing: -2.28px;
          margin-bottom: 32px; }
          @media screen and (max-width: 991px) {
            .main_section .content_slider .content_wrap .content h2 {
              font-size: 48px;
              line-height: 56px;
              margin-bottom: 20px; } }
        .main_section .content_slider .content_wrap .content h4 {
          color: #E31E24;
          font-size: 16px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          text-transform: uppercase;
          display: flex;
          margin-bottom: 40px; }
          @media screen and (max-width: 991px) {
            .main_section .content_slider .content_wrap .content h4 {
              margin-bottom: 10px; } }
          .main_section .content_slider .content_wrap .content h4:before {
            content: '';
            width: 30px;
            height: 1px;
            background-color: #fca03d;
            display: block;
            align-self: center;
            margin-right: 15px; }
        .main_section .content_slider .content_wrap .content p {
          color: #4D3C3C;
          font-size: 24px;
          font-family: Montserrat;
          font-weight: 400;
          line-height: 36px;
          margin-bottom: 32px; }
          @media screen and (max-width: 991px) {
            .main_section .content_slider .content_wrap .content p {
              font-size: 18px;
              font-family: Montserrat;
              font-weight: 400;
              line-height: 28px;
              margin-bottom: 20px; } }
        .main_section .content_slider .content_wrap .content .button_wrap a {
          color: #FFF;
          font-size: 20px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          letter-spacing: -0.05px;
          display: inline-block;
          border-radius: 4px;
          background: #E31E24;
          padding: 16px 32px;
          text-decoration: none; }
      .main_section .content_slider .content_wrap .image_wrap {
        max-width: 50%;
        width: 100%;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          .main_section .content_slider .content_wrap .image_wrap {
            max-width: 100%; } }
        .main_section .content_slider .content_wrap .image_wrap img {
          position: relative;
          max-width: 100%;
          width: 100%; }
  .main_section .slick-dots {
    bottom: -50px; }
    .main_section .slick-dots li {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #FFB2B4;
      margin: 0 6px; }
      .main_section .slick-dots li.slick-active {
        background: #E31E24; }
      .main_section .slick-dots li button {
        display: none; }

#about_us_section {
  margin-top: 0 !important; }

.about_us {
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/abot_bg.png");
  padding: 100px 0; }
  .about_us .about_us_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .about_us .about_us_wrap {
        flex-wrap: wrap; } }
    .about_us .about_us_wrap .images {
      max-width: calc(50% - 25px);
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 991px) {
        .about_us .about_us_wrap .images {
          max-width: calc(50% - 10px); } }
      @media screen and (max-width: 768px) {
        .about_us .about_us_wrap .images {
          max-width: 100%;
          margin-bottom: 12px; } }
      .about_us .about_us_wrap .images .column {
        max-width: calc(50% - 10px);
        display: flex;
        flex-wrap: wrap;
        align-self: self-start; }
        .about_us .about_us_wrap .images .column.column1 {
          padding-top: 40px; }
      .about_us .about_us_wrap .images img {
        max-width: 100%;
        margin-bottom: 20px;
        align-self: self-start; }
    .about_us .about_us_wrap .about_text {
      max-width: calc(50% - 25px);
      width: 100%; }
      @media screen and (max-width: 991px) {
        .about_us .about_us_wrap .about_text {
          max-width: calc(50% - 10px); } }
      @media screen and (max-width: 768px) {
        .about_us .about_us_wrap .about_text {
          max-width: 100%; } }
      .about_us .about_us_wrap .about_text h5 {
        color: #7FC241;
        font-size: 16px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        position: relative;
        display: flex;
        margin-bottom: 30px; }
        @media screen and (max-width: 991px) {
          .about_us .about_us_wrap .about_text h5 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px; } }
        .about_us .about_us_wrap .about_text h5:before {
          content: '';
          width: 45px;
          height: 1px;
          background: #7FC241;
          align-self: center;
          margin-right: 15px; }
      .about_us .about_us_wrap .about_text h2 {
        color: #343434;
        font-size: 64px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        line-height: 72px;
        letter-spacing: -1.92px;
        margin-bottom: 32px; }
        @media screen and (max-width: 991px) {
          .about_us .about_us_wrap .about_text h2 {
            font-size: 48px;
            line-height: 56px;
            margin-bottom: 15px; } }
      .about_us .about_us_wrap .about_text p {
        color: #4D3C3C;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 32px; }
        @media screen and (max-width: 991px) {
          .about_us .about_us_wrap .about_text p {
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px; } }
      .about_us .about_us_wrap .about_text ul {
        padding-left: 0; }
        .about_us .about_us_wrap .about_text ul li {
          color: #4D3C3C;
          font-size: 20px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          display: flex;
          margin-bottom: 12px; }
          @media screen and (max-width: 991px) {
            .about_us .about_us_wrap .about_text ul li {
              font-size: 16px;
              line-height: 25px;
              margin-bottom: 6px; } }
          .about_us .about_us_wrap .about_text ul li:before {
            content: '';
            width: 13px;
            height: 13px;
            border-radius: 50%;
            align-self: center;
            background: #7FC241;
            margin-right: 16px; }

.logos {
  background: #7FC241;
  padding: 50px 0;
  margin-bottom: 64px; }
  .logos .logos_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .logos .logos_wrap img {
      margin: 0 25px;
      max-width: calc(100% / 5 - 50px);
      align-self: center; }

.whatsapp_block {
  display: flex;
  justify-content: space-between;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/Frame.png"), #231754;
  border-radius: 6px;
  padding: 50px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .whatsapp_block {
      width: calc(100% + 30px);
      margin-left: -15px;
      border-radius: 0;
      padding: 28px 20px; } }
  .whatsapp_block .content {
    display: flex;
    justify-content: flex-start;
    max-width: 75%;
    width: 100%;
    flex-wrap: wrap;
    align-self: center; }
    @media screen and (max-width: 991px) {
      .whatsapp_block .content {
        max-width: 100%; } }
    .whatsapp_block .content h2 {
      width: 100%;
      color: #FFFCFC;
      font-size: 48px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      line-height: 56px;
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        .whatsapp_block .content h2 {
          font-size: 32px;
          line-height: 48px; } }
      .whatsapp_block .content h2 span {
        color: #7FC241; }
    .whatsapp_block .content .left_side {
      max-width: 60%;
      width: 100%;
      margin-right: 50px; }
      @media screen and (max-width: 991px) {
        .whatsapp_block .content .left_side {
          max-width: 100%;
          margin-right: 0; } }
      .whatsapp_block .content .left_side p {
        color: #FFFCFC;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 32px;
        align-self: center; }
      .whatsapp_block .content .left_side .bottom_left {
        display: flex;
        justify-content: flex-start; }
        .whatsapp_block .content .left_side .bottom_left a {
          border-radius: 4px;
          background: #E31E24;
          margin-right: 20px;
          color: #FFF;
          font-size: 18px;
          font-family: Montserrat;
          font-weight: 400;
          line-height: 32px;
          letter-spacing: -0.05px;
          align-self: center;
          padding: 12px 20px;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            .whatsapp_block .content .left_side .bottom_left a {
              width: 100%;
              text-align: center;
              margin-right: 0; } }
        .whatsapp_block .content .left_side .bottom_left span {
          color: #5E4F9C;
          font-size: 20px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          align-self: center;
          margin-right: 20px; }
          @media screen and (max-width: 991px) {
            .whatsapp_block .content .left_side .bottom_left span {
              display: none; } }
        .whatsapp_block .content .left_side .bottom_left p {
          align-self: center;
          color: #B2ABCF;
          font-size: 18px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 500;
          line-height: 32px;
          margin-bottom: 0; }
          @media screen and (max-width: 991px) {
            .whatsapp_block .content .left_side .bottom_left p {
              display: none; } }
    .whatsapp_block .content img {
      align-self: end; }
      @media screen and (max-width: 991px) {
        .whatsapp_block .content img {
          display: none; } }
  .whatsapp_block .man_image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 350px; }
    @media screen and (max-width: 991px) {
      .whatsapp_block .man_image {
        display: none; } }

.home_products_categories .top_text {
  max-width: 700px; }
  .home_products_categories .top_text h5 {
    color: #7FC241;
    font-size: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 30px; }
    .home_products_categories .top_text h5:before {
      content: '';
      width: 35px;
      height: 1px;
      margin-right: 15px;
      background: #7FC241;
      align-self: center; }
  .home_products_categories .top_text h2 {
    color: #343434;
    font-size: 64px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 48px; }
    @media screen and (max-width: 768px) {
      .home_products_categories .top_text h2 {
        font-size: 44px;
        line-height: 52px; } }

.products_categories .categories {
  display: flex;
  justify-content: center; }
  .products_categories .categories .single_category {
    margin: 0 24px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 580px) {
      .products_categories .categories .single_category {
        max-width: 40%; } }
    .products_categories .categories .single_category.active h5 {
      color: #7FC241; }
      .products_categories .categories .single_category.active h5:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #7FC241; }
        @media screen and (max-width: 768px) {
          .products_categories .categories .single_category.active h5:before {
            bottom: 0; } }
    .products_categories .categories .single_category h5 {
      font-size: 20px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      width: fit-content;
      margin: 0 auto;
      color: #22262E;
      position: relative; }
      @media screen and (max-width: 768px) {
        .products_categories .categories .single_category h5 {
          margin: 0; } }
      .products_categories .categories .single_category h5:after {
        content: '';
        width: 1px;
        height: 16px;
        position: absolute;
        top: calc(50% - 8px);
        right: -24px;
        background: #E2E5E9; }
        @media screen and (max-width: 768px) {
          .products_categories .categories .single_category h5:after {
            right: -64px; } }
    .products_categories .categories .single_category:last-of-type h5:after {
      display: none; }

.home_products_wrap {
  display: none; }
  .home_products_wrap.active {
    display: block; }

.home_products {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .home_products {
      padding: 60px 0 0; } }
  .home_products .product {
    max-width: 24%;
    width: 100%;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .home_products .product {
        max-width: calc(100% / 3 - 1%); } }
    @media screen and (max-width: 768px) {
      .home_products .product {
        max-width: calc(50% - 4px);
        margin-bottom: 32px; } }
    .home_products .product .img_wrap {
      max-height: 250px;
      height: 100%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .home_products .product .img_wrap {
          max-height: 170px; } }
      .home_products .product .img_wrap img {
        max-width: 100%;
        border-radius: 6px;
        max-height: 100%; }
    .home_products .product h3 {
      color: #090909;
      font-size: 20px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      margin-top: 24px;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .home_products .product h3 {
          font-size: 18px; } }
    .home_products .product p {
      color: #bababa;
      font-size: 16px;
      line-height: 22px; }

.testimonials {
  padding-left: 0;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .testimonials {
      padding-left: 0;
      padding-bottom: 0; } }
  .testimonials h5 {
    position: relative;
    color: #E31E24;
    font-size: 16px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 30px; }
    .testimonials h5:before {
      content: '';
      width: 45px;
      height: 1px;
      background: #E31E24;
      align-self: center;
      margin-right: 15px;
      display: block; }
  .testimonials h2 {
    color: #343434;
    font-size: 64px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 43px; }
    @media screen and (max-width: 768px) {
      .testimonials h2 {
        font-size: 36px;
        line-height: 45px; } }
  .testimonials .testimonials_slider .slick-track {
    display: flex !important; }
  .testimonials .testimonials_slider .slick-slide {
    height: inherit !important;
    padding: 25px 0; }
  .testimonials .testimonials_slider .testimonial {
    border-radius: 12px;
    border: 4px solid #FFEBEC;
    background: #FFFCFC;
    margin: 0 12px;
    padding: 24px;
    height: 100%;
    position: relative;
    transition: all .5s; }
    .testimonials .testimonials_slider .testimonial:hover {
      transition: all .5s;
      border-radius: 12px;
      border: 4px solid #FFF1F2;
      background: #FFF1F2;
      box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
    .testimonials .testimonials_slider .testimonial .stars {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 32px; }
      .testimonials .testimonials_slider .testimonial .stars img {
        align-self: center;
        margin-right: 8px; }
    .testimonials .testimonials_slider .testimonial p {
      color: #000;
      text-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 32px; }
    .testimonials .testimonials_slider .testimonial .name {
      color: #001C22;
      font-size: 16px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      text-transform: capitalize;
      position: absolute;
      left: 24px;
      bottom: 24px; }
  .testimonials .arrows {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 120px;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .testimonials .arrows {
        display: none; } }
    .testimonials .arrows .arrow {
      width: 48px;
      height: 48px;
      border-radius: 6px;
      display: flex;
      justify-content: center;
      border: 1px solid white;
      margin-left: 14px;
      cursor: pointer;
      transition: all .4s; }
      .testimonials .arrows .arrow:hover {
        border: 1px solid #E31E24;
        transition: all .4s; }
      .testimonials .arrows .arrow svg {
        align-self: center; }

footer {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), lightgray -75.156px -151.917px/105.208% 136.873%;
  background-image: url("/wp-content/themes/twentytwentyone-child/assets/images/colorful-veggies.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  padding-top: 64px !important;
  padding-left: 120px;
  padding-bottom: 24px !important; }
  @media screen and (max-width: 991px) {
    footer {
      padding-left: 37px; } }
  footer .footer_content {
    display: flex;
    justify-content: space-between;
    background: #FFFCFC;
    padding: 44px 0 88px 48px;
    border-radius: 12px 0px 0px 12px;
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      footer .footer_content {
        flex-wrap: wrap;
        padding: 28px 0 28px 20px; } }
    footer .footer_content .left_side {
      max-width: calc(50% - 35px);
      width: 100%; }
      @media screen and (max-width: 991px) {
        footer .footer_content .left_side {
          max-width: calc(50% - 15px); } }
      @media screen and (max-width: 768px) {
        footer .footer_content .left_side {
          max-width: 100%;
          margin-bottom: 32px; } }
      footer .footer_content .left_side h5 {
        color: #7FC241;
        font-size: 16px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 30px; }
        @media screen and (max-width: 991px) {
          footer .footer_content .left_side h5 {
            margin-bottom: 15px; } }
        footer .footer_content .left_side h5:before {
          content: '';
          width: 45px;
          height: 1px;
          background: #7FC241;
          align-self: center;
          margin-right: 15px;
          display: block; }
      footer .footer_content .left_side h2 {
        color: #343434;
        font-size: 64px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        line-height: 72px;
        margin-bottom: 32px; }
        @media screen and (max-width: 991px) {
          footer .footer_content .left_side h2 {
            font-size: 48px;
            line-height: 56px;
            margin-bottom: 15px; } }
      footer .footer_content .left_side p {
        color: #666;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        max-width: 400px;
        margin-bottom: 24px; }
        @media screen and (max-width: 991px) {
          footer .footer_content .left_side p {
            margin-bottom: 10px; } }
        @media screen and (max-width: 768px) {
          footer .footer_content .left_side p {
            font-size: 16px;
            line-height: 24px; } }
      footer .footer_content .left_side .contact {
        margin-bottom: 16px; }
        @media screen and (max-width: 991px) {
          footer .footer_content .left_side .contact {
            margin-bottom: 10px; } }
        footer .footer_content .left_side .contact:last-of-type {
          margin-bottom: 0; }
        footer .footer_content .left_side .contact span {
          display: block;
          color: #666;
          font-size: 20px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            footer .footer_content .left_side .contact span {
              font-size: 16px;
              line-height: 24px; } }
        footer .footer_content .left_side .contact a {
          display: block;
          color: #343434;
          font-size: 20px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: 500;
          line-height: 32px;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            footer .footer_content .left_side .contact a {
              font-size: 16px;
              line-height: 24px; } }
    footer .footer_content .map {
      max-width: calc(50% - 35px);
      width: 100%;
      border-radius: 12px 0px 0px 12px;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        footer .footer_content .map {
          max-width: calc(50% - 15px); } }
      @media screen and (max-width: 768px) {
        footer .footer_content .map {
          max-width: 100%;
          height: 200px; } }
  footer .bottom_footer {
    display: flex;
    justify-content: space-between;
    border-radius: 12px 0px 0px 12px;
    background: #343434;
    padding: 20px 40px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      footer .bottom_footer {
        flex-wrap: wrap;
        padding: 32px 40px; } }
    footer .bottom_footer .copyright {
      align-self: center;
      color: #868686;
      font-size: 14px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      @media screen and (max-width: 768px) {
        footer .bottom_footer .copyright {
          order: 3;
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 768px) {
      footer .bottom_footer .middle_column {
        order: 1;
        width: 100%; } }
    footer .bottom_footer .middle_column .socials {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        footer .bottom_footer .middle_column .socials {
          margin-bottom: 40px; } }
      footer .bottom_footer .middle_column .socials a {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #969696;
        display: flex;
        justify-content: center;
        text-decoration: none;
        margin: 0 6px; }
        footer .bottom_footer .middle_column .socials a i {
          align-self: center;
          font-size: 14px; }
    footer .bottom_footer .middle_column .legal_menu {
      margin: 15px 0 0; }
      @media screen and (max-width: 768px) {
        footer .bottom_footer .middle_column .legal_menu {
          margin: 15px 0 50px; } }
      footer .bottom_footer .middle_column .legal_menu .footer_menu {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0; }
        @media screen and (max-width: 768px) {
          footer .bottom_footer .middle_column .legal_menu .footer_menu {
            flex-wrap: wrap; } }
        footer .bottom_footer .middle_column .legal_menu .footer_menu li {
          list-style: none;
          text-align: center;
          align-self: center;
          margin: 0 6px;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            footer .bottom_footer .middle_column .legal_menu .footer_menu li {
              width: 100%;
              margin: 0 0 12px 0; } }
          footer .bottom_footer .middle_column .legal_menu .footer_menu li a {
            color: #C4C4C4;
            text-align: center;
            font-size: 12px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            text-decoration: none; }
            @media screen and (max-width: 768px) {
              footer .bottom_footer .middle_column .legal_menu .footer_menu li a {
                font-size: 14px; } }
    footer .bottom_footer .created_by {
      align-self: center;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        footer .bottom_footer .created_by {
          order: 2;
          width: 100%;
          justify-content: center;
          margin-bottom: 50px; } }
      footer .bottom_footer .created_by span {
        align-self: center;
        color: #868686;
        font-size: 14px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-right: 12px; }
      footer .bottom_footer .created_by a {
        align-self: center;
        line-height: 1; }
        footer .bottom_footer .created_by a img {
          max-width: 150px; }
  footer .powered-by_wrap {
    border-top: 1px solid #EBEBEB;
    padding: 15px 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      footer .powered-by_wrap {
        text-align: center; } }
  footer .powered-by {
    text-align: center;
    color: #666666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .powered-by {
        flex-wrap: wrap; } }
    footer .powered-by span {
      align-self: center; }
      @media screen and (max-width: 768px) {
        footer .powered-by span {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      footer .powered-by .created_by {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px; } }
    footer .powered-by .created_by a {
      color: #DC1D43; }
      footer .powered-by .created_by a img {
        max-width: 100px;
        display: block; }
        @media screen and (max-width: 768px) {
          footer .powered-by .created_by a img {
            margin-left: 10px; } }

.about_us_gallery {
  width: 100%;
  margin: 30px auto 30px !important;
  /* the parent */ }
  .about_us_gallery .slick-slide {
    margin: 0 7px; }
  .about_us_gallery .slick-list {
    margin: 0; }
  .about_us_gallery a {
    height: 300px;
    overflow: hidden;
    position: relative; }
    .about_us_gallery a img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover; }

.about_us_text_image {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    .about_us_text_image {
      flex-wrap: wrap; } }
  .about_us_text_image .text_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .about_us_text_image .text_side {
        max-width: 100%;
        margin-bottom: 30px; } }
    .about_us_text_image .text_side h5 {
      color: #777;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .about_us_text_image .text_side h2 {
      font-size: 44px;
      font-weight: 300;
      color: #222;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .about_us_text_image .text_side h2 {
          font-size: 36px; } }
    .about_us_text_image .text_side ul {
      padding-left: 0; }
      .about_us_text_image .text_side ul li {
        list-style: none;
        padding-left: 23px;
        position: relative;
        margin-bottom: 20px;
        font-size: 16px;
        color: #54524d; }
        .about_us_text_image .text_side ul li:before {
          position: absolute;
          content: "";
          top: 50%;
          left: 0;
          width: 14px;
          height: 14px;
          border: 1px solid #9d9d9d;
          border-radius: 50%;
          transform: translateY(-50%); }
  .about_us_text_image .img_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .about_us_text_image .img_side {
        max-width: 100%; } }
    .about_us_text_image .img_side img {
      max-width: 100%;
      width: 100%; }

.promotions {
  max-width: 1600px;
  margin: 40px auto 0 !important;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .promotions {
      flex-wrap: wrap; } }
  .promotions .left_content {
    padding-left: 100px;
    max-width: 50%;
    width: 100%;
    padding-top: 40px;
    padding-right: 45px; }
    @media screen and (max-width: 1200px) {
      .promotions .left_content {
        padding-left: 45px; } }
    @media screen and (max-width: 991px) {
      .promotions .left_content {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .promotions .left_content {
        padding-left: 15px;
        padding-right: 15px; } }
    .promotions .left_content h6 {
      color: #777;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .promotions .left_content h1 {
      font-size: 44px;
      font-weight: 300;
      color: #222;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .promotions .left_content h1 {
          font-size: 36px; } }
    .promotions .left_content .promotion_subscribe {
      margin-bottom: 40px; }
      .promotions .left_content .promotion_subscribe form .mc4wp-form-fields {
        display: flex;
        margin-top: 20px; }
        .promotions .left_content .promotion_subscribe form .mc4wp-form-fields input[type="email"] {
          border: 1px solid rgba(193, 189, 189, 0.69);
          margin: 0;
          padding: 0 15px;
          border-bottom-left-radius: 10px;
          border-top-left-radius: 10px;
          max-width: 70%; }
          .promotions .left_content .promotion_subscribe form .mc4wp-form-fields input[type="email"]:focus {
            outline: none; }
        .promotions .left_content .promotion_subscribe form .mc4wp-form-fields input[type="submit"] {
          border: 0;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
          background-color: #261C79 !important;
          color: white;
          max-width: 30%; }
          @media screen and (max-width: 991px) {
            .promotions .left_content .promotion_subscribe form .mc4wp-form-fields input[type="submit"] {
              padding: 10px; } }
    .promotions .left_content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #322729;
      margin-bottom: 32px; }
    .promotions .left_content a {
      display: inline-block;
      background: #000000 !important;
      padding: 12px 44px;
      border: 0;
      border-radius: 4px;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #FFFFFF !important; }
      .promotions .left_content a:hover {
        background: black; }
      .promotions .left_content a img {
        margin-bottom: 3px; }
  .promotions .flyer_side {
    max-width: 50%;
    width: 100%;
    overflow-y: auto;
    height: 770px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .promotions .flyer_side {
        max-width: 100%;
        margin-top: 40px;
        height: 400px; } }
    .promotions .flyer_side .box_shadow {
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100px;
      background: linear-gradient(360deg, #FFFFFF -1.11%, #F6F6F6 1.62%, rgba(241, 241, 241, 0.64) 5.82%, rgba(219, 219, 219, 0.4) 35.13%, rgba(0, 0, 0, 0) 50.04%);
      z-index: 9;
      width: 100%; }
    .promotions .flyer_side::-webkit-scrollbar {
      display: none; }
    .promotions .flyer_side img {
      max-width: 100%; }

.reviews {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px; }
  @media screen and (max-width: 1200px) {
    .reviews {
      padding: 0 15px; } }
  .reviews .review {
    max-width: 48%;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .reviews .review {
        margin-bottom: 25px;
        max-width: 100%; } }
    .reviews .review .text {
      color: #666666;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-style: normal;
      line-height: 30px;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .reviews .review .text {
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 15px; } }
    .reviews .review .img_wrap {
      width: 100px;
      height: 100px;
      overflow: hidden;
      border-radius: 50%;
      display: flex;
      border: 1px solid #EBEBEB;
      margin-bottom: 15px; }
      .reviews .review .img_wrap img {
        max-width: 100%;
        object-fit: cover; }
    .reviews .review .name {
      color: #1B1D33;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-weight: 600; }

.contact_us {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap; }
  .contact_us .contact_information {
    margin-bottom: 60px;
    padding-bottom: 60px;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #e0dedf; }
    .contact_us .contact_information .contacts h3 {
      text-align: center;
      color: #777;
      font-weight: 300;
      font-size: 30px;
      margin-bottom: 40px; }
    .contact_us .contact_information .contacts ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-left: 0; }
      @media screen and (max-width: 768px) {
        .contact_us .contact_information .contacts ul {
          justify-content: space-between; } }
      .contact_us .contact_information .contacts ul li {
        list-style: none;
        margin: 0 40px; }
        @media screen and (max-width: 768px) {
          .contact_us .contact_information .contacts ul li {
            max-width: 48%;
            width: 100%;
            margin: 0 0 20px; } }
        .contact_us .contact_information .contacts ul li p, .contact_us .contact_information .contacts ul li a {
          font-size: 16px;
          font-family: 'Josefin Sans', sans-serif;
          text-decoration: none;
          text-align: center;
          color: #777;
          font-weight: 300; }
          .contact_us .contact_information .contacts ul li p img, .contact_us .contact_information .contacts ul li a img {
            margin-right: 10px; }
          .contact_us .contact_information .contacts ul li p span, .contact_us .contact_information .contacts ul li a span {
            display: block;
            font-size: 22px;
            color: #777;
            font-weight: 300; }
          .contact_us .contact_information .contacts ul li p i, .contact_us .contact_information .contacts ul li a i {
            display: block;
            font-size: 40px;
            color: #E30512;
            margin-bottom: 12px; }
  .contact_us .left_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .contact_us .left_side {
        order: 2;
        max-width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .contact_us .left_side {
        max-width: 100%; } }
    .contact_us .left_side h2 {
      color: #777777;
      font-size: 46px;
      font-weight: 300;
      line-height: 56px;
      margin-bottom: 20px; }
    .contact_us .left_side p {
      text-align: left;
      color: #777;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 30px;
      font-weight: 400; }
    .contact_us .left_side .contact_form form .half_width {
      display: flex;
      justify-content: space-between; }
      .contact_us .left_side .contact_form form .half_width p {
        max-width: 49%;
        width: 100%; }
    .contact_us .left_side .contact_form form p br {
      display: none; }
    .contact_us .left_side .contact_form form p input, .contact_us .left_side .contact_form form p textarea {
      color: #666666;
      padding: 10px 15px 10px 15px;
      width: 100%;
      max-width: 100%;
      border: 1px solid #EBEBEB;
      line-height: 1.4;
      min-height: 40px;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 14px;
      max-height: 100px;
      transition: all .4s; }
      .contact_us .left_side .contact_form form p input::placeholder, .contact_us .left_side .contact_form form p textarea::placeholder {
        opacity: 0.5; }
      .contact_us .left_side .contact_form form p input:focus, .contact_us .left_side .contact_form form p textarea:focus {
        outline: none;
        border-color: #797575;
        transition: all .4s; }
    .contact_us .left_side .contact_form form p input[type='submit'] {
      background-color: #333333;
      color: #FFFFFF;
      font-family: 'Josefin Sans', sans-serif;
      font-size: 14px;
      font-weight: 500;
      padding: 15px 50px;
      border: 0;
      width: fit-content;
      text-transform: uppercase; }
  .contact_us .right_side {
    max-width: 50%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .contact_us .right_side {
        max-width: 100%;
        margin-bottom: 40px;
        order: 4; } }
    .contact_us .right_side img {
      max-width: 100%; }
  .contact_us .maps {
    max-width: 100%;
    width: 100%;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .contact_us .maps {
        order: 3;
        margin-bottom: 30px; } }

.text_page {
  margin-top: 60px !important; }
  .text_page h1 {
    font-size: 48px;
    margin-bottom: 30px; }
  .text_page p {
    margin-bottom: 10px; }

.promotions_flyers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .promotions_flyers img {
    max-width: 49%;
    width: 100%;
    margin-bottom: 2%; }
    @media screen and (max-width: 768px) {
      .promotions_flyers img {
        max-width: 100%; } }
