p {
    -ms-word-break: break-all;
    word-break: break-all;
}

img.table-image {
    max-width: 40px;
}

input.table-qnt-input {
    max-width: 80px;
}

#dvLoading {
    background: url(/img/76.gif) no-repeat center center;
    position: fixed;
    z-index: 1000;
    margin: -25px 0 0 -25px;
    overflow: hidden;
    z-index: 1104;
    height: 100%;
    width: 100%;
    background-color: #777777;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.list-stock {
    font-size: 14px;
    line-height: 18px;
    color: #6e767f;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.list-stock .vcenter {
    padding-top: 4px;
}

.table-basket-num span {
    /*display: inline-block;*/
    font-size: 14px;
    color: #151723;
    padding-left: 25px;
    position: relative;
    line-height: 17px;
    font-size: 14px;
    color: #151723;
    /*min-width: 66px;*/
    text-align: left;
}

.table-basket-num span:before {
    /*content: 'Нет';*/
}

.table-basket-num span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 14px;
    background: url('/build/images/icon-indicator.png') 0 0 no-repeat;
}

.table-basket-num.little span:before {
    /*content: 'Мало';*/
}

.table-basket-num.little span:after {
    background-position: 0 -17px;
}

.table-basket-num.many span:before {
    /*content: 'Много';*/
}

.table-basket-num.many span:after {
    background-position: 0 -34px;
}

.table-basket-num.available1 span:before, .table-basket-num.available2 span:before {
    /*content: 'Мало';*/
}

.table-basket-num.available3 span:before {
    /*content: 'Достаточно';*/
}

.table-basket-num.available4 span:before, .table-basket-num.available5 span:before {
    /*content: 'Много';*/
}

.table-basket-num.available1 span:after, .product-nal.available1 span:after {
    background: url('../images/svg/ic_1item.svg') center / 14px no-repeat;
}

.table-basket-num.available2 span:after, .product-nal.available2 span:after {
    background: url('../images/svg/ic_2item.svg') center / 14px no-repeat;
}

.table-basket-num.available3 span:after, .product-nal.available3 span:after {
    background: url('../images/svg/ic_3item.svg') center / 14px no-repeat;
}

.table-basket-num.available4 span:after, .product-nal.available4 span:after {
    background: url('../images/svg/ic_4item.svg') center / 14px no-repeat;
}

.table-basket-num.available5 span:after, .product-nal.available5 span:after {
    background-position: 0 -70px;
}

ul.search-code-list {
    margin-left: 10px;
}

.product_gallery a {
    width: 70px;
    height: auto
}

.order-details > td {
    background-color: #FFFFFF;
}

table.order-details > tbody > tr:hover > td {
    background-color: #FFFFFF;
}

table.order-details > tbody > tr:hover > td tr td {
    background: none !important;
}

table tbody tr:hover td {

}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #eee;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-active {
    border: 1px solid #8c8c8c;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}


.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.body-panel {
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.accordion .accordion__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.accordion .accordion__content::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.accordion .accordion__content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.nav-md .hidden-md {
    visibility: hidden
}

.x_content {
    padding: 0;
}

.table > tbody > tr > td.vcenter, .table > tbody > tr > th.vcenter {
    vertical-align: middle;
}

.color-green {
    color: #00A000
}

.color-red {
    color: #ff0000
}

input.ng-invalid, select.ng-invalid {
    background-color: pink;
}

.price-politics label {
    text-align: left !important;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-inline {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.flex-justify-space-between {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.flex-justify-center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.flex-justify-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-justify-start {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-align-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.flex-align-top {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.flex-align-content {
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
}

.flex-align-sp-bt {
    -webkit-align-content: space-between;
    -ms-align-content: space-between;
    align-content: space-between;
}

.flex > div {
    float: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.product-image {
    text-align: center;
}

.product-image img {
    width: inherit;
    max-height: 317px;
    border-radius: 6px;
    margin: 0 auto;
}

.popup-good-boximg {
    height: 445px;
}

.list-char {
    font-size: 13px;
    line-height: 17px !important;
    color: #6e767f;
    overflow: hidden;
}

.list-char-item {
    min-height: 14px;
    margin-bottom: 10px;
    position: relative;
}

.list-char i {
    font-style: normal;
    padding-right: 4px;
    float: left;
    max-width: 60%;
}


.list-char b, .list-char i {
    background-color: transparent;
    position: relative;
    z-index: 5;
}

.list-char .flex-inline b, .list-char .flex-inline i {
    background-color: #fff !important;
    position: relative;
    z-index: 5;
}

.list-char-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    right: 0;
    height: 1px;
    border-bottom: 1px dotted #d7d8da;
}

.param-title {
    color: #26b99a;
}

.x_content .filter-item:last-child {
    margin-bottom: 0;
}

.filter-item:after {
    content: '';
    display: block;
    clear: both;
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000 url('/assets/images/system/spinner.gif') center no-repeat;
    background-size: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-group.filter-item .btn {
    margin-bottom: 6px;
}

.form-group.filter-item .btn:active {
    border: 0;
    box-shadow: inherit;
}

footer {
    background-color: #f7f7f7
}

ul.msg_list li a .time {
    right: 10px;
}

.search-results.msg_list span {
    white-space: normal
}

.search-results {
    border: medium none;
    box-shadow: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -16px;
    background-color: #fff;
}

.search-results li:hover, .search-results li.angucomplete-selected-row {
    background-color: rgba(38, 185, 154, .07);
}

.datepicker {
    cursor: pointer;
}

.error {
    color: red;
    font-weight: normal;
}

.nav_title {
    height: 50px;
}

.site_title {
    height: 45px;
    line-height: 45px;
    padding-left: 0px !important;
}

.site_title img {
    max-width: 200px;
}

.site_small_title {
    width: 70px;
    background: white;
    text-align: center;
    position: absolute;
}

.navbar-nav > li > a {
    font-weight: 500;
    color: #ECF0F1;
    margin-left: 0 !important;
    line-height: 25px
}

.btn-sms span {
    display: inline-block;
    padding-left: 23px;
    background: url('../images/system/icon-pen.png') 0 50% no-repeat;
}

.sms-item {
    box-shadow: 8px 8px 40px rgba(33, 43, 54, 0.08);
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.sms-item-footer {
    padding-top: 30px;
    border-top: 1px solid #dfe2e5;
}

.sms-item-footer .btn {
    margin-top: 20px;
}

.sms-item-title {
    font-size: 20px;
    color: #212b36;
    margin-bottom: 20px;

}

.sms-item-user,
.sms-item-manager {
    margin-bottom: 25px;
}

.sms-item-user .sms-item-text {
    border: 1px solid #dfe2e5;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #4a5961;
    position: relative;
    z-index: 2;
}

.sms-item-user .sms-item-text:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -6px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #dfe2e5;
    border-top: 1px solid #dfe2e5;
    transform: rotate(-45deg);
}

.sms-item-manager .sms-item-text {
    border: 1px solid #efefef;
    border-radius: 10px;
    background-color: #efefef;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #4a5961;
    position: relative;
    z-index: 2;
}

.sms-item-manager .sms-item-text:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: -6px;
    width: 10px;
    height: 10px;
    background-color: #efefef;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    transform: rotate(-45deg);
}

.sms-item-date {
    font-size: 12px;
    color: #748085;
    margin-bottom: 5px;
}

.sms-item {
    padding-right: 5px;
}

.sms-item-user {
    padding-left: 10px;
}

.sms-item-manager {
    padding-right: 10px;
}

#messages {
    width: 100%;
    height: 450px;
    overflow: auto;
}

.jspVerticalBar {
    width: 5px;
}

#message_form textarea.form-control {
    height: auto;
    resize: none;
    border-radius: 5px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.width-80 {
    max-width: 80px;
}

label.notify {
    font-weight: normal;
    cursor: pointer;
}

.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
    margin-right: 5px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.checkbox label i {
    text-decoration: dotted;
    text-transform: none;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.popover-success {
    background: #26b99a;
    color: #fff;
}

.popover-success.left > .arrow:after {
    border-left-color: #26b99a;
}

a.text-wish:hover {
    color: darkorange;;
}

.text-wish {
    color: darkorange !important;
}


@media (min-width: 768px) {
    .sms-item-user {
        padding-right: 25%;
    }

    .sms-item-manager {
        padding-left: 25%;
    }
}


/*  NEW STYLE HERE  */


.d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    -ms-align-items: center;
    align-items: center;
}

.ml-1 {
    margin-left: 0.5em !important;
}

.ml-2 {
    margin-left: 1em !important;
}

.ml-3 {
    margin-left: 1.5em !important;
}

.ml-4 {
    margin-left: 2em !important;
}

.ml-5 {
    margin-left: 2.5em !important;
}

.mt-1 {
    margin-top: 0.5em !important;
}

.mt-2 {
    margin-top: 1em !important;
}

.mt-3 {
    margin-top: 1.5em !important;
}

.mt-4 {
    margin-top: 2em !important;
}

.mt-5 {
    margin-top: 2.5em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.mb-1 {
    margin-bottom: 0.1em !important;
}

.mb-2 {
    margin-bottom: 1em !important;
}

.mb-3 {
    margin-bottom: 1.5em !important;
}

.mb-4 {
    margin-bottom: 2em !important;
}

.mb-5 {
    margin-bottom: 2.5em !important;
}

.w-100 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.nav_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 20px;
    margin: 0;
    height: 50px;
}

.nav_menu {
}

.nav_menu .toggle {
    padding: 0;
}

.nav_menu .toggle a {
    padding: 0 0 0 15px;
}

.nav_menu .profile {
    margin: 0;
    padding: 0;
}

.nav_menu .profile_pic {
    margin: 0;
    padding: 0;
}

.nav_menu .profile_pic img {
    width: 40px;
    margin: 0;
    padding: 0;
}

.nav_menu .profile_info {
    padding: 0;
    margin: 0;
}

.nav_menu .profile_info h2 {
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 15px;
}

.side_nav_menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    /*padding: 0px 0 0px 20px;*/
    background: #fff;
    /*border-bottom: 1px solid #7f7f7f;*/
}

.side_nav_menu #compoBasket {
}

.side_nav_menu #compoBasket ul {
    width: auto !important;
    position: static !important;
    white-space: nowrap !important;
}

.side_nav_menu #compoBasket ul li {
}

.side_nav_menu #compoBasket ul li a {
    padding-right: 25px;
}

.navbar-right li {
    float: right;
}

.side_nav_menu .btn {
    margin-bottom: 0;
}

.nav_menu .btn:hover {
    color: #f5821f;
}

.side_nav_menu .search_form {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0 20px;
}

.side_nav_menu .search_form .form-group {
    margin: 0;
}

.side_nav_menu .search_form .form-group input {
    padding-right: 34px;
}

.side_nav_menu .search_form .form-group span {
    height: 24px;
    line-height: 24px;
    right: 0;
    margin: 5px 0;
}

.filter-toggle .dropdown-menu {
    padding: 20px;
}

.nav-md .container.body .right_col {
    padding: 15px 15px 0;
}

.card_view {
    padding: 15px 20px 15px;
}

.emphasis {
    padding: 0 20px;
}

h4.breif {
    font-style: italic;
    font-weight: 600;
}

.modal {
}

.modal h3 {
    color: #161616;
}

.modal-header {
    position: relative;
}

.modal .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 8px;
}

.char-group {
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}

.char-group .input-group {
    margin: 0 5px 10px;
    float: left;
    display: block;
}

.char-group .input-group img {
    /*width: 46px;
    height: 46px;*/
}

.char-group .input-group input {
    display: none;
}

.char-group .input-group p {
    border: 1px solid #7f7f7f;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 10px;
    width: 60px;
    cursor: pointer;
}

.char-group .input-group input:checked + p {
    border-color: #1ABB9C;
    background: #1ABB9C;
    color: #fff;
}

.irs-with-grid {
    height: 60px;
    padding: 0 15px;
    display: inline-block;
    width: 100%;
}

.irs-bar-edge {
    display: none;
}

.news__block {
    display: inline-block;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.news__block span {
    display: inline-block;
    margin-bottom: 10px;
}

.news__block strong {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    color: #161616;
    margin-bottom: 10px;
}

.news__item--wide {
    padding: 20px;
    border-bottom: 1px solid #ededed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.news__item--wide:last-of-type {
    border: none;
}

.news__item--wide .date {
    width: 76px;
    height: 76px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: green;
    color: #fff;
    -webkit-flex: 0 0 76px;
    -moz-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    -o-flex: 0 0 76px;
    flex: 0 0 76px;
    text-align: center;
    margin-right: 30px;
}

.news__item--wide .info {
    margin-right: 30px;
}

.news__item--wide .info strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #191919;
}

.news__item--wide .title {
    font-weight: 600;
    font-size: 16px;
    color: #191919;
    margin-right: 30px;
}

.news__item--wide .size {
    font-size: 16px;
    color: #191919;
    margin-right: 30px;
}

.news__item--wide .date--main {
    font-size: 16px;
    color: #191919;
    margin-right: 30px;
}

.news__item--wide a {
}

.slick-list {
    margin: 0 -5px;
}

.prod__slick {
    background: #fff;
    padding: 20px;
    margin: 0 5px 40px;
}

.prod__slick span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    opacity: .6;
}

.prod__slick .image {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 15px;
    /*height: 150px;*/
}

.prod__slick .image img {
    width: 100%;
    max-width: 100%;
}

.prod__slick p {
    font-size: 13px;
    line-height: 1.4;
    /*margin-bottom: 35px;*/
    color: #161616;
    height: 38px;
    overflow: hidden;
}

