.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e5621b !important;
  border-color: #d58512 !important;
}

.oldprice {
  padding-left: 2px;
  text-decoration: line-through;
  color: black;
  font-size: small;
  vertical-align: text-top;
}

.popup-info {
    width: 150px;
    height: auto;
    display: block;
    right: 0;
    top: -85px;
    border-radius: 5px;
    padding: 10px !important;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    display: none;
    position: absolute;
}
.checkout-holder .pay-method .rembourtel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  align: right;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkout-holder .pay-method.checked .rembourtel {
  height: 60px;
  opacity: 1;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reisbestemming {
  margin-bottom : 10px;
}

.top_menu_bar {
  margin-bottom : 10px;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}
