/* SKF SANS */
@font-face {
  font-family: SKFSans-Bold;
  src: url('https://fonts.skf.com/SKFSans-Bold.woff');
}
@font-face {
  font-family: SKFSans-Bolditalic;
  src: url('https://fonts.skf.com/SKFSans-Bolditalic.woff');
}
@font-face {
  font-family: SKFSans-Light;
  src: url('https://fonts.skf.com/SKFSans-Light.woff');
}
@font-face {
  font-family: SKFSans-Lightitalic;
  src: url('https://fonts.skf.com/SKFSans-Lightitalic.woff');
}
@font-face {
  font-family: SKFSans-Medium;
  src: url('https://fonts.skf.com/SKFSans-Medium.woff');
}
@font-face {
  font-family: SKFSans-Mediumitalic;
  src: url('https://fonts.skf.com/SKFSans-Mediumitalic.woff');
}
@font-face {
  font-family: SKFSans-Regular;
  src: url('https://fonts.skf.com/SKFSans-Regular.woff');
}
@font-face {
  font-family: SKFSans-Italic;
  src: url('https://fonts.skf.com/SKFSans-Italic.woff');
}

html {
    height: 100%;
  }
  
body {
  height: 100%;
  background: #fff;
  color: #262626;
  font-size: 16px;
  font-family: "SKFSans-Light", "Helvetica", sans-serif;
  font-weight: 300;
  /* line-height: 16px; */
  overflow-y: scroll;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          padding: 0;
}
.chevin-semibold{
  font-family: "SKFSans-Bold", "Helvetica", sans-serif;
}
.chevin-medium{
  font-family: "SKFSans-Medium", "Helvetica", sans-serif;
}
.chevin-thin{
  font-family: "SKFSans-Light", "Helvetica", sans-serif;
}
.form-control,
.form-select,
.select2-container .select2-selection--single .select2-selection__rendered{
  font-family: "SKF Chevin OT Semibold", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 26px;
  border-radius: 0;
}

.filter-categories .select2-container .select2-selection--single .select2-selection__rendered,
.filter-categories .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{
  font-size: 13px;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.font-bold{
  font-weight: 800;
}
.font-small{
  font-size: 12px;
}
.font-medium{
  font-size: 14px;
}
.font-lg{
  font-size: 24px;
}
.font-xxl{
  font-size: 34px;
}
.font-icon{
  font-size: 30px;
  line-height: 32px;
}
.bg-header{
    background-color: #0F58D6;
}
.bg-site{
    background-color: #0F58D6;
  }
.btn-site{
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border: 0;
  text-decoration: none;
}
.bg-search-home{
  background-image: url('../assets/images/home/bg-search-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.text-site{
    color: #0F58D6 !important;
}
.bg-site-secondary{
    background-color: #46962B;
}
.text-site-secondary{
    color: #46962B;
}
.bg-gray{
  background-color: #D5D8DC;
}
.text-gray{
  color: #D5D8DC;
}
.bg-dark-gray{
  background-color: #485A64;
}
.text-dark-gray{
  color: #485A64;
}
.bg-novedad{
  background-color: #485A64;
}
.rounded{
  border-radius: 12px !important;
}
.select2-container--bootstrap-5 .select2-selection {
  border-radius: 0;
  height: 41px;
}
.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: 120px;
    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;
    justify-content: center;
    align-items: center;
}


.home-search-container{
    padding: 20px 0 30px 0;
}
.home-search-title{
    color: #FFFFFF;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 25px 0 0 0;
    display: block;
    font-weight: 500;
}
.page-search{
  max-width: 50%;
}
.home-search-subtitle{
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.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%;
    margin: 0 auto;
}
.collapse-content-form.active select{
    width: 100%;
}
.controllers-collapse{
    list-style-type: none;
    padding:0;
    margin:0;
    border-bottom: 1px solid #000;
}
.controllers-collapse li{
    background-color:#fff;
    border-right: 1px solid #000;
    color:#000;
    cursor: pointer;
    flex-grow: 1;
    flex-basis: 0;
    /* font-size: 18px; */
    margin:0;
    padding: 10px 25px;
    text-align: center;
}
.controllers-collapse li:last-child{
  border:0;
}
.controllers-collapse li.active{
    background-color:#0F58D6;
    color: #fff;
}


@media (max-width: 768px) {
  .home-search-title{
    font-size: 1.8rem;
  }
  .controllers-collapse li{
    padding: 5px;
  }
}
@media (max-width: 480px){
  .site-header{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-container{
    width: auto !important;
    margin-bottom: 25px;
  }
  .controllers-collapse{
    flex-direction: column;
  }
  .controllers-collapse li{
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
  }
}
.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 .5s , height .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 .5s , height .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(0deg);
    transform: rotateZ(0deg);
    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: #011EB2;
}
.search-mode.active a{
  color: #fff !important;
}
.search-mode a{
  color: #FFF !important;
}
.search-mode-collapse .text-search-modes{
  display: flex;
  align-items: center;
}
.search-mode-border{
  border-top: 2px solid #D5D8DC;
}
.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 10px 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
  {
    top: 15px;
    transform: rotateZ(-180deg);
  }
  .search-mode-collapse.opened .filter__arrow
  {
    transform: rotateZ(-90deg);
  }
  .search-mode .filter__arrow
  {
    top:16px;
    right: 20px;
  }
  .search-mode-list .search-mode{
    border-bottom: 1px solid #FFF;
    padding: 15px;
    flex:100%;
  }
  .search-mode-list ul{
    display: block;

  }
  .search-mode-container{
    height: 0;
    opacity: 0;
    transition: opacity .5s , height 1s ease;
    max-width: 100%;
  }
  .search-mode-container.show{
    height: auto;
    min-height: auto;
    margin-top:20px;
    opacity: 1;
    transition: opacity .5s , height 1s ease;
    border-bottom: 2px solid #FFF;
  }
  .close-search-modes{
    display: block;
  }
}
@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;
        max-width: 100%;
    }
    .header-icons i{
        color: #fff;
    }
    .header-icons-text{
        display: none;
    }

    
}
 /*
// .products-view
*/
  
  .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;
    padding: .75rem 0;
  }
  
  .products-view__pagination-legend {
    font-size: .9375rem;
    padding: 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;
      order: 2;
    }
  }
