.title-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
        margin-bottom: 20px;      
    
}
  .title-category a {
    font-size: 18px;
    background-color: #a6ce3d;
    border-width: 0px !important;
    border-color: #a6ce3d;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 7px 25px 5px 25px; }
    @media (max-width: 767px) {
      .title-category a {
        font-size: 15px;
        padding: 5px 15px 3px 15px; } }
    .title-category a:hover {
      background: #7A9A27; }

.container-custom {
  width: 100%;
  padding: 0 8%; }

.menu-customPage .grid-products {
	margin-top: 40px;
}
.menu-customPage {
  padding-top: 40px; }
  .menu-customPage .title-category h2 {
    color: #2e2e2e;
    font-size: 41px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    padding: 20px 0;
    text-transform: uppercase;
    font-family: Sanchez; }
    @media (max-width: 767px) {
      .menu-customPage .title-category h2 {
        font-size: 27px; } }
  .menu-customPage .grid-products ul {
    display: grid;
    text-align: center;
    grid-gap: 30px 3%; }
    @media (min-width: 992px) {
      .menu-customPage .grid-products ul {
        grid-template-columns: 2fr 2fr; grid-gap: 60px 3%; } }
    @media (min-width: 1281px) {
      .menu-customPage .grid-products ul {
        grid-template-columns: 4fr 4fr 4fr 4fr; } }
    .menu-customPage .grid-products ul li .bialty-container {
      position: relative;
      font-family: Sanchez; }
      .menu-customPage .grid-products ul li .bialty-container img {
     }
    .menu-customPage .grid-products ul li h2 {
      color: #A6CE3D !important;
      font-size: 23px;
      font-family: Sanchez;
      margin-top: 35px; }
    .menu-customPage .grid-products ul li p {
      text-align: center;
      color: #000;
      font-size: 18px;
      line-height: 28px;
      font-family: Sanchez;
      font-weight: 700; }

.hero-custom {
  padding-top: 13vh;
  padding-bottom: 13vh;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
	background-position: center center;
  position: relative; }
  @media (max-width: 767px) {
    .hero-custom {
      padding-top: 10vh;
      padding-bottom: 10vh; } }
  .hero-custom:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hero-custom .text {
    position: relative;
    z-index: 9; }
    .hero-custom .text h1 {
      font-family: 'Sanchez', Georgia, "Times New Roman", serif !important;
      font-weight: 700 !important;
      color: #FFFFFF !important;
      letter-spacing: 10px !important;
      text-align: center;
      text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
      padding: 0 20px; }

.clearfix {
  clear: both; }

.single-productCustom {
    margin-top: 40px;
}
@media (min-width: 992px) {
  .single-productCustom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 } }

@media (min-width: 992px) {
  .single-productCustom .column {
    width: 50%; } }

.single-productCustom .single-image img {
  width: 70%;
  display: table;
  margin: 0 auto; }

.single-productCustom .content-single .title {
  margin-bottom: 15px; }
  .single-productCustom .content-single .title h1 {
    font-family: Sanchez;
    font-size: 28px; }

.single-productCustom .content-single .text-single {
  font-family: Sanchez;
  font-size: 18px;
  line-height: 28px; }

.single-productCustom .content-single .button-1 a {
  font-size: 18px;
  background-color: #a6ce3d;
  border-width: 0px !important;
  border-color: #a6ce3d;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 7px 25px 5px 25px;
  margin-top: 25px; }
  .single-productCustom .content-single .button-1 a:hover {
    background: #7A9A27; }
    
    .short-description {
        margin-top: 30px;
    }


    .boxes-preap {
  
      margin-top: 30px;
      text-align: center;
    }
    
    .boxes-preap .item {
      background: #A6CE3D;
      border-radius: 30px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px 40px;
      color: #fff;
      margin-top: 40px;
    }
    
    .boxes-preap .item h1 {
      color: #fff;
      font-size: 32px;
    }
    
    .boxes-preap .item .text {
      font-family: Sanchez;
    }
    
    .boxes-preap .item .left .icon {
      min-width: 100px;
      width: 100px;
    }
    
    @media(min-width: 992px) {
      .boxes-preap {
        width: 700px;
        display: table;
        margin: 0 auto;
        text-align: left;
      }
    
      .boxes-preap .item {
        flex-direction: row;
      }
      
      .boxes-preap .item h1 {
        font-size: 38px;
      }
    
    }
/*# sourceMappingURL=menucustom.css.map */
