@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
html {
  margin-top: 0 !important; }

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important; } }
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

a {
  transition: all 0.3s ease-in;
  text-decoration: none;
  color: #c82126; }
  a:hover, a:focus {
    transition: all 0.3s ease-out;
    color: #f35c2570;
    text-decoration: none !important; }

button {
  border: none; }
  button:focus {
    outline: none; }

.text-12 {
  font-size: 12px; }

.text-14 {
  font-size: 14px; }

.text-big {
  font-size: 54px; }

.text-blue {
  color: #1d57c6; }

.page-link {
  color: #000000; }

img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.page-hero-image {
  position: relative; }
  .page-hero-image .page-image {
    height: 350px;
    background-size: cover !important; }
    .page-hero-image .page-image img {
      max-width: 100%; }
  .page-hero-image .page-title {
    font-size: 52px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    padding: 0.6rem 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
    align-items: center; }
  @media (max-width: 767px) {
    .page-hero-image .page-image {
      height: 300px; }
    .page-hero-image .page-title {
      font-size: 24px; } }

.news-content {
  border-bottom: solid 5px #e4e4e4; }

.content-wrapper {
  padding: 3em 0; }

.no-padding {
  padding: 0;
  margin: 0; }

.full-height {
  height: 100%; }

.section-title {
  position: relative;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin-bottom: 1em; }
  @media only screen and (max-width: 1280px) {
    .section-title {
      font-size: 20px;
      margin-bottom: 2rem; } }
  .section-title:after {
    content: "";
    background-color: #c82126;
    width: 100px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    text-align: center; }

.tab-mobile-only {
  display: none; }

.slick-dots li {
  width: 15px;
  height: 15px;
  transition: all 0.3s ease; }
  .slick-dots li button {
    width: 15px;
    height: 15px;
    height: 17px; }
    .slick-dots li button::before {
      transition: all 0.3s ease;
      content: "";
      background-color: #e4e4e4;
      border-radius: 100%;
      width: 15px;
      height: 15px; }
  .slick-dots li.slick-active, .slick-dots li:hover {
    transition: all 0.3s ease; }
    .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
      transition: all 0.3s ease;
      background-color: #c82126; }

@media only screen and (max-width: 1280px) {
  .desktop-only {
    display: none; }

  .tab-mobile-only {
    display: block;
    min-height: 50px; }

  .navigation-wrapper .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 20px !important; }
  .card .card-title {
    font-family: "Raleway", sans-serif;
    font-weight: 400; }
  .card .price {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card .card-image {
    margin-bottom: 1em;
    display: flex;
    height: 230px;
    overflow: hidden; }
    @media only screen and (max-width: 1280px) {
      .card .card-image {
        height: auto; } }
    .card .card-image img {
      object-fit: cover;
      width: 100%; }
    .card .card-image.contain {
      display: flex;
      background: #f1f1f1; }
      .card .card-image.contain img {
        -o-object-fit: contain;
        object-fit: contain; }
  .card p {
    margin: 1em 0 2em; }
  .card.product-card .card-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    min-height: 48px; }
    @media only screen and (max-width: 1280px) {
      .card.product-card .card-title {
        font-size: 11px;
        min-height: auto; } }
  .card.product-card .card-links-label {
    padding: 0;
    font-size: 12px;
    min-width: 90px;
    margin-bottom: 10px; }
  .card .card-footer {
    align-items: center;
    padding: 20px 10px; }
  .card .card-links-label {
    font-weight: bold;
    padding: 0px 10px 0; }
  .card .card-links {
    display: flex;
    align-items: baseline;
    padding: 0;
    float: right; }
    @media only screen and (max-width: 1280px) {
      .card .card-links {
        float: none;
        overflow-y: scroll;
        min-height: 40px; } }
    .card .card-links .item {
      padding: 0 5px;
      cursor: pointer; }
      .card .card-links .item img {
        width: 25px;
        height: 25px; }
  .card.news-card .card-title {
    font-size: 18px; }
  .card.news-card p {
    font-size: 14px; }
  .card.video-card {
    position: relative;
    border-radius: 0px; }
    .card.video-card .card-image {
      margin-bottom: 0 !important; }
    .card.video-card .duration {
      background-color: rgba(0, 0, 0, 0.55);
      color: #fff;
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: 0;
      padding: 5px 15px; }
    .card.video-card .player {
      background-color: rgba(227, 20, 20, 0.733);
      position: absolute;
      z-index: 10;
      width: 50px;
      height: 50px;
      bottom: 0;
      right: 0; }
      .card.video-card .player:before {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 15px;
        left: 21px; }

.video-card-title {
  color: #111;
  font-size: 18px;
  text-align: center; }

#block-12.widget.widget_block {
  height: 100%; }

.wpcf7-form-control-wrap {
  width: 100%; }

.wpcf7-form-control.wpcf7-submit {
  border: none;
  cursor: pointer; }

.marketplace-links {
  display: flex;
  align-items: center;
  padding: 10px 20px; }
  .marketplace-links .item {
    padding: 0 10px;
    cursor: pointer; }
    .marketplace-links .item img {
      max-height: 25px; }
    .marketplace-links .item:first-child {
      padding-left: 0; }

strong {
  font-weight: bold !important; }

.categories {
  background-color: #e4e4e4;
  padding: 20px;
  margin-bottom: 20px; }
  .categories .sidebar-title {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff; }
  .categories ul li a {
    display: block;
    padding: 5px 0; }

.bg-video-player {
  border-bottom: 4px solid #c82126; }

.addtoany_content {
  margin: 0 auto !important;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .addtoany_content {
      margin: 10px auto !important;
      text-align: left;
      position: relative;
      right: left;
      right: 0;
      top: 0; } }

.on-news .addtoany_content {
  margin: 0 auto !important;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 5px; }
  @media only screen and (max-width: 768px) {
    .on-news .addtoany_content {
      margin: 10px auto !important;
      text-align: left;
      position: relative;
      right: left;
      right: 0;
      top: 0; } }

.searchandfilter {
  border: solid 1px #d4d4d4;
  border-radius: 13px;
  padding: 13px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem; }
  .searchandfilter ul {
    display: block; }
    .searchandfilter ul li {
      font-size: 14px;
      padding: 0px;
      display: block; }
      .searchandfilter ul li h4 {
        font-size: 16px;
        font-weight: bold;
        margin: 13px 0;
        border-top: solid 1px #d4d4d4;
        border-bottom: solid 1px #d4d4d4;
        padding: 13px 15px; }
      .searchandfilter ul li input[type="text"] {
        width: 89%;
        border: 1px solid #d4d4d4;
        border-radius: 6px;
        min-height: 45px;
        margin-left: 15px;
        padding: 7px 15px;
        box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25); }
      .searchandfilter ul li select {
        border: 1px solid #d4d4d4;
        border-radius: 6px; }
      .searchandfilter ul li input[type="submit"] {
        color: #fff;
        border: none;
        outline: none;
        padding: 0.5rem 2rem;
        border-radius: 7px;
        font-size: 14px;
        background-color: #c82126;
        margin-left: 15px; }
        .searchandfilter ul li input[type="submit"]:hover {
          background-color: #f35c2570; }
      .searchandfilter ul li ul {
        padding: 13px 15px; }
        .searchandfilter ul li ul li.cat-item {
          padding-left: 0;
          padding-right: 0;
          display: block; }

.chicken-product-card a {
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow: hidden; }

.sold-out {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%; }
  .sold-out label {
    background-color: #c82126;
    color: #fff;
    padding: 0.5rem;
    width: 200px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    left: -58px;
    transform: rotate(-45deg); }

.read-more {
  background-color: #c82126;
  color: #fff !important;
  padding: 5px 20px !important;
  width: fit-content;
  margin-left: auto;
  font-size: 14px !important;
  border-radius: 6px 0px 0px 6px; }
  .read-more:hover, .read-more:focus {
    background-color: #111;
    color: #c82126 !important; }

.card-table {
  position: relative; }
  .card-table .card-table-hover {
    display: none;
    position: absolute;
    min-width: 300px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 10px;
    z-index: 10;
    width: 350px;
    font-size: 12px; }
    .card-table .card-table-hover table {
      margin-bottom: 0; }
      .card-table .card-table-hover table td {
        border-bottom: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0.15); }
        .card-table .card-table-hover table td:first-child {
          background-color: rgba(0, 0, 0, 0.55); }

.list-inline-product-buy li {
  list-style: none;
  padding-right: 10px; }
  .list-inline-product-buy li img {
    width: 25px;
    height: 25px; }

.card-table-detail h5 {
  background-color: #c82126;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 0; }

.vw_gallery_front {
  margin-right: 0 !important;
  margin-left: -6px !important;
  margin-top: 10px; }
  .vw_gallery_front li {
    padding: 5px !important; }
    .vw_gallery_front li a {
      position: relative;
      width: 100%;
      height: 90px;
      display: block;
      overflow: hidden;
      border: 2px solid #fff; }
      .vw_gallery_front li a img {
        position: absolute;
        height: 100%; }
      .vw_gallery_front li a.active {
        border: 2px solid #c82126; }

.zoom-preview {
  opacity: 0;
  height: 300px;
  width: 300px;
  border: 2px solid #c82126;
  border-radius: 1000px;
  background-repeat: no-repeat;
  background-color: #000;
  position: absolute;
  z-index: 10; }

.vw_gallery_main:hover .zoom-preview {
  opacity: 1; }

.contact-form-container {
  margin: auto;
  justify-content: center;
  max-width: 650px; }
  .contact-form-container .contact-form {
    max-width: 100% !important; }
    .contact-form-container .contact-form .input-group {
      display: block; }

header {
  font-weight: bold;
  transition: all 0.4s ease-in;
  padding: 0 15px;
  border-bottom: solid 0.5px #e4e4e4;
  z-index: 50;
  background: #ffffff;
  height: 75px; }
  @media only screen and (max-width: 1280px) {
    header {
      height: 50px; } }
  header.fixed {
    z-index: 50;
    position: fixed;
    top: 0;
    width: 100%;
    background: #c82126;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.4s ease-out;
    border-bottom: none; }
    header.fixed .nav-wrapper ul li a {
      color: #fff; }
      header.fixed .nav-wrapper ul li a:hover {
        opacity: 0.75;
        transition: all 0.3s ease-out;
        color: #111; }
    header.fixed .nav-wrapper ul li.has-dropdown ul.sub-menu {
      background-color: #c82126; }
    header.fixed .nav-wrapper ul li.menu-item-has-children > a:before {
      border-color: #c82126 #fff !important;
      border-width: 5px 5px 0 0 !important; }
    header.fixed .logo-wrapper {
      background-color: #fff;
      box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75); }
  header .logo-wrapper {
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #c82126;
    z-index: 10;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    @media only screen and (max-width: 1280px) {
      header .logo-wrapper {
        padding: 5px;
        top: 0;
        left: 10px; } }
    header .logo-wrapper img {
      max-height: 85px; }
    header .logo-wrapper a {
      font-size: 20px;
      font-weight: bold; }
  header .nav-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-right: -15px; }
    @media only screen and (max-width: 1280px) {
      header .nav-wrapper {
        margin-top: 0px; } }
    header .nav-wrapper ul {
      display: flex;
      justify-content: flex-end; }
      header .nav-wrapper ul li.menu-item-has-children > a {
        position: relative;
        pointer-events: none; }
        header .nav-wrapper ul li.menu-item-has-children > a:before {
          content: "";
          position: absolute;
          top: 23px;
          right: 5px;
          display: block;
          width: 5px;
          height: 5px;
          border-color: #fff #c82126;
          border-width: 5px 5px 0 0;
          border-style: solid;
          rotate: 45deg; }
      header .nav-wrapper ul li a {
        white-space: nowrap;
        font-weight: 400;
        font-size: 15px;
        font-family: "Raleway", sans-serif;
        display: block;
        padding: 17px 22px;
        transition: all 0.3s ease-in;
        color: #000; }
        @media only screen and (max-width: 1280px) {
          header .nav-wrapper ul li a {
            font-size: 14px; } }
        header .nav-wrapper ul li a:hover {
          opacity: 0.75;
          transition: all 0.3s ease-out;
          color: #c82126; }
      header .nav-wrapper ul li.has-dropdown {
        position: relative; }
        header .nav-wrapper ul li.has-dropdown ul.sub-menu {
          display: none;
          position: absolute;
          top: 50px;
          z-index: 10;
          background: #f1f1f1;
          width: 100%;
          min-width: 230px;
          box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
          -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75); }
          header .nav-wrapper ul li.has-dropdown ul.sub-menu li {
            display: block; }
            header .nav-wrapper ul li.has-dropdown ul.sub-menu li a {
              padding: 1rem 2rem 1rem 1rem;
              border-bottom: 0 !important; }
            header .nav-wrapper ul li.has-dropdown ul.sub-menu li:last-child a {
              border-bottom: none; }
        header .nav-wrapper ul li.has-dropdown:hover ul.sub-menu {
          display: block; }

@media only screen and (max-width: 1280px) {
  header.fixed .menu-item-has-children > a:before {
    border-color: #c82126 #fff !important;
    border-width: 5px 5px 0 0 !important; } }
.navigation-wrapper .tab-mobile-only {
  width: 100%; }
@media only screen and (max-width: 1280px) {
  .navigation-wrapper .desktop-only {
    display: none; }
  .navigation-wrapper .mobileCloser {
    justify-content: right;
    align-self: center;
    padding-right: 40px; }
  .navigation-wrapper .logo-wrapper {
    justify-content: start; }
  .navigation-wrapper ul {
    text-align: left; }
    .navigation-wrapper ul li {
      padding: 10px 0;
      border-bottom: solid 1px #e4e4e4; }
      .navigation-wrapper ul li.has-dropdown ul.sub-menu.dropdown {
        display: none; }
      .navigation-wrapper ul li.has-dropdown:hover ul.sub-menu.dropdown {
        display: block; }
  .navigation-wrapper .mobileCloser {
    justify-content: right;
    align-self: center;
    padding-right: 40px; }
  .navigation-wrapper .logo-wrapper img {
    max-height: 50px; }
  .navigation-wrapper .menu-wrapper {
    display: flex;
    margin-left: 3rem;
    width: 100%;
    overflow-x: hidden; }
    .navigation-wrapper .menu-wrapper ul {
      display: flex;
      overflow-y: scroll;
      min-height: 50px; }
      .navigation-wrapper .menu-wrapper ul li {
        border: none !important;
        padding-right: 2rem; } }
      @media only screen and (max-width: 1280px) and (max-width: 1280px) {
        .navigation-wrapper .menu-wrapper ul li {
          padding-right: 2rem; } }
@media only screen and (max-width: 1280px) {
        .navigation-wrapper .menu-wrapper ul li.menu-item-has-children > a {
          position: relative;
          pointer-events: none; }
          .navigation-wrapper .menu-wrapper ul li.menu-item-has-children > a:before {
            content: "";
            position: absolute;
            top: 7px;
            right: -15px;
            display: block;
            width: 5px;
            height: 5px;
            border-color: #fff #c82126;
            border-width: 5px 5px 0 0;
            border-style: solid;
            rotate: 45deg; }
        .navigation-wrapper .menu-wrapper ul li a {
          white-space: nowrap;
          position: relative;
          color: #000;
          font-weight: 400; }
          .navigation-wrapper .menu-wrapper ul li a:hover, .navigation-wrapper .menu-wrapper ul li a:focus {
            color: #c82126; }
        .navigation-wrapper .menu-wrapper ul li .sub-menu.dropdown {
          position: fixed;
          top: 3rem;
          left: 0;
          background-color: #f1f1f1;
          z-index: 5;
          width: 100%; }
          .navigation-wrapper .menu-wrapper ul li .sub-menu.dropdown li {
            padding: 1rem 0 1rem 4rem; }
  .navigation-wrapper ul {
    padding-left: 20px;
    text-align: left; }
    .navigation-wrapper ul li {
      padding: 10px 0;
      border-bottom: solid 1px #e4e4e4; }
      .navigation-wrapper ul li.has-dropdown ul.sub-menu.dropdown {
        display: none; }
        .navigation-wrapper ul li.has-dropdown ul.sub-menu.dropdown li {
          border-bottom: none; }
      .navigation-wrapper ul li.has-dropdown:hover ul.sub-menu.dropdown {
        display: block; }
  .navigation-wrapper .header-logo img {
    height: 25px; } }

#humburgerBtn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #humburgerBtn span {
    display: block;
    background: #f35b25;
    height: 3px;
    width: 20px;
    margin-bottom: 3px; }
    #humburgerBtn span:last-child {
      margin-bottom: 0; }

#mobileNav {
  display: none;
  position: fixed;
  z-index: 999;
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 999; }
  #mobileNav .mobileCloser {
    font-size: 12px;
    text-align: right;
    padding: 15px 15px 15px 0; }

footer {
  background-color: #c82126;
  color: #fff; }
  footer .footer-top .company .wp-block-columns .wp-block-column {
    position: relative; }
    footer .footer-top .company .wp-block-columns .wp-block-column:first-child:before {
      position: absolute;
      right: -20px;
      content: "";
      background-color: #fff;
      height: 190px;
      width: 2px; }
  footer .footer-top .company strong {
    text-transform: uppercase;
    margin: 1rem 0; }
    footer .footer-top .company strong:first-child {
      margin-top: 0; }
  footer .footer-top .company p {
    line-heighht: 28px; }
  footer .footer-top .contact {
    display: flex;
    column-gap: 3rem;
    justify-content: center; }
    @media only screen and (max-width: 1280px) {
      footer .footer-top .contact {
        display: block;
        margin-left: 25%; } }
    footer .footer-top .contact p a {
      color: #fff; }
      footer .footer-top .contact p a:hover, footer .footer-top .contact p a:focus {
        color: #e4e4e4; }
    footer .footer-top .contact section {
      display: flex;
      position: relative;
      margin-bottom: 1.5rem;
      padding-left: 3rem;
      font-size: 14px; }
      footer .footer-top .contact section:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-image: url(../images/icon-wa-white-outline.svg);
        background-size: contain;
        display: block;
        width: 35px;
        height: 35px; }
      footer .footer-top .contact section:nth-child(3):before {
        background-image: url(../images/icon-tele-white-outline.svg); }
  footer .footer-top .social {
    margin-top: 1rem;
    max-width: 80%; }
    @media only screen and (max-width: 1280px) {
      footer .footer-top .social {
        margin: auto;
        justify-content: center; } }
    footer .footer-top .social .social-item {
      display: flex;
      text-align: center;
      column-gap: 0.5rem;
      margin: auto;
      color: #fff;
      text-decoration: none; }
      @media only screen and (max-width: 1280px) {
        footer .footer-top .social .social-item {
          justify-content: center;
          margin-bottom: 1rem; } }
      footer .footer-top .social .social-item:hover, footer .footer-top .social .social-item:focus {
        color: #dddddd; }
      footer .footer-top .social .social-item p {
        font-style: italic;
        font-weight: 700; }
      footer .footer-top .social .social-item img {
        width: 25px;
        height: 25px; }
    footer .footer-top .social .signature img {
      position: relative;
      top: -20px; }
      @media only screen and (max-width: 1280px) {
        footer .footer-top .social .signature img {
          top: -5px; } }
  footer .footer-top .list-inline {
    white-space: nowrap; }
    footer .footer-top .list-inline .list-inline-item {
      padding: 0 0.8rem; }
      footer .footer-top .list-inline .list-inline-item img {
        height: 25px;
        width: 25px; }
  footer .footer-bottom {
    background: url("../images/denim.png") repeat center center, #333;
    padding: 15px 10px;
    text-align: center; }
    footer .footer-bottom p {
      margin: 0;
      font-size: 13px;
      color: #fff; }

body.home {
  background-color: #e4e4e4; }

#hero-image {
  position: relative;
  overflow: hidden; }
  #hero-image .slick-slide img {
    width: 100%; }
  #hero-image .slick-dots {
    bottom: 25px; }
    @media (max-width: 767px) {
      #hero-image .slick-dots {
        bottom: 10px; } }
  #hero-image .slider-item {
    position: relative; }
    #hero-image .slider-item .block-opacity {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 9; }
    #hero-image .slider-item .content {
      position: absolute;
      flex-direction: column;
      width: 65%;
      left: 0;
      top: 50%;
      transform: translate(10%, -25%);
      z-index: 10;
      height: 100%; }
      #hero-image .slider-item .content .slide-title {
        font-size: 48px;
        font-family: "Raleway", sans-serif;
        color: #fff;
        max-width: 50%; }
      #hero-image .slider-item .content p {
        margin: 0;
        color: #fff;
        line-height: 36px;
        font-size: 24px;
        font-family: "Raleway", sans-serif; }
      @media (max-width: 767px) {
        #hero-image .slider-item .content {
          left: 0;
          transform: translate(0, -35%);
          width: 100%;
          text-align: center; }
          #hero-image .slider-item .content .slide-title {
            font-size: 24px;
            max-width: 100%; }
          #hero-image .slider-item .content p {
            font-size: 16px;
            line-height: normal; } }

#about .section-title {
  text-align: left; }
#about .about-image img {
  max-width: 300px; }

#product-home {
  background-color: #e4e4e4; }

#news,
#product {
  background-color: #fff;
  /* the slides */
  /* the parent */ }
  #news .slick-slide,
  #product .slick-slide {
    margin: 0 15px; }
  #news .slick-list,
  #product .slick-list {
    margin: 0 -15px; }
  #news .card-title,
  #product .card-title {
    padding: 0 20px;
    display: block;
    height: 45px; }
  #news .card-content,
  #product .card-content {
    height: 75px; }
  #news p,
  #news a,
  #product p,
  #product a {
    padding: 0 20px;
    display: block; }
  #news p,
  #product p {
    margin: 10px 0; }
  #news a,
  #product a {
    margin-bottom: 20px;
    text-align: right;
    font-size: 12px; }

