@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
small{
    font-size: 13px;
}
h1,h2,h3,h4,h5{
    font-weight: bold;;
}
:root {
    --red: #EC2328;
    --blue: #1F4697;
    --gray: #63666A;
    --green: #219653;
}
a{
  text-decoration: none;
}


.text-site
,.text-site:hover{
    color: var(--red) !important;
}
.bg-site{
    background-color: var(--red) !important;
}
.text-site-secondary
,.text-site-secondary:hover{
    color: var(--blue) !important;
}
.bg-site-secondary{
    background-color: var(--blue) !important;
}

.text-gray{
    color: var(--gray) !important;
}
.bg-gray{
    background-color: var(--gray) !important;
}

.text-light{
    color:rgb(99, 102, 106, 0,15) !important;
}
.bg-light{
    background-color: rgb(99, 102, 106, 0.15) !important;
}


.text-green
,.text-green:hover{
    color: var(--green) !important;
}
.bg-green{
    background-color: var(--green) !important;
}

.site-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 992px) {
    .site-header{
        flex-wrap: wrap;
    }
}

.header-icons{
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .home-title{
        margin: 15px 0;
        font-size: 1.5rem;
    }
    
    .header-icons{
      gap:15px;
    }
    .header-icons i{
        color: var(--red);
    }
    .header-icons-text{
        display: none;
    }
}


