/*=============================
=            color_variables            =
=============================*/
/*=====  End of color_variables  ======*/
/*=============================
=            Mixin            =
=============================*/
.custom_checkbox {
  height: 100%;
  width: 100%;
}
.custom_checkbox label:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background: #EDEDED;
  -webkit-box-shadow: 0 0 0 1px #BABABA;
  -moz-box-shadow: 0 0 0 1px #BABABA;
  box-shadow: 0 0 0 1px #BABABA;
  border: 1px solid #AEAEAE;
}
.custom_checkbox label:before,
.custom_checkbox label:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom_checkbox input[type=checkbox]:checked + label:before {
  background: #EDEDED;
}
.custom_checkbox input[type=checkbox]:checked + label:after {
  margin: auto;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: none;
}
@-webkit-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*=====  End of Mixin  ======*/
/*===============================
=            General            =
===============================*/
.btn-success,
.btn-info,
.btn-secondary,
.btn-default,
.btn-invert {
  background: #228C8C;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.btn-success:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-default:hover,
.btn-invert:hover,
.btn-success:active,
.btn-info:active,
.btn-secondary:active,
.btn-default:active,
.btn-invert:active,
.btn-success:focus,
.btn-info:focus,
.btn-secondary:focus,
.btn-default:focus,
.btn-invert:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-invert:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-invert:not(:disabled):not(.disabled):active:focus {
  background: #186363;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.btn-success i,
.btn-info i,
.btn-secondary i,
.btn-default i,
.btn-invert i {
  vertical-align: middle;
}
.btn-success:disabled,
.btn-info:disabled,
.btn-secondary:disabled,
.btn-default:disabled,
.btn-invert:disabled,
.btn-success:disabled:hover,
.btn-info:disabled:hover,
.btn-secondary:disabled:hover,
.btn-default:disabled:hover,
.btn-invert:disabled:hover {
  background-color: #95B1B0;
}
[type="text"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
[type="search"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
[type="search"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
[type="search"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[type="text"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
[type="search"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
img {
  max-width: 100%;
}
body {
  max-width: 100%;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: normal;
  overflow: hidden;
  height: 100%;
}
.type_number {
  text-align: center;
}
.type_date {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.type_price {
  text-align: right;
}
.numberator__btn {
  background: #228C8C !important;
  color: #FFFFFF !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none !important;
}
.numberator__btn:hover,
.numberator__btn:active,
.numberator__btn:focus,
.numberator__btn:not(:disabled):not(.disabled):active,
.numberator__btn:not(:disabled):not(.disabled):active:focus {
  background: #134e4e !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF !important;
  border: none !important;
  outline: none;
}
.sum {
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
}
.count {
  text-align: center;
}
/*=====  End of General  ======*/
/*===============================
=            Fonts            =
===============================*/
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/roboto/Roboto-Regular.3e1af3ef546b.ttf") format('truetype');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto/Roboto-Thin.89e2666c24d3.ttf") format('truetype');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/Roboto-Medium.d08840599e05.ttf") format('truetype');
}
@font-face {
  font-family: Roboto-Mono;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-mono/RobotoMono-Bold.c0c4a33786b0.ttf") format('truetype');
}
@font-face {
  font-family: Roboto-Condensed;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed/RobotoCondensed-Bold.36b5da033338.ttf") format('truetype');
}
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/PT_Sans_Narrow/PTSansNarrow-Bold.b4b4fa548693.ttf") format('truetype');
}
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/PT_Sans_Narrow/PTSansNarrow-Regular.afae664e1b2d.ttf") format('truetype');
}
/*=====  End of Fonts  ======*/
/*==============================
=            Layout            =
==============================*/
main {
  padding: 0;
}
.red {
  border: 1px solid red !important;
}
.nav {
  min-height: 35px;
}
.my_own_alert {
  z-index: 99995;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.my_own_alert .my_own_alert_content {
  z-index: 2;
  max-width: 100%;
  left: 0;
  right: 0;
  width: 460px;
  position: fixed;
  top: 40%;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 2px 5px rgba(0, 1, 6, 0.3), 0 0 1px 1px rgba(0, 1, 6, 0.1);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 2px 5px rgba(0, 1, 6, 0.3), 0 0 1px 1px rgba(0, 1, 6, 0.1);
  box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 2px 5px rgba(0, 1, 6, 0.3), 0 0 1px 1px rgba(0, 1, 6, 0.1);
}
.my_own_alert .my_own_alert_content h5 {
  font-weight: 400;
}
.my_own_alert .my_own_alert_content p {
  font-weight: 400;
  font-size: 15px;
}
.my_own_alert .my_own_alert_content [anim="ripple"] {
  position: relative;
  overflow: hidden;
}
.my_own_alert .my_own_alert_content [anim="ripple"]:before {
  content: '';
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  pointer-events: none;
  top: -webkit-calc(var(--y) * 1px);
  top: -moz-calc(var(--y) * 1px);
  top: calc(var(--y) * 1px);
  left: -webkit-calc(var(--x) * 1px);
  left: -moz-calc(var(--x) * 1px);
  left: calc(var(--x) * 1px);
  width: -webkit-calc(var(--d) * 1px);
  width: -moz-calc(var(--d) * 1px);
  width: calc(var(--d) * 1px);
  height: -webkit-calc(var(--d) * 1px);
  height: -moz-calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: -webkit-calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  opacity: -moz-calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
  -webkit-transition: -webkit-calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -o-transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -moz-transition: -moz-calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  -o-transform: translate(-50%, -50%) scale(var(--s, 1));
  -ms-transform: translate(-50%, -50%) scale(var(--s, 1));
  -moz-transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform: translate(-50%, -50%) scale(var(--s, 1));
  transform: translate(-50%, -50%) scale(var(--s, 1));
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
}
.my_own_alert button {
  --ripple-background: white;
  --ripple-opacity: 0.3;
  --ripple-duration: 600ms;
  border: 1px solid #186363;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.45em;
  font-size: 13px;
  outline: none;
  display: block;
  background: #228C8C;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 75px;
  text-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.my_own_alert .agree:hover {
  background: #186363;
}
.my_own_alert .forbidden {
  background: white;
  color: gray;
  border: 1px solid gray;
}
.my_own_alert .forbidden:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}
.my_own_alert .back_dark {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(1, 1, 1, 0.4);
}
.price_parameters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.discount_icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../img/vesna_img/discount_red-01.ffc9c4b92b94.svg") 100% 100% no-repeat;
  margin: 0 10px 0 0;
}
.discount_icon:hover .discount_tooltip {
  display: block;
}
.discount_tooltip {
  display: none;
  position: absolute;
  width: 180px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  right: 155%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(84, 84, 84, 0.8);
  color: #fff;
  text-align: left;
}
.discount_tooltip:before {
  content: '';
  border: 6px solid transparent;
  border-left: 6px solid rgba(84, 84, 84, 0.65);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.discount_tooltip strong {
  color: #fa9747;
}
.circle-badge {
  padding: 3px 5px 3px 5px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.badge-orange {
  color: #fff;
  background-color: #fa9747;
  font-weight: 400;
  position: absolute !important;
  top: 7px !important;
  left: 93% !important;
  min-width: 23px;
  display: block;
}
.mb-badge {
  margin-bottom: 11px;
}
.search_result_container[data-result-view-type="block"] .mb-badge {
  margin-bottom: 0;
}
.search_result_container[data-result-view-type="block"] .badge-orange {
  top: 18px !important;
  left: -10% !important;
}
.search_result_container[data-result-view-type="standart"] .mb-badge {
  margin-bottom: 7px;
}
.search_result_container[data-result-view-type="block"] .discount_tooltip {
  right: -80px;
  top: -110px;
  z-index: 9999999;
}
.search_result_container[data-result-view-type="block"] .discount_tooltip:before {
  display: none;
}
.header_top {
  background-color: #343a40;
}
.header_middle {
  background: white !important;
  border-bottom: 1px solid LightGray;
  /*.navbar_box_shadow;*/
  z-index: 12;
  position: relative;
}
.header_middle .open_documents {
  cursor: pointer;
}
.header_middle .cart-sum,
.header_middle .reserve-sum {
  padding: 3px 7px 3px 7px;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header_middle a {
  text-decoration: none;
}
.header_middle a:hover {
  text-decoration: none;
}
.header_middle > .container > .row > .col-1 {
  text-align: center;
}
.header_middle > .container > .row > .col-1 > .btn {
  border: 0 solid transparent !important;
}
@media (min-width: 662px) {
  .header_middle .container-fluid {
    width: 90%;
  }
}
.header_middle .col_reserve .btn {
  padding-top: 17.6px;
}
.header_middle .col_documents,
.header_middle .col_list,
.header_middle .col_shopping_cart,
.header_middle .col_reserve {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_middle .col_list,
.header_middle .col_shopping_cart,
.header_middle .col_reserve {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.header_middle .col_shopping_cart .btn,
.header_middle .col_reserve .btn {
  border: none;
  background-color: transparent;
}
.header_middle .col_shopping_cart a,
.header_middle .col_reserve a {
  display: block;
  position: relative;
}
.header_middle .col_brand-logo {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_middle .col_brand-logo .navbar-brand {
  margin-right: 0;
}
.header_middle .col_search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_middle .col_search .for_search_block {
  width: 100%;
}
.header_middle .btn-outline-light:hover {
  background-color: transparent;
}
.navbar_style {
  background: white !important;
}
/*}*/
.navbar > .row > .col-1 > .btn {
  text-align: center;
  border: 0 solid transparent !important;
}
.card > .container > .row > .col-1 > .btn {
  border: 0 solid transparent !important;
}
.header_bottom > .container > .row > .col-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_bottom > .container > .row > .col-1 > .btn {
  padding: 0;
  text-align: center;
  border: 0 solid transparent !important;
}
.header_bottom .cart-sum,
.header_bottom .reserve-sum {
  padding: 3px 7px 3px 7px;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.link_search_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_search_container .btn_modal_search_trigger {
  width: 100%;
  border: 1px solid LightGray;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
  -moz-box-shadow: 2px 1px 3px 1px #dddddd;
  box-shadow: 2px 1px 3px 1px #dddddd;
  line-height: 1.52;
  text-align: right;
}
.link_search_container i {
  font-size: 20px;
  color: #228C8C;
  vertical-align: text-top;
}
.flex_account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account_logo {
  position: absolute;
  top: 5px;
  color: white;
}
.account_user {
  cursor: default !important;
  padding: 3px 0 0 0;
  color: white;
  font-size: 13px;
  font-weight: 100;
  background-color: #343a40 !important;
}
#ico_arrow_down {
  cursor: pointer !important;
}
.nav > .col-6 > .row > .col-3 > .active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
}
.account-logout {
  height: 20px;
  width: 20px;
  padding: 4px 0 0 0;
}
.account_logo-exit {
  height: 20px;
  width: 20px;
}
.input-search {
  border: 1px solid LightGray;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
  -moz-box-shadow: 2px 1px 3px 1px #dddddd;
  box-shadow: 2px 1px 3px 1px #dddddd;
}
.input-search-field {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border-color: white;
}
.input-search-field:active,
.input-search-field:hover,
.input-search-field:focus {
  outline: none;
  border-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_ico,
.settings_search_ico,
.remove_search_ico {
  color: Silver;
  font-size: 20px;
}
.settings_search_ico,
.remove_search_ico {
  margin-top: 7px;
}
.settings_search_ico {
  display: none;
}
.btn-search-arrow {
  margin-right: 5px;
  background-color: white;
  border-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-autocomplit-block {
  position: absolute;
  width: 100% !important;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  z-index: 1010;
}
.debit-top {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*padding-right: 15px;*/
  padding-top: 6px;
}
.debit {
  text-align: center;
}
.balance_positive {
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  color: #228c8c;
  padding-bottom: 5px;
}
.balance_negative {
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  color: red;
  padding-bottom: 5px;
}
.balance_invers {
  color: white !important;
  z-index: 600;
}
.debit_container {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.col-debit-forbidden {
  /* height: 88px;*/
  color: white;
  background: red;
}
.debit-bottom {
  line-height: 1;
  font-size: 14px;
  color: red;
  padding-bottom: 5px;
}
.debit-value {
  background: red;
  color: white;
}
.flex_status {
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
#header_middle_row-md {
  /*padding-bottom: 8px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header_middle_row-md .header_middle_button .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header_middle_row-md .header_middle_button .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_middle_row-md .header_middle_button .header_button_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_middle_row-md .right-col,
#header_middle_row-sm .right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*max-width: 200px;
    width: 100%;*/
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header_middle_row-md .right-col .shopping_holder .dropdown_shoping,
#header_middle_row-sm .right-col .shopping_holder .dropdown_shoping {
  line-height: 1;
}
#header_middle_row-md .right-col .shopping_holder .badge-dark,
#header_middle_row-sm .right-col .shopping_holder .badge-dark {
  color: gray;
  font-size: 13px;
  background: none;
}
#header_middle_row-md .right-col .shopping-cart-badge .badge-dark,
#header_middle_row-sm .right-col .shopping-cart-badge .badge-dark {
  background: red;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header_middle > .container > .row:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_middle .btn-outline-light {
  padding: 0;
}
.header_bottom {
  border-bottom: 1px solid lightgray;
  padding-top: 10px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 3px 6px 1px #dddddd;
     -moz-box-shadow: 0 3px 6px 1px #dddddd;
          box-shadow: 0 3px 6px 1px #dddddd;
  /*  margin: 0 0 10px 0;*/
}
@media (max-width: 1200px) {
  .header_bottom .container {
    max-width: 1140px;
  }
}
.header_bottom .col {
  padding: 0 5px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
@media (max-width: 1200px) {
  .header_bottom .col {
    padding: 0;
  }
}
.header_bottom .button-lable {
  font-size: 16px;
  /*font-weight: 900;*/
  padding: 5px;
}
@media (max-width: 1200px) {
  .header_bottom .button-lable {
    font-size: 16px;
  }
}
.header_bottom .col_income {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*.doc-icon {
      width: 40px;
      height: 30px;
    }*/
}
.header_bottom .col_income .dropdown-menu {
  min-width: 210px;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  background: #EDEDED;
  overflow-x: hidden;
}
.header_bottom .col_income .dropdown-menu .form-group {
  padding: 0 15px;
}
.header_bottom .col_income .dropdown-menu .dropdown-header {
  border-bottom: 1px solid lightgray;
}
.header_bottom .col_income .dropdown-menu .income-item {
  border-bottom: 1px solid lightgray;
  padding: 5px;
  /*&:visited {
          !*background: lightgray;*!
          color: lightgray;
          font-weight: 400 !important;
        }*/
}
.header_bottom .col_income .dropdown-menu .income-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.header_bottom .col_income .dropdown-menu .income-link-holder .income-item:first-child {
  border-bottom: none;
}
.header_bottom .col_income .dropdown-menu .income-item-holder {
  font-weight: 900;
}
.header_bottom .col_income .dropdown-menu .income-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_bottom .col_income .dropdown-menu .income-item-date,
.header_bottom .col_income .dropdown-menu .income-item-quantity {
  padding: 0 0 0 10px;
}
.header_bottom .col_income .dropdown-menu .income-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_bottom .col_income .dropdown-menu .income-item-img img {
  max-width: 18px;
  display: block;
}
.header_bottom .col_income .dropdown-menu .income-item-img .hide {
  display: none;
}
#collapse-documents {
  display: block;
}
@media (max-width: 990px) {
  #collapse-documents {
    display: none;
  }
}
#collapse-documents.show .row.custom-stile-row {
  display: block;
}
#collapse-documents.show .row.custom-stile-row .btn-outline-light {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  width: 100%;
}
.header_status {
  color: #b4ebe9;
}
.cart-indicator,
.reserve-indicator {
  font-weight: 400;
}
.button_head {
  border: 0 solid red;
}
.debt {
  padding: 0;
  margin: 0;
  color: red;
}
.brand-icon {
  height: 67px;
  width: 150px;
}
.doc-icon {
  height: 30px;
  width: 30px;
}
.button-lable {
  color: gray;
  font-size: 15px;
  white-space: nowrap;
}
.label-secondary {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-color: black;
  color: gray;
  font-weight: 500;
}
.header .dropdown_shoping {
  position: relative;
}
.header_middle_row-sm {
  padding-bottom: 23px;
}
.dropdown_shoping_middle {
  bottom: 14px;
}
.dropleft {
  /*background: rgba(242, 242, 242, 0.6);*/
  min-width: 68px;
  white-space: nowrap;
  /*.table_row_hover_box_shadow();
  .borderRadius(15px);*/
}
.dropleft .icon-left {
  display: none;
}
.dropleft button.dropdown-toggle {
  background: none !important;
  color: gray;
  font-size: 13px;
}
.dropleft button.dropdown-toggle:hover {
  background: rgba(242, 242, 242, 0.6);
}
.dropdown_shoping .dropleft .dropdown-menu {
  -webkit-box-shadow: 0 3px 20px -9px grey;
  -moz-box-shadow: 0 3px 20px -9px grey;
  box-shadow: 0 3px 20px -9px grey;
}
.dropdown_shoping .button-lable {
  padding-top: 3px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  width: 71px;
}
.dropdown_shoping i {
  color: black;
  font-size: 19px;
}
.dropdown_shoping .dropdown-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.dropdown_shoping .dropdown-menu-item i {
  margin-right: 5px;
  font-size: 16px !important;
}
.dropdown_shoping .dropdown-menu-item:hover {
  background-color: #228C8C;
}
.dropdown_shoping .dropdown-menu-item:hover p {
  color: white !important;
}
.dropdown_shoping .dropdown-menu-item:hover i {
  color: white !important;
}
.dropdown_shoping .dropdown-toggle {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  max-width: 62px;
  font-size: 12px;
  padding: 0;
  background: rgba(242, 242, 242, 0.6) !important;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  margin-left: -4px !important;
  color: gray !important;
  border: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
#shopping-cart-modal .close {
  position: absolute;
  right: 24px;
  top: 16px;
  outline: none;
  z-index: 1;
}
.modal .bg_image_for_modal {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100px;
}
.modal .car {
  position: absolute;
  left: 15px;
  top: 8px;
  -webkit-animation: pulsing 2.5s;
     -moz-animation: pulsing 2.5s;
       -o-animation: pulsing 2.5s;
          animation: pulsing 2.5s;
  -webkit-animation-iteration-count: 3;
     -moz-animation-iteration-count: 3;
       -o-animation-iteration-count: 3;
          animation-iteration-count: 3;
  z-index: 1;
}
@-webkit-keyframes pulsing {
  0% {
    left: 15px;
  }
  50% {
    left: 29px;
  }
  100% {
    left: 15px;
  }
}
@-moz-keyframes pulsing {
  0% {
    left: 15px;
  }
  50% {
    left: 29px;
  }
  100% {
    left: 15px;
  }
}
@-o-keyframes pulsing {
  0% {
    left: 15px;
  }
  50% {
    left: 29px;
  }
  100% {
    left: 15px;
  }
}
@keyframes pulsing {
  0% {
    left: 15px;
  }
  50% {
    left: 29px;
  }
  100% {
    left: 15px;
  }
}
.modal .car_light {
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-right: 30px solid rgba(250, 250, 0, 0);
  border-bottom: 12px solid transparent;
  -webkit-filter: drop-shadow(0 0 25px #FFFF00);
          filter: drop-shadow(0 0 25px #FFFF00);
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  position: absolute;
  left: 36px;
  top: 11px;
  z-index: 0;
}
.modal h5 {
  font-size: 24px !important;
}
.modal .delivery-modal .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  height: 40px;
  padding-top: 3px;
}
.modal .cart-sum,
.modal .reserve-sum {
  font-weight: 400;
}
.modal .cart-sum .cart-indicator,
.modal .reserve-sum .cart-indicator {
  font-weight: 400;
}
.modal .dropdown_shoping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal .dropdown_shoping .dropleft {
  height: 25px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
}
.modal .dropdown_shoping .dropleft .icon-left {
  font-size: 19px;
  margin-right: 5px;
  cursor: pointer;
}
.modal .dropdown_shoping:hover .dropleft .icon-left {
  background: rgba(150, 150, 150, 0.2);
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.modal .dropdown_shoping:hover .dropleft {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 3px 0 rgba(60, 64, 67, 0.5), 0 1px 10px 1px rgba(60, 64, 67, 0.25);
}
.modal .dropdown_shoping .dropdown-toggle {
  min-width: 199px;
  max-width: 199px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: end;
  padding-right: 5px;
  font-size: 14px;
}
.modal .edit-item,
.modal .delete-item {
  cursor: pointer;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #495057 transparent transparent transparent;
  border-width: 7px 3px 0;
}
.modal .button_container {
  padding-top: 15px;
}
.modal .price_container {
  font-size: 2rem;
  line-height: 1;
  display: block;
}
.modal .price_container i {
  font-size: 2rem;
}
.modal.edit_cart .bg_image_for_modal {
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
}
.modal.edit_cart .calc_price_container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown_shoping .dropleft .dropdown-toggle::before {
  display: none;
}
.dropdown_shoping .dropleft i {
  font-size: 13px;
  color: #228C8C;
  padding-top: 3px;
  font-weight: 600;
}
.dropdown-toggle:hover,
.dropdown-toggle:hover(not),
.dropdown-toggle:active,
.dropdown-toggle:active(not) {
  font-size: 10px;
  padding: 0;
  color: gray;
  background: white !important;
  border: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.dropdown-toggle .dropdown-item:focus,
.dropdown-item {
  padding: 1px 22px;
  font-size: 13px;
}
.dropdown-toggle .dropdown-item:focus,
.dropdown-item:hover {
  background-color: #228C8C;
  color: white;
}
.form_add_cart,
.form_edit_cart,
.edit_delivery {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: auto;
  z-index: 1051;
}
.form_add_cart .back_dark,
.form_edit_cart .back_dark,
.edit_delivery .back_dark {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.form_add_cart .inner_form,
.form_edit_cart .inner_form,
.edit_delivery .inner_form {
  width: 320px;
  position: fixed;
  left: -webkit-calc(50% - 155px);
  left: -moz-calc(50% - 155px);
  left: calc(50% - 155px);
  top: 20%;
  background-color: #fff;
  border: 1px solid rgba(100, 121, 143, 0.2);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
  font-size: 13px;
  z-index: 2;
}
.form_add_cart .inner_form .btn_form_cart,
.form_edit_cart .inner_form .btn_form_cart,
.edit_delivery .inner_form .btn_form_cart {
  background: #228C8C;
  width: 77px;
  font-size: 13px;
  padding: 3px 5px;
}
.form_add_cart .inner_form .form-control,
.form_edit_cart .inner_form .form-control,
.edit_delivery .inner_form .form-control {
  height: 30px;
  font-size: 13px;
}
.form_add_cart .edit-item,
.form_edit_cart .edit-item,
.edit_delivery .edit-item,
.form_add_cart .delete-item,
.form_edit_cart .delete-item,
.edit_delivery .delete-item {
  cursor: pointer;
}
.form_add_cart h4,
.form_edit_cart h4,
.edit_delivery h4 {
  color: #228C8C;
  font-weight: 400;
}
.currency_rate {
  display: block;
  font-weight: 500 !important;
}
#currency_rate_cross {
  text-align: left;
  display: block;
}
.btn-currency {
  padding: 0.1rem 0.75rem;
  border-color: #343a40;
  font-weight: 100;
  font-size: 0.75rem;
  color: white;
  background-color: transparent;
}
.btn-group-currency > .row {
  height: 100%;
}
.btn-group-currency label.btn,
.currency {
  border: white !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.btn-group-currency label.btn span.label-secondary {
  font-size: 13px;
}
.active > span.label-rate {
  font-weight: 500 !important;
}
.btn-group-currency label.btn span.label-rate {
  font-size: 13px;
  text-align: left;
  display: block;
  font-weight: 100;
}
.card-size {
  min-height: 30px;
}
.card-border {
  border: 1px solid white;
}
.shopping-cart-badge,
.reserve-badge {
  position: absolute;
  right: 0;
  top: -15px;
}
.shopping-cart-badge > span,
.reserve-badge > span {
  padding: 5px 7px 5px 7px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.active {
  background-color: white;
  color: black !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  border-color: black;
}
#space-col-md {
  display: none;
}
.title_private_office {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.disabled_currency {
  pointer-events: none;
}
.account-user-active {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: white !important;
}
.ownStyle_select2 {
  width: 300px !important;
  font-weight: 400;
}
.ownStyle_delivery_warehouse {
  border: 1px solid #ced4da !important;
}
.test {
  color: red;
}
.title_delivery_option {
  font-weight: 400;
}
.title_under-order_option {
  font-weight: 400;
}
.btn_close_documents1 {
  cursor: pointer;
}
.col_VA-catalog > div {
  padding: 17px 0 !important;
}
@media screen and (max-width: 10000px) {
  .btn-group-toggle > label.btn-currency {
    width: 59px;
    margin-left: 0 !important;
    padding-right: 1px !important;
    padding-left: 6px !important;
  }
  .btn-group-toggle > label.btn-currency:nth-child(2) {
    width: 57px;
  }
  .ownStyle_select2 {
    position: absolute;
    left: -100px !important;
  }
  .col_shopping-cart_max900 {
    display: none !important;
  }
  .doc-icon {
    height: 25px;
    width: 25px;
  }
  .small-icon {
    height: 19px;
    width: 19px;
    cursor: pointer;
  }
  .button-lable {
    color: gray;
    font-size: 16px;
    white-space: nowrap;
  }
  .header_middle > .container > .row .col_shopping_cart,
  .header_middle > .container > .row .col_reserve {
    text-align: right;
  }
  #space-col-md {
    display: none;
  }
  .btn-group-toggle > label {
    width: auto;
  }
  .list_buyer {
    position: absolute;
    left: 120px;
    top: 40px;
  }
  .header_bottom > .container > .row > .col-1 {
    margin-left: 0;
    text-align: center;
    border: 0 solid transparent !important;
  }
  #col_debit {
    margin-left: 0;
  }
  #collapse_logo_btn {
    display: none;
  }
  #speace_col-head-bottom {
    display: block;
  }
  .col_brand-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1600px) {
  #collapse_logo_btn {
    display: none;
  }
  .ownStyle_select2 {
    position: absolute;
    left: -90px !important;
  }
  .button-lable {
    color: gray;
    font-size: 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .btn-group-toggle > label.btn-currency {
    width: 70px;
    margin-left: 0 !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .btn-group-toggle > label.btn-currency:nth-child(2) {
    width: 48px;
  }
  .button-lable {
    color: gray;
    font-size: 10px;
    white-space: nowrap;
  }
  .col-corecting .button-lable {
    padding-left: 5px;
  }
  .list_buyer {
    position: absolute;
    left: 350px;
    top: 40px;
  }
  #col_debit {
    margin-left: 0;
  }
  #collapse_logo_btn {
    display: none;
  }
  #speace_col-head-bottom {
    display: block;
  }
  .ownStyle_select2 {
    position: absolute;
    left: -50px !important;
  }
}
@media screen and (max-width: 992px) {
  .ownStyle_select2 {
    position: absolute;
    left: 0 !important;
  }
  .col_list {
    display: none;
  }
  #space-col-md {
    display: block;
  }
  .list_buyer {
    display: block !important;
    z-index: 14;
    position: absolute;
    left: -50px;
    top: 22px;
  }
  .header_bottom > .container > .row > .col-1 {
    margin-left: 10px;
    text-align: center;
    border: 0 solid transparent !important;
  }
  .col_VA-catalog,
  .col_documents {
    display: block;
  }
  #col_debit {
    margin-left: 0;
  }
  #collapse_logo_btn {
    display: none;
  }
  #speace_col-head-bottom {
    display: block;
  }
}
@media screen and (width: 768px) {
  .head_middle_under-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-align-content: center;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0;
    padding: 3px 14px;
  }
  .head_middle_under-list > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  /*.header_bottom {
    display: none;
  }*/
  .col_shopping_cart,
  .col_reserve {
    padding-top: 10px;
    display: block;
  }
  .slider_container {
    padding: 0;
  }
}
.shopping-cart-badge {
  padding-right: 0;
  top: -12px;
  right: -5px;
}
.reserve-badge,
.income-badge {
  position: absolute;
  padding-right: 0;
  top: -5px;
  right: 30px;
}
.reserve-badge .badge-dark,
.income-badge .badge-dark {
  background: red !important;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
}
.income-badge {
  right: auto;
  left: -webkit-calc(100% / 2 + 20px - 10px);
  left: -moz-calc(100% / 2 + 20px - 10px);
  left: calc(100% / 2 + 20px - 10px);
  top: -12px;
}
@media (max-width: 992px) {
}
@media (min-width: 992px) {
}
@media screen and (max-width: 992px) {
  .btn-group-toggle > label.btn-currency {
    width: 65px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  /*.header_bottom {
    display: none;
  }*/
  .ownStyle_select2 {
    left: 50px !important;
  }
  .col_shopping_cart,
  .col_reserve {
    padding-top: 10px;
    display: block;
  }
  .head_middle_under-list {
    display: block;
  }
  .col_VA-catalog,
  .col_documents {
    display: none;
  }
  #col_debit {
    margin-left: 0;
  }
  #collapse_logo_btn {
    display: block;
  }
  .header_bottom > .container > .row > .col-1 {
    margin-left: 22px;
    text-align: center;
    border: 0 solid transparent !important;
  }
  #speace_col-head-bottom {
    display: none;
  }
  #header_middle_row-sm > .row > .col-sm-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col_shopping_cart,
  .col_reserve {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bottom .shopping-cart-badge,
  .header_bottom .reserve-badge {
    top: -5px;
    left: 26px;
  }
  .head_middle_under-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 3px 15px;
  }
  .head_middle_under-list > li {
    margin: 5px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    min-width: 90px;
  }
  .col_documents,
  .col_VA-catalog {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .col_documents,
  .col_VA-catalog {
    display: none;
  }
  .btn-group-toggle > label.btn-currency {
    width: 50px;
    padding-left: 2px !important;
    padding-right: 2px !important;
    margin: 0 !important;
  }
  .head_middle_under-list {
    display: none !important;
  }
  #navbarSupportedContent > .row {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    -webkit-box-shadow: 0 3px 6px 1px #dddddd;
    -moz-box-shadow: 0 3px 6px 1px #dddddd;
    box-shadow: 0 3px 6px 1px #dddddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    background: white !important;
  }
  #navbarSupportedContent > .row > .col-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #collapse-documents-sm > .row {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    -webkit-box-shadow: 0 3px 6px 1px #dddddd;
    -moz-box-shadow: 0 3px 6px 1px #dddddd;
    box-shadow: 0 3px 6px 1px #dddddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    background: white !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #collapse-documents-sm > .row > .col-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #col_shopping_cart_phone > button > .shopping-cart-badge {
    top: -10px !important;
    left: 35px !important;
  }
  #current_balance,
  .balance_negative,
  .balance_negative,
  .balance_invers {
    font-size: 15px !important;
  }
  .debit-value {
    font-size: 10px !important;
  }
  #col_debit {
    margin-left: 0;
  }
  .col_brand-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .doc-icon {
    height: 28px;
    width: 28px;
  }
}
.br-none {
  border: none !important;
  outline: none !important;
}
.footer {
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}
h1 {
  color: coral;
}
.header {
  position: relative;
  z-index: 12;
}
.header .brand-box img,
.header .brand-box .brand-name {
  float: left;
}
.header .search_mode_other_button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .cabinet-orders-customer {
  line-height: 13px;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}
