#b2bpup {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  border-radius: 0;
}

#b2bpup h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

#b2btask {
  background: white;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  margin: 20px auto;
  width: 100%;
  max-width: 1000px;
  padding: 32px 6% 44px;
  z-index: 10000002;
  position: relative;
  border-radius: 2px;
}

#b2btaskclose {
  position: relative;
  top: 0;
  right: 5px;
  font-size: 40px;
  color: silver;
  line-height: 100%;
  cursor: pointer;
  transition: all 1s ease 0s;
}

#b2btaskclose:hover {
  color: gray;
}

.b2bstartt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#b2btask input,
#b2btask input:focus {
  display: inline-block;
  height: 45px;
  text-align: left;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 1px solid #dadada !important;
  border-radius: 8px;
  color: black;
  font-size: 15px !important;
  margin: 3px;
  background: white !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
}

#b2btask input:focus {
  border: 1px solid #161A41 !important;
}

#b2btask select.browser-default {
  display: inline-block;
  height: 45px;
  text-align: left;
  padding: 5px 14px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 8px;
  color: black;
  font-size: 16px !important;
  background: white !important;
  margin: 2px;
  width: 100%;
}

.b2bheader {
  font-size: 20px;
  line-height: 26px;
  margin: 30px 0 0px;
  padding-top: 20px;
  text-align: center;
  border-top: solid 1px;
}

.b2bproduct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 2px -20px;
  padding: 16px 24px;
}

.b2ballprice {
  font-size: 26px;
  padding: 5px;
  margin: 3px;
}

#b2bnum {
  width: 100px;
}

.b2bproduct select.browser-default {
  width: 250px;
  background: white !important;
}

.b2bdel {
  color: white;
  background: red;
  width: 20px;
  padding: 3px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  cursor: pointer;
  border-radius: 50%;
}

.b2badd {
  font-size: 16px;
  margin: 10px 0 40px;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  color: #FFF;
  text-align: center;
  background: #57bd50;
  box-shadow: 0 4px 15px rgb(111 243 127 / 38%);
}

.b2badd span {
  display: inline-block;
  text-align: center;
  line-height: 100%;
  width: 18px;
  padding: 8px 0;
  border-radius: 50%;
  font-weight: bold;
}

.b2brekviz,
.b2brekviz:focus {
  display: block;
  width: 100%;
  padding: 8px 16px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: black;
  font-size: 16px !important;
  margin: 3px;
  min-height: 100px;
  background: white !important;
  border: 1px solid silver !important;
}

.b2brekviz:focus,
select:focus {
  outline: none;
  border: 1px solid #161A41 !important;
}

#b2bdate {
  max-width: 200px;
}

.b2bdatewr {
  max-width: 210px;
}

.b2bdatewr input {
  display: block;
  max-width: none !important;
}

.b2bdatelabel {
  font-size: 11px;
  margin-left: 4px;
}

.b2bsend {
  cursor: pointer;
  border: none;
  color: white;
  font: 700 18px/24px "Raleway", Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding: 18px 34px;
  background-color: #0123E4;
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px rgb(1 35 228 / 30%);
  box-shadow: 0px 10px 30px rgb(1 35 228 / 30%);
  margin-top: 30px;
  transition: all .2s ease-in;
}

.b2bsend:hover,
.b2bsend:focus {
  background-color: #2041FE;
}


@media screen and (min-width: 800px) {
  .b2bproduct {
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 10px 0;
    margin: 4px -2px;
  }

  .b2bdel {
    max-width: 24px;
    height: 24px;
    flex: 1 1 100%;
    font-size: 20px;
    line-height: 17px;
    margin-left: 40px;
    transition: all .2s ease-in;
    position: relative;
  }

  .b2bdel::before {
    content: '';
    position: absolute;
    left: -16px; top: -16px; right: -16px; bottom: -16px;
  }

  .b2bdel:hover {
    transform: scale(1.3);
  }

  .b2bstartt {
    flex-direction: row;
  }

  #b2btask {
    padding: 40px 4% 64px;
    margin-top: 40px;
  }

  #b2bpup h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .b2bproduct .b2binp1.step3 {
    max-width: 116px;
  }

  #b2btask input, #b2btask input:focus {
    height: 54px;
    padding: 12px 20px;
    font-size: 17px !important;
  }

  #b2btask select.browser-default {
    height: 54px;
    margin: 4px;
    min-width: auto;
    width: 100%;
    flex: 1 1 100%;
    max-width: 268px;
  }

  .b2bsend {
    font-size: 18px;
    padding: 22px 34px;
  }

  .b2bdatewr #b2bdate {
    max-width: 190px !important;
  }

  .b2bdatewr {
    max-width: 410px;
    display: flex;
    align-items: center;
  }

  .b2bdatelabel {
    margin-left: 12px;
  }

  .b2binp1.step3 {
    flex: 1 1 30%;
  }

  .b2ballprice {
    margin-left: 20px;
    flex: 1;
  }
}