<style>

body {
}

.selectsize {
  max-width: 100%;
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
  border: 0 solid #000;
}

.selectsize > li {
  padding: 0 2%;
  display: inline-block;
  margin: 0;
  border: 0 solid #000000;
  text-align: center;
  margin: 0;
}

.selectsize > li input {
  display: none;
  visibility: hidden;
  text-align: center;
}

.selectsize > li label {
  cursor: pointer;
  border: 0.1vw solid #000;
  border-radius: 0.5vw;
  /* width: 2.5vw; */
  min-width: 2.5vw;
  /* height: 1.75vw; */
  display: inline-block;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1vw;
  font-weight: Normal;
  margin: 0;
  padding: 15% 10%;
  line-height: 100%;
}

.selectsize > li input:checked + label {
  background: #000000;
  color: #FFFFFF;
  border: 0.1vw solid #000000;
  display: inline-block;
}

.textbox-profile {
  border: 0.1vw solid #d2d2d2;
  height: 2vw;
  width: 25vw;
  font-size: 1.25vw;
  font-family: 'Poppins', sans-serif;
  padding: 2%;
  margin: 2% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.textbox-cart {
  border: 0.1vw solid #d2d2d2;
  height: 1.75vw;
  width: 15vw;
  font-size: 1.25vw;
  font-family: 'Poppins', sans-serif;
  padding: 1%;
  margin: 0.5% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.textbox-cart-coupon {
  border: 0.1vw solid #d2d2d2;
  height: 1.5vw;
  width: 7.5vw;
  font-size: 1vw;
  font-family: 'Poppins', sans-serif;
  padding: 0.5%;
  margin: 0.5% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.form_lbl {
	display: inline-block; position: relative; background: #343d46; color: #fff; font-size: 1.01vw;line-height: 100%; padding: 0.5% 1%; cursor: pointer;
}

@media screen and (max-width: 899px) {
 


  .selectsize > li label {
    border-radius: 1.5vw;
    min-width: 7.5vw;
    font-size: 3vw;
    padding: 10% 5%;
  }

  .textbox-profile {
    border: 0.1vw solid #d2d2d2;
    height: 6vw;
    width: 75vw;
    font-size: 3.5vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }

  .textbox-cart {
    border: 0.1vw solid #d2d2d2;
    height: 5.25vw;
    width: 45vw;
    font-size: 3.5vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }

  .textbox-cart-coupon {
    border: 0.1vw solid #d2d2d2;
    height: 4.5vw;
    width: 22.5vw;
    font-size: 3vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }
  
.form_lbl {
	background: #343d46; color: #fff; font-size: 3vw;line-height: 100%; padding: 1% 2.5%; cursor: pointer;
}
  
}

</style>

