.title-md {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.text-theme-xs,
.text-theme,
.text-theme-sm,
.text-theme-lg {
    margin: 0;
}

.title-2-xl.hr-left:after,
.title-xl.hr-left:after,
.title-lg.hr-left:after,
.title-md.hr-left:after,
.title-sm.hr-left:after,
.title-xs.hr-left:after {
    display: block;
    width: 60%;
    height: 3px;
    margin-top: 12px;
    content: '';
    background-color: #34495e;
}

.input-group.shop-item {
    width: 170px;
}

.form-control {
    -webkit-transition: none;
            transition: none;
    border-radius: 0;
    box-shadow: none;
}

.ul-glyphicon .glyphicon {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control-feedback-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 25px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}