

 /*#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;
}
.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 */



.field--name-field-opisanie {
    width: 100%;
    clear: both;
    font-size: 1.2em;
}



/* цена от вариации */
.field.field--name-price.field--type-commerce-price {
    display: flex;
    clear: both;
    margin-bottom: 1em;
    float: right;
}
.field.field--name-price.field--type-commerce-price .field__label {
    margin-right: 10px;
}
.field.field--name-price.field--type-commerce-price .field__label:after {
    content: ":";
}

.flag.action-flag {
    float: right;
    clear: both;
    margin-bottom: 2em;
}