@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic";
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.col-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.col-right {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.container-sidebar {
  padding: 0 0 0 250px;
}

.container-sidebar .col-sidebar {
  float: left;
  width: 220px;
  margin: 0 0 0 -250px;
  padding: 0 0 30px 0;
}

.container-sidebar .col-main {
  float: right;
  width: 100%;
  padding-bottom: 20px;
}

@media (max-width: 1050px) {
  .container-sidebar {
    padding: 0;
  }
  .container-sidebar .col-sidebar,
  .container-sidebar .col-main {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.container-right-sidebar {
  padding: 0 250px 0 0;
}

.container-right-sidebar .col-sidebar {
  float: right;
  width: 220px;
  margin: 0 -250px 0 0;
  padding: 0 0 20px 0;
}

.container-right-sidebar .col-main {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

@media (max-width: 1050px) {
  .container-right-sidebar {
    padding: 0;
  }
  .container-right-sidebar .col-sidebar,
  .container-right-sidebar .col-main {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.col-form {
  float: left;
  width: 480px;
}

.col-form-table {
  margin-left: 510px;
}

.row {
  position: relative;
}

.clearfix:after,
.container:after,
.row:after,
.page-header:after,
.form-inline:after,
.details dl:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 1050px) {
  .col-form {
    float: none;
    width: auto;
  }
  .col-form-table {
    margin-left: 0;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .col-left,
  .col-right {
    float: none;
    width: auto;
    padding: 0;
  }
  .col-sidebar,
  .col-main {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e0e0e0;
}

.table caption {
  margin-bottom: 2px;
  text-align: left;
  font-size: 17px;
}

.table thead th {
  padding: 4px 7px;
  text-align: left;
  color: #333333;
}

.table thead th a {
  color: #333333;
}

.table thead th a:hover {
  color: #da251d;
}

.table td, .table tbody th {
  padding: 4px 7px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

.table th:first-child,
.table td:first-child {
  padding-left: 15px;
}

.table th:last-child,
.table td:last-child {
  padding-right: 15px;
}

.table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}

.table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table th.price,
.table th.total {
  text-align: right;
}

.table td.price,
.table td.total,
.table td.purchase {
  width: 90px;
  text-align: right;
  white-space: nowrap;
}

.table td.total {
  font-weight: bold;
}

.table td.price-range {
  width: 180px;
  font-weight: bold;
  text-align: right;
}

.table td.details {
  width: 120px;
  text-align: right;
}

.table td.days,
.table td.delivery {
  width: 82px;
  text-align: right;
}

.table td.count {
  width: 60px;
  text-align: right;
  white-space: nowrap;
}

.table td.count input {
  width: 80px;
}

.table td.icons {
  white-space: nowrap;
}

.table td.icons span {
  padding-right: 2px;
}

.table td.status {
  white-space: nowrap;
  font-weight: bold;
}

.table td.icon {
  width: 28px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.table td.image {
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 52px;
}

.table td.image img {
  max-width: 48px;
  max-height: 48px;
}

.table tr.row-link td {
  cursor: pointer;
}

.table .product {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
}

.table .product p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #555;
}

.table tr.available {
  background-color: #e4f8d4 !important;
}

.table tr.active {
  background-color: #ffffcc;
}

.table tr.disabled {
  background-color: #f5f5f5 !important;
}

.table tr.canceled {
  background-color: #fff2ed !important;
}

.table tr.changed {
  background-color: #ffecb3 !important;
}

@media (max-width: 767px) {
  .table-container {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .table-responsive, .table-responsive tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .table-responsive caption {
    display: block;
    margin: 15px 0;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive tr {
    clear: left;
    display: block;
    position: relative;
    padding: 8px 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive tr:after {
    content: " ";
    display: table;
    clear: both;
  }
  .table-responsive tr:first-child,
  .table-responsive tbody tr:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .table-responsive td {
    display: block;
    float: left;
    padding: 0 8px 0 0;
    border: none !important;
  }
  .table-responsive th:first-child,
  .table-responsive td:first-child {
    padding-left: 0;
  }
  .table-responsive th:last-child,
  .table-responsive td:last-child {
    padding-right: 0;
  }
}

.inquiry-table .date {
  width: 120px;
}

.inquiry-table .brand {
  font-weight: bold;
  width: 150px;
}

.inquiry-table .car {
  font-weight: bold;
}

.inquiry-table .year {
  width: 50px;
}

@media (max-width: 767px) {
  .inquiry-table td {
    float: none;
    display: inline;
  }
  .inquiry-table .pass {
    display: none;
  }
  .inquiry-table .vin {
    clear: left;
    float: none;
    display: block;
  }
  .inquiry-table .description {
    float: none;
    display: block;
    padding: 0 !important;
  }
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:disabled option {
  color: #999;
}

optgroup {
  padding: 4px;
  font-style: normal;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time] {
  padding: 6px 8px;
  margin: 0;
  line-height: 20px;
  outline: none;
}

.form select, .form
textarea, .form
input[type=text], .form
input[type=password], .form
input[type=number], .form
input[type=email], .form
input[type=date], .form
input[type=time] {
  width: 350px;
  max-width: 100%;
}

.form-inline select, .form-inline
textarea, .form-inline
input[type=text], .form-inline
input[type=password], .form-inline
input[type=number], .form-inline
input[type=email], .form-inline
input[type=date], .form-inline
input[type=time] {
  width: 100%;
}

@media (max-width: 600px) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=number],
  input[type=email],
  input[type=date],
  input[type=time] {
    padding: 11px;
  }
  .form select, .form
  textarea, .form
  input[type=text], .form
  input[type=password], .form
  input[type=number], .form
  input[type=email], .form
  input[type=date], .form
  input[type=time] {
    width: 100%;
  }
}

.form {
  position: relative;
}

.form label {
  display: block;
  margin-top: 6px;
}

.form .checkbox label {
  display: inline;
  margin-bottom: 0;
}

.form textarea {
  height: 100px;
}

.form .field {
  margin: 0 0 10px 0;
  padding: 0;
}

.form .boolean-field label {
  float: none;
  display: inline;
  padding: 0;
  margin: 0;
}

.form .boolean-field .control {
  float: left;
  margin: 1px 4px 0 0;
}

.form .captcha-field img {
  float: left;
}

.form .captcha-field input {
  width: 100px !important;
}

.form .form-actions {
  clear: left;
  margin: 0 0 20px 0;
}

.form .help-text {
  font-size: 0.8em;
  color: #777;
}

.form .description {
  font-size: 0.9em;
  padding: 6px 8px;
}

.form-inline {
  margin: 0 0 20px 0;
  padding: 0;
}

.form-inline p {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 4px 4px 0;
  width: 160px;
}

.form-inline p.small {
  width: 100px;
}

.form-inline p.large {
  width: 240px;
}

.form-inline p.actions {
  padding: 0 4px 4px 0 !important;
  width: auto !important;
}

.form-inline label {
  display: block;
  font-size: 12px;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-inline input.date-from-input,
.form-inline input.date-to-input {
  width: 76px;
}

.form-inline input.date-to-input {
  margin-left: 4px;
}

@media (max-width: 600px) {
  .form-inline label {
    font-size: 1em;
  }
  .form-inline p {
    float: none;
    width: auto;
  }
  .form-inline .btn .hidden-caption {
    display: inline;
  }
}

.col-filter-form .form {
  padding: 10px 15px;
}

.col-filter-form .form h4 {
  margin: 8px 0;
  padding: 0;
}

.col-filter-form .form .field {
  margin: 0;
  padding: 0;
}

.col-filter-form .form label {
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: normal;
}

.col-filter-form .form .form-actions {
  padding-top: 20px;
}

.col-filter-form .btn-close,
.col-filter-form .filter-toggle-box {
  display: none;
}

@media (max-width: 670px) {
  .col-filter-form {
    float: none;
    width: auto;
  }
  .col-filter-form form,
  .col-filter-form.open .filter-toggle-box {
    display: none;
  }
  .col-filter-form.open form,
  .col-filter-form .filter-toggle-box {
    display: block;
  }
  .col-filter-form .btn-close {
    display: inline-block;
  }
}

.spin-edit {
  position: relative;
}

.spin-edit button {
  width: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.spin-edit button:last-child {
  margin-right: 0;
}

.spin-edit button, .spin-edit input {
  float: left;
  margin-right: 2px;
}

select.multiple {
  height: 36px;
}

.form .SumoSelect {
  width: 100% !important;
  max-width: 350px;
}

.form-inline .SumoSelect {
  width: 100% !important;
}

.SumoSelect .CaptionCont {
  width: 100%;
  padding: 6px 8px !important;
}

@media (max-width: 600px) {
  .SumoSelect .CaptionCont {
    padding: 11px !important;
  }
}

.SumoSelect .select-all {
  height: auto !important;
}

.SumoSelect .select-all label {
  position: relative;
  top: -2px;
}

.SumoSelect label {
  margin: 0;
  font-weight: normal;
  color: #333;
}

.SumoSelect .search-txt {
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 8px !important;
}

@media (max-width: 600px) {
  .SumoSelect .search-txt {
    padding: 11px !important;
  }
}

@media (max-width: 600px) {
  .form-actions {
    text-align: center;
  }
  .form-actions .btn {
    margin-bottom: 8px;
  }
}

.message-list {
  max-width: 640px;
}

.message-list .row {
  padding: 0;
  margin-bottom: 8px;
}

.message-list .row:last-child {
  margin-bottom: 0;
}

.message-list .sender {
  padding: 0 15px;
  line-height: 26px;
}

.message-list .date {
  float: right;
  font-size: 11px;
  color: #555;
}

.message-list .order {
  float: right;
  font-size: 11px;
  margin-right: 8px;
}

.message-list .order a {
  padding: 1px 5px;
  background-color: #999;
  color: #fff;
  border-radius: 4px;
}

.message-list .order a:hover {
  background-color: #777;
}

.message-list .text {
  padding: 5px 15px 8px 15px;
}

.message-list .unread {
  font-weight: bold;
}

.message-list .user {
  background-color: #f7f9fd;
}

.message-list .user .sender {
  background-color: #ebf1fd;
  color: #304884;
}

.message-list .manager {
  background-color: #fff7f7;
}

.message-list .manager .sender {
  background-color: #ffe4df;
  color: #a70101;
}

.message-form .field label {
  display: block;
  float: none;
  font-weight: bold;
}

.message-form .form textarea {
  max-width: 640px;
  height: 74px;
}

.message-form .form .control,
.message-form .form-actions {
  margin-left: 0;
}

.message-wrapper {
  max-height: 320px;
  margin-bottom: 10px;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .message-wrapper {
    max-height: inherit;
    overflow-y: visible;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
}

a {
  text-decoration: none;
  color: #1f5e97;
}

a:hover, a:active {
  text-decoration: none;
  color: #da251d;
}

a:focus {
  outline: none;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-danger {
  color: #e51c23 !important;
}

.text-success {
  color: #459801 !important;
}

.red {
  color: red !important;
}

.orange {
  color: orange !important;
}

.green {
  color: green !important;
}

.blue {
  color: blue !important;
}

.gray {
  color: #ccc !important;
}

.black {
  color: black !important;
}

.list-unstyled, .form ul, .dropdown-menu, .dropdown-menu ul, .pagination, .side-post-list ul, .side-menu > ul, .side-menu > ul ul, .tree-list, .tree-list ul, .tabs, .main-menu, .catalog-menu ul, .footer-menu ul, .manufacturer-list, .manufacturer-group-list ul, .col-sidebar .catalog-filter .selected ul, .col-sidebar .catalog-filter .field ul, .product-tile-list ul, .product-car-list, .product-car-list ul, .product-group-list, .user-address-select, .sidebar-menu ul, .brand-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
  margin: 20px 0 0 0;
  transition: opacity 0.2s ease, margin 0.2s ease;
}

.dropdown-menu.dropdown-open {
  visibility: visible;
  overflow: auto;
  opacity: 1;
  z-index: 100;
  height: auto;
  width: auto;
  margin: 0;
  min-width: 160px;
  max-width: 300px;
}

.dropdown-menu li > a,
.dropdown-menu li > .text {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.dropdown-menu li.caption {
  padding: 10px 15px;
  font-weight: bold;
}

.dropdown-menu ul li > a,
.dropdown-menu ul li > .text {
  padding-left: 30px;
}

.dropdown-menu .divider {
  padding: 0;
  height: 1px;
  background-color: #e0e0e0;
}

@media (max-width: 600px) {
  .dropdown-menu li > a,
  .dropdown-menu li > .text,
  .dropdown-menu li.caption {
    padding: 12px 15px;
  }
}

.dropdown-toggle .caret {
  transition: transform 0.2s ease;
}

.dropdown-open .caret {
  transform: rotate(180deg);
}

.phone {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.phone.phone050, .phone.phone066, .phone.phone095, .phone.phone099 {
  background-image: url("images/operators/vodafone.f24b3d4c00dc.png");
}

.phone.phone067, .phone.phone096, .phone.phone097, .phone.phone098, .phone.phone068 {
  background-image: url("images/operators/kyivstar.5c282f504b6e.png");
}

.phone.phone063, .phone.phone073, .phone.phone093 {
  background-image: url("images/operators/lifecell.20a4553f763a.png");
}

.page-settings {
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.page-settings ul .fa {
  font-size: 15px;
  width: 18px;
  color: #004685;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-align: center;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
}

.page-header {
  margin: 15px 0 10px 0;
}

.page-header h1 {
  display: inline;
  padding: 0;
  margin: 0;
}

.page-header img {
  float: left;
  margin: -8px 10px 0 0;
}

.page-header .page-logo {
  float: left;
  margin: -9px 10px 0 0;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}

.page-header .page-logo img {
  float: none;
  margin: 0;
  vertical-align: middle;
}

.page-header .catalog-groups {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .page-header {
    margin: 10px -15px;
    padding: 0 15px;
  }
  .page-header h1 {
    font-size: 18px;
  }
  .page-header > img {
    max-height: 32px;
    margin-top: -4px;
  }
  .page-header .sort-box,
  .page-header .page-settings {
    float: none;
    padding: 8px 0;
    margin: 0;
  }
  .page-header .sort-box:after,
  .page-header .page-settings:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-header .sort-box .dropdown,
  .page-header .page-settings .dropdown {
    float: right;
  }
  .page-header .sort-box .label,
  .page-header .page-settings .label {
    display: inline;
  }
}

@media (max-width: 600px) {
  .page-header h1 {
    font-size: 16px;
    font-weight: bold;
  }
}

.page-text {
  padding: 10px 0;
}

.breadcrumb {
  margin: 0 0 20px 0;
  font-size: 11px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb > li + li::before {
  content: "› ";
  padding: 0 5px;
  font-size: 16px;
  color: #becad5;
}

.pagination {
  margin: 20px 0;
}

.pagination li {
  display: inline;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  min-width: 36px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

.btn.btn-cart {
  padding-left: 0;
  padding-right: 0;
  width: 90px;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn .hidden-caption {
  display: none;
  margin-left: 4px;
}

.btn .badge {
  margin-left: 3px;
  padding: 2px 7px;
  background: #fff;
  border-radius: 10px;
  color: #333;
}

.form-actions .btn {
  margin: 0 8px 4px 0;
  padding: 6px 12px;
}

@media (max-width: 600px) {
  .btn,
  .form-actions .btn {
    padding: 11px;
    min-width: 44px;
  }
}

.thumbnail {
  display: block;
  padding: 2px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

a.thumbnail:hover {
  border-color: #004685;
}

.alert {
  position: relative;
  padding: 20px 40px;
  margin-bottom: 5px;
}

.alert .close {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  background: none;
  border: none;
  opacity: 0.75;
  cursor: pointer;
}

.alert .close:hover {
  opacity: 1;
}

.alert:before {
  position: absolute;
  left: 15px;
  top: 19px;
  font: normal normal normal 21px/1 FontAwesome;
  text-rendering: auto;
  color: inherit;
}

.alert.alert-info:before {
  content: "\f05a";
}

.alert.alert-success:before {
  content: "\f00c";
}

.alert.alert-warning:before {
  content: "\f071";
}

.alert.alert-error:before {
  content: "\f06a";
}

.panel {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.panel .panel-heading {
  padding: 8px 20px;
  background-color: #f5f5f5;
}

.panel .panel-heading h4 {
  padding: 0;
  margin: 0;
}

.panel .panel-body {
  padding: 10px 20px;
}

.panel-collapse .panel-heading {
  cursor: pointer;
}

.page-tools {
  padding-bottom: 4px;
}

.sort-box {
  white-space: nowrap;
}

.sort-box .dropdown-menu .fa {
  float: right;
  padding: 3px 0 0 4px;
}

.page-header .sort-box {
  float: right;
}

.page-tools .sort-box {
  float: right;
}

.dl-horizontal dt {
  float: left;
  font-weight: bold;
  width: 250px;
  margin-bottom: 8px;
}

.dl-horizontal dd {
  margin-bottom: 8px;
}

.details {
  max-width: 640px;
}

.details dl {
  clear: left;
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
}

.details dt {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  color: #555;
}

.details dd {
  margin: 0;
  padding: 0 0 0 160px;
  color: #000;
}

.post-list .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.post-list .row:last-child {
  border: none;
  margin-bottom: 0;
}

.post-list .title {
  text-align: left;
  font-size: 20px;
  padding: 0 0 15px 0;
  margin: 0;
}

.post-list .image {
  float: left;
  margin-right: 15px;
}

.post-list .info {
  padding-top: 15px;
  text-align: right;
  font-size: 13px;
  color: #888;
}

.post-list .text {
  text-align: justify;
}

.post-list p {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 600px) {
  .post-list .image {
    float: none;
    margin: 0;
  }
  .post-list .image img {
    width: 100%;
  }
}

.post h1 {
  margin: 20px 0;
  padding: 0;
}

.post .info {
  padding-bottom: 15px;
  font-size: 13px;
  color: #888;
}

.post .image {
  margin-bottom: 15px;
}

.post .image img {
  width: 100%;
}

.post .text {
  margin: 0 auto;
  padding-bottom: 2em;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.post p {
  text-indent: 20px;
}

.side-post-list h3 {
  font-size: 17px;
  margin: 0;
  padding: 20px 0;
}

.side-post-list li {
  padding-bottom: 20px;
}

.side-post-list img {
  width: 100%;
}

.modal-box {
  position: relative;
  margin: 40px auto;
  padding: 15px;
  min-width: 300px;
  max-width: 480px;
  min-height: 100px;
  background: #fff;
}

.modal-box h3 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  color: #000;
}

.modal-box .actions {
  padding: 20px 0;
  text-align: center;
}

.side-menu {
  position: fixed;
  width: 275px;
  height: 100%;
  left: -290px;
  top: 0;
  z-index: 1003;
  background-color: #fff;
  visibility: hidden;
  overflow: auto;
}

.side-menu.open {
  visibility: visible;
  left: 0;
  transition: left 0.2s linear;
}

.side-menu > ul a {
  display: block;
  padding: 8px 15px;
  outline: none;
}

.side-menu > ul .icon {
  width: 20px;
}

.side-menu > ul ul {
  display: none;
}

.side-menu > ul ul a {
  padding-left: 38px;
}

.side-menu > ul .caret {
  float: right;
  font-size: 18px;
  transition: 0.2s all ease;
}

.side-menu > ul .open ul {
  display: block;
}

.side-menu > ul .open .caret {
  transform: rotate(180deg);
}

.side-menu > ul .badge {
  float: right;
  padding: 1px 6px;
  margin-left: 2px;
}

.side-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1001;
  background: transparent;
  cursor: pointer;
}

.side-menu-overlay.open {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.2s linear;
}

.side-menu-overlay.open:before {
  content: "×";
  position: absolute;
  top: 2px;
  left: 280px;
  color: #f5f5f5;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.content-loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  cursor: progress;
}

.content-loading p {
  position: relative;
  top: 50%;
  margin: -40px 0 0 0;
  padding: 0;
  text-align: center;
}

.tree-list ul {
  display: none;
  padding-left: 20px;
}

.tree-list a {
  position: relative;
  display: inline-block;
  padding: 2px 4px 2px 20px;
}

.tree-list a:before {
  content: "\f016";
  position: absolute;
  left: 0;
  top: 4px;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  color: #0066cc;
}

.tree-list a.folder {
  color: #000;
}

.tree-list a.folder:hover {
  color: #da251d;
}

.tree-list a.folder:before {
  content: "\f07b";
  color: #ffcc66;
}

.tree-list .open > a:before {
  content: "\f07c";
}

.tipso_bubble {
  z-index: 10000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 13px;
}

.tipso_style {
  border-bottom: none;
}

.tip-style {
  border-bottom: 1px dotted #333;
}

.tip-content {
  display: none;
}

.tip-details {
  font-size: 12px;
  text-align: left;
}

.tip-details h4 {
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

.tip-details dl {
  clear: left;
  padding: 4px 0;
  margin: 0;
  border-bottom: 1px solid #b9b37c;
}

.tip-details dl:last-child {
  border-bottom: none;
}

.tip-details dt {
  display: inline-block;
  padding: 0 4px 0 0;
  margin: 0;
  width: 140px;
  color: #897249;
}

.tip-details dd {
  display: inline;
  padding: 0;
  margin: 0;
  color: #000;
}

#image-tip {
  position: absolute;
  border: 2px solid #004685;
  background: #fff;
  display: none;
  z-index: 10000;
}

#image-tip img {
  max-width: 256px;
  max-height: 256px;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  top: 80px;
  width: 40px;
  height: 40px;
  background: #999;
  opacity: 0.4;
  color: #fff;
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
}

#scroll-top:hover {
  opacity: 0.6;
}

#scroll-top span {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}

.inquiry-teaser {
  background-color: #ffff8b;
  padding: 9px 0;
}

.inquiry-teaser .close {
  float: right;
  position: relative;
  top: 4px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}

.inquiry-teaser .text1,
.inquiry-teaser .text2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
}

.inquiry-teaser .text1 {
  color: #3a3a3a;
}

.inquiry-teaser .text2 {
  color: red;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-title a {
  color: #f5f5f5;
  font-size: 12px;
}

.mfp-title a:hover {
  color: #fff;
}

.tabs {
  margin-bottom: 20px;
}

.tabs li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #e0e0e0;
}

.tabs li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.tabs a {
  font-weight: bold;
}

.tabs .active a {
  color: #000;
}

@media (max-width: 600px) {
  #scroll-top {
    right: 10px;
  }
  .inquiry-teaser .text2 {
    display: block;
    padding-bottom: 4px;
  }
}

body {
  background-color: #f5f5f5;
}

header {
  display: block;
  position: relative;
  border-top: 44px solid #555;
}

header > .container {
  padding: 0;
}

.header-contacts {
  position: absolute;
  top: -44px;
  left: 0;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  white-space: normal;
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-contacts p {
  display: inline;
  margin: 0 4px 0 0;
  padding: 0;
}

.header-contacts a {
  color: #fff;
  white-space: nowrap;
}

.header-contacts a:hover .caption {
  border-bottom: 1px dotted #fff;
}

.header-contacts .fa {
  margin-right: 3px;
}

.header-contacts .hotline {
  margin-right: 15px;
}

.header-contacts .hotline .label {
  display: none;
}

.header-contacts-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
}

.header-contacts-toggle button {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #e0e0e0;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  color: #004685;
  cursor: pointer;
  outline: none;
}

.header-contacts-toggle button:hover, .header-contacts-toggle button.open {
  background: #004685;
  color: #fff;
}

.header-user {
  position: absolute !important;
  top: -44px;
  right: 0;
  z-index: 2;
}

.header-user > a {
  display: block;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  background-color: #11a55a;
  color: #fff;
  outline: none;
}

.header-user > a:hover, .header-user > a.dropdown-open {
  background-color: #0f9350;
}

.header-user .dropdown-menu {
  width: 250px;
}

.header-user .user-balance.caption {
  display: block;
  font-weight: normal;
  background-color: #ffa;
  font-size: 13px;
}

.header-user .user-balance.caption span {
  display: block;
  clear: left;
}

.header-user .user-balance.caption b {
  float: right;
}

.header-logo {
  position: relative;
  float: left;
  padding: 10px 0 10px 0;
}

.header-search {
  position: relative;
  padding: 20px 0 0 0;
  margin: 0 320px 0 230px;
}

.header-search input[type=text] {
  width: 100%;
  padding: 10px 50px 10px 12px;
  font-size: 16px;
  border: 2px solid #becad5;
}

.header-search button {
  position: absolute;
  padding: 6px;
  right: 8px;
  top: 22px;
  background: none;
  border: none;
  font-size: 21px;
  color: #1f5e97;
  cursor: pointer;
}

.header-search button:last-child {
  display: none;
}

.header-search button:hover {
  color: #da251d;
}

.header-search p {
  padding: 2px 0 4px 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  text-transform: lowercase;
}

.header-search .divider {
  margin: 0 4px;
  color: #aaa;
}

.header-cart,
.header-order {
  position: absolute;
  right: 0;
  top: 20px;
}

.header-cart a,
.header-order a {
  display: block;
  position: relative;
  width: 150px;
  height: 44px;
  line-height: 44px;
  background-color: #fdfdfd;
  font-size: 14px;
  font-weight: bold;
  color: #1f5e97;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
  transition: 0.2s background ease;
}

.header-cart a:hover,
.header-order a:hover {
  background-color: #f2f2f2;
  border-color: #ccc;
  border-bottom-color: #aaa;
  box-shadow: inset 0 -1px 0 #aaa;
  color: #222;
}

.header-cart a:hover .icon,
.header-order a:hover .icon {
  color: #da251d;
}

.header-cart .icon,
.header-order .icon {
  float: left;
  font-size: 21px;
  padding: 11px 8px 0 10px;
}

.header-cart .count,
.header-order .count {
  position: absolute;
  right: 8px;
  top: 10px;
  padding: 0 8px;
  background-color: #da251d;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}

.header-cart {
  right: 160px;
}

.header-menu {
  clear: both;
  background-color: #004685;
}

.header-menu:after {
  content: " ";
  display: table;
  clear: both;
}

.main-menu > li {
  float: left;
}

.main-menu > li > a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s background ease;
}

.main-menu > li > a:hover, .main-menu > li > a.dropdown-open {
  background-color: #00315d;
}

.main-menu a sup {
  color: #da251d;
}

.header-language {
  float: right;
  padding: 0 5px;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
}

.header-language a {
  margin-left: 5px;
  color: #fff;
}

.header-language span {
  margin-left: 5px;
}

.header-currency {
  float: right;
}

.header-currency > a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  font-weight: bold;
  color: #fff;
  transition: 0.2s background ease;
}

.header-currency > a:hover, .header-currency > a.dropdown-open {
  background-color: #00315d;
}

.header-currency .dropdown-menu {
  width: 240px;
}

.header-currency .value {
  float: right;
  color: #333;
}

.header-search-open,
.side-menu-open {
  display: none;
}

#your-manager {
  display: block;
  position: absolute;
  top: -14px;
  left: 4px;
  font-size: 0.7em;
}

main {
  display: block;
  background-color: #fff;
  min-height: 400px;
  padding-bottom: 20px;
}

.catalog-menu {
  position: relative;
  margin: 10px -15px;
  background-color: #fbfbfb;
}

.catalog-menu li {
  float: left;
  width: 33.3%;
}

.catalog-menu li:nth-child(3),
.catalog-menu li:nth-child(6),
.catalog-menu li:nth-child(9) {
  width: 33.4%;
}

.catalog-menu i {
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 34px;
  color: #aaa;
}

.catalog-menu a {
  display: block;
  position: relative;
  padding: 15px 15px 0 70px;
  height: 92px;
  overflow: hidden;
}

.catalog-menu a:hover {
  background-color: #f5f5f5;
}

.catalog-menu a:hover i {
  color: #da251d;
}

.catalog-menu span {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  color: #555;
}

.catalog-menu strong {
  text-transform: uppercase;
}

@media (max-width: 850px) {
  .catalog-menu li {
    width: 50% !important;
  }
}

@media (max-width: 600px) {
  .catalog-menu li {
    float: none;
    width: auto !important;
  }
  .catalog-menu a {
    padding: 10px 15px 10px 47px;
    height: auto;
  }
  .catalog-menu i {
    left: 15px;
    font-size: 21px;
  }
}

footer {
  padding: 10px 0 20px 0;
  font-size: 12px;
  color: #555;
}

footer h4 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

footer p {
  margin: 0 0 4px 0;
  padding: 0;
}

.footer-contacts,
.footer-phones {
  float: left;
  width: 33%;
}

.footer-menu {
  float: right;
  width: 30%;
}

.footer-menu li {
  float: left;
  width: 50%;
  margin: 0 0 4px 0;
}

.empty-list {
  text-align: center;
  padding: 35px 0;
  border: 1px solid #e0e0e0;
}

#liveinternet {
  position: absolute;
  top: 16px;
  right: 0;
  width: 88px;
  height: 31px;
}

#liveinternet a {
  border: none;
}

#liveinternet a:hover {
  border: none;
}

@media (max-width: 1200px) {
  .header-top,
  .header-logo,
  .header-contacts {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  header {
    border-top: none;
  }
  .header-top,
  .header-language,
  .main-menu {
    display: none;
  }
  .header-contacts {
    display: none;
    position: static;
    clear: left;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 2px 20px;
    overflow: visible;
    white-space: normal;
    line-height: 24px;
    color: #333;
    border-top: 1px solid #e0e0e0;
  }
  .header-contacts.open {
    display: block;
  }
  .header-contacts p {
    display: block;
    margin: 2px 0;
  }
  .header-contacts a {
    color: #000;
  }
  .header-contacts .hotline .label {
    display: inline;
  }
  .header-contacts .hotline a {
    color: #da251d;
  }
  .header-contacts-toggle {
    display: block;
  }
  .header-search {
    margin-right: 75px;
  }
  .header-menu {
    position: relative;
    height: 50px;
  }
  .header-item {
    position: relative !important;
    float: right;
    top: auto;
    right: auto;
  }
  .header-item > a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    font-size: 21px;
    color: #fff;
  }
  .header-item > a:hover, .header-item > a.dropdown-open {
    background-color: #00315d;
  }
  .header-item > a > .icon {
    float: none;
    font-size: 21px;
    padding: 0;
    color: #fff !important;
  }
  .header-item > a > .caption,
  .header-item > a > .caret {
    display: none;
  }
  .header-item > a > .count {
    padding: 0 4px;
    line-height: 16px;
    font-size: 11px;
    border-radius: 6px;
  }
  .header-currency > a {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }
  .side-menu-open {
    display: block;
    float: left;
  }
  .sidebar-menu {
    display: none;
  }
  .footer-contacts,
  .footer-phones {
    width: 50%;
  }
  .footer-menu {
    float: none;
    width: auto;
  }
  .footer-menu li {
    width: 140px;
  }
}

@media (max-width: 600px) {
  .header-search {
    display: none;
  }
  .header-search.open {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0 100px 0 10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-color: #004685;
    z-index: 10;
  }
  .header-search input {
    margin-top: 3px;
  }
  .header-search button {
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 21px;
  }
  .header-search button:last-child {
    display: block;
    right: 0;
  }
  .header-search button:hover {
    background-color: #00315d;
    color: #fff;
  }
  .header-search-open {
    display: block;
  }
  .header-logo {
    padding-left: 15px;
  }
  .footer-contacts,
  .footer-phones {
    float: none;
    width: auto;
  }
}

.manufacturer-list {
  float: left;
  width: 25%;
}

.manufacturer-list li {
  padding: 2px 0;
}

@media (max-width: 992px) {
  .manufacturer-list {
    float: none;
    width: auto;
  }
}

.manufacturer-detail-image {
  float: left;
  margin: 0 10px 0 0;
}

.manufacturer-detail-image img {
  max-width: 250px;
  max-height: 250px;
}

@media (max-width: 767px) {
  .manufacturer-detail-image {
    float: none;
    width: auto;
  }
  .manufacturer-detail-image img {
    max-width: 100%;
    max-height: 100px;
  }
}

.manufacturer-group-list ul {
  float: left;
  width: 50%;
  min-width: 350px;
}

.manufacturer-group-list ul li {
  padding: 2px;
}

.manufacturer-group-list ul li:hover {
  background-color: #f5f5f5;
}

.manufacturer-group-list ul .count {
  float: right;
  font-size: 12px;
  color: #999;
  padding: 2px 5px;
}

.model-filter {
  margin-bottom: 20px;
}

.model-filter ul {
  height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #888;
}

.model-filter ul li {
  display: inline;
}

.model-filter ul > li + li::before {
  content: "| ";
  padding: 0 5px;
  font-size: 16px;
  color: #e0e0e0;
}

.model-filter ul a {
  color: #3d3d3d;
}

.model-filter ul a:hover {
  color: #004685;
}

.model-filter .toggle {
  float: right;
  font-size: 12px;
  padding: 4px 0 0 20px;
}

.model-filter .toggle .close {
  display: none;
}

.model-filter.open .toggle .open {
  display: none;
}

.model-filter.open .toggle .close {
  display: inline;
}

.model-filter.open .toggle ul {
  height: auto;
}

@media (max-width: 1050px) {
  .model-filter {
    display: none;
  }
}

#model-filter-toggle {
  cursor: pointer;
  color: #004685;
}

#model-filter-toggle:hover {
  color: #333;
}

@media (max-width: 767px) {
  .model-table .brand {
    padding-right: 16px;
    font-weight: bold;
  }
  .model-table .body {
    clear: left;
    float: none;
  }
  .model-table .year {
    float: right;
  }
}

.car-table {
  vertical-align: middle;
}

.car-table small {
  display: none;
  color: #999;
}

@media (max-width: 767px) {
  .car-table, .car-table tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .car-table thead {
    display: none;
  }
  .car-table td {
    display: block;
    float: left;
    padding: 0 8px 0 0;
    border: none;
  }
  .car-table small {
    display: inline;
  }
  .car-table .brand {
    font-weight: bold;
  }
  .car-table .year {
    float: right;
    padding: 0;
  }
  .car-table .body,
  .car-table .volume {
    padding: 0 10px;
    font-size: 13px;
    border-right: 1px solid #e0e0e0;
  }
  .car-table .body {
    clear: left;
    padding-left: 0;
  }
  .car-table .power {
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .car-table .engines {
    clear: left;
    float: none;
    padding: 0;
    font-size: 12px;
    text-align: right;
  }
}

@media (max-width: 320px) {
  .car-table .year {
    border-right: none;
  }
  .car-table .volume {
    clear: left;
  }
}

.col-sidebar .car-filter {
  margin-top: 15px;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
}

.col-sidebar .car-filter .car-filter-header {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: left;
}

.col-sidebar .car-filter label {
  display: block;
  font-size: 12px;
}

.col-sidebar .car-filter input,
.col-sidebar .car-filter select {
  width: 100%;
}

.col-sidebar .car-filter .count {
  display: none;
}

.page-tools .car-filter p {
  float: left;
  margin: 0;
  padding: 0 4px 4px 0;
}

.page-tools .car-filter label {
  display: none;
}

.page-tools .car-filter select,
.page-tools .car-filter input {
  width: 120px;
}

.page-tools .car-filter .btn .caption {
  display: none;
}

.page-tools .car-filter #id_brand {
  width: 140px;
}

.page-tools .car-filter #select_model {
  width: 220px;
}

.page-tools .car-filter #select_year {
  clear: left;
  width: 65px;
}

.page-tools .car-filter #select_volume {
  width: 75px;
}

.page-tools .car-filter .count {
  display: none !important;
}

@media (max-width: 1050px) {
  .page-tools .car-filter p {
    width: 33.33%;
  }
  .page-tools .car-filter select {
    width: 100% !important;
  }
  .page-tools .car-filter .btn .caption {
    display: inline;
    margin-left: 4px;
  }
}

@media (max-width: 680px) {
  .page-tools .car-filter p {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .page-tools .car-filter p {
    float: none;
    width: auto;
  }
}

.car-filter-open,
.car-filter-close,
.car-filter-clear {
  display: none;
}

@media (max-width: 1050px) {
  .car-filter,
  .sidebar-car-filter {
    display: none;
  }
  .car-filter.open,
  .sidebar-car-filter.open {
    display: block;
  }
  .car-filter-close {
    display: inline-block;
  }
  .page-tools .car-filter-open {
    display: block;
    float: left;
  }
  .col-sidebar .car-filter-open {
    display: block;
    clear: both;
    padding: 5px 0;
  }
  .car-filter-open .btn.open {
    display: none;
  }
}

.spec-filter h4 {
  position: relative;
  margin: 0 -15px;
  padding: 8px 15px;
  border-top: 1px solid #e0e0e0;
  font-size: 13px;
  font-weight: bold;
}

.spec-filter h4:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.spec-filter ul {
  display: none;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  font-size: 13px;
}

.spec-filter ul.open {
  display: block;
}

.spec-filter ul li {
  padding: 2px 0;
}

.catalog-index {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-size: 1.1em;
}

.catalog-index ul {
  list-style: none;
  padding-left: 20px;
}

.col-sidebar .catalog-filter .selected li {
  padding: 2px 0;
}

.col-sidebar .catalog-filter .selected button {
  position: relative;
  padding: 3px 20px 3px 8px;
  border: none;
  border-radius: 3px;
  background: #e3e3e3;
  cursor: pointer;
  text-align: left;
}

.col-sidebar .catalog-filter .selected button span {
  color: #999;
}

.col-sidebar .catalog-filter .selected button:after {
  position: absolute;
  display: inline-block;
  right: 4px;
  top: 50%;
  content: "×";
  font-size: 22px;
  font-family: serif;
  line-height: 0;
}

.col-sidebar .catalog-filter .selected .clear {
  padding-top: 10px;
  text-align: right;
}

.col-sidebar .catalog-filter .selected .clear a {
  color: #000;
}

.col-sidebar .catalog-filter .selected .clear a:hover {
  color: #da251d;
}

.col-sidebar .catalog-filter .field {
  padding: 5px 0;
}

.col-sidebar .catalog-filter .field > label {
  position: relative;
  display: block;
  padding: 5px 0 5px 18px;
  cursor: pointer;
}

.col-sidebar .catalog-filter .field > label:before {
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  text-align: center;
  content: "\f0da";
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  color: inherit;
  transition: transform 0.2s ease;
}

.col-sidebar .catalog-filter .field input[type=text] {
  display: none;
  width: 100%;
}

.col-sidebar .catalog-filter .field input[type=checkbox] {
  margin-right: 8px;
}

.col-sidebar .catalog-filter .field ul {
  max-height: 0;
  overflow: hidden;
}

.col-sidebar .catalog-filter .field ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col-sidebar .catalog-filter .field ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.col-sidebar .catalog-filter .field ul::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.col-sidebar .catalog-filter .field ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.col-sidebar .catalog-filter .field.open ul {
  max-height: 300px;
  overflow: auto;
}

.col-sidebar .catalog-filter .field.open input[type=text] {
  display: inline-block;
}

.col-sidebar .catalog-filter .field.open > label:before {
  transform: rotate(90deg);
}

.col-sidebar .catalog-filter .actions {
  padding: 10px 0;
}

.catalog-tools {
  position: relative;
  height: 0;
}

.catalog-tools .page-settings {
  position: absolute;
  right: 0;
  top: -65px;
  text-align: right;
}

#catalog-filter-open,
#catalog-filter-close {
  display: none;
}

@media (max-width: 1050px) {
  #catalog-filter-open,
  #catalog-filter-close {
    display: inline-block;
  }
  #catalog-filter-open.open {
    display: none;
  }
  .catalog-filter {
    display: none;
    padding: 0 0 10px 0;
  }
  .catalog-filter > p {
    width: 25%;
  }
  .catalog-filter.open {
    display: block;
  }
  .catalog-tools {
    height: auto;
    padding-bottom: 10px;
  }
  .catalog-tools .page-settings {
    position: static;
    float: right;
  }
}

@media (max-width: 767px) {
  .catalog-filter > p {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .catalog-filter > p {
    float: none;
    width: auto;
  }
}

.product-cars-show {
  margin-left: 10px;
  padding: 4px 0;
  color: #777;
  border: none;
  background: none;
  cursor: pointer;
}

.product-tile-list {
  padding-bottom: 30px;
}

.product-tile-list .product {
  display: block;
  position: relative;
  float: left;
  width: 33.3%;
  height: 320px;
  overflow: hidden;
}

.product-tile-list .product .wrapper {
  padding: 15px;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease;
}

.product-tile-list .product:hover {
  overflow: visible;
}

.product-tile-list .product:hover .wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: #fff;
  border-color: #e0e0e0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.product-tile-list .product:hover .wrapper ul {
  max-height: 230px;
}

.product-tile-list .name {
  padding: 8px 0 4px 0;
  font-size: 1.1em;
  line-height: 1.2;
}

.product-tile-list .image {
  text-align: center;
  height: 150px;
}

.product-tile-list .image img {
  max-width: 100%;
  max-height: 150px;
}

.product-tile-list ul {
  font-size: 12px;
  color: #555;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.product-tile-list ul li {
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}

.product-tile-list ul .label {
  color: #888;
  margin-right: 4px;
}

.product-tile-list .not-available,
.product-tile-list .price-range {
  padding-top: 4px;
  font-size: 1.1em;
  font-weight: bold;
  color: #999;
}

.product-tile-list .price-range {
  color: #336600;
}

@media (max-width: 767px) {
  .product-tile-list .product {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .product-tile-list .product {
    float: none;
    width: auto;
    height: auto;
    overflow: visible;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  .product-tile-list .product .wrapper {
    position: static !important;
    padding: 0 !important;
    border: none !important;
    transition: none !important;
    box-shadow: none !important;
  }
  .product-tile-list .product ul {
    max-height: none !important;
    overflow: visible !important;
    transition: none !important;
  }
}

.product-info-list dl {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 5px 15px;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}

.product-info-list dt {
  float: left;
  width: 140px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.product-info-list dd {
  padding: 0;
  margin: 0 0 0 150px;
}

.modal-box .product-info-list {
  margin: 0  -15px;
}

.product-info-list dl {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 5px 15px;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}

.product-info-list dt {
  float: left;
  width: 140px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.product-info-list dd {
  padding: 0;
  margin: 0 0 0 150px;
}

.modal-box .product-info-list {
  margin: 0  -15px;
}

.product-car-list ul {
  display: none;
}

.product-car-list ul .folder {
  padding-left: 25px;
}

.product-car-list ul .item {
  padding-left: 40px;
}

.product-car-list .open > ul {
  display: block;
}

.product-car-list .folder,
.product-car-list .item {
  display: block;
  font-weight: normal;
  padding: 8px 15px;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  color: #000;
}

.product-car-list .folder:hover {
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
}

.product-car-list em {
  float: right;
  font-style: normal;
  color: #777;
}

.product-car-list .caret {
  float: left;
  display: block;
  padding-top: 3px;
  font-size: 14px;
  width: 14px;
  text-align: center;
}

.product-car-list .open > .folder .caret {
  transform: rotate(90deg);
}

.modal-box .product-car-list {
  margin: 0  -15px;
}

.product-image-list {
  overflow: hidden;
}

.product-image-list .thumbnail {
  float: left;
  margin: 4px 4px 4px 0;
}

.product-image-list .thumbnail span {
  display: table-cell;
  width: 96px;
  height: 96px;
  padding: 2px;
  margin: 4px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 600px) {
  .product-image-list .thumbnail span {
    width: 75px;
    height: 75px;
  }
}

.product-image-list .thumbnail img {
  max-width: 100%;
  max-height: 100%;
}

.product-table td,
.product-price-table td {
  vertical-align: middle;
}

.product-table td.product-image,
.product-price-table td.product-image {
  padding-top: 0;
  padding-bottom: 0;
  width: 40px;
  vertical-align: middle;
}

.product-table td.product-image a,
.product-price-table td.product-image a {
  display: block;
  line-height: 10px;
}

.product-table td.product-image img,
.product-price-table td.product-image img {
  margin: 0;
  max-width: 32px;
  max-height: 32px;
}

.product-table .manufacturer,
.product-price-table .manufacturer {
  font-weight: bold;
  width: 160px;
}

.product-table .number,
.product-price-table .number {
  white-space: nowrap;
}

.product-table .name,
.product-price-table .name {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 1.2;
}

.product-table .icons,
.product-price-table .icons {
  width: 96px;
  white-space: nowrap;
  padding: 0;
  vertical-align: middle;
}

.product-table .btn,
.product-price-table .btn {
  padding: 4px 0;
  min-width: 30px;
}

.product-table .active .number,
.product-table .available .number,
.product-price-table .active .number,
.product-price-table .available .number {
  font-weight: bold;
}

.product-table .action,
.product-table .action-more,
.product-price-table .action,
.product-price-table .action-more {
  width: 110px;
  text-align: right;
  vertical-align: middle;
  padding: 2px 0 2px 4px;
}

.product-table .action .btn,
.product-table .action-more .btn,
.product-price-table .action .btn,
.product-price-table .action-more .btn {
  width: 100%;
}

@media (max-width: 680px) {
  .product-table .icons .btn,
  .product-table .stock .btn,
  .product-price-table .icons .btn,
  .product-price-table .stock .btn {
    font-size: 18px;
  }
  .product-table .btn,
  .product-price-table .btn {
    padding: 12px 0 !important;
    min-width: 44px !important;
  }
}

.product-table .date {
  width: 100px;
  text-align: right;
}

@media (max-width: 767px) {
  .product-table .manufacturer {
    min-width: 150px;
    padding: 0 4px 4px 0;
  }
  .product-table .number {
    min-width: 120px;
    padding: 0 4px 4px 0;
  }
  .product-table .name {
    padding: 2px 4px 4px 0;
  }
  .product-table .icons {
    clear: left;
    padding: 0;
  }
  .product-table .price-range {
    float: none;
    position: absolute;
    padding: 0;
    bottom: 16px;
    right: 112px;
  }
  .product-table .action {
    float: right;
    padding: 0 0 0 10px;
    width: 100px;
  }
  .product-table .date {
    float: right;
    width: auto;
    padding-top: 12px;
  }
}

@media (max-width: 680px) {
  .product-table .price-range {
    bottom: 21px;
  }
  .product-table .date {
    padding-top: 14px;
  }
}

@media (max-width: 400px) {
  .product-table .name {
    padding-right: 120px;
  }
  .product-table .price-range {
    bottom: 55px;
    right: 20px;
  }
}

.product-price-table .offer td,
.product-price-table .more-offers td {
  border: none;
}

.product-price-table .stock {
  white-space: nowrap;
  padding: 0 4px !important;
  vertical-align: middle;
}

.product-price-table .stock.stock-name {
  width: 50px;
}

.product-price-table .stock.stock-name small {
  display: inline-block;
}

.product-price-table .stock.stock-stat {
  width: 32px;
}

.product-price-table .stock.stock-stat.stock-name {
  width: 90px;
}

.product-price-table .delivery {
  width: 64px;
  text-align: right;
  white-space: nowrap;
}

.product-price-table .in-stock {
  font-size: 11px;
  font-weight: bold;
}

.product-price-table .count {
  width: 60px;
  text-align: right;
  white-space: nowrap;
}

.product-price-table .purchase,
.product-price-table .price {
  font-weight: bold;
}

.product-price-table .purchase {
  color: #da251d;
}

.product-price-table .btn-cart i {
  display: none;
}

.product-price-table .offer-toggle {
  font-size: 11px;
}

.product-price-table .offer-toggle .close {
  display: none;
}

.product-price-table .offer-toggle.open .close {
  display: inline;
}

.product-price-table .offer-toggle.open .open {
  display: none;
}

@media (max-width: 1050px) {
  .product-price-table,
  .product-price-table tbody {
    display: block;
    width: 100%;
  }
  .product-price-table thead {
    display: none;
  }
  .product-price-table tr {
    position: relative;
    clear: left;
    display: block;
    padding: 4px 15px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    text-align: right;
  }
  .product-price-table td {
    display: inline-block;
    float: left;
    padding: 0;
    border: none !important;
    background: none !important;
  }
  .product-price-table tr.heading {
    padding: 0;
  }
  .product-price-table tr.heading th {
    float: none !important;
    display: block !important;
  }
  .product-price-table .offer,
  .product-price-table .more-offers {
    border: none;
  }
  .product-price-table .pass {
    display: none;
  }
  .product-price-table .manufacturer,
  .product-price-table .number {
    float: left;
    min-width: 150px;
    padding: 0 4px 4px 0 !important;
  }
  .product-price-table .name {
    float: none;
    display: block;
    padding: 0 0 5px 0;
  }
  .product-price-table .icons {
    clear: left;
    width: auto;
    padding-right: 3px;
  }
  .product-price-table .stock,
  .product-price-table .delivery,
  .product-price-table .count,
  .product-price-table .price,
  .product-price-table .purchase {
    float: none;
    padding: 6px 4px;
    margin-right: -4px;
  }
  .product-price-table .stock {
    float: none;
    padding: 0;
  }
  .product-price-table .action,
  .product-price-table .action-more {
    float: none;
    padding: 0 !important;
    margin-left: 8px;
    width: 90px;
  }
  .product-price-table .action-more {
    float: right;
  }
}

@media (max-width: 680px) {
  .product-price-table .name {
    clear: left;
    float: none;
    padding: 0 0 4px 0;
  }
}

@media (max-width: 600px) {
  .product-price-table .purchase {
    display: none;
  }
}

@media (max-width: 540px) {
  .product-price-table .stock {
    display: block;
    clear: left;
    float: left;
  }
  .product-price-table .stock-icon {
    padding-top: 0;
    width: 50px !important;
  }
  .product-price-table .stock-name {
    width: 60px !important;
    padding-top: 12px !important;
    text-align: left;
  }
  .product-price-table .stock-name small {
    padding-top: 2px;
  }
  .product-price-table .icons {
    padding-bottom: 2px;
  }
  .product-price-table .delivery,
  .product-price-table .count,
  .product-price-table .price {
    float: left;
    padding: 12px 0;
  }
  .product-price-table .price {
    position: absolute;
    padding: 12px 0;
    right: 120px;
    bottom: 4px;
  }
  .product-price-table .action {
    position: absolute;
    right: 15px;
    bottom: 4px;
  }
}

@media (max-width: 400px) {
  .product-price-table .manufacturer,
  .product-price-table .number {
    min-width: 0;
  }
  .product-price-table .price {
    right: 105px;
  }
  .product-price-table .action,
  .product-price-table .action-more {
    width: 80px;
  }
  .product-price-table .stock {
    float: none;
    padding: 0 !important;
    line-height: 1;
    width: auto;
    height: 12px;
  }
  .product-price-table .stock small {
    width: auto;
  }
  .product-price-table .delivery,
  .product-price-table .count {
    padding-top: 0 !important;
  }
}

.product-details .image-gallery {
  float: left;
  width: 250px;
  margin-right: 20px;
}

.product-details .image-gallery a {
  display: inline-block;
}

.product-details .image-gallery a img {
  height: 60px;
}

.product-details .image-gallery a:first-child {
  display: block;
  text-align: center;
}

.product-details .image-gallery a:first-child img {
  height: auto;
  max-height: 250px;
  max-width: 100%;
}

.product-details table th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding-right: 10px;
  color: #999;
  vertical-align: top;
}

.product-details table td {
  vertical-align: top;
}

.product-tools {
  margin: 10px 0;
}

.product-tools .page-settings {
  float: right;
}

.sold-qty {
  background-color: #EF9A9A;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 8px;
}

.product-group-list {
  margin-bottom: 20px;
}

.product-group-list li {
  position: relative;
  float: left;
  width: 20%;
}

.product-group-list a {
  display: block;
  height: 230px;
  padding: 10px;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease;
  text-align: center;
  overflow: hidden;
}

.product-group-list a:hover {
  border-color: #e0e0e0;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.product-group-list .image {
  display: block;
  text-align: center;
}

.product-group-list .image img {
  max-width: 100%;
  max-height: 150px;
}

.product-group-list .name {
  display: block;
  padding: 8px 0 4px 0;
  font-size: 1.1em;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .product-group-list li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .product-group-list li {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .product-group-list li {
    float: none;
    width: auto;
  }
}

#cart {
  position: relative;
}

.cart-table td {
  vertical-align: middle;
}

.cart-table label {
  display: none;
}

.cart-table td.count {
  width: 150px;
  text-align: center;
}

.cart-table .total {
  font-weight: bold;
}

.cart-table .spin-edit input {
  width: 44px !important;
  text-align: center;
}

.cart-table .active {
  width: 48px;
}

.cart-table .active button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: 30px;
  text-align: left;
  font-size: 18px;
}

.cart-table .active0 {
  display: none;
  color: #ddd;
}

.cart-table .active1 {
  display: inline-block;
  color: #004685;
}

.cart-table .disabled td {
  color: #999;
}

.cart-table .disabled .active0 {
  display: inline-block;
}

.cart-table .disabled .active1 {
  display: none;
}

.cart-table .comment,
.cart-table .remove {
  position: relative;
  width: 44px;
  text-align: right;
}

.cart-table .comment-form {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2000;
  width: 240px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: right;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cart-table .comment-form textarea {
  width: 100%;
  height: 65px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .cart-table label {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #999;
  }
  .cart-table .active {
    position: absolute;
    width: auto;
    right: 15px;
    bottom: 48px;
    padding: 0 !important;
  }
  .cart-table .active button {
    height: 34px;
    width: 36px;
    font-size: 21px;
    padding: 0 0 0 10px;
    margin: 0;
    outline: none;
  }
  .cart-table .image {
    padding: 0;
    margin-right: 4px;
  }
  .cart-table .product {
    float: none;
    width: auto;
    padding: 0 0 8px 0;
  }
  .cart-table .delivery {
    clear: left;
  }
  .cart-table .remove {
    position: absolute;
    width: auto;
    padding: 0;
    right: 15px;
    bottom: 8px;
  }
  .cart-table .comment {
    position: absolute;
    width: auto;
    padding: 0;
    right: 54px;
    bottom: 8px;
  }
  .cart-table .count {
    position: absolute;
    width: auto !important;
    padding: 0;
    right: 93px;
    bottom: 8px;
  }
}

@media (max-width: 600px) {
  .cart-table .btn {
    width: 44px !important;
  }
  .cart-table .comment {
    right: 62px;
  }
  .cart-table .comment .btn-sm {
    width: auto !important;
  }
  .cart-table .count {
    right: 109px;
  }
  .cart-table .active {
    bottom: 52px;
  }
  .cart-table .active button {
    height: 40px;
    width: 44px;
    padding-left: 12px;
  }
}

@media (max-width: 500px) {
  .cart-table tr {
    padding-bottom: 54px;
  }
  .cart-table .active {
    left: 5px;
    right: auto;
    bottom: 8px;
  }
  .cart-table .active button {
    height: 44px;
  }
  .cart-table .image {
    display: none;
  }
  .cart-table .product {
    padding-bottom: 4px;
  }
  .cart-table .price {
    width: 120px;
  }
  .cart-table .total {
    float: right;
  }
}

.cart-summary {
  margin: 15px 0;
  text-align: right;
  color: #000;
  font-weight: bold;
}

.cart-summary strong {
  font-size: 16px;
}

@media (max-width: 600px) {
  .cart-summary .btn {
    width: 44px !important;
  }
}

.cart-form .cart-update {
  border: none;
  background: none;
  font-size: 21px;
  cursor: pointer;
  text-align: right;
  color: #004685;
}

.cart-form .form-actions {
  padding-bottom: 20px;
}

.cart-form .form-actions .btn {
  margin: 0;
}

@media (max-width: 480px) {
  .cart-form .form-actions .pull-left,
  .cart-form .form-actions .pull-right {
    float: none;
    margin-bottom: 6px;
  }
  .cart-form .form-actions .btn {
    width: 280px;
  }
}

.cart-quick-form {
  border-top: 1px solid #e0e0e0;
}

.cart-quick-form h4 {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
}

.cart-quick-form p {
  margin: 0;
  padding: 4px 0;
}

.cart-quick-form .field {
  position: relative;
  margin: 0;
  padding: 0 210px 0 0;
  max-width: 400px;
}

.cart-quick-form .field input[type=text] {
  width: 100% !important;
  padding: 11px;
}

.cart-quick-form .field input[type='checkbox'] {
  vertical-align: bottom;
  position: relative;
  top: -1px;
  padding: 0;
  margin: 0;
}

.cart-quick-form .field .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 12px 0;
  width: 200px;
}

.cart-popup {
  position: relative;
  margin: 40px auto;
  max-width: 800px;
  min-width: 320px;
  background-color: #fff;
}

.cart-popup h2 {
  margin: 0;
  padding: 15px 20px;
  font-size: 24px;
  text-align: left;
}

.cart-popup > p {
  margin: 0;
  padding: 15px;
}

.cart-popup .table-container {
  margin: 0;
}

.cart-popup .cart-summary,
.cart-popup .form-actions {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-popup .cart-quick-form {
  background-color: #ff9;
  padding: 0 15px 15px 15px;
}

.cart-add-form {
  position: relative;
  padding: 10px;
  margin: 40px auto;
  max-width: 320px;
  text-align: center;
  background-color: #fff;
}

.cart-add-form .field {
  width: 140px;
  margin: 0 auto;
  overflow: hidden;
}

.cart-add-form .form-actions {
  padding-top: 20px;
}

.cart-add-form input {
  width: 50px !important;
  text-align: center;
  font-weight: bold;
}

.cart-add-form h3 {
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 19px;
  font-weight: normal;
  text-align: left;
}

.order-table .number {
  width: 90px;
  font-weight: bold;
  white-space: nowrap;
}

.order-table .index {
  text-align: right;
  padding-top: 2px;
  vertical-align: top;
  line-height: 16px;
}

.order-table .date {
  width: 200px;
}

.order-table .status {
  width: 150px;
}

.order-table .payment {
  width: 90px;
  white-space: nowrap;
}

.order-table .truck {
  text-align: right;
}

.order-table .comment {
  width: 30px;
  font-size: 15px;
}

.order-table .total {
  width: 120px;
}

.order-table .delivery {
  white-space: nowrap;
}

.order-table .order.canceled {
  background-color: #fbe7df;
}

.order-table .canceled .status,
.order-table .canceled .item-status {
  color: #c00;
}

.order-table .order .total {
  font-weight: bold;
}

@media (max-width: 767px) {
  .order-table .order .number {
    margin-right: 8px;
  }
  .order-table .order .date {
    width: auto;
  }
  .order-table .order .truck {
    float: right;
  }
  .order-table .order .status {
    clear: left;
    padding-left: 18px;
    width: auto;
  }
  .order-table .order .payment {
    width: auto;
  }
  .order-table .order .total {
    float: right;
    width: 90px;
  }
  .order-table .order-item {
    padding-left: 33px;
    text-align: right;
  }
  .order-table .order-item .index {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 0;
    width: 28px;
  }
  .order-table .order-item .product {
    float: none;
    width: auto;
    text-align: left;
  }
  .order-table .order-item .product a {
    display: inline-block;
    min-width: 150px;
  }
  .order-table .order-item .product p {
    display: inline;
    margin-left: 10px;
  }
  .order-table .order-item .item-status {
    float: left;
  }
  .order-table .order-item .delivery,
  .order-table .order-item .price,
  .order-table .order-item .count,
  .order-table .order-item .total {
    display: inline-block;
    float: none;
  }
  .order-table .order-item .total {
    width: 90px;
  }
  .order-table .comment {
    position: absolute;
    width: auto;
    padding: 0;
    left: 15px;
    top: 26px;
  }
}

@media (max-width: 500px) {
  .order-table .order-item {
    padding-left: 33px !important;
  }
  .order-table .order-item .product a {
    display: inline;
  }
  .order-table .order-item .product p {
    display: block;
    margin-left: 0;
  }
  .order-table .order-item .item-status {
    display: block;
    float: none;
    width: auto;
  }
}

@media (max-width: 400px) {
  .order-table .order .date {
    font-size: 13px;
    line-height: 20px;
  }
}

.order-item-table .index {
  padding-top: 2px;
  width: 30px;
  text-align: right;
  vertical-align: top;
  line-height: 16px;
}

.order-item-table .comment {
  width: 24px;
}

.order-item-table .total {
  width: 120px;
}

.order-item-table .canceled .status {
  color: #c00;
}

@media (max-width: 767px) {
  .order-item-table {
    text-align: right;
  }
  .order-item-table td {
    display: inline-block;
    float: none;
  }
  .order-item-table .index {
    float: left;
    width: auto;
  }
  .order-item-table .product {
    display: block;
    padding-bottom: 4px;
  }
  .order-item-table .status {
    float: left;
  }
  .order-item-table .total {
    width: 90px;
  }
}

@media (max-width: 500px) {
  .order-item-table .order-item .item-status {
    display: block;
    float: none;
    width: auto;
  }
}

.order-item2-table small {
  display: none;
}

.order-item2-table .status {
  font-weight: normal !important;
}

.order-item2-table .created {
  width: 85px;
}

.order-item2-table .shipped {
  width: 75px;
}

.order-item2-table .number,
.order-item2-table .warning {
  white-space: nowrap;
}

.order-item2-table .comment {
  width: 24px;
  text-align: center;
}

.order-item2-table .clear {
  padding: 0;
  width: 0;
}

.order-item2-table .payment {
  width: 25px;
  text-align: center;
}

.order-item2-table .delivery {
  width: 45px;
}

@media (max-width: 767px) {
  .order-item2-table tr {
    text-align: right;
  }
  .order-item2-table small {
    display: inline;
  }
  .order-item2-table .manufacturer {
    clear: left;
    font-weight: bold;
  }
  .order-item2-table .number {
    font-weight: bold;
  }
  .order-item2-table .delivery,
  .order-item2-table .price,
  .order-item2-table .count,
  .order-item2-table .total {
    display: inline-block;
    float: none;
  }
  .order-item2-table .payment {
    float: right;
    padding: 0;
    text-align: right;
  }
  .order-item2-table .status {
    float: none;
    width: auto;
    padding: 0;
    text-align: right;
  }
  .order-item2-table .clear {
    display: none;
  }
}

@media (max-width: 540px) {
  .order-item2-table .clear {
    clear: both;
    float: none;
    display: block;
  }
  .order-item2-table .warning,
  .order-item2-table .comment {
    float: right;
    padding: 0;
  }
}

@media (max-width: 400px) {
  .order-item2-table .status {
    clear: left;
    text-align: left;
  }
  .order-item2-table .payment {
    clear: left;
  }
  .order-item2-table .delivery {
    width: 25px !important;
    padding: 0;
  }
  .order-item2-table .delivery small {
    display: none;
  }
}

#order-items-toggle {
  position: absolute;
  top: -58px;
  right: 0;
}

@media (max-width: 767px) {
  #order-items-toggle {
    position: static;
    float: right;
    top: 0;
    margin-bottom: 4px;
  }
}

#order-filter-open,
#order-filter-close {
  display: none;
}

@media (max-width: 680px) {
  #order-filter,
  #order-filter-open.open {
    display: none;
  }
  #order-filter-open,
  #order-filter-close {
    display: inline-block;
  }
  #order-filter.open {
    display: block;
  }
}

