.unit-switcher {
  display: none;
  position: relative;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  width: 60px
}

@media (min-width:768px) {
  .unit-switcher {
    display: block;
    float: left;
    margin: 4px 10px 0 20px;
  }
}

.unit-switcher:hover ul {
  display: block
}

.unit-switcher .current {
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: auto 15px;
  background-color: #fff;
  text-align: center;
}

.unit-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  z-index: 399;
  width: 100%;
  top: 0;
  left: 0;
  display: none
}

.unit-switcher ul li {
  margin: 0
}

.unit-switcher ul li:first-child a {
  border-width: 1px;
  border-radius: 5px 5px 0 0
}

.unit-switcher ul li:last-child a {
  border-radius: 0 0 5px 5px
}

.unit-switcher ul li.active a,
.unit-switcher ul li.active a:hover {
  background-color: #d4f5fa
}

.unit-switcher ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: auto 15px;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  border: 1px solid #495057;
  border-top: 0 solid #495057;
  text-align: center;
}

.unit-switcher ul li a:hover {
  background-color: #e9ecef
}

.single-product .singleProductWrapper .productInfo .sizeOptionFields input.input-unit-inch {
  width: 105px;
  padding-right: 38px;
}