  @media screen and (max-width: 900px) and (min-width: 60px) {
      select {
          border-color: #e4e2e2 !important;
          height: 2.5rem !important;
          width: 108% !important;
      }

      .submit-formstyle {

          margin-right: 0.9rem !important;

      }

      .othes-style {
          width: 92% !important;
      }

      .cart-item,
      .cart-item-figure {
          padding-top: 5px !important;
          padding-bottom: 5px !important;
          margin-bottom: 5px;
      }

      .cart-item-block {
          padding-top: 1px !important;
          padding-bottom: 1px !important;
      }

      [class*="coll-"] {
          padding: 8px !important;
      }

      .cart-item-title {
          align-items: stretch;
          justify-items: stretch;
          align-content: center;
      }
  }

  table thead {
      background: unset !important;
  }

  input:not([type]) {
      width: 46.6%;
      margin-top: 12px;
      margin-left: 10px;
      border-color: #e4e2e2;
      height: 1.9rem;
  }

  select {
      border-color: #e4e2e2 !important;
      height: 2.5rem !important;
      width: 50%;
  }

  .roww::after {
      content: "";
      clear: both;
      display: table;
  }

  [class*="coll-"] {
      float: left;
      padding: 15px;
  }

  .coll-1 {
      width: 2.33%;
  }

  .coll-2 {
      width: 16.66%;
  }

  .coll-3 {
      width: 25%;
  }

  .coll-4 {
      width: 33.33%;
  }

  .coll-5 {
      width: 41.66%;
  }

  .coll-6 {
      width: 50%;
  }

  .coll-7 {
      width: 58.33%;
  }

  .coll-8 {
      width: 100%;
  }

  .coll-9 {
      width: 75%;
  }

  .coll-10 {
      width: 83.33%;
  }

  .coll-11 {
      width: 91.66%;
  }

  .coll-12 {
      width: 100%;
  }

  @media only screen and (max-width: 992px) and (min-width: 40px) {
      .coll-1 {
          width: 100%;
      }

      .coll-2 {
          width: 100%;
      }

      .coll-3 {
          width: 100%;
      }

      .coll-4 {
          width: 100%;
      }

      .coll-5 {
          width: 100%;
      }

      .coll-6 {
          width: 100%;
      }

      .coll-7 {
          width: 100%;
      }

      .coll-8 {
          width: 100%;
      }

      .coll-9 {
          width: 100%;
      }

      .coll-10 {
          width: 100%;
      }

      .coll-11 {
          width: 100%;
      }

      .coll-12 {
          width: 100%;
      }

  }

  #main-content {
      background-color: #f5f5f7;
  }

  .cart-item-figure {
      padding-left: 15px;
  }

  .alert-light-gray {
      color: #1c1e25;
      background-color: #d7d7da;
      border-color: #c6c8cc;
  }

  .cartalert {
      position: relative;
      /* padding: 0.75rem 1.25rem; */
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: 0.25rem;
      margin: 42px;
  }

  .cartempty-text {
      font-weight: 400;
      margin-top: 1.28571rem !important;
  }


  /* product sugession */
  .card {
    width: 100%;
}
.expanded-kit{
    display: none;
  }
