@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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 {
  display: flex;
  column-gap: 20px;
  flex-grow: 1;
}
.container-sidebar:after {
  display: none;
}
.container-sidebar .col-sidebar {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container-sidebar .col-main {
  width: calc(100% - 220px - 20px);
  padding-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 1050px) {
  .container-sidebar {
    padding: 0;
  }
  .container-sidebar .col-main {
    width: 100%;
    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, .col-filter-form:after,
.container:after,
.row: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;
  }
}
.navigation-secondary {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.navigation-secondary-link {
  display: block;
  padding: 0.5em;
  border-radius: 0;
  color: #151515;
}
.navigation-secondary-link:hover {
  color: #151515;
  background-color: #D9D9D9;
}
.navigation-secondary-link.active {
  color: #0071E3;
  font-weight: 500;
}
@media (max-width: 1050px) {
  .navigation-secondary {
    display: none;
  }
}

@media (min-width: 1051px) {
  .user-navigation {
    min-width: 200px;
    margin-left: -15px;
    border-right: 1px solid #D9D9D9;
    height: 100%;
  }
  .user-navigation .navigation-secondary-link {
    padding: 1em 1.5em;
  }
  .user-navigation .sidebar-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer {
  margin-top: 80px;
  background-color: #151515;
  color: #FFFFFF;
}
.footer-bottom {
  border-top: 1px solid #5B5B5B;
  padding: 16px 0;
}
.footer-bottom-inner {
  text-align: center;
  font-size: 14px;
  color: #5B5B5B;
}
.footer-top {
  padding: 40px 0;
}
.footer-top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-top-wrapper .divider {
  background-color: #5B5B5B;
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  font-size: 14px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.footer-menu-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #5B5B5B;
}
.footer-menu-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-menu-links a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.footer-menu-links a:hover {
  color: #FF6B00;
}
.footer-menu-contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  font-size: 14px;
  color: #FAFAFA;
}
.footer-menu-contacts a {
  color: #FAFAFA;
}
.footer-menu-contacts a:hover {
  color: #FF6B00;
}
.footer-menu-contacts .contact-numbers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-menu-contacts .contact-numbers .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.footer-menu-contacts .contact-number-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-menu-socials {
  display: flex;
  gap: 48px;
}
.footer .socials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.footer .socials-list a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: #FAFAFA;
}
.footer .socials-list a .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.footer .socials-list a:hover {
  color: #FF6B00;
}
@media (min-width: 1200px) {
  .footer .container {
    max-width: 1246px;
  }
  .footer-top-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-top-wrapper .divider {
    width: 1px;
    height: auto;
  }
  .footer-main {
    max-width: 270px;
  }
  .footer .footer-menu-contacts {
    flex-direction: row;
    column-gap: 32px;
  }
}

.table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #EDEDED;
}
.table caption {
  margin-bottom: 2px;
  text-align: left;
  font-size: 17px;
}
.table thead th {
  padding: 7px 4px;
  text-align: left;
  color: #5B5B5B;
  background-color: #EDEDED;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  height: 51px;
}
.table thead th a {
  color: #5B5B5B;
}
.table thead th a:hover {
  color: #0053A3;
}
.table td, .table tbody th {
  padding: 7px 4px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #EDEDED;
}
.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 td.logo {
  padding: 0;
  margin: 0;
  width: 70pt;
  min-width: 70px;
  max-width: 70px;
}
.table td.price,
.table td.total,
.table td.purchase {
  width: 90px;
  white-space: nowrap;
  text-align: right;
}
.table td.total {
  font-weight: bold;
}
.table td.price-range {
  width: 180px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.table td.details {
  width: 120px;
  text-align: right;
}
.table td.days,
.table td.delivery {
  width: 82px;
  text-align: right;
}
.table td.count {
  width: 45px;
  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 .count-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #7DB5EF;
}
.table .badge-label {
  margin-right: 4px;
  margin-bottom: 4px;
}
.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: #D9D9D9 !important;
}
.table tr.active {
  background-color: #EDFFE6;
}
.table tr.disabled {
  background-color: #f5f5f5 !important;
}
.table tr.grayed {
  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 #EDEDED;
  }
  .table-responsive tr:after {
    content: " ";
    display: table;
    clear: both;
  }
  .table-responsive tr:first-child,
  .table-responsive tbody tr:first-child {
    border-top: 1px solid #EDEDED;
  }
  .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 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-bottom: 8px;
}
.form .checkbox label {
  display: inline;
  margin-bottom: 0;
}
.form textarea {
  height: 100px;
}
.form .field {
  margin: 0 0 16px 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 8px;
}