#product {
  background: #e4e4e4; }

#product-product {
  background-color: #ffffff; }
  #product-product .card-title {
    min-height: 82px; }
    @media only screen and (max-width: 1280px) {
      #product-product .card-title {
        min-height: 33px; } }

#testimonial {
  background: url("../images/dark-stripes-light.png") repeat center center;
  /*
  .testimonial-card {
    background: url(../images/quote.svg) no-repeat 96% 10%, #fff;
    background-size: 160px;
    padding: 2rem 2.5rem;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    min-height: 100px;
    height: 270px !important;
    display: block;

    .card-title {
      color: $darkGray;
      font-family: $main-font;
      font-size: 22px;
    }

    p {
      font-size: 1.2rem;
    }
  }
  */ }
  #testimonial .testimonial-card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: none !important; }
    #testimonial .testimonial-card .card-title {
      font-weight: 600; }
    #testimonial .testimonial-card .card-content img {
      border-radius: 1000px;
      border: 2px solid #fff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    #testimonial .testimonial-card .card-content ul.star {
      padding-left: 0;
      margin-top: 28px;
      display: flex; }
      #testimonial .testimonial-card .card-content ul.star li {
        list-style: none; }
        #testimonial .testimonial-card .card-content ul.star li svg {
          width: 25px;
          height: 25px;
          color: #ffc300;
          fill: #ffc300; }
  #testimonial .slick-arrow {
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: 30px 30px;
    top: 50%; }
    #testimonial .slick-arrow:before {
      display: none; }
    #testimonial .slick-arrow.slick-prev {
      transform: rotate(-180deg);
      top: 46.5%; }

