.bx-basket.bx-opener {
    z-index: 997;
    max-width: 430px;
    width: 100%;
    padding: 72px 0 0px;
    position: fixed;
    top: 0;
    right: -500px;
    background-color: var(--color-white);
    height: 100%;
}
.small-basket-line__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.small-basket-line__inner .small-basket-line__part:first-of-type {
    margin-right: 10px;
}
.small-basket-line__part .cart-image{
    background: url(images/cart-icon.svg) center center no-repeat;
    width: 33px;
    height: 33px;
}
.small-basket-line__icon {
    font-size: 37px;
}
.small-basket-line__part>a{
    text-decoration: underline;
}
.small-basket-line__part>a:hover{
    text-decoration: none;
}
.small-basket-line__top {
    margin-bottom: 32px;
    
}
.small-basket-line__top h2{
    margin: 0;
    text-transform: lowercase;
}
.small-basket-line__top a {
    color: var(--color-black);
    display: inline-block;
    position: relative;
}
.small-basket-line__top a:hover {
    text-decoration: none;
}
.small-basket-line__top .count{
    width: 17px;
    height: 17px;
    border-radius: 16px;
    background-color: var(--color-black);
    color: var(--color-white);
    position: absolute;
    top: 9px;
    right: -32px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-basket-line__bottom {
    margin-bottom: 0px;
    display: none;
}

.small-basket-line__bottom .button {
    min-width: 145px;
    text-align: left;
}

.small-basket {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    background-color: #fff;
    padding: 0 0 56px 30px;
    height: 100%;
}
.small-basket *:hover,
.small-basket *:focus,
.small-basket *:active{
    outline: none;
}
/*.small-basket__list:after, .small-basket__list:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
}*/

.bx-basket--active .small-basket {
    display: block;
    right: 0;
    margin-top: 20px;
}

.small-basket__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
    align-items: center;
    padding-right: 30px;
    width: 100%;
}

.small-basket__item-iteration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-basket__item-image {
    min-width: 120px
}

.small-basket__link {
    display: flex;
    justify-content: center;
}

.small-basket__image {
    max-width: 78px;
    height: auto;
    max-height: 100px;
}

.small-basket__part{
    margin-left: 16px;
    position: relative;
    width: 70%;
    height: 120px;
}
.small-basket__part-name a{
    font-size: 13px;
    line-height: 18px;
    color: #2f3435;
    text-decoration: none; 
}
.small-basket__part-name a:hover{
    text-decoration: underline;
}
.small-basket__part-name .price{
    font-size: 14px;
    line-height: 18px;
}
.small-basket__part-name .old_price{
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px;
    color: var(--color-dustybrown);
    text-decoration: line-through;
}
.small-basket__part-sale {
    min-width: 30px;
}

.small-basket__part-price {
    min-width: 75px;
    text-align: center;
}
.small-basket__part-quantity {
	display: flex;
	max-width: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.small-basket-line{
    padding: 0 30px;
}
.small-basket__quantity-down, 
.small-basket__quantity-up{
	display: block;
	width: 28px;
	height: 28px;
	background: #000;
	border-radius: 28px;
	border: 1px solid var(--color-gray);
	background-color: var(--color-white);
	position: relative;
	cursor: pointer;
    font-size: 0;
}
.small-basket__quantity-down:hover, 
.small-basket__quantity-up:hover{
	border: 1px solid var(--color-dustybrown);
}
.small-basket__quantity-up:before, 
.small-basket__quantity-up:after, 
.small-basket__quantity-down:after{
	content: "";
	display: block;
	width: 11px;
	height: 1px;
	background-color: var(--color-gray);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: 0px;
}
.small-basket__quantity-up::before{
	transform: rotate(90deg);
}
.small-basket__quantity-up:hover:before,
.small-basket__quantity-up:hover:after,
.small-basket__quantity-down:hover:after{
	background-color: var(--color-dustybrown);
}
.small-basket__quantity-value {
	max-width: 34px;
	margin: 0 3px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	border: none;
	font-size: 16px;
}
.small-basket__part-remove {
    display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: var(--color-milk);
	cursor: pointer;
}
.small-basket__part-remove:before,
.small-basket__part-remove:after{
	content: "";
	width: 13px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -1px;
	background-color: var(--color-dustybrown);
	transform: rotate(45deg);
}
.small-basket__part-remove:after{
	transform: rotate(135deg);
}
.small-basket__part-remove:hover{
	background-color: var(--color-dustybrown);
}
.small-basket__part-remove:hover:before,
.small-basket__part-remove:hover:after{
	background-color: var(--color-white);
}
.small-basket__total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 26px 30px 56px 0;
    max-width: 370px;
    width: 100%;
}

.small-basket__total-price {
    margin-right: 30px;
    font-weight: 500;
    font-size: 20px;
}

.small-basket__list {
    max-height: 70vh;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.small-basket__list::-webkit-scrollbar {
    width: 4px; /* ширина для вертикального скролла */
    height: 4px; /* высота для горизонтального скролла */
}

/* ползунок скроллбара */
.small-basket__list::-webkit-scrollbar-thumb {
    background-color: var(--color-dustybrown);
    border-radius: 7px;
}
.small-basket__one-click-button {
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    border: none;
}
.bx-soa-pp-company.disabled {
    pointer-events: none;
}
.bx-soa-pp-company.disabled  .bx-soa-pp-company-inner {
    background-color: #e1e1e1 !important;
}

.bx-basket.bx-opener .close{
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
    width: 20px;
    height: 20px;
	opacity: 1;
}
.section_name {
    font-size: 10px;
    line-height: 14px;
    color: var(--color-dustybrown);
    margin-bottom: 2px;
}