.header {
    display: flex;
    align-items: center;
    height: 4rem;
    padding: 0 15rem;
    background-color: #ffffff;
    /*border-bottom: 1px solid #e7e7ef;*/
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    z-index: 997;
}
.header .logo {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header .logo img {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
}
.header .sitename {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.header .sitename h1 {
    margin: 0;
    font-family: "Rubik", "Noto Sans", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: color-mix(in srgb, #1e2749, transparent 10%);
}
.header .icon {
    display: flex;
    flex: 1 1 0;
    justify-content: end;
    align-items: center;
    min-width: 0;
    cursor: pointer;
}
.header .icon img {
    width: 1.25rem;
    height: 1.25rem;
}
@media (max-width: 640px) {
    .header {
        padding: 0 1.4rem;
    }
    .header .logo {
        flex: 0 0 auto;
    }
    .header .logo img {
        margin-right: 0;
    }
    .header .sitename {
        flex: 1 1 0;
        min-width: 0;
    }
    .header .sitename h1 {
        font-weight: 500;
    }
    .header .icon {
        flex: 0 0 auto;
    }
}


.section {
    padding: 0 12rem 2rem 12rem;
    /*background: #f5f5f6;*/
    background: #f6f6f6;
}
.section .container {
    display: flex;
    flex-direction: column;
    padding: 0rem;
    border-radius: 1rem;
}
.section .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #d0e4fc;
    border-radius: 1rem 1rem 0 0;
    border: none;

    font-family: "Rubik", "Noto Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #444444;
}
.section .body {
    display: flex;
    flex-direction: column;
    padding: 3rem 3rem;
    min-height: 4rem;
    background: #ffffff;
}
.section .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
    background: #ffffff;
    border-radius: 0 0 1rem 1rem;
}
@media (max-width: 640px) {
    .section {
        padding: 1.4rem;
        /*background: rgb(255, 255, 255);*/
    }
    .section .body {
        padding: 2rem 1.4rem;
    }
}

.content {
    padding-top: 5rem;
}





.card {
    display: flex;
    flex-direction: row;
    margin: .5rem;
    padding: 0;
    min-height: 10rem !important;
    width: calc(50% - 1rem);
    border: solid 1px #e5e5e5;
    border: solid 1px #e9e9f0;
    border-radius: 1rem;
    box-shadow: none !important;
    /*box-shadow: 2px 4px 12px #00000014 !important;*/
}

/* Dynamic Content ------------------------------------------------------------------------------*/

.dynamic-toolbar-preloader {
    display: flex;
    flex-grow: 1;
    min-height: 2rem !important;
    border-radius: 2rem;
}
.dynamic-toolbar-preloader.blue {
    background: #dce4ed;
    border: solid 1px #dce4ed;
}
.dynamic-toolbar-preloader.white {
    background: #ffffff;
    border: solid 1px #ffffff;
}

.dynamic-toolbar-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    min-height: 2rem !important;
    border-radius: 2rem;
    /*border: solid 1px transparent;*/
}
.dynamic-toolbar-1a {
    display: flex;
    justify-content: left;
    align-items: center;
}
.dynamic-toolbar-1b {
    display: flex;
    align-items: center;
}

.dynamic-toolbar-2 {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-grow: 1;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
    margin: 1rem 0;
    min-height: 2rem !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* скрываем scrollbar для IE и Edge */
    scrollbar-width: none;  /* скрываем scrollbar для Firefox */
}
.dynamic-toolbar-2::-webkit-scrollbar {
    display: none; /* скрываем scrollbar для Chrome, Safari и Opera */
}
.dynamic-toolbar-2 .nav-link {
    display: flex;
    align-items: center;
    margin: 0 .5rem 0 0;
    padding: .8rem;
    height: 2rem !important;
    background: #ffffff;
    border: 1px solid #e9e9f0;
    border-radius: 2rem;
    font-size: .813rem;
    font-weight: 500;
    color: #6e6e73;
    cursor: pointer;
}
.dynamic-toolbar-2 .nav-link .--dynamic-toolbar-2----badge {
    margin-left: .25rem;
}
.dynamic-toolbar-2 .nav-link.active {
    /*background: #dce4ed;*/
    /*border: solid 1px #b5c6d9;*/
    color: #1d1d1f;
}
.dynamic-toolbar-2 .nav-link.active.tracking {
    background: #dce4ed;
    border: solid 1px #b5c6d9;
}
.dynamic-toolbar-2 .nav-link.active.archive {
    background: #edeadc;
    border: 1px solid #dad3b4;
}
.dynamic-toolbar-2 .nav-link.active.trash {
    background: #f3d8da;
    border: solid 1px #e7b1b6;
}