.prod__slick div {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.price {
    font-size: 20px;
}

.prod__slick .price_prod {
    font-size: 16px;
    margin: 0;
    line-height: 1;
    color: #161616;
}

.slick {
    padding: 0 25px;
}

.slick .slick-prev {
    left: 0;
    margin: 0;
}

.slick .slick-next {
    right: 0;
    margin: 0;
}

.banner__main {
    width: 100%;
    margin-bottom: 30px;
}

.banner__main img {
    width: 100%;
}

.product_info {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.product_info {
}

.catalog-toggle {
    margin-right: 10px;
}

.catalog-toggle .dropdown-toggle {
    font-size: 14px;
}

.catalog-toggle .dropdown-menu {
    padding: 10px 0;
}

.catalog-toggle .dropdown-menu a {
    font-size: 14px;
    padding: 8px 15px;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    line-height: 1;
}

body {
    background: #eaeaea;
}

.left_col {
    background: #eaeaea;
    margin-top: 50px;

}

.nav-sm .left_col {
    position: fixed !important;
}

.menu_section h3 {
    color: #161616;
    text-shadow: none;
    padding-top: 20px;
    padding-left: 20px;
}

.nav.child_menu > li > a, .nav.side-menu > li > a {
    color: #161616 !important;
}

.nav.side-menu > li.active > a {
    color: #eaeaea !important;
}

.nav.child_menu > li > a {
    color: #262626 !important;
}

.main_menu_side h3.profile_h3 {
    width: 100%;
    text-align: center;
    margin: 0px 0 25px;
    padding: 0;
}

.main_menu_side .profile_pic {
    width: 100%;
    float: none;
    text-align: center;
}

.main_menu_side .profile_pic img {
    width: 35% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main_menu_side .profile_info {
    padding: 10px 10px 20px;
    width: 100%;
    float: none;
    text-align: center;
}

.profile_info h2 {
    font-size: 14px;
    color: #161616;
    margin: 0;
    font-weight: 300;
}

.profile_info span {
    font-size: 13px;
    line-height: 1.3;
    color: #262626;
    margin-top: 10px;
    display: inline-block;
}

.product_price--gray {
    border: none;
    background: #eaeaea;
}

.product_price {
    margin: 15px 0 20px 0 !important;
}

.product_price.we-product-price {
    margin: 0 0 20px 0 !important;
}

.we-pictogram-item {
    margin-bottom: 0px !important;
    margin-top: -10px;
}

.we-pictogram-item img {
    height: 46px;
}

button.we-analog-btn-item {
    /*margin-bottom: 1px !important;*/
    margin-bottom: 0px;
}

.nav-tabs {
    margin-top: 30px;
}

ul.bar_tabs {
    overflow: visible;
    background: #fff;
    height: auto;
    margin: 0 0 3px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 0;
}

ul.bar_tabs > li.active {
    border-right: 0;
    border-top: 0;
    margin-top: 0;
}

ul.bar_tabs > li, ul.bar_tabs > li.active a {
    border-bottom: none;
}

ul.bar_tabs > li {
    border: 0;
    color: #333 !important;
    margin-top: 0;
    margin-left: 0;
    background: #fff;
    border-radius: 0;
    border-right: 1px solid #eaeaea !important;
}

ul.bar_tabs > li, ul.bar_tabs > li.active a {
    border-bottom: none;
    border-right: 1px solid #eaeaea;
}

ul.bar_tabs > li {
    margin: 10px 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #161616;
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

ul.bar_tabs > li a {
    padding: 10px 20px;
    background: #fff;
    margin: 0;
    border-top-right-radius: 0;
    border: none !important;
}

.tagsinput input, ul.bar_tabs > li a:hover {
    border: none;
    color: #161616;
}

.product_char {
    display: inline-block;
    width: 80px;
    height: 80px;
    /*border: 1px solid #eaeaea;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    text-align: center;
    margin-left: 10px;
}

.nav.side-menu > li > a:hover {
    color: #f5821f !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.x_panel .profile {
    background: #fff !important;
}

.x_panel .profile a {
    margin-top: 15px;
}

.char-group label .enb {
    display: none;
}

.char-group label input:checked + .dis {
    display: none;
    cursor: pointer;
}

.char-group label input:checked ~ .enb {
    display: inline-block;
    cursor: pointer;
}

.nav_title #menu_toggle {
    position: absolute;
    display: block;
    right: -35px;
    top: 13px;
}

form .char-group label.input-group {
    cursor: pointer;
}

nav.header-customer-logout {
    margin-right: 95px;
}

.modal-draft .we-table-product .table-product__item {
    cursor: pointer;
}

.modal-draft .we-table-product .table-product__item:hover {
    background-color: #f9fafd;
}

.product-imgslider-mini {
    display: flex;
}

.mdb-autocomplete-wrap {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    list-style-type: none;
    overflow-y: auto;
    /*max-height: 210px;*/
    padding-left: 0;
    background: #fff;
    top: 52px;
}

.we-search-box .mdb-autocomplete-wrap .table-product {
    max-height: 400px;
    padding: 16px 23px;
    overflow: initial;
}

.we-search-box .mdb-autocomplete-wrap .table-product .table-product__item:last-child {
    margin-bottom: 0;
}

.we-search-box .mdb-autocomplete-wrap .scroll-effect__block, .we-search-box .mdb-autocomplete-wrap .scroll-effect__block-top {
    z-index: 5;
    height: 60px;
}

.we-search-box .mdb-autocomplete-wrap .scroll-effect__block, .we-search-box .mdb-autocomplete-wrap .scroll-effect__block-top {
    position: fixed;
}

.we-search-box .mdb-autocomplete-wrap .scroll-effect__block-top .scroll-effect__line {
    width: 630px;
    height: 60px;
}

.we-search-box .mdb-autocomplete-wrap .scroll-effect__block .scroll-effect__line {
    top: -60px;
    width: 630px;
    height: 60px;
}

.we-search-box ul#searchResult li a > img {
    height: 40px;
    border: 1px solid #e6e9ed;
    margin-right: 5px;
}

.we-search-box .we-search-box-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.mdb-autocomplete-wrap li {
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-menu {
    left: -215px !important;
}

.we-bread-filters-item {
    float: left;
    margin-right: 7px;
}

div.we-star {
    display: block;
    height: 20px;
}

div.we-star a:hover {
    color: #ff8c00 !important;
}

div.we-star span {
    margin-left: 5px;
}

.we-bread-filters-box .we-remove-filter {
    width: 16px;
    height: 15px;
    display: inline-block;
}

.we-bread-filters-item a.label {
    padding: .2em .4em .3em !important;
}

ul.we-certificates {
    padding-left: 18px !important;
}

/* VIDEO 1*/
.video-list-thumbs {
}

.video-list-thumbs > li {
    margin-bottom: 12px;
}

.video-list-thumbs > li:last-child {
}

.video-list-thumbs > li > a {
    display: block;
    position: relative;
    background-color: #111;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    transition: all 500ms ease-in-out;
    border-radius: 4px
}

.video-list-thumbs > li > a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    text-decoration: none;
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}

.video-list-thumbs .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: all 500ms ease-in-out;
}

.video-list-thumbs > li > a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
    transition: all 500ms ease;
}

.video-list-thumbs > li > a:hover .duration {
    background-color: #000;
}

@media (min-width: 320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

/* VIDEO 2*/
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen

and (width: 1280px) and (orientation: landscape), only screen

and (device-width: 800px), only screen and (max-width: 767px) {

    .flex-video {
        padding-top: 0;
    }
}

/* END VIDEO 2*/

.image.we-img img,
.basket-image img {
    transition: transform .2s; /* Animation */
}

.image.we-img img:hover,
.basket-image img:hover {
    padding: 0px;
    background: #ffffff;
    transform: scale(3.5); /* Увеличиваем масштаб */
}

.autoimg_placer {
    width: 66px;
    height: 34px;
    position: relative;
}

.autoimg_placer .autoimg {
    width: 66px;
    height: 34px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: absolute;
    overflow: hidden;
}

.autoimg_placer .autoimg img {
    margin: 0 auto;
    float: none;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #fff;
}


.autoimg_placer_new .autoimg {
    width: 66px;
    height: 34px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: absolute;
    overflow: hidden;
}

.autoimg_placer_new .autoimg:hover {
    width: 198px;
    height: 198px;
    margin: -82px -73px;
    z-index: 10;
    border: 1px solid #ddd;
    padding: 6px;
}

.autoimg_placer_new .autoimg img {
    margin: 0 auto;
    float: none;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #fff;
}

.we-contracts-box {
    position: relative;
}

.we-contracts-box .we-contracts-box-title {
    position: absolute;
    top: 0;
    width: 60px;
    display: block;
}

.we-contracts-box-ul {
    padding-left: 80px;
}

.we-manager-box {
    /*margin-bottom: 15px;*/
}

.we-hits-box img.table-image {
    max-width: none;
}

.we-comment {
    max-height: 250px;
    overflow-y: auto;
}

.we-comment span {
    line-height: 20px !important;
}

.we-comment ul.msg_list li {
    width: 100% !important;
    margin: 0 0 7px 0;
}

.main_container {
    overflow: hidden;
}

.main_container > .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav_menu {
    padding: 0 2px 0 0px !important;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    right: 0px;
}

.nav-md .container.body .right_col {
    margin-left: 220px !important;
    margin-top: 50px;
}

.nav-sm .container.body .right_col {
    margin-top: 50px;
}

a.user-profile {
    color: #5e6974 !important;
    margin: 0 20px;
}

.nav_menu .btn {
    margin-bottom: 0 !important;
    background: #d5d5d5;
}

nav.header-customer-logout {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

.nav_menu .navbar-right {
    position: static !important;
    white-space: nowrap;
}

.dropdown-menu {
}

.dropdown-menu .dropdown-item {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    padding: 0 20px;
    border-bottom: 1px solid #f4f4f4;
}

.dropdown-menu .dropdown-item:last-of-type {
    border: none;
}

.dropdown-menu .dropdown-item:hover {
    background: #3f5367;
    color: #fff;
}

.nav_menu .mr-2 {
    margin-right: 10px;
}

.nav_menu .form-group {
    margin: 0 10px;
    flex: 0 1 100%;
}

.nav_menu .input-group {
    margin: 0;
}

.nav_menu .input-group input {
    border: none;
    border-radius: 4px 0 0 4px;
    height: 34px;
    line-height: 34px;
    padding-right: 30px;
}

.nav_menu .input-group .input-group-btn {
    line-height: 34px;
    height: 34px;
    border-right: 2px solid #f7f7f7 !important;
}

.nav_menu .input-group .input-group-btn a {
    background: #ddd;
    font-size: 14px;
    padding: 0 12px;
    line-height: 32px;
    border-radius: 0;
    width: 100%;
}

.nav_menu .input-group .input-group-btn:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right: none !important;
}

footer {
    margin-left: 220px;
}

.nav-sm .nav_menu {
    padding: 0 2px 0 0px !important;
}

.nav-sm .right_col {
    margin-left: 60px !important;
}

.nav-sm .navbar.nav_title {
    padding: 0 6px;
}

@media (max-width: 991px) {
    .site_small_title {
        width: 64px;
    }

    .nav-sm .navbar.nav_title {
        padding: 0 8px;
    }

    .menu_toggle {
        display: none;
    }

    nav.header-customer-logout {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .btn .d-sm-none {
        display: none;
    }

    .btn i.fa {
        margin: 0 !important;
    }

    #compoBasket {
        margin-left: 20px;
        widows: 80px;
    }

    #compoBasket li a {
        font-size: 0;
    }
}

@media (max-width: 575px) {
    .header-customer-logout .form-group {
        min-width: 180px;
    }

    .pagination {
        display: flex;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 3px 8px;
        margin-left: -2px;
    }

}

.we-side-menu .we-failure {
    position: absolute;
    left: 11px;
    top: 0px;
    width: 30px;
    height: 32px;
    display: block;
    background: #ccc;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
    margin-left: 5px;
}

.nav.child_menu li:hover {
    background-color: #cecece;
}

.ui-pnotify-nonblock-fade {
    opacity: 1 !important;
}

.menu_section > ul {
    padding-left: 3px;
}

.order-details .order-details thead {
    /*background: #1abb9c !important;*/
}

.order-details thead th {
}

.dropdown-left {
    left: 0 !important;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-menu .dropdown-item {
    border: none !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100% !important;
    top: -1px;
    margin: 0;
}

.dropdown-item {
    white-space: nowrap;
}

.dropdown-item.sub {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.dropdown-menu .fa {
    margin-left: 15px;
}

/* MAIN MENU */

.we-menu-ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.we-menu-ul h3 {
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}

.we-menu-ul > li.we-menu-li, .we-menu-ul > li > a {
    position: relative;
    display: block;
}

.we-menu-ul li.we-menu-li a {
    padding: 13px 15px 12px;
    margin-left: 5px;
    color: #161616 !important;
    font-weight: 500;
}

@media (max-width: 991px) {
    .we-menu-ul li.we-menu-li li a {
        color: #fff !important;
    }
}

.nav-sm .we-menu-li span.title {
    display: none;
}

.nav-sm .we-menu-li {
    text-align: center;
}

.we-menu-ul .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
}

.we-menu-ul > li > a:hover {
    color: #444444 !important;
}

.alert-danger, .alert-error {
    color: #e9edef;
    background-color: rgba(143, 12, 27, .88);
    border-color: rgba(143, 12, 27, .88);
}

.we-menu-ul > li.active > a {
    text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
    background: linear-gradient(#82b0d9, #6ca1d5), #5d8bba;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
}

/* END MAIN MENU */

.we-rouble {
    color: #5a738e;
    font-size: 10px;
}

.main_container .top_nav {
    margin-left: 220px !important;
}

.nav_menu_hamburger .menu_toggle {
    width: 59px;
    height: 50px;
    /*margin-left: 11px;*/
    line-height: 50px;
    text-align: center;
}

.nav_menu_hamburger .menu_toggle a.active-tab, .we-filter-btn a.active-tab {
    color: #f5821f;
}

.nav_menu_hamburger .menu_toggle #menu_toggle {
    padding: 0px !important;
    margin-right: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.we-nav-logo {
    width: 250px;
    margin-left: -5px;
}

.we-manager-box.menu_section {
    margin: 0 auto 0 auto;
}

.scroll-view {
    width: 100%;
}

/* FILTER ICON*/
.we-icon {
    display: flex;
    justify-content: flex-start;
}

.we-icon .we-icon-li {
    /*width: 12.5%;
       display: block;
       float: left;*/

    flex-basis: 12.5%;
}

.we-icon .we-icon-li img {
    width: 100%;
}

/* END FILTER ICON*/

.we-search-box {
    position: relative;
}

.we-search-box a.form-control-feedback {
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
    position: absolute;
    z-index: 5;
    margin-top: 6px;
    cursor: pointer;
    pointer-events: visible;
    right: 5px;
}

.we-search-box a.form-control-feedback:hover {
    color: #23527c;
}

.we-btn-add-cart {

}

.sale-icon {
    border-radius: 5px;
    color: #fff;
    background-color: #23aa5d;
    display: block;
    width: 67px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
}

.new-icon {
    border-radius: 5px;
    color: #fff;
    background-color: #aa4a1e;
    display: block;
    width: 67px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
}

/* WE INPUT NUMBER */
.we-input-number .input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.we-input-number input[type=number]::-webkit-inner-spin-button,
.we-input-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    position: relative;
    background: #eee;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #73879c;
    transform: translate(-50%, -50%);
}

.number-input button:hover:before,
.number-input button:hover:after {
    background-color: #ff8c00;
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 6rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 1px;
    font-size: 13px;
    height: 25px;
    /*font-weight: bold;*/
    text-align: center;
}

/* END WE INPUT NUMBER */

@media (min-width: 992px) {
    .modal-lg {
        width: 1024px;
    }
}

.nav-sm .container.body .col-md-3.left_col {
    z-index: 1 !important;
}

.modal .price {
    color: #667d96 !important;
}

.we-params-icon {
    margin-bottom: 0px !important;
}

.we-params-icon img {
    height: 46px;
}

.we-params-icon .product_char {
    width: 50px;
    height: 70px;
    margin-left: 0 !important;
}

.we-input-number .btn {
    margin-bottom: -7px;
}

.we-number-modal.we-input-number {
    height: 40px;
}

.we-number-modal.we-input-number input {
    width: 56px;
}

table.jambo_table tbody tr:hover td {
    border-bottom: 0px !important;
}

/* ANALOG*/
.we-analog-box {
}

.we-analog-box input.we-analog-checkbox {
    display: none;
}

/* END ANALOG*/

.dropdown-menu.we-settings-menu {
    left: 0px !important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f5821f;
    border-color: #eea236;
}

.we-order-table {

}

.we-order-table:hover {
    background: #f7f7f7;
}

.we-order-table .we-order-table-td {

}

.we-order-table .we-order-table-td.hand:hover {
    cursor: pointer;
}

.we-order-table-doc {

}

.we-order-table-doc .we-order-table-doc-ico {
    margin-right: 7px;
    font-size: 16px;
}

.order-status {
    padding: 10px;
    display: block;
    width: 190px;
}

.order-status10 {
    background-color: #f2f2f2;
    color: #73879c;
}

.order-status25 {
    background-color: #ffc107;
    border-color: #ffc107;
}

.order-status20 {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.order-status2 {
    background-color: #45AA34;
}

.order-status27 {
    background-color: #0066FF;
}

.order-status14 {
    background-color: #5B9BD5;
}

.order-status3 {
    background-color: #FF6E00;
}

.order-status4 {
    background-color: #7F7F7F;
}

.we-total-in-order h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.we-cart {
    background: #DCDCDC;
    position: relative;
    padding: 6px 12px;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.we-cart .fa-shopping-cart {
    font-size: 19px;
    color: #F38334;
}

.we-cart .we-cart-count {

}

.we-cart .we-cart-body {

}

.we-cart .we-icon-cart {
    color: #ff8c00;
    font-size: 18px;
    margin-left: 6px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.we-cart .badge {
    font-size: 11px;
    line-height: 13px;
    padding: 0px 4px;
    /* position: absolute;
    /* right: 2px; */
    top: 3px;
    left: 25px;
}

.we-cart .fa-shopping-cart {
    margin-right: 2px;
}

.we-cart .we-ch:before {
    content: "";
    left: 0;
    height: 65px;
    border-left: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 4px;
}

.we-drafts .hand {
    cursor: pointer;
}

.we-drafts-table {
    margin-bottom: 0px !important;
}

.we-xpanel {

}

.we-xpanel .we-pointer:hover {
    cursor: pointer;
}

.we-xpanel .we-chevron {
    float: right;
}

.we-xpanel .we-chevron i {
    padding: 5px;
    color: #c5c7cb;
    font-size: 14px;
}

.we-xpanel .we-chevron i:hover {
    background: #f5f7fa;
}

.nav-sm footer {
    margin-left: 61px;
}

.we-xpanel-title {
    padding: 7px 0;
    border-bottom: 1px solid #E4E4E4;
}

.we-menu-report > ul {
    padding-left: 22px;
}

.we-menu-report > ul > li {
    list-style: none;
    /*padding: 10px;*/
    display: block;
}

.we-menu-report > ul li a {
    display: block;
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 15px !important;
}

.nav-sm .we-menu-report > a {
    display: none;
}

.nav-sm .we-menu-report > ul {
    padding-left: 5px
}

.nav-sm .we-menu-report > ul li a {
    border-left: 0;
    padding: 15px 0 !important;
    margin-left: 0;
}

.nav-sm .we-menu-report > ul li a span {
    display: none;
}

.we-checkout label {
    padding-left: 0;
    padding-right: 10px;
}

.we-checkout button {
    height: 52px;
}

.we-input-number > input {

}

.we-menu-logout {
    left: -46px !important;
    width: 160px;
}

.we-final-p a span {
    /*text-decoration: underline;*/
}

.we-final-p a span:hover {
    /*text-decoration: none;*/
}

/*CHAT*/

.chat-window {
    bottom: 0;
    position: fixed;
    float: right;
    right: 0;
    z-index: 999999;
    width: 350px;
    margin: 0 10px;
}

.chat-window > div > .panel {
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-bottom: 0px;
}

.chat-window .icon_minim {
    padding: 2px 10px;
}

.chat-window .msg_container_base {
    background: #e5e5e5;
    /*margin: 0 0 51px 0;*/
    padding: 0 10px 4px 15px;
    max-height: 300px;
    overflow-x: hidden;
    display: block;
}

.chat-window .top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.chat-window .msg_receive {
    padding-left: 0;
    margin-left: 0;
}

.chat-window .msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
}

.chat-window .messages {
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.chat-window .messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
}

.chat-window .messages > time {
    font-size: 11px;
    color: #ccc;
}

.chat-window .msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.chat-window img {
    display: block;
    width: 100%;
}

.chat-window .avatar {
    position: relative;
}

.chat-window .base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.chat-window .base_receive {
    margin-right: 10px;
}

.chat-window .base_sent {
    margin-left: 10px;
}

.chat-window .base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

.chat-window .base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2);
}

.chat-window .msg_sent > time {
    float: right;
}

.chat-window .base_sent img {
    margin-left: 10px;
}

.chat-window .msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chat-window .msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.chat-window .msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.chat-window .btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.chat-window .top-bar {
    background: #f38334;
}

.chat-window .top-bar h3.panel-title {
    color: #fff;
}

.chat-window .top-bar .icon_close, .chat-window .top-bar .icon_minim {
    color: #fff;
}

.chat-window .input-group {
    margin-bottom: 0;
}

.chat-window .input-group .input-group-btn .btn-primary {
    background: #f38334;
    border: 1px solid #ff751a;
}

.chat-window .panel-footer {
    /*position: absolute;
    bottom: 0px;
    left: 0px;*/
}

.chat-window .we-chat-box {
    /*width: 100%;*/
}

.chat-window .col-md-2, .chat-window .col-md-10 {
    padding: 0;
}

.chat-window .msg_container_base.show {
    display: block;
}

.chat-window .msg_container_base.hidden {
    display: block;
}

.chat-window .we-chat-box {
    padding-top: 5px;
    padding-bottom: 5px;
}

.chat-window .we-chat-massage-box {
    padding: 0;
}

.chat-window .base_receive .messages {
    background: #F0F8FF;
}

.chat-window .msg_receive:after {
    left: -6px;
    background-color: #F0F8FF;
    border-left: 1px solid #F0F8FF;
    border-top: 1px solid #F0F8FF;
}

.chat-window .base_receive .msg_receive:after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}


.chat-window .msg_sent:after {
    right: -6px;
    background-color: #fff;
    border-right: 1px solid #dfe2e5;
    border-bottom: 1px solid #dfe2e5;
}

.chat-window .base_sent .msg_sent:after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

/*END CHAT*/

.btn-warning {
    background: #f38334 !important;
    border: 1px solid #ff751a !important;
}

.btn-warning:hover {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.alert-warning {
    background-color: #f38334 !important;
}

.we-chat-icon {
    position: relative;
}

.we-chat-icon span.we-chat-icon-number {
    font-size: 11px;
    line-height: 13px;
    padding: 0 4px;
    top: -5px;
    left: 15px;
    position: absolute;
    display: none;
}

.nav-md .we-chat-icon span.we-chat-icon-number {
    left: 10px;
}

#chat_window_1 .we-chat-title span.we-new-count {
    font-size: 11px !important;
    line-height: 13px;
    padding: 0 4px;
}

.form-horizontal span.fa {
    display: block !important;
}

.we-complaints-comments-box .we-complaints-comments-box-text {
    line-height: 18px;
    font-size: 12px !important;
}

.we-complaints-comments-box .we-complaints-comments-box-ul li {
    margin: 0 0 5px 0 !important;
    width: 100% !important;
}

.we-complaints-comments-box li:last-child {
    padding: 5px !important;
}

.tr-wish td, .tr-analog td {
    background: #f3833345;
}

.select-perpage {
    margin: 20px 0;
}

.select-perpage-right {
    margin-right: 20px;
}

.pointer {
    cursor: pointer;
}

.we-hit-index-box {
    padding: 0 25px;
}

.block-prev {
    font-size: 40px;
    position: absolute;
    left: -40px;
    top: 300px;
    color: white;
}

.block-next {
    font-size: 40px;
    position: absolute;
    right: -40px;
    top: 300px;
    color: white;
}

.block-prev:hover, .block-next:hover {
    color: #f38334;
}

.product_char_no_margin {
    margin-left: 0 !important;
    width: 50px !important;
    height: 70px !important;
    padding: 10px !important;
}


@media (max-width: 768px) {
    .block-prev {
        font-size: 40px;
        position: absolute;
        left: -10px;
        top: 300px;
        color: #f38334;
        z-index: 100;
    }

    .block-next {
        font-size: 40px;
        position: absolute;
        right: -10px;
        top: 300px;
        color: #f38334;
        z-index: 100;
    }
}

.breadcrumb-box {
    padding: 5px 0;
    font-size: 14px;
    display: inline-block;
}

.modal-header-padding {
    margin-bottom: 10px;
}

.modal-body .product_price {
    background: #eaeaea !important;
    border: none;
}

#myTabContent #tab_content1, #myTabContent #tab_content2 {
    max-width: 1024px;
}