#clients {
  background-color: #434343;
  /* the slides */
  /* the parent */ }
  #clients .section-title {
    color: #fff; }
  #clients .clients-slider .client-item img {
    max-width: 100%; }
  #clients .slick-slide {
    margin: 0 10px; }
  #clients .slick-list {
    margin: 0 -10px; }
  #clients .slick-dots {
    bottom: -35px; }

#contact {
  display: flex;
  flex-wrap: wrap;
  background-color: #e4e4e4; }
  #contact .map-wrapper,
  #contact .contact-form {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      #contact .map-wrapper,
      #contact .contact-form {
        flex: 0 0 100%;
        max-width: 100%; } }
  #contact .contact-form {
    padding: 3em 2em; }
  #contact .btn-wrapper {
    text-align: right; }
    #contact .btn-wrapper button {
      text-transform: capitalize; }

#floating-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 260px;
  width: 245px;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  align-items: center;
  z-index: 10;
  color: #434343;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
  opacity: 1; }
  @media only screen and (max-width: 768px) {
    #floating-contact {
      border-top-left-radius: 15px;
      height: 130px !important;
      width: 145px !important; } }
  #floating-contact .arrow {
    display: none;
    cursor: pointer;
    margin: 0 17px; }
    #floating-contact .arrow img {
      height: 20px;
      width: 20px; }
  #floating-contact .d-flex {
    flex-wrap: wrap;
    overflow: hidden;
    width: 0; }
  #floating-contact .floating-contact-item {
    transition: all 0.2s ease-in-out; }
    #floating-contact .floating-contact-item .widget_text {
      display: flex;
      position: relative;
      margin-bottom: 1.5rem;
      padding-left: 3rem;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        #floating-contact .floating-contact-item .widget_text {
          font-size: 9px;
          padding-left: 2rem;
          margin-bottom: 0.5rem; } }
      #floating-contact .floating-contact-item .widget_text:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-image: url("../images/icon-wa-white.svg");
        background-size: contain;
        display: block;
        width: 35px;
        height: 35px; }
        @media only screen and (max-width: 1280px) {
          #floating-contact .floating-contact-item .widget_text:before {
            width: 25px;
            height: 25px; } }
      #floating-contact .floating-contact-item .widget_text p {
        margin-bottom: 0 !important; }
      #floating-contact .floating-contact-item .widget_text a {
        color: #111; }
        #floating-contact .floating-contact-item .widget_text a:hover, #floating-contact .floating-contact-item .widget_text a:focus {
          color: #434343; }
      #floating-contact .floating-contact-item .widget_text:last-child {
        margin-bottom: 0; }
      #floating-contact .floating-contact-item .widget_text:nth-child(3):before {
        background-image: url("../images/icon-tele.svg"); }
  #floating-contact.active {
    width: 245px;
    transition: all 0.2s ease-in-out; }
    #floating-contact.active .arrow img {
      transform: rotate(180deg); }
    #floating-contact.active .d-flex {
      width: 100%;
      transition: all 0.2s ease-out; }
  #floating-contact .column {
    text-align: center;
    border: solid 1px #fff;
    border-radius: 100%;
    padding: 10px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7px; }
    #floating-contact .column img {
      max-width: 20px;
      filter: invert(99%) sepia(36%) saturate(2%) hue-rotate(178deg) brightness(111%) contrast(100%); }

