﻿
.img-product-list {
    width:150px!important;
    height:150px!important;
    object-fit:contain!important;
}

.img-quote-list {
    width: 75px !important;
    height: 75px !important;
}

.member-img { 
    min-width:300px!important;
}

.mt-5 {
    margin-top: 1rem !important;
}

#mainImage { 
    max-height:400px;
    max-width:400px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: contain!important;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    padding: 5px;

}
.thumbnail.active {
    border-width: thin;
    border-style: solid;
}

.product-image {
    max-height: 400px;
    object-fit: cover;
}

#product-images { 
    padding-top:25px;
}

.toggle-btn {
    background-color: ghostwhite !important;
    color: dimgrey !important;
    border-color: gray;
    margin: 2px !important;
}

.toggle-btn.active{
    background-color:dodgerblue!important;
    color:white!important;
}

.filter-group 
{
    text-align: left;
}
.k-pager-info{
    display:inherit!important;
}

.k-grid-content {
    max-height: 800px;
}

.k-multiselect.k-input.k-input-solid.k-input-sm.k-rounded-md { 
    max-height:30px!important;
}

.blue { 
    color:blue!important;
}

.darkslategrey {
    color: darkslategrey!important;
}

.card-img-top { 
    width:280px!important;
    height: 280px!important;
    position:relative!important;
}

.card.product.k-listview-item { 
    margin:10px!important;
    width:280px!important;
    height:500px!important;
}

.form-floating>label { 
    left:2px!important;
}

.search-criteria-list {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    border-width: thin;
    border-color: black;
    border-right-style: dotted;
    /*border-left-style: dotted;*/
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: darkgray;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: darkgray;
    }