body {
    /* background: url(../images/web/bg-wtdm.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    margin-top: 170px;
}

@media (min-width: 540px) {
    body {
        margin-top: 175px;
    }
}

@media (min-width: 600px) {
    body {
        margin-top: 180px;
    }
}

@media (min-width: 680px) {
    body {
        margin-top: 164px;
    }
}

@media (min-width: 720px) {
    body {
        margin-top: 170px;
    }
}

@media (min-width: 920px) {
    body {
        margin-top: 130px;
    }
}

@media (min-width: 960px) {
    body {
        margin-top: 105px;
    }
}

@media (min-width: 991px) {
    body {
        margin-top: 105px;
    }
}

.product-image {
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
}

.product-image-content {
    height: 200px;
}


/* .card>.card-body a {
        display: none;
    } */

.view-product:hover {
    box-shadow: 0px 0px 4px 1px #c40c0c;
    cursor: pointer;
}

.card.view-product .card-body {
    min-height: 125px;
}


/* .card:hover>.card-body a {
        display: inline-block;
    } */

@media (max-width: 540px) {
    .product-image-content {
        height: 240px;
    }
}

@media (max-width: 1140px) {
    .product-image-content {
        height: 220px;
    }
}

.home-header {
    display: flex;
    align-items: center;
    text-align: center;
    color: #8d8d8d;
}

.home-header::before,
.home-header::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #343a40;
}

.home-header span {
    padding: 8px 15px;
    border: 3px solid #343a40;
    font-size: 24px;
    font-weight: bold;
    color: #343a40;
    margin: 0 15px;
    border-radius: 15px 0;
}