/*
// .view-options
*/
.view-options {
    font-size: .9375rem;
  }
  
  .view-options__body {
    /* padding: .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;
    border: 2px solid #0F58D6;
    background-color: #FFF;
    color: #0F58D6;
  }
  [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: center;
          -ms-flex-align: center;
              align-items: center;
    }
    [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 .product-card__applications {
    display: block;
    /* justify-content: space-between; */
    /* gap:15px; */
  }
  
  .products-list[data-layout="list"] .product-card .product-card__applications {
    padding: 0 20px;
  }
  .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[data-layout="grid"] .product-card .product-card__name {
    padding: 10px 16px;
    line-height: 1.1875;
  }
  
  .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);
    border: 1px solid #D5D8DC;
    padding-bottom: 15px;
  }
  
  .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;
    align-items: center;
  }
  
  .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: 100px;
    }
    .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: 10px 0;
    }
    [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 {
      display: flex;
      justify-content: space-between;
      gap: 15px;
    }
    /* [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;
      display: flex;
      justify-content: space-between;
    }
    .products-list[data-layout="list"] .product-card .product-card__applications {
      display: flex;
      /* justify-content: space-between; */
      gap:15px;
    }
    .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) {
  }
  
  @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;
    }
  }
  
  @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;
    }
  }
  
  
  /*
// .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: #0F58D6;
  }
  
  .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 #0F58D6;
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); */
  }
  .clean-filters{
    padding:5px 0;
    border: 2px solid #0F58D6;
    text-decoration: none;
    display: inline-block;
  }
  @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;
    -webkit-transition: background-color .2s, fill .2s;
    transition: background-color .2s, fill .2s;
    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: .1s, .1s;
            transition-duration: .1s, .1s;
    /* background: #f2f2f2; */
    fill: #0F58D6;
    color:#0F58D6;
  }
  
  .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 .filter__arrow {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .filter--opened .filter__arrow {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  
  /*
  // .filter-categories
  */
  .filter-categories__list.seeMore li:nth-child(n+10){
    display: none;
  }
  .filter-categories__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  
  .filter-categories__list a {
    color: #000;
    -webkit-transition: color .15s;
    transition: color .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;
            text-align: left;
  }
  
  
  .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 .15s,
 color .15s;
    transition: background-color .15s,
 color .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 .15s,
 color .15s;
  transition: background-color .15s,
 color .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;

}

.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 .2s,
 color .2s;
  transition: background .2s,
 color .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: 2px 10px 7px 10px;
  -webkit-transition: background .15s;
  transition: background .15s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  color: #000;
  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: 19px;
  background-color: #485A64;
    color: #fff;
  /* padding: 6px 11px; */

}

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

