.nbBasketLine__items {text-align: center; padding-top: 0px; margin: 0; width: 415px; display: flex; padding-right: 15px}
.nbBasketLine__item {color: #969696; flex: 1 0 0%; transition: .5s;}
.nbBasketLine__item._compare {}
.nbBasketLine__item:hover {text-decoration: none; color: var(--primary-color);}
.nbBasketLine__item._compare:hover,
.nbBasketLine__item._fav:hover,
.nbBasketLine__item._basket:hover {opacity: 0.8;}
.nbBasketLine__itemIcon {position: relative; height: 3.25rem; width: 3.75rem; display: block; margin: 0 auto;}
.nbBasketLine__itemName {font-size: 0.875rem;}
.nbBasketLine__icon {max-width: 100%;}
.nbBasketLine__icon svg {max-width: 65%; max-height: 65%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); fill: #fff;}
.nbBasketLine__count {
	display: block; position: absolute; right: 0rem; top: 0rem; background: var(--primary-color); height: 0.875rem; min-width: 0.875rem; text-align: center; border-radius: 0.28125rem; color: #fff; font-size: 0.625rem; padding: 0; line-height: 1; font-weight: bold;
	right: -0.25rem; top: 0.25rem; padding: 0.1875rem 0.375rem;
}
.nbBasketLine__item._active .nbBasketLine__count {display: block;}
.nbBasketLine__name {}
.nbBasketLine__item._summ {white-space: nowrap; font-size: 1.125rem; color: #fff; text-align: center; width: auto; margin: 0; position: relative;}
.nbBasketLine__summContainer {display: table-cell; height: 2.875rem; vertical-align: middle; background: transparent; border: 1px solid #fff; border-left: none; padding: 0.25rem 1rem; min-width: 9rem;}
