#manager_stock {
    max-height: 541px;
    overflow-y: auto;
    margin-top: 20px;
}

.manager-stock{
    width: 100%;
}
.manager-stock td,
.manager-stock th{
    text-align: center;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 10px;
}
.product-options__code {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
}
.product-options__code-item {
    margin-bottom: 5px;
    padding: 7px 0;
    position: relative;
    display: block;
    width: 100%;
    max-width: calc(100% / 6);
    font-size: 16px;
    color: #000;
    text-align: center;
    border-left: 1px solid #E5EAEC;
    transition: 0.2s ease-in-out;
}
.product-options__code-item:hover {
    color: #B12535;
    text-decoration: none;
}
.product-options__code-item--selected{
    color: #B12535;
}
a.manager-stock {
    margin: 17px 0 0 0;
    cursor: pointer;
}
.description__text{
    white-space: break-spaces;
}

.status-info__container .where-buy-button {
    font-size: 16px;
    margin-left: 0;
}

.sommelier-video-review-big {
    position: absolute;
    top: 40px;
    right: 42px;
    z-index: 5;
}

@media (max-width: 576px) {
    .status-info__container .where-buy-button {
        font-size: 12px;
    }
}

.detail-header--secondary .detail-image-wrapper {
    max-width: unset;
}

.detail-header--secondary .card-component__crumb.card-component__icon i {
    width: 24px;
    height: 24px;
}

.detail-header--secondary .detail-crumbs {
    display: flex;
    margin-bottom: 25px;
}

.detail-header--secondary .detail-crumbs__item {
    flex-wrap: wrap;
    gap: 5px;
}

.detail-header--secondary .detail-crumbs__title {
    width: 100%;
}

.detail-header--secondary .detail-crumbs .card-component__crumb {
    margin-right: 5px;
}

.detail-tastes {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-tastes:not(.detail-tastes--group)  {
    margin-bottom: 25px;
}

.detail-tastes__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(min-content, 54px));
    gap: 5px;
}

.detail-header--secondary .detail-crumbs__title,
.detail-tastes__title {
    font-weight: 600;
    font-size: 11px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.detail-taste {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-taste:hover .detail-taste__title {
    color: #B12535;
}

.detail-taste:hover {
    text-decoration: none;
}

.detail-taste__title {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #7D858C;
    transition: color 0.25s ease-out;
}

.detail-taste__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    -webkit-mask-size: 100%;
    transition: background-color 0.25s ease-out;
}

.detail-tastes--group .detail-tastes__item {
    position: relative;
}

.detail-tastes--group .detail-tastes__item:hover .detail-taste__icon {
    background-color: #bb2135;
}

.detail-tastes--group .detail-tastes__item:hover .tooltip {
    visibility: visible;
    opacity: 1;
    top: -40px;
}

.detail-header--secondary .detail-header__image-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.detail-header--secondary .detail-header__image-wrapper .detail-image-wrapper {
    max-height: 1175px;
}

.detail-taste .detail-taste__title.tooltip {
    white-space: nowrap;
    color: #7D858C;
    line-height: 24px;
}

.detail-tastes--group .detail-taste__title.tooltip {
    display: none;
}

.detail-tastes--group .detail-taste__title:not(.tooltip) {
    display: block;
}

.detail-tastes--group .detail-tastes__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(min-content, 54px));
    gap: 5px;
}

.detail-header--secondary .detail-contacts {
    margin-top: 30px;
}

.detail-header--secondary .detail-law {
    display: block;
}

.detail-header--secondary .detail-header__image-wrapper .detail-law {
    display: none;
}

.detail-header--secondary .detail-header__image-wrapper .detail-law {
    padding: 0 20px;
}

.detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
    margin-left: 10px;
}

.detail-main .price-reverse {
    display: inline-flex;
    flex-direction: row-reverse;
}