@media (max-width: 400px) {
  #car-filter-open .fa,
  #order-filter-open .fa,
  #order-items-toggle .fa {
    display: none !important;
  }
}

.user-address-table .recipient {
  font-weight: bold;
}

@media (max-width: 767px) {
  .user-address-table .city {
    clear: left;
  }
  .user-address-table .edit,
  .user-address-table .delete {
    position: absolute;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    top: 4px;
    width: 24px !important;
    text-align: center;
  }
  .user-address-table .edit {
    right: 39px;
  }
  .user-address-table .delete {
    right: 15px;
  }
}

@media (max-width: 500px) {
  .user-address-table .edit,
  .user-address-table .delete {
    position: static;
    clear: left;
    float: right;
  }
}

.user-address-select {
  margin: 0  -15px;
}

.user-address-select li {
  padding: 8px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.user-address-select li:first-child {
  border-top: 1px solid #e0e0e0;
}

.user-address-select li:hover {
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time] {
  color: #444;
  border: 1px solid #becad5;
  background-color: #fff;
  border-radius: 3px;
  transition: border linear .2s, box-shadow linear .2s;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus {
  background-color: #fff;
  border-color: #66afe9;
  box-shadow: inset 0 -1px 0 #66afe9;
}

select.error,
.error select,
textarea.error,
.error
textarea,
input[type=text].error,
.error
input[type=text],
input[type=password].error,
.error
input[type=password],
input[type=number].error,
.error
input[type=number],
input[type=email].error,
.error
input[type=email],
input[type=date].error,
.error
input[type=date],
input[type=time].error,
.error
input[type=time] {
  border-color: #da251d;
}

select.error:focus,
.error select:focus,
textarea.error:focus,
.error
textarea:focus,
input[type=text].error:focus,
.error
input[type=text]:focus,
input[type=password].error:focus,
.error
input[type=password]:focus,
input[type=number].error:focus,
.error
input[type=number]:focus,
input[type=email].error:focus,
.error
input[type=email]:focus,
input[type=date].error:focus,
.error
input[type=date]:focus,
input[type=time].error:focus,
.error
input[type=time]:focus {
  border-color: #da251d;
  box-shadow: inset 0 -1px 0 #da251d;
}

select {
  padding-left: 4px;
  padding-right: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM5OTk5OTk7fTwvc3R5bGU+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIgY2xhc3M9ImdyYXkiLz48L3N2Zz4=) no-repeat center right #fff;
  background-size: auto 20px;
}

select:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM1NTU1NTU7fTwvc3R5bGU+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoMTgwLCAyNCwgMjQpIiBkPSJNMTQuODMgMTYuNDJsOS4xNyA5LjE3IDkuMTctOS4xNyAyLjgzIDIuODMtMTIgMTItMTItMTJ6IiBjbGFzcz0iZ3JheSIvPjwvc3ZnPg==) no-repeat center right #fff;
  background-size: auto 20px;
}

