body {
    background: transparent;
}

li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5A5A5A;
}

.map-contact {
    height: 400px;
    width: 100%;
}

.img-product-detail {
    max-width: 100%;
    height: 550px;
    object-fit: cover;
}

.img-product-detail-list {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .img-product-detail {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.img-product-detail-list {
    max-width: 100%;
    height: 175px;
    object-fit: cover;
}

.navbar-brand img {
    width: 120px;
    position: absolute;
    transition: opacity 0.3s;
    border-radius: 0 !important;
}

.fixed-top {
    width: 375px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
}