:root{
  --header-cart-img-width: 100px;
}

.header-cart-row-img{max-width: var(--header-cart-img-width);width: 100%;height: 100px;border-radius: var(--radius_2);background-size: contain;background-position: center center;background-repeat: no-repeat;}
.header-cart-row-info{max-width: calc(100% - var(--header-cart-img-width) - 10px);position: relative;width: 100%;background-color: rgba(var(--color_text), .05);border-radius: var(--radius_2);}
.header-cart-rows{max-height: 500px;overflow-y: auto;padding-right: 10px;width: calc(100% + 10px);}
.header-cart-rows > div:not(:first-child){margin-top: 20px;}
.header-cart-row-remove{position: absolute;top: 0;right: 0;cursor: pointer;background-position: center center;background-size: 20px 20px;width: 60px;height: 60px;background-repeat: no-repeat;background-image: var(--img_close);}
.header-cart-row-remove:hover{background-image: var(--img_close_active);}
.header-cart-row-name{max-width: 250px;width: 100%;}
.header-cart-row-name:hover{color: rgba(var(--color_main), 1);}
.header-cart-row-count{background-color: rgba(var(--color_text), .05);border-radius: var(--radius_2);width: 80px;position: relative;}
.header-cart-separator{background-color: rgba(var(--color_text), .1);height: 1px;width: 100%;}
.header-middle-price{cursor: pointer;}
.header-cart{right: -30px;min-width: 500px;}