/* Font Futura PT Light: Copyright ©ParaType, 2007. All rights reserved.*/
@font-face {
    font-family: 'FuturaPT';
    font-style: normal;
    font-weight: 300;
    src: url("/FuturaPT/FuturaPT-Light.woff") format('woff2');
}

/* Font Futura PT Book: Copyright ©ParaType, 2007. All rights reserved.*/
@font-face {
    font-family: 'FuturaPT';
    font-style: normal;
    font-weight: 400;
    src: url("/FuturaPT/FuturaPT-Book.woff") format('woff2');
}

/* Font Futura PT Medium: Copyright ©ParaType, 2007. All rights reserved.*/
@font-face {
    font-family: 'FuturaPT';
    font-style: normal;
    font-weight: 500;
    src: url("/FuturaPT/FuturaPT-Medium.woff") format('woff2');
}

/* Font Futura PT Demi: Copyright ©ParaType, 2007. All rights reserved.*/
@font-face {
    font-family: 'FuturaPT';
    font-style: normal;
    font-weight: 600;
    src: url("/FuturaPT/FuturaPT-Demi.woff") format('woff2');
}

/* Font Futura PT Heavy: Copyright ©ParaType, 2007. All rights reserved.*/
@font-face {
    font-family: 'FuturaPT';
    font-style: normal;
    font-weight: 700;
    src: url("/FuturaPT/FuturaPT-Heavy.woff") format('woff2');
}

body {
    font-family: 'FuturaPT', Arial, sans-serif;
}

.card:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    z-index: 1;
}

.card {
    border: 1px solid #f4f4f4;
    border-radius: 0;
}

.card-img-top {
    width: 100%;
    height: 8rem;
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}


@media (min-width: 576px) {
    .card-img-top {
        object-fit: cover!important;
    }
}

@media (max-width: 576px) {
    .card-img-top {
        object-fit: contain!important;
    }
}

.product-image {
    height: 20rem;
}

.text-center {
    line-height: 1em;
    min-height: 2em;
}

.eva-nav {
    background-color: rgb(77, 112, 102);
    min-height: 80px;
    box-shadow: rgb(0 0 0 / 0%) 0 1px 3px;
    color: white;
}

.t-menu__link-item {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fdfdfd;
}

.t-menu__link-item:hover {
    color: #d3d3d3;
}

.fs-15 {
    font-size: 15px;
}

.h-20rem {
    height: 20rem;
}