.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{
    margin-top:.75rem!important;
    color: var(--dark);
    font-size: 1.5rem!important;
    font-weight: 600;
    margin-bottom:0!important;
}
@media (min-width:992px) {
    .productHeader{
        margin-bottom:8px!important;
        margin-top:0!important;
    }
}

.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);
}

.fancybox-product-lens {
    position: absolute;
    z-index: 99997;
    display: none;
    width: clamp(22rem, 42vw, 36rem);
    height: clamp(22rem, 42vw, 36rem);
    border: 2px solid rgba(255,255,255,.96);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
    background-repeat: no-repeat;
    pointer-events: none;
}


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

}

.rating-area .star {
    user-select: none;
    width: 40px;
    padding: 0;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-area .active {
    color: gold;
}
