.header-middle-price{padding-left: 28px;padding-right: 21px;position: relative;}
.header-middle-price::before{background-image: var(--img_cart_empty_icon);content: '';width: 20px;height: 20px;background-repeat: no-repeat;position: absolute;left: 0;top: 0;}
.header-middle-price::after{background-image: var(--img_arrow_down);content: '';width: 20px;height: 20px;background-repeat: no-repeat;position: absolute;right: -5px;;top: 1px;}
.header-middle-price:hover,
.header-middle-price.active{color: rgba(var(--color_main), 1);}
.header-middle-price:hover::before{background-image: var(--img_cart_icon_hover);}
.header-middle-price.icon-active::before{background-image: var(--img_cart_icon_active);}
.header-middle-price.active::before,
.header-middle-price.icon-active:hover::before{background-image: var(--img_cart_icon_active_hover);}
.header-middle-price:hover::after{background-image: var(--img_arrow_down_hover);}
.header-middle-price.active::after{background-image: var(--img_arrow_down_active);}
.cart-header-discount-block{padding: 15px 0 15px 20px;background-color: rgba(var(--color_2), .1);border-radius: var(--radius_2);}
.cart-header-discount-block p{color: rgba(var(--color_2), 1);}