.dynamic-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.7rem;
}
.dynamic-content--line {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: 2rem !important;
}

/* Card -----------------------------------------------------------------------------------------*/

.card {
    display: flex;
    flex-direction: row;
    margin: .7rem;
    padding: 0;
    min-height: 10rem !important;
    width: calc(50% - 1.4rem);
    /*border: solid 1px #e5e5e5;*/
    border: solid 1px #e9e9f0;
    border-radius: 1rem;
    box-shadow: none !important;
    /*box-shadow: 2px 4px 12px #00000014 !important;*/
}
.card .preloader {
    border: 1px solid #ffffff;
}

/* Колонки карточки */
.card .col1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 1.5rem;
}
.card .col2 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 1rem 1rem 1rem 0;
    overflow: hidden;
}

/* Картинка товара */
.card .image {
    /*
    width: 9rem !important;
    height: 12rem !important;
    width: 6rem !important;
    height: 8rem !important;
    */
    width: 5.25rem !important;
    height: 7rem !important;
    margin: 0 1rem;
    /*background: #a5a5a5;*/
}
.card .image.out-of-stock {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Пользователи, отслеживающие товар */
.card .users {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 1.7rem;
    align-items: center;
    height: .6rem;
    line-height: .6rem;
    width: auto;
    /*background: #fafafa;*/
    /*border-radius: 1rem;*/
    cursor: pointer;
}
.card .users--icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: inherit;
    color: #737e8b;
    text-align: center;
    cursor: pointer;
}
.card .users--counter {
    margin-left: .15rem;
    height: inherit;
    width: auto;
    font-family: "Lato";
    font-size: .813rem;
    color: #737e8b;
}

/* Название магазина */
.card .shop {
    display: flex;
    height: 1.2rem;
}
.card .shop a {
    font-family: "Roboto";
    font-size: .813rem;
    color: #737e8b;
    color: #909090;
    color: #7e7e7e;
    text-decoration: none;
}
.card .shop a.out-of-stock {
    text-decoration: none;
    font-weight: normal;
    color: #909090;
}

/* Название товара */
.card .item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 1rem;
    height: 1.5rem;
    font-size: 1.1rem;
    overflow: hidden;
    /*background: #f4f4f4;*/
}
.card .item a {
    font-family: "Roboto Condensed";
    font-weight: 500;
    text-decoration: none;
    color: #4c4c4c;
}
.card .item a.out-of-stock {
    text-decoration: none;
    font-weight: normal;
    color: #909090;
}

/* Сообщение о статусе цены товара */
/*.card .message {*/
/*    display: flex;*/
/*    flex: 0 0 auto !important;*/
/*    justify-content: start;*/
/*    align-items: center;*/

/*    display: inline-flex; !* чтобы занимал только нужную ширину, как inline-элемент *!*/
/*    width: auto !important;;*/
/*    flex: 0 0 auto;*/
/*    white-space: nowrap !important;;*/


/*    margin-top: .4rem;*/
/*    padding: .1rem .5rem;*/
/*    min-width: 0 !important;;*/
/*    height: 1.5rem;*/
/*    background: #fafafa;*/
/*    border: solid 1px #e7eaed;*/
/*    border-radius: 3px;*/
/*    font-family: "Roboto";*/
/*    font-size: .813rem;*/
/*    color: #4a5056;*/
/*    cursor: pointer;*/
/*}*/

.card .message {
    display: flex;

    /*white-space: nowrap;       !* если нельзя переносить текст *!*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/
    /*margin-top: .4rem;*/
    /*padding: .1rem .5rem;*/
    /*height: 1.5rem;*/
    /*background: #fafafa;*/
    /*border: solid 1px #e7eaed;*/
    /*border-radius: 3px;*/
    /*font-family: "Roboto", system-ui, sans-serif;*/
    /*font-size: .813rem;*/
    /*color: #4a5056;*/
    /*cursor: pointer;*/
}
.card .message span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: .4rem;
    padding: .1rem .5rem;
    height: 1.5rem;
    background: #fafafa;
    border: solid 1px #e7eaed;
    border-radius: 3px;
    font-family: "Roboto", system-ui, sans-serif;
    font-size: .813rem;
    color: #4a5056;
    cursor: pointer;
}
.card .message.success span {
    background: #d5e6de;
    border: solid 1px #accebc;
    color: #183524;
}
.card .message.danger span {
    background: #f3d8da;
    border: solid 1px #e7b1b6;
    color: #511a1e;
}
.card .message.out-of-stock span {
    background: #d3d3d4;
    border: solid 1px #bcbebf;
    color: #141619;
}