.form-inline {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-inline p {
  position: relative;
  margin: 0;
}
.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 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: 7px 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;
  }
}
.form-vertical {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.form-vertical.open {
  display: flex !important;
}
.form-vertical select,
.form-vertical textarea,
.form-vertical input[type=text],
.form-vertical input[type=password],
.form-vertical input[type=number],
.form-vertical input[type=email],
.form-vertical input[type=date],
.form-vertical input[type=time] {
  width: 100%;
}
.form-vertical .actions, .form-vertical .form .form-actions {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 6px;
}
.form-vertical .form-control {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 4px;
}
.form-vertical .form-control label {
  width: 100%;
}
.form-vertical .form-control input.hasDatepicker {
  flex-basis: calc(50% - 2px);
}

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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #D9D9D9;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #999999;
}

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

a {
  text-decoration: none;
  color: #0071E3;
}
a:hover, a:active {
  text-decoration: none;
  color: #0053A3;
}
a:focus {
  outline: none;
}

button .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.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: #F8003E !important;
}

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

.red {
  color: #F8003E !important;
  fill: #F8003E !important;
}

.orange {
  color: #FF6B00 !important;
}

.green {
  color: #068851 !important;
}

.blue {
  color: #0071E3 !important;
}

.gray {
  color: #D9D9D9 !important;
}

.black {
  color: #151515 !important;
}

.list-unstyled, .brand-list ul, .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, .catalog-menu, .sidebar-menu ul, .sidebar-menu, .top-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;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.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 > a .icon,
.dropdown-menu li > .text .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.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: #EDEDED;
}
@media (max-width: 600px) {
  .dropdown-menu li > a,
  .dropdown-menu li > .text,
  .dropdown-menu li.caption {
    padding: 11px 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: #FF6B00;
}

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-custom {
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.page-header-custom h1 {
  display: block;
  padding: 0;
  margin: 0;
}
.page-header-custom .tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}

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

.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;
  border-radius: 8px;
}
.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: 11px 15px;
}
@media (max-width: 600px) {
  .btn, .form-actions .btn {
    padding: 11px;
    min-width: 44px;
  }
}

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

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

.alert {
  position: relative;
  padding: 20px 40px;
  border-radius: 4px;
  margin: 8px;
}
.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 #EDEDED;
  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;
  color: #151515;
}
.details dl {
  clear: left;
  margin: 0;
  padding: 6px 15px;
  border-bottom: 1px solid #EDEDED;
}
.details dt {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.details dd {
  margin: 0;
  padding: 0 0 0 160px;
}

.post-list .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.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: #151515;
}
.tree-list a.folder:hover {
  color: #0053A3;
}
.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 #FF6B00;
  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;
  font-size: 40px;
  background: #999;
  opacity: 0.4;
  color: #fff;
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
}
#scroll-top:hover {
  opacity: 0.6;
}
#scroll-top .icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  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 #EDEDED;
}
.tabs li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.tabs a {
  font-weight: bold;
}
.tabs .active a {
  color: #151515;
}

@media (max-width: 600px) {
  #scroll-top {
    right: 10px;
  }
  .inquiry-teaser .text2 {
    display: block;
    padding-bottom: 4px;
  }
}
body {
  background: #fafafa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex-grow: 1;
}
@media (min-width: 1201px) {
  #container {
    padding-left: 54px;
  }
}

.main-wrapper {
  position: relative;
  display: flex;
  flex-grow: 1;
  padding-top: 50px;
  justify-content: flex-start;
}
@media (min-width: 1201px) {
  .main-wrapper {
    padding-top: 65px;
  }
}

.content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.content-wrapper > .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.top-nav {
  flex-shrink: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 1003;
  background: #0071E3;
}
.top-nav > .container {
  display: flex;
  max-width: 100%;
  height: 100%;
  gap: 8px;
}
@media (max-width: 1200px) {
  .top-nav > .container {
    padding: 0;
    gap: 4px;
  }
}
@media (min-width: 1201px) {
  .top-nav {
    height: 65px;
  }
}
@media (min-width: 1300px) {
  .top-nav {
    height: auto;
  }
}

.top-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 5px;
  background: #0071E3;
}
.top-search .form-body {
  width: 100%;
  display: flex;
}
.top-search input[type=text] {
  padding: 8px;
  width: 100%;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
}
.top-search button {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  background-color: #151515;
  color: #FFFFFF;
  outline: none;
  border-radius: 0 6px 6px 0;
}
.top-search button:hover {
  font-size: 24px;
  background-color: #FFFFFF;
  color: #0071E3;
}
.top-search #search-results {
  position: absolute;
  background: white;
  border: 1px solid #0071E3;
  top: 40px;
  z-index: 1000;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: visible;
  border-radius: 4px;
}
.top-search .search-results-item {
  cursor: pointer;
}
.top-search .search-results-item:hover {
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .top-search {
    display: block !important;
    position: relative;
    top: 0;
    width: 320px;
    padding: 0;
    margin-left: 15px;
    height: auto;
    align-self: center;
  }
  .top-search-open {
    display: none !important;
  }
  .top-search button {
    width: 40px;
    height: 40px;
  }
}