.price {
    color: #667d96 !important;
}

.width-100 {
    width: 100%;
}

.header-buffer-icon {
    width: 14px;
    height: 14px;
    background: url('../images/system/icon-clipboard.svg') center center;
    background-size: cover;
    display: inline-block;
    margin: 3px 0;
}

.dropdown:hover .header-buffer-icon {
    background: url('../images/system/icon-clipboard-action.svg') center center;
}

.lh-0 {
    line-height: 0;
}

.icon-card {
    width: 25px;
    height: 17px;
    background: url(../images/system/icon-shopping-cart.svg) left center no-repeat;
    background-size: contain;
    display: inline-block;
}

.we-side-menu-catalog:hover .icon-card {
    background: url('../images/system/icon-shopping-cart-action.svg') left center no-repeat;
    background-size: contain;
}

.we-active.we-side-menu-catalog .icon-card {
    background: url('../images/system/icon-shopping-cart-action.svg') left center no-repeat;
    background-size: contain;
}

.nav-sm .icon-card {
    background-position: center center;
    background-size: contain;
}

.nav-sm .we-side-menu-catalog:hover .icon-card {
    background-position: center center;
    background-size: contain;
}

.nowrap_item {
    white-space: nowrap;
}

.fake-height {
    max-height: 52px;
    overflow: hidden;
    display: block;
}


