.banner--normal {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    max-width: 100%;
    position: relative;
    background-position: 50% 50%;
}
.banner__text--normal {
    padding: 2em 0em 0em 2em;
    font-size: 3em;
    color:white;
    text-shadow: 2px 2px #272727;
}
.banner__text--normal::after {
    content: '';
    height: 0.1em;
    width: 2em;
    background-color:white;
    display: block;
    box-shadow: 2px 2px #272727;
    position: relative;
    top: 10px;
}
.content__margin--05em {
    margin: 0.5em 0.5em 0.5em 0.5em;
}
.content__margin--2em {
    margin: 2em 2em 2em 2em;
}
.content__margin--3em {
    margin: 3em 3em 3em 3em;
}
.content__margin_side--3em {
    margin: 0em 3em 0em 3em;
}
.content__car_box--normal {
    width: 300px;
    height: 405px;
    margin: 1.5em 3em 2em 2em;
    position: relative;
    float: left;
}
.category_title,
.category_subtitle {
    clear: both;
}
.content__car_box_picture--normal:hover .content__car_box_over_button {
    opacity: 1;
    margin-top: 0px;
}
.content__car_box_picture--normal {
    display: block;
    background-position: center;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    max-width: 100%;
    position: relative;
    margin-top: 20px;
}
.content__car_box_text--center {
    text-align: center;
}
.content__car_box_text--small {
    font-size: small;
}
.content__car_box_text--larger {
    font-size: larger;
}
.content__car_box_text--bold {
    font-weight:bold;
}
.content__car_box_text--margintop05em {
    margin-top: 0.5em;
}
.content__car_box_text--margin {
    margin: 5em 0.5em 0.5em 0.5em;
}
.content__car_box_text--margin1em {
    margin: 1em 1em 1em 1em;
}
.flexbox--displayinline {
    display: inline-flex;
}
.flexbox--displayflex {
    display: flex;
}
.flexbox--rowwrap {
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 5%;
}
.segment__div_text--center {
    text-align: center;
}
.flexbox--20p {
    width: 20%;
}
.flexbox--justifycontentcenter {
    justify-content: center;
}
.div__border_bottom--grey {
    border-bottom: 5px solid gray;
}
.div__padding_bottom--2em {
    padding-bottom: 2em;
}
.div__border_bottom-red {
    border-bottom: 8px solid red;
}
a {
    color: gray;
    text-decoration: none;
}
.a__text--red {
    color: red !important;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.filter__item { 
    flex: 1; 
    color: white;
    text-align: center;
}
.filter__item:not(:first-child) {
    margin-left : 1%;
} 
.filter__item:not(:last-child) {
    margin-right : 1%;
} 
.filter__container { 
display: flex;
width: 100%;
}
.margin__top--3em {
    margin-top: 3em;
}
.margin__left--3em {
    margin-left: 3em;
}
.margin__right--3em {
    margin-right: 3em;
}
.margin__bottom--1em {
    margin-bottom: 1em;
}
.margin__bottom--4em {
    margin-bottom: 4em;
}
.filter__select {
    color:black;
    font-weight: bold;
    font-size: small;
  }
  .clear_filter {
    color:black;
    font-size: small;
    background-color: #e9ecef;
    border-radius: 15px;
    padding: 3px;
    display: none;
  }
  .midheader__text--underline {
    text-decoration: underline;
  }
  .midheader__text--xlarge {
      font-size: x-large;
  }
  .midheader__text--paddingleft1em {
      padding-left: 1em;
  }
  .midheader__text--gray {
      color: lightgray;
  }
  .content_message_wrapper {
      padding-top:2em;
      text-align: center;
  }
  .content_message_child {
      padding: 0.5em;
  }
  .content_message_last_child {
      padding-bottom: 2em;
  }
  .pagination_flex {
      padding-bottom: 1em;
      display: flex;
      justify-content: flex-end;
  }
  .div__per_page {
      width: 13em;
      margin-left:auto;
  }
  .div__naviguation_page {
    margin-left:auto;
}
.content__car_box_over_button {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	margin-top: 30px;
	transition: ease all .3s;
}
.hot_tag {
    text-align: right;
    z-index: 1;
    width: 100%;
    position: absolute;
}
.over__button_child {
    margin: 0 5px;
}
.over__button_child_list {
    margin: 0 5px;
    background: rgb(108, 117, 125);
    border-color: rgb(108, 117, 125);
    color: white;
}
.badge__inStock {
    border-color: rgb(108, 117, 125);
}
.slick-track {
    height: 200px;
}
.div__slick {
    background-size: contain;
}
.slick-arrow.slick-next::before {
    font-weight: 900;
	content: "\f054";
    opacity: 0.5;
}
.slick-arrow.slick-prev::before {
    font-weight: 900;
	content: "\f053";
    opacity: 0.5;
}
.slick-arrow::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    color: #1c61c2 !important;
    opacity: 0.7;
}
.slick-prev, .slick-next {
    transform: translateY(50%) !important;
}

.slick-next {
    right: -20px !important;
    z-index: 2;
}

.slick-prev {
    left: -20px !important;
    z-index: 2;
}

.no-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width:768px)  {
     .filter__container {
         flex-direction: column;
     }
     .filter__item {
         margin: 0 !important;
         padding-top: 5px;
         padding-bottom: 5px;
     }
     #content_flexbox_car_list {
        justify-content: center;
     }
     .banner--normal {
            height: auto;
     }
     .content__car_box--normal {
        width: 300px;
        height: 425px;
        margin: 1.5em 3em 2em 0em;
        position: relative;
    }
    .banner__text--normal {
        padding: 1em 1em 1em 1em;
        font-size: 3em;
        color:white;
        line-height: 1em;
    }
    input[type=search]#search_bar::placeholder {
        font-size: 80%;
    }
}
@media (min-width:769px) and (max-width:1024px)  { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
}


.content__car_box--normal > a {
    pointer-events: none !important;
}