.top-menu {
  margin-left: auto;
  display: flex;
  column-gap: 4px;
  height: 50px;
}
.top-menu > li > a {
  display: flex;
  height: 50px;
  padding: 0 10px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  font-size: 12px;
  font-weight: 600;
}
.top-menu > li > a .icon {
  font-size: 21px;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.top-menu > li > a:hover, .top-menu > li > a.active {
  background: #FFFFFF;
  color: #0071E3;
}
.top-menu .relative {
  position: relative;
}
.top-menu .count {
  position: absolute;
  top: 0;
  left: -16px;
  transform: translate(50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  font-size: 12px;
  background: #FF6B00;
  border-radius: 100px;
  color: #FFFFFF;
}
.top-menu .dropdown .icon-arrow {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.top-menu .currency {
  padding: 8px 10px 0 10px;
  line-height: 17px;
}
.top-menu .currency span {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
.top-menu .user-caption {
  width: 260px;
  font-size: 13px;
  line-height: 1.6;
}
.top-menu .user-caption span {
  display: block;
  clear: both;
}
.top-menu .user-caption b {
  float: right;
}
.top-menu .user-balance {
  align-self: center;
}
@media (max-width: 1200px) {
  .top-menu .user-balance {
    display: none;
  }
}
.top-menu .user-balance > a {
  display: inline-flex;
  align-items: stretch;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  height: auto;
  background: #FFFFFF;
  color: #FF6B00;
}
.top-menu .user-balance > a:hover {
  background: #FFFFFF;
  color: #FF6B00;
}
.top-menu .user-balance > a .icon {
  background: #FF6B00;
  color: #fff;
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-menu .user-balance > a .icon svg {
  font-size: 21px;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.top-menu .user-balance > a .balance {
  padding: 3px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-size: 12px;
}
.top-menu .user-balance > a .balance .negative {
  color: #FE1A53;
}
@media (min-width: 1201px) {
  .top-menu {
    height: auto;
  }
  .top-menu > li {
    display: inline-flex;
  }
  .top-menu > li > a {
    display: flex;
    align-items: center;
    height: auto;
    border-radius: 4px 4px 0 0;
  }
}

.top-logo {
  display: inline-flex;
  align-items: center;
}
.top-logo > a {
  display: block;
}
.top-logo > a img.logo-mini {
  display: none;
}

.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 275px;
  height: 100%;
  z-index: 1002;
  background-color: #fff;
  overflow: auto;
  border-right: 1px solid #ddd;
  box-shadow: 3px 0 3px -3px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1201px) {
  .sidebar {
    width: 54px;
    overflow: hidden;
  }
  .sidebar .sidebar-menu li .text, .sidebar .sidebar-menu li .icon-arrow {
    display: none;
    white-space: nowrap;
  }
  .sidebar .sidebar-menu li .icon {
    flex-shrink: 0;
  }
  .sidebar .sidebar-menu .open ul {
    display: none;
  }
  .sidebar .sidebar-menu ul.opened {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
  }
  .sidebar.hover {
    overflow: auto;
  }
  .sidebar.hover .sidebar-menu li .text, .sidebar.hover .sidebar-menu li .icon-arrow {
    display: inline-block;
  }
  .sidebar.hover .sidebar-menu .open ul {
    display: block;
  }
  .sidebar.hover .sidebar-menu ul.opened {
    height: 300px;
    max-height: fit-content;
  }
}

#sidebar-open {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 21px;
  background: #0071E3;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  outline: none;
}
#sidebar-open .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
#sidebar-open .icon-close {
  display: none;
}
#sidebar-open.active .icon-close {
  display: block;
}
#sidebar-open.active .icon-open {
  display: none;
}
#sidebar-open:hover {
  background: #FFFFFF;
  color: #0071E3;
}

#sidebar-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #bbb;
  font-size: 19px;
  background: none;
  border: none;
  cursor: pointer;
}
#sidebar-close:hover {
  color: #222;
}

