.price {
    color: #005679;
    font-size: 2.25rem;
    font-weight: bold;
}

.hotspot .product {
    border: 1px solid #e6eff2;
    border-radius: 0;
    padding: 12px;
}

.product {
    border: 1px solid #e6eff2;
    border-radius: 0;
    padding: 12px;
}

.hotspot .product__icon {
    background: #ffffff;
}

.product__icon {
    background: #ffffff;
}

.product__name {
    font-size: 1.4rem;
    font-weight: normal;
    min-height: 4.2rem;
}

.price_sellby {
    display: none !important;
}

.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.1);
}

#footer_links {
    background-color: #005679;
    color: #ffffff;
    padding: 15px;
}

.footer_links_label {
    color: #ffffff !important;
}

.article__item img {
   height: 27rem;
   width: 100%;
   overflow: hidden;
   object-fit: cover;
}

.article__image_wrapper {
    background-color: #ffffff !important;
}

.article__text {
    text-align: justify;
}
}


