﻿/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.gallery-prev, .gallery-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: #26bff1;
  border-radius: 50% !important;
}

.gallery-next {
  right: 0;
}

.gallery-prev:hover, .gallery-next:hover {    
    background-color: rgb(38, 191, 241, 0.6);
    color: #fff;
}

#productSliderThumbnails{
    max-height:500px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 0.4rem;
    position: relative;
    text-align: center;
}

#productSliderThumbnailsContainer{
    position: relative;
    padding: 1em 0;
}

.gallery-scroll-down-btn{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index:5;
    background-color: #dddddd;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
}

.gallery-scroll-up-btn{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index:5;
    background-color: #dddddd;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
}

#productSliderThumbnails img{
    width: 5rem !important;
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem;
}

#galleryColourFilter {
    float: left;
}

#galleryColourFilter img {
    width: 5rem !important;
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem;
    margin-right: 0.4rem;
}

#viewAllColours {
    width: 5rem !important;
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    background-color: transparent;
    color: #26bff1;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem;
    margin-right: 0.4rem;
    height: 80px;
    transition: 0.6s ease;
    font-weight: bold;
    text-align: center;    
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
}

#viewAllColours:hover {
    background-color:#eaeaea;
}

#selectAllColours {
    width: 5rem !important;
    padding: 0.625rem;
    border: 3px solid;
    border-color: transparent;
    background-color: #26bff1;
    color: #fff;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem;
    margin-right: 0.4rem;
    height: 80px;
    transition: 0.6s ease;
    font-weight: bold;
    text-align: center;    
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
}

#selectAllColours:hover {
    background-color: #26bff1b3;
}

.active-thumbnail{
    border: 3px solid #5bcd91!important;
}

.active-colour-group{
    border: 3px solid #5bcd91!important;
}

/* Gallery Modal */
.gallery-modal-main-img{

}

.gallery-modal-display-images img{
    width: 8rem !important;
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    margin-right: 0.4rem;
}

.gallery-modal-filter-images img{
    width: 5rem !important;
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    cursor: pointer;
    border-radius: 0.4rem;
    margin-right:0.4rem;
    margin-bottom:0.8rem;
}

.gallery-modal-filter-images .image-block{
    margin-bottom: 1rem;
    margin-right: 0.4rem
}

.gallery-modal-active-filter{
    border: 3px solid #5bcd91!important;
}

.gallery-modal-active-display-image{
    border: 3px solid #5bcd91!important;
}

.zoom-container{
    padding: 0.625rem;
    border: 1px solid #eaeaea;
    border-radius: 0.4rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.cancel-zoom{
    cursor: pointer;
}