.sidebar-menu {
  border-top: 1px solid #eee;
}
.sidebar-menu a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 15px;
  color: #151515;
  border-bottom: 1px solid #eee;
  outline: none;
  transition: 0.2s all ease;
}
.sidebar-menu a .icon {
  width: 1.6em;
  height: 1.6em;
  fill: currentColor;
  --color-1: #FF6B00;
}
.sidebar-menu a:hover {
  background-color: #eee;
  color: #111;
}
.sidebar-menu .active a {
  color: #0071E3;
  font-weight: bold;
}
.sidebar-menu .icon-arrow {
  margin-left: auto;
  width: 20px;
  height: 20px;
  fill: #aaa;
}
.sidebar-menu ul {
  display: none;
}
.sidebar-menu ul a {
  padding-left: 46px;
}
.sidebar-menu .caret {
  float: right;
  font-size: 18px;
  transition: 0.2s all ease;
}
.sidebar-menu .open ul {
  display: block;
}
.sidebar-menu .open .caret {
  transform: rotate(180deg);
}
.sidebar-menu .open .icon {
  color: #000;
}
.sidebar-menu .badge {
  float: right;
  padding: 1px 6px;
  margin-left: 2px;
  font-weight: bold;
  font-size: 12px;
  background: #FFA21A;
  border-radius: 4px;
  color: #333;
}
.sidebar-menu .catalog {
  display: none;
}

.sidebar-footer {
  padding: 15px 5px 15px 0;
  text-align: right;
  font-size: 13px;
}
.sidebar-footer .currency {
  float: left;
  padding-top: 2px;
  font-weight: bold;
  display: none;
}
.sidebar-footer .language {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 8px;
  border-right: 1px solid #ddd;
}
.sidebar-footer .language:last-child {
  padding-right: 0;
  border-right: none;
}
.sidebar-footer .language a {
  padding: 0;
  border: 0;
  color: #999;
}
.sidebar-footer .language a:hover {
  color: #0053A3;
}
@media (min-width: 1201px) {
  .sidebar-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .sidebar-footer .language {
    border: 0;
  }
  .sidebar-footer .language:last-child {
    padding-right: 8px;
  }
}

@media (min-width: 1201px) {
  .sidebar.hover .sidebar-footer {
    flex-direction: row;
    justify-content: flex-end;
  }
  .sidebar.hover .sidebar-footer .language:not(:last-child) {
    border-right: 1px solid #ddd;
  }
}

.sidebar-overlay {
  display: none;
}

.catalog-menu-wrapper {
  background: #0071E3;
}
.catalog-menu-wrapper > .container {
  max-width: 100%;
  padding: 0;
}
.catalog-menu-wrapper.top {
  display: none;
}
@media (min-width: 1300px) {
  .catalog-menu-wrapper {
    display: none;
  }
  .catalog-menu-wrapper.top {
    display: flex;
  }
  .catalog-menu-wrapper.top > .container {
    display: flex;
  }
}

.catalog-menu {
  display: flex;
  text-align: center;
}
.catalog-menu > li {
  max-width: 16em;
  display: flex;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  flex-grow: 1;
  margin-left: -1px;
}
@media (min-width: 1600px) {
  .catalog-menu > li {
    max-width: 100%;
  }
}
.catalog-menu > li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 2em;
  transform: translateY(-50%);
  background: #FFFFFF;
}
.catalog-menu > li > a {
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .catalog-menu > li > a {
    border-radius: 4px 4px 0 0;
  }
}
.catalog-menu > li > a:hover, .catalog-menu > li > a.active {
  background: #FFFFFF;
  color: #0071E3;
}

.footer {
  position: relative;
  padding: 20px 0;
  font-size: 14px;
  background-color: #151515;
  color: #D9D9D9;
}
.footer > .container {
  max-width: 100%;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #D9D9D9;
}
.footer-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-inner .logo-mini {
  display: none;
}
@media (max-width: 1050px) {
  .footer-inner .logo-mini {
    display: block;
  }
  .footer-inner .logo-full {
    display: none;
  }
}