.header .cabinet-orders-customer .orders-label {
  font-size: 13px;
  line-height: 13px;
}
.header .currencies_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: end;
  -ms-align-items: end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.header .navbar-nav {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn.bg-transparent:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .btn[data-toggle="collapse"] {
  position: relative;
  overflow: hidden;
}
.header .btn[data-toggle="collapse"] i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .btn[data-toggle="collapse"] i:focus {
  outline: none;
}
.header .btn[data-toggle="collapse"] i.close {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}
.header .btn[data-toggle="collapse"][aria-expanded="true"] i {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -o-transform: translateY(1em);
  -ms-transform: translateY(1em);
  -moz-transform: translateY(1em);
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
}
.header .btn[data-toggle="collapse"][aria-expanded="true"] i.close {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -o-transform: translateY(0em);
  -ms-transform: translateY(0em);
  -moz-transform: translateY(0em);
  -webkit-transform: translateY(0em);
  transform: translateY(0em);
}
.search-form .form-control {
  width: 1%;
}
.search-form .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.search-form .form-control::-moz-placeholder {
  color: #ccc;
}
.search-form .form-control:-moz-placeholder {
  color: #ccc;
}
.search-form .form-control:-ms-input-placeholder {
  color: #ccc;
}
.top-header {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.header_balanсe {
  text-align: right;
}
.header_balanсe .shopping-cart-label {
  font-size: 13px;
  line-height: 13px;
}
.header_balanсe .balance_count {
  font-weight: 100;
  color: red;
}
.accounting .card-header {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  border: none;
}
.accounting .card-header h5,
.accounting .card-header h1,
.accounting .card-header h6 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.accounting .card-body .card-footer {
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
}
.accounting form .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.accounting .card table {
  border: 1px solid #dee2e6;
  -webkit-box-shadow: 3px 3px 8px -4px black;
  -moz-box-shadow: 3px 3px 8px -4px black;
  box-shadow: 3px 3px 8px -4px black;
  width: 100%;
}
.accounting .icon {
  padding: 0;
}
.accounting .icon img {
  width: 20px;
}
.accounting .add-excel {
  color: #228C8C;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.accounting .add-excel:hover {
  text-decoration: none;
}
.invoice-header-text {
  color: black !important;
}
.table_content_number {
  text-align: right;
}
.accounting .table_container,
body.not_scroll .main_fixed_height_container.col-xl-10 > .custom_scroll_container {
  margin: 0 -15px;
}
.accounting .table_container.card,
.accounting .table_container .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accounting .table_container .card-body {
  padding: 0 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .accounting .table_container .card-body {
    padding: 0 30px;
  }
}
.accounting .table_container.private-office h6 {
  font-weight: 500;
}
.accounting .table_container .card-footer .row .row > *:last-child {
  text-align: right;
}
.accounting .table_container .sum_arrears,
.accounting .table_container .final_debt .text {
  font-weight: bold;
}
.accounting .table_container .card-header > *,
.accounting .table_container .card-footer > * {
  height: 100%;
}
.accounting .table_container .status_title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-color: black;
  color: gray;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.accounting .table_container .card-body .table-row > [class*=col] > p.status_title {
  padding: 0;
}
.accounting .table_container .calculation {
  line-height: 14px;
}
@media (min-width: 768px) {
  .accounting .table_container .calculation {
    color: #5f6368;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    line-height: 24px;
  }
}
.accounting .table_container .turnover {
  font-weight: bold;
  text-align: right;
}
.accounting .filter_container .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
}
.accounting .filter_container .card-body.scroll-wrapper {
  position: relative;
  overflow: hidden;
}
.accounting .filter_container .card-body.scroll-wrapper:before {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 61px;
  position: absolute;
  left: 0;
}
.accounting .filter_container .input-daterange + .input-daterange,
.accounting .filter_container #datepicker .form-group {
  margin-top: 15px;
}
.accounting .filter_container .select2 {
  max-width: 100% !important;
}
.accounting .inner-wrapper-sticky {
  width: 100%;
  z-index: 9999;
}
.private-office {
  border: none;
}
.private-office > .card-body {
  padding-top: 10px;
}
.private-office.card,
.private-office .card-body {
  padding-left: 0;
  padding-right: 0;
}
.private-office .button-lable {
  font-weight: 400;
}
.private-office .button-lable {
  font-weight: 400;
}
.private-office .deferment .button-lable {
  margin-left: -2px;
}
.private-office .btn:not(.btn-success) {
  color: #228C8C;
  padding: 0 0 0 0.5rem;
  text-align: left;
  white-space: normal;
}
.private-office .pay_calendar_wrapper {
  position: relative;
  overflow: hidden;
}
.private-office .pay_calendar_wrapper:before {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 44.4px;
  position: absolute;
  left: 0;
}
.private-office .pay_calendar_wrapper:after {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 44.4px;
  position: absolute;
  right: 0;
}
.private-office .private-office-content .card-body {
  padding: 0;
}
.private-office h3 {
  margin: 0;
  line-height: 24px;
}
.private-office .overdue {
  color: red;
}
.private-office .card-head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 10px 15px 5px 15px;
}
.private-office .card-head:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .private-office .card-head {
    height: auto;
    padding-top: 0;
  }
}
.private-office div.card-head {
  margin: 0 -15px;
}
.private-office [data-toggle="collapse"] {
  font-size: 10px;
  text-decoration: none;
}
.private-office [data-toggle="collapse"]:hover,
.private-office [data-toggle="collapse"]:active {
  text-decoration: none;
}
.private-office [data-toggle="collapse"] > * {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.private-office .user_balance_b {
  border: none;
}
.private-office .user_balance_b .delimiter {
  border-left: 2px solid #ccc;
  padding-left: 0.5rem !important;
}
@media only screen and (max-width: 1200px) {
  .private-office .user_balance_b .delimiter {
    border: none;
    border-top: 2px solid #ccc;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .private-office .user_balance_b .delimiter {
    border: none;
    border-left: 2px solid #ccc;
    padding-left: 0.5rem !important;
  }
}
.private-office .user_balance_b > .row > div {
  padding: 0 0.5rem 0 0;
}
.private-office .pay_calendar_wrapper {
  position: relative;
}
.private-office .pay_calendar_wrapper > .row {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .private-office .pay_calendar_wrapper > .row {
    position: absolute;
    height: inherit !important;
  }
}
@media only screen and (max-width: 768px) {
  .private-office .pay_calendar_wrapper > .row {
    position: relative;
  }
}
.private-office .pay_calendar_wrapper .pay_calendar {
  height: 100%;
  border: none;
  position: relative;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar {
  height: -webkit-calc(100% - 66px);
  height: -moz-calc(100% - 66px);
  height: calc(100% - 66px);
  padding: 0 15px;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row {
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row > [class*=col] > .row {
  height: 100%;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row p {
  padding: 10px 0;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row > [class*=col] {
  border-right: 1px solid #dee2e6;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row > [class*=col]:last-child {
  border-right: none;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_head_row div p {
  text-align: center;
  width: 100%;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_body_pay {
  max-height: 200px;
  overflow-x: hidden;
  font-weight: 400;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_body_pay .row [class*=col]:not(:last-child) {
  border-right: 1px solid #dee2e6;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_body_pay .row [class*=col] {
  border-bottom: 1px solid #dee2e6;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_body_pay .overdue [class*=col]:nth-child(2) {
  font-weight: 500;
}
.private-office .pay_calendar_wrapper .pay_calendar .table_pay_calendar .table_body_pay .row {
  line-height: 26px;
}
.private-office .manager_info_b {
  border: none;
}
.private-office .manager_info_b h5 {
  font-weight: 400;
  color: grey;
  margin: 0;
  padding: 0 0 0 0.5rem;
  font-size: 16px;
}
.private-office .manager_info_b .manager_photo_ic {
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 1px 1px 4px 0 #ccc;
  -moz-box-shadow: 1px 1px 4px 0 #ccc;
  box-shadow: 1px 1px 4px 0 #ccc;
}
.private-office .msg_b {
  overflow: hidden;
}
.private-office .private-office-news {
  padding-bottom: 0;
}
.private-office .private-office-news .swiper-outer-wrapper {
  height: 100%;
  padding: 0;
}
.private-office .private-office-news .card-body {
  padding-bottom: 0;
}
.private-office .private-office-news .card-img-overlay {
  padding: 0;
}
.private-office .private-office-news .card-img-overlay .dark_bg {
  background-color: rgba(1, 1, 1, 0.7);
  padding: 1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.private-office .private-office-news .card-img-overlay .dark_bg h5 {
  font-weight: 500;
}
.private-office .private-office-news .card-img-overlay .dark_bg small {
  display: none;
}
.private-office .private-office-news .card-img-overlay .dark_bg .public-data {
  font-size: 10px;
  text-align: right;
}
.private-office .private-office-news .card:hover {
  cursor: pointer;
}
.private-office .private-office-news .card:hover .dark_bg {
  background-color: rgba(1, 1, 1, 0.9);
}
.private-office .private-office-news .card:hover small {
  display: inline;
}
.user_info_b {
  border: none;
}
.card.user_info_b > div.card-head {
  padding-top: 0;
  height: auto;
}
.user_info_b .account_info_container {
  padding-left: 0;
}
.user_info_b .account_image {
  height: 123px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 4px 0 #ccc;
  -moz-box-shadow: 1px 1px 4px 0 #ccc;
  box-shadow: 1px 1px 4px 0 #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
}
.user_info_b .account_image.has_avatar {
  -webkit-background-size: cover;
  -moz-background-size: cover;
       background-size: cover;
}
.user_info_b .account_image button {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.user_info_b .account_image button:hover {
  background: #228C8C;
}
.user_info_b .account_image a {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}
.user_info_b .account_image a:hover {
  background: #228C8C;
}
.user_info_b .form-group:last-child {
  margin: 0;
}
.user_info_b .form-group {
  margin-bottom: 0;
}
.user_info_b .form-group > *:not(span) {
  padding-left: 0.5rem;
}
.user_info_b .user div,
.user_info_b .company div,
.user_info_b .delivery div {
  color: #5f6368;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  min-height: 0 !important;
  padding-left: 0.5rem !important;
  line-height: 1.5 !important;
}
.manager_list {
  padding-top: 10px;
}
.private_ofice_content {
  min-height: 0;
}
@media (max-width: 768px) {
  .slider_container {
    padding: 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 42px;
  }
}
.accounting .pagination {
  margin: 0;
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.accounting .notice {
  color: red;
  font-size: 14px;
}
.personal_data .row {
  margin: 0 0 15px;
}
.personal_data .row > * {
  padding: 0;
  font-size: 14px;
}
.manager_container {
  margin-bottom: 30px;
}
.shares_list.swiper-container {
  margin-top: 15px;
}
.shares_list.swiper-container .swiper-button-prev {
  left: 0;
}
.shares_list.swiper-container .swiper-button-next {
  right: 0;
}
.shares_list.swiper-container .swiper-button-prev,
.shares_list.swiper-container .swiper-button-next {
  background: none;
}
.shares_list.swiper-container .swiper-button-prev i,
.shares_list.swiper-container .swiper-button-next i {
  font-size: 26px;
}
.shares_list.swiper-container .swiper-pagination {
  position: static;
}
.swiper-wrapper .swiper-slide {
  width: 33%;
}
.swiper-button-prev {
  left: -10px !important;
}
.swiper-button-next {
  right: 15px !important;
}
.accounting .contact_info {
  padding-left: 0;
}
.accounting .card-img img {
  width: 100%;
  max-width: 100%;
}
.accounting .button_excel_container {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accounting .claims_link_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accounting .claims_link_container a {
  margin: 0 5px;
}
.card_header_with_button h1,
.card_header_with_button h2 {
  display: inline-block;
  padding-right: 25px;
}
.account_switch {
  position: relative;
}
.account_switch .toggle_arrow_icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .modal_account_container {
    width: 304px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    min-height: 80px;
    top: 100%;
    margin-left: -152px;
    left: 50%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    display: none;
  }
}
.modal_account_container .icon_bar {
  margin-top: 30px;
}
.modal_account_container img {
  max-width: 100%;
  width: 50px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal_account_container a:hover img {
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal_account_container p {
  font-size: 14px;
}
.modal_account_container .form-group {
  margin-top: 15px;
}
@media (max-width: 993px) {
  .modal_account_container .card {
    border: none;
  }
  .modal_account_container .card > * {
    padding-left: 0;
    padding-right: 0;
  }
  .modal_account_container .card-header {
    background: none;
  }
}
.login-bg_block {
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #5eaf4f;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.login-container {
  margin: auto;
  padding-top: 22vh;
  min-width: 300px;
  width: 25vw;
  border: none;
  text-align: center;
  position: relative;
  z-index: 100;
}
.login-container img {
  max-width: 100%;
}
.login-container .card-image {
  text-align: center;
}
.login-container .card-header {
  background-color: transparent;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.login-container .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.login-container .header-container {
  color: #fff;
  margin-bottom: 15px;
}
.login-container .header-container p {
  font-size: 12px;
}
.login-container h1 {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.login-container .btn-group-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-container a {
  color: #FFF;
}
.login-container .language_block {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.login-container .language_block .change-language-new {
  padding: 0;
}
.form-signup,
.password-reset,
.form-registration-complete,
.new-password-form,
.password-reset-complete,
.form-activation-complete,
.registration_message {
  background-color: transparent;
  margin: auto;
  padding-top: 22vh;
  min-width: 300px;
  width: 25vw;
  border: none;
  text-align: center;
  position: relative;
  z-index: 100;
}
.form-signup img,
.password-reset img,
.form-registration-complete img,
.new-password-form img,
.password-reset-complete img,
.form-activation-complete img,
.registration_message img {
  max-width: 100%;
}
.form-signup .card-image,
.password-reset .card-image,
.form-registration-complete .card-image,
.new-password-form .card-image,
.password-reset-complete .card-image,
.form-activation-complete .card-image,
.registration_message .card-image {
  text-align: center;
}
.form-signup .card-header,
.password-reset .card-header,
.form-registration-complete .card-header,
.new-password-form .card-header,
.password-reset-complete .card-header,
.form-activation-complete .card-header,
.registration_message .card-header {
  background-color: transparent;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.form-signup .card-body,
.password-reset .card-body,
.form-registration-complete .card-body,
.new-password-form .card-body,
.password-reset-complete .card-body,
.form-activation-complete .card-body,
.registration_message .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.form-signup .header-container,
.password-reset .header-container,
.form-registration-complete .header-container,
.new-password-form .header-container,
.password-reset-complete .header-container,
.form-activation-complete .header-container,
.registration_message .header-container {
  color: #fff;
  margin-bottom: 15px;
}
.form-signup .header-container p,
.password-reset .header-container p,
.form-registration-complete .header-container p,
.new-password-form .header-container p,
.password-reset-complete .header-container p,
.form-activation-complete .header-container p,
.registration_message .header-container p {
  font-size: 12px;
}
.form-signup h1,
.password-reset h1,
.form-registration-complete h1,
.new-password-form h1,
.password-reset-complete h1,
.form-activation-complete h1,
.registration_message h1 {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.form-signup .btn-group-toggle,
.password-reset .btn-group-toggle,
.form-registration-complete .btn-group-toggle,
.new-password-form .btn-group-toggle,
.password-reset-complete .btn-group-toggle,
.form-activation-complete .btn-group-toggle,
.registration_message .btn-group-toggle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-signup a,
.password-reset a,
.form-registration-complete a,
.new-password-form a,
.password-reset-complete a,
.form-activation-complete a,
.registration_message a {
  color: #FFF;
}
.form-signup .language_block,
.password-reset .language_block,
.form-registration-complete .language_block,
.new-password-form .language_block,
.password-reset-complete .language_block,
.form-activation-complete .language_block,
.registration_message .language_block {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-signup .language_block .change-language-new,
.password-reset .language_block .change-language-new,
.form-registration-complete .language_block .change-language-new,
.new-password-form .language_block .change-language-new,
.password-reset-complete .language_block .change-language-new,
.form-activation-complete .language_block .change-language-new,
.registration_message .language_block .change-language-new {
  padding: 0;
}
.form-signup .card-header,
.password-reset .card-header,
.form-registration-complete .card-header,
.new-password-form .card-header,
.password-reset-complete .card-header,
.form-activation-complete .card-header,
.registration_message .card-header,
.form-signup h1,
.password-reset h1,
.form-registration-complete h1,
.new-password-form h1,
.password-reset-complete h1,
.form-activation-complete h1,
.registration_message h1 {
  color: #fff;
}
.form-signup .card-header,
.password-reset .card-header,
.form-registration-complete .card-header,
.new-password-form .card-header,
.password-reset-complete .card-header,
.form-activation-complete .card-header,
.registration_message .card-header {
  border: none;
  background-color: transparent;
}
.form-signup .card-body,
.password-reset .card-body,
.form-registration-complete .card-body,
.new-password-form .card-body,
.password-reset-complete .card-body,
.form-activation-complete .card-body,
.registration_message .card-body {
  text-align: left;
  color: #FFF;
}
.form-signup .list_buyer .card-body,
.password-reset .list_buyer .card-body,
.form-registration-complete .list_buyer .card-body,
.new-password-form .list_buyer .card-body,
.password-reset-complete .list_buyer .card-body,
.form-activation-complete .list_buyer .card-body,
.registration_message .list_buyer .card-body {
  width: 220px;
}
.form-signup .list_buyer .card-body .select2-selection,
.password-reset .list_buyer .card-body .select2-selection,
.form-registration-complete .list_buyer .card-body .select2-selection,
.new-password-form .list_buyer .card-body .select2-selection,
.password-reset-complete .list_buyer .card-body .select2-selection,
.form-activation-complete .list_buyer .card-body .select2-selection,
.registration_message .list_buyer .card-body .select2-selection {
  margin-left: 10px;
  width: 180px;
}
.form-signup .btn:not(.btn-link),
.password-reset .btn:not(.btn-link),
.form-registration-complete .btn:not(.btn-link),
.new-password-form .btn:not(.btn-link),
.password-reset-complete .btn:not(.btn-link),
.form-activation-complete .btn:not(.btn-link),
.registration_message .btn:not(.btn-link) {
  margin-top: 10px;
  background: #dea132;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.form-signup .btn:not(.btn-link):hover,
.password-reset .btn:not(.btn-link):hover,
.form-registration-complete .btn:not(.btn-link):hover,
.new-password-form .btn:not(.btn-link):hover,
.password-reset-complete .btn:not(.btn-link):hover,
.form-activation-complete .btn:not(.btn-link):hover,
.registration_message .btn:not(.btn-link):hover,
.form-signup .btn:not(.btn-link):active,
.password-reset .btn:not(.btn-link):active,
.form-registration-complete .btn:not(.btn-link):active,
.new-password-form .btn:not(.btn-link):active,
.password-reset-complete .btn:not(.btn-link):active,
.form-activation-complete .btn:not(.btn-link):active,
.registration_message .btn:not(.btn-link):active,
.form-signup .btn:not(.btn-link):focus,
.password-reset .btn:not(.btn-link):focus,
.form-registration-complete .btn:not(.btn-link):focus,
.new-password-form .btn:not(.btn-link):focus,
.password-reset-complete .btn:not(.btn-link):focus,
.form-activation-complete .btn:not(.btn-link):focus,
.registration_message .btn:not(.btn-link):focus,
.form-signup .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.password-reset .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.form-registration-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.new-password-form .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.password-reset-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.form-activation-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.registration_message .btn:not(.btn-link):not(:disabled):not(.disabled):active,
.form-signup .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.password-reset .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.form-registration-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.new-password-form .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.password-reset-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.form-activation-complete .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus,
.registration_message .btn:not(.btn-link):not(:disabled):not(.disabled):active:focus {
  background: #be861f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  border: none;
}
.password-reset .registration_form_group p {
  margin-bottom: 10px;
}
.send_reqest_form {
  text-align: center;
}
.login_telephone_list {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 15px;
}
.footer-g-map {
  max-width: 100%;
  width: 460px;
  height: 260px;
}
.sidebar-custom-modal-container {
  overflow: auto;
}
.sidebar-custom-modal-container .card {
  padding: 0;
}
.filter-toggle-btn:hover i {
  color: #228C8C;
}
.filter-toggle-btn i {
  padding: 4px;
  padding-right: 8px;
}
.sidebar-wrapper-content-close-area {
  padding: 0;
}
.str_search_in_cactalog {
  height: 25px;
  font-size: 14px;
}
.str_search_in_cactalog::-webkit-input-placeholder {
  color: #ccc;
}
.str_search_in_cactalog::-moz-placeholder {
  color: #ccc;
}
.str_search_in_cactalog:-moz-placeholder {
  color: #ccc;
}
.str_search_in_cactalog:-ms-input-placeholder {
  color: #ccc;
}
.search-panel .brands_selector {
  width: 100%;
}
.search-panel .reset-filter {
  padding: 2px 5px;
}
.search-panel .reset-filter i {
  vertical-align: bottom;
}
.search-panel .jstree {
  font: 500 13px/26px "PT Sans Narrow";
}
.search-panel .card-body {
  padding-bottom: 10px;
}
.search-panel .card-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 10px 15px 5px 15px;
  padding: 0px 15px 5px 15px;
  height: 35px;
}
.search-panel .card-header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .search-panel .card-header {
    height: auto;
    padding-top: 0;
  }
}
.search-panel .card-header > h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.search-panel .select2-selection__rendered {
  line-height: normal !important;
}
.search-block .scroll-content {
  padding-top: 4px;
}
.nested_categories {
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-container > *.photo,
.category-container > *.info {
  margin-bottom: 10px;
}
.pagination-categories .pagination,
.pagination-categories-ajax .pagination {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.button_toggle_account_modal {
  -webkit-align-content: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.button_toggle_account_modal a {
  color: initial;
}
.button_toggle_account_modal a:hover {
  text-decoration: none;
}
.button_toggle_account_modal .toggle_arrow_icon {
  -ms-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -webkit-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
     transform-origin: 50% 45%;
}
.button_toggle_account_modal > a >  span {
  line-height: 20px;
  padding-left: 10px;
  vertical-align: super;
}
.search-form .btn:hover i {
  color: #228C8C;
}
.search_inside_catalog {
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search_inside_catalog button {
  padding: 0 6px;
}
.search_inside_catalog button i {
  vertical-align: bottom;
  font-size: 20px;
}
.category-search-result {
  position: relative;
  overflow: hidden;
}
.category-search-result:before {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 61px;
  position: absolute;
  left: 0;
}
.category-search-result .change_view_button_container .change_view_button {
  padding-top: 2px;
}
.search-suppliers-table-header .on-request-sort-price,
.search-suppliers-table-header .on-request-sort-delivery {
  cursor: pointer;
}
.search-suppliers-table-header .on-request-sort-price i,
.search-suppliers-table-header .on-request-sort-delivery i {
  display: none;
  vertical-align: middle;
  line-height: 18px;
  position: absolute;
  right: 0;
}
.category-search-result,
.for_search_block {
  font-family: "PT Sans Narrow", sans-serif;
}
.category-search-result .search_result_ajax {
  margin-left: -15px;
}
.category-search-result div.card-body {
  padding: 0 15px;
  border-color: rgba(100, 121, 143, 0.122);
}
.category-search-result .card-header,
.category-top-block {
  border: none;
  height: 61px;
}
.category-search-result .card-header:after,
.category-top-block:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
.category-top-block h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.search-stock-table-header,
.search-suppliers-table-header {
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1;
}
.search-stock-table-header .search_inside_catalog,
.search-suppliers-table-header .search_inside_catalog {
  width: 100%;
}
.search-stock-table-header .sticky-me,
.search-suppliers-table-header .sticky-me {
  border-bottom: 1px solid;
  z-index: 3;
}
.search-stock-table-header > [class*=col] > .row,
.search-suppliers-table-header > [class*=col] > .row {
  height: 100%;
}
.search-stock-table-header p,
.search-suppliers-table-header p {
  padding: 10px 0;
}
.search-stock-table-header .row.clone,
.search-suppliers-table-header .row.clone {
  height: 30px;
}
.sticky {
  position: absolute !important;
  top: 0;
  left: 30px;
  background-color: white;
  margin: 0;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.custom_scroll_container .result-search-block {
  position: static;
}
.custom_scroll_container .result-search-block .card {
  position: static;
}
.change_view_button_container {
  position: relative;
  z-index: 1;
  pointer-events: none;
  text-align: right;
}
.change_view_button_container .inner_button_container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 10px 15px 5px 15px;
  padding: 0 15px 5px 15px;
  height: auto;
}
.change_view_button_container > div.inner_button_container {
  background-color: transparent;
}
.change_view_button_container .change_view_button {
  padding-top: 5px;
  padding-right: 15px;
}
@media not all and (min-width: 1200px) {
  .change_view_button_container {
    display: none;
  }
}
.pagination-categories-ajax ul {
  margin-bottom: 0;
}
.pagination-categories-ajax ul li span {
  line-height: 28px;
}
.pagination-categories-ajax .btn {
  padding-top: 3px;
  padding-bottom: 3px;
}
.category-search-result .card-header {
  padding: 5px 15px 5px 15px;
}
.category-search-result .card-header h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.category-search-result .card-header .pagination {
  padding-top: 1px;
}
.category-search-result .card,
.search-panel .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.category-search-result .card-header,
.search-panel .card-header {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.error_page {
  padding-top: 20px;
}
.error_page h2 {
  padding: 0 10px;
}
.trace {
  padding-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 125px;
  border-bottom: 1px solid #ccc;
}
.error_text {
  padding: 0 10px 10px;
}
.magnit_container,
.hard_truck_container {
  width: 375px;
  margin: auto;
  position: relative;
}
.horizontal_rote {
  width: 50%;
  height: 10px;
  border-width: 7px;
  border-style: dotted;
  border-color: #ccc;
}
.magnit_container {
  height: 150px;
}
.magnit_container * {
  margin: auto;
}
.magnit_container * {
  border: 3px solid #ccc;
}
.magnit_container .rope {
  width: 10px;
  height: 40%;
  border-width: 7px;
  border-style: dotted;
}
.magnit_container .magnit {
  width: 80%;
  height: 60%;
  -webkit-border-radius: 54% 54% 0 0;
     -moz-border-radius: 54% 54% 0 0;
          border-radius: 54% 54% 0 0;
}
.magnit_container .magnit * {
  border: none;
}
.magnit_container .magnit .magnit_top {
  height: 40%;
  width: 80%;
}
.magnit_container .magnit .magnit_bottom {
  height: 60%;
  width: 100%;
  text-align: center;
  font-size: 4em;
  line-height: 0.2em;
}
.hard_truck_container {
  height: 125px;
}
.hard_truck_container > * > * {
  position: absolute;
  border: 3px solid #ccc;
}
.hard_truck_container .swing_container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.hard_truck_container .body {
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  -webkit-border-radius: 20px 32px 0 0;
     -moz-border-radius: 20px 32px 0 0;
          border-radius: 20px 32px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hard_truck_container .body img {
  width: 40%;
  margin-top: -7%;
}
.hard_truck_container .cabin_part_1 {
  left: 17%;
  bottom: 55%;
  width: 55%;
  height: 45%;
  -webkit-border-radius: 38px 131px 0 0;
     -moz-border-radius: 38px 131px 0 0;
          border-radius: 38px 131px 0 0;
  -webkit-box-shadow: 1px 9px 9px #fff;
  -moz-box-shadow: 1px 9px 9px #fff;
  box-shadow: 1px 9px 9px #fff;
  border-bottom: 0;
}
.hard_truck_container .door {
  -webkit-border-radius: 38px 131px 0 0;
     -moz-border-radius: 38px 131px 0 0;
          border-radius: 38px 131px 0 0;
  left: 48.625%;
  width: 19.25%;
  height: 80%;
  bottom: 10%;
}
.hard_truck_container .wheel {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  bottom: -25px;
  margin-top: -25px;
  padding: 7px;
  background-color: #fff;
}
.hard_truck_container .wheel_1 {
  left: 8%;
}
.hard_truck_container .wheel_2 {
  right: 8%;
}
.hard_truck_container [class*=wheel_center] {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: none;
}
.hard_truck_container [class*=wheel_center]:before,
.hard_truck_container [class*=wheel_center]:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hard_truck_container [class*=wheel_center]:before {
  width: 100%;
  height: 2px;
}
.hard_truck_container [class*=wheel_center]:after {
  height: 100%;
  width: 2px;
}
.hard_truck_container .brand-name {
  font-size: 19px;
  padding: 16% 24%;
}
.shipping_page_container .brand {
  white-space: nowrap;
}
.login_link_list {
  text-align: left;
  padding-left: 0;
  margin-top: 10px;
}
.cost_per_kilogram {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #228C8C;
  text-align: right;
  padding-right: 24px;
}
.cost_per_kilogram .delivery_icon {
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  margin-right: 3px;
  color: gray;
}
.form-group.form-sum {
  height: 90px;
}
.sum-pay-order {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.2;
  float: right;
  white-space: nowrap;
}
.sum-pay-counter-in-warehouse-side-bar {
  float: right;
  margin: 0;
}
.shopping-cart-content .search-stock-table-header {
  padding: 0 15px;
  border: none;
}
.shopping-cart-content .cart_all_sum_block {
  float: right;
  padding-right: -webkit-calc(0.75rem + 15px);
  padding-right: -moz-calc(0.75rem + 15px);
  padding-right: calc(0.75rem + 15px);
  padding-top: 36px;
}
.shopping-cart-content .cart_all_sum_block .cart_all_sum {
  font-weight: 600;
  font-size: 16px;
}
.shopping-cart-content .block_all_sum_block {
  text-align: right;
  padding-top: 10px;
  padding-right: -webkit-calc(0.75rem + 8px);
  padding-right: -moz-calc(0.75rem + 8px);
  padding-right: calc(0.75rem + 8px);
}
.shopping-cart-content .link_search_brand_articl {
  width: 100%;
}
.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#sidebar-wrapper {
  overflow: visible !important;
}
#sidebar-wrapper .sidebar-custom-modal-container {
  padding: 0 15px;
}
#page-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 480px) {
  #page-content-wrapper {
    display: block !important;
    height: 50px !important;
    position: absolute;
  }
}
.filter-toggle-btn {
  right: 10px;
}
.block-width-toggle-btn {
  min-height: 0;
}
.shopping-cart-content textarea {
  border: 1px solid LightGray;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
  -moz-box-shadow: 2px 1px 3px 1px #dddddd;
  box-shadow: 2px 1px 3px 1px #dddddd;
}
#sidebar-wrapper-content-close-area {
  cursor: pointer;
}
.pagination .indicator,
.search_all_count {
  color: #5f6368;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
}
.orders .card-header .form-group {
  margin-bottom: 0;
}
.modal-shopping-cart .return_ban {
  vertical-align: text-bottom;
}
.modal-body .add-to-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: auto;
  margin-left: auto;
  min-width: 219px;
  padding: 4px 10px;
}
.modal-body .add-to-cart .currency {
  padding: 0 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.modal-shopping-cart.fancybox-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 15px;
  max-width: 500px;
}
.edit-quantity-goods-in-cart {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: auto;
  margin-left: auto;
  min-width: 219px;
  padding: 4px 10px;
}
.edit-quantity-goods-in-cart .currency {
  padding: 0 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.edit-quantity-goods-in-cart .price {
  font-size: 2rem;
  line-height: 1;
  display: block;
}
.edit-quantity-goods-in-cart b,
.edit-quantity-goods-in-cart i {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .fancybox-toolbar .fancybox-button--zoom {
    display: none !important;
  }
}
.datepicker {
  z-index: 9999 !important;
}
#product_group_tree ul {
  margin-bottom: 0;
}
.search_inside {
  position: absolute;
  right: 0;
  padding: 3px;
  width: auto;
}
.search_inside input {
  height: 30px;
}
.search_inside .btn_search_inside,
.search_inside .btn_clear,
.search_inside .btn_close {
  color: silver;
  padding: 0;
}
.search_inside .btn_search_inside i,
.search_inside .btn_clear i,
.search_inside .btn_close i {
  vertical-align: middle;
}
@media not all and (min-width: 768px) {
  .search_inside {
    width: 100% !important;
  }
  .search_inside .btn_close {
    display: none;
  }
  .search_inside .input-group {
    border: 1px solid LightGray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    -webkit-box-shadow: 2px 1px 3px 1px #dddddd, 2px 1px 3px 1px #dddddd;
    -moz-box-shadow: 2px 1px 3px 1px #dddddd, 2px 1px 3px 1px #dddddd;
    box-shadow: 2px 1px 3px 1px #dddddd, 2px 1px 3px 1px #dddddd;
  }
  .search_inside .input-search-field,
  .search_inside .btn_search_inside {
    display: block !important;
  }
}
.tooltip-inner {
  text-align: left;
}
.footer-phones {
  padding-left: 0;
  margin: 5px 0;
}
.not-important-text-label {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-color: black;
  color: gray;
  font-weight: 500;
}
.scroll-wrapper.custom_scroll_container {
  height: 100%;
}
.panel_brands_container .card {
  padding-top: 15px;
}
.for_search_block #panel_brands {
  font-weight: 400;
  position: relative;
}
.for_search_block #panel_brands .preload_ui {
  padding: 14px 37px 4px 37px;
}
.for_search_block #panel_brands .preload_ui .preload_ui_content {
  height: 78px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.for_search_block #panel_brands .preload_ui .preload_ui_content .preload_ui_content_1 {
  width: 50%;
  max-width: 100px;
  height: 24px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 10px 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
.for_search_block #panel_brands .preload_ui .preload_ui_content .preload_ui_content_2 {
  width: 50%;
  max-width: 300px;
  height: 16px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 0 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
.for_search_block #panel_brands .progress_brand {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 44px;
}
.for_search_block #panel_brands .progress_brand .progress-bar {
  height: 16px;
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
}
.for_search_block #page-content-wrapper {
  position: relative;
  overflow: hidden;
}
.for_search_block #page-content-wrapper:before {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 61px;
  position: absolute;
  right: 0;
}
@media (max-width: 480px) {
  .for_search_block #page-content-wrapper {
    display: block;
    height: 50px !important;
    position: absolute;
  }
}
#panel .preload_ui {
  padding-top: 24px;
}
#panel .preload_ui .preload_ui_content .preload_ui_content_1 {
  width: 50%;
  max-width: 100px;
  height: 24px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 10px 20px 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
#panel .preload_ui .preload_ui_content .preload_ui_content_2 {
  width: 89%;
  max-width: 300px;
  height: 16px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 10px 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
.result-search-block,
.shopping_cart_preload {
  position: relative;
}
.result-search-block .preload_ui,
.shopping_cart_preload .preload_ui {
  padding-top: 24px;
}
.result-search-block .preload_ui .preload_ui_content .preload_ui_content_1,
.shopping_cart_preload .preload_ui .preload_ui_content .preload_ui_content_1 {
  width: 50%;
  max-width: 300px;
  height: 24px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 10px 20px 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
.result-search-block .preload_ui .preload_ui_content .preload_ui_content_2,
.shopping_cart_preload .preload_ui .preload_ui_content .preload_ui_content_2 {
  width: 89%;
  height: 16px;
  background-color: #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 10px 20px;
  -webkit-animation: back_pusing 1.2s infinite;
     -moz-animation: back_pusing 1.2s infinite;
       -o-animation: back_pusing 1.2s infinite;
          animation: back_pusing 1.2s infinite;
}
.result-search-block .progress_search_result,
.shopping_cart_preload .progress_search_result {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 44px;
}
.result-search-block .progress_search_result .progress-bar,
.shopping_cart_preload .progress_search_result .progress-bar {
  height: 12px;
  width: 20%;
  min-width: 200px;
  margin: 0 auto;
}
@-webkit-keyframes back_pusing {
  0% {
    background-color: #dee2e6;
  }
  50% {
    background-color: #edeff2;
  }
  100% {
    background-color: #dee2e6;
  }
}
@-moz-keyframes back_pusing {
  0% {
    background-color: #dee2e6;
  }
  50% {
    background-color: #edeff2;
  }
  100% {
    background-color: #dee2e6;
  }
}
@-o-keyframes back_pusing {
  0% {
    background-color: #dee2e6;
  }
  50% {
    background-color: #edeff2;
  }
  100% {
    background-color: #dee2e6;
  }
}
@keyframes back_pusing {
  0% {
    background-color: #dee2e6;
  }
  50% {
    background-color: #edeff2;
  }
  100% {
    background-color: #dee2e6;
  }
}
#admin-price-row-data-modal {
  font-weight: 400;
}
#admin-price-row-data-modal b {
  font-weight: 500;
}
.delivery_modal_info {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
  font-size: 13px;
}
.delivery_modal_info.all {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery_modal_info.all > * {
  padding-right: 10px;
}
.delivery_modal_info.all .delivery_price_sum {
  padding-right: 0;
}
.delivery_modal_info .only_cost_per_kilogram {
  text-align: right;
}
.delivery_modal_info .delivery_price_sum {
  color: red;
}
.delivery_modal_info.message {
  color: red;
  padding: 15px;
  font-size: 1rem;
}
.inner_table .type_price {
  font-weight: 600;
}
.search_count {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-align: right;
  display: block;
}
.modal-content {
  top: 105px;
}
.modal-content .warehouse-item .return,
.modal-shopping-cart .warehouse-item .return {
  vertical-align: middle;
  font-size: 18px;
}
.modal-content .label_setting_delivery,
.modal-shopping-cart .label_setting_delivery {
  font-weight: 500;
}
.modal-content .to-ship > *,
.modal-shopping-cart .to-ship > * {
  display: inline-block;
}
.modal-content .to-ship > *:first-child,
.modal-shopping-cart .to-ship > *:first-child {
  padding-right: 20px;
}
.modal-content .to-ship span,
.modal-shopping-cart .to-ship span {
  font-weight: 500;
}
.modal-content .to-ship .currency,
.modal-shopping-cart .to-ship .currency {
  font-weight: 100;
  font-size: 11px;
  padding-right: 5px;
}
.modal_excel h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
}
.modal_excel .modal_table_preview {
  height: 550px;
  overflow: auto;
}
.modal_excel .modal_table_preview h5 {
  color: black;
}
.modal_excel .modal_table_preview .warning {
  background: rgba(255, 255, 0, 0.1);
}
.modal_excel .modal_table_preview .table {
  min-width: 2500px;
}
.modal_excel .modal_table_preview .col-form-label {
  font-weight: 500;
}
.modal_excel .modal_table_preview .table_tabs {
  cursor: pointer;
}
.modal_excel .modal_table_preview .row_table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  min-height: 27px !important;
}
.modal_excel .modal_table_preview .row_table .col_table {
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  width: 150px;
  padding-left: 9px;
  cursor: default;
}
.modal_excel .modal_table_preview .col_table:hover {
  overflow: unset;
  white-space: normal;
}
.modal_excel .modal_table_preview .row_table:hover {
  background: rgba(120, 120, 120, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal_excel .modal_table_preview .table td,
.table th {
  padding: 8px;
}
.cart_list_excel {
  margin-right: 7px;
}
.modal_table_preview table {
  font-size: 14px;
}
.card-header-warehouse {
  color: grey;
}
.fancybox-content {
  font-family: "PT Sans Narrow";
}
.edite_claims {
  height: 25px;
  width: 25px;
  background: url("../img/vesna_img/edit.586a71d380ff.svg") 100% 100% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
}
.font-w-500 {
  font-weight: 500;
}
.wd-48 {
  max-width: 48% !important;
}
.news-detail-container .name_new {
  color: grey;
}
.modal-body .checkbox-div label:before {
  outline: 1px solid #939598 !important;
  background-color: white;
  border: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  left: 1px !important;
}
.modal-body .error_check label:before {
  outline: 1px solid red !important;
  -webkit-box-shadow: 0 0 3px 1px red !important;
     -moz-box-shadow: 0 0 3px 1px red !important;
          box-shadow: 0 0 3px 1px red !important;
  left: 1px !important;
}
.modal-body .checkbox-div input[type=checkbox]:checked + label:before {
  outline: 1px solid #228C8C !important;
  -webkit-box-shadow: 0 0 4px 1px #228C8C !important;
     -moz-box-shadow: 0 0 4px 1px #228C8C !important;
          box-shadow: 0 0 4px 1px #228C8C !important;
  left: 1px !important;
}
.modal-body .checkbox-div input[type=checkbox]:checked + label:after {
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  left: 1px !important;
}
.modal-body .bg-i-none {
  background-image: none;
}
.modal-body .bg_heightlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaf8ff), to(#d4f2ff));
  background: -webkit-linear-gradient(top, #eaf8ff 0, #d4f2ff 100%);
  background: -moz- oldlinear-gradient(top, #eaf8ff 0, #d4f2ff 100%);
  background: -o-linear-gradient(top, #eaf8ff 0, #d4f2ff 100%);
  background: linear-gradient(to bottom, #eaf8ff 0, #d4f2ff 100%);
}
.news-detail-container h1 {
  color: gray;
}
.create_setting {
  font-weight: 500;
  color: #228C8C;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .create_setting {
  color: white !important;
}
@media all and (min-width: 300px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-thumbs .fancybox-thumbs__list {
    width: 100% !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.tooltip-inner {
  background-color: gray;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: gray !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: gray !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: gray !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: gray !important;
}
.sidebar_control_block > .row > .col-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar_control_block .cart_list_excel,
.sidebar_control_block .sidebar_control_block_icon_list {
  display: inline-block !important;
}
.sidebar_control_block .sidebar_control_block_icon_list {
  padding-left: 10px;
}
.sidebar_control_block .card-header {
  padding: 0 15px;
}
.sidebar_control_block h5 {
  display: inline-block;
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  vertical-align: middle;
}
.sidebar_control_block .material-icons {
  font-size: 20px;
  color: #228C8C;
  cursor: pointer;
  vertical-align: middle;
  line-height: 26px;
}
.sidebar_control_block .toggle_cart_list {
  font-size: 28px;
  line-height: 9px;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px;
}
.sidebar_control_block .toggle_cart_list i {
  color: #fff;
}
.for_search_block {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.for_search_block .search-autocomplit-block {
  position: absolute;
  z-index: 1010;
  top: 59px;
  left: 0;
}
.for_search_block .search-autocomplit-block .tab-pane {
  background-color: #EDEDED;
}
.for_search_block .search-autocomplit-block .aggregates {
  white-space: pre;
}
.for_search_block [type="search"] {
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.for_search_block button {
  padding: 0 6px;
}
@media (min-width: 992px) {
  .for_search_block {
    padding-left: 0;
    padding-right: 0;
  }
}
.for_search_block .input-group-append {
  border-bottom: 1px solid #ced4da;
}
.for_search_block .search-autocomplit-block {
  background-color: white;
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
  max-height: 400px;
  overflow-y: auto;
}
.for_search_block .search-autocomplit-block .nav-tabs {
  border-bottom-color: #228C8C;
}
.for_search_block .search-autocomplit-block .tab-content {
  height: -webkit-calc(400px - 41px);
  height: -moz-calc(400px - 41px);
  height: calc(400px - 41px);
  overflow-y: auto;
}
.for_search_block .search-autocomplit-block .vin_code_info {
  height: -webkit-calc(400px - (41px + 53.5px));
  height: -moz-calc(400px - (41px + 53.5px));
  height: calc(400px - (41px + 53.5px));
  overflow-y: auto;
}
.for_search_block .search-autocomplit-block a {
  text-decoration: none;
  color: black;
}
.for_search_block .search-autocomplit-block .active_auto_complite {
  background-color: #228C8C !important;
}
.for_search_block .search-autocomplit-block .active_auto_complite a {
  color: white !important;
}
.for_search_block .search-autocomplit-block .search_by_vin_code_holder {
  padding-right: 10px;
}
.for_search_block .search-autocomplit-block .button_container {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.for_search_block .search-autocomplit-block .search_to_vin_code {
  font-size: 14px;
  padding: 6px;
  width: 120px;
}
.for_search_block .search-autocomplit-block .article_auto_complete_container {
  height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}
#search_modal_block {
  padding-right: 0 !important;
}
#search_modal_block .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#search_modal_block .modal-content {
  top: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search_modal_block .modal-header {
  background-color: #343a40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search_modal_block .modal-body {
  padding: 0;
}
#search_modal_block .for_search_block {
  padding: 0;
}
#search_modal_block .form-control {
  height: -webkit-calc(2.5em + 0.75rem + 2px);
  height: -moz-calc(2.5em + 0.75rem + 2px);
  height: calc(2.5em + 0.75rem + 2px);
}
#search_modal_block .close {
  color: #fff;
}
#search_modal_block .for_search_block button {
  padding: 0 10px;
}
.side_bar_cart {
  overflow: auto;
}
@media not all and (min-width: 992px) {
  .side_bar_cart {
    position: fixed;
    left: 0;
    top: 0;
    width: 281px;
    bottom: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.7);
    height: 100% !important;
  }
  .side_bar_cart .card .card-header.sidebar_control_block h5 {
    color: #fff;
  }
  .side_bar_cart .sidebar_control_block i {
    color: #fff;
  }
  .side_bar_cart .toggle_cart_list {
    background-color: #fff;
  }
  .side_bar_cart .toggle_cart_list i {
    color: #228C8C;
  }
}
.side_bar_cart h5 {
  display: inline-block;
  vertical-align: middle;
}
.side_bar_cart .material-icons {
  font-size: 20px;
  color: #228C8C;
  cursor: pointer;
  vertical-align: middle;
}
.side_bar_cart .togle_cart_list {
  font-size: 28px;
  line-height: 22px;
}
.side_bar_cart .fix-header {
  position: fixed;
  margin-left: -16px;
  background: white;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .side_bar_cart .card .card-header.sidebar_control_block {
    padding-top: 18px;
    padding-bottom: 4px;
  }
}
.side_bar_cart .card {
  background: transparent;
}
.overlay {
  display: none;
  position: fixed;
  /* full screen */
  width: 100vw;
  height: 100vh;
  /* transparent black */
  background: rgba(0, 0, 0, 0.5);
  /* middle layer, i.e. appears below the sidebar */
  z-index: 998;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  /* animate the transition */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* display .overlay when it has the .active class */
}
.overlay.active {
  display: block;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.order_modal .shopping-cart-badge {
  padding-right: 0;
}
.order_modal .modal-body {
  padding-left: 15px;
  padding-right: 15px;
}
.order_modal .link_container {
  padding-top: 10px;
}
.order_modal .link_terms {
  display: block;
  font-size: 15px;
}
.order_modal .total_weight_container {
  text-align: right;
  padding-top: 11px;
}
.order_modal .delivery_control_message {
  color: red;
  text-align: center;
}
.order_modal .recipient-icon img {
  width: 25px;
  max-width: none;
}
.order_modal .link_container {
  padding-left: 7px;
}
.order_modal .descript_b {
  padding-left: 22px;
}
.reserves_page .side_bar_cart .sidebar_control_block .col-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserves_page .side_bar_cart .cart_list_row div.checkbox-div .cart_name {
  max-width: 100%;
}
.reserves_page .side_bar_cart .cart_name {
  font-size: 14px;
}
.reserves_page .side_bar_cart .active_cart_list_row .cart_name {
  font-size: 16px;
}
.reserves_page .side_bar_cart .reserve_status {
  font-size: 24px;
  color: #212529;
}
.reserves_page .side_bar_cart .reserve_status.reserve_out {
  color: red;
}
.reserves_page h1 {
  /*color: grey;*/
}
.btn-group-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 15px 10px;
  border-bottom: 1px solid #228C8C;
}
.btn-group-brands h5 {
  color: #228C8C;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
}
#brand_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  #brand_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#brand_info .brand_information {
  width: 340px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-right: 1px solid #e8e8e8;
  /*box-shadow: 6px 6px 12px rgba(0,0,0,.05);*/
  min-height: 400px;
  text-align: center;
  padding: 15px;
}
@media (max-width: 767px) {
  #brand_info .brand_information {
    width: 100%;
    min-height: 300px;
  }
}
#brand_info .brand_information img {
  max-height: 170px;
}
#brand_info .brand_information_list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}
@media (max-width: 767px) {
  #brand_info .brand_information_list {
    margin: 10px 0;
  }
}
#brand_info .brand_information_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
#brand_info .brand_information_list li .img-holder {
  padding: 0 10px;
}
#brand_info .brand_information_list li .img-holder img {
  width: 30px;
}
#brand_info .info_brand-btn {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  background: #228C8C;
  color: #fff;
  margin: 0;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  margin: 15px 0 0 0;
}
#brand_info .info_brand-btn:hover {
  text-decoration: none;
  background: #186363;
}
#brand_info .brand_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px 40px;
  overflow: auto;
}
#brand_info .brand_description .description-text {
  height: 450px;
}
@media (max-width: 767px) {
  #brand_info .brand_description {
    padding: 20px 15px 0;
  }
}
#modal_order .modal-title {
  color: #228C8C;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}
.table_return .col-h-return {
  padding: 2px 5px;
  border-right: 1px solid #dee2e6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table_return .col-h-return .sorting {
  font-weight: 500;
  font-size: 13px;
}
.table_return .col-return:nth-child(1) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_return .col-return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 5px;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.table_return .col-return .sorting {
  font-size: 13px;
}
.table_return .name_product {
  max-width: 210px;
  min-width: 210px;
}
.table_return .quantity_in_return_set {
  font-size: 13px;
  border: 1px solid lightgrey;
}
.table_return .input_error {
  border-bottom: 2px solid red;
}
.table_return .text_error {
  color: red;
}
.table_return .w-1 {
  max-width: 24px;
  min-width: 24px;
  display: none;
}
.table_return .w-2 {
  max-width: 68px;
  min-width: 68px;
}
.table_return .w-2 p {
  word-break: break-all;
}
.table_return .center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopping_cart_loaded .on-request-block .card-header .to_reserv {
  display: none;
}
.open_claim_list:focus {
  background: #72adad;
}
body.not_scroll .accounting .money_back_custom_style .card:not(.inner_table) > .card-header {
  padding: 0 15px !important;
}
@media not all and (min-width: 768px) {
  body.not_scroll .accounting .money_back_custom_style .card:not(.inner_table) > .card-header {
    height: auto;
  }
}
.money_back_custom_style {
  height: 100%;
}
.money_back_custom_style .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 -15px;
  position: static;
  height: 100%;
}
.money_back_custom_style h1 {
  display: none;
}
.money_back_custom_style > .row {
  height: 100%;
}
.money_back_custom_style > .row > [class*=col] {
  height: 100%;
}
.money_back_custom_style .return-content-holder {
  padding: 0;
  margin-top: 40px !important;
}
.money_back_custom_style .return-content-holder > .row {
  width: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .money_back_custom_style .return-caption .header_button_container {
    text-align: right;
  }
}
.money_back_custom_style .return-caption h2 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.money_back_custom_style .order-search-result {
  padding: 0 15px;
}
.money_back_custom_style .order-search-result .table-row > [class*=col] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.money_back_custom_style .order-search-result .table-row > [class*=col] {
  border-right: none;
}
@media (min-width: 768px) {
  .money_back_custom_style .order-search-result .table-row > [class*=col] {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
  .money_back_custom_style .order-search-result .table-row > [class*=col].description_container,
  .money_back_custom_style .order-search-result .table-row > [class*=col].status {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .money_back_custom_style .order-search-result .table-row > [class*=col].description_container,
  .money_back_custom_style .order-search-result .table-row > [class*=col].status {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
}
.money_back_custom_style .order-search-result .table-row > [class*=col] > p {
  width: 100%;
  padding: 10px 0;
}
.money_back_custom_style .order-search-result .table-row > [class*=col]:last-child {
  border: none;
}
.money_back_custom_style .order-search-result .table-row.title-row {
  text-align: center;
  border-bottom: 1px solid;
  z-index: 3;
}
.money_back_custom_style .order-search-result .table-row.title-row:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.money_back_custom_style .order-search-result .table-row.title-row [class*=col] > * {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.money_back_custom_style .order-search-result .article,
.money_back_custom_style .money_back_update_style .article,
.money_back_custom_style .order-search-result .brand,
.money_back_custom_style .money_back_update_style .brand {
  font-weight: 500;
}
.money_back_custom_style .order-search-result #delete-order-list-result,
.money_back_custom_style .money_back_update_style #delete-order-list-result {
  background: #228C8C;
  color: #FFFFFF;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: none;
  text-transform: lowercase;
  padding: 0.375rem 0.75rem;
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .order-search-result #delete-order-list-result:hover,
.money_back_custom_style .money_back_update_style #delete-order-list-result:hover {
  background: #186363;
}
.money_back_custom_style .modal-footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.money_back_custom_style .sub-column input {
  height: 40px;
  font-size: 12px;
  overflow: hidden;
}
.money_back_custom_style .modal-header {
  border-bottom: none;
}
.money_back_custom_style .modal-dialog .container.table_return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .modal-dialog .col-return {
  border-bottom: 1px solid #dee2e6;
}
.money_back_custom_style .modal-dialog .w-1 {
  border-left: 1px solid #dee2e6;
  display: none;
}
.money_back_custom_style .modal-dialog .table_return .row.flex-nowrap,
.money_back_custom_style .modal-dialog .table_return .row.clickable-row {
  border-left: 1px solid #dee2e6;
}
.money_back_custom_style .modal-dialog .row.mt-2.mb-2 {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.money_back_custom_style .modal-dialog .brand {
  max-width: 110px;
  min-width: 110px;
}
.money_back_custom_style .modal-dialog .article {
  max-width: 110px;
  min-width: 110px;
}
.money_back_custom_style .modal-dialog .message {
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.money_back_custom_style .modal-dialog .quantity_in_return {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.money_back_custom_style .col-h-return {
  border-top: 1px solid #dee2e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .form-group .input-group {
  padding: 0;
}
.money_back_custom_style .input-group-btn button {
  height: 100%;
  margin: 0 0 0 10px;
}
.money_back_custom_style .modal-dialog {
  max-width: 1000px !important;
}
.money_back_custom_style .order-search-result {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .money_back_custom_style .order-search-result {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.money_back_page .filter_container .card-body {
  padding: 0 10px;
}
@media not all and (min-width: 768px) {
  .money_back_page .table-row > [class*=col].collapse:not(.show) {
    display: none;
  }
}
@media not all and (min-width: 576px) {
  .money_back_page.not_scroll .accounting .page_content .custom_scroll_container {
    margin-top: 96px;
  }
}
.custom_style_table .group-block {
  padding: 10px;
  margin: 10px 0;
  -webkit-box-shadow: 0 1px 8px 1px #dddddd;
     -moz-box-shadow: 0 1px 8px 1px #dddddd;
          box-shadow: 0 1px 8px 1px #dddddd;
}
.custom_style_table .sub-column {
  display: none;
}
.custom_style_table input,
.custom_style_table textarea {
  font-size: 14px;
}
.custom_style_table select {
  font-size: 14px;
}
.custom_style_table .comment {
  resize: none;
}
.fake-checkbox {
  position: relative;
}
.fake-checkbox input[type=checkbox]:checked + label:after,
.fake-checkbox input[type=radio]:checked + label:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}
.fake-checkbox label {
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
}
.fake-checkbox label:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #EDEDED;
  -webkit-box-shadow: 0 0 0 1px #BABABA;
     -moz-box-shadow: 0 0 0 1px #BABABA;
          box-shadow: 0 0 0 1px #BABABA;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  outline: none;
}
.fake-checkbox label:after {
  content: '';
  display: block;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 3px;
  opacity: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.quantity-return {
  text-align: center;
}
.thank-message {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 300px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: none;
  z-index: 999;
  text-align: center;
  padding: 50px 0;
}
.card.table_container.claims .claims_openRequests {
  display: block;
}
.header_top {
  position: relative;
}
.account_info_popup {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 290px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.account_info_popup .overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.account_info_popup.active {
  display: block;
}
.account_info_popup .user-info {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.account_info_popup .user-info .account_logo {
  position: relative;
  color: #000;
  margin: 0 20px 0 0;
}
.account_info_popup .user-info .info-holder .form-group {
  margin: 0;
}
.account_info_popup .account_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.account_info_popup .account_btn_list li {
  text-align: center;
  width: 33.332%;
}
.account_info_popup .account_btn_list li a {
  display: block;
  padding: 7px 5px;
  color: #fff;
  background: #228C8C;
}
.account_info_popup .account_btn_list li a:hover {
  background: #186363;
  text-decoration: none;
}
#logout_btn {
  display: none;
}
.header_top #ico_arrow_down {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account_logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.account_logo_link .account_logo {
  position: relative;
  top: auto;
}
.account_logo_link .account_user {
  text-align: left;
}
.account_logo_link #buyer_customer_code {
  display: block;
}
.settings-wrapper .nav-item .nav-link {
  color: #000;
}
.settings-wrapper .nav-item .nav-link.active {
  color: #fff !important;
  background-color: #228C8C;
}
.settings-wrapper .tab-pane {
  padding: 15px 0;
}
.settings-wrapper .input-group,
.settings-wrapper .form-group {
  margin: 0 0 15px;
  max-width: 500px;
}
.settings-wrapper .retail-holder label {
  width: 100%;
}
.settings-wrapper .retail-holder button {
  margin: 0 0 0 15px;
}
.settings-wrapper .delivery_setting_holder input,
.settings-wrapper #change_password input {
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 5px;
}
.settings-wrapper .delivery_setting_holder .userName-group,
.settings-wrapper #change_password .userName-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.settings-wrapper .delivery_setting_holder .userName-group input,
.settings-wrapper #change_password .userName-group input {
  margin: 0 10px 15px;
}
.settings-wrapper .delivery_setting_holder input,
.settings-wrapper .delivery_recipient_holder input {
  width: auto !important;
}
.settings-wrapper .delivery_setting_holder .delivery-header,
.settings-wrapper .delivery_recipient_holder .delivery-header {
  border-bottom: 1px solid #228C8C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.settings-wrapper .delivery_setting_holder .delivery-header .card-header,
.settings-wrapper .delivery_recipient_holder .delivery-header .card-header {
  padding: 0 0 15px;
  background-color: rgba(255, 255, 255, 0);
}
.settings-wrapper .delivery_setting_holder .delivery-header h1,
.settings-wrapper .delivery_recipient_holder .delivery-header h1 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.settings-wrapper .delivery_setting_holder .card-body,
.settings-wrapper .delivery_recipient_holder .card-body {
  padding: 0 15px 15px;
}
.settings-wrapper .delivery_setting_holder .card-body .table-header,
.settings-wrapper .delivery_recipient_holder .card-body .table-header {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  /*.count_title {
          padding: 0 0 0 40px;
        }*/
}
.settings-wrapper .delivery_setting_holder .card-body .table-header .col,
.settings-wrapper .delivery_recipient_holder .card-body .table-header .col {
  border-right: 1px solid #dee2e6;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}
.settings-wrapper .delivery_setting_holder .table-body .row,
.settings-wrapper .delivery_recipient_holder .table-body .row {
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  position: relative;
}
.settings-wrapper .delivery_setting_holder .table-body .col,
.settings-wrapper .delivery_recipient_holder .table-body .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dee2e6;
  /*border-left: 1px solid #dee2e6;*/
  position: static;
}
.settings-wrapper .delivery_setting_holder .table-body .default-delivery,
.settings-wrapper .delivery_recipient_holder .table-body .default-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.settings-wrapper .delivery_setting_holder .table-body .default-delivery .delivery-checkbox,
.settings-wrapper .delivery_recipient_holder .table-body .default-delivery .delivery-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}
.settings-wrapper .delivery_setting_holder .table-body .default-delivery .delivery-checkbox input,
.settings-wrapper .delivery_recipient_holder .table-body .default-delivery .delivery-checkbox input {
  height: auto;
  margin: 0;
}
.settings-wrapper .delivery_setting_holder .table-body .default-delivery .delivery-checkbox label,
.settings-wrapper .delivery_recipient_holder .table-body .default-delivery .delivery-checkbox label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn .btn,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn .edit-delivery-btn,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn .edit-delivery-btn,
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn .edit_recipient_btn,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn .edit_recipient_btn {
  font-size: 18px;
  padding: 0;
  border: none;
  background: none;
}
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn .edit-delivery-btn i,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn .edit-delivery-btn i,
.settings-wrapper .delivery_setting_holder .table-body .delivery-btn-group .delivery-btn .edit_recipient_btn i,
.settings-wrapper .delivery_recipient_holder .table-body .delivery-btn-group .delivery-btn .edit_recipient_btn i {
  background: none;
  color: #000;
}
.settings-wrapper .delivery_setting_holder .recipient_city,
.settings-wrapper .delivery_recipient_holder .recipient_city {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.settings-wrapper #alerts h5,
.settings-wrapper #delivery h5 {
  margin: 0 0 20px;
  color: grey;
}
.settings-wrapper #alerts .form-group,
.settings-wrapper #delivery .form-group {
  max-width: 100%;
}
.settings-wrapper #alerts .head-form-check,
.settings-wrapper #delivery .head-form-check {
  border-bottom: 1px solid #dee2e6;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .settings-wrapper #alerts .head-form-check .col-name,
  .settings-wrapper #delivery .head-form-check .col-name {
    display: none;
  }
  .settings-wrapper #alerts .head-form-check .col-name:first-child,
  .settings-wrapper #delivery .head-form-check .col-name:first-child {
    display: block;
  }
}
.settings-wrapper #alerts .head-form-check .col-name,
.settings-wrapper #delivery .head-form-check .col-name {
  width: 33.332%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.settings-wrapper #alerts .head-form-check .col-name span,
.settings-wrapper #delivery .head-form-check .col-name span {
  margin: 0 10px 5px 0;
}
.settings-wrapper #alerts label,
.settings-wrapper #delivery label {
  width: 100%;
}
.settings-wrapper #alerts .checkbox-group h5,
.settings-wrapper #delivery .checkbox-group h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: grey;
}
.settings-wrapper #alerts .checkbox-group-language,
.settings-wrapper #delivery .checkbox-group-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 20px;
}
.settings-wrapper #alerts .checkbox-group-language .form-check input,
.settings-wrapper #delivery .checkbox-group-language .form-check input {
  margin: 0 5px;
}
.settings-wrapper #alerts .checkbox-group-language .form-check,
.settings-wrapper #delivery .checkbox-group-language .form-check {
  width: 50px;
}
.settings-wrapper #alerts .checkbox-group-status,
.settings-wrapper #delivery .checkbox-group-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 20px;
  border-bottom: 1px solid #dee2e6;
  margin: 0 0 20px;
}
.settings-wrapper #alerts .checkbox-group-news,
.settings-wrapper #delivery .checkbox-group-news,
.settings-wrapper #alerts .checkbox-group-delivery,
.settings-wrapper #delivery .checkbox-group-delivery {
  padding: 0 0 20px;
}
.settings-wrapper #alerts .checkbox-group-news .form-check,
.settings-wrapper #delivery .checkbox-group-news .form-check,
.settings-wrapper #alerts .checkbox-group-delivery .form-check,
.settings-wrapper #delivery .checkbox-group-delivery .form-check {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 7px;
}
.settings-wrapper #alerts .checkbox-group-news .form-check input,
.settings-wrapper #delivery .checkbox-group-news .form-check input,
.settings-wrapper #alerts .checkbox-group-delivery .form-check input,
.settings-wrapper #delivery .checkbox-group-delivery .form-check input {
  margin: 0 10px;
  height: auto;
}
.settings-wrapper #alerts .form-check,
.settings-wrapper #delivery .form-check {
  width: 33.332%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media (max-width: 500px) {
  .settings-wrapper #alerts .form-check,
  .settings-wrapper #delivery .form-check {
    width: 100%;
  }
}
.settings-wrapper #alerts .form-check input,
.settings-wrapper #delivery .form-check input {
  margin: 0 15px;
}
.settings-wrapper #alerts .form-check .form-check-label,
.settings-wrapper #delivery .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.settings-wrapper #alerts .form-check .fake-checkbox label,
.settings-wrapper #delivery .form-check .fake-checkbox label {
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.settings-wrapper .other_setting_holder .input-group {
  display: block;
}
.settings-wrapper .other_setting_holder input {
  width: 100%;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 5px;
}
.settings-wrapper .other_setting_holder .orderStatus input {
  width: auto;
  height: auto;
}
.row-order-result-data .price-sell {
  text-align: right;
}
.return-prod-style {
  padding: 20px;
}
.return-prod-style .table-prod-style {
  border: 1px solid #dee2e6;
}
.return-prod-style .table-prod-style .price-sell {
  text-align: right;
}
.return-prod-style .table-prod-style thead {
  font-size: 14px;
}
.return-prod-style .table-prod-style thead th {
  font-weight: 500;
  padding: 16px;
}
.return-prod-style .table-prod-style td {
  padding: 10px;
}
.return-prod-style .custom_style_table {
  max-width: 270px;
  width: 100%;
}
.return-prod-style .custom_style_table .group-block {
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
     -moz-box-shadow: 2px 1px 3px 1px #dddddd;
          box-shadow: 2px 1px 3px 1px #dddddd;
}
.fine-description,
.fine-description2,
.fine-description3 {
  display: none;
  color: red;
}
.fine-description3 {
  font-size: 20px;
  padding: 0 0 20px;
}
#search_string {
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
     -moz-box-shadow: 2px 1px 3px 1px #dddddd;
          box-shadow: 2px 1px 3px 1px #dddddd;
}
.fake-input-block {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
  height: 0;
  width: 0;
}
body {
  overflow: auto;
}
.text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#reason_to_return option[value=''] {
  display: none;
}
#invoices-table {
  padding-bottom: 60px;
}
#invoices-table .row {
  /*margin-left: 0;*/
}
#invoices-table .sticky-me p {
  padding: 5px 0;
}
@media (min-width: 992px) {
  .search_by_product_group .search-panel {
    max-width: 215px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 215px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 215px;
            flex: 0 0 215px;
  }
  .search_by_product_group .category-search-result {
    max-width: -webkit-calc(100% - 215px);
    max-width: -moz-calc(100% - 215px);
    max-width: calc(100% - 215px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 215px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 215px);
            flex: 0 0 calc(100% - 215px);
  }
}
.delivery_today {
  color: #5faf4b;
}
.delivery_tomorrow {
  color: #4c7bd9;
}
.delivery_today,
.delivery_tomorrow {
  font-weight: 600;
  text-transform: uppercase;
}
.search_by_product_group .search-panel .brands_selector_container {
  position: absolute;
  top: 50px;
  height: 40px;
  left: 0;
  width: 100%;
  padding: 5px 15px 0;
  z-index: 1;
  background-color: #fff;
}
.search_by_product_group .search-panel .brands_selector_container .select2-selection.select2-selection--multiple {
  line-height: 21px;
}
@media (max-width: 880px) {
  .table_container.claims {
    overflow: auto;
    width: 100%;
    position: relative !important;
  }
  .table_container.claims .card_header_with_button .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .card-body.custom-width {
    width: 880px;
  }
  .row.clone {
    height: 0 !important;
  }
}
@media (max-width: 430px) {
  .card_header_with_button {
    height: 120px;
  }
  .sticky-me.sticky {
    top: 110px;
  }
}
.document-body {
  padding: 20px 0 0 0;
}
.document-body .header-document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.document-body .header-document .info-holder h5 {
  color: red;
}
.document-body .money_back_update_style {
  padding: 0;
}
.document-body .return_reason {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.document-body .return_comment {
  margin: 15px 0 0 0;
  font-weight: 700;
  font-size: 18px;
}
.document-body label {
  margin: 0 10px 0 0;
  font-weight: 700;
}
.about-document {
  margin: 0 0 20px;
}
.about-document .document-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.barcode-holder .doc_return {
  padding: 0 0 0 10px;
}
.barcode-holder label {
  margin: 0 10px 0 0;
  font-weight: 700;
}
.document-footer {
  padding: 20px 0 0 0;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.recipient-city h5 {
  font-size: 20px;
  border-bottom: 1px solid #228C8C;
  color: #228C8C;
  padding: 0 0 20px;
  display: inline-block;
}
.recipient-city .recipient-Zakarpattya,
.recipient-city .recipient-Dnipro,
.recipient-city .recipient-Kyiv {
  display: none;
}
.header .button-lable {
  color: #5a5a5a;
}
.header .btn-outline-light {
  border: none;
}
@media print {
  .header {
    display: none;
  }
  .return-caption {
    display: none !important;
  }
}
#document_print {
  /*width: 1000px;
  margin: 0 auto;*/
}
#document_print .money_back_update_style {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#document_print .money_back_update_style table {
  width: 100% !important;
}
#modal-content-order {
  width: 1000px;
}
@media (max-width: 768px) {
  .modal-content {
    overflow: auto;
  }
  .document-body .header-document {
    display: block;
  }
  .settings-wrapper {
    padding: 20px 0 0 0;
  }
}
.custom-stile-col {
  padding: 0 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-expected {
  display: none;
}
#modal-expected .modal-dialog {
  max-width: 350px;
}
#modal-expected .modal-body {
  padding: 0 1rem;
}
#modal-expected .expected-brand {
  font-weight: 900;
}
#modal-expected .row {
  padding: 10px 0;
}
#modal-expected .btn-expected-close {
  padding: 0.375rem 0.75rem;
}
.price-row-warehouse .count_in_stock {
  margin: 0 auto;
}
#col_debit {
  margin-right: 10px;
  max-width: 175px;
  width: 100%;
}
@media (max-width: 1080px) {
  #col_debit {
    max-width: 145px;
  }
}
.img-holder-income {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 25px;
  background: url("/static/img/vesna_img/income.8bd39186fa73.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  border: 2px solid #228C8C;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
@media (max-width: 990px) {
  .img-holder-income {
    margin: 0;
  }
}
.not_available_order h5.d-inline b {
  color: red;
}
.not_available_order .edit-quantity {
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.cart-indicator {
  display: none;
}
.visitLink {
  color: lightgray;
  font-weight: 400 !important;
}
.custom-stile-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  .custom-stile-caption {
    display: block;
  }
}
.custom-stile-caption h1 {
  /*min-width: 100px;*/
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.custom-stile-caption a.btn-success {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.filter-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.filter-holder .card-header {
  display: none;
}
.filter-holder .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .filter-holder .card-body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 !important;
  }
}
.filter-holder .card-body .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px !important;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .filter-holder .card-body .form-group {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .filter-holder .card-body .form-group .input-group {
    padding: 0 !important;
    margin: 0 0 0 -5px;
  }
}
.filter-holder .card-body .form-group label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
}
.filter-holder .card-body .form-group label:before,
.filter-holder .card-body .form-group label:after {
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filter-holder .card-body .form-group label:before {
  width: 14px;
  height: 14px;
}
.filter-holder .card-body .form-group label:after {
  left: -16px;
}
.filter-holder .card-body .form-group .custom-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 0 0 30px;
}
.filter-holder .card-body .custom-control-label {
  min-width: 100px;
}
.filter-holder .card-body .input-group {
  width: auto;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-holder .card-body .input-group-prepend {
  width: auto !important;
}
.filter-holder .card-body .input-group-prepend input {
  max-width: 75px;
  text-align: center;
}
.filter-holder .card-body .line {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #228C8C;
}
.overflow-block {
  height: 100%;
  padding: 0 0 20px;
}
@media (max-width: 480px) {
  .overflow-block {
    width: 100%;
    overflow: auto;
  }
  .overflow-block .table-row.sticky-me {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
}
.date-invoices {
  border-bottom: 1px solid #000;
  font-weight: 900;
}
.time_invoices {
  display: inline-block;
  padding: 0 0 0 10px;
}
.renkai-time {
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renkai-time .car {
  position: absolute;
  z-index: 1;
  left: 100%;
  color: #FFBD00;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.renkai-time .delivered-img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 3px;
}
.renkai-time .delivered-text {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}
.way-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width: 85% !important;*/
  text-align: left;
  padding: 0 40px 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.on-way {
  display: inline-block;
  height: 3px;
  width: 100%;
  /*background: #228C8C;*/
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: relative;
}
.timer_holder {
  color: red;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
     -moz-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  font-weight: 900;
  display: none;
}
.timer_holder.show_timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.timer_holder #clockdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
}
.delivered-time {
  color: red;
}
.wish-list-icon {
  margin: 0 0 0 10px;
}
.wish-list-icon .icon_add_wish_list i {
  font-size: 30px;
  color: #228C8C;
}
.wish-list-icon.anim_svg i {
  -webkit-animation-name: anim_wish_icon;
     -moz-animation-name: anim_wish_icon;
       -o-animation-name: anim_wish_icon;
          animation-name: anim_wish_icon;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes anim_wish_icon {
  0% {
    color: #228C8C;
  }
  40% {
    color: red;
  }
  60% {
    color: red;
  }
  100% {
    color: #228C8C;
  }
}
@-moz-keyframes anim_wish_icon {
  0% {
    color: #228C8C;
  }
  40% {
    color: red;
  }
  60% {
    color: red;
  }
  100% {
    color: #228C8C;
  }
}
@-o-keyframes anim_wish_icon {
  0% {
    color: #228C8C;
  }
  40% {
    color: red;
  }
  60% {
    color: red;
  }
  100% {
    color: #228C8C;
  }
}
@keyframes anim_wish_icon {
  0% {
    color: #228C8C;
  }
  40% {
    color: red;
  }
  60% {
    color: red;
  }
  100% {
    color: #228C8C;
  }
}
.wish_list_main_block h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  padding-right: 10px;
}
.wish_list_main_block .card {
  border: none;
}
.wish_list_main_block .card-header {
  background-color: #fff;
  border-bottom: 1px solid #228C8C;
  position: -webkit-sticky;
  position: sticky;
}
.wish_list_main_block .card-body {
  padding: 0 1.25rem;
}
@media (max-width: 480px) {
  .wish_list_main_block .card-body {
    width: 1000px;
  }
}
.wish_list_main_block .title-row {
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.wish_list_main_block .title-row .col {
  border-right: 1px solid #dee2e6;
}
.wish_list_main_block .title-row .col:last-child {
  border-right: none;
}
.wish_list_main_block .product_name_part .row,
.wish_list_main_block .cart_part .row {
  height: 100%;
}
.wish_list_main_block .product_name_part .col,
.wish_list_main_block .cart_part .col {
  border-right: 1px solid #dee2e6;
}
.wish_list_main_block .wish_row {
  border-bottom: 1px solid #dee2e6;
}
.wish_list_main_block .wish_row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wish_list_main_block .wish_row:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
     -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
          box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.wish_list_main_block .type_price.sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wish_list_main_block .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 0.5rem;
}
.wish_list_main_block .count {
  margin: 0 auto;
}
.wish_list_main_block .numberator_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wish_list_main_block .numberator_wrapper .numberator__btn {
  background: transparent !important;
  color: #212529 !important;
  border: none !important;
  width: 30px;
  height: 25px;
}
.wish_list_main_block .numberator_wrapper input {
  width: 40px !important;
  height: 25px !important;
  vertical-align: top !important;
  text-align: center !important;
  border: none !important;
}
.wish_list_main_block #wish_list_table {
  padding: 0 0 50px;
  width: 100%;
  overflow: auto;
}
.wish_list_main_block .price_current_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wish_list_main_block .price_row:hover {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.wish_list_main_block .price_row .col {
  border-right: 1px solid #dee2e6;
}
.wish_list_main_block .price_row .col:last-child {
  border-right: 1px solid #fff;
}
.wish_list_main_block .price_row:not(.row-disabled) {
  font-weight: 600;
}
.wish_list_main_block .price_row:not(.row-disabled) .description_text_cut {
  font-weight: 600;
}
.wish_list_main_block .price_current_sum_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-add-to-cart.btn-disabled {
  padding: 0.375rem 0;
}
.btn_add_to_wishList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.375rem 1.08rem 0.375rem 0;
}
.button_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hide-btn {
  display: none;
}
.mobile_btn_wishList {
  display: none;
}
@media (max-width: 1080px) {
  .mobile_btn_wishList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile_btn_wishList .wish-list-icon {
    margin: 0;
  }
}
#select2-select-city-containe,
#delivery_address_select {
  line-height: 38px;
  padding-left: 1rem !important;
}
.select2-selection__arrow {
  height: 100% !important;
  top: auto;
  bottom: 0;
  margin: 0;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
}
/*---------- orders new style ----------*/
#orders_content .filter-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#orders_content .filter-holder .card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
@media (max-width: 480px) {
  #orders_content .filter-holder .card-body {
    display: block;
  }
  #orders_content .filter-holder .card-body .form-group {
    display: block;
  }
  #orders_content .filter-holder .card-body .form-group label {
    font-size: 16px;
  }
}
#orders_content .filter-holder .search_orders {
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
     -moz-box-shadow: 2px 1px 3px 1px #dddddd;
          box-shadow: 2px 1px 3px 1px #dddddd;
  border: 1px solid LightGray;
  max-width: 400px;
  width: 100%;
  margin: 0 15px;
}
#orders_content .filter-holder .search_orders .btn_search_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: Silver;
}
#orders_content .filter-holder .search_orders_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#orders_content .filter-holder .filter_panel_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  #orders_content .filter-holder .filter_panel_holder {
    display: block;
  }
}
#orders_content .filter-holder .filter_status_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#orders_content .filter-holder .filter_status_checkbox {
  padding: 0 10px;
  font-size: 18px;
}
#orders_content .filter-holder .filter_status_checkbox .custom-control-input:checked + .custom-control-label {
  color: red;
}
#orders_content .filter-holder .filter_status_checkbox .custom-control-label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  min-width: 0;
  color: #0056b3;
}
#orders_content .filter-holder .filter_status_checkbox .custom-control-label:before {
  opacity: 0;
}
#orders_content .filter-holder .dropdown_orders_status {
  width: 30px;
  height: 20px;
}
#orders_content .filter-holder .dropdown_orders_status .dropdown-toggle::after {
  vertical-align: middle;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}