.btn-primary-demo {
    color: #FFF !important;
    font-size: 13px;
    text-transform: uppercase;
    border-color: transparent;
    background: -webkit-linear-gradient(to right, #fb4213, #fb4213);
    background: -moz-linear-gradient(to right, #fb4213, #fb4213);
    background: linear-gradient(to right, #fb4213, #fb4213);
    box-shadow: 5px 5px 30px rgba(237, 29, 36, 0.4);
}

.demo-white {
    color: white !important;
}

.auth-link {
    text-decoration: underline;
}

.auth-link:hover {
    text-decoration: none;
}

.we-total-in-order {
    white-space: nowrap;
}

.we-registration-container.container {
    padding-left: 0px !important;
}

.we-registration-box.registration-wrapper {
    margin: 0 auto;
    padding: 0 !important;
}

.we-registration-box.registration-wrapper .x_panel {
    margin-bottom: 0px !important;
}

/* conflict fix !!!*/
.we-address-box {

}

.we-address-box .we-address-box-li span {
    position: absolute;
    top: 0px;
}

.we-address-box .we-address-box-li .row {
    margin-top: 20px;
}

/*!!!*/
.first-image {
    display: none;
}

.second-image {
}

@media (max-width: 991px) {
    .first-image {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px;
    }

    .second-image {
        display: none;
    }
}

.btn-primary {
    background: #8e1421 !important;
    border: 1px solid #8e1421 !important;
    padding: 8px 20px 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary:hover {
    background: #461717 !important;
    border-color: #461717 !important;
}

.btn-warning {
    background: #8e1421 !important;
    border: 1px solid #8e1421 !important;
    padding: 8px 20px 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-warning:hover {
    background: #461717 !important;
    border-color: #461717 !important;
}

.btn-default {
}

.btn-default:hover {
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #8e1421;
    border-color: #8e1421;
}

.pagination > li > a, .pagination > li > span {
    color: #8e1421;
}

.btn-success {
    background: none !important;
    color: #8e1421 !important;
    border-color: #8e1421 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-success:hover {
    border-color: #8e1421 !important;
    background: #8e1421 !important;
    color: #fff !important;
}

.btn-info {
    background: none !important;
    color: #8e1421 !important;
    border-color: #8e1421 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-info:hover {
    border-color: #8e1421 !important;
    background: #8e1421 !important;
    color: #fff !important;
}

.slick-next:before, .slick-prev:before {
    color: #8e1421;
}

.nav_menu .btn:hover {
    color: #8e1421;
}

.we-menu-ul > li.active > a {
    text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
    background: #8e1421;
    box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
    color: #fff !important;
}

.we-menu-ul > li > a:hover {
    background: #8e1421;
    color: #fff !important;
}

.dropdown-menu .dropdown-item:hover {
    background: #8e1421;
}

.info-number .badge {
    background: #461717 !important;
    border-color: #461717 !important;
}

.param-title {
    color: #333;
}

table.jambo_table thead {
    background: #8e1421;
}

.label {
    text-transform: uppercase;
    font-size: 10px;
    padding: 7px 12px;
    vertical-align: middle;
    margin: 5px;
}

.label-primary {
    background: none;
    border: 2px solid #8e1421;
    color: #8e1421 !important;
}

h2 {
    margin: 0 0 30px;
}

h2 .btn {
    margin: 0 0 0 15px;
}

.btn .fa {
    margin-right: 5px;
}

form.we-form .form-group {
    margin: 5px !important;
}

.x_panel-filter-icon {
    display: none;
}

.x_panel-mobile .close-filter, .mobile-filter-apply {
    display: none;
}

@media (max-width: 767px) {
    .x_panel-mobile .close-filter, .mobile-filter-apply {
        display: block;
    }

    .filter-item-btn-mobile {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .filter-item-btn-mobile button:last-child {
        margin: 0;
    }

    .btn-success-mobile {
        margin-bottom: 20px;
    }

    table.adaptive > tbody tr td:first-child, table.adaptive > tbody tr td:first-child {
        color: #fff;
    }

    table.adaptive > tbody tr td:first-child .glyphicon-star:before, table.adaptive > tbody tr td:first-child .glyphicon-star:before {
        color: #fff;
    }

    .btn-primary {
        border: none;
        padding: 1px 12px 3px !important;
        margin-top: 3px;
    }

    table.table-striped.table > thead > tr > td {
        padding: 3px;
    }

    .x_panel-mobile {
        display: none;
    }

    .x_panel-filter-icon {
        display: block;
        position: fixed;
        top: 65px;
        width: 45px;
        height: 45px;
        background: rgba(143, 12, 27, .88);
        border-radius: 50%;
        right: 10px;
        z-index: 8;
    }

    .x_panel-filter-icon i:before {
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .open .x_panel-mobile {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 888888;
        left: 0;
        height: 100vh !important;
        overflow-y: scroll;
    }

    .close-filter {
        width: 45px;
        height: 35px;
        background-image: url(/assets/images/content/close.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        right: 10px;
    }

    .x_panel-mobile .x_title {
        padding-top: 35px;
    }
}

.prod__slick a.pointer.item_image_wrapper {
    min-height: 177px;
    display: flex;
    justify-content: center;
    align-items: center;
}

option.bold {
    font-weight: bold;
    font-size: 18px;
}

.catalog-item_header:hover {
    text-decoration: underline;
}

.select2-container--open {
    z-index: 999999;
}

.banner__main .slick-next,
.banner__main .slick-prev {
    width: 30px;
    height: 30px;
    z-index: 10;
}

.banner__main .slick-next:before,
.banner__main .slick-prev:before {
    font-size: 30px;
    color: #525252;
}

.filter-item label {
    margin-bottom: 0px !important;
}

.nav_menu {
    z-index: 10;
}


filter-box {
    width: 100%;
}

.filters {
    width: 100%;
    /*overflow: hidden;*/
    background: #fff;
}

.img-circle {
    border-radius: 0% !important;
}

.we-callback {
    list-style: none;
    margin-top: 10px;
}

.we-callback li {
    display: block;
    float: left;
    padding-right: 8px;
}

.we-callback li img {
    height: 35px;
}



/*
@media (min-width: 768px) {
    .fixed {
        position: fixed;
        z-index: 9;
        top: 66px;
    }
    .fixedAbs {
        position: absolute;
        z-index: 9;
    }
}
*/


/*     new-desktop           */

/*============================================================================
	#Fonts
==============================================================================*/


.header {
    width: 100%;
    display: flex;
    background: #fff;
    height: 80px;
    position: fixed;
    z-index: 10;
    padding: 28px 23px;
}

.header__logo {
    width: 20%;

}

.header__logo .site_logo {
    width: 60px;
    height: 49px;
    display: block;
    margin-top: -13px;
}

.header__center {
    width: 47%;
    margin-left: 30px;
}

.header .site_title img {
    max-width: 100%;
}

.header__center .we-search-box .form-control {
    border: none;
    box-shadow: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.header__center .we-search-box .form-control {
    background-image: url(/assets/images/new-images/header/search.svg);
    background-position: left;
    background-size: 18px;
    background-repeat: no-repeat;
}

/*.we-side-menu-catalog.we-menu-li.catalog-icon.active:after {*/
/*    background-image: url(/assets/images/new-images/header/arr-catalog.svg);*/
/*    background-position: left;*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    width: 9px;*/
/*    height: 7px;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 111px;*/
/*    background-color: inherit;*/
/*}*/

.header__center .we-search-box {
    position: relative;
}

.not-fount-object {
    color: #262626;
}

.header__center .we-search-box .form-control:focus, .header__center .we-search-box .form-control:active {
    background-image: url(/assets/images/new-images/header/search2.svg);
    background-position: left;
    background-size: 18px;
    background-repeat: no-repeat;
}

.header__center .we-search-box .form-control::placeholder {
    font-style: normal;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 18px;
    color: #999999;
}

.header__center .we-search-box .icon {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.header__login {
    width: 21px;
    height: 24px;
    margin: 0 14px;
}

.header__notifications {
    width: 21px;
    height: 24px;
    margin: 0 14px;
    position: relative;
}

.header__notifications-count {
    position: absolute;
    top: 2px;
    left: 20px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #b81c36;
}

.header__cart .header__notifications-count {
    left: 24px;
}

.header__notifications-count span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 3px 0;
}

.header__cart {
    width: 21px;
    height: 24px;
    margin: 0 21px 0 14px;
    position: relative;
}

.we-menu-ul.fix {

}

.header__right {
    width: 34%;
}

.header__icons {
    display: flex;
    justify-content: flex-end;
}

.wrapper .content {
    display: flex;
    padding: 107px 23px 0;
}

.wrapper {
    width: 100%;
}

.content__left {
    width: 20%;
}

.content__right {
    width: 80%;
    padding-left: 23px;
}

.header__notifications {
    position: relative;
}

body .container.body .right_col {
    background: inherit;
}

.dropdown-submenu-notifications {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0px 30px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    width: 340px;
    position: absolute;
    right: 0;
    padding: 23px 26px;
    display: none;

}

.dropdown-menu__content {
    overflow: auto;
    position: relative;
    margin-bottom: 40px;
}

.dropdown-menu-notifications {
    position: relative;
}

.nav-md .container.body .content__right .right_col {
    padding: 0;
    margin: 0 !important;
}

#searchResult .scroll-effect__block.scroll-effect {
    bottom: inherit;
    top: 351px;
}

.we-search-box .mdb-autocomplete-wrap .scroll-effect__block .scroll-effect__line {
    border-radius: 0 0 18px 18px;
    top: 0;
}

.content__left .main_menu_side {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    padding: 10px 0 10px 34px;
    /*height: calc(100vh - 135px);*/
    min-width: 19%;
    padding-bottom: 15px;
    height: calc(100vh - 135px);
    overflow: auto;
    position: fixed;
    top: 110px;
    max-width: 19%;
    overflow-x: hidden;
    border: 1px solid rgba(238, 238, 238, 0.6);
}

.we-menu-super-box__center {
    margin: 40px 0;
}

.menu_section {
    height: 100%;
    position: relative;
}

.menu_section {
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    height: 100%;
    justify-content: space-between;
}

.we-manager-box.menu_section {
    display: block;
}

.menu_section.fixed {
    flex-direction: column;
}

/*.we-menu-super-box__center{*/
/*    position: absolute;*/
/*    top: 55%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.menu_section {*/
/*    margin-bottom: 0;*/
/*    min-height: 500px;*/
/*    position: relative;*/
/*}*/
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: right;
}

.product-history .scroll-effect__block.scroll-effect {
    bottom: 40px;
}

.products-filter .scroll-effect__block.scroll-effect {
    display: block;
    /*bottom: 53px;*/
}

.scroll-effect__block.scroll-effect-noScroll {
    display: block;
    bottom: 0;
}

.right_col, .content__right {
    min-height: calc(100vh - 130px);
}

.we-menu-ul > li.we-menu-li, .we-menu-ul > li.active {
    position: relative;
}

.SumoSelect .select-all {
    display: none;
}

.we-menu-ul > li.active:after {
    position: absolute;
    top: 8px;
    right: 0;
    content: '';
    background: #262626;
    border-radius: 1px;
    width: 3px;
    height: 33px;
}

/*.child_menu.catalog_childs::-webkit-scrollbar {*/
/*    width: 12px;*/
/*}*/

/*.child_menu.catalog_childs::-webkit-scrollbar-track {*/
/*    background: orange;*/
/*}*/

/*.child_menu.catalog_childs::-webkit-scrollbar-thumb {*/
/*    background-color: blue;*/
/*    border-radius: 20px;*/
/*    border: 3px solid orange;*/
/*}*/
.content__left .we-menu-li .fa-home:before {
    color: #999999;
}

.content__left .we-menu-ul li.we-menu-li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #999999 !important;
    padding: 14px 0;
}

.content__left .we-menu-ul li.we-menu-li:hover {
    background: none;
}

.content__left .we-menu-ul li.we-menu-li:hover .fa-home:before {
    font-size: 18px;
    line-height: 21px;
    color: #262626;
}

.content__left .we-menu-ul li.we-menu-li:hover > a {
    color: #313131 !important;
}

.menu_section > ul {
    padding: 0;
    margin: 0;
}

.content__left .we-menu-ul > li.active > a, .content__left .we-menu-ul > li > a:hover {
    background: none;
}

.title_manager {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #262626;
}

.main-top {
    display: flex;
    justify-content: space-between;
}

.main-top__left {
    width: 49%;
}

.main-top__right {
    width: 49%;
}

.main-top__left h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin: 0 0 13px;
}

.main-top__right .right-title {
    display: flex;
    margin-bottom: 15px;
}

.main-top__right .main-top__right-title h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #313131;
    margin-bottom: 10px;
}

.main-top__right .main-top__right-title a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #999999;
    display: block;
    margin-left: 20px;
    line-height: 20px;
}

.news-wrapper, .main-top__right-title {
    display: flex;
    flex-wrap: wrap;
}

.main-top__right {
    margin-top: 12px;
}

.news-wrapper {
    margin: 0 -11px;
}

.news__item {
    width: 45%;
    margin: 0 11px 25px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 19px 15px 20px 20px;
    min-height: 165px;
}

.news__item .text-muted {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #BFBFBF;
}

.news__item .w-100 {
    word-break: break-word;
    color: #262626;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    min-height: 63px;
    max-height: 63px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.news__item .btn-primary {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #BFBFBF;
}

.dropdown-menu__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    margin-top: 2px;
}

.header__notifications .open-icon {

}

.header__notifications .close-icon {
    display: none;
}

.header__notifications.open .close-icon {
    display: block;
}

.header__notifications.open .open-icon {
    display: none;
}

.dropdown-menu__clear {
    display: flex;
    margin-top: 6px;
}

.icon-js:hover {
    cursor: pointer;
}

.dropdown-menu__clear:hover {
    cursor: pointer;
}

.dropdown-menu__clear p {
    font-family: SF Compact Display;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    color: #8E1421;
}

.dropdown-menu-notifications.remove-all:after {
    display: none;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #262626;
}

.dropdown-menu-notifications:nth-last-child() {
    border-bottom: 0;
}

.close {
    width: 21px;
    height: 23px;
    top: -4px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.dropdown-menu__item {
    padding: 15px 0 20px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.dropdown-menu__item .close-item svg {
    width: 20px;
    height: 16px;
    transition: 0.5s;
}

.dropdown-menu__item .close-item:hover svg path {
    fill: #999999;
}

.dropdown-menu__item .time {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 10px;
}

.close-item {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999;
}

.close-item:hover {
    cursor: pointer;
}

.open .dropdown-submenu-notifications {
    display: block;
    max-height: 495px;
}

.dropdown-submenu-notifications .scroll-effect__line {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 85.62%);
    height: 75px;
}

.dropdown-submenu-notifications .scroll-effect__block.scroll-effect {
    height: 75px;
}

.dropdown-menu__clear {
    position: absolute;
    bottom: 24px;
}

select#paramsSelect {
    /*display: none;*/
}

.dropdown-menu__item a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-decoration-line: inherit;
    color: #262626;
    padding-right: 55px;
    display: block;

}

.dropdown-menu-notifications {
    position: relative;
    /*max-height: 350px;*/
    overflow: auto;
}

/*.dropdown-menu-notifications:after {*/
/*    position: absolute;*/
/*    top: inherit;*/
/*    bottom: 18px;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    content: '';*/
/*    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);*/
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));*/
/*    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);*/
/*}*/

.dropdown-menu__item a span {
    text-decoration: underline;
    margin-right: 5px;
}

.dropdown-menu-notifications.remove-all .dropdown-menu__clear {
    margin-top: 20px;
}

.title-hit {
    margin: 7px 0 20px;
}

.title-hit h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #313131;
}

.news__item .more-news {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #BFBFBF;
}

.hit-products .slick-slider {
    margin: 0;
}

.hit-products__photo-block {
    width: 100%;
    height: 230px;
}

/*.hit-products {*/
/*    display: flex;*/
/*    margin: 0 -12px;*/
/*    flex-wrap: wrap;*/
/*}*/
.hit-products {
    position: relative;
}


/*.hit-products:before {*/
/*    position: absolute;*/
/*    right: -35px;*/
/*    content: '';*/
/*    width: 307px;*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9FAFD 78.98%);*/
/*    transform: rotate(-90deg);*/
/*    top: -15px;*/
/*    z-index: 8;*/
/*    height: 100%;*/
/*}*/

.hit-products__item {
    width: 24%;
    margin: 0 12px 26px;
}

.hit-products__photo-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px 14px 5px 5px;
}

.hit-products__photo-block .image {
    width: 100%;
    height: 100%;
}

.hit-products__photo-block .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.hit-products__photo-block img.table-image {
    max-width: 100%;
    max-height: 230px;
    height: 100%;
    object-fit: cover;
}

.product-price__basket-block.product-price__basket-block__demo {
    display: block;
}

.popup-product .add-to-basket-actions {
    display: flex;
    margin-bottom: 5px;
    font-size: 16px;
    color: #b81c36;
}

.header__center .we-search-box .form-control {
    color: #262626;
    font-size: 15px;
}

.modal .product-price__basket-block.product-price__basket-block__demo .price {
    margin-bottom: 10px;
}

.alert-danger, .alert-error {
    color: #fff;
    background-color: #B81C36;
    border-color: #B81C36;
}

.hit-products__title {
    margin-top: 18px;
    padding: 0 20px;
}

.hit-products__title a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #262626;
}

.hit-products__title p {
    text-align: center;

}

.hit-products__item {
    background: #FFFFFF;
    border-radius: 16px;
}

.banner {
    overflow: hidden;
    width: 100%;
}

.banner .slick-list {
    margin: 0 !important;
}

.banner__photo {
    width: 100%;
    height: 355px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 34.37%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
    position: relative;
}

.banner__photo a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.banner .descript {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 40px;
    width: 450px;

}

.banner .descript .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.banner .descript .subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.banner__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 34.37%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
}


/*   table-product   */

.table-product {
    position: relative;
}

/*.table-product:after{*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 153px;*/
/*    content: '';*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9FAFD 78.98%);*/
/*    opacity: 0;*/
/*}*/
.table-product.scroll {
    max-height: 700px;
    overflow: auto;
}

.table-product-not-scroll {
    max-height: 100%;
    overflow: auto;
}

.table-product.table-product__basket {
    max-height: 100%;
    overflow: auto;
}

.scroll-effect__block, .scroll-effect__block-top {
    position: absolute;
    height: 90px;
    width: 100%;
    display: none;
}


.wrapper-table {
    position: relative;
}

.scroll-effect__block.scroll-effect {
    display: block;
    bottom: 0;
}

.scroll-effect__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9FAFD 78.98%);
}

.choices:hover {
    box-shadow: 0px 14px 7px rgba(0, 0, 0, 0.02);
}

.scroll-effect__block-top.scroll-effect {
    display: block;
}

.profile_info span a {
    text-decoration: underline;
}

.scroll-effect__block-top .scroll-effect__line {
    transform: rotate(-180deg);
    z-index: 5;
}