.home-search-title{
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    margin: 25px 0 0 0;
    display: block;
}
.home-search-subtitle{
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.home-search-block{
  padding: 0 20px;
}
.home-search-select{
  text-align-last:center;
}

@media (max-width: 768px) {
    .home-search-title{
        font-size: 2rem;
    }
}
@media (max-width: 576px) {
    .home-search-block{
      border-top: 3px solid var(--red);
    }
  }

.collapse-content-form.active{
    opacity: 1;
    width: 100%;
    height: auto;
    /* padding: 0 20px; */
    visibility: visible;
}
.collapse-content-form{
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    padding:0px;
    width: 100%;
    /* max-width: 600px;  */
    visibility: hidden;
    margin: 0 auto;
}
.collapse-content-form.active select{
    width: 100%;
}
.controllers-collapse{
    list-style-type: none;
    padding:0;
    margin:0;
    width: 100%;
}
.controllers-collapse li{
    cursor: pointer;
    padding: 5px 25px;
    background-color:#FFFFFF;
    font-weight: bold;
    color:#000;
}
.controllers-collapse li.active{
    background-color: var(--red);
    color:#fff;
}
.form-control {
    border-radius: 0 !important;
}
.button-site{
    border:0;
    color:#fff;
    font-size: 15px;
    padding:8px 8px;
    width: auto;
    font-weight: bold;
    border:2px solid var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-site-outline{
    font-weight: bold;
    border:2px solid var(--red);
    color:var(--red);;
    font-size: 15px;
    padding:8px 8px;
    width: auto;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
  .button-site,
  .button-site-outline{
    width: 100%;
  }
}
.alert{
    border-radius: 0 !important;
}
.select2-container--bootstrap-5 .select2-selection{
    border-radius: 0 !important;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{
  text-align: left;
}
.block-category{
    /* text-decoration-none text-site-secondary fw-bold */
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding:15px 45px 10px 45px;
    display: flex;
    align-items: center;
    
}
.block-category.active{
    color: var(--red);
    border-bottom: 2px solid var(--red);
}
/*
// .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%;
    }
  }
  
.site-footer{
    background-color: #2D2A26    ;
}
.site-footer-column{
    width: 400px;
}
.logo-container{
  display: flex;
  align-items: center;
}
.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: 100%;
    height: auto;
}
.logo-secondary{
  width: 100px;
  margin-left: 15px;
}
  
.grouped-search-field{
    background-color: #D6D6D6;
    /* border:1px solid #000; */
}
.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 */
}
.search-button-header{
  border: 1px solid var(--red);
}
.header-icons{
    display: flex;
    gap: 30px;
}
.font-small{
    font-size: 14px;
}
.font-large{
    font-size: 18px;
}
.font-xxl{
    font-size: 25px;
}
.select2-container--bootstrap-5{
  display: inline-block;
  width: 100% !important;
}
/* .select2-container--bootstrap-5 .select2-selection,
.form-control,
.form-select{
  border-radius: 0;
} */

.ui-autocomplete {
  max-height: 200px;
  max-width: 600px;
  width:100%;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
} 
.ui-menu .ui-menu-item {
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

#partProductsCarousel.owl-carousel .owl-item img{
  width: 100%!important;
  max-width: 96px !important;
}

.region-button{
  /* px-2 text-white w-auto d-flex position-relative justify-content-center align-items-center */
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.region-menu{
  position: absolute;
  padding: 10px 10px 10px 20px;
}
.region-menu li a{
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.region-menu li a:hover{
  font-weight: bold;
}

.home-search-container{
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 470px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.home-search-title{
    font-size: 30px;
    text-align: center;
    margin: 25px 0 0 0;
    display: block;
}

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


    /* .sidebar{
        flex: 0 0 250px;
    }

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

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


@media (max-width: 992px) {
  .page-search{
      order:3;
      flex: 1 1 100%;
      margin-top:25px;
      padding:0 !important;
  }
}
@media (max-width: 768px) {
    .home-title{
        margin: 15px 0;
        font-size: 1.5rem;
    }
    
    .logo-container{
        justify-content: center;
        order:1;
        width:100%;
        /* margin-left:5px */
    }
    .page-search{
      margin-top: 0;
    }
    .header-icons{
        order:2;
        justify-content: center;
        margin: 20px 0;
        width: 100%;
    }
    
    .header-icons i{
        color: var(--red);
    }
    .header-icons-text{
        display: none;
    }
    .home-search-title{
        font-size: 2rem;
    }
    .home-search-subtitle{
        font-size: 1.3rem;
    }
    .controllers-collapse li{
        padding:5px;
    }
}
.search-mode-block{
  display: none;
  height: 100%;
  border-top: 3px solid #fff;;
}
.search-mode-container{
    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: 5px 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: var(--red);
}

.search-mode div{
  color: #FFF !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-mode-collapse .text-search-modes{
    display: flex;
    align-items: center;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0px;
  }
@media (max-width: 991px) {
  .search-modes-container{
    display: block;
  }
  .search-mode-block{
    margin-top:40px;
  }
  .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 35px 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 .5s , height 1s ease;
    max-width: 100%;
  }
  .search-mode-container.show{
    height: auto;
    min-height: auto;
    margin-top:50px;
    opacity: 1;
    transition: opacity .5s , height 1s ease;
  }
}


/*
// .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-bottom: 20px;
  }
  
  .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: .75rem 1rem;
  }
  
  .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;
    }
  }
/*
// .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 {

  }
  [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[data-layout="grid"] .product-card .product-card__name {
    /* padding: 0 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);
  }
  
  .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: 15px auto;
      width: calc((100% - 80px));
      /* 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-bottom: 20px;
  }
  
  .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: .75rem 1rem;
  }
  
  .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;
    }
  }
  /*
// .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: var(--red);
}

.layout-switcher__button--active:hover {
  background-color: transparent;
}
  
  /*
// .widget-filters
*/
.widget-filters__header {
    padding: 8px 20px;
  }
  .widget-filters__item {
    padding: 0;
  }
  .clean-all-filters{
    border: 2px solid var(--red);
  }
  
/* 
  .widget-filters__item {
    border-top: 2px solid var(--red);
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 15px 15px;
    cursor: pointer;
    /* width: calc(100% + 20px); */
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    border-radius: 2px;
    /* margin: 0 -10px; */
    -webkit-transition: background-color .2s, fill .2s;
    transition: background-color .2s, fill .2s;
    background: #63666A;
    fill: #fff;
    box-sizing: border-box;
  }
  
  [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: var(--red);
    color: var(--red); */
  }
  
  .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; */
    border-left:1px solid var(--gray);
    border-right:1px solid var(--gray);
    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 15px;
  }
  
  .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(0);
            transform: rotateZ(0);
  }
  
  /*
  // .filter-categories
  */
  .filter-categories__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
  }
  
  /* .filter-categories__list a {
    text-decoration: none;

  } */
  
  /* .filter-categories__list a:hover {
    color: #0064f0;
  } */
  
  .filter-categories__item {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  

  .filter-categories__item.clean a {
    color: var(--red) !important;
  }
  .filter-categories__item--current ,
  .filter-categories__item a,
  .filter-categories__item a:hover {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 10px;
    text-decoration: none;
    color: var(--blue);
    font-weight: bold;
  }
  
  .filter-categories__item--parent {
    position: relative;
    font-weight: 400;
  }
  
  filter-categories__item--parent {
    padding-left: 14px;
  }
  
  
  .filter-categories__item--child {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding-left: 14px;
  }
  
  .filter-categories__arrow {
    fill: #ccc;
    position: absolute;
    top: 10px;
    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;
    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 .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: 4px 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: var(--red);
  border:0;
  border-radius: 5px;
  font-size: 14px;
  background-color: #A9A3A3;
  color: #fff;
}

.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: var(--red); */
    color: #fff;
  /* padding: 6px 11px; */

}

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

