*, ::after, ::before {
  box-sizing: border-box
}
* {
  scrollbar-color: #012872 #d9d9dc00;
  scrollbar-width: none
}
*::-webkit-scrollbar, ::-webkit-scrollbar {
  height: 0;
  width: 0
}
*::-webkit-scrollbar-track, *::scrollbar-color {
  height: 0;
  width: 0;
  background: #d9d9dc
}
*::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
  background: #012872
}
*::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:hover {
  background: #2251a9
}
html {
  height: 100%;
  width: 100%
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body.over {
  overflow: hidden
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 7px;
  width: 100%
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.2
}
.h1, h1 {
  font-size: 150%;
  padding-bottom: 2px
}
.h4, h4 {
  font-size: 115%
}
a {
  text-decoration: none
}
p {
  margin: 1rem 0
}
ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
  align-items: center
}
li {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  text-align: left
}
img {
  width: 100%
}
img.logo {
 width: 400px;
    padding-right: 10px;
    margin-right: 10px;
}
button {
  cursor: pointer
}
header {
  text-align: center;
  position: relative;
  z-index: 11;
  min-height: 90px
}
.header-filter {
  display: flex;
  flex-direction: row;
  margin: 11px 0px 13px 0px;
  align-items: center
}
.header-top-logo{
  width: 32%
}
.header-top-logo, .header-top-links, .header-filter-top {
    width: 30%;
}
.header-filter-shop-cart {
    width: 22%;
}
.header-filter-shop-cart {
    display: flex;
    justify-content: flex-end;
    margin-left: 15px;
}
.header-top-info, .header-filter-info {
    width: 60%;
    display: flex;
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    margin-top: 4px;
}
.header-filter-shop-cart {
  display: flex;
  justify-content: flex-end
}
.shopping-car-box .cart-items, .shopping-car-box .fa-shopping-cart, .shopping-car-box .cart-price, .shopping-car-box .fa-chevron-down, .shopping-car-box .fa-chevron-up {
  margin-right: 6px
}
.shopping-car-box .fa-shopping-cart {
  font-size: 120%
}
.shopping-car-box .cart-items {
  position: absolute;
  left: 1px;
  top: -4px;
  background: #1c50b7;
  border-radius: 3px;
  padding: 2px 4px 2px 6px;
  font-size: 50%;
  color: #fff;
  font-weight: bold;
  letter-spacing: .7px;
  border: 1px solid #fff
}
.cart-brand, .cart-name, .cart-unid, .cart-price {
  display: block;
  text-align: left;
  font-size: 110%
}
.selected-car .fa-car {
  font-size: 120%
}
.selected-car {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 4px;
  margin-right: 14px;
  padding: 7px 8px;
  cursor: pointer;
  height: 43px;
  width: auto;
  position: relative
}
.selected-car .info-car {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 1px;
  padding-left: 5px;
  justify-content: flex-start;
  width: 100%
}
#quit-c {
    color: #125f9a;
}

#close-c, #quit-c {
    color: #125f9a;
    margin: 5px;
    font-weight: 500;
    position: relative;
    top: 34px;
    line-height: 21px;
    max-height: 22px;
    cursor: pointer;
}
.select-car-control .label {
    font-size: 120%;
    color: #125f9a;
    font-weight: 500;
}
.shopping-car-box {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 15px 8px 2px 2px;
  border-radius: 4px;
  min-width: 214px;
  cursor: pointer;
  font-size: 120%
}

.cart-price {
  font-size: 110%;
  font-family: helvetica;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  min-width: 150px;
  padding-right: 9px;
  font-weight: 100
}
.header-top-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-grow: 1;
  font-size: 110%;
  padding-right: 4px
}
.separate {
  display: block;
  margin: 0 8px;
  width: 6px;
  height: 20px;
  position: relative;
  top: 0
}
.header-top-links i {
  font-size: 120%;
  margin-right: 6px
}
.header-filter-top {
  text-align: left
}
.header-top-logo {
  text-align: left
}
.filter-search {
  width: 60%;
  padding: 10px;
  border-radius: 4px 0 0 4px;
  height: 43px;
  top: 0;
  position: relative
}
.filter-auto {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end
}
.button-search {
  width: 10%;
  border-radius: 0 4px 4px 0;
  height: 43px;
  position: relative;
  top: 0;
  margin-left: -4px
}
.top-link-t {
  display: inline-block
}
.shopping-cart-products {
  max-width: 408px;
  min-width: 360px;
  position: absolute;
  padding: 6px 0 6px 0;
  border-radius: 2px;
  top: 134px;
  z-index: 3;
  height: auto;
  display: none;
  opacity: 0;
  overflow-y: hidden;
  transition: all .40s ease
}
.filter-cars-models {
  position: relative;
  display: none;
  animation: fadeOutCarF .2s
}
button, input, select, textarea {
  margin: 0;
    font-family: 'Helvetica';
    line-height: inherit;
    outline-style: none;
    font-size: 100%;
}
.header-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 2px 15px
}
.header-top {
  display: flex;
  align-content: space-around;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 10px 0
}
.mobile-show {
  display: none
}
.mobile-hide {
  display: block;
  width: 100%
}