#orders_content .filter-holder .dropdown_orders_status .dropdown-menu label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
#orders_content .card {
  width: 100%;
}
#orders_content #order-items-table .search-stock-table-header .title-row {
  margin: 0 0 0 -15px;
}
@media (max-width: 480px) {
  #orders_content #order-items-table {
    margin-top: 150px;
  }
}
@media (max-width: 480px) {
  #orders_content #order-items-table {
    width: 100%;
    overflow: auto;
  }
}
#orders_content .holder-items {
  width: 100%;
}
@media (max-width: 480px) {
  #orders_content .holder-items {
    min-width: 1000px;
  }
}
#orders_content .order_weight {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#orders_content .order_weight .weight_img {
  width: 20px;
}
#orders_content .calculation_sum_order {
  text-align: right;
  font-weight: 700;
}
#orders_content .quantity_percent {
  text-align: center;
  font-weight: 600;
}
#orders_content .group_orders_date_holder {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0 -15px;
}
#orders_content .group_orders_date {
  font-weight: 900;
  -webkit-box-shadow: 0 3px 6px 1px #dddddd;
     -moz-box-shadow: 0 3px 6px 1px #dddddd;
          box-shadow: 0 3px 6px 1px #dddddd;
  padding: 0 15px;
}
#orders_content .group-orders-header {
  line-height: 1;
  border: 1px solid #999;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding: 5px;
}
#orders_content .group-orders-header div {
  padding: 0;
}
#orders_content .group-orders-header p {
  padding: 0;
}
#orders_content .group-orders-header .col {
  border: none;
}
#orders_content .group-orders-header .warehouse-city {
  font-weight: 700;
}
#orders_content .group-orders-header .comment-holder {
  font-style: italic;
}
#orders_content .group-orders-header .delivery-holder {
  font-size: 12px;
}
#orders_content .time_delivery {
  text-align: center;
  font-weight: 700;
}
#orders_content .order_id {
  font-weight: 700;
  color: #0056b3;
}
#orders_content .orders_group_time {
  padding: 0 0 0 10px;
}
#orders_content .sub_table_header {
  line-height: 1;
  padding: 0;
  margin: 0 !important;
}
#orders_content .inner_table {
  padding: 0 0 10px 0;
}
#orders_content .inner_table .card-body {
  margin: 0;
  padding: 0;
}
#orders_content .inner_table .card-body .title-row {
  border: none;
}
#orders_content .order_details {
  overflow: hidden;
  border: 1px solid #999;
  border-top: none !important;
}
#orders_content .order_details .order_details_row {
  cursor: pointer;
  line-height: normal !important;
  border: none !important;
}
#orders_content .order_details .order_details_row.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#orders_content .order_details .order_details_row div {
  overflow: hidden;
}
#orders_content .order_details .order_details_row p {
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
#orders_content .order_details .item_done_btn {
  display: none;
  text-align: center;
}
#orders_content .order_details .item_done_btn.show_item_done {
  display: block;
  color: #228C8C;
  cursor: pointer;
  margin: 0 auto;
}
#orders_content .order_details .item_done_btn i {
  vertical-align: middle;
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
#orders_content .order_details .item_done_btn i.rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
#orders_content .order_details .item_done_btn .show_hide_text {
  display: none;
}
#orders_content .order_details .item_done_btn .show_hide_text.show {
  display: inline-block;
}
.table_container .card-header {
  padding: 0 1.25rem !important;
  height: 50px !important;
}
@media (max-width: 480px) {
  .table_container .card-header {
    height: auto !important;
  }
}
#orders_content .row.sticky-me.sticky {
  top: 50px !important;
}
@media (max-width: 480px) {
  #orders_content .row.sticky-me.sticky {
    display: none;
  }
}
#search-result .row.sticky-me.sticky {
  top: 40px !important;
  left: 15px;
}
.language_block,
.change-language {
  background: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.change-language img {
  width: 30px;
}
.language_block .dropdown-menu {
  background: #eee;
  min-width: 8rem;
}
.language_block .dropdown-menu .dropdown-divider {
  margin: 0;
}
.language_block .dropdown-item {
  padding: 5px;
}
.language_block .dropdown-item:hover {
  background-color: #999;
}
.language_block .dropdown-item img {
  width: 30px;
  height: 20px;
  margin: 0 5px 0;
}
.language_block .change-language-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.language_block .change-language-new .language_item {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.language_block .change-language-new .language_item:hover {
  background-color: #999;
  color: #fff;
}
.language_block .change-language-new .language_item:first-child {
  border-left: none;
}
.language_block .active_language {
  background-color: #999;
}
.delivery-checkbox input:checked + label {
  background: rgba(0, 255, 0, 0.1);
}
.blockUI {
  z-index: 99999 !important;
}
.search-stock-table-header {
  height: 35px;
}
.row.title-row.table-row.sticky-me.sticky {
  top: 50px !important;
}
#status_orderModal .modal-dialog {
  max-width: 400px !important;
}
#status_orderModal .status_order_holder {
  list-style: none;
  width: 100%;
  padding: 0 45px;
  margin: 0;
}
#status_orderModal .status_order_holder li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 2px 0;
}
#status_orderModal .status_order_holder li:first-child.status_1C .status_text_holder {
  font-weight: 700;
}
#status_orderModal .status_order_holder .status_1C:first-child + .status_count {
  font-weight: 700;
}
#status_orderModal .status_order_holder .status_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#status_orderModal .status_order_holder .status_info.fake_status {
  opacity: 0.6;
}
#status_orderModal .status_order_holder .status_info.fake_status .color_status {
  background: #eeeeee !important;
}
#status_orderModal .status_order_holder .status_info.fake_status .status_text {
  font-weight: 400 !important;
  font-size: 16px;
}
#status_orderModal .status_order_holder .status_css_style {
  font-weight: 700;
  font-size: 20px;
}
#status_orderModal .status_order_holder .status_css_style + .status_count {
  font-weight: 700;
  font-size: 20px;
}
#status_orderModal .status_order_holder .color_status {
  display: inline-block;
  width: 15px;
  height: 40px;
  border: 1px solid #dee2e6;
}
#status_orderModal .status_order_holder .yellow_status {
  background: #ffde00;
}
#status_orderModal .status_order_holder .green_status {
  background: #2dbe60;
}
#status_orderModal .status_order_holder .green_status {
  background: #2dbe60;
}
#status_orderModal .status_order_holder .status_info-9 .color_status {
  background: #ff5252 !important;
}
#status_orderModal .status_order_holder .status_info-11 .color_status {
  background: transparent !important;
}
#status_orderModal .status_order_holder .status_text {
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 1;
}
#status_orderModal .status_order_holder .status_message {
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #5D5D5D;
  line-height: 1;
  max-width: 250px;
  overflow: hidden;
}
.status_color_red {
  background: #ff5252;
  color: #fff;
  border-bottom: 1px solid #dee2e6 !important;
}
.status_color_yellow {
  background: #ffde00;
  border-bottom: 1px solid #dee2e6 !important;
}
.status_color_green {
  background: #7cc576;
  color: #fff;
  border-bottom: 1px solid #dee2e6 !important;
}
#orderModal .date_b .date_input {
  font-weight: 700;
}
.select2-container .color1 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.select2-container .color1:before,
.select2-container .color1:after {
  content: '/';
  color: #444;
  font-weight: 400;
}
.hide_long_text {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 1100px) {
  .price_row:not(.row-to-collapse) .show-price-row-data-stock .help,
  .price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
    right: -13px;
  }
}
.inner {
  overflow: hidden;
  display: none;
}
.private_ofice_content_user_info {
  position: relative;
}
.private_ofice_content_user_info .card-head {
  padding: 5px 15px 5px 15px;
}
.private_ofice_content_user_info .card-body {
  padding: 10px;
}
.private_ofice_content_user_info .form-group {
  margin: 0;
}
.private_ofice_content_user_info:after {
  height: 100%;
  width: 1px;
  z-index: 9;
  content: '';
  background-color: #228C8C;
  top: 20px;
  position: absolute;
  left: 0 !important;
}
.qr_code_holder .qr_code_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.qr_code_holder .qr_code_block .qr_code_description {
  padding: 0 0 0 35px;
  margin: 0;
}
.qr_code_holder .qr_code_block .img-holder {
  width: 150px;
  overflow: hidden;
}
.qr_code_holder .qr_code_block .qr_pb_icon {
  width: 30px;
  display: inline-block;
}
#pays_holder .qr_code_holder {
  width: 500px;
  margin-top: 50px;
}
#pays_holder .qr_code_block {
  padding: 0;
}
.edit-recipient,
.add-recipient {
  display: none;
}
.search_by_vin_code_holder .caption {
  padding: 10px 15px;
  font-weight: 700;
  font-size: 14px;
}
.vin_code_result_container {
  padding: 10px 30px 10px;
}
.vin_code_result_container h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.vin_code_result_container .vin_code_info_table_container {
  padding-right: 15px;
  padding-bottom: 60px;
}
.autocomplite_custom_block .vin_code_info_value {
  text-transform: lowercase;
  font-size: 12px;
}
.vin_code_info_list {
  list-style: none;
  margin: 0;
}
.vin_code_info_list .vin_code_info_item {
  border-bottom: 1px solid rgba(100, 121, 143, 0.122);
}
.vin_code_info_list .vin_code_info_item:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.vin_code_info_list .aggregates {
  white-space: pre;
}
.vin_code_search_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tree_vin_code_container {
  padding: 0 10px;
  overflow-x: hidden;
}
.tree_vin_code_container .jstree-node {
  position: relative;
}
.tree_vin_code_container .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background: none !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9 !important;
}
.tree_vin_code_container .jstree-default .jstree-node,
.tree_vin_code_container .jstree-default .jstree-icon {
  background: none !important;
  margin: 0;
}
.tree_vin_code_container .jstree-default .jstree-icon {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.tree_vin_code_container .jstree-default > ul > li > ul > li > .jstree-anchor {
  font-weight: 400;
}
.tree_vin_code_container .jstree-anchor {
  font-size: 14px !important;
}
.tree_vin_code_container .jstree-themeicon {
  position: relative !important;
  width: 10px !important;
}
.tree_vin_code_container .jstree-default .jstree-search {
  font-style: normal;
  color: inherit;
}
.tree_vin_code_container .quick_group_row.bg > .jstree-wholerow {
  background: #3a938e;
}
.tree_vin_code_container .search-category_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.tree_vin_code_container .search-category_block .search_ico {
  position: absolute;
  right: 5px;
}
.tree_vin_code_container .search-category {
  width: 100%;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 2px 1px 3px 1px #dddddd;
     -moz-box-shadow: 2px 1px 3px 1px #dddddd;
          box-shadow: 2px 1px 3px 1px #dddddd;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  padding: 5px 30px 5px 5px;
}
.vin_code_side_bar {
  position: relative;
}
.sidebar-wrapper {
  width: auto!important;
}
@media (max-width: 480px) {
  .sidebar-wrapper {
    width: 100% !important;
  }
}
.moveSideBar {
  width: 320px;
  position: relative;
  -webkit-transition: width, 1s;
  -o-transition: width, 1s;
  -moz-transition: width, 1s;
  transition: width, 1s;
}
.hide_sidebar {
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 76px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  background: #228C8C;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 9;
}
.hide_sidebar span {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 0 0 -1px;
}
.hide_sidebar .show_text {
  display: block;
}
#sidebar-wrapper.show_vin_tree {
  min-height: 78vh !important;
  height: 78vh !important;
  padding: 0 0 70px;
}
@media (max-width: 480px) {
  #sidebar-wrapper.show_vin_tree {
    height: 100vh !important;
  }
}
.show_vin_tree .search-panel.show_only_search {
  height: auto;
}
.show_vin_tree .custom_scroll_container {
  height: auto !important;
  min-height: auto !important;
}
.show_vin_tree .sidebar-custom-modal-container .search-panel .loaded_ui .card.range_slider_container {
  position: static;
}
.show_only_search .sidebar-custom-modal-container .search-panel .loaded_ui {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.show_only_search .sidebar-custom-modal-container .search-panel .loaded_ui .card.range_slider_container {
  position: relative !important;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container.card {
  position: relative;
}
#sidebar-wrapper-content {
  height: 78vh;
  padding: 0 0 60px !important;
}
#vin-content-wrapper {
  border-left: 1px solid #228C8C;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  overflow-x: hidden !important;
  height: 78vh;
  padding: 10px 0px 0px 30px;
}
@media (max-width: 1330px) {
  #vin-content-wrapper {
    height: 70vh;
  }
}
@media (max-width: 480px) {
  #vin-content-wrapper {
    padding: 10px;
  }
}
#vin-content-wrapper .custom_scroll_container {
  margin: 0;
}
#quick_groups_info_list h5 {
  border-bottom: 1px solid #228C8C;
}
.quick_groups_info_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .quick_groups_info_holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.quick_groups_info_holder .img_holder {
  width: 600px;
  height: 100vh;
  position: relative;
}
.quick_groups_info_holder .block_info {
  padding: 20px 0;
}
.quick_groups_info_holder .product_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 10px 10px 35px;
}
@media (max-width: 1366px) {
  .quick_groups_info_holder .product_list {
    padding: 10px;
  }
}
.quick_groups_info_holder .product_list h6 {
  color: #228C8C;
  cursor: pointer;
}
.quick_groups_info_holder .table_header .row,
.quick_groups_info_holder .table_body .row {
  border-bottom: 1px solid LightGray;
}
.quick_groups_info_holder .table_header .row .col,
.quick_groups_info_holder .table_body .row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid lightgray;
  font-size: 14px;
}
.quick_groups_info_holder .content_block .hide_items i {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.quick_groups_info_holder .content_block.show .hide_items i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quick_groups_info_holder .content_block .hide_row {
  display: none;
}
.quick_groups_info_holder .content_block .hide_row.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quick_groups_info_holder .hide_items {
  color: #228C8C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick_groups_info_holder .table_body .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick_groups_info_holder .help_popup {
  position: relative;
  cursor: pointer;
}
.quick_groups_info_holder .help_popup:hover .help_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quick_groups_info_holder .help_popup i {
  color: gray;
  font-size: 14px;
}
.quick_groups_info_holder .help_popup .help_content {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid #000;
  z-index: 999;
  right: 100%;
  top: 0;
  width: 350px;
  padding: 10px;
  color: #000 !important;
}
.quick_groups_info_holder .help_popup .help_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick_groups_info_holder .help_popup .help_content ul li {
  min-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick_groups_info_holder .help_popup .help_content_key {
  width: 100%;
}
.quick_groups_info_holder .help_popup .help_content_name {
  text-align: right;
  padding: 0 20px 0 0;
  width: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.quick_groups_info_holder .help_popup .help_content_value {
  text-align: left;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.quick_groups_info_holder .img_holder.get-detail-by-unit {
  max-height: 500px;
  /*height: auto;*/
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 350px;
  min-width: 350px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid lightgray;
}
.quick_groups_info_holder .img_holder.get-detail-by-unit img {
  height: auto;
  margin: 0 auto;
}
#schemes_list_holder .schemes_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#schemes_list_holder .schemes {
  width: 300px;
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (max-width: 480px) {
  #product_details .quick_groups_info_holder .row {
    margin: 0;
  }
}
#product_details .quick_groups_info_holder .schema_container {
  overflow: hidden;
  height: 72vh;
  width: 60%;
  border: 1px solid lightgray;
}
@media (max-width: 1366px) {
  #product_details .quick_groups_info_holder .schema_container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #product_details .quick_groups_info_holder .schema_container {
    width: 100%;
  }
}
#product_details .quick_groups_info_holder #draggable {
  width: 500px;
  margin: 0 auto;
}
#product_details .quick_groups_info_holder .img_holder {
  width: 100%;
  position: relative;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