.page-item.active .page-link {
  background-color: var(--red);
  color: #fff;
  cursor: default;
  ;
}
.active>.page-link, .page-link.active{
  /* border:1px solid var(--red) !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 {
    padding: 5px 9px;
  }
}
/*
// .input-number
*/
.input-number {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.input-number__input {
  -moz-appearance: textfield;
  display: block;
  width:45px;
  min-width: 88px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  font-size: 14px;
}

.input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.input-number__sub,
.input-number__add {
  background-color: var(--red);
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-number__sub:before, .input-number__sub:after,
.input-number__add:before,
.input-number__add:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: white;
}

.input-number__sub:before,
.input-number__add:before {
  width: 8px;
  height: 2px;
}

.input-number__sub:hover,
.input-number__add:hover {
  opacity: 1;
}

[dir=ltr] .input-number__add {
  right: 0px;
}

.input-number__add:after {
  width: 2px;
  height: 8px;
}
#adminContent .form-switch{
  padding-left: 1.5em !important;
}
#adminContent .form-switch .form-check-input {
  background-color: red;
  border-color: gray !important;
  cursor: pointer;
  margin-left: 0 !important;
}

#adminContent .form-switch .form-check-input:checked {
  background-color: rgb(23, 196, 23);
  border-color: gray !important;
}

#adminContent .form-switch .form-check-input:focus {
  box-shadow: none !important;
  border-color: gray !important;
} 

/* ADMIN */
/* ADMIN */
/* ADMIN */

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

#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);
  
}
#adminContent .form-control{
  /* border: 0;
  border-radius: 0; */
  
}

@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 */
.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: var(--red);
  color: #fff;
}


