body {
    font-family: 'PTSans-Regular';
    color: #505050;
}

a {
    color: #9c9b9b;
}

.hide {
    display: none !important;
}

.main ul:not(.sidebar):not(.submenu):not(.submenu li) {
    list-style: none inside url('../img/list-marker.png');
    margin: 0;
    padding: 0;
}

.main li:not(.sidebar):not(.submenu):not(.submenu li) {
    margin-bottom: 10px;
}

.main {
    min-height: 50vh;
}

.container-personal ul {
    list-style: none inside url('../img/list-marker.png');
    margin: 0;
    padding: 0;
}

.container-personal li {
    margin-bottom: 10px;
}

h2 {
    font-family: 'PTSans-Caption';
    color: #000;
}

h3,
h4,
h5,
h6 {
    font-family: 'PTSans-Caption';
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: em-calc(12);
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: em-calc(12)1.5em-0.0625em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled],
select[disabled] {
    background-color: #dddddd;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

/* Normalize file input width */

input[type="file"] {
    width: 100%;
}


/*****************  HEADER  *********************/

.header {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -794px;
    margin-bottom: 15px;
}

.header.collapsed {
    margin-top: -132px;
}

.top-menu-wrapper {
    height: 160px;
}

.top-menu-auth-form-close-btn {
    display: block;
    width: 55px;
    height: 48px;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1382px;
    cursor: pointer;
}

.top-menu-auth-form-close-btn:hover {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1450px;
}

.top-menu-auth-form-wrapper {
    padding-top: 35px;
}

.top-menu-auth-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.top-menu-auth-form-top {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -3379px;
    width: 470px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-menu-auth-form-input,
.top-menu-auth-form-input:focus {
    background-color: #e5e5e5;
    border: medium none;
    display: inline-block;
    margin-left: 15px;
    width: 165px;
    height: 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #808080;
    font-size: 11px;
}

.top-menu-auth-form-submit {
    display: block;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -3447px;
    background-color: transparent;
    font-weight: 600;
    width: 123px;
    height: 48px;
    border: medium none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #e5e5e5;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}

.top-menu-auth-form-submit:hover {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -135px -3447px;
}

.top-menu-auth-form-label,
.top-menu-auth-form-forgot {
    font-weight: 400;
    color: #e5e5e5;
    font-size: 11px;
    margin: 10px 20px 0;
}

.top-menu-auth-form-forgot {
    color: #3863ac;
    text-decoration: underline;
}

.top-menu-auth-form-forgot:hover {
    color: #3863ac;
    text-decoration: none;
}

.top-menu-auth-form-bottom {
    margin-bottom: 20px;
}

.top-menu-ul {
    padding-left: 0;
}

.top-menu-li {
    display: inline-block;
    list-style-type: none;
}

.top-menu-li:not(:last-child) {
    margin-right: 7px;
}

.top-menu-link {
    font-size: 16px;
    color: #808080;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-decoration: underline;
}

.top-menu-link:hover {
    color: #808080;
    text-decoration: none;
}

.top-menu-auth-wrap {
    padding-left: 0;
    padding-right: 0;
}

.top-menu-auth {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.top-menu-auth-username,
.top-menu-auth-logout {
    font-size: 13px;
    text-decoration: underline;
}

.top-menu-auth-username {
    color: #3863ac;
}

.top-menu-auth-logout {
    color: #808080;
}

.top-menu-auth-username:hover,
.top-menu-auth-logout:hover {
    text-decoration: none;
}

.currency,
.currency-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.currency-list {
    margin-bottom: 0;
    padding-left: 0;
}

.currency {
    position: relative;
    margin: 0;
    padding: 5px 20px;
    background-color: #e6e6e6;
    font-weight: bold;
    font-size: 15px;
}

.currency-item {
    list-style-type: none;
}

.currency-item:first-child {
    list-style-type: none;
    padding: 0 10px;
    margin-right: 10px;
    border-right: solid 1px #505050;
}

.currency-usd {
    color: #35b568;
}

.currency-eur {
    color: #3863ac;
}

.middle-menu-logo {
    display: block;
    width: 249px;
    height: 90px;
    background-image: url('../img/Logo_1.svg');
    background-repeat: no-repeat;
}

.middle-menu-social {
    width: 114px;
    height: 48px;
    background-image: url('../img/Logo_1.svg');
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
}

.middle-menu-social-fb {
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url('../img/Logo_1.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 25px;
}

.middle-menu-social-twitter {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -3343px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.middle-menu-contacts {
    margin-top: 20px;
    line-height: 1.3;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
}

.middle-menu-cart {
    margin-top: 25px;
    position: relative;
}

.middle-menu-demo-btn {
    background-image: url('../img/in_cart.svg');
    background-repeat: no-repeat;
    display: block;
    padding: 5px;
    height: 27px;
    width: 150px;
    padding-left: 35px;
    color: #000;
    font-size: 11px;
}

.middle-menu-demo-btn:hover {
    text-decoration: none;
    background-color: #F5F5F5;
}


.middle-menu-cart-btn {
    background-image: url('../img/basket.svg');
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    padding-left: 30px;
    color: #000;
    font-size: 11px;
}

.middle-menu-cart-btn:hover {
    text-decoration: none;
    background-color: #F5F5F5;
}

.middle-menu-cart-count {
    color: #3863ac;
}

.middle-menu-cart-count-sum {
    color: #3863ac;
}

.nav-wrapper {
    margin-top: 40px;
}

.nav-top,
.nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 0 2px;
    list-style: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.nav-top-item,
.nav-bottom-item {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #9c9b9b;
    height: 50px;
    padding: 15px 15px;
    position: relative;
}

.nav-top-item:hover,
.nav-bottom-item:hover {
    background: #000;
}

.nav-top-item-link,
.nav-bottom-item-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;

}

.nav-top-item-link:hover,
.nav-bottom-item-link:hover {
    color: #fff;
    text-decoration: none;
}


.nav-top-item-spec {
    background: #3863ac;
    margin-left: 2px;
}

.nav-icon {
    background: url('../img/icon-menu.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 2px;
    right: -4px;
    z-index: 2;
}

.middle-menu-cart-detail {
    background-color: #F5F5F5;
    display: none;
    width: 221px;
    height: 275px;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.middle-menu-cart:hover .middle-menu-cart-detail {
    display: block;
}

.middle-menu-cart:hover .middle-menu-cart-btn {
    background-color: #F5F5F5;
}

.middle-menu-cart-detail-td-button-compact {
    border-style: solid;
    cursor: pointer;
    line-height: normal;
    margin: 10px 0 10px;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    background-color: #8cc641;
    padding: 5px 10px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.middle-menu-cart-detail-table {
    width: 100%;
    font-size: 12px;
    color: #000;
}

.middle-menu-cart-detail-table tbody {
    border: none;
}

.middle-menu-cart-detail-td {
    padding: 2px;
    border: none;
    border-bottom: 1px solid #ccc;
    word-break: break-all;

}

.middle-menu-cart-detail-td-del {
    border-bottom: 1px solid #F5F5F5;
    max-width: 20px;
    border-bottom: 1px solid #ccc;
}

.middle-menu-cart-detail-td-del a {
    color: red;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.middle-menu-cart-detail-td-del a:hover {
    text-decoration: none;
}

/****************  FOOTER  *******************/

.footer {
    height: 65px;
    background-color: #000;
    font-size: 11px;
    color: #fff;
}

.footer .col-lg-7,
.footer .col-lg-5 {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .col-lg-5 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-btn-to-top {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -38px -1230px;
    height: 22px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.footer-btn-to-top-link {
    display: block;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: 37px -192px;
    width: 113px;
    padding-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

.footer-btn-to-top-link:hover {
    text-decoration: none;
    color: #9c9b9b;
}

/******************  SIDEBAR  *****************/

.sidebar {
    font-family: 'PTSans-Narrow';
    padding-left: 0;
}

.sidebar-wrapper {
    padding-left: 0;
    padding-top: 20px;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 15px;
    cursor: pointer;
}

.sidebar .submenu li {
    margin-bottom: 8px;
}

.sidebar li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    letter-spacing: 0px;
}

.sidebar .submenu {
    display: none;
    padding-top: 10px;
    padding-left: 0px;
}

.sidebar .submenu li a {
    font-size: 16px;
    font-weight: 400;
    color: #9c9b9b;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: 0.5px;
    border-bottom: none;
}

.sidebar .subsubmenu {
    display: none;
    padding-top: 10px;
    padding-left: 20px;
}

.sidebar .subsubmenu li {
    list-style-type: disc;
    color: #9c9b9b;
}

.sidebar .subsubmenu li sup {
    color: #000;
    text-decoration: none;
}

/****************  SEARCH PANEL  *******************/

.details-form {
    border: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}

.search-catalog .disabled {
    display: none !important;
}

#search-string {
    display: block;
    width: 100%;
    height: 43px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding-left: 15px;
}

.search-catalog-form-label_for_switch {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
}

.search-catalog-form-check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
    margin-top: 20px;
}

.search-catalog-form-checkbox-label {
    font-weight: 400;
}

.search-catalog-form-switch {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    margin-bottom: -10px;
    height: 29px;
    width: 222px;
    border-radius: 30px;
    border: 1px solid #999;
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88);
}

.search-catalog-form-switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 109px;
    line-height: 26px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    cursor: pointer;
}

.search-catalog-form-switch-label:hover {
    color: #383838;
}

.search-catalog-form-switch-label:active {}

.search-catalog-form-switch-label-off {
    margin-left: 1px;
}

.search-catalog-form-switch-label-on {
    margin-left: 5px;
    margin-right: -5px;
}

.search-catalog-form-switch-input {
    display: none;
}

.search-catalog-form-switch-input:checked + .search-catalog-form-switch-label {
    color: #fff;
    -webkit-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.search-catalog-form-switch-input:checked + .search-catalog-form-switch-label-on ~ .search-catalog-form-switch-selection {
    left: 120px;
    width: 100px;
}

.search-catalog-form-switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -3px;
    width: 120px;
    height: 31px;
    background: #01aeef;
    border-radius: 30px;
    -webkit-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
}

.search-btn {
    border-style: solid;
    cursor: pointer;
    margin: 0 0 20px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -250px;
    background-color: #3863ac;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    color: white;
    padding: 0 30px;
    height: 49px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 49px;
    vertical-align: middle;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search-btn:after {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -299px;
    content: " ";
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.search-btn:hover,
.search-btn:focus {
    background-color: #005596;
    color: #fff;
}

.title {
    font-family: 'PTSans-Caption';
    margin: 0 0 30px 0;
    font-weight: 500;
    position: relative;
}

.search-catalog-desc {
    margin: 20px 0;
    background-color: #01aef0;
    padding: 10px;
    color: #fff;
}

.catalog-price-desc {
    color: #000;
    padding: 5px 0px 15px 0px;
}
.mamanger-desc{
    padding-bottom:10px;
}

.search-catalog-contact-phone {
    display: inline-block;
    line-height: 20px;
    padding-left: 23px;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1624px;
}

.search-catalog-contact-mail {
    padding-left: 23px;
    display: inline-block;
    line-height: 20px;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1585px;
}

.file-wrapper {
    margin-left: 20px;
}

.file-wrapper-separator-row,
.file-wrapper-separator-col,
.file-wrapper-load_file {
    margin-top: 20px;
}

.file-wrapper-textarea textarea {
    width: 97%;
}

.file-wrapper-load_file-btn-tooltip,
.file-wrapper-separator-col-tooltip-wrap {
    cursor: help;
    position: relative;
}

.file-wrapper-tooltip {
    display: none;
    position: absolute;
    border: #3863ac;
    border-width: 3px;
    width: 225px;
    background-color: rgba(255,255,255, 0.9);
    font-size: 11px;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    bottom: 13px;
    left: -102.5px;
    text-align: left;
    cursor: default;
    z-index: 1;
}

.file-wrapper-load_file-btn-tooltip:hover > .file-wrapper-tooltip,
.file-wrapper-separator-col-tooltip-wrap:hover > .file-wrapper-tooltip {
    display: block;
}

.file-wrapper-load_file-btn {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    background-color: #8cc641;
    padding: 5px 10px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.file-wrapper-text_bottom {
    margin-bottom: 10px;
    color: #000;
}

.file-wrapper-separator-row-selected,
.file-wrapper-separator-col-selected {
    font-weight: 600;
}

/**********************  NEWS-PROMO BLOCK  ************************/

.button-settings {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
}

.button-settings:after {
    border-bottom: 1px dotted;
    content: attr(title);
    font-size: 12px;
    letter-spacing: -1px;
    position: relative;
    top: -3px;
    margin-left: 5px;
    margin-right: 5px;
}

.button-settings-2 {
    cursor: pointer;
    font-size: 20px;
}

.button-settings-2:after {
    border-bottom: 1px dotted;
    content: attr(title);
    font-size: 12px;
    letter-spacing: -1px;
    position: relative;
    top: -3px;
    margin-left: 5px;
    margin-right: 5px;
}



.news-promo .feed {
    max-height: 500px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 30px;
}

.news-promo .feed .pic img {
    max-width: 120px;
    max-height: 120px;
    margin-top: 10px;
}

.news-promo .feed .promo,
.news-promo .feed .new {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.news-promo .feed .title {
    font-size: 18px;
    text-decoration: underline;
}

.news-promo .feed .new .date {
    background-color: #8cc73a;
    width: 50px;
    height: 60px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.news-promo .feed .promo .date {
    font-weight: 600;
    margin: 10px 0;
}

.promo .col-lg-8 {
    padding-right: 0;
    color: #000;
}

.new .col-lg-10 {
    padding-right: 0;
    color: #000;
}

.new .text {
    margin-top: 10px;
}

.link-your-managers {
    display: block;
    margin-top: 50px;
    margin-left: 20px;
    font-size: 20px;
    text-decoration: underline;
}

.link-your-managers:hover {
    text-decoration: none;
}


/*****************  BREADCRUNB  ***********************/

.container-breadcrumb {
    padding-left: 0 !important;
    font-size: 11px;
}

.breadcrumb {
    background-color: #fff !important;
    padding: 8px 0 !important;
}

.breadcrumb a {
    color: #01aeef;
    text-decoration: underline;
}

/********************* PROFILE *****************************/

.profile-button {
    border-style: solid;
    cursor: pointer;
    font-family: inherit;
    margin: 0 0 1.25em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -250px;
    background-color: #3863ac;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 0 30px;
    position: relative;
    height: 49px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 49px;
    vertical-align: middle;
}

.profile-button:after {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -299px;
    content: " ";
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.profile-link {
    display: block;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer;
}

.profile-link:hover {
    text-decoration: none;
}

.profile-text {
    font-size: 16px;
}

.profile-form-top_line {
    background-color: #f5f5f5;
    width: 100%;
    height: 38px;
}

.profile-form {
    color: #000;
    margin-bottom: 40px;
    display: none;
}

.profile-form .row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.profile-form .col-lg-6,
.profile-form .col-lg-4,
.profile-form .col-lg-1{
    padding: 10px 0;
}

.profile-form .col-lg-6 input,
.profile-form .col-lg-4 input,
.profile-form .col-lg-1 input{
    margin-bottom: 0;
}




/*********************** BALANCE *************************/

.form-row-container {
    margin-top: 40px;
}

.balance-form label {
    font-weight: 400;
}

.balance-form-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.balance-form-btn {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    background-color: #3863ac;
    border-color: #0089bc;
    color: #fff;
    padding: 13px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.balance-form-btn:hover {
    background-color: #0089bc;
}


/***************** SUBSCRIBE ************************/

.subscribe-form label,
.subscribe-form label,
.payment-form label,
.legal_entities_add-label {
    font-weight: normal;

}

.subscribe-form-tabs-tab_content .col-lg-6,
.subscribe-form-tabs-tab_content .col-lg-5,
.subscribe-form-tabs-tab_content .col-lg-4,
.subscribe-form-tabs-tab_content .col-lg-2,
.subscribe-form-tabs-tab_content .col-lg-1 {
    padding-left: 0;
}

.subscribe-form-tabs-tab_content .col-lg-4 {
    font-weight: bold;
}

.subscribe-form-tabs-tab_content-wrapper .row {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subscribe-form-tabs-tab_content-wrapper .row:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.subscribe-form-tabs-tab_content-wrapper .row:last-child {
    margin-bottom: 30px;
}

.subscribe-form-tabs-tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.subscribe-form-tabs-tab {
    font-weight: bold;
    padding: 10px 15px;
    margin-right: 3px;
    margin-bottom: 0px;
    background: #dedede;
    cursor: pointer;
}

.subscribe-form-tabs-tab.active {
    background: #fff;
    border-top: 1px solid #b0ada7;
    border-right: 1px solid #b0ada7;
    border-left: 1px solid #b0ada7;

}

.subscribe-form-tabs-tab_content {
    margin-top: 20px;
}

.subscribe-form-check {
    position: relative;
    display: block;
}

.subscribe-form-check-toggle {
    position: relative;
    padding-left: 0;
    line-height: 30px;
    margin-bottom: 0;
}

.subscribe-form-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.subscribe-form-check-toggle input + span {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 30px;
    margin-left: 70px;
    display: block;
}

.subscribe-form-check-toggle input + span:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 30px;
    width: 50px;
    background: #ff0030;
    border: solid 1px #eff2f3;
    -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-radius: 15px;
}

.subscribe-form-check-toggle input + span:after {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #FFF;
    -webkit-transition: margin-left 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: '';
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}

.subscribe-form-check-toggle input:checked + span:after {
    content: '';
    margin-left: 21px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.subscribe-form-check-toggle input:checked + span:before {
    background-color: #86be4e;
    border-color: #86be4e;
    -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.subscribe-form-tabs-tab_content-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
}

.subscribe-form-tabs-tab_content-days input {
    margin-right: 5px;
    margin-bottom: 0;
}

.legal_entities-table-wrapper {
    margin-bottom: 20px;
}


.button-hollow {
    display: block;
    margin: 0 0 1.5rem 0;
    padding: .35714rem .71429rem;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #3863ac;
    color: #3863ac;
    text-decoration: none;
    padding: 10px 15px;
}

.button-hollow:hover {
    border-color: #005778;
    color: #005778;
    text-decoration: none;
}

.button-hollow-right {
    margin-left: auto;
}

.button-hollow-red {
    color: #db2476;
    border-color: #db2476;
    padding: 10px 0px;
    margin: 10px auto;
    width: 130px;
}

.button-hollow-black {
    border: 2px solid #505050;
    color: #505050;
}

.button-hollow-red:hover {
    border-color: #db2476;
    color: #fff;
    background: #db2476;
}

.button-hollow-green {
    color: #1c7430;
    border-color: #1c7430;
    padding: 10px 0px;
    margin: 10px auto;
    width: 130px;
}

.button-hollow-green:hover {
    border-color: #1c7430;
    color: #fff;
    background: #1c7430;
}

.legal_entities-table-first_row {
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-right: 1px solid #ccc
}

.legal_entities-table {
    width: 100%;
}

table thead {
    font-size: 14px;
    background: #668f9f;
}

table thead th {
    padding: 20px 20px;
    border-right: 1px solid #ccc;
}

table td {
    border-right: 1px solid #ccc;
    padding: 0px 10px;
}

table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.text-center {
    text-align: center;
}

table tbody {
    border: 1px solid #ccc;
}

.title-sm {
    color: #345c6c;
    font-size: 16px;
}

.law {
    border: 1px solid #ccc;
    width: 48%;
}

.law:first-child {
    margin-right: 2%;
    margin-bottom: 20px;
}



.law .col-lg-6,
.law .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    margin: 40px 0 10px 0;
}

.law .col-lg-6:last-child input {
    margin-left: auto;
}

.law label {
    font-weight: normal;
}

.law .col-lg-6:last-child label {
    margin-left: auto;
    width: 96%;
    display: block;
    font-weight: normal;
}

.law input {
    width: 96%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
}

.law .required-input-wrap {
    width: 100%;
    position: relative;
}

.law .required-input-wrap:after {
    content: '*';
    position: absolute;
    color: #db2476;
    font-weight: 700;
    width: 5px;
    height: 5px;
    top: 2px;
    right: 20px;
    font-size: 22px;
    font-weight: 400;
}

.law .col-lg-6:last-child .required-input-wrap:after {
    top: 2px;
    right: 10px;
}

.legal_entities_add-label {
    position: absolute;
    top: -32px;
}

.legal_entities_add-label input {
    width: auto;
    margin-right: 10px;
    font-weight: normal;
}

.law-3 .required-input-wrap:after {
    right: 30px;
    font-size: 22px;
    font-weight: 400;
}

.law-3 p span {
    color: #db2476;
    font-size: 22px;
}

.law-3 .profile-button {
    margin-left: auto;
    display: block;
}

.delivery-sidebar a {
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

.delivery-sidebar a:hover {
    text-decoration: none;
}

.delivery-sidebar-title {
    font-size: 18px;
    font-weight: 700;
}

.new_cart-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #3863ac;
}

.new_cart-tabs-title {
    border: 1px solid #3863ac;
    border-bottom: 0;
    margin-right: 1px;
}

.new_cart-tabs-title > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
    color: #9c9b9b;
}

.new_cart-tabs-title.active > a {
    background: #9c9b9b;
    color: #fff;
}



.new_cart-table {
    width: 100%;
}

.new_cart-table-first_row {
    font-weight: normal!important;
    text-align: left;
    color: #fff;
    border-right: 1px solid #ccc;
    white-space: pre;
    font-size: 12px;
}

.legal_entities-table {
    width: 100%;
}

.pictogram {
    display: inline-block;
    position: relative;
    cursor: help;
}

.pictogram-box {
    background: rgba(0, 174, 239, 0.9);
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 255px;
    font-size: 13px;
    line-height: 1.1;
    padding: 6px 10px;
    margin: 10px 0;
    color: #fff;
    bottom: 11px;
    cursor: default;
    left: -120px;
    z-index: 1;
    display: none;
}

.pictogram:hover .pictogram-box {
    display: block;
}

.pictogram-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 174, 239, 0.9) transparent transparent transparent;
    bottom: -10px;
    left: calc(50% - 5px);
}

.new_cart-table-wrapper {
    margin-top: 30px;
    margin-left: 0;
}

.new_cart-table-wrapper-reserve .sort-col {
   min-width: 0;
}

.new_cart-table-wrapper-reserve table.dataTable thead .sorting{
    background-image: none;
}

.new_cart-table-wrapper table.dataTable thead .sorting{
    background-image: none;
}

.new_cart-button-hollow {
    display: inline-block;
}

.new_cart-btns-wrapper {
    margin-top: 30px;
}

.new_cart-sum-wrapper {
    padding: 10px 18px;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.new_cart-delete {
    font-size: 20px;
    text-decoration: none;
    color: red;
    font-weight: 700;
    padding: 0 20px;
}

.new_cart-btns-wrapper .profile-button {
    display: block;
    margin-left: auto;
}

.cart-orders-table-container {
    margin-left: 0px;
    width: 100%;
}

.new_cart-filter-select {
    display: inline-block !important;
    cursor: pointer;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    font-size: 14px;
    background: url('../img/select.svg') no-repeat right top;
    width: 160px !important;
}

.new_cart-filter-select:focus {
    display: inline-block !important;
    cursor: pointer;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    font-size: 14px;
    background: url('../img/select.svg') no-repeat right top !important;
    width: 160px !important;
}

.new_cart-filter {
    border: 1px solid #ccc;
    padding: 8px 16px 3px 16px;
    margin-bottom: 3px;
}

.new_cart-filter label {
    font-weight: 400;
    font-weight: normal;
}

.new_cart-filter-label-date-from {
    margin-left: 45px;
}

.new_cart-filter-label-date-to {
    margin-left: 20px;
}

.cart-orders-table-container table {
    width: 80vw
}

.cart-orders-table-container table td {
    padding: 4px 10px;
}

#orders-thead {
    position: static;
    top: 0;
    z-index: 9999;
}

#orders-thead.topWindow {
    position: fixed;
    top: 0;
    z-index: 9999;
}

#orders-thead-clone {
    display: none;
}


.button-primary {
    background-color: #3863ac;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 13px 0 21px 0;
    padding: 10px 28px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer;

    text-decoration: none;
}

.button-primary-green,
.button-primary-cog {
    margin: 0;
}

.button-primary:hover {
    background-color: #008bbf;
    text-decoration: none;
    color: #fff;
}

.button-primary-inactive {
    cursor: pointer;
    border-color: #3863ac;
    color: #3863ac;
    display: inline-block;
    vertical-align: middle;
    margin: 13px 0 21px 0;
    padding: 10px 28px;
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 14px;
    line-height: 1;
    text-align: center;

    text-decoration: none;
}

.button-primary-inactive:hover {
    cursor: pointer;
    border-color: #008bbf;
    text-decoration: none;
    color: #008bbf;
}

.button-primary-green:hover {
    color: #8cc641;
    background-color: #24913b;
}

.button-primary-green {
    background-color: #2db54a;
    padding: 10px 15px;
}

.button-primary-cog {
    padding: 10px 15px;
    margin-left: 10px;
}

.new_cart-filter-wrap:last-child {
    margin-left: auto;
    width: 44%;
}


.catalog-page-main-container {
    margin-left: 100px;
    margin-right: 100px;
    min-width: 960px;
}

select[name="productsDt_length"] {
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    width: 40px;
    margin-left: 5px;
}

.search-catalog-page-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0 !important;
    border: none !important;
}

.search-catalog-page-form .search-catalog-form-string {
    margin-top: 7px;
    margin-right: 10px;
}

.search-btn {
    position: relative;
    margin: 0;
    margin-left: auto;
}

.catalog-page-show_on_page {
    font-size: 11px;
    font-weight: 400;
}


.catalog-page-show_on_page select {
    padding: 0;
    font-size: 11px;
    display: inline-block;
    width: 60px;
    margin-left: 5px;
}

.catalog-page-top-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
}


.button_basket {
    background-color: #3863ac;
    border-color: #0089bc;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.button_basket.active {
    background-color: #8cc641;
    opacity: 1;
    cursor: pointer;
}

.button_request {
    background-color: #3863ac;
    border-color: #0089bc;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.button_request.active {
    background-color: #8cc641;
    opacity: 1;
    cursor: pointer;
}


.catalog-item-list {
    width: 100%;
}

.catalog-item-list thead {
    background: whitesmoke;
}

.catalog-item-list thead th {
    border-right: none;
    font-weight: normal !important;
}

.dataTables_filter input{
    font-size: 14px;
    height: 25px;
    display: inline;
    width: 170px;

}

.catalog-item-list-product {
    cursor: pointer;
}

.catalog-item-list tbody {
    border: none;
}

.catalog-item-list tbody tr {
    border-bottom: 1px solid #ccc;
}

.catalog-item-list tbody td {
    border: none;
    padding: 10px 10px;
}

.catalog-item-list-partnumber {
    font-size: 12px;
    color: #808080;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.catalog-item-list-price {
    display: inline-block;
}

.catalog-item-list-td-price {
    min-width: 110px;
    font-weight: 600;
    font-size: 16px;
}

.catalog-item-list-td-text {
    font-size: 16px;
    word-wrap: break-word;
}

.catalog-item-list-td-text a{
    text-decoration: underline;
    color:  #217074;
}
.catalog-item-list-td-text a:visited{
    color:  #37745B;
}


.cartBreakAll{
    word-wrap: break-word;
    max-width: 130px;
}

.catalog-item-list-td-pn {
    font-size: 16px;
    word-wrap: break-word;
    max-width: 130px;
}

.catalog-item-list-tooltip-icon {
    display: inline-block;
    position: relative;
    cursor: help;
    width: 16px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;

}
.catalog-item-list-tooltip-phone-icon{
    display: inline-block;
    background: url('../img/phone.svg') no-repeat;

    position: relative;
    cursor: help;
    width: 16px;
    height: 11px;
    margin-right: 5px;
    margin-left: 5px;


}



.catalog-item-list-tooltip-icon-g {
    margin-left: 5px;
    background: url('../img/g.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-icon-e {
    padding-left: 3px;
    background: url('../img/e.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-icon-w {
    padding-left: 5px;
    background: url('../img/w.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-icon-c {
    margin-left: 5px;
    background: url('../img/coin.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-box-icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 14px;
}

.catalog-item-list-box-icon {
    display: inline;
    position: relative;
    width: 16px;
    height: 14px;
}

.catalog-item-list-tooltip-box {
    display: none;
    position: absolute;
    width: 225px;
    background-color: rgba(255,255, 255, 0.9);
    font-size: 11px;
    border: 3px solid  #3863ac;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    bottom: 13px;
    left: -102.5px;
    text-align: left;
    cursor: default;
    z-index: 1;
}

.catalog-item-list-tooltip-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: #3863ac;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.catalog-item-list-tooltip-icon:hover .catalog-item-list-tooltip-box {
    display: block !important;
}

.catalog-item-list-quantity-wrap {
    width: 100px;
}

.catalog-item-list-quantity-wrap-promo{
    width: 100px;
    border-bottom: 1px solid #ccc;
}

.catalog-item-list-button_basket {


    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    top: 9px;
    border: 0;
    left: 3px;
    background: url('../img/plus_icon.svg') no-repeat;
    width: 30px;
    height: 30px;

}

.catalog-add-to-cart{
    text-decoration: none;
    border: 0;
    padding-bottom: 10px;
}


.catalog-item-list-quantity {
    display: inline-block !important;
    width: 63px !important;
    margin: 2px 0 !important;
    height: 30px;
}

.catalog-item-list-count-phone {
    display: block;
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -3px -1617px;
    height: 31px;
    padding-top: 8px;
    width: 40px;

}

.bottom-border{
    border-bottom: 1px solid #ccc;
}

.catalog-item-list-count {
    display: block;
    padding-top: 8px;
    text-align: center;
    width: 40px;
}

.catalog-item-list-count-promo {
    display: block;
    padding-bottom: 8px;
    text-align: center;
    width: 40px;
    color: #3f75b3;
    font-weight: bold;
}


.catalog-item-list-price-wrapper {
    padding-top: 8px;
    height: 37px;
    white-space: nowrap;
}

.catalog-item-list-price-wrapper-promo {
    padding-top: 8px;
/*    height: 52px;*/
    white-space: nowrap;
}

.catalog-item-list-price.price {
    color: #999;

    /*text-decoration: line-through;*/
}
.catalog-item-list-price.price-480 {
    color: #c80000;
    /*text-decoration: line-through;*/
}

.catalog-item-list-price.price-promo {
    color: #3f75b3;
}

.cart-column td {
    padding-left: 5px!important;
    padding-right: 5px!important;;
}

/*
.catalog-item-list-price-wrapper:first-child {
    border-bottom: 1px solid #ccc;
}

.catalog-item-list-price-wrapper:last-child {
    padding-top: 10px;
}


.catalog-item-list-check-wrap:first-child {
    border-bottom: 1px solid #ccc;
}
*/

.catalog-item-list-check-wrap {
    margin-top: 2px;
    padding-top: 3px;

}

.personal-order-make-table {
    width: 100%;
    border: none;
}

.personal-order-make-table thead,
.personal-order-make-table tfoot {
    background: whitesmoke;
    font-weight: 400;
}

.personal-order-make-table tbody,
.personal-order-make-table th,
.personal-order-make-table td {
    border: none;
}

.personal-order-make-table td {
    padding: 10px;
}

.personal-order-make-table-td-price {
    min-width: 115px;
}

.personal-order-make-table-2 thead {
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.personal-order-make-table-2 th {
    padding: 10px 10px;
    font-weight: 400;
}

.personal-order-make-table-2-info {
/*    display: table-row;*/
    display: none;
}

.personal-order-make-table-2-info.active {
    display: table-row;
    border-bottom: 4px solid #8CC641;
    border-left: 4px solid #8CC641;
    border-right: 4px solid #8CC641;
    background: #f5f5f5 !important;
}

.personal-order-make-table-2-tr.active {
    border-bottom: none !important;
    border-top: 4px solid #8CC641;
    border-left: 4px solid #8CC641;
    border-right: 4px solid #8CC641;
    background: #f5f5f5 !important;
}



.personal-order-make-info input,
.personal-order-make-info textarea {
    width: 100% !important;
}

.personal-order-make-info label {
    display: block;
    font-weight: normal;
}

.personal-order-make-info .subscribe-form-check {
    display: inline-block;
}

.personal-order-make-info-client-check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.personal-order-make-info-client-check .subscribe-form-check {
    margin-left: 20px;
}

.personal-order-make-info-collapse-block {
    margin-top: 40px;
}

fieldset {
    border: solid 1px #ddd;
    padding: 20px;
    margin: 18px 0;
}

fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px;
    font-size: 16px;
    border: none;
    width: 70%;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 20px;
    padding: 20px;
    background: #f2f2f2;
}

.text-red {
    color: red;
    font-weight: bold;
}

.profile-button[disabled] {
    background-color: #3863ac;
    opacity: 0.6;
}

.sort-col {
    position: relative;
    min-width: 110px;
}


.sort-col:after {
    content: '';
    background: url('../img/caret-up.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 14px;
    height: 17px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sort-col.sort-rotate:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


.shadow-popup {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 172, 239, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup-settings {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    width: 470px;
    height: 400px;
    padding: 60px 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.popup-settings label {
    font-weight: normal;
    margin-bottom: 3px;
}

.popup-settings select {
    width: 115px;
    display: inline-block;
    margin-top: 5px;
}

.popup-settings input{
    width: 30px;
    display: inline-block;
}

.popup-settings-close {
    background-image: url('../img/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1314px;
    cursor: pointer;
    height: 48px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: -24px;
    width: 55px;
    z-index: 102;
}

.popup-settings-title {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}

.popup-settings .profile-button {

}



.popup-settings .profile-button[disabled] {
    opacity: 0.6;
}

.delimiter{
    margin-left: 10px;
    margin-right: 10px;
}

.popup-settings-new-cart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    width: 890px;
    height: 680px;
    background-color: #fff;
    padding: 40px 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.popup-settings-new-cart-close {
    position: absolute;
    right: 11px;
    top: 6px;
    cursor: pointer;
}


.popup-settings-new-cart-column-ul-wrap {
    border: 1px solid #ccc;
    height: 455px;
}

.popup-settings-new-cart-column-ul {
    padding-left: 0px;
    list-style: none;
}

.popup-settings-new-cart-column-ul li {
    font-size: 13px;
    padding: 2px 0;
    padding-left: 5px;
    width: 95%;
    cursor: pointer;
    position: relative;
}

.popup-settings-new-cart-column-ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #505050;
}


.popup-settings-new-cart-col1-li:hover a {
    color: #fff;
}

.popup-settings-new-cart-col2-li:hover a {
    color: #fff;
}



.popup-settings-new-cart-col1-li:hover {
    background-color: #3863ac;
}

.popup-settings-new-cart-col2-li:hover {
    background-color: #db2476;
}



.popup-settings-new-cart-col1-li:hover:after {
    content: '';
    position: absolute;
    background: url('../img/close-circle.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 4px;
    right: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.popup-settings-new-cart-col2-li:hover:after {
    content: '';
    position: absolute;
    background: url('../img/close-circle.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 4px;
    right: 5px;
}

.popup-settings-new-cart-title {
    font-weight: 500;
    font-size: 16px;
}



.popup-settings-new-cart-check-radio-wrap .checkbox,
.popup-settings-new-cart-check-radio-wrap .radio {
    display: none;
}

.popup-settings-new-cart-check-radio-wrap .checkbox-custom,
.popup-settings-new-cart-check-radio-wrap .radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
}

.popup-settings-new-cart-check-radio-wrap .checkbox-custom,
.popup-settings-new-cart-check-radio-wrap .radio-custom,
.popup-settings-new-cart-check-radio-wrap .label1 {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.popup-settings-new-cart-check-radio-wrap .checkbox:checked + .checkbox-custom::before,
.popup-settings-new-cart-check-radio-wrap .radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 2px;
}

.popup-settings-new-cart-check-radio-wrap .checkbox:checked + .checkbox-custom::before {
    background: url('../img/check-active.png') 50% 50% no-repeat;
    background-size: contain;
}

.popup-settings-new-cart-check-radio-wrap .radio-custom,
.popup-settings-new-cart-check-radio-wrap .radio:checked + .radio-custom::before {
    border-radius: 50%;
}



.popup-settings-new-cart-radio-wrap,
.popup-settings-new-cart-check-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.popup-settings-new-cart-radio-wrap {
    margin-bottom: 50px;
}

.popup-settings-new-cart-radio-wrap .popup-settings-new-cart-title,
.popup-settings-new-cart-check-wrap .popup-settings-new-cart-title {
    margin-bottom: 10px;
}





.popup-cart {
    display: none;
    position: fixed;
    width: 120px;
    height: 150px;
    top: 40%;
    right: 0;
    cursor: pointer;
}

.popup-cart p,
.popup-cart a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.popup-cart p {
    padding-top: 10px;
    line-height: 16px;
    text-decoration: underline;
    opacity: 0.7;
}

.popup-cart-go-wrap,
.popup-cart-add-wrap,
.popup-cart-add-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 150px;
    text-align: center;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    cursor: pointer;
}

.popup-cart-add-wrap {
    background-color: #8cc641;
    -webkit-box-shadow: 0px 0px 10px #8cc641;
            box-shadow: 0px 0px 10px #8cc641;
    opacity: 0;
}

.popup-cart-go-wrap {
    background-color: #9c9b9b;
    -webkit-box-shadow: 0px 0px 10px #9c9b9b;
            box-shadow: 0px 0px 10px #9c9b9b;
    opacity: 0;
}

.popup-cart-add-wrap.active,
.popup-cart-go-wrap.active {
    opacity: 1;
}

.popup-cart-go-wrap,
.popup-cart-add-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cart-btn {
    height: 30px;
    padding-top: 5px;
    font-size: 14px;
    cursor: pointer;
}

.cart-btn:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.add-to-cart {
    background-color: rgba(201, 251, 138, 0.6);
}

.popup-product {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 800px;
    height: 600px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
    padding: 25px 10px;
    z-index: 101;
}

.popup-product-photos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.popup-product-photos-previews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 350px;
}

.popup-product-photos-view {
    width: 350px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
}

.popup-product-photos-view img {
    max-width: 310px;
    max-height: 210px;
    width: auto;
    height: auto;
}

.popup-product-photos-preview-item {
    cursor: pointer;
}

.popup-product-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.popup-product-doc-wrap {
    margin-top: 50px;
}

.popup-product-disc {
    overflow-y: scroll;
    height: 350px;
}

.popup-product-photos-preview-item {
    border: 1px solid #ccc;
    padding: 5px;
    width: 110px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.popup-product-photos-preview-item img {
    max-width: 110px;
    max-height: 100px;
    width: auto;
    height: auto;
}


.legal_entities_edit .button-hollow-red {
    width: 180px;
    margin: 0;
    margin-top: 10px;
    margin-right: auto;
    margin-left: -15px;
    display: block;
}

.legal_entities_edit .profile-button {
    display: block;
    width: 120px;
    padding: 0 15px;
    font-size: 15px;
    margin-left: auto;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: fixed;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger_bar {
    background-color: #4f4d4d !important;
    opacity: 0.8;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
}

/* AUTHORIZATION START */

.shadow-auth {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(175, 175, 175, 0.6);
    z-index: 1;
}

.auth-wrapper {
    font-family: 'PTSans-Regular';
    position: absolute;
    background-color: #fff;
    width: 650px;
    height: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #7b7b7b;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .title {
    font-family: 'PTSans-Caption';
    font-size: 40px;
    margin: 0;
    color: #000;
}
.auth-wrapper .info-text{
    font-family: 'PTSans-Caption';
    font-size: 14px;
    color: #000;
    padding:20px 80px 30px 100px;
    width: 648px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.auth-form .checkbox {
    margin-top: 20px;
    margin-left: -148px;
}

.auth-form .checkbox input{
    height:20px;
}


.auth-form .login-btn-auth {
    background-color: #000;
    width: 345px;
    height: 65px;
    margin-top: 30px;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
}

.auth-form .forget_pass {
    margin-top: 30px;
    font-size: 18px;
    color: #3863ac;
    text-decoration: underline;
}


.auth-form .registration-btn {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #3863ac;
    text-decoration: underline;
    cursor: pointer;
}

.auth-form .error {
    color: red;
    margin-top: -10px;
}

.auth-form .error-info {
    color: red;
    font-size: 22px;
}

#form_restore .error {
    color: red;
}

#confirm_frm .error {
    color: red;
}

/* AUTHORIZATION END */

.linkBtn{
    color: white;
    text-decoration: none;
}

.linkBtn:hover {
    color: white;
    text-decoration: none;
}


/* registration form */
.message-reg {
    font-family: inherit;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 18px;
    margin: 15px 0;
}

.reg-form .title {
    font-family: inherit;
    background-size: contain;
    width: 555px;
    font-size: 25px;
    margin-top: 40px;
}

.reg-form .title-2 {
    font-family: inherit;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.reg-form input[text] {
    height: 45px;
    font-size: 18px;
    padding-left: 10px;
}

.reg-form select{
    background: url('../img/select.svg') no-repeat right top;
    background-size: 40px 45px;
}
.reg-form label {
    font-size: 15px;
    font-weight: normal;
    color: #383838;
}

.necessarily {
    color: #db2476;
}

.reg-form a {
    color: #9c9b9b;
}

.reg-form p {
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
}

.reg-form .sogl-text {
    height: 420px;
    padding: 25px 0 25px 25px;
    border: 1px solid #ccc;

    overflow: auto;
}

.reg-form .sogl-text p {
    font-size: 15px;
}

.reg-form .sogl-text p span {
    font-weight: bold;
}

.checkbox-sogl {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: auto;
}

/* REGISTRATION-ACTIVE END */

.prev-reg-btn {
    background: url('/images/search-btn.png') 50% 50% no-repeat;
    width: 124px;
    height: 52px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10%;
    margin-bottom: 30px;
    border: 0;
    cursor: pointer;
}

.reg-btn-new-user {
    background: url('/images/reg-new-btn-2.png') 50% 50% no-repeat;
    width: 228px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25%;
    border: 0;
    cursor: pointer;
}

.required-input {
    width: 100%;
    position: relative;
}

.required-input:after {
    content: '*';
    position: absolute;
    color: #db2476;
    font-weight: 700;
    width: 5px;
    height: 5px;
    top: 2px;
    right: 10px;
    font-size: 22px;
    font-weight: 400;
}

.required-input-delivery {
    width: 100%;
    position: relative;
}

.required-input-delivery:after {
    content: '*';
    position: absolute;
    color: #db2476;
    width: 5px;
    height: 5px;
    top: 2px;
    right: 56px;
    font-size: 22px;
    font-weight: 400;
}



.error-block {
    color: #db2476;
    font-size: 22px;

}

.close-btn {
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #db2476;
    margin-top: 110px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 30px;
}

.survey-btn {
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #db2476;
    cursor: pointer;
    margin-left: auto;
    margin-right: 30px;
    text-decoration: none;
}

.close-btn-demo {
    width: 150px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    background-color: #db2476;
    cursor: pointer;
    margin-left: auto;
    margin-right: 30px;
}
.shadow-popup-processing {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(175, 175, 175, 0.6);
    z-index: 1;
}

.popup-processing {
    display: none;
    position: fixed;
    width: 980px;
    height: 440px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 10px;

    z-index: 2;

    box-shadow: 2px 2px 30px #7b7575;
}

.popup-processing p {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
}

.popup-processing .info-text {
    text-align: left;
    font-size: 22px;
    margin-top: 20px;
    margin-left: 20px;
}

.popup-processing p span {
    color: #9c9b9b;
}

.popup-alert {
    display: none;
    position: fixed;
    width: 980px;
    height: 440px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 10px;

    z-index: 2;

    box-shadow: 2px 2px 30px #7b7575;
}

.popup-alert div {
    text-align: left;
    font-size: 24px;
    margin: 20px;
}


.autocomplete{
    color : #9c3328;
}

.length-dt-control {
    position: fixed;
}
.search-dt-control{
    position: fixed;
}
.page-dt-control{
    position: fixed;
}

label{
    font-weight: normal;
}

.info-block{
    font-size: 18px;
}

.light-gray {
    background-color: #e6e6e6;
    color: #505050;
}

.light-gray .check{
    padding-left: 20px;
    font-size:16px;
}

.error__label {
    color: #db2476;
    padding: 20px 0 0 20px ;
    margin-bottom: 1.5rem;
    line-height: 1.5;
        text-rendering: optimizeLegibility;
    font-size:16px;
    font-weight:400;
}

.top_search_input{
    border-bottom: .0625rem solid #3863ac  !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #3863ac !important;
    background: transparent !important;
}

.top_search_btn{
    border-bottom: .0625rem solid #3863ac;
    border-radius: 0px;
    color: #3863ac;
    height: 26px;
    width: 20px;
    margin-left: -4px;
    cursor: pointer;
}
.dataTables_length select {
    -webkit-appearance: menulist;
    width: 55px;
}
.width80{
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
}
.width40{
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
}

@media (max-width: 1200px) {
    .cart-orders-table-container {
        margin-left: 0;
        margin-right: 0;
    }
    .catalog-page-main-container {
        margin-left: 0;
        margin-right: 0;
    }

}

.tooltip-inner {
    background-color: #DDD !important;
    color: #000;
    font-size: 15px;
    min-width: 400px;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #DDD;
}

.dataTable .stock_qty_table th{
    color:white;
    font-size: 9px;
    font-weight: normal;
    width: 45px;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style:solid;
    padding: 3px 0 3px;
}
.dataTable
.stock_qty_table tbody tr td{
    padding: 0;
    margin: 0;
}
.stock_qty_table {
    border: none;
    border-color: white;
}

.stock_qty_table th{
    color:white;
    font-size: 9px;
    font-weight: normal;
    width: 45px;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style:solid;
    padding: 3px 0 3px;
}

.stock_qty_table tbody tr td{
    padding: 0;
    margin: 0;
}

.stock_qty_table tbody tr td .brdr_left{
    border-style: solid;
    border-color: darkgray;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    width: 45px;
}
.stock_qty_table tbody tr td .brdr_right{
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    text-align: center;
    width: 45px;
}

.promo h5{
    color: #9c9b9b;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "PT Sans","Roboto","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: .9375rem;
    font-size: 2.5rem;
}
.promo a{
    text-decoration: none;
}
.promo .date{
    margin-top: 20px;
    color: #cdcdcd;
}
.promo {
    padding-bottom: 10px;
}

.promo .desc{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "PT Sans","Roboto","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.promo-details .date{
    color: #009edf;
    font-weight: bold;
    font-size: 18px;
    margin:  20px 0 20px;

}

.catalog-item-list-td-text .tooltip-inner{
    min-width:150px;
    background-color: #5d8dc6;
}

.table.dataTable.display> tbody >tr.odd{
    background-color: #f0f0f0;
}

.noVATincluded{
    font-size: 12px;
    font-weight: normal;
    margin-top: -5px;
}

#loaderSpiner {
    z-index: 1;
    margin-left: 4px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid  #5d8dc6;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.price-cell{
    text-align: right;
}
.new_cart-table .price{
    text-align: right;
}


.cat_menu{
    background: #9c9b9b;
    padding-left: 11px;
    width: 150px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 2px!important;
}
.cat_menu a{
    text-decoration: none;
    color:  #fff!important;
    border-bottom: none !important;
}
.cat_menu.sale a{
    color:  red!important;
}

.cat_menu:hover{
    background: black;
}
.cat_menu.active{
    background: #3863ac;
}
.cat_menu.active:hover{
    background: black;
}


.marquee {
    overflow: hidden;
    font-family: "Pridi", sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: white;
    background-color: #5d8dc6;
}

.marquee a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

.marquee__inner {
    display: flex;
}

.marquee__line {
    flex-shrink: 0;
    margin: 0;
    padding: 3px 15px;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 18s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@keyframes marqueeLine {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.popup-catalog {
    z-index: 15 !important;
    display: none;
    position: fixed;
    width: 1000px;
    top: 30px;
    bottom: 60px;
    left: 20px;
    right: 20px;
    margin: auto;

    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 10px;

    z-index: 2;

    box-shadow: 2px 2px 30px #7b7575;
}
.popup-catalog button {
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
    border: 0;
    text-align: left;
}
.popup-catalog h3 {
    font-size: 18px;
    font-weight: 600;
}

.popup-catalog .level_first{
    height: 100%;
    overflow-y:scroll;
    overflow-x: hidden;
}