.open-block {
    display: flex;
    background: #b81c36;
    padding: 0 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.open-block.open-block-cart-tpl {
    margin-right: 20px;
    background: #999999;

}

.modal.in .modal-dialog {
    height: 100vh;
    margin: 0 auto;
}

.modal-content {
    top: 50%;
    transform: translateY(-50%);
    max-height: 700px;
    overflow-y: auto;
    height: auto;
}

.table-product.appeals-product .table-product__item .table-product__col.table-product__col--status {
    min-width: 155px;
    max-width: 155px;
}

/*.table-product.scroll-effect:after{*/
/*    opacity: 1;*/
/*    position: fixed;*/
/*    bottom: 100px;*/
/*}*/
.table-product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.dropdown-menu__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.dropdown-menu__content::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.dropdown-menu__content::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.table-product::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.choices__list--dropdown {
    z-index: 6;
}

.table-product::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.we-search-box .mdb-autocomplete-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.we-search-box .mdb-autocomplete-wrap::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.we-search-box .mdb-autocomplete-wrap .table-product::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.content__left .main_menu_side::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.content__left .main_menu_side::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.content__left .main_menu_side::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}


.table-product__item {
    display: flex;
    padding: 12px 22px 12px 14px;
    background: #FFFFFF;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.table-product__col {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.table-product__photo {
    width: 58px;
    height: 56px;
    border-radius: 10px;
}

.table-product__title {

}

.table-product__col .subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #BFBFBF;
    margin-bottom: 3px;
}

.table-product__col .text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 0;
}

.table-product .table-product__item .table-product__col.table-product__col--positions {
    min-width: 60px !important;
    width: 60px !important;
}

.table-product__col a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.table-product__count .number-input button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    outline: none;
    -webkit-appearance: none;
    border: none;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 18px;
    cursor: pointer;
    margin: 0;
    position: relative;
    background: inherit;

}

.table-product__count .number-input input[type=number] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    max-width: 23px;
    padding: 0;
    border: 0;
    border-width: 0;
    height: 18px;
    text-align: center;
}

.table-product__count .number-input {
    border: 0;
}

.table-product__count .number-input button:after, .table-product__count .number-input button:before {
    width: 8px;
}

.table-product__count .number-input button:hover:after, .table-product__count .number-input button:hover:before {
    background-color: #B81C36;
}

.table-product__cart button {
    border: 0;
    background: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    padding: 0;
    margin: 0;
}

.table-product__cart button span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    font-family: Montserrat;
}

.table-product__cart button:hover span {
    text-decoration: underline;
}

.table-product.we-table-product .table-product__item .table-product__col {
    max-width: none;
    min-width: none;
}

.table-product.we-table-product .table-product__item:hover {
    cursor: pointer;
}

.table-product.we-table-product .table-product__item .table-product__col {
    width: auto;
    max-width: none;
}

.table-product.we-table-product .table-product__item .table-product__col.we-table-product__col {
    max-width: 220px;
    min-width: 220px;
}

.table-product .table-product__item .table-product__col {
    max-width: 110px;
    min-width: 110px;
}
.table-product.appeals-product .table-product__item .table-product__col.table-product__col--article.table-product__col--sum{
    min-width: 120px;
}
.table-product.appeals-product .table-product__item .table-product__col.table-product__col--article.we-delete-draft {
    min-width: 150px;
}
.table-product.appeals-product .table-product__item .table-product__col.table-product__col--article.table-product__col--create {
    min-width: 140px;
}
.table-product.appeals-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--article{
    min-width: 85px;
}
.table-product .table-product__item .table-product__col.table-product__col--rrc {
    min-width: 60px;
}

.table-product .table-product__item .table-product__col.table-product__col--store {
    min-width: 57px;
}

.table-product .table-product__item .table-product__col.table-product__col--article {
    min-width: 130px;
}
.table-product.appeals-product .table-product__item .table-product__col.table-product__col--article {
    min-width: 110px;
}

.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--fsize {
    max-width: 85px;
    min-width: 85px;
}
.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col{
    min-width: 90px;
}
.table-product.appeals-product .table-product__item .table-product__col-right .table-product__col.table-product__col--article.we-delete-draft {
    margin-right: 0;
}
@media (max-width: 1445px) {
    .table-product .table-product__item .table-product__col {
        max-width: 90px;
        min-width: 90px;
    }
    .table-product.appeals-product .table-product__item .table-product__col.table-product__col--article.we-delete-draft {
        min-width: 135px;
        margin-right: 0;
    }

    .table-product.we-table-product .table-product__item .table-product__col.we-table-product__col {
        width: 205px!important;
    }
    .table-product.appeals-product .table-product__item .table-product__col.table-product__col--status {
        min-width: 140px;
        max-width: 140px;
    }
    .table-product .table-product__item .table-product__col.table-product__col--article, .table-product.appeals-product .table-product__item .table-product__col.table-product__col--article {
        min-width: 95px;
    }
    .table-product.appeals-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--article{
        min-width: 60px;
    }
    .table-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--sum {
        min-width: 92px;
    }
}

.table-product .table-product__item .table-product__col.table-product__col--s {
    min-width: 25px;
}

.table-product .table-product__item .table-product__col.table-product__col--favorite {
    min-width: 30px;
}

.table-product .table-product__item .table-product__col.table-product__col--photo {
    min-width: 60px;
}

.table-product__col.table-product__col--count .subtitle {
    margin-bottom: 3px;
}




.table-product .table-product__item .table-product__col.table-product__col--count {
    min-width: 40px;
}

.table-product .table-product__item .table-product__col.table-product__col-cart {
    width: 110px;
    max-width: 110px;
}

.products-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.filter-product {
    width: 156px;
    height: 26px;
    background: #B81C36;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}

.pdownloads-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdownloads-side-list > li:first-child {
    margin-top: 0 !important;
    padding-top: 0;
}

.pdownloads-side-list > li {
    margin: 10px -10px 0 -10px;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}


.icon > span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e8e8e8;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pdownloads-side-list > li .itext a .icon > span {
    background-color: #d9534f;
}

.pdownloads-side-list > li .itext {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.pdownloads-side-list > li .iname {
    padding: 0 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.pdownloads-side-list > li .itext > div {
    width: 98px;
}

.pdownloads-side-list > li .itext a {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    font-size: 15px;
    font-weight: 700;
    color: #ccc;
    text-decoration: none;
}

.icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 5;
}

.icon::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #6aca1f;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: -1;
}

.pdownloads-side-list > li .itext a .icon > span {
    background-color: #d9534f;
}

.icon > span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 9px 9px !important;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.icon > span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 9px 9px !important;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #6aca1f;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
}

.pdownloads-side-list > li .itext a .icon > span::after {
    background-image: url(/assets/images/ic/cross-white.svg);
}

.ui-menu.ui-widget {
    z-index: 99999999 !important;
}

body {
    background: #f9fafd;
}

.filter-close {
    display: none;
}

.js-filter {
    margin: 2px 0;
}

.filter-product:hover {
    cursor: pointer;
}

.products-top p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin: 0 15px 0 0;
    padding-top: 8px;
}

.products-top__change {
    width: 208px;
    height: 30px;
    background: #FFFFFF;
    /*border: 1px solid #EDEDED;*/
    box-sizing: border-box;
    border-radius: 5px;
}

.content__left .nav.child_menu.catalog_childs li.we-menu-li a {
    padding: 7px 0 10px 8px;
}
.content__left .nav.child_menu.catalog_childs .sub-menu.accordion__content div:last-child a{
    padding-left: 0 !important;
}
.accordion .accordion__content{
    height: 100%;
}
.catalog-icon.open .nav.child_menu.catalog_childs{
    height: 100%;
}

.products-top__select {
    display: flex;
}

.choices__inner {
    padding: 0;
}

.choices__list--dropdown .choices__item, .filter-product .filter-item label {
    word-break: break-word;
}

.choices__list--single {
    display: inline-block;
    padding: 6px 16px 6px 10px;
    width: 100%;
    height: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-top__select-group {
    display: flex;
}

.choices__list--single .choices__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    padding-right: 12px;
}

.products-top__select {
    margin-right: 25px;
}

.choices[data-type*=select-one] .choices__inner {
    height: 30px;
}

.choices__inner {
    min-height: 30px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
}

.choices[data-type*=select-one]:after {
    right: 14px;
    top: 12px;
    width: 7px;
    height: 8px;
    border: solid #BFBFBF;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.we-search-box input {

}

#table-product.we-order-product .table-product__item, #table-product.we-order-complaint .table-product__item {
    cursor: pointer;
}

.table-product__article .table-basket-num {
    margin-top: 5px;
}

.we-input-number {
    width: 18px;
    margin-top: -5px;
}

.table-product__basket .we-input-number {
    margin-top: 4px;
}


.hit-products .slick-prev {
    z-index: 9;
    top: 31%;
    margin: 0;
}

.modal-content {
    border-radius: 15px;
}

.hit-products .slick-prev.slick-disabled, .hit-products .slick-next.slick-disabled {
    opacity: 0;
}

.hit-products .slick-prev:after {
    position: absolute;
    left: -94px;
    top: 8px;
    content: '';
    width: 330px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9fafd 78.98%);
    transform: rotate(90deg);
    z-index: -1;

    height: 120px;
}

.hit-products .slick-next:after {
    position: absolute;
    content: '';
    width: 330px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9fafd 78.98%);
    transform: rotate(-90deg);
    height: 120px;
    right: -95px;
    z-index: -1;
    top: 9px;
}

.hit-products .slick-next {
    top: 31%;
}

.hit-products .slick-next:before {
    background-image: url(/assets/images/new-images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    background-position: center;
    color: inherit;
    right: 25px;
}

.hit-products .slick-prev:before {
    background-image: url(/assets/images/new-images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    background-position: center;
    color: inherit;
    left: 25px;
    transform: rotate(180deg);
    position: absolute;
}

.filter-product p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 4px 3px;
    padding: 0;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}

.choices__list--dropdown {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.choices__list--dropdown .choices__item {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.choices[data-type*=select-one].is-open:after {
    border-color: inherit;
    margin-top: -2px;
}

.filter-product {
    position: relative;
}

.filter-product.modal-appeal img {
    width: 16px;
    height: 18px;
    margin-top: 2px;
}

.filter-product .filter-box {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .03);
    border-radius: 0 0 16px 16px;
    width: 340px;
    top: 25px;
    right: 0;
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.filter-product .filter-box::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}

.filter-product .filter-box::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
}

.filter-product .filter-box::-webkit-scrollbar-thumb {
    background-color: rgba(0,26,52,.16);
    border-radius: 6px;
}

.popover-title {
    border: 0;
}

.popover.top > .arrow:after {
    border-top-color: #b81c36;
}

.filter-product.open-filter {
    width: 340px;
    justify-content: center;
    padding: 0 30px;
    z-index: 6;
}

.js-open {
    display: flex;
}

.filter-product.open-filter .js-open {
    width: 100%;
    justify-content: space-around;
}

.filter-product.open-filter .filter-close {
    display: block;
    padding-top: 3px;
}

.filters .x_panel {
    padding: 0 26px 0;
}

.filter-close {
    width: 25px;
    height: 25px;
}

.filter-item-last {
    margin-bottom: 0;
}

.filter-product.open-filter .filter-box {
    display: block;
}

.filter-product .filter-box .x-panel {
    border: 1px solid #F4F4F4;
}

.filter-product .checkbox .cr, .filter-product .radio .cr {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: .5em;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
}

.filter-product .checkbox .cr .cr-icon {
    background: #F4F4F4;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 10px;
    height: 10px;
}

.filter-product .checkbox :not(.disabled) .cr .cr-icon {
    background: #cccccc;
}

.filter-product .checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .filter-product .radio label input[type=radio]:checked + .cr > .cr-icon {
    background: #4D4D4D;
    border-radius: 2px;
}

.filter-product .x_title, .filter-product .filter-mobile-item {
    display: none;
}

.filter-product .form-check {

}

.filter-product .filter-item label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.filters {
    z-index: 7;
    position: relative;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0 10px 15px 5px rgb(0 0 0 / 3%);
    border-radius: 0 0 16px 16px;
}

.filter-product .fa-check:before {
    display: none;
}

.filter-product .checkbox label input[type=checkbox] + .cr > .cr-icon, .filter-product .radio label input[type=radio] + .cr > .cr-icon {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .3s ease-in;
}

.filter-product .checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .filter-product .radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: translate(-50%, -50%);
}

.filters .x_panel {
    border: 1px solid #fff;
}

.filter-price__block {
    display: flex;
    justify-content: space-between;
}

.filter-product .filter-price__block-item {
    width: 48%;
    margin-bottom: 23px;
}

.filter-product .filter-price__block-item label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-bottom: 8px;
}

.filter-product .filter-price__block-item input {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    width: 94px;
    height: 30px;
}

.filter-product:hover {
    background: #D11F3D;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
}

.menu_section-manager .title_manager {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #262626;
    text-shadow: inherit;
    padding-left: 0;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: inherit;
}

.menu_section-manager .profile_pic {
    width: 73px;
    float: none;
    text-align: center;
    height: 73px;
}

.menu_section-manager .profile_pic img {
    max-width: 100% !important;
    width: auto !important;
}

.menu_section-manager .profile_info a, .menu_section-manager .profile_info h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
}

.menu_section {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.we-menu-ul__top {
    width: 100%;
}


.menu_section-manager .profile_info {
    text-align: left;
}

.menu_section-manager .we-callback {
    display: flex;
    padding: 0;
}

.menu_section-manager .we-callback li {
    width: 16px;
    height: 16px;
    margin: 0 7px;
}

.menu_section-manager .we-callback li:first-child {
    margin-left: 0;
}

.menu_section-manager .we-callback li img {
    height: 16px;
}

.menu_section-manager .profile_info {
    padding: 10px 10px 20px 0;
}

.menu_section-manager .profile_info span {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.products-new .pagination > li > a, .products-new .pagination > li > span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    background: inherit;
    border: 0;
}

.products-new .pagination > li:last-child > a, .products-new .pagination > li:last-child > span, .products-new .pagination > li:first-child > a, .products-new .pagination > li:first-child > span {
    opacity: 0;
}

.products-new .pagination > .active > a, .products-new .pagination > .active > a:focus, .products-new .pagination > .active > a:hover, .products-new .pagination > .active > span, .products-new .pagination > .active > span:focus, .products-new .pagination > .active > span:hover {
    border-color: inherit;
    background: #FFFFFF;
    border-radius: 5px;
    color: #262626;
}

.new-pagination .pagination > li > a, .new-pagination .pagination > li > span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    background: inherit;
    border: 0;
}

/*.new-pagination .pagination > li:last-child > a, .new-pagination .pagination > li:last-child > span {*/
/*    opacity: 0;*/
/*}*/
.new-pagination .pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.new-pagination .pagination > .active > a, .new-pagination .pagination > .active > a:focus, .new-pagination .pagination > .active > a:hover, .new-pagination .pagination > .active > span, .new-pagination .pagination > .active > span:focus, .new-pagination.pagination > .active > span:hover {
    border-color: inherit;
    background: #FFFFFF;
    border-radius: 5px;
    color: #262626;
}

.btn-toolbar-pagination {
    display: flex;
    justify-content: flex-end;
    margin-right: -30px;
}

.filter-product .filter-item.filter-item-new .control-label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}


.filter-item-btn-mobile .btn {
    background: inherit;
}

.noUi-connect {
    background: #EDEDED;
    border-radius: 3px;
    height: 5px;
}