/* Начальная цена товара */
.card .PRICE-START {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    height: 1.5rem;
    color: #7e7e7e;
    cursor: pointer;
}

/*.card .PRICE-START span:first-child {*/
/*    background: red;*/
/*}*/
/*.card .PRICE-START span:last-child {*/
/*    background: blue;*/
/*}*/




.card .price-start--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    height: 1.5rem;
    cursor: pointer;
    background: red;
}
.card .price-start {
    color: #7e7e7e;
}
.card .price-start.start span:first-child {
    font-family: "GT Eesti Pro Display";
    font-size: .875rem;
}
.card .price-start.start span:last-child {
    font-family: "GT Eesti Pro Display";
    font-family: "Lato";
    font-size: 1rem;
    /*font-weight: 700;*/
}
.card .price-start.end span:first-child {
    font-family: "GT Eesti Pro Display";
    font-family: "Lato";
    font-size: 1rem;
    /*font-weight: 700;*/
}
.card .price-start.end span:last-child {
    font-family: "GT Eesti Pro Display";
    font-size: .875rem;
}
.card .price-start.out-of-stock {
    color: #909090;
}



.card .price-start.col1 {}
.card .price-start.col2 {}






.--bg--default {
    background: #f5f5f7;
    border: solid 1px #e7eaed;
}
.--bg--default {
    background: #fcfcfd;
    border: solid 1px #e7eaed;
}
/*
.card--message--danger::before {
    content: '';
    position: absolute;
    left: -.75rem;
    border-top: .75rem solid transparent;
    border-bottom: .75rem solid transparent;
    border-left: .375rem solid transparent;
    border-right: .375rem solid #e7b1b6;
}
.card--message--danger::after {
    content: '';
    position: absolute;
    right: -.75rem;
    border-top: .75rem solid transparent;
    border-bottom: .75rem solid transparent;
    border-left: .375rem solid #e7b1b6;
    border-right: .375rem solid transparent;
}
*/


.card .price-current {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    margin-bottom: .5rem;
    height: 1.5rem;
    color: #4c4c4c;
    cursor: pointer;
}

.card .price-current-1 {
    display: flex;
    flex-direction: row;
}
.card .price-current-1a {
    font-family: "Lato";
    font-size: 1.5rem;
    font-weight: 600;
}
.card .price-current-1b {
    padding: .34rem 0 0 .2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    font-weight: 300;
    color: #4c4c4c;
}

.card .price-current-2 {
    display: flex;
    flex-direction: row;
}
.card .price-current-2a {
    margin: 0.2rem 0.4rem 0 ;
    font-family: "Lato";
    font-size: 1.25rem;
}
.card .price-current-2b {
    font-family: "Lato";
    font-size: 1.5rem;
    font-weight: 600;
}
.card .price-current-2c {
    padding: .34rem 0 0 .2rem;
    font-family: "GT Eesti Pro Display";
    font-size: 1.25rem;
    font-weight: 300;
}

/*.card .price-current .end span:first-child {*/
/*}*/
/*.card .price-current .end span:last-child {*/
/*}*/
/*.card .price-current .start span:first-child {*/
/*    !*font-family: "GT Eesti Pro Display";*!*/
/*    font-size: 1.25rem;*/
/*    font-weight: 400;*/
/*}*/
/*.card .price-current .start span:last-child {*/
/*    !*font-family: "GT Eesti Pro Display";*!*/
/*    font-family: "Lato";*/
/*    font-size: 1.5rem;*/
/*}*/
/*.card .price-current .out-of-stock {*/
/*    font-weight: 400;*/
/*    color: #909090;*/
/*}*/


/*.card .price-current-2a {*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    margin-top: -1rem;*/
/*    font-family: "Roboto";*/
/*    font-size: 3rem;*/
/*    font-weight: 700;*/
/*    background: red;*/
/*}*/
.card .price-current-2 span:last-child {
}
.card .price-current-2.out-of-stock {
    font-weight: 400;
    color: #909090;
}

