.tx_jsd_bikeshop .filter_check .badge{
    background-color: #ef7b00;
}

.tx_jsd_bikeshop .filter_range input[type="text"]{
    color: #333;
    font-weight: 300;
    padding: 0.8rem 0.75rem;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0.25rem;
    cursor: inherit;
    pointer-events: none;
}


.tx_jsd_bikeshop .filter_range .range-slider__range {
    background-color: #ef7b00;
}

.tx_jsd_bikeshop .filter_range .range-slider__thumb {
    background-color: #ef7b00;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner{
    display: flex;
    align-items: center;
    min-height: 360px;
    border: 1px solid #ef7b00;
    background-color: rgba(255,255,255,.2);
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner img{
    max-height: 310px;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner img {
    max-width: 100%;
    height: 100%;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-indicators {
    position: static;
    margin-top:20px;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-indicators > li {
  width:100px;
  height: auto;
  padding: 0;
  aspect-ratio: 1/1;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    object-fit: contain;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-indicators li.active img {
    opacity: 1;
}

.tx_jsd_bikeshop.detailpage #bikegallery  .carousel-indicators li:hover img {
    opacity: 0.75;
}

.tx_jsd_bikeshop.detailpage #bikegallery .carousel-item img{
    max-width:80%;
    height: 100% !important;
    max-width: 100% !important;
    width: 100%;
    object-fit: scale-down;
}

@media (min-width: 576px) {
    .tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner{
        min-height: 450px;
    }

    .tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner img{
        max-height: 400px;
        height: 100% !important;
        max-width: 100% !important;
        width: 100%;
        object-fit: scale-down;
    }
}


@media (min-width: 768px) {
    .tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner{
        min-height: 600px;
    }

    .tx_jsd_bikeshop.detailpage #bikegallery .carousel-inner img{
        max-height: 550px;
        height: 100% !important;
        max-width: 100% !important;
        width: 100%;
        object-fit: scale-down;
    }

    .tx_jsd_bikeshop.detailpage #buttons a, .tx_jsd_bikeshop.detailpage #buttons button{
        width: auto!important;
    }
}