.page-item.active .page-link {
  background-color: #485A64;
  color: #fff;
  cursor: default;
  ;
}
.active>.page-link, .page-link.active{
  /* border:1px solid #0F58D6 !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: .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{
    font-size: 12px;
  }

}

.part-detail{
  width: 100%;
}
.part-detail .part-info{
  padding:10px;
  background-color:#EBF0F0 ;
}
.part-detail .part-images{
  width:100%;
  max-width: 400px;
}
.part-detail .slider-images{
  width:320px;
  height:320px;
}
.part-detail .slider-images .carousel-inner{
  width:320px;
  height:320px;
  margin:0 auto;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.part-detail .part-images .thumb-images{
  width:80px; 
  height: 320px;
  padding:0px 5px 0 0; 
  margin:0px 5px 0 0; 
  overflow-y: scroll;
  overflow-x: hidden;
  display:flex ; 
  flex-direction:column; 
  gap: 5px; 
}
.part-detail .part-images .thumb-images li img{
  display: block;
  width: 60px;
  border:2px solid white;
  cursor: pointer;
}
.part-detail .part-images .thumb-images li img.active{
  border:2px solid #0F58D6;
}

.part-detail .part-description{
  padding: 0 20px;
  flex: 1 1 100%
}
@media (max-width: 767.98px) {
  .part-detail .slider-images .carousel-inner{
    width:100%;
    height:320px;
  }
  .part-detail .part-images .thumb-images{
    width: 320px;
    margin: 0 auto;
    flex-direction: row;
    height: auto;
    order:2;
    margin-top:15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  
  .part-detail .part-images .thumb-images li img{
    width: 60px;
  }
  .part-detail .slider-images{
    order:1;
    width:100%;
  }
  .part-detail .part-description{
    padding: 0;
  }

}


.datatable.table-striped>tbody>tr:nth-child(odd)>td, 
.datatable.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-of-type(odd)>*,
table.dataTable.table-striped>tbody>tr.odd
{
  background-color: #FFF !important; 
  --bs-table-accent-bg:none;
 }

.datatable.table-striped>tbody>tr:nth-child(even)>td, 
.datatable.table-striped>tbody>tr:nth-child(even)>th
 {
   background-color: #E6F3EC;
 }


 .carousel-arrows-navigation{
  display: flex;
  gap:5px
}
.carousel-arrows-button{
  height: 25px;
  width: 25px;
  text-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 25px;
  line-height: 24px;
}

.tableParts{
  vertical-align: middle;
}
.tableParts .part-image{
  width: 80px;
}
.tableParts .part-image img{
  width: 100%;
}
.tableParts th,
.tableParts td{
  border-right: 1px solid;
  text-align: center;
  padding: 10px;
}
.tableParts th:last-child,
.tableParts td:last-child{
  border-right: 0;
}

.invalid-feedback{
  text-align: left;
}

.collapse-content-form .form-control:focus,
.collapse-content-form .form-select:focus{
  border-color: #fff;
  box-shadow: none;
  background-color: #FFF;
}
@media (max-width: 991.98px) {
  .searchModeBuscar{
    width: 50%;
  }
}
/* ADMIN */
/* ADMIN */
/* ADMIN */

.navbar .navbar-toggler{
  left: 1rem;
  color: #FFF;
  opacity: 1 !important;
  border: 0;
  text-decoration: none;
}
.nav-link{
  color:#FFF;
  opacity: 1;
}

.layout-wait{
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.1);
}
.layout-wait .spinner-border{
  position: relative;
  color: #0F58D6;
}

#sidebarMenu{
  min-height: calc(100vh - 62px);
}

#sidebarMenu .filter__arrow{
  fill: #fff;
  right:10px;
  top:13px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#sidebarMenu .btn-toggle.collapsed .filter__arrow{
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

/* .filter__arrow{
  -webkit-transform: rotateZ(450deg);
  transform: rotateZ(450deg);
  right: auto;
  left: 15px;
  top:15px;
  position: absolute;
}
.filter__arrow{
  -webkit-transform: rotateZ(540deg);
  transform: rotateZ(540deg);
} */

#adminContent{
  background-color: #efefef;
  /* background-color: #f67; */
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: calc(100vh - 62px);
  
}

@media (max-width: 768px) {
  #sidebarMenu{
    min-height: auto;
  }
}
.btn-toggle {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: transparent;
  border: 0;
}
.btn-toggle i::before {
  transform: rotate(90deg);
}
.btn-toggle[aria-expanded="true"] i::before {
  transform: rotate(0deg);
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  transition: transform .35s ease;
  transform-origin: 0.5em 50%;
}

/* account dashboard */
.account_dashboard{
  margin: 50px 0;
}
.dashboard_tab_button ul li {
  margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  background: #5890B1;
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover, .dashboard_tab_button ul li a.active {
  background: #F15B67;
  color: #fff;
}

.footer_link_skf{
  width: 232px !important;
  height: 50px;
  line-height: 16px;
  text-align: center;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.footer_link_skf:hover{
  background-color: white;
  color: #0F58D6 !important;
}

@media (max-width: 480px){
  .footer_link_skf{
    width: 100% !important;
  }
}