@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic";
html, body, #container {
  height: 100%; }

body > #container {
  height: auto;
  min-height: 100%;
  padding-bottom: 100px; }

@media (max-width: 767px) {
  html, body, #container {
    height: auto !important; }
  body > #container {
    height: auto !important;
    min-height: 400px !important;
    padding-bottom: 20px !important; }
  .footer {
    height: auto !important;
    margin-top: 0 !important; } }

.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: 370px; }

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

.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: 7px 4px;
    text-align: left;
    color: #333333; }
    .table thead th a {
      color: #333333; }
      .table thead th a:hover {
        color: #fdb815; }
  .table td, .table tbody th {
    padding: 7px 4px;
    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: 7px 9px;
  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: 7px 9px; }

.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: 7px 9px !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: 7px 9px !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: Play, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #5d5d5d; }

a {
  text-decoration: none;
  color: #000; }
  a:hover, a:active {
    text-decoration: none;
    color: #fdb815; }
  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, .brand-list ul, .sidebar-menu ul, .form .errorlist, .user-address-select, .product-group-list, .product-car-list ul, .product-car-list, .product-tile-list ul, .col-sidebar .catalog-filter .field ul, .col-sidebar .catalog-filter .selected ul, .series-list ul, .manufacturer-group-list ul, .manufacturer-list, .footer-menu, .tabs, .tree-list ul, .tree-list, .side-menu > ul ul, .side-menu > ul, .side-post-list ul, .pagination, .dropdown-menu ul, .dropdown-menu, .form 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: 12px 15px;
    text-decoration: none; }
  .dropdown-menu li.caption {
    padding: 12px 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: #fdb815; }

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

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

h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
  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: #ccc; }

.pagination {
  margin: 20px 0; }
  .pagination li {
    display: inline; }

.btn {
  display: inline-block;
  padding: 7px 8px;
  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: 12px 16px; }
  @media (max-width: 600px) {
    .btn, .form-actions .btn {
      padding: 12px;
      min-width: 44px; } }
.thumbnail {
  display: block;
  padding: 2px;
  border: 1px solid #e0e0e0;
  text-align: center; }

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

.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: #3d3d3d; }
  .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: rgba(0, 0, 0, 0);
  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: #5d5d5d; }
    .tree-list a.folder:hover {
      color: #fdb815; }
    .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 #fdb815;
  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: #5d5d5d; }

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

.top-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0; }
  .top-nav .top-fixed {
    display: none; }
  .top-nav.fixed .top-fixed {
    display: block; }
  .top-nav.fixed .top-nofixed {
    display: none; }

.top-logo {
  float: left; }
  .top-logo a {
    display: block;
    height: 44px; }
  .top-logo img {
    height: 44px; }

.top-menu-btn {
  float: left; }
  .top-menu-btn button {
    display: block;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #58585a;
    border: none;
    background: none; }
    .top-menu-btn button:hover {
      color: #ffffff;
      background: #fdb815; }

.top-contacts {
  float: left;
  padding-top: 11px;
  font-size: 15px; }
  .top-contacts a {
    color: #888;
    margin-left: 10px; }
    .top-contacts a:hover {
      color: #fdb815; }

.top-search {
  display: none;
  position: absolute;
  top: 4px;
  left: 65px;
  right: 15px;
  background: #f9f9f9; }
  .fixed .top-search {
    left: 210px; }
  .top-search .control {
    display: block;
    margin-right: 72px;
    padding: 1px 0 0 1px;
    height: 36px;
    border: 1px solid #ddd;
    border-right: none;
    background: #fff; }
  .top-search input[type=text] {
    width: 100%;
    padding: 6px;
    border: none;
    background: #fff;
    outline: none; }
    .top-search input[type=text]:focus {
      box-shadow: none; }
  .top-search button {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #555; }
  .top-search .submit {
    background-color: #fdb815;
    color: #ffffff;
    cursor: pointer; }
    .top-search .submit:hover {
      background-color: #58585a; }

.top-tools {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none; }
  .top-tools > li {
    float: left; }
    .top-tools > li > a {
      display: block;
      padding: 12px 6px;
      line-height: 20px;
      color: #5d5d5d; }
      .top-tools > li > a:hover, .top-tools > li > a:hover .icon, .top-tools > li > a:hover .caret {
        color: #fdb815; }
    .top-tools > li:last-child > a {
      padding-right: 0; }
    .top-tools > li.active > a, .top-tools > li.active > a .icon {
      color: #fdb815; }
  .top-tools .icon {
    float: left;
    width: 21px;
    font-size: 21px;
    text-align: center;
    color: #5d5d5d; }
  .top-tools .count {
    margin-left: 4px;
    font-weight: bold; }
  .top-tools .label {
    margin-left: 8px; }
  .top-tools .caret {
    width: 10px !important; }
  .top-tools .dropdown-menu .fa {
    width: 16px;
    margin-right: 4px;
    text-align: center; }

.header {
  padding-top: 40px; }

.header-logo {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 20px;
  width: 150px; }
  .header-logo img {
    height: 44px; }

.header-search {
  padding: 20px 295px 0 150px; }
  .header-search form {
    clear: left; }
  .header-search .control {
    display: block;
    margin-right: 110px;
    height: 54px; }
  .header-search input {
    width: 100%;
    padding: 11px;
    background: #fff !important;
    border: 1px solid #ddd;
    outline: none; }
    .header-search input:focus {
      border-color: #333;
      box-shadow: none !important; }
  .header-search .button {
    display: block;
    float: right;
    width: 100px; }
    .header-search .button button {
      padding: 12px 0;
      width: 100%;
      color: #ffffff;
      text-transform: uppercase;
      border: none;
      background-color: #fdb815;
      cursor: pointer; }
      .header-search .button button:hover {
        background-color: #58585a; }

.header-setting {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  text-transform: uppercase;
  color: #888; }
  .header-setting .header-currency {
    float: right; }
    .header-setting .header-currency .dropdown-toggle {
      display: block;
      padding: 12px 15px; }
      .header-setting .header-currency .dropdown-toggle:hover, .header-setting .header-currency .dropdown-toggle.dropdown-open {
        background-color: #58585a;
        color: #ffffff; }
  .header-setting .header-language {
    float: right;
    padding: 6px 0 0 5px; }
  .header-setting .language {
    float: left;
    padding: 6px 10px;
    border-right: 1px solid #ddd; }
  .header-setting .language:last-child {
    border: none; }

.header-cart {
  position: absolute;
  right: 170px;
  top: 0;
  padding-top: 20px; }

.header-cart-btn {
  display: inline-block;
  padding: 11px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-transform: uppercase; }
  .header-cart-btn .count {
    margin-left: 4px;
    font-weight: bold;
    color: #fdb815; }
  .header-cart-btn:hover {
    background-color: #58585a;
    border-color: #fdb815;
    color: #ffffff; }

.navbar {
  position: relative; }
  .navbar .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .navbar .menu > li {
      float: left;
      position: relative; }
      .navbar .menu > li > a {
        display: block;
        padding: 12px 15px;
        font-size: 15px;
        font-weight: bold;
        color: #5d5d5d; }
        .navbar .menu > li > a.dropdown-open {
          background-color: #eee; }
        .navbar .menu > li > a:hover {
          background-color: #eee; }
        .navbar .menu > li > a > .icon {
          margin-right: 6px;
          color: #fdb815; }

.footer {
  clear: both;
  position: relative;
  z-index: 10;
  min-height: 80px;
  margin-top: -80px;
  padding: 10px 0 10px 0;
  background-color: #3d3d3d;
  color: #999; }
  .footer a {
    color: #999; }
    .footer a:hover {
      color: #fdb815;
      text-decoration: underline; }
  .footer p {
    margin: 0;
    padding: 0; }
  .footer .column {
    float: left;
    width: 25%;
    padding-right: 15px; }
  .footer .misprint {
    padding-top: 15px;
    font-size: 12px; }

.footer-menu li {
  border-bottom: 1px dashed #555;
  padding: 5px 0; }

.footer-menu .fa {
  margin-right: 4px; }

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

@media (max-width: 992px) {
  .top-logo,
  .top-contacts {
    display: none; } }

@media (max-width: 767px) {
  .top-tools .label,
  .top-tools .caret {
    display: none; }
  .top-setting {
    display: block !important; }
  .top-language,
  .top-currency {
    display: none; }
  .header-logo {
    position: static; }
  .header-search {
    clear: both;
    padding: 10px 0; }
  .navbar ul a {
    padding-left: 16px;
    padding-right: 16px; }
  .inquiry-teaser .text1,
  .inquiry-teaser .text2 {
    font-size: 15px;
    font-weight: bold; }
  .inquiry-teaser .btn {
    font-size: 13px; }
  .footer {
    height: auto;
    margin-top: 0; }
    .footer .column {
      float: none;
      width: auto;
      padding-right: 0; } }

@media (max-width: 670px) {
  .navbar {
    background: none;
    margin-top: -7px; }
    .navbar ul {
      display: none; }
      .navbar ul li {
        float: none; }
      .navbar ul a {
        padding: 18px 27px;
        border-right: none;
        border-bottom: 1px solid #58585a; }
    .navbar.navbar-open ul {
      display: block; } }

@media (max-width: 580px) {
  .top-logo {
    display: none !important; }
  .fixed .top-search {
    left: 50px !important; } }

@media (max-width: 480px) {
  .top-tools > li {
    padding-left: 7px;
    padding-right: 7px; } }

@media (max-width: 420px) {
  .header-cart {
    display: none; } }

.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; }

.series-list ul {
  padding-bottom: 1em;
  column-count: 4; }
  .series-list ul li {
    text-transform: uppercase;
    padding: 2px 0; }
  @media (max-width: 767px) {
    .series-list ul {
      column-count: 3; } }
  @media (max-width: 600px) {
    .series-list ul {
      column-count: 2; } }
  @media (max-width: 400px) {
    .series-list ul {
      column-count: auto; } }
.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: #fdb815; }
  .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: #fdb815; }
  #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 p,
  .col-sidebar .car-filter .actions {
    padding: 0;
    margin: 0.8em 0; }
  .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: #5d5d5d; }
    .col-sidebar .catalog-filter .selected .clear a:hover {
      color: #fdb815; }

.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: 0 5px 10px rgba(0, 0, 0, 0.2);
        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 7px; }
  .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: #e51c23; }

.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 {
  height: auto;
  overflow: auto; }
  .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: 0 5px 10px rgba(0, 0, 0, 0.2);
      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: #fdb815; }

.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: #fdb815; }

.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; } }

@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] {
  background-color: #fff;
  border: solid 1px #ddd;
  color: #555555; }
  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 {
    border-color: #bbb; }
  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: #dd7777; }
  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: #e51c23; }

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: #eee;
  background-color: #fdfdfd;
  cursor: not-allowed; }

.btn {
  color: #58585a;
  background: #f9f9f9;
  border: 1px solid #ddd; }
  .btn:hover, .btn:focus {
    background-color: #58585a;
    border-color: #fdb815;
    color: #ffffff;
    text-decoration: none; }
  .btn.btn-primary, .btn.btn-success {
    background-color: #fdb815;
    border-color: #fdb815;
    color: #fff !important; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-success:hover, .btn.btn-success:focus {
      background-color: #58585a;
      border-color: #58585a;
      color: #fff; }
  .btn.btn-info {
    background-color: #1059b2;
    border-color: #1059b2;
    color: #fff !important; }
    .btn.btn-info:hover, .btn.btn-info:focus {
      background-color: #1160c0;
      border-color: #1160c0;
      color: #fff; }
  .btn.btn-danger {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff; }
    .btn.btn-danger:hover, .btn.btn-danger:focus {
      background-color: #f55549;
      border-color: #f55549;
      color: #fff; }

.dropdown-menu {
  background: #fbfbfb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .dropdown-menu li > a,
  .dropdown-menu li > .text {
    color: #5d5d5d; }
  .dropdown-menu li > a:hover {
    background-color: #ddd;
    color: #3d3d3d; }
  .dropdown-menu li.active > a, .dropdown-menu li.active > .text {
    color: #fdb815;
    background-color: #58585a; }
  .dropdown-menu li.caption {
    color: #333; }

.page-settings ul .fa {
  color: #3d3d3d; }

.breadcrumb {
  padding: 4px 0;
  color: #888; }
  .breadcrumb li a {
    color: #3d3d3d; }
    .breadcrumb li a:hover {
      color: #fdb815; }

.pagination {
  margin: 20px 0; }
  .pagination li a, .pagination li span {
    position: relative;
    padding: 9px 17px;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #3d3d3d; }
  .pagination li:hover a, .pagination li.active span {
    border-color: #fdb815;
    color: #fdb815 !important; }
  .pagination li.disabled span {
    color: #ddd;
    border-color: #eee; }

.table thead, .table tr.heading {
  background: #fbfbfb; }

.form label {
  font-weight: bold;
  color: #333333; }

.form .error label {
  color: #e51c23; }

.form .errorlist {
  margin: 4px 0;
  font-size: 12px; }
  .form .errorlist li {
    color: #e51c23; }

.car-filter {
  background-color: #f9f9f9; }

.catalog-filter {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  background-color: #f9f9f9; }
  .catalog-filter .filter-header {
    text-align: center;
    font-size: 18px; }

.col-filter-form .form {
  background-color: #f5f5f5; }

.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; }

.alert-info {
  background-color: #d9edf7;
  color: #3a87ad; }

.alert-success {
  background-color: #dff0d8;
  color: #468847; }

.alert-warning {
  background-color: #fcf8e3;
  color: #c09853; }

.alert-error {
  background-color: #f2dede;
  color: #b94a48; }

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

.side-menu {
  background-color: #3d3d3d; }
  .side-menu a {
    color: #ffffff; }
    .side-menu a .icon {
      color: #fdb815; }
    .side-menu a:hover {
      background-color: #fdb815;
      color: #3d3d3d; }
      .side-menu a:hover .icon {
        color: #3d3d3d; }

.sidebar-menu {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fbfbfb; }
  .sidebar-menu h4 {
    margin: 0;
    padding: 12px 12px 12px 20px;
    background-color: #e0e0e0;
    color: #000; }
  .sidebar-menu li a {
    display: block;
    padding: 12px 12px 12px 20px;
    color: #3d3d3d;
    border-top: 1px solid #e0e0e0; }
    .sidebar-menu li a:hover {
      background-color: #eee;
      color: #333; }
  .sidebar-menu li.active a {
    background-color: #eee;
    color: #000; }
  .sidebar-menu .fa {
    width: 16px;
    margin-right: 4px; }
  @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; } }
.brand-list ul {
  text-align: center; }

.brand-list li {
  display: inline-block;
  width: 120px;
  height: 110px; }
  .brand-list li a {
    font-size: 12px;
    color: #999; }
    .brand-list li a:hover {
      color: #fdb815; }
  .brand-list li strong {
    display: block;
    padding-top: 8px;
    text-align: center; }

@media (max-width: 400px) {
  .brand-list li {
    width: 94px; } }

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

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

.SumoSelect .CaptionCont {
  background-color: #fafafa !important;
  border: solid 1px #c6c6c6 !important;
  border-radius: 0 !important; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  background-color: #fff !important;
  border: 1px solid #c6c6c6 !important;
  box-shadow: inset 0 -2px 0 #54a90f !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; }