select:disabled,
textarea:disabled,
input:disabled {
  color: #bbb;
  border-color: #ddd;
}

.btn {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #ccc;
  transition: 0.2s background ease;
}

.btn:hover, .btn:focus {
  background: #e5e5e5;
  color: #333 !important;
  border-color: #ccc;
  border-bottom-color: #bbb;
  box-shadow: inset 0 -1px 0 #bbb;
}

.btn.disabled {
  background: #f9f9f9;
  border-color: #eee;
  border-bottom-color: #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  color: #ddd;
  cursor: default;
}

.btn.btn-primary {
  color: #fff;
  background: #00619e;
  border-color: #004c7c;
  border-bottom-color: #003f67;
  box-shadow: inset 0 -1px 0 #003f67;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff !important;
  background: #004685;
  border-color: #003f67;
  border-bottom-color: #002f4d;
  box-shadow: inset 0 -1px 0 #002f4d;
}

.btn.btn-success {
  color: #fff !important;
  background: #11a55a;
  border-color: #068b47;
  border-bottom-color: #057d40;
  box-shadow: inset 0 -1px 0 #057d40;
}

.btn.btn-success:hover, .btn.btn-success:focus {
  color: #fff !important;
  background: #0f9350;
  border-color: #057d40;
  border-bottom-color: #046333;
  box-shadow: inset 0 -1px 0 #046333;
}