.noUi-target {
    background: #EDEDED;
    border-radius: 3px;
    height: 5px;
    box-shadow: inherit;
    border: 0;
}

.noUi-active {
    box-shadow: inherit;
}

.noUi-horizontal .noUi-handle {
    width: 11px;
    height: 11px;
    right: 0;
    top: -3px;
    background: #B81C36;
    border-radius: 50%;
    box-shadow: inherit;
    border: 0;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.filter__slider-price {
    margin-bottom: 20px;
}

.filter-product .filter-price__block-item input {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    padding-left: 10px;
}

.form-group.filter-price {
    margin-top: 20px;
}

.js-open {
    display: flex;
}

.choices__list--single .choices__item {
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*     modal-product   */
.modal-header {
    border-bottom: 0;
}

.popup-product .modal-lg {
    width: 720px;
}

.popup-product h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 24px;
}

.modal-product__top {
    display: flex;
    margin-bottom: 10px;
}

.popup-product .modal-body {
    padding: 0 15px;
    margin-top: -10px;
}

.popup-product .modal-header .close {
    margin-top: 8px;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #262626;
    margin-bottom: -10px;
    font-family: Montserrat;
    font-style: normal;
}

.modal-product__top .list-char-item {
    min-height: 14px;
    margin-bottom: 10px;
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #999999;
}

.modal-product__top .list-char-item p {
    margin: 3px 10px 0;
}

.modal-product__top .list-char-item:after {
    display: none;
}

.list-char__block {
    display: flex;
    margin-bottom: 5px;
}

.list-char__block .list-char-item {
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 20px;
}

.popup-complaint.modal.in .modal-dialog {
    width: 433px;
}

.popup-complaint.modal.in .table-product__item {
    flex-wrap: inherit;
    padding: 12px 0;
}

.list-char__block p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-right: 10px;
}

.list-char__block .list-char-item:after, .list-item__characteristics .list-char-item:after {
    display: none;
}


.list-item__characteristics .list-char-item p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.list-item__characteristics .list-char-item .subtitle {
    font-weight: 600;
    margin-right: 5px;
}

.list-item__characteristics .list-char-item {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.popup-product .list-char {
    margin-bottom: 25px;
}

.popup-product .add-to-basket-actions {
    display: flex;
    margin-bottom: 20px;
}

.popup-product .add-to-basket-actions p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-right: 5px;
}

.popup-product .number-input input[type=number] {
    max-width: 45px;
    padding: 0;
    height: 30px;
    text-align: center;
    width: 45px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.popup-product .number-input button {
    background: inherit;
}

.popup-product .number-input {
    display: inline-flex;
    margin-top: -8px;
}

.popup-product .number-input button {
    height: 30px;
}

.popup-product .number-input button:after, .popup-product .number-input button:before {
    background: #262626;
}

.popup-product .number-input {
    border: 0;
}

.modal .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 123.9%;
    color: #262626 !important;
}

.product-price__basket-block {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 35px;
}

.product-price__basket-block .product_price-block {
    margin-right: 15px;
}

.product-price__basket-block .modal-basket-btn {
    width: 127px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: -4px;
}

.modal-body .product-price__basket-block .product_price {
    background: inherit;
}

.modal-body .product-price__basket-block .product_price {
    background: inherit;
}

.product-price__basket-block .new-icon, .product-price__basket-block .sale-icon {
    font-size: 14px;
}

.popup-product .number-input input[type=number] {
    text-align: center;
}

.product-price__basket-block .product_price-block {
    margin-right: 20px;
}

.popup-good-boximg .gallery-top .slick-slide {
    width: 317px;
    height: 317px;

}

.gallery-top .product-image__item {
    width: 317px;
    height: 317px;
}

.popup-good-boximg .thumb-products .thumb-products__item {
    width: 97px !important;
    height: 97px;
    border-radius: 4px;
    margin: 0 4px;
}

.thumb-products .slick-slide img {
    display: block;
    border-radius: 4px;
}

.popup-good-boximg .gallery-top .product-image img {
    max-height: 317px;
    width: auto;
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
    height: 317px;
}

#complaintForm .table-product__item {
    padding: 12px 0;
}

.modal-body__request .form-group input {
    box-shadow: inherit;
}

.popup-good-boximg .gallery-top .product-image {
    margin-bottom: 10px;
}

.popup-product .modal-header .close {
    z-index: 555;
}

.nav-md ul.nav.child_menu li:before, .nav-md ul.nav.child_menu li:after {
    display: none;
}

.content__left .we-menu-ul li.we-menu-li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    padding-left: 30px;
}

.we-menu-super-box.we-menu-ul li {
    position: relative;
}

.we-menu-super-box {
    /*position: absolute;*/
    /*bottom: 0px;*/
}

.we-input-number input[type=number],
.we-input-number input::-webkit-outer-spin-button,
.we-input-number input::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    max-width: none;
}

.we-menu-super-box > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.we-menu-super-box .we-menu-li > a {
    font-family: Montserrat;
    font-style: normal;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    display: block;
}

.content__left .we-menu-ul li.active .child_menu li a {
    padding-left: 10px;

}

.content__left .we-menu-ul li.we-menu-li:hover child_menu.catalog_childs a {
    color: #999999;
}

.nav.child_menu li {
    padding-left: 20px;
}

.we-menu-ul .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    position: relative;
}

.we-side-menu-catalog.we-menu-li:hover .title {
    color: #262626;
}

.we-side-menu-catalog.we-menu-li:hover svg path {
    fill: #262626;
}

.we-side-menu-catalog.we-menu-li svg {
    width: 20px;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
}

.we-side-menu-catalog.we-menu-li.active .title {
    color: #262626;
}

.we-side-menu-catalog.we-menu-li.active svg path {
    fill: #262626;
}

.we-menu-ul > li.active > a {
    text-shadow: inherit;
    box-shadow: inherit;
}

.hit-products__title .text-muted {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.content__right h2.title-new {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 10px;
}

.history__item label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin: 7px 15px 0 0;
}

.history-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1110px;
}

.history__item {
    display: flex;
    margin-bottom: 5px;
}

.history-top .history__item:first-child .choices {
    width: 190px;
    height: 30px;
}

.history-top .history__item:nth-child(2) .choices {
    width: 170px;
    height: 30px;
}

.history-top .history__item:nth-child(3) .choices {
    width: 180px;
    height: 30px;
}

.history-top .history__item:nth-child(4) .choices {
    width: 115px;
    height: 30px;
}

img.table-image {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    /*max-height: 56px;*/
}

.table-product__photo {
    text-align: center;
}

.thumb-products {
    margin-top: 10px;
}

.table-product .table-product__item .table-product__col.table-product__article--contract {
    width: 380px;
    max-width: 380px;
}

.table-product .table-product__item .table-product__col.table-product__col--number {
    max-width: 110px;
}

.table-product .table-product__item .table-product__col:nth-child(2).table-product__col__date {
    max-width: 75px;
}

.table-product .table-product__item .table-product__col.table-product__col__status {
    /*max-width: 270px;*/
}

.table-product__col .text {
    word-break: break-word;
}

.modal-draft .table-product__item {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 16px;
}

.wrapper .content {
    background: #F9FAFD;
}

.table-product__col--photo img.table-image {
    max-height: 56px;
    height: 100%;
    object-fit: cover;
}

.table-product__col--remove button {
    border: 0;
    background: inherit;
    padding: 0;
    box-shadow: inherit;
    margin: 0;
}

.total-amount {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}


.popover {
    background: #B81C36;
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    color: #fff;
    border: 0;
}

.popover-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: -8px;
}

p {
    word-break: break-word;
}

.popover-content .btn-success {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.popover-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    background-color: #b81c36;
}

.total-amount, .total-amount h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #262626;
    margin-right: 10px;
}

.total-amount .reset {
    padding-top: 8px;
}

.total-amount .reset:hover {
    cursor: pointer;
}

.number-input button:after, .number-input button:before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #262626;
}

.table-product__count .number-input button:after, .table-product__count .number-input button:before {
    width: 6px;
}

.table-product .table-product__item .table-product__col.table-product__col--fsize {
    max-width: 110px;
    min-width: 100px;
}

.table-product.table-product__basket .table-product__item .table-product__col.table-product__col--price {
    max-width: 110px;
}

.table-product__basket .table-product__count .number-input button:after,
.table-product__basket .table-product__count .number-input button:before {
    display: none;
}

.table-product__cart button, .table-product__cart button span, .table-product__count .number-input button, .table-product__count .number-input input[type=number] {
    line-height: 14px;
}

.table-product__photo img img.table-image {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    max-height: 56px;
}

.thumb-products .slick-slide img {
    margin: 0 auto;
}

.filter-product.filter-product__download {
    /*width: 245px;*/
    width: 510px;
    background: none !important;
}

.basket-content {
    display: flex;
    justify-content: space-between;
}

.orderform__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.orderform__item:first-child, .orderform__item:first-child .choices__list--single, .orderform__item:first-child .choices__inner {
    width: 210px;
}

.orderform__item:nth-child(2) {
    width: 215px;
}

.orderform__item:nth-child(3), .orderform__item:nth-child(3) .choices, .orderform__item:nth-child(3) .choices__list--dropdown, .orderform__item:nth-child(3) .choices__list--single, .orderform__item:nth-child(3) .choices__inner {
    max-width: 370px;
    min-width: 370px;
    width: 32%;
}

.orderform__item:nth-child(4), .orderform__item:nth-child(4) .choices__list--single, .orderform__item:nth-child(4) .choices__inner {
    width: 170px;
    margin-top: 32px;
}

.orderform__item:nth-child(5), .orderform__item:nth-child(5) .choices__list--single, .orderform__item:nth-child(5) .choices__inner {
    width: 210px;
}

.orderform__item:nth-child(6) {
    width: 230px;
}

.orderform__item:nth-child(7) {
    width: 37%;
}

.orderform__item:nth-child(8) {
    width: 170px;
    margin-top: 24px;
}

.orderform__item-date .input-group input {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px !important;
    width: 215px;
    height: 30px;
    box-shadow: inherit;
}

.subtitle-basket {
    display: flex;
    justify-content: space-between;
}

.subtitle-basket h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #313131;
    margin-bottom: 0;
}

.orderform__show {
    display: flex;
    width: 95px;
}

.orderform__show img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.order__visible {
    display: none;
}

.order__visible.open {
    display: block;
}

.orderform__show p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    margin-bottom: 0;
}

.orderform__wrapper {
    background: #FFFFFF;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.02);
    border-radius: 19px;
    padding: 24px 20px 18px;

}

.modal-header-template .modal-title {
    width: 385px;
    margin-top: 10px;
}

.modal-header-template .to-back:hover {
    cursor: pointer;
}

.modal-draft--template .total-amount h3 {
    width: 100%;
    text-align: right;
    margin: 10px 10px 15px 0;
}

.total-amount {
    padding-top: 5px;
}

.orderform__show img {
    transition: 0.5s;
}

.orderform__show.open .hide-text {
    display: none;
}

.orderform__show:hover {
    cursor: pointer;
}

.orderform__show.open img {
    transform: rotate(60deg);
}

.orderform__show.close-form img {
    transform: rotate(0);
}

.orderform__show.close-form .hide-text {
    display: block;
}

.orderform__show.close-form .show-text {
    display: none;
}

.modal-draft--template .total-amount button {
    width: 177px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.modal-draft--template .total-amount {
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.accordion-popup {
    position: fixed;
    width: 600px;
    height: 500px;
    top: 0;
    left: 0;
}

.accordion-popup .collapse {
    display: block;
}

.modal-order__info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
}

.modal-order__info {
    margin-top: -5px;
    margin-bottom: 30px;
}

.table-product__title p {
    margin-bottom: 0;
}

.modal-body {
    padding: 21px 26px 26px;
}

.call-back .modal-footer {
    padding: 0 26px 26px;
}

.modal-header {
    padding: 21px 26px 12px;
}

.modal-order__info p span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    margin-left: 10px;
}

.modal-order__buttons {
    display: flex;
}

.modal-draft--template .total-amount .modal-order__buttons button.btn-grey {
    background: #999999;
    border-radius: 5px;
    width: 165px;
    height: 30px;
    margin-right: 20px;
    padding: 0 2px !important;
    transition: 0.5s;
}

.modal-draft--template .total-amount .modal-order__buttons button.btn-grey:hover {
    background: #737373;
}

.modal-draft--template .total-amount .modal-order__buttons button.btn-grey img {
    width: 134px;
    height: 18px;
    margin-top: -4px;
}

.modal-draft--template .total-amount .modal-order__buttons button.btn-black img {
    margin-top: -4px;
}

.btn-black:hover {
    color: #fff;
}

.is-open .choices__list--dropdown {
    border-color: #E6E6E6;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #E6E6E6;
}

.choices__list--dropdown .choices__item, .filter-product .filter-item label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    padding: 5px 10px 5px 10px;
}

.filter-product .filter-item label {
    padding-left: 0;
}

.choices__list--dropdown {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 14px 7px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.modal-draft--template .modal-order__list .total-amount {
    margin-bottom: 0;
}

.modal-draft--template .modal-order__list .total-amount {
    justify-content: space-between;
}

.modal-order__list h3.subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #262626;
    margin-bottom: 23px;
}

.modal-body__request .table-product {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}

.modal-body__request .form-group input[type="file"] {
    display: none;
}

.modal-body__request .form-group .change-file {
    width: 138px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 6px 0;
    text-align: center;
}

.modal-body__request .form-group__add-product {
    margin-bottom: 26px;
}

.modal-body__request .form-group {
    margin-bottom: 19px;
}

.modal-body__request .form-group label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 8px;
}

.modal-body__request .form-group input {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 30px;
}

.col-sm-12, .col-md-12 {
    float: none;
}

.orderform__item .choices__list--single {
    width: 100%;
}

.orderform__item .choices__list--single {
    min-width: 170px;
}

.orderform__item .form-horizontal .control-label {
    padding-top: 0;
}

.orderform__item label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    margin-bottom: 8px;
}

.orderform__item:nth-child(7) .input-group {
    width: 100%;
}

.orderform__item:nth-child(7) textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: 30px;
    padding: 6px 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #434343;
    box-shadow: inherit;
}

.products-filter .scroll-effect__block.scroll-effect {
    /*bottom: 40px;*/
}

.form-group-button button {
    background: #262626;
    border-radius: 5px;
    width: 170px;
    height: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border: 0;
}

.article__content {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}

.article__item {
    margin: 0 10px 25px;
    width: 23%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    height: 165px;
}

.article__item .month {
    font-weight: 600;
    color: #bfbfbf;
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 15px;
}

.article__item .media-body a.title, .news__item a.title {
    word-break: break-word;
    color: #262626;
    font-weight: 700;
    min-height: 63px;
    max-height: 63px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.new-pagination .main-top__right {
    margin-top: 0;
}

.article__item .article-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #bfbfbf;
    margin-top: 15px;
}

.new__single h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 20px;
}

