.qty-input {
  font-size: small;
  align-self: center;
}
.qty-add-minus {
  color:#FC7246;
  font-size: large;
  cursor: pointer;
}
.text-discount {
  font-weight: 500;
  color: #EB5757 !important;
}
.input-Pay9-delivery {
  background: #f2f2f2;
  border-color: #f2f2f200;
  border-radius: 12px;
}
@media (min-width: 1281px) {

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

input[type='radio'], input[type='checkbox'] {
  transform: scale(1.5);
  padding: 10px;
}

.round {
  position: relative;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10%;
  cursor: pointer;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}


.round input[type="checkbox"]:checked + label {
  background-color: #F23795;
  border-color: #F23795;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}