.detail-main .price-reverse .price__main,
.detail-main .price-reverse .price__discount {
    margin-left: 0;
    margin-right: 0;
}
.detail-main .price__sticker.price-reverse .price__discount,
.detail-main .price-reverse .price__discount {
    margin-right: 10px;
}
.detail-category-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail-category-bottom{
    display: flex;
    justify-content: space-between;
}
.detail-category-bottom .card-component__crumbs{
    max-width: max-content;
}
.detail-category-manufactory{
    text-align: right;
    text-decoration: none;
    position: relative;
    transition: 0.2s ease-in-out;
    max-width: 250px;
}
.detail-category-manufactory__img{
    max-height: 70px;
    object-fit: cover;
    max-width: 200px;
}
.detail-category-manufactory__name{
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px; /* 100% */
}
.detail-category-manufactory:hover .detail-category-manufactory__name {
    color: #B12535;
}
.detail-category-manufactory:hover{
    color: #B12535;
    text-decoration: none;
}
.detail-category-manufactory .tooltip{
    z-index: 20;
    min-width: max-content;
    top: -50px;
    padding: 10px 12px;
}
.detail-category-manufactory:hover .tooltip{
    opacity: 1;
    visibility: initial;
}
@media (max-width: 1730px){
    .detail-category-manufactory .tooltip{
        transform: translateX(-75%);
    }
}
@media (min-width: 971px) and (max-width: 1030px), (max-width: 600px) {
    .detail-category-wrap{
        flex-wrap: wrap;
    }
    .detail-category-manufactory{
        max-width: 100%;
        text-align: left;
    }
    .detail-category-rating-and-crumbs {
        margin-top: 10px;
    }
}
@media screen and (min-width: 330px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 15px;
    }
}

@media screen and (min-width: 360px) {
    .detail-tastes__list,
    .detail-tastes--group .detail-tastes__list {
        grid-template-columns: repeat(5, 60px);
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 18px;
    }
}

@media screen and (min-width: 401px) {
    .detail-tastes__list {
        grid-template-columns: repeat(5, minmax(40px, 130px));
    }
    .detail-tastes--group .detail-tastes__list {
        grid-template-columns: repeat(5, minmax(64px, 130px));
    }
    .detail-taste__title {
        font-size: 9px;
        line-height: 11px;
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 17px;
    }
}

@media screen and (min-width: 431px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 30px;
    }
}

@media screen and (min-width: 577px) {
    .detail-header--secondary .detail-crumbs {
        display: flex;
        align-items: flex-start;
    }

    .detail-header--secondary .detail-crumbs__item {
        gap: 10px;
    }

    .detail-header--secondary .detail-crumbs__title,
    .detail-tastes__title {
        font-size: 12px;
        line-height: 24px;
        color: #7D858C;
    }

    .detail-header--secondary .card-component__crumb.card-component__icon i {
        width: 32px;
        height: 32px;
    }

    .detail-tastes {
        gap: 25px;
    }

    .detail-tastes--group .detail-taste__icon {
        width: 64px;
        height: 64px;
    }

    .detail-taste__icon {
        width: 40px;
        height: 40px;
    }

    .detail-taste__title {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000;
    }

    .detail-tastes--group .detail-taste__title.tooltip {
        display: block;
    }

    .detail-tastes--group .detail-taste__title:not(.tooltip) {
        display: none;
    }

    .detail-header--secondary .detail-crumbs .card-component__crumb {
        margin-right: 40px;
    }

    .detail-header--secondary .detail-contacts {
        display: none;
    }

    .detail-header--secondary .detail-header__image-wrapper .detail-law {
        display: block;
    }

    .detail-header--secondary .detail-law {
        opacity: 0;
        max-height: 0;
        transition: 0.5s 0.15s;
    }

    .main-content.loaded .detail-header--secondary .detail-law {
        opacity: 1;
        max-height: 500px;
    }

    .detail-tastes:not(.detail-tastes--group) .detail-taste__icon {
        -webkit-mask-size: 150%;
    }

    .detail-taste {
        gap: 10px;
    }
}

@media screen and (min-width: 631px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 40px;
    }
}

@media screen and (min-width: 701px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 50px;
    }
}

@media screen and (min-width: 971px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 780px;
    }
    .detail-header--secondary .detail-header__image-wrapper .detail-law {
        padding: 0;
    }
    .detail-header--secondary .detail-header__image-wrapper .detail-image-wrapper {
        height: 100%;
    }
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 25px;
    }
}

@media screen and (min-width: 1171px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 35px;
    }
}

@media screen and (min-width: 1401px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1601px) {
    .detail-header--secondary .detail-crumbs .detail-crumbs__title + .card-component__crumb {
        margin-left: 50px;
    }
}
@media (max-width: 1599px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 50%;
    }
}
@media (max-width: 970px) {
    .detail-header--secondary .detail-header__image-wrapper {
        max-width: 100%;
    }
    .tabs__pane .rdd-reviews,
    .tabs-mobile .rdd-reviews {
        padding: 0 20px;
    }
}
@media (max-width: 431px){
    .detail-category-manufactory__img{
        max-width: 150px;
    }
}
@media (max-width: 360px){
    .detail-category-manufactory__img{
        max-width: 100px;
    }
}
