  /* popup design css */
  .maincontainer {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: #000000cf;
      color: black;
      /* through z index we avoid overlap */
      z-index: 1111;
      display: none;
      top:0;
  }

  .popupcontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popupblock {
    position: absolute;
    background-color: white;
    max-width: 1000px;
    width: 100%;
    margin: 5%;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .eosh-crossButton {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: white;
      position: absolute;
      top: -20px;
      right: -20px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
  }

  .crossimage {
      color: white;
      max-width: 100%;
      width: 15px;
  }

  .eosh-ProductTitleHeader {
      text-align: left;
      width: 60%;
  }

  .total {
      width: 15%;
  }

  .table {
      width: 100%;
      border-collapse: collapse;

  }

  .table td {
      vertical-align: top;
      padding: 15px 15px;
  }

  .imagecontainer {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-between;


  }

  .img {
      width: 48%;
  }

  .dropdowncontent {
      width: 48%;
      display: flex;
      flex-direction: column;
  }

  .mainimage {
      max-width: 100%;
  }

  .productImage {
      max-width: 100%;
  }

  .table tr th {
      border-bottom: 1px solid #00000033;
      text-align: left;
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px;

  }

  .eosh-ProductTitle {
      font-size: 23px;
      font-family: sans-serif;
      margin: 0px 0px 0px 0px;
      font-weight: 600;
  }

  .body {
      padding-top: 17px;
  }

  .eosh-ProductTitle:after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      background-color: #7c7c7c;
      margin-top: 1px;
  }
  .form {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }

  #option1Section, #option2Section, #option3Section {
    width: 50%;
}

  #labelDropDown2 {
      font-size: 20px;
      font-weight: 600;
      display: block;
  }

  .dropDowns {
      width: 100px;
      font-size: 15px;
      padding: 10px 10px 10px 10px;
      font-weight: 600;
      background-color: #d3d3d375;
      appearance: auto;
      background-repeat: no-repeat;
      background-size: 10px;
      background-position-x: 93%;
      background-position-y: center;
      border: 1px solid #000000;
  }

  .pink {
      background-color: skyblue;


  }

  .white {
      background-color: white;

  }

  #labelDropDown1 {
      font-size: 20px;
      font-weight: 600;
      display: block;
  }

  #labelDropDown3 {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

  .button {
      display: flex;
      flex-direction: row;
  }

  .update {
      width: auto;
      white-space: nowrap;
      display: inline-block;
      border: 1px solid;
      cursor: pointer;
      font-size: 17px;
      padding: 10px 10px 10px 10px;
  }

   #eosh-changeBtn {
      cursor: pointer;
      font-size: 17px;
      padding: 10px 10px 10px 10px;
  }

  .cancel {
      width: auto;
      white-space: nowrap;
      display: inline-block;
      border: 1px solid;
      cursor: pointer;
      margin-left: 10px;
      font-size: 17px;
      padding: 10px 10px 10px 10px;
  }

  .one .popup-price {
      display: inline-flex;
      flex-direction: row;
      border: 1px solid;
      justify-content: space-between;
      width: 100px;
      padding: 10px 10px 10px 10px;

  }

  .one .popup-price button {
      background-color: transparent;
      cursor: pointer;
      border: 0px;
      outline: none;
      padding: 0;
      margin:0;
  }

  .one .popup-price input {
      width: 30px;
      text-align: center;
      border: 0px;
      background-color: transparent;
      outline: none;
      padding:0;
      margin: 0;
      height: auto;
  }

  .table_container {
    width: 100%;
  }

  .ones {
      display: flex;
      flex-direction: row;
      font-size: 20px;
      border: 0;
  }

  #eosh-price {
      margin: 0px auto 0px 0px;
      font-size: 16px;
      line-height: 24px;
  }
     /* survey portion css start*/
    .inner_container {
        width: 100%;
    }

    .eosh-survey-question {
        margin-right: 30px;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

  .survey-heading {
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    vertical-align: top;
    display: flex;
    color: #1F2021;
    margin-bottom: 15px;
    width: 100%
  }

  .note-heading {
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    vertical-align: top;
    display: flex;
    color: #1F2021;
    margin-bottom: 15px;
  }

  .option {
    line-height: 22px;
    vertical-align: Top;
    color: #1F2021;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    margin-right: 10px
  }

    .inputt {
        width: 15px !important;
        height: 15px;
    }

  #Cart-note {
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  }

  .eosh-message {
    line-height: 18px;
    align-items: center;
    vertical-align: top;
    display: flex;
    margin-top: 10px;
  }
  /* survey portion css end*/

  @media screen and (min-width:200px) and (max-width:767px) {
      .eosh-ProductTitle {
          font-size: 16px;
          padding-top: 15px;
      }

      #labelDropDown2 {
          font-size: 16px;
          width: 50%;
      }

      .table td {
          padding: 10px;
      }

      .popupblock {
          padding: 10px;
          width: auto;
          max-width: min-content;
      }

      thead {
          display: none;
      }

      td {
          display: block;
      }

      .imagecontainer {
          flex-wrap: wrap;
      }

      .productImage {
        max-width: 35%;
        display: flex;
        margin: 0 auto;
        }

      .img {
          width: 100%;
      }

      .dropdowncontent {
          width: 100%;
          align-items: flex-start;
      }

      #eosh-price-mobile #eosh-price {
          margin: 10px 0px 0;
          font-weight: 800;
      }

      .eosh-crossButton {
          width: 30px;
          height: 30px;
          top: -17px;
          right: -17px;
      }

      #labelDropDown1 {
          font-size: 16px;
          line-height: 22px;
          width: 50%;
      }

      #labelDropDown3 {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0px 0;
        width: 50%;
    }

      .dropDowns {
          font-size: 14px;
          line-height: 20px;
          padding: 8px 10px;
      }

      .form {
        margin: 10px 0 0;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        flex-direction: row
      }

      .one .popup-price {
          width: 100px;
      }

      .ones {
          justify-content: center;
      }

      .mbl_row>div {
          padding-right: 15px;
          margin-top: 15px;
      }

      .mbl_row .button {
          width: 100%;
          margin-top: 15px;
      }
      .desktop_price, .desktop_quantity {
        display: none
    }
  }

  @media screen and (min-width:768px) and (max-width:999px) {
      .popupblock {
        padding: 10px 10px;
        width: auto;
        height: auto;
      }

      .form {
        margin: 10px 0 0;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
      }

      .table td {
          padding: 10px;
      }

      .eosh-ProductTitle {
          font-size: 18px;
          line-height: 24px;
      }

      .dropDowns {
          padding: 8px 10px;
      }

      .eosh-ProductTitle:after {
          margin-top: 10px;
      }

      .mobile_price, .mobile_quantity {
        display: none;
    }
  }

  @media (min-width: 1000px) {
    .mobile_price, .mobile_quantity {
        display: none;
    }
}

/* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 
