.am-tyre-search__products {
    font-size: 14px;
}
.am-tyre-search__products H5, .am-tyre-search__products H2 {
    line-height: 1.4;
    font-size: 1.125em !important;
    display: inline;
}
.am-tyre-search__products .textLink {
    color: #222;
}
.am-tyre-search__products .has-tip {
    border: 0;
}
.am-tyre-search__card {
    border: 1px solid #dddddd; padding: 10px;
    margin-bottom: 14px;
}
.am-tyre-search__card BUTTON {
    margin-bottom: 0px;
}
.am-tyre-search__card_action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.am-tyre-search__card_action BUTTON {
}
.am-tyre-search__card_action A.button {
    margin: 0px 0px 0px 15px;
}
.am-tyre-search__card_action BUTTON {
}
.am-tyre-search__card_action H5 {
    margin: 0px;
}

.am-tyre-search__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .am-tyre-search__card IMG {
        max-height: 120px;
    }
}

.am-modal-body {
  overflow: hidden;
}
.am-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.30);
  z-index: 50000;
}
.am-modal > DIV {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    width: 100%;
    height: 100%;
}
.am-modal > DIV > DIV {
/*
    margin-left: 10px;
    margin-right: 10px;
*/
}
.am-modal__content {
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.am-modal__content .row {
    margin: 0;
}
.am-modal__header {
    background-color: #111111; 

    box-sizing: border-box;
    height: 56px;
    padding: 0px 10px;


    color: white;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.am-modal__header DIV {
    padding: 0 10px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.am-modal__header A {
    color: white;
    text-decoration: none;
}

.noUi-handle {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