.article__single-photo {
    margin-bottom: 20px;

}

.new__single {
    display: flex;
    justify-content: space-between;
}

.article__single {
    width: 49%;
}

.new__other {
    width: 49%;
}

.article__single-photo img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 34.37%, rgba(255, 255, 255, 0) 100%), url(image.png);
    border-radius: 16px;
    max-width: 100%;
    height: 300px;
}

.article__single-content p, .article__single-content ol li, .article__single-content ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    margin-bottom: 10px;
}

.new__other {
    opacity: 0.4;
}

.favorite h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 18px;
}

.new__other p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #313131;
}

.my-data h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 18px;
}

.descktop-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 18px;
}

.my-data__content .form-group .form-group__subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-bottom: 8px;
}

.my-data__content .form-group {
    margin-bottom: 20px;
}

.my-data__content .form-group input {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    width: 260px;
    height: 30px;
    padding-left: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #434343;
    box-shadow: inherit;
}

.my-data__content .form-group input:hover {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 14px 7px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.shipping-addresses .address {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-right: 20px;
}

.shipping-addresses__content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.shipping-addresses__button {
    display: flex;
}

.shipping-addresses__button div {
    margin-right: 20px;
}

.shipping-addresses .subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #313131;
    margin-bottom: 20px;
}

.shipping-addresses__button a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    display: block;
}

.shipping-addresses__button .shipping-addresses__remove a {
    border-bottom: 1px solid #262626;
}

.add-address {
    width: 137px;
    height: 18px;
    display: block;
    position: relative;
}

.add-address img {
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    height: 18px;
}

.add-address img.active {
    opacity: 0;

}

.add-address:hover img.active {
    opacity: 1;
}

.add-address:hover img.not-active {
    opacity: 0;
}

.add-address {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.add-address:hover {
    color: #313131
}

.add-address:hover img {
    opacity: 1;
}

.modal-body .address .form-group label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-bottom: 8px;
}

.modal-body .address .form-group input {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    height: 30px;
    color: #434343;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.modal-body .address .form-group {
    margin-bottom: 20px;
}

.popup-btn-address {
    width: 150px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #262626 !important;
    border: 1px solid #262626 !important;
    padding: 5px 10px !important;
    margin-top: 1px;
}

.we-address-modal {
    margin-top: 1px !important;
}

.btn.popup-btn-address.disabled {
    opacity: 0.5;
}

#myModalLabel2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #262626;
    margin-bottom: -10px;
}

.modal-footer.btn-desktop-popup {
    display: flex;
    border: 0;
    padding-top: 0;
    margin-top: -27px;
    padding-bottom: 24px;
}

.alert-new {
    background: #B81C36;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width: 295px;
    height: 170px;
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 33;
}

.popover-content .btn.btn-block.confirm-button.btn-success {
    background: #fff !important;
    box-shadow: 0 14px 7px rgb(0 0 0 / 5%) !important;
    border-radius: 5px;
    width: 52px;
    height: 30px;
    color: #262626 !important;
    padding: 2px 0;
}

.banner .slick-next, .banner .slick-prev {
    display: none !important;
}

.banner .slick-dots li button:before {
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #858585;
}

.banner .slick-dots li.slick-active button:before {
    color: #F9FAFD;
}

.banner .slick-dots {
    text-align: left;
    padding-left: 25px;
    bottom: 40px;
}

.popover-content p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.popover-content .btn.btn-block.cancel-button.btn-default {
    background: inherit;
    color: #fff;
    border: 0;
    margin-left: -50px;
}

.alert-new p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.alert-new {
    padding: 18px 17px;
}

.alert-new p.title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.alert-new p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.alert-new .close {
    width: 21px;
    height: 23px;
    top: 12px;
    position: absolute;
    right: 15px;
    opacity: 1;
}

.right_col {
    position: relative;
}

.search-content {
    background: #FFFFFF;
    box-shadow: 0px 30px 15px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 18px 18px;
    width: 630px;
}

.search-content .table-product__item {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 16px;
}

.search-content .table-product {
    padding: 0 23px 12px 23px;
}

.table-product .table-product__item .table-product__col.table-product__col--basket {
    max-width: 105px;
    min-width: 105px;
}

.modal-body__call-back .form-group label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 8px;
}

.modal-body__call-back .form-group input {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: 30px;
    width: 100%;
}

.modal-body__call-back .icon-calendar {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 19px;
    height: 20px;
    z-index: 222222;
}

.modal-body__call-back .form-group {
    margin-bottom: 22px;
}

.modal-body__call-back .form-group textarea {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
    height: 30px;
    padding: 3px 10px;
}

.modal.call-back .modal-footer {
    border: 0;
    display: flex;
}

.modal-body__call-back .form-group:last-child {
    margin-bottom: 0;
}

.modal-body__call-back .input-group {
    position: relative;
    width: 100%;
}

.btn-black {
    width: 150px;
    background: #262626 !important;
    border: 1px solid #262626 !important;
    padding: 3px 10px !important;
    color: #fff;
    height: 30px;
    border-radius: 5px;
}

.btn-primary.btn-black:focus, .btn-primary.btn-black:hover {
    background: #262626 !important;
}

.header__center--search:focus .icon {
    opacity: 1;
}

.modal.call-back .modal-dialog {
    width: 384px;
    /*background: #FFFFFF;*/
    box-shadow: 0px 30px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

/*#Select*/

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 100%;
}

.SelectBox {
    padding: 5px 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open > .optWrapper {
    border-top-left-radius: 0;
    padding-top: 11px;
    box-shadow: inherit;
    top: 25px;
    display: block;
    border-top: 0;
    border-top-right-radius: 0;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
    visibility: hidden
}

.SelectClass, .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px !important;
    width: 1px !important;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    /*font-style: italic*/
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: .5
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #e4e4e4
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect > .optWrapper > .options li span {
    display: none
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc
}

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.SumoSelect > .CaptionCont {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.SumoSelect .select-all.selected > span i:before, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span ii:before {
    background-color: #4D4D4D;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    box-shadow: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    background: #EDEDED;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    width: 10px;
    height: 10px;
}

.SumoSelect > .CaptionCont > span {
    padding-left: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    margin-top: 8px;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #EDEDED;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
}

.filter-item .options label {
    padding: 5px 10px 5px 0;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    box-shadow: inherit;
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.SumoSelect .select-all.selected > span i:before, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
    background: #4D4D4D;
    border-radius: 2px;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 14px 7px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: inherit;
    border: solid #bfbfbf;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    display: block;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8;
    top: -3px;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    /*box-shadow: 0 14px 7px rgb(0 0 0 / 2%);*/
    border-radius: 5px;
}

.SumoSelect > .CaptionCont:hover {
    box-shadow: 0 14px 7px rgb(0 0 0 / 2%);
}

.we-modal-draft .table-product__item:hover {
    cursor: pointer;
    background-color: #f9fafd;
}


/*.filter-product .filter-item .checkbox label{*/

/*}*/
.filter-product .checkbox:hover .cr .cr-icon {
    background: #BFBFBF;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 0;
    position: relative;
    border-bottom: 0;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
}

.table-product__col--remove button.remove__need {
    margin-top: 13px;
}

.table-not-change {

}

.table-product.scroll {
    max-height: 775px;
}

.table-product-not-scroll .table-product__item:last-child {
    margin-bottom: 0;
}

.irs-slider.type_last, div.DTS div.dataTables_scrollBody table, .irs-slider {
    z-index: 2;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #B81C36;
    top: 22px;
}

.irs-line {
    height: 5px;
    top: 25px;
    background: #EDEDED;
    border-radius: 3px;
}

.irs-bar, .irs-bar-edge {
    height: 5px;
}


/*PAGEPRODUCT*/
.pageProduct__content {
    display: flex;
    margin-bottom: 17px;
}

.pageProduct__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.pageProduct__question {
    display: flex;
    flex: 1 1 auto;
}

.pageProduct__favorite {
    display: flex;
    width: auto;
}

.pageProduct__title a {
    width: 129px;
    height: 30px;
    background: #999999;
    border-radius: 5px;
}

.pageProduct .pageProduct__slider {
    max-width: 403px;
    width: 20%;
    min-width: 403px;
}

.pageProduct__title .modal-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #313131;
}

.pageProduct__title img {
    padding: 8px 15px;
}

.pageProduct .pageProduct__description {
    width: 73%;
    margin-left: 18px;
}

.pageProduct .thumb-products {
    margin-top: 18px;
}

.pageProduct .product-image img {
    max-height: 403px;
}

.pageProduct .product-image img, .pageProduct .gallery-top .product-image__item, .popup-good-boximg .gallery-top .slick-slide {
    height: 403px;
}

.pageProduct .product-image.gallery-top {
    height: 403px;
}

.pageProduct__favorite {
    margin-right: 20px;
}

.pageProduct__favorite a {
    display: block;
    margin-right: 5px;
}

.pageProduct__favorite .list-char-item p {
    margin: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
}

.pageProduct__tabs {
    max-width: 525px;
}

.pageProduct__tabs .pageProduct__tabs-title button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #262626;
    background: #EDEDED;
    border-radius: 2px;
    padding: 2px 10px;
    border: 0;
}

.pageProduct__tabs-title {
    margin-bottom: 20px;
}

.pageProduct__some-question img {
    margin-right: 5px;
}

.pageProduct__tabs .product_price-block {
    margin-top: 18px;
}

.pageProduct__tabs .product_price-block .price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #262626 !important;
}

.pageProduct__toCart {
    display: flex;
}

.pageProduct__tabs .pageProduct__toCart {
    display: flex;
}

.pageProduct__tabs .add-to-basket-actions {
    margin-right: 25px;
    display: flex;
}

.pageProduct__tabs .add-to-basket-actions p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #262626;
    margin-right: 19px;
}

.pageProduct__tabs-content .modal-basket-btn {
    width: 150px;
}

.pageProduct__basket-btn {
    position: relative;
    margin-top: -8px;
}

.pageProduct__tooltip {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 30px;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.pageProduct__tabs .product_price-block {
    margin-bottom: 29px;
}

.pageProduct__tabs .pageProduct__tooltip img {
    padding: 9px 5px;
}

.pageProduct__tabs-content .modal-basket-btn {
    width: 150px;
    height: 30px;
    background: #262626;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
}

.pageProduct__tabs-content .pageProduct__basket-btn button img {
    margin-left: 5px;
}

.pageProduct__tabs-content .number-input {
    display: inline-flex;
    margin-top: -8px;
    border: 0;
}

.pageProduct__tabs-content .number-input button {
    height: 30px;
}

.pageProduct__tabs-content .number-input input[type=number] {
    max-width: 45px;
    padding: 0;
    height: 30px;
    width: 45px;
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}

.pageProduct__tabs-content .number-input button {
    background: inherit;
}

.pageProduct__tabs-content .pageProduct__tab-descript {
    margin-bottom: 19px;
}

.pageProduct .pageProduct__favorite .pageProduct__paragraph {
    margin-top: 3px;
}

.pageProduct__tabs-content .pageProduct__tab-descript p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #262626;
}

.pageProduct__tabs .pageProduct__tabs-title button.active {
    background: #BFBFBF;
    border-radius: 3px;
}

.pageProduct__some-question {
    margin-right: 20px;
    display: flex;
}

.pageProduct__some-question p {
    margin: 3px 0 0 0;
}

.pageProduct__question {
    margin-bottom: 16px;
}

.pageProduct .number-input button {
    width: 9px;
    margin-right: 5px;
}

.pageProduct .number-input button:after, .pageProduct .number-input button:before {
    width: 7px;
}

.breadcrumbs .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 16px;
    padding: 0;
    max-width: 90%;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 8px;
    margin-right: 4px;
    flex: 0 0 auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    opacity: 1;
}
.breadcrumbs__item .fa-arrow-right:before {
    font-size: 11px;
}

.fa-arrow-right:before {
    content: "\f061";
}

.breadcrumbs__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: 0.5s;
    text-decoration: inherit;
    color: #999999 !important;
}

.breadcrumbs__item::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    width: 1px;
    height: 16px;
    background-color: #999999;
    opacity:1;
    transform: translateY(-50%) rotate(26deg);
}

.breadcrumbs__item:last-child:after {
    display: none;
}

.pageProduct .quantity {
    width: 36px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 5px;
}

.list-item-scroll .effect-line {
    width: 345px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9FAFD 55.98%);
    opacity: 0;
}

.list-item-scroll .effect-line.scroll-effect {
    opacity: 1;
}

.pageProduct .popup-good-boximg {
    height: 100%;
}

.list-item-scroll {
    position: relative;

}

.pageProduct__tabs-content .list-item__list .list-char-item p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #262626;
}

.pageProduct__paragraph {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #999999;
}

.pageProduct .product-image.gallery-top .slick-prev, .pageProduct .product-image.gallery-top .slick-next {
    display: none !important;
}

.pageProduct__tabs-content .list-item__list .list-char-item .subtitle {
    font-weight: 600;
}

.pageProduct .thumb-products .slick-slide img {
    max-width: 100%;
    object-fit: cover;
    height: 122px;
}

.list-item-scroll {
    /*max-height: 300px;*/
    overflow: auto;
    width: 362px;

}

.list-item-scroll::-webkit-scrollbar-track {
    background: #BFBFBF;
    opacity: 0.6;
    border-radius: 11px;
}

.list-item-scroll::-webkit-scrollbar {
    background: #EDEDED;
    opacity: 0.6;
    border-radius: 32px;
    width: 10px;
}

.list-item-scroll::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    opacity: 0.6;
    border-radius: 11px;
    background-color: #BFBFBF;
}

.list-item-scroll::-webkit-scrollbar {
    background: #BFBFBF;
    opacity: 0.6;
    border-radius: 11px;
    background-color: #BFBFBF;
}

.list-item-scroll::-webkit-scrollbar-thumb {
    background: rgba(191, 191, 191, 0.6);
    border-radius: 11px;
}

.list-item-scroll::-webkit-scrollbar-track {
    background: rgba(237, 237, 237, 0.6);
    border-radius: 32px;
    -webkit-box-shadow: inherit;
}

.pageProduct .popup-good-boximg .thumb-products .thumb-products__item {
    width: 123px !important;
    height: 122px;
    border-radius: 4px;
    margin: 0 9px;
}

/*PAGEPRODUCT*/
.product-more {
    width: 194px;
    height: 28px;
    background: #F7F7F7;
    border-radius: 34px;
    padding: 5px 13px;
    transition: 0.3s;
    margin-top: 15px;
}
.product-more:hover{
    background: #BFBFBF;
}

.product-more img{
    width: 174px;
    height: 18px;
}
.breadcrumbs__item::after{
    background-color: inherit;
    transform: inherit;
    content: '';
    /*width: 15px;*/
    /*height: 15px;*/
    /*background-image:url(/assets/images/new-images/cart/ar3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 100%;*/
}
.breadcrumbs__item i{
    padding-left: 10px;
}