.footer-contacts {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
}
.footer-contacts > div {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.footer-contacts .title {
  font-weight: bold;
}

.footer-contacts table, .post-text table {
  width: 100% !important;
}
.footer-contacts table tr, .post-text table tr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-contacts table tr td, .post-text table tr td {
  width: auto !important;
}
.footer-contacts p, .post-text p {
  float: left;
  width: 190px;
  padding-bottom: 20px;
}

.empty-list {
  text-align: center;
  padding: 35px 0;
  border: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 30px;
}
.empty-list .icon {
  fill: currentColor;
}

.header2 {
  background-color: #fff;
  border-bottom: 5px solid #b43665;
}
.header2 .logo {
  padding: 20px 0;
}
.header2 .logo img {
  height: 55px;
}
.header2 .languages {
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.header2 .languages li {
  float: left;
  padding: 2px 12px;
  color: #333;
  border-right: 1px solid #ccc;
}
.header2 .languages li:last-child {
  border-right: none;
}
.header2 .languages a {
  color: #ccc;
}
.header2 .languages a:hover {
  color: #0053A3;
}
.header2 .languages .active {
  font-weight: bold;
}
@media (max-width: 400px) {
  .header2 .logo img {
    height: 40px;
  }
  .header2 .languages {
    top: 30px;
  }
}

@media (max-width: 1200px) {
  .sidebar {
    position: absolute;
    top: 0;
    height: calc(100vh - 50px);
    padding-bottom: 100px;
    left: -290px;
    z-index: 1003;
    visibility: hidden;
    transition: 0.3s linear;
  }
  .sidebar.open {
    visibility: visible;
    overflow: auto;
    left: 0;
  }
  #sidebar-open,
  #sidebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .sidebar-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1001;
    background: #111;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.1s linear;
  }
  .sidebar-overlay.open {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: none;
  }
  .container {
    margin: 0;
  }
  .sidebar-menu ul.opened {
    display: block;
  }
}
@media (max-width: 1050px) {
  .top-logo > a img.logo-mini {
    display: block;
  }
  .top-logo > a img.logo-full {
    display: none;
  }
}
@media (max-width: 900px) {
  .top-menu .label {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .catalog {
    display: block;
  }
}
@media (max-width: 450px) {
  .top-menu .currency,
  .top-menu .user-balance {
    display: none;
  }
  .sidebar-footer .currency {
    display: block;
  }
}
.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: #EDEDED;
}
.model-filter ul a {
  color: #3d3d3d;
}
.model-filter ul a:hover {
  color: #FF6B00;
}
.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: #FF6B00;
}
#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 #EDEDED;
  }
  .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 #EDEDED;
}
.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 #EDEDED;
  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 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  width: 230px;
}
.col-sidebar .catalog-filter .catalog-filter-body {
  overflow-y: auto;
  padding-right: 10px;
}
.col-sidebar .catalog-filter .filter-hide {
  text-align: right;
}
@media (min-width: 1051px) {
  .col-sidebar .catalog-filter .filter-hide {
    display: none;
  }
}
.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: #151515;
}
.col-sidebar .catalog-filter .selected .clear a:hover {
  color: #0053A3;
}
.col-sidebar .catalog-filter .field {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.col-sidebar .catalog-filter .field > label {
  position: relative;
  display: block;
  padding: 5px 0 5px 18px;
  cursor: pointer;
  font-weight: 600;
  font-size: 120%;
}
.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;
}