/* part-list */
.parts{
    padding:0 10px;
    width: 100%;
    border: 1px solid var(--gray);
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding:15px;
}
    .parts .part-image{
        height: 200px;
        width: 100%; 
        display:flex; 
        align-items:center;
        margin-bottom: 15px;
    }
        .parts .part-image img{
            max-height: 100%;
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
.list-part-category{
    /* color: var(--gray); */
  color: #000;
    font-size: 13px;
    font-style: italic;
}
.odd .list-part-category{
  color: #000;
}
.list-part-product{
    color: var(--blue);
    font-weight: bold;
    max-height:50px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.list-part-brand{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.list-part-code
,.list-part-code:hover{
    color: var(--gray);
    display: block;
    /* margin-bottom: 15px; */
    text-decoration: none;
}

/* part-detail */



/* breadcrumbs */
.breadcrumb-item a{
    text-decoration: none;
    color: var(--gray);
}
.breadcrumb-item a:hover{
    border-bottom: 1px solid var(--gray);
}
.breadcrumb-item a.active{
    border-bottom: 1px solid var(--blue);
}
/* .table>:not(caption)>*>*{
  padding: 0;
} */

.tableParts{
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.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;
}


/* datatables */
.site__body table.dataTable.dtr-column>tbody>tr>td.dtr-control:before, table.dataTable.dtr-column>tbody>tr>th.dtr-control:before, table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before{
  box-shadow: 0 !important;
  position: relative !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 0px; 
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #000 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  background: var(--red) !important;
  border: 1px solid rgba(236, 35, 40, 0.3) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: var(--red) !important;
  border: 1px solid transparent;
  background: transparent !important;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover  {
  cursor: pointer;
  color: white !important;
  border: 1px solid transparent;
  background: var(--red) !important;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: var(--red) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: var(--red);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--red)), color-stop(100%, var(--red))) !important;
  background: -webkit-linear-gradient(top, var(--red) 0%, var(--red) 100%) !important;
  background: -moz-linear-gradient(top, var(--red) 0%, var(--red) 100%) !important;
  background: -ms-linear-gradient(top, var(--red) 0%, var(--red) 100%) !important;
  background: -o-linear-gradient(top, var(--red) 0%, var(--red) 100%) !important;
  background: linear-gradient(to bottom, var(--red) 0%, var(--red) 100%) !important;
  box-shadow: inset 0 0 3px #111
}
.site__body div.dataTables_wrapper div.dataTables_filter{
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
.site__body div.dataTables_wrapper div.dataTables_filter input{
  margin-bottom: 5px;
}


/*
// .cart
*/
/* .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

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

.cart__totals {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

[dir=ltr] .cart__totals {
  margin-left: 50px;
}

[dir=rtl] .cart__totals {
  margin-right: 50px;
}

.cart__totals-table {
  width: 100%;
  font-size: 15px;
}

.cart__totals-table a:hover {
  text-decoration: underline;
}

.cart__totals-table,
.cart__totals-table thead,
.cart__totals-table tbody,
.cart__totals-table tfoot,
.cart__totals-table tr,
.cart__totals-table th,
.cart__totals-table td {
  display: block;
}

.cart__totals-table tr:after {
  display: block;
  content: '';
  clear: both;
}

.cart__totals-table th,
.cart__totals-table td {
  padding: 0;
}

[dir=ltr] .cart__totals-table th {
  float: left;
}

[dir=rtl] .cart__totals-table th {
  float: right;
}

[dir=ltr] .cart__totals-table td {
  text-align: right;
}

[dir=rtl] .cart__totals-table td {
  text-align: left;
}

.cart__totals-table thead,
.cart__totals-table tbody {
  line-height: 20px;
}

.cart__totals-table tr > * {
  padding: 5px;
}

/* .cart__totals-table tbody tr:last-child > * {
  padding-bottom: 10px;
} */

.cart__totals-table tfoot {
  font-size: 20px;
}

.cart__totals-table tfoot th {
  font-weight: 500;
}

.cart__totals-table tfoot td, .cart__totals-table tfoot th {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
}

.cart__totals-table tfoot td {
  letter-spacing: -.02em;
}

@media (max-width: 1399.98px) {
  .cart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart__table {
    width: 100%;
  }
  .cart__totals {
    margin-top: 40px;
    width: 400px;
  }
  [dir=ltr] .cart__totals {
    margin-left: auto;
  }
  [dir=rtl] .cart__totals {
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .cart__totals {
    width: 360px;
  }
  [dir=ltr] .cart__totals {
    margin-left: 0;
  }
  [dir=rtl] .cart__totals {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .cart__totals {
    width: 100%;
  }
}

/*
// .cart-table
*/
.cart-table__table {
  width: 100%;
  border-spacing: 0;
}

.cart-table__head {
  font-size: 13px;
  text-transform: uppercase;
}

.cart-table__column--product {
  line-height: 1.25;
}

.cart-table__column--price {
  width: 130px;
}

[dir=ltr] .cart-table__column--price {
  /* text-align: right; */
}

[dir=rtl] .cart-table__column--price {
  /* text-align: left; */
}

.cart-table__column--quantity {
  width: 180px;
  text-align: center;
}

[dir=ltr] .cart-table__column--quantity {
  padding-left: 15px;
}

.cart-table__column--total {
  width: 130px;
}

[dir=ltr] .cart-table__column--total {
  /* text-align: right; */
}

[dir=rtl] .cart-table__column--total {
  /* text-align: left; */
}

.cart-table__column--remove {
  width: 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

[dir=ltr] .cart-table__column--remove {
  padding-left: 0;
}

[dir=rtl] .cart-table__column--remove {
  padding-right: 0;
}

.cart-table__product-name {
  color: inherit;
  -webkit-transition: color .15s;
  transition: color .15s;
}

.cart-table__product-name:hover {
  color: #cb1818;
}

.cart-table__options {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.375;
  color: #6c757d;
}

@media (min-width: 992px) {
  .cart-table {
    -ms-flex-item-align: start;
        align-self: flex-start;
    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);
  }
  .cart-table__foot td {
    padding: 20px 24px;
  }
  .cart-table__column {
    padding: 14px 16px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  /* [dir=ltr] .cart-table__column:first-child {
    padding-left: 28px;
  }
  [dir=rtl] .cart-table__column:first-child {
    padding-right: 28px;
  }
  [dir=ltr] .cart-table__column:last-child {
    padding-right: 28px;
  }
  [dir=rtl] .cart-table__column:last-child {
    padding-left: 28px;
  } */
  .cart-table__column--image {
    width: 1px;
    text-align: center;
  }
  .cart-table__column--image .image {
    width: 80px;
  }
  .cart-table__options li {
    position: relative;
  }
  [dir=ltr] .cart-table__options li {
    padding-left: 12px;
  }
  [dir=rtl] .cart-table__options li {
    padding-right: 12px;
  }
  .cart-table__options li:before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: currentColor;
    top: 7px;
    opacity: .7;
  }
  [dir=ltr] .cart-table__options li:before {
    left: 2px;
  }
  [dir=rtl] .cart-table__options li:before {
    right: 2px;
  }
  [dir=ltr] .cart-table__remove {
    margin-right: -12px;
  }
  [dir=rtl] .cart-table__remove {
    margin-left: -12px;
  }
  .cart-table__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart-table__coupon-form {
    width: 360px;
  }
}

@media (max-width: 991.98px) {
  .cart-table__table {
    display: block;
  }
  .cart-table__head {
    display: none;
  }
  .cart-table__column {
    display: block;
  }
  .cart-table__column {
    padding: 0;
  }
  .cart-table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px;
  }
  .cart-table__row {
    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-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 8px auto;
    width: calc(100% / 3 - 16px);
  }
  .cart-table__column--image {
    text-align: center;
    padding: 16px 14px;
  }
  .cart-table__column--image .image {
    max-width: 220px;
    margin: 0 auto;
  }
  .cart-table__column--product {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    padding: 0 14px 16px;
  }
  .cart-table__column--price,
  .cart-table__column--quantity,
  .cart-table__column--total {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding: 10px 14px;
    font-size: 15px;
  }
  [dir=ltr] .cart-table__column--price, [dir=ltr]
  .cart-table__column--quantity, [dir=ltr]
  .cart-table__column--total {
    padding-left: 14px;
  }
  [dir=rtl] .cart-table__column--price, [dir=rtl]
  .cart-table__column--quantity, [dir=rtl]
  .cart-table__column--total {
    padding-right: 14px;
  }
  .cart-table__column--price:before,
  .cart-table__column--quantity:before,
  .cart-table__column--total:before {
    content: attr(data-title) ":";
    display: block;
    width: calc(40% - 6px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 500;
  }
  [dir=ltr] .cart-table__column--price:before, [dir=ltr]
  .cart-table__column--quantity:before, [dir=ltr]
  .cart-table__column--total:before {
    margin-right: 12px;
    text-align: left;
  }
  [dir=rtl] .cart-table__column--price:before, [dir=rtl]
  .cart-table__column--quantity:before, [dir=rtl]
  .cart-table__column--total:before {
    margin-left: 12px;
    text-align: right;
  }
  .cart-table__remove {
    position: absolute;
    top: 0;
  }
  [dir=ltr] .cart-table__remove {
    right: 0;
  }
  [dir=rtl] .cart-table__remove {
    left: 0;
  }
  .cart-table__foot,
  .cart-table__foot tr,
  .cart-table__foot td {
    display: block;
    padding: 0;
  }
  .cart-table__actions {
    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-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cart-table__coupon-form {
    padding: 16px;
  }
  .cart-table__update-button {
    padding: 16px;
  }
  .cart-table__quantity {
    max-width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cart-table__coupon-form {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  .cart-table__row {
    width: calc(50% - 16px);
  }
  .cart-table__update-button {
    border-top: 1px solid #ebebeb;
  }
}

@media (max-width: 767.98px) {
  .cart-table__actions {
    display: block;
  }
  .cart-table__update-button {
    border-top: 1px solid #ebebeb;
    text-align: center;
  }
}

@media (max-width: 474px) {
  .cart-table__row {
    width: 100%;
  }
}

.search-box .clear{
  clear:both;
  margin-top: 20px;
}

.search-box ul{
  list-style: none;
  padding: 0px;
  width: 100%;
  position: absolute;
  margin: 0;
  background: white;
  z-index: 999;
  max-height: 500px;
  overflow: auto;
}

.search-box ul li{
  background: lavender;
  padding: 4px;
  margin-bottom: 1px;
}
.search-box ul li:hover{
  cursor: pointer;
}

.search-box input[type=text]{
  padding: 5px;
  width: 250px;
  letter-spacing: 1px;
}
.homeTabs{
  /* d-flex bg-site align-items-end text-end rounded position-relative" style="height:170px" */
  align-items: end;
  background-color: var(--red);
  display: flex;
  height: 150px;
  text-align: end;
  position: relative;
  border-radius: 5px;
}
.homeTabs img{
  /* class="position-absolute" style="top:15px" */
  position: absolute;
  top:15px;
  left:15px;
  z-index: 1;
}
.homeTabs span{
  /* text-white text-end w-100 p-3 */
  color: white;
  text-align: end;
  width: 100%;
  padding:15px;
  z-index: 2;
  font-weight: bold;
}
.whatsapp-float,
.whatsapp-float:hover{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	/* background-color:#25d366; */
	color:#FFF;
	/* border-radius:50px; */
	text-align:center;
  font-size:30px;
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  text-decoration:none;
}

.whatsapp-button{
	margin-top:16px;
}


#partImagesCarousel.owl-carousel .item {
  width:100% !important;
}
#partImagesCarousel.owl-carousel .owl-item img {
  width:100% !important;
  height:100% !important;
}