h1 {
  margin: 10px 0
}
.mobil-main {
  position: fixed;
  top: 0;
  z-index: 13;
  overflow-y: auto;
  overflow-x: hidden;
  width: 85%;
  height: 100%;
  left: -85%;
  transition: all .10s ease
}
.mobil-shopping-car {
  position: fixed;
  top: 0;
  z-index: 13;
  overflow-y: auto;
  overflow-x: hidden;
  width: 85%;
  padding: 8px 8px;
  height: 100%;
  right: -85%;
  transition: all .10s ease
}
.overlay-body {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  z-index: 12;
  opacity: .0;
  cursor: pointer;
  transition: all .10s ease
}
.filter-reps {
  opacity: 0;
  transition: all .10s ease-in-out
}
#box-origins .boxing-slide.show::after {
  content: ' ';
  flex: 0 1 25%
}
.container-wrap {
  max-width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 10px
}
.flex-rows {
  display: flex;
  flex-direction: row
}
.f-la {
  justify-content: space-between
}
.f-vc {
  align-items: center
}
.bread {
  display: block;
  width: 100%
}
.bread ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap
}
.bread a {
  display: inline-block;
  padding: 1px
}
.bread ul li:first-child, .bread ul li:first-child a {
  padding-left: 1px
}
.bread li {
  padding: 3px
}
.panel-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  margin-bottom: 97px;
  justify-content: space-between
}
.brands-box a {
  height: 100%;
  font-weight: bold;
  padding: 10px 4px;
  margin: 4px 0;
  text-align: center;
  max-height: 43px;
  white-space: nowrap;
  border-radius: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  transition: .1s;
  text-transform: uppercase;
  opacity: .6;
  font-size: 70%;
  display: flex;
  align-items: center
}
.brands-box img {
  max-height: 47px;
  width: auto;
  padding: 7px
}
.products-box {
  width: 66%;
  padding: 0 12px;
  position: relative
}
.box-filter a .name {
  display: flex;
  line-height: 18px;
  font-size: 90%
}
.box-filter {
  position: relative;
  margin-bottom: 10px
}
.box-filter a {
  width: 100%;
  display: flex;
  padding: 2px 2px;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center
}
.top-filter {
  font-size: 115%;
  border-bottom: 1px solid #0341bd;
  padding: 10px 9px;
  display: block;
  top: 145px;
  z-index: 3;
  background: #1c50b7;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 4px 4px 4px 4px
}
.brands-box .tipc {
  display: block;
  padding: 6px 0 4px 0;
  text-transform: uppercase;
  font-size: 75%;
  text-align: center;
  border-radius: 3px 3px 0 0;
  letter-spacing: .4px;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 4
}
.order-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4px;
  background: #fff;
  position: relative;
  z-index: 1
}
.order-list select {
  display: inline-block;
  padding: 5px 10px 5px 5px;
  -moz-padding: 10px 10px 5px 5px;
  border-radius: 3px;
  font-size: 100%;
  cursor: pointer;
  background: #fff
}
.order-list.float {
  background: #fff
}
.order-list.float {
  position: sticky;
  z-index: 7;
  width: 102%;
  top: 145px;
  padding: 9px 2px;
  animation: fadeInMain .3s;
  margin: -1%
}
.order-list.float select {
  top: 3px;
  position: relative
}
.az {
  display: flex;
  align-items: flex-end
}
.orders-left i {
  font-size: 120%;
  padding: 0 5px 0 0
}
.az span.label, .orders-left {
  padding-right: 5px;
  font-size: 83%;
  cursor: text;
  display: flex;
  align-items: center
}
.txnormal {
  color: #525557
}
#items-result {
  margin-left: 5px
}
.boxing-slide i, .fix-boxing i {
  padding: 0 4px 0 2px;
  transform: scale(0.5);
  transition: all .10s ease-out
}
#position-parts .supinf a span.count {
  padding-left: 25px
}
.box-filter .count {
  padding: 2px 0 0 0;
  font-size: 100%;
  border-radius: 114px;
  text-align: center;
  padding-right: 5px
}
#box-origins img {
  width: 35px;
  display: inline-block;
  border-radius: 3px
}
#box-origins .boxing-slide {
  position: relative
}
#box-origins .boxing-slide a {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap
}
#box-origins .boxing-slide a, #box-talla .boxing-slide a, #box-color .boxing-slide a {
  display: inline-block;
  width: 23%;
  border-bottom: none;
  text-align: justify
}
.lhrh::before, .supinf::before {
  content: url(https://images.casaderepuestos.cl/img/parts/lhrh.svg);
  position: relative;
  top: 16px;
  height: 100%
}
.frontback::before, .prinsecun::before {
  content: url(https://images.casaderepuestos.cl/img/parts/frontback.svg);
  position: relative;
  top: 40px;
  height: 100%
}
.lhrh, .frontback, .intext, .supinf, .prinsecun {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 13px;
  margin-bottom: 10px
}
.frontback, .prinsecun {
  padding-bottom: 42px
}
.supinf {
  padding-bottom: 11px
}
#position-parts .lhrh a, #position-parts .frontback a, #position-parts .intext a, #position-parts .prinsecun a {
  width: 50%;
  display: inline-block;
  position: absolute;
  height: 100%
}
#position-parts .supinf a.super span, #position-parts .supinf a.infer span {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 3
}
#position-parts .supinf a.super, #position-parts .supinf a.infer {
  width: 100%;
  height: 50%;
  display: block
}
#position-parts .supinf a.super {
  position: absolute;
  top: 0;
  border: 0
}
#position-parts a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
#position-parts .supinf a.infer {
  position: absolute;
  top: 50%
}
#position-parts .lhrh a.right, #position-parts .lhrh a.right span, #position-parts .frontback a.right, #position-parts .frontback a.right span, #position-parts .prinsecun a.right, #position-parts .prinsecun a.right span {
  text-align: left;
  left: 0
}
#position-parts .lhrh a.left, #position-parts .lhrh a.left span, #position-parts .frontback a.left, #position-parts .frontback a.left span, #position-parts .prinsecun a.left, #position-parts .prinsecun a.left span {
  text-align: right;
  right: 0;
  top: 0
}
#position-parts a span.name {
  text-transform: uppercase;
  font-size: 56%;
  padding: 0 7px
}
#position-parts a span.count {
  text-transform: uppercase;
  font-size: 70%;
  padding: 0 4px;
  border: 0;
  width: 100%;
  text-align: left;
  position: relative
}
#position-parts .boxing-slide a i {
  position: absolute
}
.header-top-logo .logo {
  position: relative;
  top: 8px
}
.list-elements .brand img {
  border-radius: 3px;
  max-height: 40px;
  width: auto
}
.info-p {
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  overflow-y: auto;
  top: 0;
  width: 75.2%;
  z-index: 3;
  animation: fadeInMain .3s
}
.quad .pf-product div {
  line-height: 19px
}
.list-elements .quad .content-load {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between
}
.list-elements .quad .content-load::after {
  content: ' ';
  flex: 0 1 32%
}
.list-elements .quad .content-load .item {
  flex: 0 1 32%;
  position: relative
}
.quad .product-name .subt {
  font-size: 70%;
  line-height: 14px;
  color: #525557;
  font-weight: 300
}
.product-name .cod-oem {
  color: #ff6620;
  display: inline-block;
  font-size: 80%;
  position: relative
}
.list-elements .quad .item, .products-alternatives .item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 31%;
  margin: 10px 0;
  padding: 9px 9px 0 9px;
  justify-content: space-between
}
.item .product-name {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 26px;
  padding-top: 4px;
  padding-bottom: 0;
  font-weight: 300;
  font-size: 100%
}
.list-elements .quad .imabra {
  width: 100%;
  margin: 10px 2px
}
.list-elements .quad .image {
  border-radius: 3px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center
}
.list-elements .quad .brand {
  text-align: left
}
.list-elements .quad .brand img {
  width: auto;
  margin: 0 auto;
  height: 35px;
  max-height: 35px
}
.list-elements .imabra .brand {
  display: flex;
  height: auto;
  width: 100%;
  font-size: 67%;
  text-transform: uppercase;
  border: 1px solid #bebfc1;
  font-weight: bold;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 38px;
  min-height: 28px;
  position: absolute;
  top: 8px;
  right: 0
}
.list-elements .quad .brand {
  font-size: 80%;
  max-height: 35px;
  min-height: 44px;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  max-width: 90px
}
.list-elements .quad .sizes {
  display: none
}
.list-elements .quad .product-name {
  width: 100%;
  min-height: 59px;
  height: 100%
}
.list-elements .quad .product-name {
  font-size: 90%;
  line-height: 18px;
  display: block;
  flex-wrap: wrap
}
.list-elements .quad .product-price {
  width: 100%
}
.list-elements .product-name a {
  font-size: 140%;
  text-align: left;
  width: 100%;
  display: block
}
.product-price .pc {
  font-size: 130%;
  line-height: 25px;
  text-align: right
}
.product-price .dpiva {
  font-size: 60%;
  width: 100%;
  display: block;
  line-height: 12px;
  margin-top: 4px
}
.product-price, .product-price {
  margin-bottom: 0;
  display: inline-block;
  font-size: 130%;
  color: #333;
  line-height: 21px;
  padding-top: 6px;
  padding-bottom: 2px
}
.product-price {
  color: #525557 !important;
  font-size: 100%
}
.product-price .stock {
  display: block;
  font-size: 60%;
  line-height: 15px
}
.inputQty {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between
}
.inputQty .minus, .inputQty .plus {
  text-align: center;
  display: block;
  min-width: 28px;
  width: 29%;
  font-size: 190%;
  border-radius: 3px 0 0 3px;
  padding: 10px 10px;
  margin: 0;
  border: 0
}
.inputQty .plus {
  border-radius: 0 3px 3px 0
}
.inputQty .input {
  width: 60%;
  text-align: center;
  font-size: 160%;
  border-left: 0;
  border-right: 0
}
.buttons-control {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 8px
}
.buttons-control button {
  width: 100%;
  font-size: 160%;
  border-radius: 3px;
  height: 37px
}
.quad .buttons-control button {
  height: 40px
}
.md-more-quad {
  display: none
}
.quad .md-more-quad {
  display: inline-flex;
  max-width: 26%;
  margin-right: 8px;
  background: #ff6620;
  border: 1px solid #bb4914
}
.product-name .reference-n {
  font-size: 116%
}
.quad .product-name .reference {
  font-size: 80%;
  position: absolute;
  top: 11px;
  z-index: 2;
  background: #ff6620eb;
  padding: 3px 10px;
  left: 0;
  color: #fff;
  border-radius: 0 3px 3px 0
}
.quad .product-name .reference .reference-n {
  color: #fff;
  font-weight: 500
}
.product-name .sizes {
  display: flex;
  flex-direction: row;
  align-items: center
}
.md-close-info {
  position: absolute;
  top: -1px;
  right: 25%;
  display: none;
  padding: 3px 6px;
  cursor: pointer;
  z-index: 7;
  font-size: 125%
}
.quad .md-close-info {
  right: 3px
}
.product-price {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start
}
.control-car {
  padding-top: 7px
}
.orders-left button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0
}
input[name=star] {
  display: none;
  width: 0;
  opacity: 0;
  margin-left: -2px
}
.star {
  cursor: pointer;
  margin-right: 9px;
  width: 35px;
  height: 35px;
  color: transparent;
  transition: color .2s ease-in-out
}
.rating {
  position: relative
}
.star-source {
  position: fixed;
  left: 0;
  top: 0
}
.star-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin-top: 3px
}
.quad .star-container {
  justify-content: center
}
.quad .star-container span.label {
  margin-right: 5px
}
span.label:hover ~ span.label .star, svg.star:hover, input[name=star]:focus ~ span.label .star, input[name=star]:checked ~ span.label .star, .star-fav.check ~ span.label .star {
  color: #f7f5f3;
  background: var(--one-color);
  border-radius: 3px
}
h1 {
  font-family: helvetica
}
.brand {
  width: 60%;
  display: block
}
.rating .star-source svg {
  width: 1px;
  height: 1px
}
.list-elements {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 270px
}
.buttons-control button {
  position: relative
}
.label-filter {
  padding: 10px;
  font-size: 84%
}
.container-foot-filters {
  height: 70px
}
.label-filter {
  padding: 2px 6px 1px 6px;
  font-size: 84%
}
#btn-foot-filters {
  margin: 0 auto;
  display: flex;
  width: 50px;
  position: relative;
  text-align: center;
  border-radius: 6px 6px 0 0;
  z-index: 6;
  top: 2px;
  height: 25px;
  line-height: 14px;
  font-size: 120%;
  align-items: center;
  justify-content: center;
  border-bottom: 0 !important
}
.container-foot-filters {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}
#box-origins .filter {
  opacity: .5
}
.pag-nav {
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  max-width: 209px;
  margin: 0 auto;
  max-height: 35px;
  padding-top: 4px
}
.pag-nav {
  margin-top: 15px
}
.selected-car .fa-chevron-down, .selected-car .fa-chevron-up {
  top: 13px;
  position: absolute;
  right: 8px
}
.filters-box {
  width: 100%;
  max-width: 287px;
  max-height: 400px;
  overflow-y: auto;
  height: 98%
}
.boxing-slide .ma-olall {
  display: none
}
.boxing-slide .ma-all, .boxing-slide .ma-all-minus {
  width: 100%;
  text-align: center;
  padding: 4px 4px 9px 4px;
  color: #1c50b7;
  cursor: pointer
}
.boxing-slide {
  display: none;
  overflow-x: hidden
}
.boxing-slide.show {
  display: block
}
.brands-box {
  width: 100%;
  max-width: 287px;
  max-height: 406px;
  overflow-y: auto;
  height: 98%
}
.filter-fixed {
  width: 26%;
  display: block;
  max-width: 290px
}
.brand-fixed {
  width: 9%;
  max-width: 100px;
  position: relative
}
.go-top {
  position: fixed;
  right: 12px;
  bottom: 10px;
  z-index: 13;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 124%;
  display: none;
  max-width: 45px;
  text-align: center;
  height: 40px;
  background: #ff6620;
  border: 2px solid #fff;
  color: #fff;
  white-space: inherit !important;
  text-overflow: inherit !important
}
.footer-filter-container {
  width: 100%;
  display: inline-block;
  padding-right: 21px
}
.container-filters-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
  max-width: 100%;
  overflow-x: scroll;
  width: 100%;
  height: auto;
  padding: 0 10px;
  text-align: left;
  overflow-y: hidden
}
.filters-items {
  display: flex
}
.foot-filters {
  position: fixed;
  width: 100%;
  z-index: 9;
  animation: fadeOutFilFoo .3s;
  bottom: -93px
}
.filter-container-mobile {
  position: fixed;
  top: 0;
  z-index: 13;
  overflow-y: auto;
  overflow-x: hidden;
  width: 85%;
  padding: 8px 8px;
  height: 100%;
  right: -85%;
  transition: all .10s ease;
  background: #fff
}
.stars-rep .star {
  margin-right: 1px;
  position: relative;
  margin-top: 2px;
  width: 19px;
  height: 19px;
  border-radius: 2px !important
}
.bread ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 250px;
  display: block
}
.bread .far.fa-home {
  margin-left: -3px
}
.ta-j {
  text-align: justify;
  color: #5d6f7b;
  font-size: 95%;
  line-height: 20px
}
a.top-link {
  font-size: 75%;
  cursor: pointer
}
.flex-cols {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap
}
.filter-search {
  font-weight: 500
}
.slider-main a:last-child {
  border-bottom: 0
}
#box-origins .filter, #box-color .filter, #box-talla .filter {
  opacity: .5
}
.orders-left button i {
  font-size: 134%;
  margin-bottom: 0;
  padding: 2px 0;
  padding-right: 7px
}
.orders-left button:hover, .orders-left button.active, .orders-left button:focus {
  background: none !important
}
.orders-left button:hover i, .orders-left button.active i, .orders-left button:focus i {
  color: #ff6620
}
#box-origins .boxing-slide.show {
  width: 103%;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center
}
#box-origins .boxing-slide a {
  border: 1px solid #ff6620;
  border-radius: 4px;
  text-align: center;
  margin-right: 3%;
  padding: 8px 1px;
  display: flex;
  margin-bottom: 7px;
  max-width: 65px;
  max-height: 42px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap
}
.boxing-slide .specify {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap
}
.page-title h1, .page-search h1 {
  display: inline;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}
.image-cat {
  max-width: 90px;
  margin-right: 10px;
  display: flex;
  max-height: 60px;
  text-align: center
}
.image-cat img {
  width: auto;
  max-height: 45px;
  margin: 0 auto
}
.box-content-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0
}
.box-content-search .ta-j, .box-content-search h1 {
  margin: 0
}
.box-content-search h1 {
  color: #1c50b7
}
.box-content-search .image-cat {
  max-height: 100px;
  min-width: 153px;
  display: flex;
  overflow: hidden
}
.box-content-search .image-cat img {
  max-height: 100px;
  position: relative;
  height: auto;
  width: auto
}
#budget-go {
   display: none;
    font-size: 126%;
    position: fixed;
    z-index: 13;
    bottom: 1px;
    right: 63px;
    padding: 0px 0px;
    font-weight: 500;
    width: 53px;
    border: none;
	max-height:none;
    background: none;
}
input.qty {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  @border-radius(0);
}
.w-45 {
  width: 44.5% !important
}
.box-filter .h4 {
  padding: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 4px 4px 0;
  position: sticky;
  top: 0;
  z-index: 3
}
.box-filter .h4 .count {
  font-weight: 400;
  font-size: 75%;
  color: #fff;
  margin-right: -5px
}
.box-filter.show .h4 i.fa-plus::before {
  content: '\f068'
}
.box-filter .h4 i.fa-plus::before {
  content: '\f067'
}
body {
  color: var(--letter-color);
  background-color: #fff
}
a {
  color: var(--letter-color)
}
.button-search {
    border: 0px;
    background: var(--one-color);
    color: #ffffff;
}

