

/* Start:/local/templates/main/template_styles.css?17665641452203*/
.table-site{
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
}

.table-site th,
.table-site td{
    padding: 7px 10px;
    /* border: 1px solid var(--border-color); */
    border: 1px solid #D7D7D7;
}

.table-site th{font-weight: bold;}
.product-info__content .table-site{grid-column: span 10;}

.intro-product__descktop-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.intro-product__descktop-top .button{
    font: var(--font-body-S);
    text-transform: none;
    border-radius: 2rem;
    padding: 0.1rem 0.8rem 0.1rem 0.8rem;
}

.footer__copyright { justify-content: space-between; }
.privacy-policy.section h1 { margin-bottom: 40px; font-size:36px; }
.privacy-policy.section h2 { margin-top: 40px; }
.privacy-policy.section ul { margin: 15px 0; }
.privacy-policy.section ul li { margin: 5px 0 0 60px; }
.privacy-policy.section a { color: #e67505; text-decoration: underline; }
.privacy-policy.section a:hover { text-decoration: none; }

@media (max-width: 767px) {
    .product-info__content .table-site{grid-column: span 12;}
    .table-site{font-size: 1.4rem;}

    .table-site th,
    .table-site td{
        padding: 5px;
    }
}

/** cookies */
#cookies-informer { display:none; }
.cookies-informer__content { align-items: center; background-color: #ffffff; border-radius: 16px; -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; box-sizing: border-box; display: flex; flex-direction: row; justify-content: center; padding: 20px 24px; }
.cookies-informer__wrap { bottom: 24px; left: 0; margin: 0 auto; max-width: 780px; position: fixed; right: 0; z-index: 10000; }
.cookies-informer__text { line-height: 16px; font-family: inherit; font-size: 14px; margin: 0; }
.cookies-informer__button { margin-left: 24px; margin-top: 0; min-width: 127px; width: auto; }
.about_cookie_use { scroll-margin-top: 100px; }
@media screen and (max-width: 768px) {
    .cookies-informer__content { flex-direction: column; margin-left:25px; margin-right:25px; }
    .cookies-informer__button { margin-left: 0px; margin-top: 15px; min-width: auto; width: 100%; }
}
/* End */
/* /local/templates/main/template_styles.css?17665641452203 */
