div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

img {
    max-width: 100%;
    height: auto;
}

/* p{
	width: 100%;
} */
.product_back-wrapper {
    margin: 20px 0 0 0;
}

.reviews_page .footer_social-string span {
    margin-right: 20px;
}

.anchor__wrapper {
    padding: 30px 40px;
    margin-bottom: 40px;

    -webkit-box-shadow: 0 2px 6px 0 rgba(27, 27, 27, 0.1);
    box-shadow: 0 2px 6px 0 rgba(27, 27, 27, 0.1);
}

.anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
}

.anchor__list li {
    margin: 0 0 0.3em;

    list-style: none;
    color: #e50000;
    line-height: 1.5;
}

.anchor__list li:last-child {
    margin-bottom: 0;
}

.anchor__item {
    display: block;
    padding: 6px 0;
}

.anchor__item,
.anchor__item:hover {
    color: inherit;
}

@media (max-width: 767.9px) {
    .anchor__wrapper {
        padding: 24px 20px;
    }

    .anchor__list li {
        font-size: 14px;
    }
}

/*todo Custom*/
.product__wrapper {
    margin-bottom: 2rem;
}

.product .product__image {
    display: flex;
    justify-content: center;
}

.product .product__image img {
    object-fit: cover;
}

.product .product__button {
    display: block;
    background: #e50000;
    border: 2px solid #e50000;
    padding: 10px 15px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.product .product__button:hover {
    background: #cc0000;
    border: 2px solid #cc0000;
    color: #ffffff;
}

@media all and (min-width: 768px) {

    .product .product__button {
        display: initial;
    }

}

@media all and (min-width: 992px) {
    .product__wrapper + .product__wrapper {
        margin-top: 0;
    }

    .product,
    .product .row {
        height: 100%;
    }
}