.btn.btn-info {
  color: #fff !important;
  background: #75caeb;
  border-color: #6ab3cf;
  border-bottom-color: #55a6c6;
  box-shadow: inset 0 -1px 0 #55a6c6;
}

.btn.btn-info:hover, .btn.btn-info:focus {
  color: #fff !important;
  background: #49bae6;
  border-color: #55a6c6;
  border-bottom-color: #4796b4;
  box-shadow: inset 0 -1px 0 #4796b4;
}

.btn.btn-danger {
  color: #fff !important;
  background: #df362e;
  border-color: #bd211a;
  border-bottom-color: #aa211b;
  box-shadow: inset 0 -1px 0 #aa211b;
}

.btn.btn-danger:hover, .btn.btn-danger:focus {
  color: #fff !important;
  background: #da251d;
  border-color: #aa211b;
  border-bottom-color: #941b15;
  box-shadow: inset 0 -1px 0 #941b15;
}

.btn.btn-link {
  padding-top: 6px;
  padding-bottom: 6px;
  border: none !important;
  background: none !important;
  color: #333;
  box-shadow: none !important;
}

.btn .btn-link:hover,
.btn .btn-link:active,
.btn .btn-link.active {
  color: #da251d !important;
}

.dropdown-menu {
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li > a,
.dropdown-menu li > .text {
  color: #1f5e97;
  transition: 0.2s all ease;
}

.dropdown-menu li > a:hover {
  background-color: #f8f8f8;
  color: #da251d;
}

.dropdown-menu li > a:hover .icon {
  color: #da251d;
}

.dropdown-menu li.active > a,
.dropdown-menu li.active > .text {
  background-color: #eee;
  color: #333;
}

.dropdown-menu li.active > a .icon,
.dropdown-menu li.active > .text .icon {
  color: #333;
}

.dropdown-menu .icon {
  font-size: 14px !important;
  width: 20px;
  color: #777;
}

.dropdown-menu li.caption {
  color: #333;
  font-size: 13px;
}

.dropdown-menu .badge {
  margin-left: 2px;
  padding: 2px 6px;
  color: #fff;
  background: #da251d;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
}

.breadcrumb {
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #becad5;
}

.page-header {
  margin: 0;
  padding: 20px 0;
}

.page-header h1 {
  font-size: 20px;
}

.pagination {
  margin: 20px 0;
}

.pagination li a, .pagination li span {
  position: relative;
  padding: 9px 17px;
  border: 1px solid #ddd;
  font-size: 18px;
  color: #000;
}

.pagination li:hover a,
.pagination li.active span {
  border-color: #004685;
  color: #004685 !important;
}

.pagination li.disabled span {
  color: #ddd;
  border-color: #eee;
}

.table {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.table thead th {
  font-size: 13px;
  border-bottom: 2px solid #ddd;
}

.table td, .table tbody th {
  border-color: #eee;
}

.table .heading {
  background-color: #fafafa;
}

.table .heading td {
  border-bottom: 2px solid #ddd;
}

.table .heading h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

.table-container {
  margin: 0 -15px;
}

.table-container caption {
  padding-left: 15px;
}

@media (min-width: 1050px) {
  .col-form-table .table-container {
    margin-left: 0;
  }
  .col-form-table .table-container .table caption,
  .col-form-table .table-container .table tr th:first-child,
  .col-form-table .table-container .table tr td:first-child {
    padding-left: 0;
  }
}

.form .control,
.form .boolean-field,
.form .help-text,
.form .errorlist,
.form .form-actions {
  margin-left: 150px;
}

.form .field {
  clear: left;
}

.form .field > label {
  float: left;
  margin: 10px 0 0 0;
  width: 150px;
  color: #333;
  line-height: 1;
}

.form .field.error > label {
  color: #da251d;
}

.form .boolean-field label {
  float: none;
  display: inline;
  padding: 0;
  margin: 0;
}

.form .boolean-field .control {
  float: left;
  margin-right: 4px;
}

.form .errorlist {
  clear: left;
  margin: 0 0 0 150px;
  padding: 2px 0 2px 1em;
  font-size: 12px;
  color: #da251d;
  list-style: disc;
}

@media (max-width: 600px) {
  .form .field {
    margin: 0 0 20px 0;
  }
  .form .field > label {
    margin: 0 0 4px 0;
    float: none;
    width: auto;
  }
  .form .control,
  .form .help-text,
  .form .boolean-field,
  .form .errorlist,
  .form .form-actions {
    margin-left: 0;
  }
}

.form-agreement {
  margin: 0 0 20px 150px;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 600px) {
  .form-agreement {
    margin-left: 0;
  }
}

.cart-add-form .form-actions {
  margin: 0;
  padding: 20px 0;
}

.spec-filter .spec {
  background-color: #f6f6f6;
  color: #3d3d3d;
}

.spec-filter .spec:hover {
  background-color: #eee;
  color: #000;
}

.spec-filter .spec .count strong {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #aaa;
  color: #fff;
}

.panel .panel-heading {
  background-color: #f9f9f9;
  border-bottom: 2px solid #ddd;
}

.panel .panel-heading h4 {
  font-weight: normal;
  font-size: 16px;
}

.panel .panel-body {
  background-color: #fefefe;
}

.alert {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

main > .alert {
  margin: 0 -15px;
}

.alert-info {
  background-color: #75CAEB;
}

.alert-success {
  background-color: #28B62C;
}

.alert-warning {
  background-color: #FF9800;
}

.alert-error {
  background-color: #FF4136;
}

#deliveries .info {
  display: none;
  margin-top: 10px;
  width: 350px;
  padding: 4px 12px;
  background-color: #e3ffc8;
  border: 1px solid #59b210;
  border-radius: 4px;
  white-space: normal;
  font-size: 11px;
  line-height: 140%;
  color: #777;
}

.side-menu {
  display: none;
}

.side-menu h4 {
  position: relative;
  margin: 0;
  padding: 15px 15px;
  text-transform: uppercase;
}

.side-menu h4 a {
  color: #da251d;
}

.side-menu ul a:hover {
  background-color: #f8f8f8;
}

.side-menu > ul > li > a {
  text-transform: uppercase;
}

.side-menu .open > a {
  color: #da251d;
}

.side-menu .badge {
  color: #fff;
  background: #da251d;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
}

.side-menu .user-balance {
  padding: 0 15px;
  font-size: 12px;
  color: #333;
}

.side-menu .user-balance span {
  display: block;
  clear: both;
}

.side-menu .user-balance b {
  float: right;
}

.side-menu .languages {
  padding: 20px 0 20px 15px;
}

.side-menu .languages a,
.side-menu .languages strong {
  float: left;
  width: 50%;
  color: #333;
  font-size: 13px;
}

@media (max-width: 767px) {
  .side-menu {
    display: block;
  }
}

.sidebar-menu h4 {
  margin: 0 0 15px 0;
  padding: 15px 0 4px 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.sidebar-menu li {
  padding: 4px 0;
}

.sidebar-menu li.active a {
  font-weight: bold;
}

@media (max-width: 1050px) {
  .sidebar-menu h4 {
    display: none;
  }
  .sidebar-menu li {
    display: inline-block;
    padding: 0;
    margin: 0 -4px 0 0;
  }
  .sidebar-menu li a {
    border: none;
    display: inline-block;
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .sidebar-menu {
    display: none;
  }
}

.col-sidebar .catalog-filter h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.col-sidebar .catalog-filter .field > label {
  font-weight: bold;
}

.brand-list {
  padding-top: 15px;
}

.brand-list h2 {
  margin: 0;
  padding: 27px 0 20px 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.brand-list li {
  float: left;
  width: 16.6%;
  padding-bottom: 6px;
}

.brand-list li a {
  display: block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

.brand-list li span {
  float: left;
  display: table-cell;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}

.brand-list li img {
  max-width: 32px;
  max-height: 32px;
}

@media (max-width: 1050px) {
  .brand-list li {
    width: 33.3%;
  }
}

@media (max-width: 500px) {
  .brand-list li {
    width: 50%;
  }
}

.product-price-table h2 {
  font-size: 18px;
  text-align: left;
}

.slider {
  overflow: hidden;
  max-height: 150px;
}

.slider li {
  float: left;
}

.slider img {
  height: 150px;
}

.slider-hidden {
  margin: 0;
  padding: 0;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.fa-skype {
  color: #00aff0 !important;
}

.SumoSelect .CaptionCont {
  color: #444 !important;
  border: 1px solid #becad5 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  transition: border linear .2s, box-shadow linear .2s !important;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  background-color: #fff !important;
  border: 1px solid #66afe9 !important;
  box-shadow: inset 0 -1px 0 #66afe9 !important;
}

.SumoSelect > .CaptionCont > label {
  width: 20px !important;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM5OTk5OTk7fTwvc3R5bGU+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIgY2xhc3M9ImdyYXkiLz48L3N2Zz4=) !important;
  background-size: auto 20px;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
}