.load-more-container .load-more-item, .load-more-container-2 .load-more-item {
  display: none; }

.btn-orange {
  padding: 0.5em 1.25em;
  font-family: "Raleway", sans-serif;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  width: auto;
  text-align: center;
  border-radius: 10px; }

.btn-orange {
  background-color: #c82126;
  color: #ffffff; }
  .btn-orange:hover {
    background-color: #f35c2570; }

.btn-full {
  width: 100%; }

form.form-linestyle label {
  margin-bottom: 0; }
form.form-linestyle .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-top: 0;
  background-color: transparent;
  padding-left: 0;
  border-bottom: solid 2px #999999; }
  form.form-linestyle .form-control:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 2px #c72626; }
form.form-linestyle .btn-wrapper {
  text-align: left !important; }
form .input-group {
  text-align: left;
  margin-bottom: 20px; }
  form .input-group label {
    width: 100%; }
  form .input-group .form-control {
    border-radius: 0px; }
form .form-control {
  border-color: #cecece;
  transition: all 0.3s ease-in; }
  form .form-control:focus {
    outline: none;
    border: solid 1px #c82126;
    box-shadow: none;
    transition: all 0.3s ease-out; }
  form .form-control::placeholder {
    color: #e4e4e4; }
  form .form-control.round-input {
    border-radius: 20px; }
form select {
  padding: 0.5em 0.75em; }
  form select:focus {
    outline: none; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  color: #fd2a2a;
  font-size: 12px; }

.location-filter {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 0 20px 0 !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ddd !important;
  display: flex !important; }
  .location-filter li {
    padding-left: 0 !important;
    display: inline-flex !important; }
  .location-filter h4 {
    display: none; }
  .location-filter select {
    min-width: 300px;
    min-height: 40px; }
  .location-filter input[type="text"] {
    margin-right: 15px;
    width: 90% !important;
    min-height: 40px !important; }
  .location-filter input[type="submit"] {
    background-color: #00b2ff !important;
    min-height: 40px; }
    .location-filter input[type="submit"]:hover, .location-filter input[type="submit"]:focus {
      background-color: #1d57c6 !important; }

.pagination {
  margin-top: 2rem; }
  .pagination .page-numbers {
    padding: 0.4rem 0.8rem !important;
    border: 1px solid #e4e4e4;
    display: inline-block;
    height: 40px;
    min-width: 40px;
    font-size: 16px !important;
    text-align: center; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus {
      background-color: #c82126;
      color: #fff; }

/*# sourceMappingURL=style.css.map */
