.singleBlog h1 {
    font-size: 30px;
    text-align: center;
    margin: 40px 0 30px;
    font-family: 'Domine';
    color: #000;
  }

  .landingPageShops{
    padding: 100px 0 0;
  }

  .landingPageShops  .woocommerce ul.products{
    display: flex;
    justify-content: center;
  }
  .landingPageShops .woocommerce ul.products li.product{
    width: 28.5%;
    padding: 1px;
  }
  .singleBlog a{
    color: #18B79C;
    font-weight: bold;
  }
  .singleBlog p, .singleBlog ul{
    font-family: 'Montserrat';
  }
  .fa-eye:before{
    display: none;
  }
  .landingPageShops h5{
    color: #333;
    font-family: 'Avenir';
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .woocommerce ul.products li.product .price{
    color: #2D455F!important;
    font-family: 'Avenir';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .landingPageShops .product-description p{
    color: #333;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
  }
 
  .woocommerce ul.products li.product a.view_product{
    padding: 20px;
    width: 100%;
    color: #FFF;
    background-color: #2D455F;
    transition: .5s ease all;
    text-align: center;
    font-family: 'Avenir';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.888px;
    text-decoration: none;
    display: block;
  }

  .woocommerce ul.products li.product a.view_product:hover{
    background-color: #22354A;
  }

  
  .singleBlog h2, .singleBlog h3{
    font-family: 'Domine';
    color: #000;
  }
  .singleBlog h2 {
    font-size: 25px;
    margin: 40px 0 30px;
  }
  /* .singleBlog p {
    font-family: "Avenir";
  } */

  .singleBlog .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

  .singleBlog .innerContentBlog img {
    max-width: 650px;
}
    .singleBlog .innerContentBlog > img{
        text-align: center;
    }
    
  .singleBlog .innerContentBlog h3 {
    font-size: 18px;
  }
  
  .singleBlog {
    padding: 0 0 100px;
  }

  .singleBlog .maxWidth {
    margin: auto;
  }
  
  .wp-caption {
    margin: auto;
  }
  
  .singleBlog .innerContentBlog>p {
    text-align: left;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 991px) {
    .landingPageShops .woocommerce ul.products li.product{
      width: 43.5%;
    }
    .singleBlog h2{
        font-size: 20px;
    }
    .landingPageShops h5{
        font-size: 25px;
    }
    .landingPageShops .product-item{
        margin-right: 15px;
    }
    .singleBlog .innerContentBlog img {
        max-width: 350px;
      }
  }

  @media screen and (max-width: 767px) {
    .landingPageShops .woocommerce ul.products li.product{
      width: 100%!important;
    }
    .landingPageShops h5{
        font-size: 20px;
    }
  }

 
  @media screen and (max-width: 450px) {
    .singleBlog .innerContentBlog img {
        max-width: 320px;
      }
  }

  @media screen and (max-width: 400px) {
    .singleBlog .innerContentBlog img {
        max-width: 200px;
      }
  }