.product-container .name {
    font-size: 32px;
}

.product-container .name img {
    margin-left: 10px;
    cursor: pointer;
}

.product-container .ean {
    font-size: 16px;
    font-weight: 600;
}

.product-container .ean .dropwdown-arrow {
    margin-bottom: 3px;
}

.product-container .main-img {
    max-height: 500px;
}

.product-container .secound-img {
    width: 25%;
    aspect-ratio: 100 / 90;
}

.product-container .images-container img {
    max-width: 100%;
    max-height: 100%;
}

.product-container .text-0 {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.product-container .details {
    font-size: 16px;
}

.product-container .details .primary {
    font-weight: 600;
}

.product-container .details .secoundary {
    font-weight: 400;
}

.product-container .title {
    font-weight: 700;
    font-size: 16px;
}

.product-container .text-1 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.product-container .allregens {
    font-size: 14px;
}

.product-container .allregens .item {
    margin-right: 15px;
}

.product-container .text-2 {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.product-container .title.big {
    font-size: 24px;
}

.product-container .recipes {
    font-size: 16px;
    word-wrap: break-word;
}

.allergen-table h1 {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 19px;
}

.allergen-table th {
    font-size: 14px;
    font-weight: 400;
}

.allergen-table td.plus-minus {
    font-size: 26px;
    font-weight: 600;
}

.allergen-table .dropwdown-arrow.rotated {
    margin-bottom: 3px;
}

.product-container .little-images {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:767px) {
    .product-container .name {
        font-size: 22px;
    }

    .product-container .title.big {
        font-size: 20px;
    }

    .product-container .line {
        height: 1px;
        background: #D9D9D9;
        margin: 10px 0px;
    }

    .allergen-free-icons img {
        width: 21px;
    }

    .expandable-content {
        font-size: 14px;
        color: #666666;
        font-weight: 300;
    }

    .expandable .sign {
        font-weight: 600;
    }

    .product-container .secound-img {
        width: 33%;
    }
}

@media (max-width:400px) {
    .padding-right-0 {
        padding-right: 7px !important;
    }

    .padding-left-0 {
        padding-left: 7px !important;
    }
}