span {cursor:pointer; }
input[type="text"] {
    
}
input.demo {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 7px;
}
input.new {
  background-color: transparent;
  color: #323232;
  border: 0;
  text-align: center;
  width: 10%;
}
span.pa_2 {
  font-size: 13px;
    color: #fff;
    position: relative;
    top: -23px;
}
span.pa_3 {
  display: block;
    color: #fff;
    font-size: 24px;
}
span.plane {
  font-size: 19px;
  color: #c5a477;
}
span.separator {
  display: flex;
  align-items: center;
  font-size: 27px;
}
.title {
  display: flex;
    justify-content: space-between;
    font-size: 38px;
}
.gold {
  color: #c5a477;
    position: relative;
    top: -22px;
}
.c {
  width: 30%;
  margin: 0 auto;
}
.minus, .plus{
    width: 25px;
    height: 25px;
    background: #c5a477;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
 .b {
   margin-top: 20px;
   margin-left: 29px;
 }
.mt {
    margin-top: 20px;
}
.ui.input {
    width: 100%;
    border: 0;
}
.ui.input input {
    border: 0;
    border-radius: 0px;
    background-color: #fff;
    color: #fff;
}
::placeholder {
    color: #999999 !important;
}
.ui.icon.input>i.icon:not(.link) {
    color: #fff;
}
.ui.bottom.left.popup {
    font-size: 15px !important;
}
.mb {
    margin-bottom: 20px;
}
select option .active {
  color: #c0392b;
  background: #fff !important;
}


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: none;
  width: 100%;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-color: #323232;*/
  background-color: #fff;

  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #827e7e transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  /*background-color: #323232;*/
  background-color: #fff;

}
.select-styled:active, .select-styled.active {
  /*background-color: #323232;*/
  background-color: #fff;
  
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #c5a47e transparent;
}


.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #323232;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 8px;
  border-top: 1px solid #444444;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #e1e1e1;
  background: #c5a47e;
}
.select-options li[rel="hide"] {
  display: none;
}

    @media (max-width:500px) {
      .c {
        width: 67%;
        margin: 0 auto;
    }
    span.pa_2 {
      font-size: 10px;
    }
    }