.card--chart--wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
    height: 2rem;
    background: #f5f5f7;
    background: #f6f6f6;
    background: #f5f5f7;
    background: #fafafa;
    border-radius: 3px;
    align-items: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: pointer;
    -ms-overflow-style: none; /* Скрываем scrollbar для IE, Edge */
    scrollbar-width: none; /* Скрываем scrollbar для Firefox */
}
.card--chart--wrap::-webkit-scrollbar {
    display: none;
} /* Скрываем scrollbar для Chrome, Safari и Opera */
.card--chart {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 2rem;
}
.card--notification {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    background: #f8f9fa;
    background: #fafafa;
    border-radius: 24px;
    color: #737e8b;
    text-align: center;
    cursor: pointer;
}
.card--notification.active {
    color: #c23551;
}



.card .price-delta {
    font-family: "Lato";
    font-size: 1rem;
    font-weight: 400;
    color: #7e7e7e;
}
.card .price-delta.start span:first-child {
    font-family: "GT Eesti Pro Display";
    font-size: .875rem;
    font-weight: 400;
}
.card .price-delta.start span:nth-child(2){
    font-family: "GT Eesti Pro Display";
    font-size: .875rem;
    font-weight: 400;
}
.card .price-delta.end span:last-child {
    font-family: "GT Eesti Pro Display";
    font-size: .875rem;
    font-weight: 400;
}
.card .price-delta.out-of-stock {
    color: #909090;
}

@media (max-width: 640px) {
    .card {
        width: 100%;
    }
    .card .image {
        margin: 0;
        width: 5.25rem !important;
        height: 7rem !important;
    }
}


/* Btn ------------------------------------------------------------------------------------------*/

.dropdown-menu {
    margin-top: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: solid 1px #d2d2d2;
    border-radius: .5rem;
    z-index: 999;
}
.dropdown-item {
    display: flex;
    align-items: center;
    padding-left: .8rem;
    padding-right: .8rem;
    height: 2rem !important;
    font-size: 0.813rem;
    cursor: pointer;
}
.dropdown-item:hover, dropdown-item:active, .dropdown-item.active {
    background: #eaeaea;
    color: #1d1d1f;
}

.btn-dropdown {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    padding-left: .8rem;
    padding-right: .8rem;
    height: 2rem !important;
    border-radius: 2rem;
    font-size: 0.813rem;
    font-weight: 500;
}
.btn-dropdown:hover {
    /*background: #cfdae6;*/
    /*border: solid 1px #b5c6d9;*/
}
.btn-dropdown:active {
    /*background: #dce4ed !important;*/
    /*border: solid 1px #c2d0e0 !important;*/
}

/* Tracking page - Buttons ----------------------------------------------------------------------*/

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 .8rem;
    height: 2rem !important;
    background: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 2rem;
    font-size: 0.813rem;
    font-weight: 500;
    cursor: pointer;
}

.btn-default {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 .8rem;
    height: 2rem !important;
    background: #ffffff;
    /*border: 1px solid #d9d9d9;*/
    border: 1px solid #ffffff;
    border-radius: 2rem;
    font-size: 0.813rem;
    font-weight: 500;
    cursor: pointer;
}
.btn-default:hover {
    background: #ffffff;
    border: 1px solid #d9d9d9;
}
.btn-default:active {
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
}

.btn-tracking {
    background: #dce4ed;
    border: solid 1px #b5c6d9;
}
.btn-tracking:hover {
    background: #dce4ed;
    border: solid 1px #b5c6d9;
}
.btn-tracking:active {
    background: #dce4ed !important;
    border: solid 1px #b5c6d9 !important;;
}

.btn-archive-- {
    background: #edeadc;
    border: 1px solid #dad3b4;
}
.btn-archive--:hover {
    background: #edeadc;
    border: 1px solid #dad3b4;
}
.btn-archive--:active {
    background: #edeadc !important;
    border: 1px solid #dad3b4 !important;
}

.btn-trash {
    background: #f3d8da;
    border: solid 1px #e7b1b6;
}
.btn-trash:hover {
    background: #f3d8da;
    border: solid 1px #e7b1b6;
}
.btn-trash:active {
    background: #f3d8da !important;
    border: solid 1px #e7b1b6 !important;
}


.colors {
    color: #14151a;
    color: #6a6a6a;
    color: #7e7e7e;
    color: #4d5b76;
    color: #737e8b;
    color: #4c4c4c;
}
.color-light {
    color: #fafafa;
}
.color-default {
    color: #737e8b;
}
.color-success {
    color: #42932a;
}
.color-warning {
    color: #f7c144;
}
.color-danger {
    color: #c23551;
}
.color-muted {
    color: #909090;
}




.bg-red {
    background: #edeadc;
}