.price {
    font-size: 30px;
    font-weight: bold;
}

.wholesale-price, .old-price {
    font-size: 20px;
}

.old-price {
    text-decoration: line-through;

}

.thumbnail {
    cursor: pointer;
}

.catalog .thumbnail img {
    max-height: 150px;
}

.catalog .thumbnail .caption {
    text-align: center;
}

.catalog .caption-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    min-height: 150px;
}

@media only screen and (max-width: 768px) {
    .catalog .thumbnail img {
        max-height: 100%;
    }

    .header .logo img {
        width: 150px;
    }

    .languages-container {
        flex-direction: row !important;
        min-height: 120px !important;
    }

    .header, .logo, .logo img, .promo img, .promo {
        height: auto !important;
    }

    .promo img, .logo {
        width: 100%;
    }
}

.lang-choice img {
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

.lang-choice.active img, .lang-choice:hover img {
    opacity: 1;
}

.languages-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 240px;
}

.lang-choice a, .lang-choice {
    cursor: pointer;
}

.product-image img {
    width: 100%;
}

.clickable {
    cursor: pointer;
}

.header .logo img {
    height: 220px;
}

.logo, .promo {
    height: 235px;
}

.header {
    height: 240px;
    background-color: white;
}

.header .logo {
    padding: 10px;
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.promo img {
    height: 100%;
    max-width: 100%;
}

body {
    background-color: rgba(22, 87, 106, 0.3);
}

.price-icon {
    height: 70px;
    margin: 3px;
}

.catalog h4 {
    min-height: 70px;
}

.product-description p, .product-description span {
    color: black;
}

.facebook-link {
    width: 50px;
}

.facebook-link:hover {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.75))
}