.card .badge.price
{
    float:right;
    font-size:100%;
}

.logo img
{
    /*width:100%;*/
    max-width:200px;
    max-height: 78px;
}

.copyright img
{
    max-height: 23px;
    border-radius: 1rem;
    padding: 0.2rem;
}
.copyright .seperator
{
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;    
}

.select2-container--default .select2-selection--single .select2-selection__clear
{
	display:none;
}
.hidden
{
	display:none;
}

p.short-description
{
	text-align:justify;
}

.labeled-img img
{
    vertical-align: middle;
    border-style: none;

}
.labeled-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.labeled-img label {

    display: inline-block;
    color: white;
    font-weight: 400;
    margin-bottom: initial;
    
    position: absolute;
    pointer-events: none;
    font-size: 23px;
}

.labeled-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s;
    opacity: 1;
}
.labeled-img img:hover {
    opacity: 0.8;
}
