﻿img {
    object-fit: contain;
}

.paddingFeaturedProducts {
    margin-top: 26px;
}
.paddingProducts {
    margin-top: 32px;
}

.imageSize {
    /*height: 161px;*/
}
.imageSingle {
    /*height: 350px;*/
}

.crop {
    height: 336px;
    width: 400px;
    overflow: hidden;
}

.crop img {
    height: auto;
    width: 400px;
}

.img300 {
    width: 300px !important;
    height: 240px !important;
}

@media screen and (max-width: 577px) {
    .product-thumb.crop { height: 100%; }
}
@media screen and (max-width: 766px) {
    .crop img {
        height: 75%;
        width: 400px;
    }
}

.selectedCategory {
    font-weight: bold;
    color: black;
}

.product-carousel {
    height: 70% !important;
    overflow: hidden;
}

.product-card .product-thumb {
    padding-top: 46px;
}

.product-thumbnails {
    height: 30% !important;
}

.product-thumbnails li a{
    max-height: 100px;
}

.product-gallery-size {
    width: 555px;
    height: 540px;
    overflow: hidden;
}

.imgSize {
    width: auto !important;
    max-height: 340px !important;
}

.ulMultiColumns {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 100%;
}

.ulMultiColumns li {
    margin-right: 100px;
}

.custom-style-card {
    min-height: 200px;
    max-height: 215px;
}
.labelx2 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warningx2 {
    background-color: #f0ad4e;
}

.label-successx2 {
    background-color: #5cb85c;
}

.label-dangerx2 {
    background-color: #b86a5c;
}