@media (min-width: 1051px) {
  .filter-show-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .catalog-filter > p {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .catalog-filter > p {
    float: none;
    width: auto;
  }
}
.checkbox-filter {
  color: #5B5B5B;
}
.checkbox-filter input:checked + span {
  color: #0071E3;
}

.product-popular {
  border-top: 1px solid #EDEDED;
  padding: 15px 20px 20px;
}
.product-popular-header {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-popular .title {
  text-align: left;
  padding: 13px 0;
  font-size: 20px;
  font-weight: 600;
}
.product-popular .product {
  display: flex !important;
  height: auto;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.product-popular .product > .image {
  width: 84px;
  height: 100px;
  overflow: hidden;
  flex-shrink: 0;
}
.product-popular .product > .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-popular .product > .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 183px;
}
.product-popular .product > .description > .name, .product-popular .product > .description .name a {
  color: inherit;
  font-size: 16px;
}
.product-popular .product > .description > .name:hover, .product-popular .product > .description .name a:hover {
  color: #FF6B00;
}
.product-popular .product > .description > .price-range {
  font-size: 16px;
  font-weight: 600;
}
.product-popular .product > .description .buttons {
  margin-top: auto;
}
.product-popular .product > .description .buttons .add-cart {
  column-gap: 10px;
}
.product-popular .product > .description .buttons .add-cart > * {
  flex: 1;
}
.product-popular-list .slick-track {
  display: flex;
  column-gap: 10px;
}
.product-popular .product-slider-arrows {
  display: inline-flex;
  gap: 8px;
}
.product-popular .product-slider-arrows > button {
  background-color: transparent;
  border: 0;
  padding: 0;
  opacity: 1;
  font-size: 20px;
  width: 1em;
  height: 1em;
  display: inline-flex;
  color: #151515;
  cursor: pointer;
}
.product-popular .product-slider-arrows > button:hover {
  color: #FF6B00;
}
.product-popular .product-slider-arrows > button.slick-disabled {
  color: #CCCCCC;
  pointer-events: none;
}

.catalog-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.catalog-content-wrapper .divider {
  height: 1px;
  background-color: #EDEDED;
}
.catalog-content-wrapper .promo-list {
  display: flex;
  max-width: 630px;
  gap: 16px;
  flex-wrap: wrap;
}
.catalog-content-wrapper .promo-item > a {
  display: block;
  width: 100%;
}
.catalog-content-wrapper .promo-item > a img {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .catalog-content-wrapper {
    flex-direction: row;
    column-gap: 54px;
  }
  .catalog-content-wrapper .divider {
    width: 1px;
    height: auto;
  }
  .catalog-content-wrapper .promo-list {
    flex-direction: column;
    width: 45%;
  }
}

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

.product-tile-list {
  padding-bottom: 30px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product-tile-list .product {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.product-tile-list .product .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  padding: 15px;
  border: 1px solid #0071E3;
  transition: box-shadow 0.2s ease;
  background-color: #FFFFFF;
}
.product-tile-list .product .wrapper.active {
  background-color: #EDFFE6;
}
.product-tile-list .product:hover {
  overflow: visible;
}
.product-tile-list .product:hover .wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto;
  border-color: #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
  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;
  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: #068851;
}
@media (max-width: 767px) {
  .product-tile-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .product-tile-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-tile-list .product {
    float: none;
    width: auto;
    height: auto;
    overflow: visible;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .product-tile-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-info-list dl {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 5px 15px;
  margin: 0;
  border-top: 1px solid #EDEDED;
}
.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 #EDEDED;
}
.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 #EDEDED;
  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 td.manufacturer-logo,
.product-price-table td.manufacturer-logo {
  padding: 0;
  width: 50px;
  vertical-align: middle;
  text-align: center;
}
.product-table td.manufacturer-logo .image,
.product-price-table td.manufacturer-logo .image {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.product-table td.manufacturer-logo .image img,
.product-price-table td.manufacturer-logo .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.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 .name .product-name,
.product-price-table .name .product-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 4px;
}
.product-table .name .badge-list,
.product-price-table .name .badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-table .name .badge-list .badge-label,
.product-price-table .name .badge-list .badge-label {
  margin: 0;
}
.product-table .icons,
.product-price-table .icons {
  width: 96px;
  white-space: nowrap;
  vertical-align: middle;
}
.product-table .btn,
.product-price-table .btn {
  padding: 2px 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-price-table .icons .btn {
    font-size: 14px;
  }
  .product-table .stock .btn,
  .product-price-table .stock .btn {
    font-size: 18px;
  }
  .product-table .btn,
  .product-price-table .btn {
    padding: 11px 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 .purchase,
.product-price-table .price {
  font-weight: bold;
}
.product-price-table .purchase {
  color: #FF0040;
}
.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 #EDEDED;
    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, .product-price-table .manufacturer-logo {
    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;
    margin: 5px 0;
  }
  .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 .stock.stock-stat {
    min-width: 32px;
    width: auto;
  }
  .product-price-table .stock.stock-stat small {
    display: block;
  }
  .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 {
    padding: 12px 0;
  }
  .product-price-table .action {
    float: right;
    width: auto;
  }
}
@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-more {
    width: 80px;
  }
  .product-price-table .stock {
    float: left;
    padding: 0 !important;
    line-height: 1;
    width: auto;
    height: 12px;
    margin-right: 5px;
  }
  .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;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-self: flex-start;
}
.product-group-list li {
  position: relative;
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
}
.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: #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
  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: calc(25% - 20px);
  }
}
@media (max-width: 767px) {
  .product-group-list li {
    width: calc(50% - 10px);
  }
}

#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;
  padding: 7px 6px;
}
.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: #FF6B00;
}
.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 #EDEDED;
  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: #FF6B00;
}
.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 #EDEDED;
}
.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;
}

.add-cart {
  display: flex;
  column-gap: 4px;
}
.add-cart input[type=number] {
  padding: 0.5rem;
  max-width: 5em;
  border-color: #5B5B5B;
}
.add-cart .btn {
  padding: 2px;
}
.add-cart .btn .icon {
  width: 1.5em;
  height: 1.5em;
}
.add-cart .btn .icon.icon-sm {
  width: 1em;
  height: 1em;
}