#product_details .quick_groups_info_holder img {
  max-width: none;
}
#product_details .quick_groups_info_holder .btn_in_img {
  position: absolute;
  /*width: 70px;
      height: 30px;*/
  color: white;
  background-color: #228C8C;
  opacity: 0;
  z-index: 9;
}
#product_details .quick_groups_info_holder .btn_in_img.hovered {
  border: 3px solid red;
  opacity: 1;
}
#product_details .quick_groups_info_holder .btn_in_img.block_btn {
  background-color: #228C8C;
  opacity: 1;
}
#product_details .product_list {
  height: 72vh;
  overflow: auto;
  overflow-x: hidden;
  width: 40%;
}
@media (max-width: 1366px) {
  #product_details .product_list {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #product_details .product_list {
    width: 100%;
  }
}
.quick_groups_info_holder {
  border-bottom: 1px solid lightgray;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.quick_groups_info_holder .table_header .col {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
     -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.quick_groups_info_holder .number {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid lightgray;
  word-break: break-word;
  padding: 0 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.quick_groups_info_holder .number_in_img.hide {
  opacity: 0;
}
.quick_groups_info_holder .variant_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quick_groups_info_holder .article {
  cursor: pointer;
  color: #007bff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.elem_schemes.hovered {
  background: rgba(58, 147, 142, 0.5);
}
.elem_schemes.block_row {
  background: #228C8C !important;
  color: #fff;
}
.elem_schemes.block_row .article {
  color: #fff;
}
.elem_schemes .name {
  border-right: 1px solid LightGray;
}
#treeTab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
}
.show_only_search {
  display: none;
}
.original_brand {
  margin: 0 10px;
  cursor: pointer;
  width: 25px!important;
  height: 25px!important;
}
.original_brand img {
  width: 20px!important;
}
.hide_items {
  color: #228C8C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.hide_items i {
  -webkit-transform: rotate(0);
     -moz-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hide_items i.rotate {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.applicable_vehicles_modal .nav-tabs {
  border-bottom-color: #228C8C;
}
.applicable_vehicles_modal .tab-content {
  margin-top: 0 !important;
}
.applicable_vehicles_modal .button_container {
  height: 100%;
}
.applicable_vehicles_modal .additional_info li {
  width: 220px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.income-btn .income_badge_container {
  display: block;
  position: relative;
}
.tree_vin_code_container .nav-tabs {
  border-bottom-color: #228C8C;
}
.search-stock-table-header .title-row {
  margin: 0 0 0 -15px;
}
.point_of_sale .img-holder {
  width: 24px;
}
.building_address_form_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
.building_address_form_holder input.form-control {
  margin: 20px 0 0 0;
  width: 48%;
}
.typeDeliveryText {
  color: #4c7bd9;
  font-weight: bold;
  text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px!important;
}
#select-recipients option[value='not_selected'] {
  pointer-events: none !important;
}
/*=====  End of Layout  ======*/
/*==============================
=            Module            =
==============================*/
.important-taxt {
  font-weight: 400;
}
.price_row:not(.row-to-collapse) {
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.price_row:not(.row-to-collapse) .image_container {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price_row:not(.row-to-collapse) .image-popup-fit-width {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .price_row:not(.row-to-collapse) .image-popup-fit-width {
    height: 100%;
  }
}
.price_row:not(.row-to-collapse) .photo-good {
  margin: auto;
}
@media (min-width: 1200px) {
  .price_row:not(.row-to-collapse) .description {
    font-weight: 400;
  }
}
.price_row:not(.row-to-collapse) .description,
.price_row:not(.row-to-collapse) .brand,
.price_row:not(.row-to-collapse) .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price_row:not(.row-to-collapse) .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
.price_row:not(.row-to-collapse):hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.price_row:not(.row-to-collapse) .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price_row:not(.row-to-collapse) .for-table-collapse {
  border: none;
}
.price_row:not(.row-to-collapse) .for-table-collapse > *:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.price_row:not(.row-to-collapse) .show-price-row-data-stock,
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock {
  position: relative;
  height: 100%;
  white-space: normal;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}
.price_row:not(.row-to-collapse) .show-price-row-data-stock .help,
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
  position: absolute;
  right: 10%;
  bottom: 5px;
  pointer-events: none;
  color: gray;
}
@media (max-width: 1700px) {
  .price_row:not(.row-to-collapse) .show-price-row-data-stock .help,
  .price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .price_row:not(.row-to-collapse) .show-price-row-data-stock .help,
  .price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
    right: -3px;
  }
}
@media (max-width: 1200px) {
  .price_row:not(.row-to-collapse) .show-price-row-data-stock .help,
  .price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
    right: -10px;
  }
}
.price_row:not(.row-to-collapse) .show-price-row-data-stock p,
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock p {
  color: #000;
}
.price_row:not(.row-to-collapse) .show-price-row-data-stock span,
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock span {
  color: #000;
}
.price_row:not(.row-to-collapse) .show-price-row-data-stock small,
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock small {
  display: block;
  text-align: left;
  color: #000;
}
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock .help {
  right: 0;
}
.price_row:not(.row-to-collapse) p {
  display: block;
  width: 100%;
}
.price_row:not(.row-to-collapse) .term {
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.price_row:not(.row-to-collapse) .expand-collapse-btn-div [class*=col] {
  min-height: 0;
}
.price_row:not(.row-to-collapse) .price_row:hover,
.price_row:not(.row-to-collapse) .price_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.price_row:not(.row-to-collapse) .price_row {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.price_row:not(.row-to-collapse) > .price_row:first-of-type,
.price_row:not(.row-to-collapse) .for-table-collapse .price_row {
  border-top: none;
}
.price_row:not(.row-to-collapse) .row-to-collapse .toggle-col-md-4 {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.price_row:not(.row-to-collapse) > .row-to-collapse:first-child .toggle-col-md-4,
.price_row:not(.row-to-collapse) > .toggle-col-md-4 .price_row:first-child {
  border: none;
}
.price_row:not(.row-to-collapse) .show-price-row-data-not-in-stock {
  font-weight: 500;
}
.inner_price_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price_row .expand-collapse-btn {
  color: #228C8C;
  padding: 0;
  float: right;
  margin-left: auto;
}
.price_row .expand-collapse-btn i {
  vertical-align: middle;
  position: static;
  line-height: 10px;
}
@media (max-width: 1200px) {
  .price_row .show-search-link > * {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
}
.price_row .btn-add-to-cart {
  width: 100%;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: right;
}
.price_row .btn-add-to-cart.btn-disabled {
  color: #212529;
}
.price_row .btn-add-to-cart.btn-disabled:hover {
  color: #212529;
}
.price_row .btn-add-to-cart .price_parameters {
  font-size: 1rem;
  line-height: 1;
  text-align: right;
}
.price_row .btn-add-to-cart b {
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
}
.price_row .btn-add-to-cart i {
  font-size: 1.25rem;
}
.price_row .delivery_price {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: #228C8C;
  font-size: 1rem;
}
.price_row .count {
  white-space: nowrap;
  vertical-align: sub;
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.price_row .return {
  padding-left: 5px;
  font-size: 20px;
  right: -15px;
}
.price_row i.material-icons.return {
  color: red;
  position: absolute;
  right: 0;
}
.price_row .show-price-row-data-not-in-stock .text-center,
.price_row .quantity_container .text-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_row .quantity_container > .text-center {
  padding: 4px 0;
}
.price_row .count .return,
.price_row .show-price-row-data-not-in-stock .return {
  color: gray;
  padding-left: 5px;
  font-size: 20px;
}
.price_row .show-price-row-data-not-in-stock .text-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_row .description .description_text_cut {
  width: 100%;
}
.price_row .description .description_text_cut .weight_text {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #5f6368;
}
.price_row .count_for_order,
.price_row .term_count,
.price_row .count_in_stock,
.price_row .btn .text-center {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.price_row.row-disabled .btn .text-center {
  font-weight: normal;
}
.price_row.row-disabled .price_parameters b {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .expand-collapse-btn-div .show-more-item-btns-sm {
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.search-stock-table-header ~ .price_row .description .description_text_cut,
.search-stock-table-header ~ .price_row .btn .text-center,
.search-stock-table-header ~ .price_row .count_in_stock,
.search-stock-table-header ~ .price_row {
  font-weight: 600;
}
.search-stock-table-header ~ .price_row.row-disabled .description .description_text_cut,
.search-stock-table-header ~ .price_row.row-disabled .btn .text-center,
.search-stock-table-header ~ .price_row.row-disabled .price_parameters b,
.search-stock-table-header ~ .price_row.row-disabled .count_in_stock,
.search-stock-table-header ~ .price_row.row-disabled {
  font-weight: 400;
}
.search-suppliers-table-header ~ .price_row .description .description_text_cut,
.search-suppliers-table-header ~ .price_row .btn .text-center,
.search-suppliers-table-header ~ .price_row {
  font-weight: 500;
}
.btn-disabled {
  border: none !important;
}
.shadow-block {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12);
}
.decoration-none {
  text-decoration: none !important;
  color: inherit;
}
.accounting .table_container .card-body .table-row {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.accounting .table_container .card-body .table-row.title-row {
  text-align: center;
}
.accounting .table_container .card-body .table-row + .title-row {
  border-bottom: none;
  border-top: 1px solid;
  text-align: left;
}
.accounting .table_container .card-body .table-row > [class*=col] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accounting .table_container .card-body .table-row:not(.title-row) {
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accounting .table_container .card-body .table-row:not(.title-row) .image_container {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accounting .table_container .card-body .table-row:not(.title-row) .image-popup-fit-width {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .accounting .table_container .card-body .table-row:not(.title-row) .image-popup-fit-width {
    height: 100%;
  }
}
.accounting .table_container .card-body .table-row:not(.title-row) .photo-good {
  margin: auto;
}
@media (min-width: 1200px) {
  .accounting .table_container .card-body .table-row:not(.title-row) .description {
    font-weight: 400;
  }
}
.accounting .table_container .card-body .table-row:not(.title-row) .description,
.accounting .table_container .card-body .table-row:not(.title-row) .brand,
.accounting .table_container .card-body .table-row:not(.title-row) .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accounting .table_container .card-body .table-row:not(.title-row) .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
.accounting .table_container .card-body .table-row:not(.title-row):hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.accounting .table_container .card-body .table-row:not(.title-row) .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accounting .table_container .card-body .table-row:not(.title-row) .for-table-collapse {
  border: none;
}
.accounting .table_container .card-body .table-row:not(.title-row) .for-table-collapse > *:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock,
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock {
  position: relative;
  height: 100%;
  white-space: normal;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock .help,
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock .help {
  position: absolute;
  right: 10%;
  bottom: 5px;
  pointer-events: none;
  color: gray;
}
@media (max-width: 1700px) {
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock .help,
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock .help {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock .help,
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock .help {
    right: -3px;
  }
}
@media (max-width: 1200px) {
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock .help,
  .accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock .help {
    right: -10px;
  }
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock p,
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock p {
  color: #000;
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock span,
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock span {
  color: #000;
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-stock small,
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock small {
  display: block;
  text-align: left;
  color: #000;
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock .help {
  right: 0;
}
.accounting .table_container .card-body .table-row:not(.title-row) p {
  display: block;
  width: 100%;
}
.accounting .table_container .card-body .table-row:not(.title-row) .term {
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.accounting .table_container .card-body .table-row:not(.title-row) .expand-collapse-btn-div [class*=col] {
  min-height: 0;
}
.accounting .table_container .card-body .table-row:not(.title-row) .price_row:hover,
.accounting .table_container .card-body .table-row:not(.title-row) .price_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accounting .table_container .card-body .table-row:not(.title-row) .price_row {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.accounting .table_container .card-body .table-row:not(.title-row) > .price_row:first-of-type,
.accounting .table_container .card-body .table-row:not(.title-row) .for-table-collapse .price_row {
  border-top: none;
}
.accounting .table_container .card-body .table-row:not(.title-row) .row-to-collapse .toggle-col-md-4 {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.accounting .table_container .card-body .table-row:not(.title-row) > .row-to-collapse:first-child .toggle-col-md-4,
.accounting .table_container .card-body .table-row:not(.title-row) > .toggle-col-md-4 .price_row:first-child {
  border: none;
}
.accounting .table_container .card-body .table-row:not(.title-row) .show-price-row-data-not-in-stock {
  font-weight: 500;
}
.accounting .table_container .card-body .table-row[data-toggle="collapse"] {
  cursor: pointer;
}
@media not all and (min-width: 768px) {
  .accounting .table_container .card-body .table-row [data-toggle="collapse"][class*=col] {
    cursor: pointer;
  }
}
.accounting .table_container .card-body .table-row > [class*=col] {
  border-right: none;
}
@media (min-width: 768px) {
  .accounting .table_container .card-body .table-row > [class*=col] {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
  .accounting .table_container .card-body .table-row > [class*=col].description_container,
  .accounting .table_container .card-body .table-row > [class*=col].status {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .accounting .table_container .card-body .table-row > [class*=col].description_container,
  .accounting .table_container .card-body .table-row > [class*=col].status {
    border-right: 1px solid #dee2e6;
    border-bottom: none;
  }
}
.accounting .table_container .card-body .table-row > [class*=col]:last-child {
  border: none;
}
.accounting .table_container .card-body .table-row.debt_at_beggining,
.accounting .table_container .card-body .table-row.debt_at_end {
  text-align: right;
}
.accounting .table_container .card-body .table-row.payment .table_part1 > * > *,
.accounting .table_container .card-body .table-row.purchase_returns .table_part1 > * > * {
  background-color: #e9ecef;
}
.accounting .table_container .card-body .table-row.payment .table_part1 > * > *:nth-child(3) {
  font-weight: bold;
}
.accounting .table_container .card-body .table-row .arrears > * {
  background-color: #d7ffd7;
  color: red;
}
.accounting .table_container .card-body .table-row .arrears > *:first-child,
.accounting .table_container .card-body .table-row .arrears > *:last-child {
  font-weight: bold;
}
.accounting .table_container .card-body .table-row.purchase_returns .table_part1 > * > *:first-child {
  font-weight: 500;
}
.accounting .table_container .card-body .table-row > [class*=col] > p,
.accounting .table_container .card-body .table-row > [class*=col] > small,
.accounting .table_container .card-body .table-row > [class*=col] > div:not(.search_inside):not(.row) {
  width: 100%;
  padding: 5px 0;
}
.accounting .table_container .card-body .table-row .status_img {
  width: 20px;
  margin-right: 5px;
}
.accounting .table_container .card-body .table-row .table-row-collapse-container {
  margin: 0 15px;
}
.accounting .table_container .card-body .table-row .table-row-collapse-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.accounting .table_container .card-body .table-row > [class=col-12],
.accounting .table_container .card-body .table-row > [class=col-12]:last-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
@media (min-width: 768px) {
  .table-row .status .status_title {
    padding-left: 0;
  }
}
.accounting .table_container .inner_table .card-body .table-row.title-row {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.accounting .table_container .inner_table .card-body .table-row:not(.title-row):not(.row-to-collapse) {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.accounting .table_container.claims .inner_table .card-body .table-row.title-row {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.accounting .table_container.claims .inner_table .card-body .table-row:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
}
.accounting .table_container.claims .inner_table .card-body .table-row .comment {
  font-size: 80%;
  font-weight: 400;
  line-height: 16px;
}
.accounting .table_container.claims .inner_table .card-body .table-row .description {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accounting .input-daterange .input-group-prepend {
  width: 100%;
}
.accounting .input-daterange .input-group-text {
  border: none;
  background-color: transparent;
}
.accounting .input-daterange .form-control {
  border: none;
  padding: 0 5px;
  width: 80%;
}
.accounting .input-daterange .form-control input {
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.accounting .input-daterange .btn-link {
  text-align: left;
}
.mutual_settlements .card-body .table-row.title-row {
  text-align: center;
}
.orders .input-group > .form-control {
  width: 1%;
}
.table_container.orders .status {
  position: relative;
  background: rgba(137, 137, 137, 0.05);
}
.table_container.orders .status > div,
.table_container.orders .status > span {
  z-index: 2;
}
.table_container.orders .status .status_background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.table_container.orders .status .status_background_1 {
  width: 25% !important;
  background: rgba(0, 0, 255, 0.1);
}
.table_container.orders .status .status_background_2 {
  width: 25% !important;
  background: rgba(0, 0, 255, 0.1);
}
.table_container.orders .status .status_background_3 {
  width: 75% !important;
  background: rgba(0, 0, 255, 0.1);
}
.table_container.orders .status .status_background_4 {
  width: 100% !important;
  background: rgba(255, 0, 255, 0.1);
}
.table_container.orders .status .status_background_5 {
  width: 75% !important;
  background: rgba(0, 0, 255, 0.1);
}
.table_container.orders .status .status_background_6 {
  width: 100% !important;
  background: rgba(255, 255, 0, 0.1);
}
.table_container.orders .status .status_background_7 {
  width: 100% !important;
  background: rgba(0, 255, 0, 0.1);
}
.table_container.orders .status .status_background_8 {
  width: 100% !important;
  background: rgba(90, 0, 255, 0.1);
}
.table_container.orders .status .status_background_9 {
  width: 100% !important;
  background: rgba(255, 0, 0, 0.1);
}
.table_container.orders .status .status_background_10 {
  width: 100% !important;
  background: rgba(255, 0, 0, 0.1);
}
.table_container.orders .status .status_background_11 {
  width: 100% !important;
  background: rgba(137, 137, 137, 0.05);
}
.table_container.orders .status .status_background_12 {
  width: 100% !important;
  background: rgba(255, 0, 0, 0.1);
}
.table_container.orders .status .status_background_13 {
  width: 60% !important;
  background: rgba(0, 0, 255, 0.1);
}
.table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) .description {
  padding-bottom: 5px;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) .description {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) .description {
    padding-bottom: 5px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) .description {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media not all and (min-width: 1200px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) .description {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
  }
}
@media (min-width: 768px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) [class*=col].status .status_img_container {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .table_container.orders .card-body .table-row:not(.title-row):not(.row-to-collapse) [class*=col].status .status_img_container {
    padding-top: 5px;
  }
}
.orders .card-body .table-row.title-row [class*=col] > *,
.private-office .card-body .table-row.title-row [class*=col] > * {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.long-shadow:after {
  content: " ";
  position: absolute;
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  left: -80px;
  bottom: 0;
  height: 20px;
  z-index: -1;
  -webkit-box-shadow: 3px 3px 8px -4px black;
  -moz-box-shadow: 3px 3px 8px -4px black;
  box-shadow: 3px 3px 8px -4px black;
}
.accounting .pagination {
  margin: 0;
}
.accounting .pagination li button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 8px 6px;
  width: 100%;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
.accounting .pagination li.active button {
  background: none;
  border: none;
  color: #000;
}
.table_response_container {
  padding-bottom: 5px;
  padding-top: 5px;
}
.table_response_container .response_label {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  border-color: black;
  color: gray;
  font-weight: 500;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .table_response_container {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .table_response_container .response_label {
    display: none;
  }
  .table_response_container_data {
    padding: 10px 0;
  }
}
.accounting .contact_info li {
  list-style: none;
  margin-bottom: 10px;
}
.accounting .contact_info li img {
  height: 28px;
  width: 28px;
  max-width: 100%;
  margin-right: 10px;
}
.financial .card-body .table-row {
  font-size: 14px;
}
.financial .card-body .table-row:first-child {
  font-size: 16px;
}
.shares_list .card .price_container {
  font-weight: bold;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.shares_list .card .old_price {
  text-decoration: line-through;
}
.shares_list .card .current_price,
.shares_list .card .percent {
  color: red;
}
.shares_list .card .card-body {
  padding: 10px;
}
.account_info_container .form-group p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border: none !important;
}
.shares_list .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.filter_container .btn-block {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.filter_container .form-group {
  margin-bottom: 20px;
}
.filter_container .form-group label {
  margin-bottom: 0;
}
.inner_table {
  padding-top: 10px;
  padding-bottom: 40px;
}
.inner_table .bottom_header {
  padding: 5px 15px 20px;
  font-weight: 500;
}
.manager_list > *:nth-child(even) {
  border-left: 2px solid #ccc;
}
.manager_list > * .manager_info_container {
  padding-left: 0;
}
.manager_info_container {
  line-height: 16px;
}
.manager_info_container a {
  font-size: 12px;
}
.manager_b {
  border: none;
  padding: 0;
}
.manager_b .manager_photo_ic {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
}
.manager_b .manager_photo_ic.has_manager_photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
       background-size: cover;
}
.login-container .form-group .btn.btn-link {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  padding: 0;
  border: 1px solid #000;
  height: 27px;
  width: 27px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  pointer-events: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.login-container .form-group.success .btn {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
.login-container .form-group,
.form-signup .form-group,
.password-reset .form-group,
.form-registration-complete .form-group,
.new-password-form .form-group,
.password-reset-complete .form-group,
.form-activation-complete .form-group,
.registration_message .form-group {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}
.login-container .form-group + .form-group,
.form-signup .form-group + .form-group,
.password-reset .form-group + .form-group,
.form-registration-complete .form-group + .form-group,
.new-password-form .form-group + .form-group,
.password-reset-complete .form-group + .form-group,
.form-activation-complete .form-group + .form-group,
.registration_message .form-group + .form-group {
  margin-top: 1px;
}
.login-container .form-group label:not(.btn),
.form-signup .form-group label:not(.btn),
.password-reset .form-group label:not(.btn),
.form-registration-complete .form-group label:not(.btn),
.new-password-form .form-group label:not(.btn),
.password-reset-complete .form-group label:not(.btn),
.form-activation-complete .form-group label:not(.btn),
.registration_message .form-group label:not(.btn) {
  display: block;
  margin-bottom: 0;
}
.login-container .form-group input,
.form-signup .form-group input,
.password-reset .form-group input,
.form-registration-complete .form-group input,
.new-password-form .form-group input,
.password-reset-complete .form-group input,
.form-activation-complete .form-group input,
.registration_message .form-group input,
.login-container .form-group input:hover,
.form-signup .form-group input:hover,
.password-reset .form-group input:hover,
.form-registration-complete .form-group input:hover,
.new-password-form .form-group input:hover,
.password-reset-complete .form-group input:hover,
.form-activation-complete .form-group input:hover,
.registration_message .form-group input:hover,
.login-container .form-group input:focus,
.form-signup .form-group input:focus,
.password-reset .form-group input:focus,
.form-registration-complete .form-group input:focus,
.new-password-form .form-group input:focus,
.password-reset-complete .form-group input:focus,
.form-activation-complete .form-group input:focus,
.registration_message .form-group input:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login_telephone_list li {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 18px;
}
.modal_account_container .icon_bar > * a {
  display: block;
  height: 100%;
}
.modal_account_container .icon_bar > * .btn-link {
  padding: 0;
  display: block;
  white-space: normal;
  word-wrap: normal;
  word-break: break-word;
  border: none;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.search_inside_catalog {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search_inside_catalog .btn_search_in_cactalog:hover {
  cursor: pointer;
}
.search_inside_catalog .str_search_in_cactalog {
  position: relative;
  display: inline-block;
}
.search_inside_catalog .str_search_in_cactalog input {
  padding-right: 56px;
  margin-right: 45px;
}
.search_inside_catalog .str_search_in_cactalog .btn_clear_search_str {
  position: absolute;
  right: 30px;
  top: 25%;
  font-size: 18px;
  padding-right: 4px;
}
.search_inside_catalog .str_search_in_cactalog .btn_clear_search_str:hover {
  cursor: pointer;
}
.search_inside_catalog .str_search_in_cactalog.hide {
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.search_inside_catalog .str_search_in_cactalog.hide .btn_clear_search_str {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.search_inside_catalog .btn_search_in_cactalog,
.search_inside_catalog .btn_clear_search_str,
.search_inside_catalog .btn_close_search_str {
  color: silver;
}
#search_autocomplit_block_in_catalog {
  position: absolute;
  right: 0;
  top: -webkit-calc(100% - 10px);
  top: -moz-calc(100% - 10px);
  top: calc(100% - 10px);
  background-color: #fff;
  max-height: 400px;
  overflow-y: auto;
  z-index: 10;
  margin: 2px 10px;
}
#search_autocomplit_block_in_catalog .autocomplit_in_catalog_item {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  color: #5f6368;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}
#search_autocomplit_block_in_catalog .autocomplit_in_catalog_item.active {
  background-color: #228C8C !important;
  color: white !important;
}
.category-container .photo {
  padding-right: 0;
}
.block-to-pass-by-header-table-stock .col {
  padding: 0 5px;
}
.btn-group-currency label.btn,
.currency {
  border: none;
  padding: 4px 15px;
}
.btn-group-currency label.btn span,
.currency span,
.btn-group-currency label.btn b,
.currency b {
  display: block;
  font-size: 16px;
}
.btn-group-currency label.btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-group-currency label.btn:hover {
  color: #fff;
}
.btn-group-currency label.btn:not(:disabled):not(.disabled).active,
.btn-group-currency label.btn:hover {
  background: transparent;
}
.btn-group-currency label.btn.active {
  background: #fff;
}
.btn-group-currency label.btn:not(:disabled):not(.disabled).active {
  background: #fff;
}
.btn-group-currency label.btn:focus,
.btn-group-currency label.btn.active:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.currency {
  display: inline-block;
}
.search_mode_other .dropdown-item:hover {
  background-color: #f0fff0;
}
.search_mode_other .dropdown-item.active {
  background-color: #228C8C;
}
.login_link_list li {
  display: inline-block;
}
.login_link_list li a {
  display: block;
  color: #fff;
  padding-right: 10px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-image: url("../img/vesna_img/arrow_right.08ed01575e10.svg");
  background-position: center;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vesna_img/tree_folder.e9b05c75d2df.svg");
  background-position: center;
  -webkit-background-size: 80% 80%;
     -moz-background-size: 80%;
          background-size: 80%;
}
.jstree-default li[role="treeitem"] .jstree-icon {
  width: 18px;
}
.jstree-default [role="treeitem"] .jstree-anchor {
  height: 26px;
  line-height: 26px;
  color: #333;
}
.search-panel label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background: #EDEDED;
  -webkit-box-shadow: 0 0 0 1px #BABABA;
  -moz-box-shadow: 0 0 0 1px #BABABA;
  box-shadow: 0 0 0 1px #BABABA;
  border: 1px solid #AEAEAE;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: none;
  top: 0.4rem;
}
.custom-checkbox label[for="id_select_brand_0"] {
  text-transform: uppercase;
  font-weight: 900;
}
.button_avatar_half {
  display: inline-block;
  padding: 1px 6px;
}
.modal-title {
  color: #777;
}
.file_upload {
  margin: 0;
  padding: 1px 6px 1px;
}
.file_upload .file_upload_button {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: normal;
}
.file_upload input[type=file] {
  position: absolute;
  top: 0;
  visibility: hidden;
}
.file_upload > span {
  display: block;
}
.file_upload > span > span,
.file_upload > span i {
  vertical-align: middle;
}
.news-slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: gray;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #228C8C;
}
#avatar_input [type="submit"].btn-invert {
  padding-bottom: 1px;
  padding-top: 1px;
}
.file_upload:hover {
  color: white;
  background-color: #228C8C;
}
#modal_image_avatar {
  height: 200px;
  width: 200px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#modal_image_avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.footer_meni li a {
  padding: 0;
}
.footer-phones li {
  list-style: none;
}
.change_view_button.btn-group > .btn {
  padding: 0px 2px;
  background: inherit;
  color: #999;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.change_view_button.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.change_view_button.btn-group > .btn:not(:first-child) {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.change_view_button.btn-group > .btn:hover,
.change_view_button.btn-group > .btn {
  border: 1px solid transparent;
}
.change_view_button.btn-group > .btn:hover {
  color: #999;
}
.change_view_button.btn-group > .btn:hover,
.change_view_button.btn-group > .btn.active_btn {
  background-color: #f8f9fa;
}
.change_view_button.btn-group > .btn.active_btn {
  border: 1px solid #999;
}
.change_view_button.btn-group > .btn + .btn {
  margin-left: 0;
}
.search-autocomplit-item small {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.search-by-article-brand h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
}
.search_result_container .result-search-block .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.search_result_container .result-search-block .card-body {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .search_result_container .result-search-block .card-body {
    padding: 0 30px;
  }
}
.search_result_container .result-search-block .card-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 10px 15px 5px 15px;
  height: 40px;
  padding: 0 15px 5px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search_result_container .result-search-block .card-header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .search_result_container .result-search-block .card-header {
    height: auto;
    padding-top: 0;
  }
}
.search_result_container .result-search-block .card-header h2,
.search_result_container .result-search-block .card-header h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  padding-right: 10px;
}
.search_result_container .result-search-block .search_statistic {
  color: #5f6368;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
}
.search_result_container .result-search-block .storage_supplier_name {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
@media not all and (min-width: 768px) {
  .search_result_container .result-search-block .card-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media not all and (min-width: 1200px) {
  .search_result_container:not([data-result-view-type=block]) .card-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
  }
  .search_result_container:not([data-result-view-type=block]) .card-body > .price_row {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 4px;
  }
  .search_result_container:not([data-result-view-type=block]) .card-body > .price_row:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .search_result_container:not([data-result-view-type=block]) .card-body > .price_row > .inner_price_row > * {
    padding-bottom: 10px;
  }
  .search_result_container:not([data-result-view-type=block]) .card-body > .price_row > .inner_price_row > *,
  .search_result_container:not([data-result-view-type=block]) .card-body .link_article_brand > .col-12,
  .search_result_container:not([data-result-view-type=block]) .card-body .toggle-col-md-4,
  .search_result_container:not([data-result-view-type=block]) .card-body .toggle-col-md-4 > .row > .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .search_result_container:not([data-result-view-type=block]) .inner_price_row {
    -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    z-index: 1;
    height: 100%;
  }
  .search_result_container:not([data-result-view-type=block]) [class*=table-header] .row {
    display: none !important;
  }
  .search_result_container:not([data-result-view-type=block]) .link_article_brand > .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .search_result_container:not([data-result-view-type=block]) .link_article_brand > .col-6 {
    padding-bottom: 10px;
  }
  .search_result_container:not([data-result-view-type=block]) .h-md-50,
  .search_result_container:not([data-result-view-type=block]) .h-md-100 {
    height: auto;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart {
    padding-left: 0;
    padding-right: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters {
    background: #228C8C;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    width: 60%;
    min-width: 100px;
    margin: 0 0 0 auto !important;
    padding: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:hover,
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:active,
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:focus,
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:not(:disabled):not(.disabled):active,
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:not(:disabled):not(.disabled):active:focus {
    background: #186363;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    border: none;
    outline: none;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters i {
    vertical-align: middle;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:disabled,
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters:disabled:hover {
    background-color: #95B1B0;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters b {
    width: 77%;
    display: block;
    padding-right: 5px;
  }
  .search_result_container:not([data-result-view-type=block]) .btn-add-to-cart .price_parameters small {
    font-size: 14px;
  }
  .search_result_container:not([data-result-view-type=block]) .cost_per_kilogram {
    padding-top: 5px;
  }
  .search_result_container:not([data-result-view-type=block]) .for_block_view_label {
    font-size: 11px;
    color: gray;
    line-height: 20px;
  }
  .search_result_container:not([data-result-view-type=block]) .for_block_view {
    display: block;
  }
  .search_result_container:not([data-result-view-type=block]) span.for_block_view,
  .search_result_container:not([data-result-view-type=block]) div.show-search-link span.for_block_view {
    display: inline-block;
    padding-right: 5px;
  }
  .search_result_container:not([data-result-view-type=block]) .add_to_cart_container {
    overflow: inherit;
    text-align: right;
  }
  .search_result_container:not([data-result-view-type=block]) .photo-good {
    height: 150px;
    max-width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center center;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .search_result_container:not([data-result-view-type=block]) .border-right,
  .search_result_container:not([data-result-view-type=block]) .border-left {
    border: none !important;
  }
  .search_result_container:not([data-result-view-type=block]) .image_container {
    padding-top: 10px;
    min-height: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .price_row > .toggle-col-md-4 {
    padding-bottom: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .row-to-collapse > .col-6,
  .search_result_container:not([data-result-view-type=block]) .toggle-col-md-4 > * > .col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .search_result_container:not([data-result-view-type=block]) .row-to-collapse > .col-3,
  .search_result_container:not([data-result-view-type=block]) .toggle-col-md-4 > * > .col-3 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .search_result_container:not([data-result-view-type=block]) .storage_supplier_name {
    display: none;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-not-in-stock > p,
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-stock > p {
    text-align: left !important;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-stock {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: auto;
  }
  .search_result_container:not([data-result-view-type=block]) .for_block_view_label + .text-center {
    display: inline-block;
    width: auto;
    padding-right: 20px;
  }
  .search_result_container:not([data-result-view-type=block]) .toggle-col-md-4 .quantity {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search_result_container:not([data-result-view-type=block]) .term {
    padding-bottom: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-not-in-stock,
  .search_result_container:not([data-result-view-type=block]) .term {
    padding-left: 0;
    padding-top: 0;
    height: auto;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-not-in-stock {
    padding-right: 12px;
  }
  .search_result_container:not([data-result-view-type=block]) .term,
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-not-in-stock .text-center {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
  }
  .search_result_container:not([data-result-view-type=block]) .price-row-warehouse .for_block_view_label,
  .search_result_container:not([data-result-view-type=block]) .quantity_container .for_block_view_label,
  .search_result_container:not([data-result-view-type=block]) .term .for_block_view_label {
    color: #202124;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .search_result_container:not([data-result-view-type=block]) .price-row-warehouse {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-stock {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 21px;
  }
  .search_result_container:not([data-result-view-type=block]) .show-price-row-data-stock .help {
    bottom: 3px;
  }
  .search_result_container:not([data-result-view-type=block]) .expand-collapse-btn {
    height: 30px;
    padding-top: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .expand-collapse-btn i {
    line-height: 7px;
  }
  .search_result_container:not([data-result-view-type=block]) .expand-collapse-btn-div > * {
    padding-bottom: 30px;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .search_result_container:not([data-result-view-type=block]) .for-table-collapse {
    position: static !important;
  }
  .search_result_container:not([data-result-view-type=block]) .row-to-collapse .toggle-col-md-4 {
    border: none;
  }
  .search_result_container:not([data-result-view-type=block]) .toggle-col-md-4 > .price_row:first-child,
  .search_result_container:not([data-result-view-type=block]) .toggle-col-md-4 > .price_row {
    border-top: 1px solid #228C8C;
  }
  .search_result_container:not([data-result-view-type=block]) .for-table-collapse .price_row {
    border-top: 1px solid #228C8C;
  }
  .search_result_container:not([data-result-view-type=block]) .quantity_container + .col-3 {
    padding-left: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .quantity_container > .text-center {
    padding-bottom: 0;
    padding-top: 0;
  }
  .search_result_container:not([data-result-view-type=block]) .add-to-wishList-holder {
    width: 60%;
    min-width: 100px;
  }
  .search_result_container:not([data-result-view-type=block]) .add-to-wishList-holder .btn_add_to_wishList {
    width: 100%;
    background: #228C8C;
    color: #FFFFFF;
  }
}
@media not all and (min-width: 1200px) {
  .search_result_container .card-body > .price_row {
    width: 33.33333333%;
  }
}
@media not all and (min-width: 768px) {
  .search_result_container .card-body > .price_row {
    width: 50%;
  }
}
@media not all and (min-width: 576px) {
  .search_result_container .card-body > .price_row {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .search_result_container .description {
    padding-bottom: 10px;
  }
  .search_result_container .link_article_brand > .col-6 {
    padding-bottom: 0;
  }
}
.pagination .page-item i {
  color: #C1C1C1;
  font-size: 20px;
}
.shopping-cart-content .card {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.shopping-cart-content .card .place_order_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shopping-cart-content .card .place_order_container a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #228C8C;
  text-decoration: none;
}
@media not all and (min-width: 576px) {
  .shopping-cart-content .card .place_order_container {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.shopping-cart-content .card .confirm-order {
  margin-left: 10px;
}
@media not all and (min-width: 576px) {
  .shopping-cart-content .card .confirm-order {
    margin-left: 0;
  }
}
.shopping-cart-content .card .card-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  position: relative;
  padding: 10px 15px 5px 15px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.shopping-cart-content .card .card-header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
@media not all and (min-width: 768px) {
  .shopping-cart-content .card .card-header {
    height: auto;
    padding-top: 0;
  }
}
.shopping-cart-content .card .card-header:after {
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
       background-clip: border-box;
}
.shopping-cart-content .card .card-header h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  width: auto;
  margin-right: 20px;
}
@media not all and (min-width: 768px) {
  .shopping-cart-content .card .card-header h5 {
    margin-right: 30px;
  }
}
.shopping-cart-content .card .card-header .confirm-order {
  min-width: 250px;
  text-align: left;
}
.shopping-cart-content .card .card-header .confirm-order span {
  float: right;
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
}
.shopping-cart-content .card .card-header .to_reserv {
  cursor: pointer;
  margin-right: 10px;
}
.shopping-cart-content .card .card-header .to_reserv i {
  vertical-align: top;
  padding-right: 5px;
}
.shopping-cart-content .card .card-header .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shopping-cart-content .card .card-header + .card-body {
  margin-top: 10px;
}
.shopping-cart-content .card .card-body {
  padding: 0 15px;
  margin-top: 0;
}
.shopping-cart-content .card .name_container_part {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: end;
  -ms-align-items: end;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shopping-cart-content .card .name_container_part h5 {
  display: inline-block;
}
@media not all and (min-width: 1365px) {
  .shopping-cart-content .card .name_container_part {
    padding-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .shopping-cart-content .card .name_container_part {
    padding-top: 0;
  }
}
.shopping-cart-content .card .btn-quantity-goods {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.shopping-cart-content .card .btn-quantity-goods:hover {
  border: none;
}
.shopping-cart-content .card .btn-quantity-goods:not(:disabled):not(.disabled).active,
.shopping-cart-content .card .btn-quantity-goods:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border: none;
}
.shopping-cart-content .card .btn-quantity-goods .edit-quantity {
  -webkit-box-shadow: 0 0 13px 0px #bfbfbf;
  -moz-box-shadow: 0 0 13px 0px #bfbfbf;
  box-shadow: 0 0 13px 0px #bfbfbf;
  font-size: 14px;
  width: 46px;
  height: 23px;
  color: black;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 2px;
  background-color: rgba(133, 212, 132, 0.5);
}
@media (min-width: 768px) {
  .shopping-cart-content .card .btn-quantity-goods .edit-quantity {
    background-color: #fff;
  }
}
.shopping-cart-content .card .btn-quantity-goods .edit-quantity:hover {
  -webkit-box-shadow: 0 0 7px -1px #196767;
  -moz-box-shadow: 0 0 7px -1px #196767;
  box-shadow: 0 0 7px -1px #196767;
  font-size: 17px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.shopping-cart-content .card .btn-quantity-goods .edit-quantity:not(:hover) {
  -webkit-box-shadow: 0 0 13px 0px #bfbfbf;
  -moz-box-shadow: 0 0 13px 0px #bfbfbf;
  box-shadow: 0 0 13px 0px #bfbfbf;
  font-size: 14px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.shopping-cart-content .card .checkbox-div {
  height: 100%;
  width: 100%;
}
.shopping-cart-content .card .checkbox-div label:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background: #EDEDED;
  -webkit-box-shadow: 0 0 0 1px #BABABA;
  -moz-box-shadow: 0 0 0 1px #BABABA;
  box-shadow: 0 0 0 1px #BABABA;
  border: 1px solid #AEAEAE;
}
.shopping-cart-content .card .checkbox-div label:before,
.shopping-cart-content .card .checkbox-div label:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shopping-cart-content .card .checkbox-div input[type=checkbox]:checked + label:before {
  background: #EDEDED;
}
.shopping-cart-content .card .checkbox-div input[type=checkbox]:checked + label:after {
  margin: auto;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: none;
}
.shopping-cart-content .card .checkbox-container {
  width: 60px;
  padding-left: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 1365px) {
  .shopping-cart-content .card .checkbox-container {
    padding-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .shopping-cart-content .card .checkbox-container {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.shopping-cart-content .card .modal_order {
  cursor: pointer;
}
.shopping-cart-content .card .modal_order i {
  padding-right: 5px;
  vertical-align: top;
}
.shopping-cart-content .cart-name-inside {
  display: inline-block;
  padding-left: 15px;
}
.shopping-cart-content .cart-name-inside h3 {
  font-weight: 400;
  color: #228C8C;
}
#del-selected-goods {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
#del-selected-goods i {
  line-height: 20px;
}
.cart-icon-inside {
  position: relative;
  width: 30px;
  display: inline-block;
  vertical-align: text-bottom;
  padding-top: 17px;
}
.cart-icon-inside .shopping-cart-badge {
  right: -8px;
  top: 8px;
}
.shopping-cart-content .cart-row {
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.shopping-cart-content .cart-row .image_container {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-cart-content .cart-row .image-popup-fit-width {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .shopping-cart-content .cart-row .image-popup-fit-width {
    height: 100%;
  }
}
.shopping-cart-content .cart-row .photo-good {
  margin: auto;
}
@media (min-width: 1200px) {
  .shopping-cart-content .cart-row .description {
    font-weight: 400;
  }
}
.shopping-cart-content .cart-row .description,
.shopping-cart-content .cart-row .brand,
.shopping-cart-content .cart-row .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-cart-content .cart-row .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
.shopping-cart-content .cart-row:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.shopping-cart-content .cart-row .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-cart-content .cart-row .for-table-collapse {
  border: none;
}
.shopping-cart-content .cart-row .for-table-collapse > *:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.shopping-cart-content .cart-row .show-price-row-data-stock,
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock {
  position: relative;
  height: 100%;
  white-space: normal;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}
.shopping-cart-content .cart-row .show-price-row-data-stock .help,
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock .help {
  position: absolute;
  right: 10%;
  bottom: 5px;
  pointer-events: none;
  color: gray;
}
@media (max-width: 1700px) {
  .shopping-cart-content .cart-row .show-price-row-data-stock .help,
  .shopping-cart-content .cart-row .show-price-row-data-not-in-stock .help {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .shopping-cart-content .cart-row .show-price-row-data-stock .help,
  .shopping-cart-content .cart-row .show-price-row-data-not-in-stock .help {
    right: -3px;
  }
}
@media (max-width: 1200px) {
  .shopping-cart-content .cart-row .show-price-row-data-stock .help,
  .shopping-cart-content .cart-row .show-price-row-data-not-in-stock .help {
    right: -10px;
  }
}
.shopping-cart-content .cart-row .show-price-row-data-stock p,
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock p {
  color: #000;
}
.shopping-cart-content .cart-row .show-price-row-data-stock span,
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock span {
  color: #000;
}
.shopping-cart-content .cart-row .show-price-row-data-stock small,
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock small {
  display: block;
  text-align: left;
  color: #000;
}
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock .help {
  right: 0;
}
.shopping-cart-content .cart-row p {
  display: block;
  width: 100%;
}
.shopping-cart-content .cart-row .term {
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.shopping-cart-content .cart-row .expand-collapse-btn-div [class*=col] {
  min-height: 0;
}
.shopping-cart-content .cart-row .price_row:hover,
.shopping-cart-content .cart-row .price_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shopping-cart-content .cart-row .price_row {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.shopping-cart-content .cart-row > .price_row:first-of-type,
.shopping-cart-content .cart-row .for-table-collapse .price_row {
  border-top: none;
}
.shopping-cart-content .cart-row .row-to-collapse .toggle-col-md-4 {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.shopping-cart-content .cart-row > .row-to-collapse:first-child .toggle-col-md-4,
.shopping-cart-content .cart-row > .toggle-col-md-4 .price_row:first-child {
  border: none;
}
.shopping-cart-content .cart-row .show-price-row-data-not-in-stock {
  font-weight: 500;
}
.shopping-cart-content .cart-row:not(.row-to-collapse) {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
@media (min-width: 1200px) {
  .shopping-cart-content .cart-row:not(.row-to-collapse) {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
    box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  }
}
.shopping-cart-content .cart-row .old_price {
  line-height: 14px;
  color: red;
  bottom: 2px;
  left: 2px;
  font-weight: 400;
  font-size: 0.7rem;
  position: relative !important;
}
.shopping-cart-content .cart-row .checkbox-item {
  width: 13px;
  height: 13px;
}
.shopping-cart-content .cart-row div.checkbox-container {
  padding-top: 0;
}
.shopping-cart-content .cart-row .checkbox-div {
  height: 100%;
  width: 100%;
}
.shopping-cart-content .cart-row .checkbox-div label:before {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background: #EDEDED;
  -webkit-box-shadow: 0 0 0 1px #BABABA;
  -moz-box-shadow: 0 0 0 1px #BABABA;
  box-shadow: 0 0 0 1px #BABABA;
  border: 1px solid #AEAEAE;
}
.shopping-cart-content .cart-row .checkbox-div label:before,
.shopping-cart-content .cart-row .checkbox-div label:after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shopping-cart-content .cart-row .checkbox-div input[type=checkbox]:checked + label:before {
  background: #EDEDED;
}
.shopping-cart-content .cart-row .checkbox-div input[type=checkbox]:checked + label:after {
  margin: auto;
  border-left: 2px solid #444;
  border-bottom: 2px solid #444;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: none;
}
.shopping-cart-content .cart-row .hoverable-quantity-goods .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.shopping-cart-content .cart-row .hoverable-quantity-goods .edit {
  position: absolute;
  right: 5px;
  bottom: 5px;
  pointer-events: none;
  color: gray;
  vertical-align: middle;
  font-size: 1.25rem;
}
.shopping-cart-content .cart-row .hoverable-quantity-goods .return {
  right: 1px;
  top: 5px;
}
.shopping-cart-content .cart-row .cost_per_kilogram {
  text-align: right;
}
.shopping-cart-content .cart-row .result-price b {
  line-height: 24px;
}
@media not all and (min-width: 1200px) {
  .shopping-cart-content .cart-row .cart_part {
    border-top: 1px solid rgba(100, 121, 143, 0.122);
  }
  .shopping-cart-content .cart-row .article,
  .shopping-cart-content .cart-row .brand {
    font-weight: 500;
    font-size: 16px;
    padding: 6px 0;
  }
  .shopping-cart-content .cart-row .description {
    padding: 10px 0;
  }
  .shopping-cart-content .cart-row .description_text_cut {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .shopping-cart-content .cart-row .description_text_cut {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .shopping-cart-content .cart-row .checkbox-container {
    border-right: 1px solid #dee2e6;
  }
  .shopping-cart-content .cart-row .cart_part {
    border-top: 1px solid #dee2e6;
  }
}
@media (min-width: 1200px) {
  .shopping-cart-content .cart-row .checkbox-container {
    border-right: none;
  }
}
#orderModal .cart-icon-inside .cart-sum {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
#orderModal h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
}
#orderModal .cart_sum {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
#orderModal .cart_nate_output,
#orderModal .warwhouse_name_output_b,
#orderModal .date_b,
#orderModal .descript_b {
  color: gray;
  font-size: 14px;
}
#orderModal .material-icons {
  color: #228C8C;
}
#orderModal .date_b .date_input {
  border: none;
  background-color: transparent;
  color: #228C8C;
  font-size: 16px;
}
#orderModal .delivery_type_output {
  display: inline-block;
  margin-bottom: 15px;
  color: white;
  padding: 2px 7px 0px 7px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#orderModal .delivery_type_output.danger_t {
  color: white;
  background-color: red;
  padding: 2px 7px 0px 7px !important;
  width: auto;
  padding: 0;
}
#orderModal .descript_b label {
  display: block;
}
#orderModal .descript_b textarea {
  width: 100%;
}
#orderModal .checkbox-div {
  display: inline;
}
#orderModal .checkbox-div + a {
  margin-left: 20px;
  color: #228C8C;
}
#orderModal .checkbox-div label:after,
#orderModal .checkbox-div label:before {
  left: 0;
}
#orderModal .checkbox-div input[type=checkbox]:checked + label:before {
  background-color: #228C8C;
}
.delivery-option select {
  border: none;
  height: 38px;
  position: relative;
  vertical-align: middle;
  margin: 0;
}
.delivery-option .select2-container--default .select2-selection--single {
  border: none !important;
  height: 38px !important;
}
.delivery-option .select2-selection__rendered {
  line-height: 38px !important;
  padding-left: 1rem !important;
}
.delivery-option .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.delivery-option .select2-container {
  width: 100% !important;
}
.photo-good {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
       background-size: cover;
  background-position: center center;
  max-width: 44px;
  height: 44px;
  width: 44px;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #EDEDED;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #EDEDED;
}
.fancybox-container .fancybox-toolbar {
  top: 35px;
}
input.date_format {
  color: #228C8C;
  padding: 0;
}
.search-panel.show_only_search .custom-checkbox {
  min-height: 1.2rem;
}
.search-panel.show_only_search label {
  min-height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
  margin: 0;
  padding: 0;
}
.search-panel.show_only_search label.important-taxt {
  font-weight: 700;
}
.search-panel.show_only_search label input {
  vertical-align: baseline;
}
.search-panel.show_only_search label input[type=text] {
  max-width: 110px;
}
.search-panel.show_only_search .form-group > label {
  font-size: 16px;
}
.toast {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */
}
.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  -moz-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    -o-animation: fadein 0.5s, fadeout 0.5s 2.5s;
       animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.footer-phones li {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 100;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  to {
    bottom: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}
.custom-radio .custom-control-label:before {
  border: 1px solid #A1A1A1;
  height: 13px;
  width: 13px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #DADADA;
}
.custom-radio .custom-control-label:after {
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: 7.5px;
  left: -1.27rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #666;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: #DADADA;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.weight_text {
  color: #5f6368;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.weight_text img {
  width: 1rem;
}
.blockUI img {
  width: 80px;
}
.font-w-700 {
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.warehouse-item .name_stock {
  line-height: 38px;
}
.warehouse-item .name_stock i.return {
  color: red;
}
.brand_item_container {
  margin-left: -1px;
  border: 1px solid #eee;
  border-top: 0px;
  cursor: pointer;
  padding: 7px;
}
.brand_item_container:hover {
  text-decoration: none;
}
.brand_item_container:hover .name {
  color: #0056b3;
}
.brand_item_container .name {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  /*&:hover {
      color: #0056b3;
    }*/
}
.brand_item_container .bg_block {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
.reserve_cart_list .card {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.reserve_cart_list .card .warehouse_name {
  cursor: pointer;
}
.reserve_cart_list .card .reserve_row {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
@media (min-width: 1199px) {
  .reserve_cart_list .card .reserve_row {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
    box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  }
}
.reserve_cart_list .card .numberator_wrapper {
  margin: 0 auto;
}
.reserve_cart_list .card .count_title {
  min-width: 100px;
}
.reserve_cart_list .card .in_reserve {
  margin-right: 10px;
  background: #85D484;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.reserve_cart_list .card .in_reserve:hover,
.reserve_cart_list .card .in_reserve:active,
.reserve_cart_list .card .in_reserve:focus,
.reserve_cart_list .card .in_reserve:not(:disabled):not(.disabled):active,
.reserve_cart_list .card .in_reserve:not(:disabled):not(.disabled):active:focus {
  background: #60c75e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.reserve_cart_list .card .in_reserve i {
  vertical-align: middle;
}
.reserve_cart_list .card .in_reserve:disabled,
.reserve_cart_list .card .in_reserve:disabled:hover {
  background-color: #95B1B0;
}
.reserve_cart_list .card .title-row > * > .row > * {
  padding: 5px;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.reserve_cart_list .card .title-row .count_title {
  min-width: 100px;
}
.reserve_cart_list .card h5 {
  color: #228C8C;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  width: auto;
  margin-right: 20px;
}
.reserve_cart_list .card h5 a {
  color: #228C8C;
}
.reserve_cart_list .card h5 i {
  vertical-align: bottom;
  line-height: 34px;
  margin-left: 5px;
}
.reserve_cart_list .card .open {
  display: none;
}
.reserve_cart_list .card .button_container {
  text-align: right;
}
.reserve_cart_list .card .description {
  font-weight: 400;
}
.reserve_cart_list .card .delete-row {
  padding: 0;
  line-height: 16px;
}
.reserve_cart_list .card .quantity_reserve_container.not_null {
  background-color: rgba(0, 255, 0, 0.1);
}
.reserve_cart_list .card .quantity_reserve_container.null {
  background-color: rgba(255, 0, 0, 0.1);
}
.reserve_cart_list .card .quantity_reserve_container i {
  -webkit-animation: spin 1200ms infinite linear;
  -moz-animation: spin 1200ms infinite linear;
  animation: spin 1200ms infinite linear;
  -o-animation: spin 1200ms infinite linear;
}
.reserve_cart_list .card .cart_part > .row,
.reserve_cart_list .card .product_name_part > .row {
  height: 100%;
}
.reserve_cart_list .card .cart_part > .row > *,
.reserve_cart_list .card .product_name_part > .row > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dee2e6;
  padding: 0 5px;
}
.reserve_cart_list .card .cart_part > .row > *:last-child {
  border-right: none;
}
.reserve_cart_list .card .cart_part > .row > * > *:not(.row),
.reserve_cart_list .card .product_name_part > .row > * > * {
  width: 100%;
}
.reserve_cart_list .card .btn > i {
  vertical-align: top;
  padding-right: 5px;
}
.reserve_cart_list .card .numberator_wrapper {
  padding: 4px 0;
}
.reserve_cart_list .card .numberator__btn {
  background: transparent !important;
  color: #212529 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none !important;
}
.reserve_cart_list .card .numberator__btn:hover,
.reserve_cart_list .card .numberator__btn:active,
.reserve_cart_list .card .numberator__btn:focus,
.reserve_cart_list .card .numberator__btn:not(:disabled):not(.disabled):active,
.reserve_cart_list .card .numberator__btn:not(:disabled):not(.disabled):active:focus {
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #212529 !important;
  border: none !important;
  outline: none;
}
.reserve_cart_list .card .for_block_view_label {
  font-size: 11px;
  color: gray;
  line-height: 20px;
  display: block;
  text-align: left;
  font-weight: 500;
}
@media not all and (min-width: 768px) {
  .reserve_cart_list .card .price_current_container,
  .reserve_cart_list .card .description_container,
  .reserve_cart_list .card .price_current_sum_container {
    border-top: 1px solid #dee2e6;
  }
}
@media not all and (min-width: 1199px) {
  .reserve_cart_list .card .card-header {
    padding-top: 10px;
  }
  .reserve_cart_list .card .reserve_row {
    margin-bottom: 15px;
  }
  .reserve_cart_list .card .reserve_row:last-child {
    margin-bottom: 0;
  }
  .reserve_cart_list .card .cart_part {
    border-top: 1px solid rgba(100, 121, 143, 0.122);
  }
  .reserve_cart_list .card .article,
  .reserve_cart_list .card .brand {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
  }
  .reserve_cart_list .card .description {
    padding: 10px 0;
  }
  .reserve_cart_list .card .description_text_cut {
    font-weight: 400;
  }
  .reserve_cart_list .card .title-row + .reserve_row {
    margin-top: 5px;
  }
  .reserve_cart_list .card .price_current_container .type_price,
  .reserve_cart_list .card .price_current_sum_container > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve_cart_list .card .delete-row i {
    vertical-align: initial;
  }
  .reserve_cart_list .card .cart_part > .row > *.count_in_stock_container,
  .reserve_cart_list .card .cart_part > .row > *.quantity_reserve_container {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reserve_cart_list .card .cart_part > .row > *.count_in_stock_container > *,
  .reserve_cart_list .card .cart_part > .row > *.quantity_reserve_container > * {
    width: auto;
  }
}
@media (min-width: 768px) {
  .reserve_cart_list .card .description_text_cut {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
}
.side_bar_cart .cart_list_row {
  margin-bottom: 10px;
  border-top: 1px solid rgba(100, 121, 143, 0.19);
  border-bottom: 1px solid rgba(100, 121, 143, 0.19);
  padding: 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.side_bar_cart .cart_list_row .stock-icon {
  position: absolute;
  left: 7px;
  top: -1px;
}
.side_bar_cart .cart_list_row div.checkbox-div {
  height: auto;
  display: inline-block;
}
.side_bar_cart .cart_list_row div.checkbox-div .cart_name {
  display: inline-block;
  line-height: 23px;
  max-width: 126px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.side_bar_cart .cart_list_row div.checkbox-div input {
  font-size: 16px;
}
.side_bar_cart .cart_list_row div.checkbox-div input:checked ~ .cart_name {
  color: #228C8C;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.side_bar_cart .cart_list_row div.checkbox-div .material-icons {
  float: right;
}
.side_bar_cart .cart_list_row .cart_list_warehouse {
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.side_bar_cart .cart_list_row .cart_list_warehouse li {
  color: gray;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.side_bar_cart .cart_list_row .cart_weight,
.side_bar_cart .cart_list_row .cart_currency {
  display: inline-block;
  color: gray;
  font-size: 12px;
  float: left;
}
.side_bar_cart .cart_list_row .cart_currency {
  float: right;
}
.side_bar_cart .cart_list_row:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side_bar_cart .cart_list_row:hover .cart_name {
  color: #0056b3;
}
.side_bar_cart .cart_list_row:focus {
  outline: none;
}
@media not all and (min-width: 992px) {
  .side_bar_cart .cart_list_row {
    background: rgba(204, 204, 204, 0.55);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .side_bar_cart .cart_list_row .cart_list_warehouse li,
  .side_bar_cart .cart_list_row .cart_weight,
  .side_bar_cart .cart_list_row .cart_currency {
    color: #fff;
  }
  .side_bar_cart .cart_list_row i {
    color: #fff;
  }
  .side_bar_cart .cart_list_row .stock-icon {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="3.5" /><feFuncG type="linear" slope="3.5" /><feFuncB type="linear" slope="3.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(3.5);
    filter: brightness(3.5);
    filter: progid:DXImageTransform.Microsoft.Light();
  }
  .side_bar_cart .cart_list_row,
  .side_bar_cart .cart_list_row:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .side_bar_cart .cart_list_row .cart_name,
  .side_bar_cart .cart_list_row:hover .cart_name {
    color: #fff;
  }
}
.search_panel_ajax .jstree-default .jstree-node {
  margin-left: 0;
  font-size: 14px;
}
.search_panel_ajax .jstree-default .jstree-node #j1_1_anchor {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  color: #414141;
}
.jstree-default > ul > li > ul > li > .jstree-anchor {
  font-weight: 700;
}
.search_by_product_group .price_row {
  font-weight: 600;
}
.search_by_product_group .price_row p {
  font-weight: 600;
}
.search_by_product_group .price_row:nth-child(even) {
  background: #EDEDED;
}
.search_by_product_group .price_row .description,
.search_by_product_group .price_row .show-price-row-data-stock .text-center {
  font-weight: 600;
}
.search_by_product_group .price_row .price-row-warehouse {
  font-weight: 600;
}
.search_by_product_group .price_row.row-disabled {
  font-weight: 400;
}
.search_by_product_group .price_row.row-disabled .description,
.search_by_product_group .price_row.row-disabled .show-price-row-data-stock .text-center {
  font-weight: 400;
}
.search_by_product_group .price_row.row-disabled .price_parameters b {
  font-weight: 400;
}
.search_by_product_group .price_row.row-disabled p {
  font-weight: 400;
}
.for_search_block .price_row .show-more-item-btns button {
  font-size: 14px;
}
.brand_information_list .info_brand_items-text p {
  -ms-word-break: break-all;
  word-break: break-all;
}
@media (min-width: 768px) {
}
.add_photo_section .btn-default {
  width: 40px;
}
@media not all and (min-width: 768px) {
  .money_back_custom_style .order-search-result .table_container .add-row .table-row {
    border-bottom: 1px solid #dee2e6;
    -webkit-align-items: start;
    -ms-align-items: start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row .price-sell .response_label {
    text-align: right;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row [data-toggle="collapse"][class*=col] {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .money_back_custom_style .order-search-result .table_container .add-row .table-row .table_response_container_data {
    padding: 20px 0 10px;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > [class*=col] {
    border-bottom: 1px solid #dee2e6;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > .price-sell,
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > .article {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > .price-sell,
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > .article {
    border-right: 1px solid #dee2e6;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row .table_response_container_data {
    padding: 10px 0;
  }
  .money_back_custom_style .order-search-result .table_container .add-row .table-row > [class*=col] {
    border-bottom: none;
  }
}
.money_back_custom_style .add-row .table-row {
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.money_back_custom_style .add-row .table-row .image_container {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .add-row .table-row .image-popup-fit-width {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .money_back_custom_style .add-row .table-row .image-popup-fit-width {
    height: 100%;
  }
}
.money_back_custom_style .add-row .table-row .photo-good {
  margin: auto;
}
@media (min-width: 1200px) {
  .money_back_custom_style .add-row .table-row .description {
    font-weight: 400;
  }
}
.money_back_custom_style .add-row .table-row .description,
.money_back_custom_style .add-row .table-row .brand,
.money_back_custom_style .add-row .table-row .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .add-row .table-row .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
.money_back_custom_style .add-row .table-row:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.money_back_custom_style .add-row .table-row .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.money_back_custom_style .add-row .table-row .for-table-collapse {
  border: none;
}
.money_back_custom_style .add-row .table-row .for-table-collapse > *:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.money_back_custom_style .add-row .table-row .show-price-row-data-stock,
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock {
  position: relative;
  height: 100%;
  white-space: normal;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}
.money_back_custom_style .add-row .table-row .show-price-row-data-stock .help,
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock .help {
  position: absolute;
  right: 10%;
  bottom: 5px;
  pointer-events: none;
  color: gray;
}
@media (max-width: 1700px) {
  .money_back_custom_style .add-row .table-row .show-price-row-data-stock .help,
  .money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock .help {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .money_back_custom_style .add-row .table-row .show-price-row-data-stock .help,
  .money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock .help {
    right: -3px;
  }
}
@media (max-width: 1200px) {
  .money_back_custom_style .add-row .table-row .show-price-row-data-stock .help,
  .money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock .help {
    right: -10px;
  }
}
.money_back_custom_style .add-row .table-row .show-price-row-data-stock p,
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock p {
  color: #000;
}
.money_back_custom_style .add-row .table-row .show-price-row-data-stock span,
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock span {
  color: #000;
}
.money_back_custom_style .add-row .table-row .show-price-row-data-stock small,
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock small {
  display: block;
  text-align: left;
  color: #000;
}
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock .help {
  right: 0;
}
.money_back_custom_style .add-row .table-row p {
  display: block;
  width: 100%;
}
.money_back_custom_style .add-row .table-row .term {
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.money_back_custom_style .add-row .table-row .expand-collapse-btn-div [class*=col] {
  min-height: 0;
}
.money_back_custom_style .add-row .table-row .price_row:hover,
.money_back_custom_style .add-row .table-row .price_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.money_back_custom_style .add-row .table-row .price_row {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.money_back_custom_style .add-row .table-row > .price_row:first-of-type,
.money_back_custom_style .add-row .table-row .for-table-collapse .price_row {
  border-top: none;
}
.money_back_custom_style .add-row .table-row .row-to-collapse .toggle-col-md-4 {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.money_back_custom_style .add-row .table-row > .row-to-collapse:first-child .toggle-col-md-4,
.money_back_custom_style .add-row .table-row > .toggle-col-md-4 .price_row:first-child {
  border: none;
}
.money_back_custom_style .add-row .table-row .show-price-row-data-not-in-stock {
  font-weight: 500;
}
.money_back_custom_style .add-row .table-row .forfeit p {
  color: red;
}
@media (min-width: 768px) {
  .money_back_custom_style .table-row.title-row > [class*=col] {
    border-bottom: 1px solid #dee2e6;
  }
}
@media (min-width: 1200px) {
  .money_back_custom_style .table-row.title-row > [class*=col] {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .money_back_page.view_request .table-row.title-row > [class*=col].brand,
  .money_back_page.update_request .table-row.title-row > [class*=col].brand,
  .money_back_page.view_request .table-row.title-row > [class*=col].article,
  .money_back_page.update_request .table-row.title-row > [class*=col].article,
  .money_back_page.view_request .table-row.title-row > [class*=col].forfeit,
  .money_back_page.update_request .table-row.title-row > [class*=col].forfeit,
  .money_back_page.view_request .table-row.title-row > [class*=col].message,
  .money_back_page.update_request .table-row.title-row > [class*=col].message {
    border-bottom: none;
  }
  .money_back_page.view_request .table-row.title-row > .price-sell,
  .money_back_page.update_request .table-row.title-row > .price-sell {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .money_back_page.view_request .table-row.title-row > .price-sell,
  .money_back_page.update_request .table-row.title-row > .price-sell {
    border-right: 1px solid #dee2e6;
  }
}
@media not all and (min-width: 768px) {
  .money_back_page.add_request .add-row .table-row .checkbox_container {
    -webkit-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  .money_back_page.add_request .add-row .table-row .fake-checkbox {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .money_back_page.add_request .title-row > [class*=col].forfeit,
  .money_back_page.add_request .title-row > [class*=col].message {
    border-bottom: none;
  }
  .money_back_page.add_request .title-row > .price-sell,
  .money_back_page.add_request .title-row > .article {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .money_back_page.add_request .title-row > [class*=col] {
    border-bottom: none;
  }
  .money_back_page.add_request .title-row > .price-sell,
  .money_back_page.add_request .title-row > .article {
    border-right: 1px solid #dee2e6;
  }
}
.header_bottom a:hover,
.header_bottom a {
  text-decoration: none;
}
.header_bottom a .btn-outline-light {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  width: 100%;
}
.applicable_vehicles_modal .table_container .title-row {
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
}
.applicable_vehicles_modal .table_container .title-row p {
  padding: 10px 0;
}
.applicable_vehicles_modal .nav-tabs .nav-link {
  border: none;
  color: #000;
}
.applicable_vehicles_modal .nav-tabs .nav-item {
  margin-bottom: 0;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row {
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  box-shadow: inset 0 -1px 0 0 rgba(100, 121, 143, 0.122);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .image_container {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .image-popup-fit-width {
  display: block;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .image-popup-fit-width {
    height: 100%;
  }
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .photo-good {
  margin: auto;
}
@media (min-width: 1200px) {
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .description {
    font-weight: 400;
  }
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .description,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .brand,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row:hover {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .button_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .for-table-collapse {
  border: none;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .for-table-collapse > *:first-child {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock {
  position: relative;
  height: 100%;
  white-space: normal;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock .help,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock .help {
  position: absolute;
  right: 10%;
  bottom: 5px;
  pointer-events: none;
  color: gray;
}
@media (max-width: 1700px) {
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock .help,
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock .help {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock .help,
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock .help {
    right: -3px;
  }
}
@media (max-width: 1200px) {
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock .help,
  .applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock .help {
    right: -10px;
  }
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock p,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock p {
  color: #000;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock span,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock span {
  color: #000;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-stock small,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock small {
  display: block;
  text-align: left;
  color: #000;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock .help {
  right: 0;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row p {
  display: block;
  width: 100%;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .term {
  padding: 6px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .expand-collapse-btn-div [class*=col] {
  min-height: 0;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .price_row:hover,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .price_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .price_row {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row > .price_row:first-of-type,
.applicable_vehicles_modal .table_container .title-row ~ .table-row .for-table-collapse .price_row {
  border-top: none;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .row-to-collapse .toggle-col-md-4 {
  border-top: 1px solid rgba(100, 121, 143, 0.122);
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row > .row-to-collapse:first-child .toggle-col-md-4,
.applicable_vehicles_modal .table_container .title-row ~ .table-row > .toggle-col-md-4 .price_row:first-child {
  border: none;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .show-price-row-data-not-in-stock {
  font-weight: 500;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row > * > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row p {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .btn_find_schemes {
  font-size: 16px;
  line-height: 18px;
  width: 160px;
  margin: 0 auto;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .button_container {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .brand p {
  font-weight: bold;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .additional_info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.applicable_vehicles_modal .table_container .title-row ~ .table-row .additional_info .title {
  font-weight: bold;
}
.tree_vin_code_container .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  border: none;
  color: #000;
}
.tree_vin_code_container .nav-tabs .nav-item .nav-link hr {
  margin-bottom: 0px;
  border-color: transparent;
  border-width: 2px;
  margin-top: 5px;
}
.tree_vin_code_container .jstree-container-ul > li > a {
  font-weight: bold;
  color: #232323;
}
.for_search_block .search-autocomplit-block .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  border: none;
  color: #000;
  padding: 10px;
}
.for_search_block .search-autocomplit-block .tab-pane hr {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #aaa;
  width: -webkit-calc(100% - 14px);
  width: -moz-calc(100% - 14px);
  width: calc(100% - 14px);
}
.for_search_block .search-autocomplit-block .tab-pane hr:nth-last-of-type(1) {
  display: none;
}
.for_search_block .search-autocomplit-block .tab-pane button {
  font-size: 14px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
}
.for_search_block .search-autocomplit-block .tab-pane button:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.for_search_block .search-autocomplit-block .tab-pane button span {
  display: block;
}
.for_search_block .search-autocomplit-block .tab-pane button .datatime {
  color: #929292;
  font-size: 10px;
}
.for_search_block .search-autocomplit-block .tab-pane button .vin_code_brand {
  color: #929292;
  font-size: 10px;
  text-transform: uppercase;
}
.for_search_block .search-autocomplit-block .tab-pane button .article_code,
.for_search_block .search-autocomplit-block .tab-pane button .vin_code {
  color: #232323;
  line-height: 19px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.for_search_block .search-autocomplit-block .vin_code_info_item {
  font-size: 14px;
  line-height: 14px;
}
.for_search_block .search-autocomplit-block .vin_code_info_item > * > * {
  padding: 7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vin_code_info_list_in_page .vin_code_info_item {
  color: #202124;
  font-size: 16px;
}
.vin_code_info_list_in_page .vin_code_info_item > * > * {
  padding: 7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vin_code_info_list_in_page .vin_code_info_item .title {
  font-weight: bold;
  text-transform: uppercase;
}
.vin_code_info_list_in_page .vin_code_info_item:nth-child(even) {
  background: #EDEDED;
}
.vin_code_info_list_in_page .vin_code_info_item .border-right {
  border-color: rgba(100, 121, 143, 0.122);
}
/*=====  End of Module  ======*/
/*=============================
=            State            =
=============================*/
.button_toggle_account_modal.active .toggle_arrow_icon {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .button_toggle_account_modal.active + .modal_account_container {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: visible;
    display: block;
  }
}
.private-office [data-toggle="collapse"]:hover,
.private-office [data-toggle="collapse"]:active {
  text-decoration: none;
}
.private-office [data-toggle="collapse"] .show_more {
  display: none;
}
.private-office [data-toggle="collapse"].collapsed .show_less {
  display: none;
}
.private-office [data-toggle="collapse"].collapsed .show_more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.type_views_toggle .btn-default.active {
  background: #186363;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-image: url("../img/vesna_img/arrow_bottom.52206cfbaad3.svg");
  background-position: center;
}
.sticky-me:not(.sticky) {
  width: auto !important;
}
html,
body {
  height: 100%;
  width: 100%;
}
.main_scroll_content.custom_scroll_container.scroll-wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.main_scroll_content.custom_scroll_container.scroll-wrapper > * > .scroll-element {
  z-index: 20;
}
body.not_scroll {
  height: 100%;
  overflow: hidden;
}
@media print {
  body.not_scroll {
    height: initial;
    overflow: initial;
  }
  body.not_scroll [role="main"] {
    min-height: initial !important;
    height: initial !important;
  }
}
body.not_scroll [role="main"] {
  padding: 0;
}
body.not_scroll [role="main"] .search-block {
  padding-top: 0;
  height: 100%;
}
body.not_scroll [role="main"] .search-block > .row,
body.not_scroll [role="main"] > .container-fluid {
  height: 100%;
}
body.not_scroll .search-block .search-panel .card-body {
  padding: 0;
}
body.not_scroll .search_panel_ajax,
body.not_scroll .search_result_ajax {
  height: 100%;
}
body.not_scroll .category-search-result .card-body {
  padding: 0 30px;
}
body.not_scroll .category-search-result .custom_scroll_container {
  margin-right: -15px;
}
body.not_scroll .search-block .search-panel .card,
body.not_scroll .search-panel {
  height: 100%;
}
body.not_scroll .search-panel + .col-10,
body.not_scroll .category-search-result,
body.not_scroll .category-search-result .card {
  height: 100%;
}
body.not_scroll .jstree {
  overflow: initial;
}
body.not_scroll .main_fixed_height_container.col-xl-2 > .custom_scroll_container {
  margin: 0 0 0 -15px;
}
body.not_scroll .row.for_search_block,
body.not_scroll .row.for_search_block > .col-12,
body.not_scroll .row.for_search_block #wrapper,
body.not_scroll .row.for_search_block #page-content-wrapper,
body.not_scroll .row.for_search_block #page-content-wrapper > .custom_scroll_container {
  height: 100%;
}
body.not_scroll .row.for_search_block .search-panel {
  position: relative;
}
body.not_scroll .row.for_search_block .main_fixed_height_container #sidebar-wrapper-content {
  width: 100%;
}
body.not_scroll .main_fixed_height_container #sidebar-wrapper-content {
  height: 100%;
  overflow: inherit;
}
body.not_scroll .for_search_block #sidebar-wrapper-content.scroll-content .card-body {
  margin-right: 0;
}
body.not_scroll .for_search_block #sidebar-wrapper-content.scroll-content .card-body > *:not(.card-body):first-child {
  padding-top: 0;
}
body.not_scroll .category-top-block,
body.not_scroll .category-search-result .card-header,
.change_view_button_container .inner_button_container,
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container,
body.not_scroll .accounting .card:not(.inner_table) > .card-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  height: 40px;
}
body.not_scroll .search-panel .card,
body.not_scroll .category-search-result .card,
body.not_scroll .shopping-cart-content .card,
body.not_scroll .accounting .card.table_container,
body.not_scroll .accounting .filter_container.card {
  position: static;
}
body.not_scroll .search-block .search-panel .card .card-body,
body.not_scroll .accounting .card-body {
  height: 100%;
}
body.not_scroll .search-block .search-panel .card .card-body > *:not(.card-body):first-child,
body.not_scroll .accounting .custom_scroll_container.card-body > *:not(.card-body):first-child {
  padding-top: 0px;
}
body.not_scroll .search-block .custom_scroll_container,
body.not_scroll .accounting .page_content .custom_scroll_container,
body.not_scroll .accounting .filter_container .custom_scroll_container {
  margin-top: 50px;
}
@media (max-width: 480px) {
  body.not_scroll .search-block .custom_scroll_container,
  body.not_scroll .accounting .page_content .custom_scroll_container,
  body.not_scroll .accounting .filter_container .custom_scroll_container {
    margin-top: 65px;
  }
}
body.not_scroll .search-block #filters {
  height: 100%;
}
body.not_scroll .search-block .search-panel .card > .card-body {
  margin-right: -15px;
  margin-top: 101px;
}
body.not_scroll .for_search_block #sidebar-wrapper-content .scroll-content > *:last-child {
  padding-bottom: 131px;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container.card {
  height: 131px;
  top: auto;
  bottom: 0;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .card-body {
  padding-top: 35px;
  padding-bottom: 35px;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .selected-bar {
  background: #228C8C;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .back-bar {
  height: 4px;
  background: #e0e0e0;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .pointer {
  height: 13px;
  width: 13px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #228C8C;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .pointer:after,
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .pointer:before {
  display: none;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .pointer-label {
  min-height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
  margin: 0;
  padding: 0;
  min-height: 16px;
  top: -22px;
  line-height: 16px;
  background-color: transparent;
}
body.not_scroll .for_search_block .main_fixed_height_container .search-panel .range_slider_container .scale ins {
  min-height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #212529;
  margin: 0;
  padding: 0;
  line-height: 16px;
  min-height: 16px;
}
body.not_scroll [role="main"] > .shopping-cart-content {
  height: 100%;
}
body.not_scroll [role="main"] > .shopping-cart-content > [class*=col] {
  height: 100%;
}
body.not_scroll [role="main"] #wrapper {
  height: 100%;
}
body.not_scroll [role="main"] #wrapper > * {
  height: 100%;
}
body.not_scroll [role="main"] #wrapper > * > .custom_scroll_container {
  height: 100%;
  min-height: 300px;
}
body.not_scroll .shopping-cart-content .cart-header {
  height: 61px;
}
body.not_scroll .toggle_wrapper_sidebar .sidebar-custom-modal-container {
  height: 100%;
}
body.not_scroll .accounting {
  height: 100%;
}
body.not_scroll .accounting > .row {
  height: 100%;
}
body.not_scroll .accounting .page_content,
body.not_scroll .accounting .filter_container {
  height: 100%;
}
body.not_scroll .accounting .card.table_container,
body.not_scroll .accounting .filter_container.card {
  height: 100%;
}
body.not_scroll .accounting .card:not(.inner_table) > .card-header:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #228C8C;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
       background-clip: content-box;
  z-index: 1;
}
body.not_scroll .accounting .filter_container .card-body .card-body {
  padding-left: 15px;
  padding-right: 15px;
}
.price_row {
  color: #202124;
}
.price_row .photo-good {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.price_row.row-disabled {
  color: #5f6368;
}
.price_row.row-disabled .photo-good {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.price_row.row-disabled .modal {
  color: black;
}
.for-table-collapse:not(.d-none) {
  border-bottom: rgba(100, 121, 143, 0.122) 1px solid;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.custom_scroll_container {
  overflow-y: auto;
  height: 100%;
}
.custom_scroll_container > .scroll-element {
  /* update scrollbar offset if both scrolls are visible */
}
.custom_scroll_container > .scroll-element,
.custom_scroll_container > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
}
.main_scroll_content.custom_scroll_container > .scroll-element,
.main_scroll_content.custom_scroll_container > .scroll-element div {
  z-index: 99;
}
.custom_scroll_container > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.custom_scroll_container > .scroll-element.scroll-x {
  bottom: 0;
  height: 5px;
  left: 0;
  width: 100%;
}
.custom_scroll_container > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 5px;
}
.custom_scroll_container > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.custom_scroll_container > .scroll-element .scroll-element_outer,
.custom_scroll_container > .scroll-element .scroll-element_track,
.custom_scroll_container > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.custom_scroll_container > .scroll-element .scroll-element_track,
.custom_scroll_container > .scroll-element .scroll-bar {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.custom_scroll_container > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.custom_scroll_container > .scroll-element .scroll-bar {
  background-color: #919191;
}
.custom_scroll_container > .scroll-element.scroll-draggable .scroll-bar,
.custom_scroll_container > .scroll-element:hover .scroll-bar {
  background-color: #666;
}
.custom_scroll_container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track,
.custom_scroll_container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.custom_scroll_container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track,
.custom_scroll_container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.custom_scroll_container > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.custom_scroll_container > .scroll-element.scroll-x .scroll-element_outer {
  top: auto;
  bottom: 0;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.custom_scroll_container > .scroll-element.scroll-y:hover .scroll-element_outer,
.custom_scroll_container > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 10px;
}
.custom_scroll_container > .scroll-element.scroll-x:hover .scroll-element_outer,
.custom_scroll_container > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 7px;
}
.search-by-article-brand.active {
  border-color: #228C8C;
}
.search-by-article-brand:not(.active) h5 {
  color: gray;
}
.accounting .table_container .card-body [aria-expanded="true"].table-row:not(.title-row):not(.row-to-collapse),
.accounting .table_container .card-body [aria-expanded="true"].table-row:not(.title-row):not(.row-to-collapse):hover {
  border-bottom: none;
  -webkit-box-shadow: 1px 0 0 #999 inset, -1px 0px 0 #999 inset, 0px -1px 0 0 #999;
  -moz-box-shadow: 1px 0 0 #999 inset, -1px 0px 0 #999 inset, 0px -1px 0 0 #999;
  box-shadow: 1px 0 0 #999 inset, -1px 0px 0 #999 inset, 0px -1px 0 0 #999;
}
.accounting .table_container .card-body [aria-expanded="true"].table-row:not(.title-row):not(.row-to-collapse) + .collapse {
  border: 1px solid #999;
  border-top: 1px solid #dee2e6;
}
@media not all and (min-width: 768px) {
  .accounting .table_container .card-body .table-row > [class*=col].collapse:not(.show) {
    display: none;
  }
}
@media (min-width: 768px) {
  .accounting .table_container .card-body .table-row > [class*=col].collapse:not(.show) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
  }
}
@media not all and (min-width: 992px) {
  .toggle_sidebar {
    display: none;
  }
  .toggle_wrapper_sidebar.toggled .toggle_sidebar {
    display: block;
    position: fixed;
    height: 100% !important;
    min-height: 100% !important;
    top: 0;
    bottom: 0;
    z-index: 9999;
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .toggle_wrapper_sidebar.toggled #sidebar-wrapper-content {
    background-color: #fff;
  }
  .toggle_wrapper_sidebar.toggled .filter_container .card,
  .toggle_wrapper_sidebar.toggled .search-panel .card {
    position: relative;
  }
  #sidebar-wrapper.toggle_sidebar {
    z-index: 9999;
  }
}
.search_result_container[data-result-view-type=standart] .price_row.row_with_collapse .description_text_cut {
  padding-bottom: 10px;
}
.search_result_container[data-result-view-type=minimal] .image_container {
  min-height: auto;
}
.search_result_container[data-result-view-type=minimal] .show-price-row-data-stock,
.search_result_container[data-result-view-type=minimal] .show-price-row-data-not-in-stock {
  padding: 0 4px;
}
.search_result_container[data-result-view-type=minimal] .btn-add-to-cart {
  padding: 0;
}
.search_result_container[data-result-view-type=minimal] .btn_add_to_wishList {
  padding: 0 6px 0 0;
}
.search_result_container[data-result-view-type=minimal] .result-search-block .price_row .row .description_text_cut {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.search_result_container[data-result-view-type=minimal] .row .photo-good {
  max-width: 24px;
  height: 24px;
}
.search_result_container[data-result-view-type=minimal] .image-popup-fit-width {
  padding: 4px 0;
}
.search_result_container[data-result-view-type=minimal] .description_text_cut .weight_text,
.search_result_container[data-result-view-type=minimal] .image_container,
.search_result_container[data-result-view-type=minimal] .header_image_col {
  display: none;
}
.search_result_container[data-result-view-type=minimal] .description_text_cut {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.search_result_container[data-result-view-type=minimal] .name_container,
.search_result_container[data-result-view-type=minimal] .header_name_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.search_result_container[data-result-view-type=minimal] .count {
  padding: 0;
}
.search_result_container[data-result-view-type=minimal] .quantity_container i {
  line-height: 26px;
}
.for_block_view,
.for_block_view_label {
  display: none;
}
.search_result_container:not([data-result-view-type=block]) .show-search-link span.for_block_view,
.search_result_container:not([data-result-view-type=block]) .for_block_view {
  display: none;
}
.search_result_container:not([data-result-view-type=block]) .term {
  padding-top: 0;
  padding-bottom: 0;
}
.search_result_container:not([data-result-view-type=block]) .name_container + .toggle-col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.search_result_container:not([data-result-view-type=block]) .name_container + .toggle-col-md-4 > .row {
  width: 100%;
  margin: 0;
}
.search_result_container[data-result-view-type=block] .card-body > .price_row {
  width: 20%;
}
@media not all and (min-width: 1300px) {
  .search_result_container[data-result-view-type=block] .card-body > .price_row {
    width: 25%;
  }
}
@media not all and (min-width: 1200px) {
  .search_result_container[data-result-view-type=block] .card-body > .price_row {
    width: 33.33333333%;
  }
}
@media not all and (min-width: 768px) {
  .search_result_container[data-result-view-type=block] .card-body > .price_row {
    width: 50%;
  }
}
@media not all and (min-width: 576px) {
  .search_result_container[data-result-view-type=block] .card-body > .price_row {
    width: 100%;
  }
}
.search_result_container[data-result-view-type=block] .row-to-collapse .toggle-col-md-4 {
  border: none;
}
.search_result_container[data-result-view-type=block] .card-body {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.search_result_container[data-result-view-type=block] .card-body > .price_row {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px;
}
.search_result_container[data-result-view-type=block] .card-body > .price_row:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_result_container[data-result-view-type=block] .card-body > .price_row > .inner_price_row > * {
  padding-bottom: 10px;
}
.search_result_container[data-result-view-type=block] .card-body > .price_row > .inner_price_row > *,
.search_result_container[data-result-view-type=block] .card-body .link_article_brand > .col-12,
.search_result_container[data-result-view-type=block] .card-body .toggle-col-md-4,
.search_result_container[data-result-view-type=block] .card-body .toggle-col-md-4 > .row > .col-6 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.search_result_container[data-result-view-type=block] .inner_price_row {
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  z-index: 1;
  height: 100%;
}
.search_result_container[data-result-view-type=block] [class*=table-header] .row {
  display: none !important;
}
.search_result_container[data-result-view-type=block] .link_article_brand > .col-6 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.search_result_container[data-result-view-type=block] .link_article_brand > .col-6 {
  padding-bottom: 10px;
}
.search_result_container[data-result-view-type=block] .h-md-50,
.search_result_container[data-result-view-type=block] .h-md-100 {
  height: auto;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters {
  background: #228C8C;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  width: 60%;
  min-width: 100px;
  margin: 0 0 0 auto !important;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:hover,
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:active,
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:focus,
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:not(:disabled):not(.disabled):active,
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:not(:disabled):not(.disabled):active:focus {
  background: #186363;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters i {
  vertical-align: middle;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:disabled,
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters:disabled:hover {
  background-color: #95B1B0;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters b {
  width: 77%;
  display: block;
  padding-right: 5px;
}
.search_result_container[data-result-view-type=block] .btn-add-to-cart .price_parameters small {
  font-size: 14px;
}
.search_result_container[data-result-view-type=block] .cost_per_kilogram {
  padding-top: 5px;
}
.search_result_container[data-result-view-type=block] .for_block_view_label {
  font-size: 11px;
  color: gray;
  line-height: 20px;
}
.search_result_container[data-result-view-type=block] .for_block_view {
  display: block;
}
.search_result_container[data-result-view-type=block] span.for_block_view,
.search_result_container[data-result-view-type=block] div.show-search-link span.for_block_view {
  display: inline-block;
  padding-right: 5px;
}
.search_result_container[data-result-view-type=block] .add_to_cart_container {
  overflow: inherit;
  text-align: right;
}
.search_result_container[data-result-view-type=block] .photo-good {
  height: 150px;
  max-width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center center;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_result_container[data-result-view-type=block] .border-right,
.search_result_container[data-result-view-type=block] .border-left {
  border: none !important;
}
.search_result_container[data-result-view-type=block] .image_container {
  padding-top: 10px;
  min-height: 0;
}
.search_result_container[data-result-view-type=block] .price_row > .toggle-col-md-4 {
  padding-bottom: 0;
}
.search_result_container[data-result-view-type=block] .row-to-collapse > .col-6,
.search_result_container[data-result-view-type=block] .toggle-col-md-4 > * > .col-6 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.search_result_container[data-result-view-type=block] .row-to-collapse > .col-3,
.search_result_container[data-result-view-type=block] .toggle-col-md-4 > * > .col-3 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.search_result_container[data-result-view-type=block] .storage_supplier_name {
  display: none;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-not-in-stock > p,
.search_result_container[data-result-view-type=block] .show-price-row-data-stock > p {
  text-align: left !important;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-stock {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: auto;
}
.search_result_container[data-result-view-type=block] .for_block_view_label + .text-center {
  display: inline-block;
  width: auto;
  padding-right: 20px;
}
.search_result_container[data-result-view-type=block] .toggle-col-md-4 .quantity {
  padding-left: 15px;
  padding-right: 15px;
}
.search_result_container[data-result-view-type=block] .term {
  padding-bottom: 0;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-not-in-stock,
.search_result_container[data-result-view-type=block] .term {
  padding-left: 0;
  padding-top: 0;
  height: auto;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-not-in-stock {
  padding-right: 12px;
}
.search_result_container[data-result-view-type=block] .term,
.search_result_container[data-result-view-type=block] .show-price-row-data-not-in-stock .text-center {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.search_result_container[data-result-view-type=block] .price-row-warehouse .for_block_view_label,
.search_result_container[data-result-view-type=block] .quantity_container .for_block_view_label,
.search_result_container[data-result-view-type=block] .term .for_block_view_label {
  color: #202124;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.search_result_container[data-result-view-type=block] .price-row-warehouse {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-stock {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 21px;
}
.search_result_container[data-result-view-type=block] .show-price-row-data-stock .help {
  bottom: 3px;
}
.search_result_container[data-result-view-type=block] .expand-collapse-btn {
  height: 30px;
  padding-top: 0;
}
.search_result_container[data-result-view-type=block] .expand-collapse-btn i {
  line-height: 7px;
}
.search_result_container[data-result-view-type=block] .expand-collapse-btn-div > * {
  padding-bottom: 30px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.search_result_container[data-result-view-type=block] .for-table-collapse {
  position: static !important;
}
.search_result_container[data-result-view-type=block] .row-to-collapse .toggle-col-md-4 {
  border: none;
}
.search_result_container[data-result-view-type=block] .toggle-col-md-4 > .price_row:first-child,
.search_result_container[data-result-view-type=block] .toggle-col-md-4 > .price_row {
  border-top: 1px solid #228C8C;
}
.search_result_container[data-result-view-type=block] .for-table-collapse .price_row {
  border-top: 1px solid #228C8C;
}
.search_result_container[data-result-view-type=block] .quantity_container + .col-3 {
  padding-left: 0;
}
.search_result_container[data-result-view-type=block] .quantity_container > .text-center {
  padding-bottom: 0;
  padding-top: 0;
}
.search_result_container[data-result-view-type=block] .add-to-wishList-holder {
  width: 60%;
  min-width: 100px;
}
.search_result_container[data-result-view-type=block] .add-to-wishList-holder .btn_add_to_wishList {
  width: 100%;
  background: #228C8C;
  color: #FFFFFF;
}
.search_result_container[data-result-view-type=block] .price_parameters small {
  display: none;
}
.reserve_cart_list *[aria-expanded="false"] .close {
  display: none;
}
.reserve_cart_list *[aria-expanded="false"] .open {
  display: inline-block;
}
.side_bar_cart .active_cart_list_row {
  background-color: rgba(242, 242, 242, 0.7);
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.side_bar_cart .active_cart_list_row .cart_name {
  color: #228C8C;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.side_bar_cart .active_cart_list_row:hover {
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.side_bar_cart .active_cart_list_row:hover .cart_name {
  color: #228C8C;
}
.side_bar_cart .active_cart_list_row:active {
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 3px 5px rgba(0, 1, 6, 0.5), 0 0 1px 1px rgba(0, 1, 6, 0.2);
  -o-transform: translate(-1px, 2px);
  -ms-transform: translate(-1px, 2px);
  -moz-transform: translate(-1px, 2px);
  -webkit-transform: translate(-1px, 2px);
  transform: translate(-1px, 2px);
}
@media not all and (min-width: 992px) {
  .side_bar_cart .active_cart_list_row .cart_name {
    color: #228C8C;
    font-weight: 500;
  }
  .side_bar_cart .active_cart_list_row .cart_list_warehouse li,
  .side_bar_cart .active_cart_list_row .cart_weight,
  .side_bar_cart .active_cart_list_row .cart_currency {
    color: #212529;
  }
  .side_bar_cart .active_cart_list_row .stock-icon {
    -webkit-filter: none;
    filter: none;
  }
  .side_bar_cart .active_cart_list_row i {
    color: inherit;
  }
  .side_bar_cart .active_cart_list_row:hover,
  .side_bar_cart .active_cart_list_row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.85);
    border-left: #228C8C 4px solid;
  }
  .side_bar_cart .active_cart_list_row:active {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.on-request-sort-price.ascending i.arrow_drop_up,
.on-request-sort-delivery.ascending i.arrow_drop_up {
  display: inline-block;
}
.on-request-sort-price.descending i.arrow_drop_down,
.on-request-sort-delivery.descending i.arrow_drop_down {
  display: inline-block;
}
.applicable_vehicles_modal .nav-tabs .nav-link.active {
  margin-bottom: 0;
  background-color: #228C8C;
  color: #fff !important;
}
.for_search_block .search-autocomplit-block .nav-tabs .nav-link.active {
  margin-bottom: 0;
  background-color: #228C8C;
  color: #fff !important;
}
.tree_vin_code_container .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #228C8C;
  margin-bottom: 0;
}
.tree_vin_code_container .jstree-default .jstree-node.jstree-open > .jstree-wholerow {
  background-color: rgba(35, 144, 144, 0.48);
}
.jstree-default .jstree-wholerow-clicked.jstree-wholerow-hovered,
.jstree-default .jstree-wholerow-clicked {
  background: rgba(35, 144, 144, 0.48);
}
.jstree-default .jstree-node {
  min-height: 30px;
  line-height: 30px;
}
.jstree-default .jstree-wholerow {
  height: 30px;
  border-bottom: 1px solid #fff;
}
.jstree-default .jstree-anchor {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 250px;
}
.jstree-default .jstree-wholerow-hovered {
  background: rgba(58, 147, 142, 0.5);
}
/*=====  End of State  ======*/
