/*#region Картинка и параметры */
.img-and-parameters {
    display: flex;
    width: 100%;
}
@media (max-width: 800px) {
    .img-and-parameters {
        flex-direction: column;
        padding: 0 11px;
    }
    .img-and-parameters img {
        margin: 0 10% 20px;
        width: 80%;
        height: auto;
    }
    .field--name-variations.field--type-entity-reference {
    padding-right: 10%;
    padding-top: 15px;
    }
}
.field--name-field-stock-level,
.flag.action-flag,
.flag.action-unflag,
.field--type-commerce-price {
    margin-right: 10%;
}
#block-nostro-page-title H1 div {
    font-size: 1em;
}
/*#endregion*/

 /*#region Группа параметров нв странице */    
.parameters-group > .field {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    background-image: url(../images/dot.png);
    background-repeat: repeat-x;
    background-position: left bottom 4px;
}

.parameters-group > .field > .field__label {
    background-color: #fff;
    padding-right: 5px;
}

.parameters-group > .field > .field__item {
    background-color: #fff;
    padding-left: 5px;
}
/*#endregion*/

/*#region Группа Картинки */
.img-parameters-group {
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*#endregion*/
    
/*#region Хлебные крошки на странице товара */
ol.breadcrumb {
    padding: 3px 10px 7px 10px;
    background: #1b15471f;
    display: flex;
    width: 100%;
    list-style: none;
    font-size: 18px;
}
@media (max-width:1000px) { /* Строки выстраиваются в блоки друг над другом */
    ol.breadcrumb {
        display: block;
    }
}

li.breadcrumb-item a {
    color: #333;
    text-decoration: none;
}
@media (max-width: 800px) {
    .breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #636363;
    font-size: 8px;
    margin-bottom: 1px;
    }
}
@media (min-width: 801px) {
    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        content: "/";
        padding: 0 10px;
    }
}
/*#endregion */

/*#region поле ВАРИАЦИЯ кнопка Добавить в корзину */
.field--name-variations {
    float: left;
    width: 100%;
}
/*#endregion*/

/*#region Форма добавления в корзину */
.field--name-variations form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.field--name-variations button.button--add-to-cart {
    height: 37px;
}
.field--name-variations form .field--name-quantity {
    margin-bottom: 0 !important;
    width: 100px;
    margin-right: 7px;
}
.field--name-variations form .field--name-quantity label {
    display: none;
}
.field--name-variations form .field--name-quantity {
    width: min-content;
}
.field--name-variations form .form-actions,
.field--name-variations form .field--name-quantity div {
    margin-bottom: 0 !important;
}
.field--name-variations form .form-actions button {
    height: 31px;
    padding: 0 7px;
    border: none;
    background-color: #820000;
}
.field--name-variations form .field--name-quantity input {
    width: 3.5em;
    height: 31px;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
    padding-left: 0.6em;
}
/*#endregion */

/*#region  цена от вариации */
.field.field--name-price.field--type-commerce-price,
.field--name-field-stock-level {
    display: flex;
    margin-bottom: 1em;
    justify-content: flex-end;
}
/* .field.field--name-price.field--type-commerce-price .field__label,
.field--name-field-stock-level .field__label {
    margin-right: 10px;
} */
.field.field--name-price.field--type-commerce-price .field__label:after,
.field--name-field-stock-level .field__label:after {
    content: ":";
     margin-right: 10px;
}

.field--name-field-stock-level .field__item:after {
    content: "шт";
}
/*#endregion */

.flag.action-flag,
.flag.action-unflag {
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-end;
}
.field--name-field-description { /* Это описание */
    margin-bottom: 25px;
    font-size: 1.1em;
}