.order-table .number {
  width: 90px;
  font-weight: bold;
  white-space: nowrap;
}
.order-table .index {
  text-align: right;
}
.order-table .date {
  width: 200px;
}
.order-table .no-nowrap {
  white-space: nowrap;
}
.order-table .min-width-no-nowrap {
  white-space: nowrap;
  width: 1%;
}
.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 .price, .order-table .total, .order-table .count {
  text-align: right;
}
.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 {
    text-align: right;
  }
  .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;
    text-align: right;
  }
  .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;
    text-align: right;
  }
}
@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-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 {
    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 #EDEDED;
}
.user-address-select li:first-child {
  border-top: 1px solid #EDEDED;
}
.user-address-select li:hover {
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
}

.box-style, .product-details, .col-sidebar .car-filter, .post, .details, .panel {
  background: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
}

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 #D9D9D9;
  border-radius: 6px;
  padding: 11px 15px;
}
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: #0071E3;
  box-shadow: 0 0 3px #5FAAF2;
}
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: #F8003E;
  color: #FF0040;
}
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 {
  box-shadow: 0 0 3px #FE1A53;
  color: #333;
}

select {
  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 {
  opacity: 0.6;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.d-flex {
  display: flex !important;
}

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

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

.badge-label {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}
.badge-label.new {
  color: #FFFFFF;
  background-color: #36BC7E;
}
.badge-label.sale {
  color: #FFFFFF;
  background-color: #EC8235;
}
.badge-label.top {
  color: #FFFFFF;
  background-color: #F8003E;
}
.badge-label.promotion {
  color: #FFFFFF;
  background-color: #357EC8;
}

.btn {
  color: #333;
  border: 1px solid #d3d3d3;
  background: #f6f6f6;
  box-shadow: none;
  transition: 0.2s all ease;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  background: #eee;
  color: #111;
}
.btn.btn-primary {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #fff;
  color: #FF6B00 !important;
}
.btn.btn-primary-outline {
  background-color: #fff;
  border-color: #FF6B00;
  color: #FF6B00 !important;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus {
  background-color: #FF6B00;
  color: #fff !important;
}
.btn.btn-success {
  background-color: #068851;
  border-color: #068851;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: #fff;
  color: #068851 !important;
}
.btn.btn-success-outline {
  background-color: #fff;
  border-color: #068851;
  color: #068851 !important;
}
.btn.btn-success-outline:hover, .btn.btn-success-outline:focus {
  background-color: #068851;
  color: #fff !important;
}
.btn.btn-info {
  background-color: #0071E3;
  border-color: #0071E3;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background-color: #fff;
  color: #0071E3 !important;
}
.btn.btn-danger {
  background-color: #F8003E;
  border-color: #F8003E;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: #fff;
  color: #F8003E !important;
}
.btn.btn-default {
  background-color: #fff;
  border-color: currentColor;
  color: #151515;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  color: #FF6B00;
}
.btn.btn-icon-round {
  padding: 0 !important;
  width: 2em;
  height: 2em;
  min-width: 1.5em !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #5B5B5B;
  border: 1px solid currentColor;
  font-size: 10px;
}
.btn.btn-icon-round > span {
  padding: 0 !important;
  margin: 0 !important;
}
.btn.btn-icon-round:hover, .btn.btn-icon-round:focus {
  color: #0071E3;
}
.btn.btn-icon-round.active {
  color: #F8003E;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
}
.dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu li > a,
.dropdown-menu li > .text {
  color: #555;
  transition: 0.2s all ease;
}
.dropdown-menu li > a:hover {
  color: #111;
  background-color: #fafafa;
}
.dropdown-menu li.active > a, .dropdown-menu li.active > .text {
  color: #111;
  background-color: #fafafa;
}
.dropdown-menu li.caption {
  color: #333;
  background: #f2f2f2;
}

.breadcrumb {
  padding: 4px 0;
  color: #5B5B5B;
}
.breadcrumb li a {
  color: #5B5B5B;
}
.breadcrumb li a:hover {
  color: #FF6B00;
}
@media (max-width: 767px) {
  .breadcrumb {
    float: none !important;
  }
}

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

.panel .panel-heading h4 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.panel .panel-body {
  background: #fff;
}

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

.details {
  border: 0;
  box-shadow: none;
  background-color: rgba(217, 217, 217, 0.4);
}
.details dl {
  padding: 8px 20px;
  border: 0;
}
.details dd {
  padding-left: 165px;
}

.form {
  max-width: 380px;
}
.panel .form {
  padding: 0;
  max-width: none;
  border: none;
  box-shadow: none;
}
.form .field > label {
  font-weight: bold;
}
.form .error label {
  color: #FF0040;
}
.form .errorlist {
  color: #FF0040;
  font-size: 12px;
}
.form .form-actions {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .form {
    max-width: none;
  }
}

.col-filter-form {
  position: relative;
  float: none;
  width: auto;
  padding-right: 100px;
}
@media (max-width: 670px) {
  .col-filter-form {
    padding-right: 0;
  }
  .col-filter-form .filter-toggle-box {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 10;
  }
}
@media (max-width: 580px) {
  .col-filter-form .filter-toggle-box {
    bottom: -48px;
  }
}

.col-filter-list {
  margin-left: 0;
  overflow: visible;
}
.col-filter-list .page-settings .dropdown {
  position: absolute;
  top: -65px;
  right: 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;
}

.alert {
  background-color: #f7f7f7;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
  color: #555;
  font-weight: bold;
}

.alert-info {
  background-color: #5FAAF2;
  border: 1px solid #0071E3;
  color: #fff;
}

.alert-success {
  background-color: #068851;
  border: 1px solid #006F3F;
  color: #fff;
}

.alert-warning {
  background-color: #FF6B00;
  border: 1px solid #c65200;
  color: #fff;
}

.alert-error {
  background-color: #F8003E;
  border: 1px solid #B5002D;
  color: #fff;
}

.post {
  padding: 15px;
  margin-bottom: 20px;
}

.brand-list {
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.brand-list li {
  float: left;
  width: 12.5%;
  height: 120px;
  padding-top: 15px;
  text-align: center;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.brand-list li:hover {
  box-shadow: inset 0 0 5px #EDEDED;
}
@media (max-width: 767px) {
  .brand-list li {
    width: 20%;
  }
}
@media (max-width: 580px) {
  .brand-list li {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .brand-list li {
    width: 50%;
  }
}
.brand-list a {
  font-size: 12px;
}
.brand-list span {
  display: table-cell;
  width: 100%;
  height: 64px;
  vertical-align: middle;
}
.brand-list img {
  vertical-align: middle;
}
.brand-list strong {
  display: block;
  padding-top: 8px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-tile-list {
  background: #fff;
}

.product-price-table h2 {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.product-price-table tr.offer td,
.product-price-table tr.more-offers td {
  border: none;
}

.product-details {
  padding: 10px;
}

.message-list .row {
  border: 1px solid #EDEDED;
}
.message-list .row .text {
  background: #fff;
}

.main-car-form {
  margin-top: 20px;
  padding: 20px 15px 10px 15px;
  background-color: #fdfdfd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.main-car-form h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

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

.SumoSelect .CaptionCont {
  background-color: #fff !important;
  border: solid 1px #ccc !important;
  border-radius: 2px !important;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  background-color: #fff !important;
  border: 1px solid #5C9DED !important;
  box-shadow: 0 0 3px #4B8CDC !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;
}

#sidebar-form-open,
#sidebar-form-close {
  display: none;
}

.sidebar-form {
  padding: 10px 0;
  width: 220px;
}

@media (max-width: 1050px) {
  #sidebar-form-open,
  #sidebar-form-close {
    display: inline-block;
  }
  #sidebar-form-open.open {
    display: none;
  }
  .sidebar-form {
    position: absolute;
    left: -300px;
    overflow: hidden;
    transition: left 0.3s;
    background-color: #FFFFFF;
    z-index: 20;
    padding: 20px;
    width: 280px;
    box-shadow: 1px 1px 5px #D9D9D9;
  }
  .sidebar-form.open {
    left: -15px;
  }
}
.color-accent-green {
  color: #068851;
}

.tools-main {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.switch-view {
  display: flex;
  border-radius: 8px;
  border: 1px solid #151515;
}
.switch-view .btn-simple {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  border-color: transparent;
  background-color: #ffffff;
  color: #D9D9D9;
}
.switch-view .btn-simple:hover {
  color: #151515;
}
.switch-view .btn-simple.active {
  height: 34px;
  color: #151515;
  border-color: #151515;
  background-color: #D9D9D9;
}
.switch-view .btn-simple:first-child.active {
  margin: -1px 0 -1px -1px;
}
.switch-view .btn-simple:last-child.active {
  margin: -1px -1px -1px 0;
}
.switch-view .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

body .top-nav {
  position: sticky;
  top: 0;
}
body .main-wrapper {
  padding-top: 0 !important;
}
body #container, body .content-wrapper, body .content-wrapper > .container, body .container-sidebar {
  overflow: hidden;
}
body .content-wrapper > .container {
  padding: 0;
}
@media (min-width: 1051px) {
  body .container-sidebar .col-sidebar {
    padding-left: 16px;
  }
}
body .container-sidebar .col-main {
  overflow: auto;
  padding-right: 16px;
}
body .footer {
  padding: 10px 0;
}
body .container:after, body .container-sidebar:after {
  content: none;
}
body .col-sidebar .catalog-filter {
  height: 100%;
}

.selected-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 4px;
}
