.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 transparent,0 0 transparent,var(--tw-shadow);
    z-index: 999;
  }

  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .navbar a:hover {
    color: black;
  }
  .slider {
    margin-top: 90px;
  }
  .slider-image {
    width: 100%;
  }

  .logo {
    height: 80px;
  }

  .category {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: "Raleway", sans-serif;
    padding:5px;
  }
  .product-title {
    font-size: 12px;
    color: #222222;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-weight: 600;
    height: 48px;
  }
  .product-price {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    text-align: left;
    float: left;
    width: 50%;
  }
  .product-off {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 2px;
    float: left;
    width: 50%;
    text-align: center;
  }
  .product-off-info {
    background-color: #ef6623;
  }
  .section-title {
    font-family: "Raleway", sans-serif;
  }
  .category {
    background-color: #6bb252;
  }
  .cat-img {
    padding: 3px;
    border-radius: 8px;
  }
  .green {
    color: #6bb252;
  }
  .product {
    background-color: #ebebeb;
    padding: 10px;
  }
  .form-control {
    border: 2px solid #d8d8d9 !important;
  }
  .phone {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 14px;
  }
  .coprgt {
    font-size: 14px;
  }
  .cat-block {
    cursor: pointer;
  }
  .footer {
    background-color: #353638;
    color: #fff !important;
  }
  .loction h1 {
    color: #fff !important;
  }
  @media only screen and (max-width: 414px) {
    .slider {
      margin-top: 50px;
    }
    .logo {
        height: 50px;
        margin: auto;
    }
    .phone {
        margin: auto;
    }
    .coprgt {
      font-size: 12px;
    }
    .product-title {
      font-size: 14px;
      color: #222222;
      font-family: "Open Sans", sans-serif;
      text-align: left;
      font-weight: 600;
    }
  }
  
    .find-us {
    text-align: center !important;
  }

