html, body {
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    background-color: #fdfdfd !important;
}


.input-group .validationMessage {
    position: absolute;
    top: 37px;
    z-index: 1;
    right: 0;
    max-width: 250px;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}

.validationMessage {
    background-color: #dc3545 !important;
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}




#carousel-main .item-body {
    min-height: 50vh;
}

.item-body .form-check label {
    font-size: 18px;
}

.form-check-input {
    margin-right: 3px;
}

.list-group-item+.list-group-item {
    border-top-width: 1px !important
}

.offcanvas-image {
    background-size: cover;
    height: 30vh;
    background-position: center;
    align-items: start
}

.text-ellipsis {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-img-right {
    overflow: hidden;
}

.card-img-right img {
    width: auto;
    object-fit: cover;
}

.bg-white.btn-close.text-reset {
    opacity: 1
}

.cart-sum {
    width: 110px
}

.card-link {
    text-decoration: none
}


@media(min-width:780px) {
    .card-img-right {
        height: 9rem;
        min-width: 9rem;
        max-width: 9rem;
    }

    .card-img-right img {
        min-height: 9rem;
        width: auto;
    }

    .text-ellipsis {
        -webkit-line-clamp: 3;
    }
}

@media(max-width:780px) {

    .card-img-right {
        height: 6.5rem;
        min-width: 5rem;
        max-width: 5rem;
    }

    .card-img-right img {
        min-height: 6.5rem;
    }

    .text-ellipsis {
        -webkit-line-clamp: 2;
    }

}
