

/* Start:/local/templates/forvard/template_styles.css?17483283271068*/
.product_detail_info_title>div {
    padding: 7px;
    font-size: 14px;
	flex-shrink: 1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 15px 20px;
    display: none;
    font-family: sans-serif;
}

.cookie-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.cookie-text {
    flex: 1 1 70%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.cookie-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.cookie-link {
    margin-left: 10px;
    color: #007BFF;
    text-decoration: underline;
}

.cookie-button {
    flex: 0 0 auto;
    padding: 8px 16px;
    background-color: #40857b;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .cookie-button {
        width: 100%;
    }
}
/* End */
/* /local/templates/forvard/template_styles.css?17483283271068 */