.button-search:hover {
    background: #092d4a;
}
.header-top-links i {
  color: var(--one-color)
}
input::placeholder {
  color: #aeb1b9 !important
}
input::-moz-placeholder {
  color: #aeb1b9 !important
}
input:-ms-input-placeholder {
  color: #aeb1b9 !important
}
input::-ms-input-placeholder {
  color: #aeb1b9 !important
}
input::-webkit-input-placeholder {
  color: #aeb1b9 !important
}
.h1, h1 {
  color: var(--two-color)
}
header {
  background: #fff;
  border-bottom: 6px solid var(--one-color);
  box-shadow: 0 0 3px 0 #464646
}
.filter-search {
      color: #383a3b;
    border: 1px solid #135E9A;
}
.one {
  color: var(--one-color)
}
.two {
  color: var(--two-color)
}
.selected-car {
  background: #fff;
  border: 1px solid var(--one-color)
}
.shopping-car-box {
  border-bottom: 1px solid var(--one-color)
}
.cart-items {
  color: #628ad8
}
.shopping-car-box .fa-chevron-down, .shopping-car-box .fa-chevron-up, .selected-car .fa-chevron-down, .selected-car .fa-chevron-up {
  color: var(--one-color)
}
.separate {
  border-right: 1px solid #bebfc1
}
.shopping-cart-products {
  background: #fff;
  border: 5px solid var(--one-color);
  box-shadow: 0 0 3px 2px #fff96
}
.selected-car .fa-car {
  color: var(--one-color)
}
.filter-cars-models, .filter-reps {
  background: var(--two-color);
  box-shadow: 0 1px 3px #33323294;
  border-bottom: 2px solid var(--one-color)
}
.info-car .car-brand, .info-car .car-mod {
  color: var(--two-color)
}
.mobil-main {
  background: #fff;
  border-right: 2px solid #eaedf5
}
.overlay-body {
  background: #000078db
}
.shopping-car-box .fa-shopping-cart {
  color: var(--two-color)
}
.mobil-shopping-car {
  background: #fff;
  border-left: 2px solid var(--two-color)
}
.filter-container-mobile {
  background: #fff;
  border-left: 2px solid var(--two-color)
}
.bread a {
  color: var(--two-color)
}
.bread .active, .bread a:hover {
  color: #9b9896
}
.bread li {
  color: var(--two-color)
}
.box-filter .h4 {
  border-left: 3px solid var(--two-color);
  color: #fff;
  border-bottom: 1px solid var(--two-color);
  background: var(--one-color)
}
.box-filter .h4 .name {
  color: #fff
}
.box-filter .h4 i {
  color: #fff
}
.box-filter a {
  color: #525557;
  border-bottom: 1px dashed #c1bebe
}
#position-parts .boxing-slide a {
  border-top: 1px dashed #fff0;
  border-left: 1px dashed #fff0;
  border-right: 1px dashed #fff0;
  border-bottom: 1px dashed #c1bebe !important
}
.brands-box a {
  border: 1px solid #d6d6d6;
  color: var(--one-color);
  background: #fff
}
.brands-box .tipc {
  background: var(--one-color);
  color: #fff
}
.order-list {
  border-bottom: 2px solid var(--two-color)
}
.order-list select {
  border: 1px solid var(--two-color);
  color: #726f6f
}
.az span.label, .orders-left {
  color: #525557
}
.label-re {
  color: #787878
}
.boxing-slide a i {
  color: #c1bebe
}
.box-filter .count {
  color: var(--two-color)
}
.orders-left button {
  color: var(--two-color-alpha)
}
.orders-left button.active, .orders-left button:hover {
  color: var(--two-color)
}
.stock.out {
  color: #d70404 !important
}
.inputQty .minus, .inputQty .plus {
  background: var(--one-color);
  color: #fff
}
.inputQty .input {
  border: 2px solid var(--one-color);
  color: #545353
}
.buttons-control button {
  color: #fff
}
.buttons-control button.add-to-cart-btn {
  background: #ea2525;
  border: 1px solid #af0000
}
.product-name .reference-n {
  color: #fff
}
.product-name .reference {
  color: #525557
}
.md-close-info {
  color: #fff
}
.list-elements .quad .item, .products-alternatives .item {
  border: 1px solid #f3c69f
}
.info-p {
  background: #fffe8
}
.list-elements .product-name a {
  color: #333
}
h1 {
  color: var(--two-color)
}
a.top-link {
  color: var(--two-color)
}
.label-filter {
  background: #051958;
  color: #fff
}
.container-foot-filters {
  background: #000078d6
}
.label-filter {
  background: var(--one-color);
  color: #fff;
  border-bottom: 1px solid #000;
  border-top: 2px solid #fff
}
#btn-foot-filters {
  border: 2px solid #fff;
  color: #fff;
  background: var(--one-color)
}
.pag-nav {
  color: #fff;
  background: var(--two-color)
}
.go-top {
 background: var(--blue-color);
  border: 2px solid #fff;
  color: #fff
}
strong {
  color: var(--two-color);
  font-weight: 400
}
.orange {
  color: var(--two-color)
}
.box-filter.show .h4 {
  color: #fff;
  border-bottom: 1px solid var(--two-color);
  background: var(--one-color)
}
.product-name .cod-oem {
  color: var(--two-color)
}
.quad .md-more-quad {
  background: var(--two-color);
  border: 1px solid #bb4914
}
.quad .product-name .reference {
  background: var(--one-color)
}
.go-top {
  background: var(--blue-color);
}
.orders-left button:hover i, .orders-left button.active i, .orders-left button:focus i {
  color: var(--two-color)
}
#budget-go {
  background: var(--two-color)
}
.shopping-car-box .cart-items {
  background: var(--one-color)
}
.top-filter {
  background: var(--one-color)
}
span.label:hover ~ span.label .star, svg.star:hover, input[name=star]:focus ~ span.label .star, input[name=star]:checked ~ span.label .star, .star-fav.check ~ span.label .star {
  background: var(--one-color);
  color: #fff
}
.boxing-slide .ma-all, .boxing-slide .ma-all-minus {
  color: var(--one-color)
}
.box-content-search h1 {
  color: var(--one-color)
}
.mobile-show-fi {
  display: none !important
}
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../fonts/fontawesome/fa-light-300.eot);
  src: url(../fonts/fontawesome/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-light-300.woff2) format("woff2"), url(../fonts/fontawesome/fa-light-300.woff) format("woff"), url(../fonts/fontawesome/fa-light-300.ttf) format("truetype"), url(../fonts/fontawesome/fa-light-300.svg#fontawesome) format("svg")
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fontawesome/fa-solid-900.eot);
  src: url(../fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.woff) format("woff"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(../fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900
}
.fa-car:before {
  content: "\f1b9"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-comment-alt-dots:before {
  content: "\f4a3"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-file-pdf:before {
  content: "\f1c1"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-font-case:before {
  content: "\f866"
}
.fa-id-card:before {
  content: "\f2c2"
}
.fa-grip-lines:before {
  content: "\f7a4"
}
.fa-home:before {
  content: "\f015"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-key:before {
  content: "\f084"
}
.fa-list:before {
  content: "\f03a"
}
.fa-minus:before {
  content: "\f068"
}
.fa-map-marked:before{content:"\f59f"}
.fa-phone:before {
  content: "\f095"
}
.fa-plus:before {
  content: "\f067"
}
.fa-search:before {
  content: "\f002"
}
.fa-shipping-fast:before {
  content: "\f48b"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-star:before {
  content: "\f005"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-times:before {
  content: "\f00d"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-user-lock:before {
  content: "\f502"
}
.fa-users:before {
  content: "\f0c0"
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg)
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-moz-keyframes mspin {
  100% {
    -moz-transform: rotate(-360deg)
  }
}
@-webkit-keyframes mspin {
  100% {
    -webkit-transform: rotate(-360deg)
  }
}
@keyframes mspin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
@keyframes fadein {
  0%, 100% {
    opacity: 0
  }
  50% {
    opacity: .4
  }
}
@keyframes scaleup {
  from {
    transform: scale(1.2)
  }
  to {
    transform: scale(1)
  }
}
@keyframes starred {
  from {
    color: #f07000
  }
  to {
    color: #f7f5f3
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0)
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0)
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0)
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0)
  }
  70%, 100% {
    transform: translate3d(0px, 0, 0)
  }
}
@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05)
  }
  20% {
    -webkit-transform: scaleY(1.0);
    transform: scaleY(1.0)
  }
}
@keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05)
  }
  20% {
    -webkit-transform: scaleY(1.0);
    transform: scaleY(1.0)
  }
}
@keyframes fadeInMain {
  0% {
    opacity: 0;
    transform: translateY(-144px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}
@keyframes fadeInSearch {
  0% {
    opacity: 0;
    transform: translateY(-66px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}
@keyframes fadeInFilFoo {
  0% {
    transform: translateY(86px)
  }
  100% {
    transform: translateY(0px)
  }
}
@keyframes fadeOutFilFoo {
  0% {
    transform: translateY(0px)
  }
  100% {
    transform: translateY(86px)
  }
}
@keyframes fadeInCarF {
  0% {
    opacity: 1;
    transform: translateY(-109px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}
@keyframes fadeOutCarF {
  0% {
    opacity: 1;
    transform: translateY(0px)
  }
  100% {
    opacity: 0;
    transform: translateY(-109px)
  }
}

.go-top.show {
  display: block
}
.go-top {
  background: var(--blue-color);
  border: 2px solid #fff;
  color: #fff;
  position: fixed;
  right: 12px;
  bottom: 10px;
  z-index: 13;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 124%;
  display: none;
  max-width: 45px;
  text-align: center;
  height: 40px;
  white-space: inherit !important;
  text-overflow: inherit !important
}
.go-top.open, #budget-go.open {
  bottom: 97px
}
header.float {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 90px;
  z-index: 11;
  animation: fadeInMain .3s
}
.loader-content.show {
  display: block
}
.loader-content {
  position: fixed;
  background: rgb(255 255 255 / 56%);
  z-index: 20;
  height: 101%;
  width: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  display: none
}
.conloader {
  position: sticky;
  width: 150px;
  height: 150px;
  top: 33%;
  margin: 0 auto
}
body > .loader-content .conloader {
  position: fixed;
  width: 150px;
  height: 150px;
  top: 50%;
  margin: 0 auto;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px
}
.letter {
  position: absolute;
  z-index: 3;
  background: url(https://images.casaderepuestos.cl/img/loader/letter.svg) no-repeat;
  width: 100.5%;
  height: 100.5%;
  margin: 0;
  top: 48px
}
.llaves {
  position: absolute;
  background: url(https://images.casaderepuestos.cl/img/loader/llaves.svg) no-repeat;
  width: 100%;
  z-index: 4;
  height: 100%
}
.tuerca-1 {
  position: absolute;
  background: url(https://images.casaderepuestos.cl/img/loader/tuerca.svg) no-repeat;
  width: 50px;
  height: 50px;
  top: 3px;
  left: 50px;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite
}
.tuerca-2 {
  position: absolute;
  background: url(https://images.casaderepuestos.cl/img/loader/tuerca2.svg) no-repeat;
  width: 34px;
  left: 58.2px;
  top: 10.3px;
  height: 35.2px;
  -webkit-animation: mspin 1s linear infinite;
  -moz-animation: mspin 1s linear infinite;
  animation: mspin 1s linear infinite
}
.boxing-slide a:hover i, .boxing-slide a.active i, .fix-boxing a:hover i, .fix-boxing a.active i {
  color: #60c901
}
.boxing-slide a:hover i, .boxing-slide a.active i {
  transform: scale(1);
  display: inline-block;
  line-height: 21px
}
.boxing-slide a:hover i.fa-minus::before, .boxing-slide a.active i.fa-minus::before {
  content: "\f00c";
  transform: scale(0.1)
}
.tooltip {
  background: var(--one-color-bg);
  opacity: .8;
  color: #fff;
  border: 1px solid #fffe6
}
.tooltip-car, .tooltip {
  position: absolute;
  padding: 4px 8px;
  display: block;
  z-index: 99;
  max-width: 259px;
  font-size: 85%;
  text-align: left;
  border-radius: 3px;
  overflow-wrap: normal
}
#position-parts .lhrh a.right:hover, #position-parts .lhrh a.right.active, #position-parts .lhrh a.left:hover, #position-parts .lhrh a.left.active, #position-parts .frontback a.right:hover, #position-parts .frontback a.right.active, #position-parts .frontback a.left:hover, #position-parts .frontback a.left.active, #position-parts .intext a.ext-lh:hover, #position-parts .intext a.ext-lh.active, #position-parts .intext a.ext-lh.hover, #position-parts .intext a.inter:hover, #position-parts .intext a.inter.active, #position-parts .intext a.ext-rh:hover, #position-parts .intext a.ext-rh.active, #position-parts .intext a.ext-rh.hover, #position-parts .supinf a.super:hover, #position-parts .supinf a.super.active, #position-parts .supinf a.infer:hover, #position-parts .supinf a.infer.active, #position-parts .prinsecun a.right:hover, #position-parts .prinsecun a.right.active, #position-parts .prinsecun a.left:hover, #position-parts .prinsecun a.left.active {
  background: #fa600014;
  border: 1px dashed var(--two-color)
}
#position-parts .lhrh a.left:hover i::before, #position-parts .lhrh a.left.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/lhrh-lh.svg)
}
#box-origins img {
  width: 35px;
  display: inline-block;
  border-radius: 3px
}
#box-origins .boxing-slide {
  position: relative
}
#box-origins .boxing-slide a {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap
}
.opa {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: relative
}
#box-origins .boxing-slide .count {
  position: absolute
}
.sp-color, .sp-talla {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 140%
}
.sp-color {
  border-radius: 21px;
  opacity: .7
}
.filter.active .sp-color, .sp-color:hover {
  opacity: 1
}
.lhrh::before, .supinf::before {
  content: url(https://images.casaderepuestos.cl/img/parts/lhrh.svg);
  position: relative;
  top: 16px;
  height: 100%
}
.intext::before {
  content: url(https://images.casaderepuestos.cl/img/parts/intext.svg);
  position: relative;
  top: 37px;
  height: 100%
}
.frontback::before, .prinsecun::before {
  content: url(https://images.casaderepuestos.cl/img/parts/frontback.svg);
  position: relative;
  top: 40px;
  height: 100%
}
.lhrh, .frontback, .intext, .supinf, .prinsecun {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 13px;
  margin-bottom: 10px
}
.frontback, .prinsecun {
  padding-bottom: 42px
}
.intext {
  padding-bottom: 30px
}
.supinf {
  padding-bottom: 11px
}
.intext {
  min-height: 150px
}
#position-parts .lhrh a, #position-parts .frontback a, #position-parts .intext a, #position-parts .prinsecun a {
  width: 50%;
  display: inline-block;
  position: absolute;
  height: 100%
}
#position-parts .intext a.ext-lh {
  left: 0;
  width: 30%
}
#position-parts .intext a.ext-lh span {
  text-align: left
}
#position-parts .intext a.inter {
  width: 40%;
  left: 30%;
  top: 0
}
#position-parts .supinf a.super span, #position-parts .supinf a.infer span {
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 3
}
#position-parts .supinf a.super, #position-parts .supinf a.infer {
  width: 100%;
  height: 50%;
  display: block
}
#position-parts .supinf a.super {
  position: absolute;
  top: 0;
  border: 0
}
#position-parts a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
#position-parts .supinf a.infer {
  position: absolute;
  top: 50%
}
#position-parts .intext a.inter span {
  text-align: center;
  width: 100%;
  display: block
}
#position-parts .intext a.ext-rh {
  right: 0;
  width: 30%;
  top: 0
}
#position-parts .intext a.ext-rh span, #position-parts .intext a.ext-lh span {
  display: block;
  text-align: center
}
#position-parts .lhrh a.right, #position-parts .lhrh a.right span, #position-parts .frontback a.right, #position-parts .frontback a.right span, #position-parts .prinsecun a.right, #position-parts .prinsecun a.right span {
  text-align: left;
  left: 0
}
#position-parts .lhrh a.left, #position-parts .lhrh a.left span, #position-parts .frontback a.left, #position-parts .frontback a.left span, #position-parts .prinsecun a.left, #position-parts .prinsecun a.left span {
  text-align: right;
  right: 0;
  top: 0
}
#position-parts .lhrh a.right:hover i, #position-parts .lhrh a.right.active i {
  width: 69%;
  display: block;
  right: -5px;
  position: absolute;
  top: 21px
}
#position-parts .frontback a.right:hover i, #position-parts .frontback a.right.active i, #position-parts .prinsecun a.right:hover i, #position-parts .prinsecun a.right.active i {
  width: 104%;
  display: block;
  right: -3px;
  position: absolute;
  top: 41px
}
#position-parts .lhrh a.left:hover i, #position-parts .lhrh a.left.active i {
  width: 69%;
  display: block;
  left: -2px;
  position: absolute;
  top: 21px
}
#position-parts .frontback a.left:hover i, #position-parts .frontback a.left.active i, #position-parts .prinsecun a.left:hover i, #position-parts .prinsecun a.left.active i {
  width: 104%;
  display: block;
  left: -2px;
  position: absolute;
  top: 40.7px
}
#position-parts .intext a.inter:hover i, #position-parts .intext a.inter.active i {
  width: 98%;
  display: block;
  left: 0;
  position: absolute;
  top: 1.7px
}
#position-parts .intext a.ext-lh:hover i, #position-parts .intext a.ext-lh.active i {
  width: 101%;
  display: block;
  left: 0;
  position: absolute;
  top: 0
}
#position-parts .intext a.ext-rh:hover i, #position-parts .intext a.ext-rh.active i {
  width: 101%;
  display: block;
  left: -1px;
  position: absolute;
  top: 1px
}
#position-parts .supinf a.super:hover i, #position-parts .supinf a.super.active i {
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  top: 0
}
#position-parts .supinf a.infer:hover i, #position-parts .supinf a.infer.active i {
  width: 100%;
  display: block;
  left: 0;
  position: absolute;
  bottom: 0
}
#position-parts .lhrh a.right:hover i::before, #position-parts .lhrh a.right.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/lhrh-rh.svg)
}
#position-parts .lhrh a.left:hover i::before, #position-parts .lhrh a.left.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/lhrh-lh.svg)
}
#position-parts .supinf a.super:hover i::before, #position-parts .supinf a.super.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/super.svg);
  display: block;
  width: 66%;
  position: absolute;
  top: 21px;
  height: 40px;
  left: 42%;
  margin-left: -25%
}
#position-parts .supinf a.infer:hover i::before, #position-parts .supinf a.infer.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/infer.svg);
  display: block;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 45%;
  z-index: 1;
  bottom: 21px;
  margin-left: -25%
}
#position-parts .intext a.ext-lh:hover i::before, #position-parts .intext a.ext-lh.hover i::before, #position-parts .intext a.ext-lh.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/intext-ext-lh.svg);
  width: 31%;
  display: block;
  right: 0;
  position: absolute;
  top: 46px
}
#position-parts .intext a.ext-rh:hover i::before, #position-parts .intext a.ext-rh.hover i::before, #position-parts .intext a.ext-rh.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/intext-ext-rh.svg);
  width: 31.4%;
  display: block;
  left: 0;
  position: absolute;
  top: 45px
}
#position-parts .intext a.inter:hover i::before, #position-parts .intext a.inter.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/intext-int.svg);
  width: 106%;
  display: block;
  left: -2px;
  position: absolute;
  top: 40px
}
#position-parts .frontback a.right:hover i::before, #position-parts .frontback a.right.active i::before, #position-parts .prinsecun a.right:hover i::before, #position-parts .prinsecun a.right.active i::before {
  width: 101%;
  content: url(https://images.casaderepuestos.cl/img/parts/frontback-front.svg);
  position: relative;
  display: block;
  right: .6px
}
#position-parts .frontback a.left:hover i::before, #position-parts .frontback a.left.active i::before, #position-parts .prinsecun a.left:hover i::before, #position-parts .prinsecun a.left.active i::before {
  content: url(https://images.casaderepuestos.cl/img/parts/frontback-back.svg);
  position: relative;
  top: -2px;
  display: block;
  width: 101%
}
#position-parts a span.name {
  text-transform: uppercase;
  font-size: 56%;
  padding: 0 7px
}
#position-parts a span.count {
  text-transform: uppercase;
  font-size: 70%;
  padding: 0 4px;
  border: 0;
  width: 100%;
  text-align: left;
  position: relative
}
#position-parts .intext a.int span.name {
  padding: 5px 7px 0 7px;
  width: 100%;
  display: block
}
#position-parts .intext a.inter span.name {
  text-align: center;
  display: block
}
#position-parts .boxing-slide a i {
  position: absolute
}
#cat-uid-principal.box-filter a {
  position: relative
}
#cat-uid-principal.box-filter a > i {
  font-size: 145%;
  width: 53px;
  position: absolute;
  top: -5px;
  left: -7px
}
#cat-uid-principal.box-filter a .name {
  font-size: 90%;
  padding-left: 38px
}
#cat-uid-principal.box-filter a:hover i, #cat-uid-principal.box-filter a.active i {
  transform: scale(0.65)
}
.sv-ico {
  content: '';
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px
}
.sv-ico-x2-car {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-top: 6px;
  max-width: 31px
}
.afina::before {
  content: url(https://images.casaderepuestos.cl/img/icons/afinamiento.svg)
}
a:hover .afina::before, a.active .afina::before {
  content: url(https://images.casaderepuestos.cl/img/icons/afinamiento-h.svg)
}
.ajust::before {
  content: url(https://images.casaderepuestos.cl/img/icons/ajuste.svg)
}
a:hover .ajust::before, a.active .ajust::before {
  content: url(https://images.casaderepuestos.cl/img/icons/ajuste-h.svg)
}
.embra::before {
  content: url(https://images.casaderepuestos.cl/img/icons/embrague.svg)
}
a:hover .embra::before, a.active .embra::before {
  content: url(https://images.casaderepuestos.cl/img/icons/embrague-h.svg)
}
.direc::before {
  content: url(https://images.casaderepuestos.cl/img/icons/direccion.svg)
}
a:hover .direc::before, a.active .direc::before {
  content: url(https://images.casaderepuestos.cl/img/icons/direccion-h.svg)
}
.distr::before {
  content: url(https://images.casaderepuestos.cl/img/icons/distribucion.svg)
}
a:hover .distr::before, a.active .distr::before {
  content: url(https://images.casaderepuestos.cl/img/icons/distribucion-h.svg)
}
.suspe::before {
  content: url(https://images.casaderepuestos.cl/img/icons/suspension.svg)
}
a:hover .suspe::before, a.active .suspe::before {
  content: url(https://images.casaderepuestos.cl/img/icons/suspension-h.svg)
}
.freno::before {
  content: url(https://images.casaderepuestos.cl/img/icons/frenos.svg)
}
a:hover .freno::before, a.active .freno::before {
  content: url(https://images.casaderepuestos.cl/img/icons/frenos-h.svg)
}
.sistem::before {
  content: url(https://images.casaderepuestos.cl/img/icons/sistema.svg)
}
a:hover .sistem::before, a.active .sistem::before {
  content: url(https://images.casaderepuestos.cl/img/icons/sistema-h.svg)
}
.manten::before {
  content: url(https://images.casaderepuestos.cl/img/icons/mantenimiento.svg)
}
a:hover .manten::before, a.active .manten::before {
  content: url(https://images.casaderepuestos.cl/img/icons/mantenimiento-h.svg)
}
.motor::before {
  content: url(https://images.casaderepuestos.cl/img/icons/motor.svg)
}
a:hover .motor::before, a.active .motor::before {
  content: url(https://images.casaderepuestos.cl/img/icons/motor-h.svg)
}
.error .car::before {
  content: url(https://images.casaderepuestos.cl/img/icons/car_red.svg)
}
.car::before {
  content: url(https://images.casaderepuestos.cl/img/icons/car.svg)
}
.refri::before {
  content: url(https://images.casaderepuestos.cl/img/icons/refrigeracion.svg)
}
a:hover .refri::before, a.active .refri::before {
  content: url(https://images.casaderepuestos.cl/img/icons/refrigeracion-h.svg)
}
.carro::before {
  content: url(https://images.casaderepuestos.cl/img/icons/carroceria.svg)
}
a:hover .carro::before, a.active .carro::before {
  content: url(https://images.casaderepuestos.cl/img/icons/carroceria-h.svg)
}
.neuma::before {
  content: url(https://images.casaderepuestos.cl/img/icons/neumaticos.svg)
}
a:hover .neuma::before, a.active .neuma::before {
  content: url(https://images.casaderepuestos.cl/img/icons/neumaticos-h.svg)
}
.encen::before {
  content: url(https://images.casaderepuestos.cl/img/icons/encendido.svg)
}
a:hover .encen::before, a.active .encen::before {
  content: url(https://images.casaderepuestos.cl/img/icons/encendido-h.svg)
}
.direc::before {
  content: url(https://images.casaderepuestos.cl/img/icons/direccion.svg)
}
a:hover .direc::before, a.active .direc::before {
  content: url(https://images.casaderepuestos.cl/img/icons/direccion-h.svg)
}
.combu::before {
  content: url(https://images.casaderepuestos.cl/img/icons/combustible.svg)
}
a:hover .combu::before, a.active .combu::before {
  content: url(https://images.casaderepuestos.cl/img/icons/combustible-h.svg)
}
.trans::before {
  content: url(https://images.casaderepuestos.cl/img/icons/transmision.svg)
}
a:hover .trans::before, a.active .trans::before {
  content: url(https://images.casaderepuestos.cl/img/icons/transmision-h.svg)
}
.clima::before {
  content: url(https://images.casaderepuestos.cl/img/icons/climatizacion.svg)
}
a:hover .clima::before, a.active .clima::before {
  content: url(https://images.casaderepuestos.cl/img/icons/climatizacion-h.svg)
}
.alter::before {
  content: url(https://images.casaderepuestos.cl/img/icons/alternador.svg)
}
a:hover .alter::before, a.active .alter::before {
  content: url(https://images.casaderepuestos.cl/img/icons/alternador-h.svg)
}
.empaq::before {
  content: url(https://images.casaderepuestos.cl/img/icons/empaque.svg)
}
a:hover .empaq::before, a.active .empaq::before {
  content: url(https://images.casaderepuestos.cl/img/icons/empaque-h.svg)
}
.acceso::before {
  content: url(https://images.casaderepuestos.cl/img/icons/accesorios.svg)
}
a:hover .acceso::before, a.active .acceso::before {
  content: url(https://images.casaderepuestos.cl/img/icons/accesorios-h.svg)
}
.main-menu-mobile-left li > a.active i.fa-chevron-down::before {
  content: '\f077'
}
.container-categories-top {
  display: none
}
.list-elements .list .item.show-info .info-p, .list-elements .quad .item.show-info .info-p {
  display: block
}
.quad .item.show-info .info-p {
  width: 100%;
  height: 88%
}
.info-p {
  background: #fffe8;
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  overflow-y: auto;
  top: 0;
  width: 75.2%;
  z-index: 3;
  animation: fadeInMain .3s
}
.quad .info-p .spe-v {
  padding-right: 31px
}
.info-p .spe-v {
  background: var(--two-color);
  color: #fff;
  width: 100%;
  display: block;
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 81%;
  letter-spacing: .7px;
  position: sticky;
  top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.info-p .da-val {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.quad .item.show-info .info-p .da-val .spe-val {
  width: 100%
}
.info-p .da-val .spe-val {
  color: #525557;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  background: #f6f6f6;
  width: 50%;
  display: inline-block;
  padding: 2px 10px
}
.list-elements .spe-name {
  color: var(--one-color)
}
.brands-box.float {
  position: fixed;
  max-width: 100px;
  top: 155px;
  animation: fadeInMain .3s;
  min-width: 100px;
  display: block;
  overflow: auto;
  width: 26%;
  height: 100%;
  max-height: 80%;
  margin-top: 0;
  padding-bottom: 31px
}
.filters-box.float {
  background: #fff
}
.filters-box.float {
  overflow: auto;
  position: fixed;
  width: 26%;
  display: block;
  max-width: 289px;
  top: 195px;
  height: 100%;
  max-height: 73%;
  margin-top: 0;
  padding-bottom: 31px;
  animation: fadeInMain .3s
}
.top-filter.float {
  position: sticky;
  padding-top: 9px;
  animation: fadeInMain .3s;
  border-radius: 0 0 4px 4px
}
button .po, .pagination a .po {
  height: 30px;
  width: 70px;
  margin: 0 auto
}
button .po .conloader, .pagination a .po .conloader {
  width: 100%;
  height: 100%
}
.list-elements .conloader, .content-account-box .conloader {
  top: 50%
}
.conloader {
  position: sticky;
  width: 150px;
  height: 150px;
  top: 33%;
  margin: 0 auto
}
button .po .conloader .llaves, .pagination a .po .conloader .llaves {
  background: url(https://images.casaderepuestos.cl/img/loader/llaves-white.svg) no-repeat;
  position: absolute;
  width: 100%;
  z-index: 4;
  height: 100%
}
button .po .conloader .tuerca-1, .pagination a .po .conloader .tuerca-1 {
  top: 1.3px;
  left: 24.5px;
  width: 22px;
  height: 22px;
  background: url(https://images.casaderepuestos.cl/img/loader/tuerca-white.svg) no-repeat;
  position: absolute;
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite
}
button .po .conloader .tuerca-2, .pagination a .po .conloader .tuerca-2 {
  width: 15px;
  left: 28px;
  top: 4.3px;
  height: 15.6px;
  background: url(https://images.casaderepuestos.cl/img/loader/tuerca2-white.svg) no-repeat;
  position: absolute;
  -webkit-animation: mspin 1s linear infinite;
  -moz-animation: mspin 1s linear infinite;
  animation: mspin 1s linear infinite
}
.buttons-control button.add-to-cart-btn.green {
  background: #37a514;
  border: 1px solid #218102
}
.green {
  background: #2d9e00;
  color: #fff;
  border: 1px solid #1c5d02
}
.filter-cars-models, .filter-reps {
  background: var(--two-color);
  box-shadow: 0 1px 3px #33323294;
  border-bottom: 2px solid var(--one-color)
}
.filter-cars-models {
  position: relative;
  display: none;
  animation: fadeOutCarF .2s
}
.filter-cars-models-selects {
  padding: 0;
  padding-bottom: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 4px;
}
.filter-cars-models.show {
  display: block;
  animation: fadeInCarF .2s;
  z-index: 10
}
.filter-cars-models.float {
  position: fixed;
  top: 95px;
  width: 100%;
  z-index: 10;
  animation: fadeInMain .3s
}
.filter-cars-models select {
  border: 2px solid var(--one-color);
  background: #fff;
  color: #525557
}
.filter-cars-models select {
  padding: 8px;
  border-radius: 4px;
  margin-right: 7px;
  width: 100%;
  padding-left: 37px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.select-car-control i {
    position: absolute;
    font-size: 167%;
    left: 8px;
    top: 37px;
    color: var(--two-color);
}
.select-car-control {
  position: relative;
  margin-right: 15px;
  width: 49%;
	max-width: 300px;
	min-width: 290px;
  display: inline-block
}
.select-car-control::before {
  color: #fff
}
.select-car-control::before {
  top: 39px;
    right: 16px;
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    pointer-events: none;
    z-index: 4;
}
.select-car-control::after {
  background-color: var(--one-color);
  border-left: 0
}
.select-car-control::after {
   width: 46px;
    height: 42px;
    border-radius: 0 3px 3px 0;
    content: '';
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 29px;
    pointer-events: none;
    z-index: 3;
}
.modal.show {
  display: block;
  overflow: auto
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  display: none;
  border-radius: 3px;
  z-index: 13
}
.modal-overlay-block {
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(0 11 33 / 90%);
  z-index: 0;
  width: 100%;
  height: 100%
}
.modal .content {
  width: 400px;
  display: flex;
  top: 10%;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  align-content: center;
  justify-content: space-evenly;
  border: 2px solid #edecec;
  border-radius: 6px;
  position: relative
}
.modal-title {
  width: 100%
}
.modal-title h3 {
  background: var(--one-color)
}
.modal-title h3 {
  color: #fff;
  padding: 8px 10px;
  margin: 0;
  border-radius: 3px 3px 0 0;
  position: relative
}
.modal .modal-title i {
  color: #fff
}
.modal-title h3 i {
  margin-right: 8px
}
.modal-closed {
  background: none;
  border: 0;
  position: absolute;
  right: -6px;
  top: -1px;
  padding: 5px;
  font-size: 92%;
  width: 38px;
  height: 40px;
  color: #ffece4
}
.modal-content {
  color: var(--letter-color)
}
.modal-content {
  padding: 10px;
  padding-bottom: 25px
}
.hide {
  display: none !important
}
.modal .input-box, .modal .select-box {
  margin-top: 14px
}
.input-box, .input-box-lang {
  position: relative;
  margin: 0;
  text-align: right;
  margin-top: 14px;
  max-height: auto;
  min-height: 53px
}
.input-box label, .input-box-lang label {
  color: var(--two-color)
}
.input-box label, .input-box-lang label {
  display: block;
  padding: 4px 0;
  position: absolute;
  left: 4px;
  font-size: 88%
}
.input-box input, .input-box-lang input {
  border-bottom: 2px solid var(--one-color);
  color: #525557;
  border-top: 0 solid var(--one-color);
  border-left: 0 solid var(--one-color);
  border-right: 0 solid var(--one-color)
}
.input-box input, .input-box-lang input {
  padding: 14px 5px 3px 33px;
  border-radius: 4px;
  width: 100%;
  margin-top: 14.5px
}
.input-box i, .input-box-lang i {
  color: #6787c7
}
.input-box i, .input-box-lang i {
  position: absolute;
  top: 30px;
  font-size: 120%;
  text-align: center;
  left: 4px;
  display: block;
  width: 22px
}
a.link-btn {
  color: var(--two-color)
}
a.link-btn {
  cursor: pointer
}
a.recover-pa-btn {
  position: relative;
  top: 17px;
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 31px
}
.button.gris {
  background: #a2a2a2;
  color: #fff;
  border: 1px solid #727273
}
.gris {
  background: #a2a2a2;
  color: #fff;
  border: 1px solid #727273
}
button, a.btn {
  background: var(--one-color)
}
button, a.btn {
  padding: 8px 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 114%;
  display: flex;
  border: 1px solid #03379f;
  white-space: nowrap;
  margin: 0px;
  overflow: hidden;
  cursor: pointer;
  max-height: 46px;
  text-overflow: ellipsis;
  line-height: 26px;
  align-items: center;
  align-content: space-around;
  justify-content: space-evenly;
  justify-items: stretch;
  width: auto
}
.modal-foot {
  padding: 10px
}
.error label {
  color: var(--red-color) !important
}
.error span.error {
  display: block;
  text-align: left;
  font-size: 86%;
  color: #f8898a;
  padding: 7px 0;
  line-height: 14px
}
.input-box.error .fa-exclamation, .select-box.error .fa-exclamation, .textarea-box.error .fa-exclamation {
  background: var(--red-color);
  color: #fadcdc !important
}
.input-box.error .fa-exclamation, .select-box.error .fa-exclamation, .textarea-box.error .fa-exclamation {
  padding: 5px 2px;
  display: block !important;
  font-weight: 800;
  border-radius: 3px;
  margin-top: -2px;
  min-width: 24px;
  font-size: 80%;
  text-align: center
}
.switch-box .fa-exclamation, .checkbox-box .fa-exclamation, .radio-box .fa-exclamation, .input-box .fa-exclamation, .select-box .fa-exclamation, .textarea-box .fa-exclamation, .input-select-box .fa-exclamation, .input-box-lang .fa-exclamation, .textarea-box-lang .fa-exclamation {
  display: none
}
.modal.alert .modal-title h3, .modal.confirm .modal-title.red h3 {
  background: var(--red-color)
}
.button.red {
  background: var(--red-color);
  border: 1px solid #8c0303;
  color: #fff
}
.shopping-cart-products {
  max-width: 408px;
  min-width: 360px;
  position: absolute;
  padding: 6px 0;
  border-radius: 2px;
  top: 74px;
  z-index: 3;
  height: auto;
  display: none;
  opacity: 0;
  overflow-y: hidden;
  transition: all .4s ease 0s
}
.shopping-cart-products.show {
  opacity: 1;
  max-height: 498px;
  max-width: 408px;
  display: block;
  width: 30%
}
.total-label, .total-iva, .list-pro {
  color: rgb(108, 118, 142)
}
.list-pro {
  text-align: center;
  font-size: 120%;
  display: flex;
  padding-left: 5px;
  margin-top: 7px;
  margin-bottom: 8px;
  font-weight: 400;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px dashed rgb(255, 102, 32);
  padding-bottom: 5px
}
.list-pro {
    border-bottom: 1px solid var(--one-color);
}
.lcar {
  color: var(--two-color);
  font-size: 120%;
  margin-left: 8px
}
.tp-slimain {
   width: 100%;
    text-align: left;
    margin-left: 10px;
}
.list-cart {
  max-height: 200px;
  overflow: hidden auto;
  position: relative
}
.total-price {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  text-align: right;
  flex-grow: 1;
  padding-right: 1px;
  line-height: 21px;
  font-size: 130%
}
.empty-cart {
  font-size: 180%;
  margin: 15px 0;
  color: rgb(190, 191, 193);
  text-align: center;
  display: table-caption;
  width: 100%;
  caption-side: bottom
}
.mobil-shopping-car .empty-cart {
  display: block
}
.shopping-cart-products .empty-cart {
  display: block
}
.list-cart {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative
}
.img-brand-cart {
  width: 13%;
  margin-right: 5px
}
.list-cart .cart-images {
  align-items: center
}
.list-cart a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}
.img-brand-cart .cart-brand {
  line-height: 7px;
  font-size: 51%;
  font-weight: 500;
  margin-bottom: 1px;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 4px;
  background: #fff
}
.cart-brand {
  max-width: 100%;
  border: 1px solid #fe5e15;
  border-radius: 3px;
  display: block;
  text-align: center
}
.cart-brand, .cart-name, .cart-unid, .cart-price {
  display: block;
  text-align: left;
  font-size: 110%
}
.img-brand-cart img.brand {
  width: auto;
  height: 22px;
  display: block;
  margin: 0 auto;
  padding: 1px
}
.product-name-cart {
  padding-left: 8px;
  width: 58%;
  display: block
}
.list-cart a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}
.list-cart .cart-reference {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 87%
}
.cart-reference {
  background: var(--two-color);
  font-size: 52%;
  display: inline-block;
  text-align: left;
  margin-top: 2px;
  width: auto;
  padding: 1px 5px;
  border-radius: 2px;
  position: relative;
  top: -3px
}
.product-price-cart {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 10px
}
.cart-unid {
  text-align: right;
  padding-top: 2px;
  font-size: 123%;
  line-height: 15px;
  padding-right: 6px
}
.cart-brand, .cart-name, .cart-unid, .cart-price {
  display: block;
  text-align: right;
  font-size: 110%
}
.product-price-cart .cart-price {
  text-align: right;
  line-height: 23px;
  padding-right: 6px;
  white-space: nowrap;
  font-size: 140%;
  min-width: 69px
}
.cart-price {
  font-size: 110%;
  font-family: helvetica;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  min-width: 150px;
  padding-right: 9px;
  font-weight: 100
}
.cart-remove {
  color: var(--red-color);
  border: 1px solid var(--red-color)
}
.cart-remove {
  padding: 4px 8px;
  border-radius: 4px;
  max-width: 36px;
  margin-right: 6px;
  margin-left: 8px;
  font-size: 100%;
  cursor: pointer
}
.item-cart {
  border-color: #b9adad !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  border-style: dotted !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px;
  max-width: 100%;
  width: 100%;
  padding: 6px 0 6px 5px;
  position: relative;
  min-height: 80px;
  font-size: 82%;
  cursor: pointer
}

.totals-cart {
  border-top: 1px solid var(--two-color);
  padding-top: 11px;
  margin: 0 7px
}
.total-cart-vi .lbl-cart {
  display: block;
  width: 54%;
  text-align: right
}
.total-price.des {
  font-size: 100%;
  color: rgb(82, 85, 87)
}
.total-iva {
  font-size: 50%;
  line-height: 10px;
  margin-top: -1px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 2px
}

a.button.checkout-cart {
    background: #e90505;
    border: 1px solid #720000;
}
a.button.checkout-cart:hover, a.button.checkout-cart:focus {
    background: #b90000;
}
a.button.checkout-cart {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  padding: 7px 10px;
  border-radius: 3px;
  color: #fff
}
.shopping-cart-products .total-label {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  place-content: flex-start space-between
}
.total-price {
  color: #000
}
.cart-name {
        text-align: left;
    line-height: 15px;
    margin-bottom: 7px;
}
.go-top:hover,.pag-nav:hover, .md-more-quad:hover {
  background: var(--blue-border)
}
.buttons-control button.add-to-cart-btn:hover {
  background: #af0000
}
.buttons-control button.add-to-cart-btn.green:hover {
  background: #218102
}
.inputQty .minus:hover, .inputQty .plus:hover {
  background: var(--one-color-border)
}
.product-info-modal {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto
}
.product-info-modal .container {
  margin-top: 150px
}
.product-title .title {
  width: 100%
}
.product-title .top-image {
  display: none
}
.product-title .top-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start
}
.p-title {
  color: #525557;
  font-size: 164%;
  line-height: 21px;
  margin: 0;
  margin-top: 5px
}
.p-title h1 {
  position: relative;
  margin-bottom: 30px;
  color: #525557;
  font-size: 110%
}
.flex-itiner h1 {
  color: var(--one-color);
  margin: 0;
  line-height: 30px;
  margin-top: 14px;
  font-size: 120%
}
.p-title h1 .ex-title {
  color: var(--two-color)
}
.title .subt {
  color: #787878
}
.flex-itiner .subt {
  margin-bottom: 11px
}
.rating .valorate, .rating .comments-write {
  color: #787878;
  font-size: 76%;
  line-height: 10px;
  margin-bottom: 3px
}
.star-val {
  line-height: 18px;
  color: #787878;
  font-size: 90%
}
.mobile-show {
  display: none
}
.ma-le-5 {
  margin-left: 5px
}
.rating-prod span {
  color: var(--two-color)
}
.rev-stars {
  display: flex;
  flex-direction: row-reverse
}
input[name=star] {
  display: none;
  width: 0;
  opacity: 0;
  margin-left: -2px
}
.rating-prod span {
  font-size: 120%
}
.star-source {
  position: fixed;
  left: 0;
  top: 0
}
.star-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  margin-top: 3px
}
.rating-prod {
  max-width: 210px;
  display: block;
  text-align: left;
  line-height: 120%;
  font-size: 100%
}
.mobile-hide {
  display: block;
  width: 100%
}
.product-images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between
}
.principal-image-container {
  max-width: 50%;
  width: 100%
}
.principal-image {
  width: 100%;
  position: relative;
  height: auto;
  overflow-y: hidden
}
.item-product h2 {
  color: var(--two-color)
}
h2.reference {
  background:var(--one-color);
  position: absolute;
  z-index: 2;
  padding: 10px;
  line-height: 12px;
  margin-top: 4px;
  margin-left: 2px;
	color: #fff;
	font-size: 90%;
    font-weight: 400;
}
.item-product h2 {
  font-weight: 300;
  letter-spacing: .6px;
  font-size: 160%;
  margin-top: 10px;
  margin-bottom: 10px
}
.principal-image .border-top-right {
  border-right: 3px dotted var(--two-color);
  border-top: 3px dotted var(--two-color)
}
.principal-image .border-top-left {
  border-left: 3px dotted var(--two-color);
  border-top: 3px dotted var(--two-color)
}
.principal-image .border-bottom-left {
  border-left: 3px dotted var(--two-color);
  border-bottom: 3px dotted var(--two-color)
}
.principal-image .border-bottom-right {
  border-right: 3px dotted var(--two-color);
  border-bottom: 3px dotted var(--two-color)
}
.principal-image .border-top-right {
  height: 10%;
  width: 10%;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  border-radius: 0 8px 0 0
}
.principal-image .border-top-left {
  height: 10%;
  width: 10%;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  border-radius: 8px 0 0 0
}
.principal-image .border-bottom-left {
  height: 10%;
  width: 10%;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
  border-radius: 0 0 0 8px
}
.principal-image .border-bottom-right {
  height: 10%;
  width: 10%;
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 0;
  border-radius: 0 0 8px 0
}
.product-title .control-car {
  display: none;
  padding-top: 7px
}
.flex-cols-cart .inputQty .minus, .flex-cols-cart .inputQty .plus {
  font-size: 120%;
  padding: 6px 6px;
  text-overflow: inherit;
  overflow: hidden
}
.inputQty .minus, .inputQty .plus {
  background: var(--one-color);
  color: #fff
}
h2.reference {
    position: absolute;
    z-index: 2;
    padding: 10px 10px 10px 10px;
    line-height: 12px;
    margin-top: 49px;
    margin-left: 2px;
    font-size: 90%;
    border-radius: 0px 6px 5px 0px;
    font-weight: 400;
}
h2.reference span {
     width: 100%;
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 147%;
    color: #ffffff;
}
.control-box-info {
  width: 50%;
  display: flex;
  flex-direction: column
}
.brand-pay {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.brand {
  width: 60%;
  display: block
}
.control-box-info .options {
  margin-left: 8px
}
.brand-pto {
      padding: 0;
    margin: 0;
    width: auto;
    top: 20px;
    right: 14px;
    height: 50px;
    position: absolute;
}
.brand-pto img {
  height: 100%;
  width: auto;
  max-height: 55px;
  padding: 2px 2px
}
.mb-20 {
  margin-bottom: 20px !important
}
.country-link {
  border: 2px solid var(--two-color)
}
.country-link {
  display: flex;
  max-width: 44px;
  border-radius: 3px;
  height: 34px;
  margin-top: 7px
}
.country-link img {
  border-radius: 2px
}
.hide {
  display: none !important
}
.offers {
  width: 40%
}
.price-o {
  font-size: 200%;
  display: block;
  width: 100%;
  text-align: right;
  padding: 1px 0;
  margin: 0;
  line-height: 34px;
  margin-top: 10px
}
.brand-pay .dpiva {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 86%;
  color: #787878;
  margin-top: 5px
}
.stock.in {
  color: #33af00
}
.brand-pay .stock {
  text-align: right;
  width: 100%;
	    font-weight: 700;
  display: block;
  line-height: 10px;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 88%
}
.stock.out {
  color: #d70404 !important
}
.product-images .control-car {
  margin-top: 11px
}
.product-title .top-content .reference {
  display: none
}
.product-title.float .reference {
  background: var(--two-color);
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  font-size: 79%;
  margin-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: inline-block;
  line-height: 18px
}
.control-car {
  padding-top: 7px
}
.brand-pay .stock {
  text-align: right;
  width: 100%;
  display: block;
  line-height: 10px;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 88%
}
.buttons-control {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 8px
}
.p-title h1 {
  position: relative;
  margin-bottom: 30px;
  font-size: 110%
}
.product-title.float {
  border-bottom: 2px solid var(--two-color)
}
.product-title.float {
  position: sticky;
  top: 146px;
  background: #fff;
  z-index: 6;
  padding-top: 5px;
  animation: fadeInMain .3s;
  border-bottom: 2px solid var(--two-color);
  width: 100%;
  padding-bottom: 4px
}
.product-title.float .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto
}
.product-title.float .control-car {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-start
}
.border-bot.float {
  box-shadow: 0 0 3px #333;
  position: sticky;
  top: 242px;
  height: 2px;
  background: #ff6620;
  overflow-x: hidden;
  z-index: 5;
  display: block;
  animation: fadeInMain .3s
}
.product-title.float .top-image {
  display: block;
  width: 72px;
  height: 60px;
  margin-right: 7px
}
.product-title.float .p-title h1 {
  margin-bottom: 0;
  font-size: 100%;
  margin-top: 0;
  line-height: 21px
}
.product-title.float .price-o {
  margin-top: 0;
  font-size: 190%;
  line-height: 32px
}
.product-title.float .flex-cols-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end
}
.product-title.float .inputQty {
  height: 37px;
  font-size: 83%;
  max-width: 135px;
  line-height: 4px
}
.flex-cols-cart .inputQty .minus, .flex-cols-cart .inputQty .plus {
  font-size: 120%;
  padding: 6px 6px;
  text-overflow: inherit;
  overflow: hidden
}
.product-title.float .tax-info {
  font-size: 75%;
  line-height: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}
.product-title.float .buttons-control {
  width: 135px;
  margin-bottom: 0;
  margin-top: 5px
}
.product-title.float .rating {
  display: flex;
  align-items: center
}
.rating-prod {
  max-width: 210px;
  display: block;
  text-align: left;
  line-height: 120%;
  font-size: 100%
}
.product-title.float .star {
  width: 16px;
  height: 16px;
  margin-right: 4px
}
.product-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center
}
.product-title.float .flex-itiner h1 {
  line-height: 20px;
  font-size: 95%;
  margin-top: 0;
  color: var(--letter-color)
}
.product-title.float .top-content {
  flex-direction: column
}
.product-title.float .flex-cols-price {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end
}
.product-title.float .top-image img {
  border: 1px solid var(--two-color);
  margin-right: 7px;
  border-radius: 4px;
  width: 70px;
  height: 70px
}
.product-title.float .flex-itiner .subt {
  margin-bottom: 0
}
.product-title.float .p-title {
  margin-top: 3px
}
.date-shipping {
    font-size: 89%;
    color: #787878;
    font-weight: 400;
    text-align: justify;
    line-height: 16px;
    max-width: 77%;
    margin-top: 8px;
}
.date-shipping i {
  color: var(--two-color);
  font-size: 135%;
  margin-right: 7px
}
.date-shipping .dest {
     font-weight: bold;
}
.description {
  text-align: justify;
  padding: 10px;
    min-height: 317px;
    max-height: 317px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.description p {
  padding: 0;
  font-weight: 300;
  font-size: 100%;
  text-align: justify
}
.product-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 30px;
  padding-bottom: 100px;
}
.product-info .specs, .product-info .cars {
  display: inline-block;
  width: 50%;
  margin-bottom: 120px
}
.product-info .cars > div {
  margin-bottom: 20px
}
.mbi-20 {
  margin-bottom: 21px !important
}
.product-info .cars > div > div {
  color: #051958
}
.cars .car-title.show {
  color: var(--two-color)
}
.cars .car-title.show .fa-plus::before {
  content: '\f068'
}
.cars .car-title {
  display: block !important;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer
}
.car-container .model-info {
  display: block !important;
  width: 100%;
  font-weight: 300;
  font-size: 90%;
  color: #525557;
  padding-left: 10px;
  border-bottom: 1px dotted #bebfc1;
  padding: 6px 0;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.car-container.show {
  display: block !important
}
.car-container {
  display: none !important;
  width: 100%;
  padding: 0 8px 13px 8px
}
.product-info .specs {
     margin-left: 0;
    width: 100%;
}
.nav-tab .tab.active .t-med, .nav-tab .tab:hover .t-med {
  background: var(--one-color);
  color: #fff;
font-weight: 400;
}
.nav-tab a {
  display: inline-block
}
.product-info .t-med {
  padding: 7px 10px;
  display: block;
  font-weight: 400;
  font-size: 120%;
  letter-spacing: .6px;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 1
}
.tab-container div.tab-content.active {
  display: block !important
}
.tab-container div.tab-content {
  display: none !important
}
.product-info .option-container, .product-info .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  flex-wrap: nowrap
}
.product-info .tab-container {
  border: 1px solid var(--one-color);
  background: #fff5ec;
  border-radius: 0px 0px 6px 6px;
  max-height: 353px;
  min-height: 353px;
}

table tbody tr:last-child td:first-child{
  border-radius: 0px 0px 0px 6px;
}
table tbody tr:last-child td:last-child{
  border-radius: 0px 0px 6px 0px;
}
.tab-container div.tab-content.active{
  border-radius: 0 0 6px 6px;
}
.empty-details {
  font-size: 180%;
  width: 100%;
  text-align: center;
  line-height: 64px;
  margin-top: 20px;
  color: var(--letter-color);
  font-weight: 300
}
.flex-rows.c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.product-info .cars div span {
  width: 100%;
  display: block;
  letter-spacing: 1px;
  text-align: left;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.flex-rows.c div {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 5px;
  width: 25%;
  font-size: 90%
}
.flex-rows.c div span {
  color: #525557;
  font-weight: 300 !important
}
.product-info .cars div strong {
  letter-spacing: 1px;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.flex-rows.c div strong {
  color: #051958;
  font-weight: 400 !important
}
.products-alternatives {
  width: 110%;
  margin: 0 -5%;
  padding: 0 5%
}
.items-container-alt.scroll, .items-container-gro.scroll, .thums-images {
  border-left: 1px solid #eaedf5;
  border-right: 1px solid #eaedf5
}
.items-container-alt, .items-container-gro {
  display: flex;
  width: 100%;
  overflow-x: auto;
  padding: 0 10px
}
.products-alternatives .item {
  width: 20%;
  margin-right: 2%;
  display: flex;
  min-width: 230px;
  border-radius: 3px;
  position: relative;
  justify-content: space-between
}
.products-alternatives .item .reference-n {
  background: var(--one-color);
  position: absolute;
  top: 23px;
  left: 0;
  padding: 1px 8px;
  border-radius: 0 2px 2px 0;
  color: #fff
}
.products-alternatives .item .star-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 3px
}
.products-alternatives .item .star-container span.label {
  margin-right: 5px
}
.pf-product .brand {
  position: absolute;
  max-width: 40%;
  background: #fff;
  border-radius: 2px 0 0 2px;
  display: flex;
  height: auto;
  width: 100%;
  font-size: 67%;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 38px;
  min-height: 28px;
  top: 8px;
  right: 0;
  border-right: 0
}
.img-brand-cart img.product {
  position: relative;
  z-index: 3;
  background: #fff
}
.thums-images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
  max-width: 100%;
  overflow-x: scroll;
      padding-top: 8px;
    padding-bottom: 6px;
    margin-top: 0px;
}
.thums-images .thumbs {
  display: flex
}
.pf-product .image img {
  width: auto;
  margin: 0 auto
}
.thums-images a img {
     max-height: 68px;
    width: auto;
    margin: 0 auto;
    padding: 0px;
}
.thums-images a {
  width: 100px;
    border: 2px solid #cdc9c9;
    border-radius: 4px;
    min-height: 70px;
    position: relative;
    text-align: center;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.items-container-alt.scroll, .items-container-gro.scroll, .thums-images {
  border-left: 1px solid #eaedf5;
  border-right: 1px solid #eaedf5
}
#preview-image {
  text-align: center
}
#preview-image img {
  max-height: 400px;
  width: auto;
  margin: 0 auto
}
.fa-info:before {
  content: "\f129"
}
.info-empty i {
  font-size: 500%;
  display: block;
  margin: 18px 0 4px 0;
  color: #ff6620;
  font-weight: 300
}
.info-empty {
  text-align: center;
  display: flex;
  font-size: 112%;
  height: 100%;
  text-transform: uppercase;
  color: var(--letter-color);
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap
}
.text-grag-360 {
  background: var(--two-color);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 75%;
  border-radius: 3px;
  text-transform: uppercase;
  opacity: 1
}
.product-info .tab-content {
  border: 1px solid var(--one-color);
  background: #fff
}
.specs-container {
  border-top: 1px dashed var(--two-color);
  background: #fffdfb;
  padding: 10px
}
container, .product-info .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  flex-wrap: nowrap
}
.option-container {
  padding-top: 8px
}
.item-med {
  color: var(--two-color)
}
.item-med {
  font-size: 105%;
  display: block;
  line-height: 14px
}
.product-info .option-container .no-link, .product-info .tab-content .no-link {
  display: inline-block;
  padding: 10px;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.product-info .option-container .no-link.ob, .product-info .tab-content .no-link.ob {
  background: #fffdfb
}
.product-info .option-container .no-link.ob, .product-info .tab-content .no-link.ob {
  display: inline-block
}
.product-info .option-container .no-link {
  background: #fff5ec;
  color: #525557;
  border-top: 1px dashed var(--two-color)
}
.specs-item {
  display: inline-flex;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative
}
.specs-item > span.name {
  background: var(--one-color);
  position: relative;
  bottom: -14px;
  width: auto;
  display: block;
  text-align: center;
  line-height: 13px;
  margin-bottom: 0;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px
}
.specs-item i {
  content: '';
  display: block;
  vertical-align: middle;
  width: 75px;
  text-align: center;
  height: 28px;
  font-size: 100%;
  font-style: initial;
  line-height: 11px
}
.specs-item.sp {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start
}
.specs-item.sp i {
  width: 70px;
  height: 47px
}
.icon-superior::before {
  content: url(https://images.casaderepuestos.cl/img/positions/superior.svg)
}
.icon-inferior::before {
  content: url(https://images.casaderepuestos.cl/img/positions/inferior.svg)
}
.icon-izquierdo::before, .icon-izquierda::before {
  content: url(https://images.casaderepuestos.cl/img/positions/izquierdo.svg)
}
.icon-derecho::before, .icon-derecha::before {
  content: url(https://images.casaderepuestos.cl/img/positions/derecho.svg)
}
.icon-interno::before, .icon-interior::before, .icon-interna::before {
  content: url(https://images.casaderepuestos.cl/img/positions/interno.svg)
}
.icon-externo::before, .icon-exterior::before, .icon-externa::before {
  content: url(https://images.casaderepuestos.cl/img/positions/externo.svg)
}
.icon-delantero::before, .icon-delantera::before {
  content: url(https://images.casaderepuestos.cl/img/positions/delantero.svg)
}
.icon-principal::before {
  content: url(https://images.casaderepuestos.cl/img/positions/delantero.svg)
}
.icon-secundario::before, .icon-secundaria::before {
  content: url(https://images.casaderepuestos.cl/img/positions/trasero.svg)
}
.icon-trasero::before, .icon-trasera::before {
  content: url(https://images.casaderepuestos.cl/img/positions/trasero.svg)
}
.icon-sensor::before {
  content: url(https://images.casaderepuestos.cl/img/specs/sensor.svg)
}
.icon-pasador::before {
  content: url(https://images.casaderepuestos.cl/img/specs/pasador.svg)
}
.pf-product .brand img {
  width: auto
}
.item-product .brand-br {
      font-weight: 400;
    letter-spacing: .6px;
    font-size: 120%;
    line-height: 15px;
    margin-bottom: 3px;
    margin-top: 0;
    display: block;
    color: #333;
}
.item-product .brand-br i{
	color:#ff7f00;
}
.floatIma {
  border: 1px solid var(--two-color);
  border-radius: 3px
}
.in-stock, .sold-out, .discount-con, .product-images .counter, .product-images .percent, .product-images .percent {
  width: 100%;
  display: block;
  text-align: right
}
.quad .offers-percent .discount-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  align-content: flex-start
}
.percent-discount {
  background: #ec0505d1;
  margin-right: 10px;
  width: 11%;
  z-index: 1;
  padding: 0 6px;
  color: #fff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #af0000;
  text-align: center;
  position: absolute;
  font-weight: 500;
  left: 0;
  min-width: 73px;
  top: 10px;
  max-width: 73px;
  border-left: 0;
  font-size: 90%
}
.list-elements .quad .percent-discount {
  position: absolute;
  top: 171px;
  width: 40%;
  left: inherit;
  right: 0;
  margin-right: 0;
  border-radius: 3px 0 0 3px;
  font-size: 112%;
  min-width: 90px;
  max-width: 90px
}
.quad .percent-discount {
  line-height: 26px
}
.offers-percent .discount-con .counter {
  color: #626262;
  font-weight: 300;
  font-size: 84%;
  margin: 3px 0 5px 0;
  background: #f8f8f8;
  padding: 0 6px;
  width: 45%;
  text-align: left;
  border: 1px solid #e2e3e5;
  left: 0;
  max-width: 210px
}
.quad .offers-percent .discount-con .counter {
  color: #9b9896;
  font-weight: 300;
  font-size: 84%;
  margin: 10px 0 5px 0;
  background: #f8f8f8;
  padding: 2px;
  width: 100%;
  text-align: center;
  border: 1px solid #e2e3e5;
  max-width: 100%
}
.bold-o {
  color: #ea2525;
  font-size: 150%;
  font-weight: 400
}
.quad .offers-percent .bold-o {
  color: #eb2525;
  font-weight: 400
}
.list .percent-discount {
  line-height: 21px;
  font-size: 95%;
  max-width: 70px;
  min-width: 60px
}
.polda {
  color: #ea2525;
  display: flex;
  font-size: 60%;
  min-width: 60%;
  line-height: 15px;
  text-align: right;
  margin-top: 2px;
  justify-content: flex-end;
  align-items: center
}
.priceOld {
  text-decoration: line-through;
  color: #868ea5;
  font-size: 120%;
  display: inline-block;
  margin-left: 5px
}
.product-images .percent {
  animation: shake 1.82s cubic-bezier(.36, .07, .19, .97) 5;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 50%
}
.product-images .percent:hover, .product-images .percent.active {
  animation: none
}
.product-images .percent {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center
}
.product-images .discount, .product-images .percent {
  padding-right: 0
}
.brand-pay .polda {
  font-size: 115%
}
.product-images .counter span {
  background: #fff;
  color: #ea2525
}
.product-images .counter span {
  padding: 3px 0;
  border-radius: 3px;
  text-align: center;
  margin: 1px;
  font-size: 120%;
  font-weight: 400
}
.brand-pay .counter {
  width: 100% !important;
  text-align: right !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 129% !important;
  max-width: 100% !important;
  background: none !important;
  border: 0 !important
}
.product-title .discount-con {
  width: auto
}
.product-title .discount-con .percent {
  background: #eb2525;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  animation: shake 1.82s cubic-bezier(.36, .07, .19, .97) 5;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 50%;
  margin-top: 8px;
  line-height: 23px;
  font-size: 110%
}
.product-images .percent span {
  background: #ea2525;
  color: #fff
}
.brand-pay .percent span {
  font-size: 140% !important;
  padding: 2px 15px 2px 15px !important;
  text-align: right !important;
  border-radius: 3px !important;
  margin-right: 8px;
  font-weight: 500
}
.msg-box {
  position: fixed;
  right: 4px;
  z-index: 12;
  top: 81px
}
.msg-success, .msg-error {
  padding: 10px 10px;
  min-width: 220px;
  max-width: 293px;
  text-align: left;
  background: #008f74f5;
  border: 1px solid #046450;
  color: #fff;
  font-size: 90%;
  border-radius: 5px;
  min-height: auto;
  margin-bottom: 7px;
  cursor: pointer
}
.success, .msg-success, .msg-error {
  background: #20b905ed;
  color: #fff;
  border: 2px solid #2e8d04;
  box-shadow: 1px 1px 2px #554c4c52
}
.msg-error {
  background: #d64040e8;
  border: 1px solid #b40f0f
}
.products-alternatives .percent-discount {
  top: 175px;
  right: -10px;
  left: inherit
}
.p-title .subtitle {
  position: absolute;
  top: 33px;
  font-size: 62%;
  line-height: 13px;
  left: 0px;
  width: 100%;
  color: var(--letter-color);
}
.product-title.float .p-title .subtitle {
  display: none;
}
.autocomplete-selected {
  background: rgba(1, 40, 115, 0.07);
  border-bottom: 1px solid #d3d2f7;
}
.ta-c {
  text-align: center;
}
.suggestions.numeric {
  font-size: 120%;
}


input.input, input.qty {
  -webkit-appearance: none;
  border-radius: 0;
}
.header-filter-top-car{
	width: 30%;
}
.header-filter-top-car{
       display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 95px;
    background: #ffffff;
    padding: 5px;
    padding-top: 13px;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #125f9a;
    max-width: 263px;
    right: 1.4%;
    cursor: pointer;
    z-index: 10;
}

.header-filter-top-car.float{
	position: fixed;
    top: 95px;
	animation: fadeInMain .3s;
}
.over-bg-car{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FCB614;
	border-radius: 0px 0px 4px 4px;
	z-index: 1;
}
.header-filter-top-car:hover .over-bg-car{
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    font-size: 100%;
    text-transform: uppercase;
    color: #125f9a;
    font-weight: bold;
}
.header-filter-top-car .fa-garage-car{
	font-size: 186%;
    padding: 6px;
    color: #383a3b;
    line-height: 11px;
    height: 35px;
}
.car-brand{
	    display: block;
    font-size: 97%;
    line-height: 15px;
    text-align: left;
    padding-left: 8px;
}

.info-car .car-brand {
    color: #383a3b !important;
}

/*--------------------------------------------------------------------------------------
LOADER 15
--------------------------------------------------------------------------------------*/
.loader-content {
    position: fixed;
    background: rgb(255 255 255 / 56%);
    z-index: 12;
    height: 101%;
    width: 100%;
    opacity: 1;
    left: 0px;
    top: 0px;
    display: none;
}
.loader-content.show {
    display: block;
}
.rubix-cube .layer {
    background-color: #125f9a;
    border-radius: 52px;
}
.rubix-cube .layer.color-1 {
    background-color: #125f9a;
}
.rubix-cube {
  width: 48px;
  height: 48px;
  position: sticky;
  margin: 0 auto;
  top: 50%;
  border-radius: 3px;
  opacity: 0.9;
}
.modal .rubix-cube {
    width: 48px;
    height: 48px;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    border-radius: 3px;
    opacity: 0.9;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.rubix-cube .layer {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  position: absolute;
}
.rubix-cube .layer-1 {
  left: 0px;
  top: 0px;
  animation: rubixcube4 2s infinite linear;
}
.rubix-cube .layer-2 {
  left: 16px;
  top: 0px;
  animation: rubixcube3 2s infinite linear;
}
.rubix-cube .layer-3 {
  left: 32px;
  top: 0px;
}
.rubix-cube .layer-4 {
  left: 0px;
  top: 16px;
  animation: rubixcube5 2s infinite linear;
}
.rubix-cube .layer-5 {
  left: 16px;
  top: 16px;
  animation: rubixcube2 2s infinite linear;
}
.rubix-cube .layer-6 {
  left: 32px;
  top: 16px;
  animation: rubixcube1 2s infinite linear;
}
.rubix-cube .layer-7 {
  left: 0px;
  top: 32px;
  animation: rubixcube6 2s infinite linear;
}
.rubix-cube .layer-8 {
  left: 16px;
  top: 32px;
  animation: rubixcube7 2s infinite linear;
}
@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
.item-product{
	    margin-top: 23px;
}
.control-box-info h1{
    color: #333;
    margin: 0px;
    padding: 0px 7px;
    position: relative;
    top: -4px;
    font-family: helvetica;
    font-size: 200%;
}

button.disabled {
    opacity: 0.7;
}
.bg-out {
    background: #ffffffa1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stock-out-list {
    background: #eb2525;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -58px;
    top: 50%;
    margin-top: -25px;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 123%;
    border: 1px solid #ffffff;
}

h3.sku {
    margin-bottom: -4px;
	    margin-top: 22px;
}

.mt-100{
 margin-top: 100px;
}

.mt-20{
	margin-top: 20px !important;
}
table{width:100%;}
table thead th{
	    background: #125f9a;
    color: #fff;
    padding: 10px;
}
table tbody tr:nth-child(even){
	background-color: #eff4f8;
}

table tbody td{
	padding: 10px;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}

.maxw-60{
	max-width: 60px;
}
.maxw-40{
	max-width: 50px;
}
table tbody td:last-child{
	border-right: 0px;
}

/* AUTOCOMPLETE */
.suggestions{
	cursor: default;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 115%;
	background: #fff;
	border: 1px solid var(--one-color);
	border-top: 0px;
}
.autocomplete-suggestion{
	    padding: 4px 7px;
}
.suggestions-no-suggestion {
	padding: 2px 5px;
}

.suggestions strong{
	font-weight: bold;
	 color: #333;
}

.autocomplete-group{
	padding: 2px 5px;
}

.autocomplete-group strong{
	font-weight: bold;
	font-size: 120%;
	display: block;
}

.suggestions .image-sugg{
	width: 35px !important;
	margin-left: 7px;
	margin-right: 2px;
}

.label-filter{
    padding: 10px;
    font-size: 84%;
}
.container-foot-filters{
    height: 70px;
}
.label-filter{
        padding: 2px 6px 1px 6px;
    font-size: 84%;
}
.sugge-item{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;		
}
.sugge-info{
	width: 100%;
	font-size:80%;
}
.sugge-item .sugg-ima{
   max-width: 55px;
   margin-right: 10px;
	min-width: 55px;
}
 
.sugge-info .autoel{
	text-wrap: auto;
    line-height: 18px;
    display: block;
    font-size: 123%;
}

.fixed-imp{
	position: fixed !important;
	animation: fadeInMain .3s;
}
.item-cart:hover .cart-name{
	    text-decoration: underline;
}

.item-cart:hover a:hover{
	color: var(--one-color);
}

.stock-out-list.nextdate{
    text-align: center;
    font-size: 87%;
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #226001;
    color: #edffef;
    letter-spacing: 1.2px;
    font-family: system-ui;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
    border: 2px solid #123201;
    margin: 0 auto;
    margin-top: 52px;
}

.brandIm{
position: absolute;
    right: 24px;
    top: 25px;
    background: #fcb614;
    color: #262626;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 90%;
    border: 1px solid #262626;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.originB{
    display: block;
    font-size: 70%;
    text-align: center;
    line-height: 7px;
    color: #505050;
}
.tracking-head{
	    margin-left: 18px;
        background: var(--two-color) !important;
    border: 1px solid #cd480d !important;/*background: #ff7c00;  border: 1px solid #c86100;*/
    color: #ffffff;
    padding: 5px 14px;
    display: flex;
    border-radius: 5px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.tracking-head i{ margin-right: 5px;}
.tracking-head:hover{
	    background: #cd6401;
    color: #efecec;
}