.table-product__col-right{
    display: flex;
}
.table-product.appeals-product .table-product__item .table-product__col-right .table-product__col.table-product__col--article, .table-product.appeals-product .table-product__item .table-product__col-right .table-product__col.table-product__col--status{
    margin-right: 16px;
}

.table-product.appeals-product .table-product__count .number-input input[type=number] {
    max-width: 32px;
    background: inherit;
}

.table-product.appeals-product  .we-input-number {
    width: 60px;
}

@media (max-width: 1370px) {
    .table-product__cart button, .table-product__cart button span, .table-product__count .number-input button, .table-product__count .number-input input[type=number] {
        font-size: 12px;
    }
}


.article__content {
    margin: 0 -10px 0;
}

.wholesale-clients-logo img {
    width: 90px;
}

.new__other .article__item {
    margin: 0 12px 25px;
    width: 45%;
}

.wholesale-clients-logo {
    width: 90px;
}

.we-draft-apply, .we-draft-delete {
    background: none;
    border: 0px;
}

.we-draft-apply img, .we-draft-delete img {
    width: 18px;
}

.we-draft-apply:hover, .we-draft-delete:hover {
    color: #000;
    opacity: 50%;
}

/* DRAFTS */

.table-product.appeals-product .table-product__item .table-product__col.table-product__title {
    max-width: 290px;
    min-width: 290px;
}
.table-product.appeals-product .table-product__item{
    padding: 26px 22px 22px 20px;
    margin-bottom: 16px;
}
.table-product.appeals-product .table-product__show-block.accordion__content .table-product__item {
    padding: 12px 14px;
    margin-bottom: 16px;
}
.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col--store.table-product__col--sklad {
    min-width: 65px;
}

.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--s.table-product__col--us{
    min-width: 35px;
}
.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--count {
    min-width: 60px;
}
.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--sum{
    min-width: 110px;
}
.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col {
    min-width: 58px;
}

.table-product .table-product__item .table-product__show-block.accordion__content .table-product__col .table-product__photo {
    text-align: center;
    margin: 0 auto;
}
.table-product.appeals-product .table-product__item .table-product__show-block.accordion__content .table-product__col.table-product__col--article.table-product__col--dimension{
    min-width: 65px;
}
.table-product.appeals-product .table-product__add-popup .cart-icon {
    transform: rotate(45deg);
    width: 16px;
}

.table-product__article button, .table-product__article.table-product__show .text {
    line-height: 14px;
    margin-top: 15px;
}
.table-product.appeals-product .remove__need img{
    margin-top: 12px;
}
.table-product__item.table-open{
    width: 100%;
    background: #f9fafd;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 16px;

}
.table-product__show-block{
    margin-top: 14px;
    width: 100%;
}
.table-product.appeals-product .table-product__action p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #bfbfbf;
    margin-bottom: 3px;
}
.accordion__item .accordion__content{
    display: none;
}

.table-product__show.active .text-hide{
    display: block;
}
.table-product__show.active .text-show{
    display: none;
}
.text-show{
    display: block;
}
.modal-order__list .table-product__col.table-product__col--remove .btn{
    margin: 0;
}
.text-hide{
    display: none;
}
.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 30px 15px rgb(0 0 0 / 5%);
    border-radius: 15px;
}
.product-history{
    position: relative;
    overflow: hidden;
}
.table-product.appeals-product .table-product__item .table-product__add-popup {
    max-width: 175px;
    min-width: 175px;
    margin-top: 15px;
}
.orderform__add-product .product{
    background: inherit;
    border: 0;
    margin-bottom: 26px;
}

.accordion__item .accordion__content {
    display: none;
}

.orderform__add-product .product span{
    color: #262626;
    border-bottom: 1px solid #262626;
}
.modal-order__list .add-address:hover img, .modal-order__list .add-address:hover img.active{
    opacity: 0;
}
.orderform__add-product .cart-icon{
    transform: rotate(        45deg);
}
@media (max-width: 1600px) {
    .table-product__article button,  .table-product__article.table-product__show .text,  .table-product__add-popup p {
        font-size: 13px;
    }

    .table-product.appeals-product .table-product__cart button span, .table-product__item.table-open .table-product__col a, .table-product.appeals-product .table-product__col .text {
        font-size: 13px;
    }
    .table-product .table-product__item .table-product__col.table-product__col--article {
        min-width: 110px;
    }
    .table-product.appeals-product .table-product__item .table-product__col.table-product__col--article {
        min-width: 95px;
    }
    .table-product.appeals-product .table-product__item .table-product__col.table-product__col--article.table-product__col--create {
        min-width: 135px;
    }
    .table-product.we-table-product .table-product__item.table-open .table-product__col.table-product__col--remove .cart-favorite{
        max-width: 95%;
    }
    .table-product.appeals-product .remove__need img {
        max-width: 90%;
    }
    .table-product .table-product__item.table-open .table-product__col.table-product__col--article {
        min-width: 60px;
    }
    .table-product.appeals-product .table-product__item .table-product__add-popup {
        max-width: 150px;
        min-width: 150px;
    }
}

.table-product.appeals-product .table-product__article button {
    background: inherit;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-history, .table-product__item {
    position: relative;
}

.table-product.appeals-product .table-product__item .table-product__col.table_show-complaint {
    position: absolute;
    background: #bfbfbf;
    border-radius: 15px;
    width: 112px;
    height: 21px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    max-width: 112px;
    transition: .5s;
    display: none;
}

.table-product.appeals-product .table-product__item .table-product__col.table_show-complaint p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.table-product.appeals-product .table-product__item .table-product__col.table_show-complaint:hover {
    background: #b81c36;
    box-shadow: 0 11px 16px 2px rgb(0 0 0 / 13%);
    cursor: pointer;
    z-index: 2;
}

.table-product .table-product__item .table-product__col:nth-child(2) {
    width: 140px;
    max-width: 140px;
}

.table-product__col.table-product__col--article.we-delete-draft {
    margin-top: 14px;
}

.table-product__col.table-product__col--article.we-delete-draft img {
    width: 16px;
    height: 16px;
}

.table-product.appeals-product .table-product__item:hover .table-product__col.table_show-complaint {
    display: block;
}

.we-table-product__col:hover p.text {
    text-decoration: underline;
}

.pageProduct__tabs-content .modal-basket-btn:hover {
    background: #999;
}

.we-list-char-item {
    margin-left: 185px;
}

.we-list-char-item > div {
    width: 185px;
    margin-left: -185px;
}

.we-list-char-item > div a {
    color: #262626;
    font-family: Montserrat;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.we-list-char-item > div i {
    padding-top: 3px;
}

.number-input input::-webkit-outer-spin-button, .number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.number-input input[type=number] {
    -moz-appearance:textfield;
}

/*@media (max-width: 1199px) {*/
/*    .content__left .main_menu_side {*/
/*        padding: 5px;*/
/*    }*/
/*    .news__item {*/
/*        width: 44%;*/
/*    }*/
/*    .hit-products:before {*/
/*        top: -24px;*/
/*    }*/
/*    .products-top__select-group {*/
/*        flex-wrap: wrap;*/
/*    }*/

/*}*/
/*@media (max-width: 1023px) {*/
/*    .content__left {*/
/*        width: 6%;*/
/*    }*/
/*    .content__right {*/
/*        width: 94%;*/
/*    }*/
/*    .nav-sm .container.body .right_col {*/
/*        margin-left: 0;*/
/*    }*/
/*    .nav-sm .container.body .right_col {*/
/*        margin-top: 0;*/
/*    }*/
/*    .content__left .we-menu-ul li.we-menu-li a, .hit-products__title .text-muted, .we-menu-ul .title {*/
/*        padding: 5px 0;*/
/*        margin: 0;*/
/*    }*/


/*}*/


.sub-menu.open {
    display: flex;
}

.accordion .accordion__content {
    width: 60%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    position: absolute;
    left: 230px;
    top: 32px;
}
.catalog-icon.open .nav.child_menu.catalog_childs {
    margin-top: -6px;
}

.accordion .accordion__content li {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    /*margin: 0 20px 24px 0;*/
    margin: 0 20px 0 0;
}
/*.accordion .accordion__content {
    position: absolute;
    left: 230px;
    top: 38px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    border-radius: 10px;
}

.accordion .accordion__content li {
    list-style: none;
    width: 100%;
    padding-right: 10px;
}*/

.nav > li, .nav > li > a {
    position: inherit;
}

.accordion .accordion__content li {
    padding-left: 0 !important;
}

.accordion .accordion__content:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background: #f7f8f7;
    z-index: -1;
}

.content__left .we-menu-ul li.we-menu-li .accordion__content li a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

.accordion .accordion__content li a {
    color: #999 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0 7px 10px;
}


.content__left .main_menu_side.all-menu {
    max-width: 586px;
    z-index: 33;
}

.we-side-menu-catalog {
    display: inline-block;
}


.dropdown-menu > .dropdown {
    position: relative;
}

.dropdown-menu > .dropdown a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: .9rem;
    top: .9rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    display: none;
}

.accordion .accordion__content {
    display: none;
    padding: 11px 0 16px;
    background: #f7f8f7;
    width: 279px;
    max-height: 93%;
    overflow: auto;
    border-radius: 10px;
}
.we-menu-ul li.we-menu-li .accordion .accordion__content li a {
    margin-left: 12px;
}

.content__left .we-menu-ul li.we-menu-li .accordion__title.accordion-active .second-level:before{
    width: 210px;
    height: 100%;
    top: 0;
    left: -2px;
    background: #f7f8f7;
    content: '';
    position: absolute;
    border-radius: 10px;
}
.content__left .we-menu-ul li.we-menu-li .accordion__title.accordion-active .second-level:after{
    background-image: url(/assets/images/new-images/arrow.png);
    position: absolute;
    top: -15px;
    right: -8px;
    width: 25px;
    height: 25px;
    content: '';
    background-size: 15px;
    background-position: center;
    z-index: 3;
    background-repeat: no-repeat;
}
.content__left .we-menu-ul li.we-menu-li .accordion__title.accordion-active .second-level span:after{
    background-image: url(/assets/images/new-images/arrow.png);
    position: absolute;
    bottom: -23px;
    right: -8px;
    width: 25px;
    height: 25px;
    content: '';
    background-size: 15px;
    background-position: center;
    z-index: 3;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
/*.sub-menu.accordion__content {*/
/*    display: flex;*/
/*}*/
.sub-menu.accordion__content div:first-child{
    width: 160px;
}
.sub-menu.accordion__content div:last-child{
    width: 115px;
}
.sub-menu.accordion__content div:last-child a{
    padding-left: 0 !important;
}
.content__left .we-menu-ul li.we-menu-li .accordion__title .second-level{
    width: 207px !important;
}
.content__left .we-menu-ul li.we-menu-li .accordion__title.accordion-active .second-level{

}
.content__left .we-menu-ul li.we-menu-li .accordion__title .second-level span{
    position: relative;
    width: 100%;
    display: block;
}
.we-side-menu-catalog.we-menu-li.catalog-icon.open {
    position: relative;
}

.we-side-menu-catalog.we-menu-li.catalog-icon.open:after {
    background-image: url(/assets/images/new-images/header/arr-catalog.svg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 20px;
    left: 111px;
    background-color: inherit;
    content: '';
}

.content__left .nav.child_menu.catalog_childs li.we-menu-li a:hover {
    cursor: pointer;
}

.we-menu-super-box.we-menu-ul li {
    width: 100%;
}

.accordion-active .accordion__content {
    display: block;
}

.accordion__title.accordion-active a {
    color: #262626;
    font-weight: 600;
}
.accordion__title.accordion-active:hover {
    background: #f7f8f7;
}
.accordion__title.accordion-active .second-level{
    position: relative;
}
/*.accordion__title.accordion-active .second-level:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -26px;*/
/*    width: 20px;*/
/*    height: 100%;*/
/*    content: '';*/
/*    background: #fff;*/
/*    border-radius: 10px;*/

/*}*/
.accordion.catalog_childs .accordion__title{
    width: 207px;
}
.accordion__title.accordion-active:hover {
    background: #f7f8f7;
}

.content__left .we-menu-ul li.we-menu-li .accordion__content li a {
    color: #262626 !important;
    padding: 7px 0 7px 22px !important;
    margin-left: 0 !important;
}

.content__left .nav.child_menu.catalog_childs li.we-menu-li a {
    display: block;
}

.content__left .we-menu-ul li.we-menu-li .accordion__title.accordion-active .second-level {
    color: #313131 !important;
    font-weight: 600;
}

.catalog-icon.open .nav.child_menu.catalog_childs {
    display: block;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu > .dropdown .dropdown-menu {
    top: -.7rem;
    left: 100%;
    border-radius: 0 .25rem .25rem .25rem;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.we-params-group-box.params-group-hidden :nth-of-type(3) ~ .params-group-item {
    display: none;
}

.we-params-group-box .params-group-item div.checkbox {
    margin-top: 5px;
    margin-bottom: 0px;
}

.filter-item .we-params-group-box label {
    padding: 5px 10px 0px 0 !important;
}

a.we-params-group-a {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    margin-left: 25px;
    font-size: 14px;
    font-family: Montserrat;
    color: #999999;
    font-weight: 500;
}

.we-params-group-box .we-params-group-title {
    font-family: Montserrat;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
}

.we-price-inputs-box-from input, .we-price-inputs-box-to input{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #EDEDED;
    color: #999999;
}

.we-price-inputs-box label {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: Montserrat !important;
    color: #999999 !important;
}

.we-price-inputs-box {
    display: flex;
    justify-content: space-around;
    padding: 0px 0px;
}

.we-price-inputs-box input, .we-price-inputs-box div {
    width: 100%;
}

.we-price-inputs-box-to {
    margin-left: 20px;
}

.irs {
    height: 30px !important;
    margin-bottom: 20px;
}

.filter-item {
    margin-bottom: 15px;
}

.pageProduct__tooltip {
    cursor: pointer;
}

/* TOOLTIP */

.we-add-to-cart {
    background: #262626;
    height: 30px;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    display: inline-block;
    padding: 0px !important;
}

/*.we-add-to-cart:hover {
    background: #bfbfbf;
}

.we-add-to-cart:hover > .we-tooltip {
    background: #bfbfbf;
    border-left: 1px solid #ccc;
}*/

.we-add-to-cart span {
    float: right;
    display: block;
    height: 29px;
    width: 30px;
    text-align: center;
    background: #262626;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #696969;
}

.we-add-to-cart span:hover {
    cursor: pointer;
}

.we-add-to-cart span > img {
    vertical-align: bottom;
    margin-left: 1px !important;
}

.we-add-to-cart > img {
    display: block;
    float: left;
    padding-left: 9px;
    padding-top: 7px;
}

.pageProduct__some-question a {
    display: block;
}

.pageProduct__some-question svg {
    vertical-align: middle;
}

.pageProduct__some-question .pageProduct__paragraph {
    margin-left: 5px;
}

.we-add-to-cart.we-no-q {
    width: 129px;
}

.we-add-to-cart.we-no-q > img {
    padding-top: 1px;
}
