.cart-page-new__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 8px 0 6px;
}
.cart-page-new__title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.cart-title {
    font-family: "PT Sans","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px 0 0;
}
.cart-products-count {
    color: #999;
    font-size: 14px;
}
.group-tabs__tab {
    position: relative;
}
.group-tabs-menu {
    display: flex;
    flex-direction: row;
    /*width: 340px;*/
    height: 0;
    position: relative;
    float: right;
    bottom: 25px;
}
.group-tabs-menu__item {
    justify-content: center;
    margin: 0 20px 0 0;
    padding: 0;
    color: gray;
    box-shadow: none;
    line-height: 1.42857;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
.cart-items {
    border: none;
    margin-bottom: 20px;
    padding-top: 12px;
}
.cart-items__products {
    /*display: inline-block;*/
    /*padding: 0;*/
    vertical-align: top;
    /*width: calc(100% - 375px);*/
}
.mass-selection {
    border-radius: 8px;
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 10px 12px 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.mass-selection__choose-all {
    margin-right: 20px;
    transition: color .3s;
}
.mass-selection__delete-btn {
    color: #808080;
    transition: color .3s;
}
.cart-items__product .cart-items__kits {
    margin-left: 40px;
}
.cart-items__product .item__parent {
    margin-left: -40px;
}
.cart-items__product {
    border-radius: 8px;
    clear: both;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #fff;
    margin-top: 20px;
    position: relative;
}
.cart-items__product .product_color {
    width: 50px;
    height: 50px;
}
.cart-items__product-thumbnail {
    border: none;
    min-height: 0;
    display: flex;
    flex-direction: row;
    padding: 0 20px 20px;
}
.cart-items__product-image-wrap {
    text-align: center;
}
.cart-items__product-image-wrap .product_color {
    left: 0;
}
.cart-items__product-image {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 120px;
    height: 120px;
    max-width: 33vw;
    position: relative;
}
.cart-items__product-info {
    display: flex;
    flex-direction: row;
    margin-left: 18px;
    padding-left: 20px;
    width: 100%;
}
.cart-items__product-caption {
    display: inline-block;
    font-size: 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.cart-items__product-code {
    color: #cbcbcb;
    font-size: 12px;
    text-align: left;
}
.cart-items__product-name {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: 8px;
}
.cart-items__product-name-link {
    color: #333;
}
.cart-items__product-benefit {
    margin-bottom: 30px;
}
.benefit {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    cursor: pointer;
}
.cart-items__product-actions {
    padding: 0;
    margin: 10px 0 0;
    box-shadow: none;
    color: gray;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    border: none;
    position: absolute;
    bottom: 0;
}
.cart-items__product-actions-dots {
    display: none;
    color: #d8d8d8;
    font-size: 24px;
    transform: rotateZ(90deg);
    position: relative;
    float: right;
    width: 24px;
    left: 30px;
    height: 0;
}
.cart-items__product-actions-wrapper {
    width: 100%;
    background: #fff;
    white-space: nowrap;
}
.menu-control-button {
    padding: 0;
    margin: 0 20px 0 0;
    box-shadow: none;
    color: gray;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    border: none;
}
.cart-items__product-block-amount {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 17px;
}
.cart-items__product-count-buttons {
    max-width: 91px;
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    text-align: center;
}
.count-buttons__tooltip-wrapper {
    height: 0;
    width: 0;
    position: relative;
    transform: translate(-35%);
}
.count-buttons__button_minus {
    border-radius: 8px 0 0 8px;
    border-right: none !important;
    color: #ddd;
}
.count-buttons__button_plus {
    border-radius: 0 8px 8px 0;
    border-left: none !important;
}
.cart-items__item-price {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    margin: 4px 0 0;
}
.count-buttons__button {
    box-shadow: none;
    background: #fff;
    color: #ababab;
    /*font-size: 18px;*/
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    border: 1px solid #ddd;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    display: inline-block;
    height: 38px;
    text-align: center;
    vertical-align: top;
    width: calc(100% / 3);
    line-height: 1.5;
    outline: none;
}
.count-buttons__button:hover:not([disabled]) {
    border-color: #aaa;
    color: #333;
}
.count-buttons__input {
    border: 1px solid #ddd;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    display: inline-block;
    height: 38px;
    text-align: center;
    vertical-align: top;
    width: calc(100% / 3);
    border-left: none;
    border-right: none;
    font-size: 14px;
    line-height: 33px;
    color: #666;
    -webkit-appearance: none;
    border-radius: 0;
}
.cart-items__product-price {
    width: 155px;
    float: none;
    clear: none;
    min-width: inherit;
    display: inline-block;
    padding: 0;
    position: relative;
    margin-top: 11px;
    height: 95px;
    margin-right: 10px;
    text-align: right;
}
.price__block {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    font-weight: bold;
}
.price__default {
    text-decoration: line-through;
    font-size: 12px;
    color: #626262;
    margin: auto 2px auto 0;
}
.price__current {
    line-height: 15px;
    margin-bottom: 2px;
    font-size: 18px;
}
.cart-items__product .product-remains-desktop, .cart-items__product .product-remains-block {
    margin-top: 1em;
    min-width: 100px;
    font-size: 14px;
    line-height: 23px;
    max-width: 148px;
}
.product-remains-desktop {
    display: block;
}
.cart-items__product .product-remains-desktop__wrap > span, .cart-items__product .product-remains-block__wrap > span {
    color: #666;
}
.product-remains-desktop__label {
    display: block;
}
.cart-items__wrapper {
    margin: 0 20px;
}
.cart-items__product-image-block {
    max-height: 100%;
    max-width: 100%;
}
.total-amount {
    /*display: inline-block;*/
    vertical-align: top;
    /*width: 370px;*/
    /*padding-left: 20px;*/
}
.total-amount__content {
    border-radius: 8px;
    background: #fff;
}
.total-amount__detail {
    padding: 20px;
}
.total-amount__label {
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.total-amount__count {
    display: inline;
}
.total-amount__label .price {
    display: inline;
}
.total-amount__label .price .price__block:first-child {
    display: inline-flex;
    align-items: center;
}
.total-amount__label .price .price__block {
    white-space: nowrap;
    display: block;
}
.best-price {
    padding: 15px 20px;
    border-top: 1px solid #e9e9e9;
}
.best-price__title {
    cursor: pointer;
    position: relative;
    font-size: 15px;
}
.best-price__title::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    position: absolute;
    opacity: .5;
    color: #626262;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.price__block {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    font-weight: bold;
}
.total-amount__label .price .price__block .price__default {
    order: 2;
}
.price__default {
    text-decoration: line-through;
    font-size: 12px;
    color: #626262;
    margin: auto 2px auto 0;
}
.total-amount__label .price .price__block .price__current {
    line-height: inherit;
    margin: 0;
    order: 1;
}
/*.buy-button {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    padding: 15px;
}*/
/*-----------table-cart-info-------------*/
.table-cart-info {
    width: 100%;
    font-size: 15px;
}
.table-cart-info > tbody > tr > td {
    /*width: 50%;*/
    line-height: 1.5em;
    padding: 0.4em 0;
}
.table-cart-info > tbody > tr > td > .dots {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 80% repeat-x;
}
.table-cart-info > tbody > tr > td > .dots > span {
    background: #fff;
    padding-right: 5px;
}
.table-cart-info > tbody > tr > td > .dots > span > .icon {
    margin-left: 2px;
    position: relative;
    color: #ddd;
    text-decoration: none;
}
.table-cart-info > tbody > tr > td > .dots > span > .icon:hover {
    cursor: pointer;
    color: #0094d9;
}
._label-cart {
    border-radius: 12px;
    padding: 4px 10px;
    display: inline;
    border: 2px solid white;
}
._label-cart_default {
    color: rgba(0,0,0,.6);
    background-color: #f0f0f0;
}
._label-cart_success {
    color: #5b0;
    background-color: #eeffdf;
}
._label-cart_total_price {
    line-height: 22px;
    position: relative;
    color: #fff;
    border-radius: 12px;
    background-color: #5b0;
    font-size: 17px;
    font-weight: 700;
    /*display: inline-flex;*/
    align-items: center;
    padding: 3px 8px;
    display: inline;
    border: 2px solid white;
}
.svg-icon-print {
    width: 16px;
    height: 15px;
    fill: #999;
}
.count-buttons__repeat {
    display: none;
    margin-top: 5px;
    color: #ababab;

    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;

    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    /*color: #5b0;
    background-color: #eeffdf;*/

    /*position: absolute;
    top: 9px;
    left: 496px;
    border-radius: 8px 8px 0 0;*/
}
.cart-items__remove {
    position: absolute;
    right: 10px;
    top: 10px;
}
