#search-box {
    position: relative;
    width: 100%;
    margin: 0;
    margin-right: 10rem !important;
    margin-left: 4rem !important;
}

#search-form {
    height: 40px;
    border: 1px solid #8b8b8b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: inset -5px -5px 10px #fff, inset 5px 5px 10px rgb(68 40 40 / 10%) !important;
}

#search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
    margin-top: 0px;
}

#search-box input[type="text"] {
    width: 90%;
    padding: 8px 0 12px 1em;
    color: #333;
    outline: none;
}

#search-button {
    position: absolute;
    top: -1px;
    right: 0;
    height: 41px;
    width: 80px;
    font-size: 14px;
    color: #3d3c3c;
    text-align: center;
    line-height: 4px;
    border-width: 0;
    background-color: #49b4f2;
    -webkit-border-radius: 0px 15px 15px;
    -moz-border-radius: 0px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
}


/* Search 2 */
.search__ {
    font-size: 8.5px;
    font-family: Roboto, sans-serif;
    margin: 0;
    place-items: center;
  }

  @media (max-width: 768px) {
    .c-formContainer .c-form {
        width: 35em !important;
      }
      .search__ {
        margin-top: 20% !important;
      }
      .c-formContainer, .c-form, .c-form__toggle {
        width: 0em !important;
      }
      .menu_c_pc_ {
        display: none !important;
      }
      .header_css{
        margin-top: -50px !important;
      }
      .header_cart_logo{
        margin-top: -50px !important;
      }
      .header-middle {
        padding-bottom: 15px !important;
      }
      .logo_prn_ {
        margin-left: 0% !important;
      }
  }
  
  .c-formContainer .c-form {
    width: 60em;
  }

  .c-formContainer .c-form__input,
  .c-formContainer .c-form__buttonLabel {
    transition: 0.2s 0.1s;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  
  .c-formContainer,
  .c-form,
  .c-form__toggle {
    width: 20em;
    height: 5em;
  }
  
  .c-formContainer {
    /* position: relative; */
    font-weight: 700;
  }
  
  .c-form,
  .c-form__toggle {
    position: absolute;
    border-radius: 1.5em;
    background-color: #ffffff;
    transition: 0.2s;
  }
  
  .c-form {
    left: 50%;
    transform: translateX(-50%);
    padding: 0.625em;
    box-sizing: border-box;
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
  }
  
  .c-form__toggle {
    color: #ff7b73;
    top: 0;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-form__toggle::before {
    font-size: 1.75em;
    content: attr(data-title);
  }
  
  .c-form__input,
  .c-form__button {
    font: inherit;
    border: 0;
    outline: 0;
    border-radius: 0.8em;
    box-sizing: border-box;
  }
  
  .c-form__input,
  .c-form__buttonLabel {
    font-size: 1.5em;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    transition: 0s;
  }
  
  .c-form__input {
    color: #ffcccc;
    height: 100%;
    width: 100%;
    padding: 0 0.714em;
  }
  .c-form__input::placeholder {
    color: currentColor;
  }
  .c-form__input {
    color: #454545;
  }
  .c-form__input + .c-form__buttonLabel {
    color: #ffffff;
  }
  .c-form__input + .c-form__buttonLabel::before {
    pointer-events: initial;
  }
  
  .c-form__buttonLabel {
    color: #ffaea9;
    height: 100%;
    width: auto;
  }
  .c-form__buttonLabel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: pointer;
  }
  
  .c-form__button {
    color: inherit;
    padding: 0;
    height: 100%;
    width: 5em;
    background-color: #b3b3b3;
    /* background: linear-gradient(90deg, rgb(73, 180, 242) 0%, rgb(255, 114, 114) 35%, rgb(73, 180, 242) 100%); */
  }