.color-switch-wrapper {
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.color-switch-main{
    padding: 0;
}

.color-switch-main img{
    width: 100%;
}

.color-switch-thumb img{
    width: 100%;
}
.color-switch-thumb{
    padding: 0px;
}

.color-switch-main{
    position: relative;
}

.main-title a {
    background: rgba(0,0,0,.6);
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
}

.color-thumb{
    padding: 2px;
}

.color-switch-row {
    padding: 15px;
    background-color: #e9e7e7;
    height: 518px;
    overflow-y: auto;
}

.color-switch-row p{
    padding-bottom: 9px;
    text-align: center;
}

.color-thumb:hover{
    padding: 0px;
    box-shadow: 2px 2px 4px #605e5e;
}

/* width */
.color-switch-row::-webkit-scrollbar {
    width: 5px;
    padding-right: 5px;
  }
  
  /* Track */
.color-switch-row::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 10px;
  }
   
  /* Handle */
.color-switch-row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    display: none;
  }
  
  /* Handle on hover */
.color-switch-row::-webkit-scrollbar-thumb:hover {
    background: #252525; 
    display: initial;
    
  }
  
  
.color-switch-main .views-row .field-content > div{
    display: none;
}
.color-switch-main .views-row .field-content > div.active {
    display: block;
}

@media only screen and (max-width: 768px)  {
  .color-switch-row {
    height: 160px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px){
  .color-switch-row {
    height: 270px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .color-switch-row {
    height: 422px;
  }
}
