html {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  color: #262626;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.5;
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.font-bold {
  font-weight: 500;
}
.font-small {
  font-size: 12px;
}
.font-medium {
  font-size: 14px;
}
.font-icon {
  font-size: 22px;
}
.bg-header {
  background-color: #0b1752;
}
.bg-site {
  background-color: #002f87;
}
.text-site {
  color: #002f87;
}
.bg-site-secondary {
  background-color: #ffd100;
}
.text-site-secondary {
  color: #ffd100;
}
/* .rounded{
  border-radius: 5px !important;
} */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-footer {
  background-color: #0f1923;
}
.site-footer {
  background-color: #6d6e71;
}
.site-footer-column {
  width: 400px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.logo-brand-img {
  width: 150px;
  height: auto;
}

.grouped-search-field {
  background-color: #fff;
}
.grouped-search-field > input:hover,
.grouped-search-field > input:focus {
  background-color: #000;
  outline: none;
}
.grouped-search-field input::placeholder {
  color: #4f4f4f;
  opacity: 1; /* Firefox */
}
.header-icons {
  display: flex;
  gap: 30px;
}

.home-search-container {
  padding: 0;
}
.home-search-title {
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  padding: 25px 0;
  display: block;
  font-weight: 500;
}
.home-search-subtitle {
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.home-search-tabs {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-bottom: 2px solid #0b1752;
}
.collapse-content-form.active {
  opacity: 1;
  width: 100%;
  height: auto;
  padding: 0 20px;
  visibility: visible;
}
.collapse-content-form {
  transition: opacity 1s ease-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0px;
  width: 100%;
  /* max-width: 600px;  */
  margin: 0 auto;
}
.collapse-content-form.active select {
  width: 100%;
}
.controllers-collapse {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
}
.controllers-collapse li {
  cursor: pointer;
  padding: 10px 0;
  background-color: #fff;
  margin: 0;
  color: #002f87;
  font-weight: bold;
  width: 50%;
  /* max-width: 250px; */
  text-align: center;
}
.controllers-collapse li.active {
  background-color: #ffd100;
  color: #0f1923;
}

@media (max-width: 768px) {
  .home-search-title {
    font-size: 1.8rem;
  }
  .controllers-collapse li {
    padding: 5px;
  }
}
.carousel-arrows-navigation {
  display: flex;
  gap: 5px;
}
.carousel-arrows-button {
  height: 25px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.carousel-latest-products.owl-drag .owl-item {
  padding: 0 10px;
}
.results {
  display: flex;
  gap: 15px;
}
.results .sidebar {
  flex: 0 0 250px;
}

.results .sidebar .car-info {
  margin-bottom: 20px;
}
.results .sidebar .car-info,
.results .sidebar .filter-info {
  padding: 10px;
  background-color: #d6d6d6;
}
.results .sidebar-filter-list {
  list-style-type: none;
  padding: 0;
}

.results .sidebar-filter-list .sidebar-filter a {
  color: inherit;
  text-decoration: none;
}
.results .sidebar-filter-list .sidebar-filter-parent {
  font-weight: bold;
}
.results .sidebar-filter-list .sidebar-filter-child {
  margin-left: 15px;
}

.results .parts {
  padding: 0 10px;
  width: 100%;
}
.results .parts .part-image {
  height: 200px;
  width: 100%;
  /* display:flex;  */
  align-items: center;
  margin-bottom: 15px;
}
.results .parts .part-image img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.search-mode-container {
  /* display: none; */
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s, height 0.2s ease;
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.search-mode-container.show {
  height: auto;
  min-height: 150px;
  opacity: 1;
  transition: opacity 0.5s, height 0.2s ease;
  padding: 20px 0;
}
.search-mode-container form {
  width: 100%;
}
.search-modes-container {
  display: flex;
  position: relative;
}
.search-mode-list {
  display: block;
  flex: 1;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.search-mode-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 1;
  justify-content: space-evenly;
}
.search-mode-list li {
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}
.search-mode-collapse,
.search-mode {
  position: relative;
  padding: 10px;
  border: 0;
}
.search-mode-collapse.opened .filter__arrow {
  /* -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg); */
  right: auto;
  left: 15px;
  display: block !important;
}
.search-mode.active .filter__arrow {
  -webkit-transform: rotateZ(540deg);
  transform: rotateZ(540deg);
}
.search-mode.active,
.search-mode:hover {
  background-color: #ffd100;
}
.search-mode.active a {
  color: #002f87 !important;
}
.search-mode a {
  color: #fff !important;
}
.search-mode-collapse .text-search-modes {
  display: flex;
  align-items: center;
}
.select2-container--bootstrap-5.select2-container--disabled .select2-selection,
.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus
  .select2-selection {
  background-color: #acacac !important;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px;
}
@media (max-width: 991px) {
  .search-modes-container {
    display: block;
  }
  .search-mode-list {
    display: none;
    padding: 0;
  }
  .search-mode-list.show {
    display: block;
  }
  .search-mode-collapse {
    margin: 0 0 0 0;
    padding: 10px 5px 5px 5px;
    width: 100%;
    text-align: left;
    border: 0;
  }

  .search-mode-collapse.opened .text-search-modes {
    display: none;
  }
  .search-mode-collapse.opened {
    margin: 0 0 25px 0;
    min-height: 25px;
  }
  .search-mode-collapse.opened a {
    display: block;
    height: 25px;
    width: 25px;
  }
  .search-mode-collapse.opened b {
    display: none;
  }
  .search-mode-collapse .filter__arrow,
  .search-mode .filter__arrow {
    /* position: absolute;
    display: block !important;
    fill: #fff;
    top: 7px;
    right: 10px;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); */
  }
  .search-mode-collapse .filter__arrow {
    top: 7px;
  }
  .search-mode .filter__arrow {
    top: 16px;
    right: 20px;
  }
  .search-mode-list .search-mode {
    border: 1px solid transparent;
    padding: 15px;
    flex: 100%;
  }
  .search-mode.active {
    border: 1px solid #fff;
  }
  .search-mode-list ul {
    display: block;
  }
  .search-mode-container {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s, height 1s ease;
    max-width: 100%;
  }
  .search-mode-container.show {
    height: auto;
    min-height: auto;
    margin-top: 50px;
    opacity: 1;
    transition: opacity 0.5s, height 1s ease;
  }
}
@media (max-width: 768px) {
  .home-title {
    margin: 15px 0;
    font-size: 1.5rem;
  }
  .site-header {
    flex-wrap: wrap;
  }
  .logo-container {
    order: 1;
    width: 15%;
    /* margin-left:5px */
  }
  .header-icons {
    order: 2;
  }

  .page-search {
    order: 3;
    flex: 1 1 100%;
    margin-top: 25px;
    padding: 0 !important;
  }
  .header-icons i {
    color: #f15b67;
  }
  .header-icons-text {
    display: none;
  }
}

/*
// .products-view
*/
.products-view__options {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  margin: 20px 0;
}

.products-view__pagination {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0.75rem 1rem;
}

.products-view__pagination-legend {
  font-size: 0.9375rem;
  padding: 0 0.375rem;
}

@media (max-width: 767.98px) {
  .products-view__pagination {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-view__pagination-legend {
    padding-top: 9px;
  }
}
/*
// .view-options
*/
.view-options {
  font-size: 0.9375rem;
}

.view-options__body {
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.view-options__body + .view-options__body {
  /* border-top: 1px solid #ebebeb; */
}

.view-options__body--filters {
  padding: 1rem;
  border-top: 1px solid #ebebeb;
}

.view-options__label {
  position: absolute;
  background: #fff;
  padding: 0 10px;
  top: -5px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  color: #999;
  font-weight: bold;
}

[dir="ltr"] .view-options__label {
  left: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[dir="rtl"] .view-options__label {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.view-options__filters-button {
  display: inline-flex;
}
[dir="ltr"] .view-options__filters-button {
  margin-right: 1.25rem;
}

[dir="rtl"] .view-options__filters-button {
  margin-left: 1.25rem;
}

[dir="ltr"] .view-options__layout {
  margin-right: 1.25rem;
}

[dir="rtl"] .view-options__layout {
  margin-left: 1.25rem;
}

.view-options__legend {
  white-space: nowrap;
}

[dir="ltr"] .view-options__legend {
  margin-right: 1.25rem;
}

[dir="rtl"] .view-options__legend {
  margin-left: 1.25rem;
}

.view-options__spring {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.view-options__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[dir="ltr"] .view-options__select {
  margin-left: 20px;
}

[dir="rtl"] .view-options__select {
  margin-right: 20px;
}

.view-options__select > label {
  margin-bottom: 0;
}

[dir="ltr"] .view-options__select > label {
  margin-right: 10px;
}

[dir="rtl"] .view-options__select > label {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .view-options__filters-button {
    display: none;
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .view-options__legend {
    margin-right: 0;
    margin-left: auto;
  }
  [dir="rtl"] .view-options__legend {
    margin-left: 0;
    margin-right: auto;
  }
  .view-options__spring {
    width: 100%;
    height: 8px;
  }
  [dir="ltr"] .view-options__select {
    margin-left: auto;
  }
  [dir="rtl"] .view-options__select {
    margin-right: auto;
  }
  [dir="ltr"] .view-options__select + .view-options__select {
    margin-left: 20px;
  }
  [dir="rtl"] .view-options__select + .view-options__select {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .view-options__body {
    flex-wrap: wrap;
  }
  .view-options__legend {
    flex-basis: 1;
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .view-options__select {
    /* -webkit-box-orient: vertical; */
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column;
              flex-direction: column; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  [dir="ltr"] .view-options__select {
    margin-left: 0;
  }
  [dir="rtl"] .view-options__select {
    margin-right: 0;
  }
  .view-options__select > label {
    margin: 0 0 2px;
  }
  [dir="ltr"] .view-options__layout {
    /* margin-left: auto; */
    margin-right: 0;
  }
  [dir="rtl"] .view-options__layout {
    margin-right: auto;
    margin-left: 0;
  }
}
/*
// .products-list
*/
.products-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list__content + .products-list__content {
  margin-top: 10px;
}

.products-list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-list__item .product-card {
  width: 100%;
}

.products-list[data-layout="grid"] .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.products-list[data-layout="grid"] .product-card .product-card__addtocart-full,
.products-list[data-layout="grid"] .product-card .product-card__wishlist,
.products-list[data-layout="grid"] .product-card .product-card__compare {
  display: none;
}

.products-list[data-layout="grid"] .product-card:after {
  display: block;
  position: static;
  content: "";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.products-list[data-layout="grid"] .product-card .product-card__badges {
  position: absolute;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

[dir="ltr"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__badges {
  left: 16px;
}

[dir="rtl"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__badges {
  right: 16px;
}

.products-list[data-layout="grid"] .product-card .product-card__badges > * + * {
  margin-top: 3px;
}

.products-list[data-layout="grid"] .product-card .product-card__actions-list {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

[dir="ltr"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__actions-list {
  right: 0;
}

[dir="rtl"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__actions-list {
  left: 0;
}

.products-list[data-layout="grid"] .product-card .product-card__image {
  display: block;
  position: relative;
}

.products-list[data-layout="grid"] .product-card .product-card__fit {
  position: absolute;
  bottom: 8px;
}

.products-list[data-layout="grid"]
  .product-card
  .product-card__fit
  .status-badge__text {
  display: none;
}

.products-list[data-layout="grid"]
  .product-card
  .product-card__fit
  .status-badge__tooltip {
  display: block;
}

[dir="ltr"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__fit {
  left: calc(16px - 3px);
}

[dir="rtl"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__fit {
  right: calc(16px - 3px);
}

.products-list[data-layout="grid"] .product-card .product-card__meta {
  /* padding: 10px 0; */
}

.products-list .product-card .product-card__name .observation {
  height: 2.25rem;
}

.products-list[data-layout="grid"] .product-card .product-card__rating {
  margin: -3px 0 -2px 0;
  padding: 8px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list[data-layout="grid"] .product-card .product-card__rating-stars,
.products-list[data-layout="grid"] .product-card .product-card__rating-label {
  margin: 3px 0 2px 0;
}

[dir="ltr"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__rating-stars {
  margin-right: 7px;
}

[dir="rtl"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__rating-stars {
  margin-left: 7px;
}

.products-list[data-layout="grid"] .product-card .product-card__rating-label {
  line-height: 1;
}

.products-list[data-layout="grid"] .product-card .product-card__features {
  padding: 10px 16px 0;
  margin-bottom: -2px;
  display: none;
}

.products-list[data-layout="grid"] .product-card .product-card__footer {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.products-list[data-layout="grid"] .product-card .product-card__prices {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list[data-layout="grid"] .product-card .product-card__price--old {
  font-size: 14px;
}

[dir="ltr"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__price--old {
  margin-left: 6px;
}

[dir="rtl"]
  .products-list[data-layout="grid"]
  .product-card
  .product-card__price--old {
  margin-right: 6px;
}

.products-list[data-layout="grid"] .product-card .product-card__addtocart-icon {
  margin: -3px;
}

@media (hover: hover) {
  .products-list[data-layout="grid"]
    .product-card
    .product-card__action--wishlist,
  .products-list[data-layout="grid"]
    .product-card
    .product-card__action--compare {
    -webkit-transition: opacity 0.2s, color 0.12s, background 0.12s,
      -webkit-transform 0.2s;
    transition: opacity 0.2s, color 0.12s, background 0.12s,
      -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s;
    transition: transform 0.2s, opacity 0.2s, color 0.12s, background 0.12s,
      -webkit-transform 0.2s;
    opacity: 0;
    will-change: transform;
  }
  [dir="ltr"]
    .products-list[data-layout="grid"]
    .product-card
    .product-card__action--wishlist,
  [dir="ltr"]
    .products-list[data-layout="grid"]
    .product-card
    .product-card__action--compare {
    -webkit-transform: translateX(100%) translateX(6px);
    transform: translateX(100%) translateX(6px);
  }
  [dir="rtl"]
    .products-list[data-layout="grid"]
    .product-card
    .product-card__action--wishlist,
  [dir="rtl"]
    .products-list[data-layout="grid"]
    .product-card
    .product-card__action--compare {
    -webkit-transform: translateX(-100%) translateX(6px);
    transform: translateX(-100%) translateX(6px);
  }
  .products-list[data-layout="grid"]
    .product-card:hover
    .product-card__action--wishlist,
  .products-list[data-layout="grid"]
    .product-card:hover
    .product-card__action--compare,
  .products-list[data-layout="grid"]
    .product-card:active
    .product-card__action--wishlist,
  .products-list[data-layout="grid"]
    .product-card:active
    .product-card__action--compare {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.products-list--grid--3[data-layout="grid"] .products-list__content {
  margin: -10px;
}

.products-list--grid--3[data-layout="grid"] .products-list__item {
  margin: 10px;
  width: calc((100% - 60px) / 3);
}

.products-list--grid--3[data-layout="grid"] .products-list__head {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .products-list--grid--3[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--3[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 32px) / 2);
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .products-list--grid--3[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--3[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 16px));
    /* width: calc((100% - 32px) / 2); */
  }
}

@media (max-width: 419px) {
  .products-list--grid--3[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--3[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 16px) / 1);
  }
}

.products-list--grid--4[data-layout="grid"] .products-list__content {
  margin: -10px;
}

.products-list--grid--4[data-layout="grid"] .products-list__item {
  margin: 10px;
  width: calc((100% - 80px) / 4);
}

.products-list--grid--4[data-layout="grid"] .products-list__head {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .products-list--grid--4[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--4[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 48px) / 3);
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .products-list--grid--4[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--4[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 419px) {
  .products-list--grid--4[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--4[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 16px) / 1);
  }
}

.products-list--grid--5[data-layout="grid"] .products-list__content {
  margin: -10px;
}

.products-list--grid--5[data-layout="grid"] .products-list__item {
  margin: 10px;
  width: calc((100% - 100px) / 5);
}

.products-list--grid--5[data-layout="grid"] .products-list__head {
  display: none;
}

.products-list--grid--6[data-layout="grid"] .products-list__content {
  margin: -8px;
}

.products-list--grid--6[data-layout="grid"] .products-list__item {
  margin: 8px;
  width: calc((100% - 96px) / 6);
}

.products-list--grid--6[data-layout="grid"] .products-list__head {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .products-list--grid--6[data-layout="grid"] .products-list__content {
    margin: -10px;
  }
  .products-list--grid--6[data-layout="grid"] .products-list__item {
    margin: 10px;
    width: calc((100% - 100px) / 5);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .products-list--grid--6[data-layout="grid"] .products-list__content {
    margin: -10px;
  }
  .products-list--grid--6[data-layout="grid"] .products-list__item {
    margin: 10px;
    width: calc((100% - 80px) / 4);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .products-list--grid--6[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--6[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 48px) / 3);
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .products-list--grid--6[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--6[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 419px) {
  .products-list--grid--6[data-layout="grid"] .products-list__content {
    margin: -8px;
  }
  .products-list--grid--6[data-layout="grid"] .products-list__item {
    margin: 8px;
    width: calc((100% - 16px) / 1);
  }
}

.products-list[data-with-features="true"]
  .product-card
  .product-card__features {
  display: block;
}

.products-list[data-layout="list"] .products-list__content {
  margin: -10px;
}

.products-list[data-layout="list"] .products-list__item {
  margin: 10px;
  width: calc((100% - 20px) / 1);
}

.products-list[data-layout="list"] .products-list__head {
  display: none;
}

.products-list[data-layout="list"] .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.products-list[data-layout="list"] .product-card .product-card__addtocart-icon,
.products-list[data-layout="list"]
  .product-card
  .product-card__action--wishlist,
.products-list[data-layout="list"]
  .product-card
  .product-card__action--compare {
  display: none;
}

.products-list[data-layout="list"] .product-card .product-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products-list[data-layout="list"] .product-card .product-card__badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products-list[data-layout="list"] .product-card .product-card__badges > * + * {
  margin-top: 3px;
}

.products-list[data-layout="list"] .product-card .product-card__actions-list {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

[dir="ltr"]
  .products-list[data-layout="list"]
  .product-card
  .product-card__actions-list {
  right: 0;
}

[dir="rtl"]
  .products-list[data-layout="list"]
  .product-card
  .product-card__actions-list {
  left: 0;
}

.products-list[data-layout="list"] .product-card .product-card__rating {
  margin: -3px 0 -2px 0;
  padding: 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list[data-layout="list"] .product-card .product-card__rating-stars,
.products-list[data-layout="list"] .product-card .product-card__rating-label {
  margin: 3px 0 2px 0;
}

[dir="ltr"]
  .products-list[data-layout="list"]
  .product-card
  .product-card__rating-stars {
  margin-right: 7px;
}

[dir="rtl"]
  .products-list[data-layout="list"]
  .product-card
  .product-card__rating-stars {
  margin-left: 7px;
}

.products-list[data-layout="list"] .product-card .product-card__rating-label {
  line-height: 1;
}

.products-list[data-layout="list"]
  .product-card
  .product-card__fit
  .status-badge__text {
  display: block;
}

.products-list[data-layout="list"]
  .product-card
  .product-card__fit
  .status-badge__tooltip {
  display: none;
}

@media (min-width: 768px) {
  .products-list[data-layout="list"] .product-card .product-card__image {
    padding: 16px 24px;
    width: 260px;
  }
  .products-list[data-layout="list"] .product-card .product-card__badges {
    top: 16px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__badges {
    left: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__badges {
    right: 16px;
  }
  .products-list[data-layout="list"] .product-card .product-card__fit {
    position: absolute;
    bottom: 24px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    left: 258px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    right: 258px;
  }
  .products-list[data-layout="list"] .product-card .product-card__info {
    padding-top: 20px;
    /* padding-bottom: 57px; */
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__info {
    padding-left: 0;
    padding-right: 20px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__info {
    padding-right: 0;
    padding-left: 20px;
  }
  /* .products-list[data-layout="list"] .product-card .product-card__meta {
      position: absolute;
      bottom: 0;
      padding: 0;
      height: 38px;
      line-height: 36px;
      border-top: 1px solid #ebebeb;
      text-align: center;
      width: 180px;
    } */
  /* [dir=ltr] .products-list[data-layout="list"] .product-card .product-card__meta {
      right: 20px;
    }
    [dir=rtl] .products-list[data-layout="list"] .product-card .product-card__meta {
      left: 20px;
    } */
  .products-list[data-layout="list"] .product-card .product-card__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .products-list[data-layout="list"] .product-card .product-card__features {
    font-size: 14px;
    padding-top: 10px;
  }
  .products-list[data-layout="list"]
    .product-card
    .product-card__features
    li
    + li {
    margin-top: 2px;
  }
  .products-list[data-layout="list"] .product-card .product-card__footer {
    width: 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 22px 49px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__footer {
    border-left: 1px solid #ebebeb;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__footer {
    border-right: 1px solid #ebebeb;
  }
  .products-list[data-layout="list"] .product-card .product-card__prices {
    padding: 28px 0;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products-list[data-layout="list"] .product-card .product-card__price--old {
    font-size: 15px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__price--old {
    margin-left: 6px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__price--old {
    margin-right: 6px;
  }
  .products-list[data-layout="list"]
    .product-card
    .product-card__addtocart-full {
    display: block;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
  }
  .products-list[data-layout="list"] .product-card .product-card__wishlist,
  .products-list[data-layout="list"] .product-card .product-card__compare {
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 10px 5px;
  }
  .products-list[data-layout="list"] .product-card .product-card__wishlist svg,
  .products-list[data-layout="list"] .product-card .product-card__compare svg {
    position: relative;
    top: -1px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg,
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-right: 8px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg,
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-left: 8px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg {
    margin-left: -3px;
    margin-right: 7px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg {
    margin-right: -3px;
    margin-left: 7px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-left: -2px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-right: -2px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .products-list[data-layout="list"] .product-card .product-card__image {
    width: 192px;
    padding-left: 16px;
    padding-right: 16px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    left: 190px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    right: 190px;
  }
  .products-list[data-layout="list"] .product-card .product-card__footer {
    width: 180px;
    padding: 0 16px 49px;
  }
  .products-list[data-layout="list"] .product-card .product-card__prices {
    padding: 24px 0;
  }
  .products-list[data-layout="list"] .product-card .product-card__meta {
    /* position: absolute;
      bottom: 0;
      width: 148px; */
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__meta {
    right: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__meta {
    left: 16px;
  }
  .products-list[data-layout="list"] .product-card .product-card__wishlist,
  .products-list[data-layout="list"] .product-card .product-card__compare {
    margin-top: 1px;
  }
}

@media (max-width: 767.98px) {
  .products-list[data-layout="list"] .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .products-list[data-layout="list"] .product-card .product-card__image {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
  }
  .products-list[data-layout="list"] .product-card .product-card__image .image {
    width: 180px;
    max-width: 100%;
  }
  .products-list[data-layout="list"] .product-card .product-card__fit {
    position: absolute;
    bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    left: 15px;
    right: 15px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__fit {
    right: 15px;
    left: 15px;
  }
  .products-list[data-layout="list"] .product-card .product-card__badges {
    top: 16px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__badges {
    left: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__badges {
    right: 16px;
  }
  .products-list[data-layout="list"] .product-card .product-card__info {
    padding: 0 20px 20px;
  }
  .products-list[data-layout="list"] .product-card .product-card__features {
    padding-top: 12px;
  }
  .products-list[data-layout="list"] .product-card .product-card__footer {
    border-top: 1px solid #ebebeb;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 58px;
  }
  .products-list[data-layout="list"] .product-card .product-card__prices {
    padding-top: 20px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-list[data-layout="list"] .product-card .product-card__price--old {
    font-size: 15px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__price--old {
    margin-left: 6px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__price--old {
    margin-right: 6px;
  }
  .products-list[data-layout="list"]
    .product-card
    .product-card__addtocart-full {
    height: 30px;
    padding: 0 16px;
    font-size: 15px;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__addtocart-full {
    margin-right: 8px;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__addtocart-full {
    margin-left: 8px;
  }
  .products-list[data-layout="list"] .product-card .product-card__wishlist,
  .products-list[data-layout="list"] .product-card .product-card__compare {
    height: 30px;
    width: 32px;
    padding: 0;
  }
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg,
  [dir="ltr"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-left: 0;
    margin-right: 0;
  }
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__wishlist
    svg,
  [dir="rtl"]
    .products-list[data-layout="list"]
    .product-card
    .product-card__compare
    svg {
    margin-right: 0;
    margin-left: 0;
  }
  .products-list[data-layout="list"] .product-card .product-card__wishlist span,
  .products-list[data-layout="list"] .product-card .product-card__compare span {
    display: none;
  }
  .products-list[data-layout="list"] .product-card .product-card__meta {
    /* position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 20px;
      height: 38px;
      line-height: 36px;
      border-top: 1px solid #ebebeb; */
  }
}
.products-list[data-layout="table"] {
}
.products-list[data-layout="table"] .product-card {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.products-list[data-layout="table"] .products-list__item {
  width: 100%;
  margin-bottom: 20px;
}

.products-list[data-layout="table"] .products-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-list[data-layout="table"] .products-list__head:after {
  display: block;
  content: "";
  width: 36px;
  margin: 0 16px;
}

.products-list[data-layout="table"] .products-list__column--image {
  width: 90px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  padding: 0 16px;
}

.products-list[data-layout="table"] .products-list__column--meta {
  width: 140px;
  text-align: center;
  padding: 0 16px;
}

[dir="ltr"] .products-list[data-layout="table"] .products-list__column--meta {
  margin-left: 1px;
}

[dir="rtl"] .products-list[data-layout="table"] .products-list__column--meta {
  margin-right: 1px;
}

.products-list[data-layout="table"] .products-list__column--product {
  padding: 0 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

[dir="ltr"]
  .products-list[data-layout="table"]
  .products-list__column--product {
  margin-left: 1px;
}

[dir="rtl"]
  .products-list[data-layout="table"]
  .products-list__column--product {
  margin-right: 1px;
}

.products-list[data-layout="table"] .products-list__column--rating {
  width: 140px;
  text-align: center;
  padding: 0 16px;
}

[dir="ltr"] .products-list[data-layout="table"] .products-list__column--rating {
  margin-left: 1px;
}

[dir="rtl"] .products-list[data-layout="table"] .products-list__column--rating {
  margin-right: 1px;
}

.products-list[data-layout="table"] .products-list__column--price {
  width: 136px;
  padding: 0 16px;
  margin: 0 1px;
}

[dir="ltr"] .products-list[data-layout="table"] .products-list__column--price {
  text-align: right;
}

[dir="rtl"] .products-list[data-layout="table"] .products-list__column--price {
  text-align: left;
}

.products-list[data-layout="table"] .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.products-list[data-layout="table"] .product-card .product-card__fit,
.products-list[data-layout="table"] .product-card .product-card__features,
.products-list[data-layout="table"] .product-card .product-card__wishlist,
.products-list[data-layout="table"] .product-card .product-card__compare,
.products-list[data-layout="table"] .product-card .product-card__action,
.products-list[data-layout="table"]
  .product-card
  .product-card__addtocart-full {
  display: none;
}

.products-list[data-layout="table"] .product-card .product-card__badges {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
}

.products-list[data-layout="table"] .product-card .product-card__badges > * {
  display: inline-block;
  vertical-align: middle;
}

[dir="ltr"]
  .products-list[data-layout="table"]
  .product-card
  .product-card__badges {
  left: 0;
  margin-right: 2px;
}

[dir="rtl"]
  .products-list[data-layout="table"]
  .product-card
  .product-card__badges {
  right: 0;
  margin-left: 2px;
}

.products-list[data-layout="table"] .product-card .tag-badge {
  padding: 3px 5px;
  height: 15px;
  font-size: 10px;
}

.products-list[data-layout="table"] .product-card .tag-badge:before {
  -webkit-transform: none;
  transform: none;
  border-radius: 1.5px;
}

[dir="ltr"]
  .products-list[data-layout="table"]
  .product-card
  .tag-badge:before {
  left: 0;
  right: 0;
}

[dir="rtl"]
  .products-list[data-layout="table"]
  .product-card
  .tag-badge:before {
  right: 0;
  left: 0;
}

@media (min-width: 576px) {
  [dir="ltr"] .products-list[data-layout="table"] .product-card {
    padding-left: 16px;
    padding-right: 0;
  }
  [dir="rtl"] .products-list[data-layout="table"] .product-card {
    padding-right: 16px;
    padding-left: 0;
  }
  .products-list[data-layout="table"] .product-card .product-card__image {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-right: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-left: 16px;
  }
  .products-list[data-layout="table"] .product-card .product-card__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 16px 0;
  }
  .products-list[data-layout="table"] .product-card .product-card__meta {
    font-size: 13px;
  }
  .products-list[data-layout="table"] .product-card .product-card__meta-title {
    display: none;
  }
  .products-list[data-layout="table"] .product-card .product-card__name {
    /* -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      line-height: 18px; */
  }
  .products-list[data-layout="table"] .product-card .product-card__rating {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__rating-label {
    margin-top: 3px;
  }
  .products-list[data-layout="table"] .product-card .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 16px 0;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__footer {
    border-left: 1px solid #ebebeb;
    padding-left: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__footer {
    border-right: 1px solid #ebebeb;
    padding-right: 16px;
  }
  .products-list[data-layout="table"] .product-card .product-card__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 120px;
    font-size: 15px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__prices {
    border-right: 1px solid #ebebeb;
    padding-right: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__prices {
    border-left: 1px solid #ebebeb;
    padding-left: 16px;
  }
  .products-list[data-layout="table"] .product-card .product-card__price--old {
    font-size: 14px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__price--old {
    margin-left: 6px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__price--old {
    margin-right: 6px;
  }
  .products-list[data-layout="table"] .product-card .product-card__price--old {
    margin-top: 4px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__price--old {
    margin-left: 0;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__price--old {
    margin-right: 0;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__addtocart-icon {
    margin: 0 16px;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__actions-list {
    padding: 0;
    display: none;
  }
}

@media (min-width: 1200px) {
  .products-list[data-layout="table"] .product-card .product-card__name {
    /* padding: 0 18px; */
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__name {
    border-left: 1px solid #ebebeb;
    width: 100%;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__name {
    border-right: 1px solid #ebebeb;
  }
  .products-list[data-layout="table"] .product-card .product-card__rating {
    width: 140px;
    padding-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating {
    border-left: 1px solid #ebebeb;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating {
    border-right: 1px solid #ebebeb;
  }
  .products-list[data-layout="table"] .product-card .product-card__meta {
    /* width: 140px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; */
  }
  /* [dir=ltr] .products-list[data-layout="table"] .product-card .product-card__meta {
      border-left: 1px solid #ebebeb;
    }
    [dir=rtl] .products-list[data-layout="table"] .product-card .product-card__meta {
      border-right: 1px solid #ebebeb;
    } */
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .products-list[data-layout="table"] .product-card .product-card__image {
    width: 250px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-right: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-left: 16px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .products-list[data-layout="table"] .product-card .product-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__info {
    border-left: 1px solid #ebebeb;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__info {
    border-right: 1px solid #ebebeb;
  }
  .products-list[data-layout="table"] .product-card .product-card__name {
    padding: 0;
  }
  .products-list[data-layout="table"] .product-card .product-card__rating {
    margin: -3px 0 -2px 0;
    padding: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-list[data-layout="table"] .product-card .product-card__rating-stars,
  .products-list[data-layout="table"]
    .product-card
    .product-card__rating-label {
    margin: 3px 0 2px 0;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating-stars {
    margin-right: 7px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating-stars {
    margin-left: 7px;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__rating-label {
    line-height: 1;
  }
  .products-list[data-layout="table"] .product-card .product-card__meta {
    /* padding: 0 0 5px; */
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .products-list[data-layout="table"] .product-card .product-card__image {
    width: 150px;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-right: 16px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__image {
    margin-left: 16px;
  }
  .products-list[data-layout="table"] .product-card .product-card__prices {
    width: 90px;
  }
}

@media (max-width: 575.98px) {
  .products-list[data-layout="table"] .product-card {
    background-color: #fff;
    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
  [dir="ltr"] .products-list[data-layout="table"] .product-card {
    padding-left: 0;
    padding-right: 0;
  }
  [dir="rtl"] .products-list[data-layout="table"] .product-card {
    padding-right: 0;
    padding-left: 0;
  }
  .products-list[data-layout="table"] .product-card .product-card__image {
    padding: 4px 20px;
    margin: 0 auto;
    width: 50%;
  }
  .products-list[data-layout="table"] .product-card .product-card__info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 0;
    padding: 14px;
    border-top: 1px solid #ebebeb;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__info {
    border-left: none;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__info {
    border-right: none;
  }
  .products-list[data-layout="table"] .product-card .product-card__name {
    line-height: 20px;
    margin-top: 6px;
  }
  .products-list[data-layout="table"] .product-card .product-card__rating {
    margin: -3px 0 -2px 0;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-list[data-layout="table"] .product-card .product-card__rating-stars,
  .products-list[data-layout="table"]
    .product-card
    .product-card__rating-label {
    margin: 3px 0 2px 0;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating-stars {
    margin-right: 7px;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__rating-stars {
    margin-left: 7px;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__rating-label {
    line-height: 1;
  }
  .products-list[data-layout="table"] .product-card .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .products-list[data-layout="table"] .product-card .product-card__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 12px 14px;
    height: 100%;
  }
  [dir="ltr"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__prices {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  [dir="rtl"]
    .products-list[data-layout="table"]
    .product-card
    .product-card__prices {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
  }
  .products-list[data-layout="table"] .product-card .product-card__price--old {
    font-size: 14px;
    margin-top: 4px;
  }
  .products-list[data-layout="table"]
    .product-card
    .product-card__addtocart-icon {
    margin: 10px 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media (max-width: 1399.98px) {
  .products-list[data-layout="table"] .products-list__column--image {
    width: 60px;
  }
}

@media (max-width: 1199.98px) {
  .products-list[data-layout="table"] .products-list__column--image {
    width: 90px;
  }
  .products-list[data-layout="table"] .products-list__column--meta,
  .products-list[data-layout="table"] .products-list__column--rating {
    display: none;
  }
}

@media (min-width: 576px) {
  .products-list[data-layout="table"] {
    background-color: #fff;
    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); */
  }
  .products-list[data-layout="table"]
    .products-list__item
    + .products-list__item {
    border-top: 1px solid #ebebeb;
  }
}

@media (max-width: 575.98px) {
  .products-list[data-layout="table"] .products-list__content {
    margin: -8px;
  }
  .products-list[data-layout="table"] .products-list__item {
    margin: 8px;
    width: calc((100% - 16px) / 1);
  }
  .products-list[data-layout="table"] .products-list__head {
    display: none;
  }
}

/*
  // .products-view
  */
.products-view__options {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  margin: 20px 0;
}

.products-view__pagination {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0.75rem 1rem;
}

.products-view__pagination-legend {
  font-size: 0.9375rem;
  padding: 0 0.375rem;
}

@media (max-width: 767.98px) {
  .products-view__pagination {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-view__pagination-legend {
    padding-top: 9px;
  }
}
/*
// .block-split
*/
@media (min-width: 1400px) {
  .block-split--has-sidebar .block-split__item-sidebar {
    width: 270px;
  }
  .block-split--has-sidebar .block-split__item-content {
    width: calc(100% - 310px);
  }
  [dir="ltr"]
    .block-split--has-sidebar
    .block-split__item
    + .block-split__item {
    margin-left: 40px;
  }
  [dir="rtl"]
    .block-split--has-sidebar
    .block-split__item
    + .block-split__item {
    margin-right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .block-split--has-sidebar .block-split__item-sidebar {
    width: 260px;
  }
  .block-split--has-sidebar .block-split__item-content {
    width: calc(100% - 292px);
  }
  [dir="ltr"]
    .block-split--has-sidebar
    .block-split__item
    + .block-split__item {
    margin-left: 32px;
  }
  [dir="rtl"]
    .block-split--has-sidebar
    .block-split__item
    + .block-split__item {
    margin-right: 32px;
  }
}

@media (max-width: 991.98px) {
  .block-split__item-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 52px;
  }
  .block-split__item-content {
    width: 100%;
  }
}

/*
// .layout-switcher
*/
.layout-switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-switcher__button {
  padding: 7px;
  margin: 0;
  border: none;
  display: block;
  border-radius: 2px;
  background-color: transparent;
  color: #afafaf;
}

.layout-switcher__button:focus {
  outline: none;
}

.layout-switcher__button svg {
  display: block;
  fill: currentColor;
}

.layout-switcher__button:hover {
  background-color: #f0f0f0;
}

.layout-switcher__button--active {
  color: #002f87;
}

.layout-switcher__button--active:hover {
  background-color: transparent;
}

/*
// .widget-filters
*/
.widget-filters__header {
  padding: 8px 20px;
}
.widget-filters__item {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}

/* 
  .widget-filters__item {
    border-top: 2px solid #002F87;
margin-top: 5px;

    
  } */

.widget-filters__actions {
  padding: 20px 1.5rem 1.5rem;
}

[dir="ltr"] .widget-filters__actions > * + * {
  margin-left: 8px;
}

[dir="rtl"] .widget-filters__actions > * + * {
  margin-right: 8px;
}

.widget-filters--offcanvas--none {
  background-color: #fff;
  /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); */
}

@media (min-width: 992px) {
  .widget-filters--offcanvas--mobile {
    background-color: #fff;
    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); */
  }
}

@media (max-width: 991.98px) {
  .widget-filters--offcanvas--mobile .widget-filters__header {
    padding: 8px 20px;
  }
  .widget-filters--offcanvas--mobile .widget-filters__item {
    /* padding: 8px 20px; */
  }
  .widget-filters--offcanvas--mobile .widget-filters__item:first-child {
    border-top: none;
  }
}

.widget-filters--offcanvas--always .widget-filters__header {
  display: none;
}

.widget-filters--offcanvas--always .widget-filters__item {
  padding: 8px 20px;
}

.widget-filters--offcanvas--always .widget-filters__item:first-child {
  border-top: none;
}

/* ----------------------------------------
// Filters
// ---------------------------------------- */
/*
// .filter
*/
.filter__title {
  display: block;
  border: none;
  padding: 15px 1.5rem;
  cursor: pointer;
  /* width: calc(100% + 20px); */
  width: 100%;
  position: relative;
  color: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-radius: 2px;
  /* margin: 0 -10px; */
  -webkit-transition: background-color 0.2s, fill 0.2s;
  transition: background-color 0.2s, fill 0.2s;
  /* background: #efefef; */
  fill: #000;
  box-sizing: border-box;
  text-transform: uppercase;
}

[dir="ltr"] .filter__title {
  text-align: left;
}

[dir="rtl"] .filter__title {
  text-align: right;
}

.filter__title:hover {
  -webkit-transition-duration: 0.1s, 0.1s;
  transition-duration: 0.1s, 0.1s;
  /* background: #f2f2f2; */
  fill: #002f87;
  color: #002f87;
}

.filter__title:focus {
  outline: none;
}

.filter__arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* [dir=ltr] .filter__arrow {
    right: 15px;
  }
  
  [dir=rtl] .filter__arrow {
    left: 10px;
  } */

.filter__arrow svg {
  display: block;
}

.filter__body {
  /* margin: 0 -1.5rem; */
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.filter__container {
  padding: 10px 1.5rem 16px;
}

.filter--opened .filter__body {
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  visibility: visible;
  height: auto;
  opacity: 1;
}

.filter--opened .filter__arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/*
  // .filter-categories
  */
.filter-categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}

.filter-categories__list a {
  color: inherit;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.filter-categories__list a:hover {
  color: #0064f0;
}

.filter-categories__item {
  padding: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-categories__item > a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

[dir="ltr"] .filter-categories__item > a {
  padding-right: 10px;
}

[dir="rtl"] .filter-categories__item > a {
  padding-left: 10px;
}

.filter-categories__item--parent {
  position: relative;
}

[dir="ltr"] .filter-categories__item--parent {
  padding-left: 14px;
}

[dir="rtl"] .filter-categories__item--parent {
  padding-right: 14px;
}

.filter-categories__item--current {
  font-weight: 700;
}

.filter-categories__item--child {
  position: relative;
  font-size: 15px;
}

[dir="ltr"] .filter-categories__item--child {
  /* padding-left: 14px; */
}

[dir="rtl"] .filter-categories__item--child {
  padding-right: 14px;
}

.filter-categories__arrow {
  fill: #ccc;
  position: absolute;
  top: 10px;
}

[dir="ltr"] .filter-categories__arrow {
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[dir="rtl"] .filter-categories__arrow {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.filter-categories__arrow svg {
  display: block;
}

.filter-categories__counter {
  font-size: 12px;
  line-height: 12px;
  padding-top: 4px;
  font-weight: 400;
  color: #6c757d;
}
/*
// .sidebar
*/
.sidebar__header {
  display: none;
}

@media (max-width: 991.98px) {
  .sidebar--offcanvas--mobile {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
  }
  .sidebar--offcanvas--mobile .sidebar__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .sidebar--offcanvas--mobile .sidebar__body {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    width: 300px;
    -webkit-transition: -webkit-transform 0.25s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [dir="ltr"] .sidebar--offcanvas--mobile .sidebar__body {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  [dir="rtl"] .sidebar--offcanvas--mobile .sidebar__body {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar--offcanvas--mobile .sidebar__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidebar--offcanvas--mobile.sidebar--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .sidebar--offcanvas--mobile.sidebar--open .sidebar__backdrop {
    opacity: 1;
  }
  .sidebar--offcanvas--mobile.sidebar--open .sidebar__body {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar--offcanvas--mobile .sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sidebar--offcanvas--mobile .sidebar__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
  }
  .sidebar--offcanvas--mobile .sidebar__close {
    width: 48px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    fill: currentColor;
    padding: 0 0 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
    background-color: #fff;
    color: #ccc;
  }
  .sidebar--offcanvas--mobile .sidebar__close:hover {
    background-color: #f2f2f2;
    color: #4d4d4d;
  }
  .sidebar--offcanvas--mobile .sidebar__close:active {
    background-color: #ebebeb;
    color: #4d4d4d;
  }
  .sidebar--offcanvas--mobile .sidebar__close:focus {
    outline: none;
  }
}

.sidebar--offcanvas--always {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.25s;
  transition: visibility 0s 0.25s;
}

.sidebar--offcanvas--always .sidebar__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(51, 51, 51, 0.8);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sidebar--offcanvas--always .sidebar__body {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  width: 300px;
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[dir="ltr"] .sidebar--offcanvas--always .sidebar__body {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[dir="rtl"] .sidebar--offcanvas--always .sidebar__body {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sidebar--offcanvas--always .sidebar__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar--offcanvas--mobile .sidebar__content .table-vehicle td {
  padding: 3px;
}

.sidebar--offcanvas--always.sidebar--open {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sidebar--offcanvas--always.sidebar--open .sidebar__backdrop {
  opacity: 1;
}

.sidebar--offcanvas--always.sidebar--open .sidebar__body {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidebar--offcanvas--always .sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar--offcanvas--always .sidebar__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
}

.sidebar--offcanvas--always .sidebar__close {
  width: 48px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  fill: currentColor;
  padding: 0 0 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
  background-color: #fff;
  color: #ccc;
}

.sidebar--offcanvas--always .sidebar__close:hover {
  background-color: #f2f2f2;
  color: #4d4d4d;
}

.sidebar--offcanvas--always .sidebar__close:active {
  background-color: #ebebeb;
  color: #4d4d4d;
}

.sidebar--offcanvas--always .sidebar__close:focus {
  outline: none;
}

/*
// .image
*/
.image--type--product .image__body,
.image--type--category .image__body {
  display: block;
  position: relative;
  width: 100%;
  display: block;
  /* width: auto;
    height: 300px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}

.image--type--product .image__tag,
.image--type--category .image__tag {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image--type--product .image__body {
  padding-bottom: 100%;
}

.img-industria-nacional {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 50px;
  z-index: 10;
}
.products-list[data-layout="grid"] .product-card .img-industria-nacional {
  width: 60px;
}
.products-list[data-layout="list"] .product-card .img-industria-nacional {
  width: 30px;
}
.products-list[data-layout="table"] .product-card .img-industria-nacional {
  width: 30px;
  position: relative;
}

@media (max-width: 767.99px) {
  .products-list[data-layout="grid"]
    .product-card
    .product-card__image
    .image--type--product
    .image__body {
    padding-bottom: 50%;
  }
  .products-list[data-layout="grid"] .product-card .img-industria-nacional {
    width: 30px;
  }
  .products-list[data-layout="list"] .product-card .img-industria-nacional {
    width: 30px;
  }
  .products-list[data-layout="table"] .product-card .img-industria-nacional {
    width: 30px;
  }
}

.image--type--category .image__body {
  padding-bottom: 100%;
}

/*
// .modal
*/
.modal {
  -webkit-overflow-scrolling: touch;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-backdrop {
  background: rgba(51, 51, 51, 0.8);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
/*
// .vehicle-picker-modal
*/
.vehicle-picker-modal .list-group-item {
  border-bottom: 1px solid #a9a3a3;
}
.vehicle-picker-modal__panel {
  padding: 32px 32px 36px;
  display: none;
}
.vehicle-picker-modal__title {
  text-transform: uppercase;
  border: 0 !important;
}

.vehicle-picker-modal__panel--active {
  display: block;
}

.vehicle-picker-modal__close {
  z-index: 2;
  position: absolute;
  padding: 16px;
  border: none;
  top: 0;
  border-radius: 0 2.5px 0 2.5px;
  background: transparent;
  fill: currentColor;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  background-color: #fff;
  color: #ccc;
}

.vehicle-picker-modal__close:hover {
  background-color: #f2f2f2;
  color: #4d4d4d;
}

.vehicle-picker-modal__close:active {
  background-color: #ebebeb;
  color: #4d4d4d;
}

[dir="ltr"] .vehicle-picker-modal__close {
  right: 0;
}

[dir="rtl"] .vehicle-picker-modal__close {
  left: 0;
}

.vehicle-picker-modal__close svg {
  display: block;
}

.vehicle-picker-modal__close:active {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.vehicle-picker-modal__close:focus {
  outline: none;
}

.vehicle-picker-modal__text {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  margin-top: -10px;
}

.vehicle-picker-modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

[dir="ltr"] .vehicle-picker-modal__actions > *:not(:last-child) {
  margin-right: 12px;
}

[dir="rtl"] .vehicle-picker-modal__actions > *:not(:last-child) {
  margin-left: 12px;
}

.vehicle-picker__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
}
.vehicle-picker__actions > button {
  flex-basis: 100%;
}

@media (max-width: 479px) {
  .vehicle-picker-modal__panel {
    padding: 24px 24px 28px;
  }
  .vehicle-picker-modal__actions {
    margin-top: 32px;
  }
}

@media (max-width: 399px) {
  .vehicle-picker-modal__panel {
    padding: 20px 20px 24px;
  }
  .vehicle-picker-modal__actions {
    margin-top: 28px;
  }
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  margin-top: -4px;
}

.card-title--lg {
  font-size: 28px;
}
/*
// .pagination
*/
.pagination {
  margin-bottom: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item {
  margin-right: 6px;
}

[dir="rtl"] .pagination .page-item {
  margin-left: 6px;
}

.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-item:last-child {
  margin-left: 0;
}

.page-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 10px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  color: #002f87;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
}

.page-link:hover {
  background-color: #a9a3a3;
  color: #fff;
}

.page-link:active {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  background-color: #e0e0e0;
  color: #262626;
}

.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 5px;
  font-size: 21px;
  background-color: #002f87;
  color: #fff;
  /* padding: 6px 11px; */
}

.page-item.disabled .page-link {
  background-color: #a9a3a3;
  color: #fff;
  /* padding: 6px 11px; */
}

.page-item.active .page-link {
  background-color: #002f87;
  color: #fff;
  cursor: default;
}
.active > .page-link,
.page-link.active {
  /* border:1px solid #002F87 !important; */
}

.pagination__dots {
  position: relative;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 4px;
}

.pagination__dots:before,
.pagination__dots:after {
  display: block;
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
}

.pagination__dots:before {
  top: -5px;
}

.pagination__dots:after {
  bottom: -5px;
}

.page-item--dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-link--with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-link__arrow {
  display: block;
  margin: 3px 0 4px;
  fill: currentColor;
  opacity: 0.8;
}

[dir="ltr"] .page-link__arrow {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[dir="rtl"] .page-link__arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-link__arrow svg {
  display: block;
}

[dir="ltr"] .page-link__arrow--left {
  margin-left: -1px;
  margin-right: 1px;
}

[dir="rtl"] .page-link__arrow--left {
  margin-right: -1px;
  margin-left: 1px;
}

[dir="ltr"] .page-link__arrow--right {
  margin-left: 1px;
  margin-right: -1px;
}

[dir="rtl"] .page-link__arrow--right {
  margin-right: 1px;
  margin-left: -1px;
}

@media (max-width: 575.98px) {
  .page-link {
    padding: 5px 9px;
  }
}

/* TABLE PDF */
.bg-blue-table {
  background-color: #00478e;
}
.text-yellow {
  color: #ffd100;
}
.table-ciccarelli {
  color: #00478e;
  font-weight: bold;
}
.table-ciccarelli,
.table-ciccarelli td {
  border: 1px solid #829bb2;
}
.table-even tr:nth-child(even) {
  background-color: rgba(0, 71, 142, 0.2);
}
.table-odd tr:nth-child(odd) {
  background-color: rgba(0, 71, 142, 0.2);
}
.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 9px solid #fff;
  top: -8px;
  left: 20px;
}
