.suggestions-wrapper{
    display: flex !important;
}
.photoBlock .carousel-indicators{
    display: flex;
    justify-content: left!important;
    margin-left: 0;
    overflow-x: scroll;
    margin-right: 0;
    padding-bottom: 1rem;
}

.photoBlock .carousel-indicators.row div{
    box-shadow: none;
    border: 4px solid transparent;
}

.carousel-indicators::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}
.carousel-indicators::-webkit-scrollbar-track {
    background-color: #eee;
    box-shadow:inset 0 0 1px #ccc;
    border-radius: .25rem;
}
.carousel-indicators::-webkit-scrollbar-thumb {
    background-color: #ddd;
    box-shadow:inset 0 0 1px #aaa;
    border-radius: .25rem;
}


.photoBlock .carousel-indicators div.active{
    border: 4px solid #eee;
    border-radius: 4px !important;
}

.productPrice,
.itemprice{
    font-size: 2rem;
    color: var(--dark);
    font-weight: 600;
}
.productHeader{
    color: var(--dark);
    font-size: 1.4rem;
    font-weight: 600;
}

.fancybox-bg{
    background: #fff !important;
    opacity: 1 !important;
}

.discountPrice{
    font-size: 1.2rem;
    color: var(--danger);
}

.labelProductBlock{
    padding: 0 15px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}
.thumbButtons{
    width: 100%;
    margin: 0px!important;
    text-align: center;
    display: block;
    color: #ccc;
}

.thumbs{
    position: relative;
    padding: 0!important;
    margin: 0!important;
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
}

.thumbs li{
    list-style-type: none;
    cursor: pointer;
}

.thumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
}
    
.thumbs::-webkit-scrollbar-track {
    width: 0;
    height: 0;
}
    
.thumbs::-webkit-scrollbar-thumb {
    width: 0;
    border-radius:.5rem;
    background-color: #eee;
}
#scrollTopThumb{
    border-radius: .25rem .25rem 0 0;
    border-bottom: 0!important;
}
#scrollBottomThumb{
    border-top: 0  !important;
    border-radius: 0 0 .25rem .25rem;
}

#scrollBottomThumb,
#scrollTopThumb
{
    background: transparent!important;
    opacity: 0.5;
    display: none;
    color: #222;
    transition: 0.4s;
    outline: none!important;
    border: none!important;
}

#scrollBottomThumb:hover,
#scrollTopThumb:hover{
    opacity: 1;

}

#scrollBottomThumb[disabled="disabled"],
#scrollTopThumb[disabled="disabled"]{
    color: #ccc;
}


.goBack{
    color: var(--dark);
    cursor: pointer;
}
.goBack:hover{
    color: var(--darkHover);
}


@media(max-width:1024px){
    .photoBlock .carousel-indicators{
        display: flex;
        justify-content: center!important;
        margin-left: 0;
        overflow-x:hidden;
        margin-right: 0;
        padding: 0;
    }
    .photoBlock .carousel-indicators li{
        width:8px;
        height:8px;
        background-color: #aaa;
        border:none;
        border-radius: 100%;
        margin: 0 3px;
        padding:0;
    }

}