#sideCart__interest>div {
  display: none !important;
}

.specialSponsorBanner2 {
  width: 100%;
  text-align: center;
}

div.specialSponsorBanner.responsiveContainer__Grid img {
  width: 97%;
  height: auto;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 14%) 0px 3px 6px;
}

div.specialSponsorBanner.responsiveContainer__List {
  text-align: center;
}

div.specialSponsorBanner.responsiveContainer__List img {
  width: 99%;
  height: auto;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 14%) 0px 3px 6px;
}

.c__staticContainer {
  display: flex;
  flex-direction: row;
}

#catalogMain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 95%;
}

.pc__name {
  color: #252321;
  font-size: 14px;
  font-weight: 500;
  min-height: 60px;
  max-height: 60px;
  margin: 0;
}

.pc__price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  color: #252321;
}

.pc__priceBefore {
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  color: #000;
  margin-top: 0;
}

.responsiveContainer__Grid .pc__specs {
  display: none;
}

.pc__btnAddCart {
  width: 100%;
  height: 40px;
  display: flex;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  margin: 5px auto;
  font-weight: 500;
  background-color: #ed1b35;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.df__ribbonDsc {
  min-height: 38px;
  display: block;
}

.pc__defaultB {
  display: block;
  min-height: 14px;
}

.pc__stock__cyber {
  border: 1px solid;
  color: #28c92f;
  padding: 5px;
  border-radius: 5px;
  display: block;
  width: fit-content;
}

.pc__stock__regular,
.pc__stock__default {
  height: 27px;
  display: block;
}

.pc__stock {
  margin: 10px 0px;
}

.pc__imageCont {
  display: flex;
  justify-content: center;
}

.pc__showMore {
  background: #ed1b35;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  margin-top: 32px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  cursor: pointer;
}

#brandLvlOne,
#collectionLvlOne {
  min-height: 50px;
}

#subBrandsLvlOne {
  min-height: 50px;
}

.catalog__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: 1000000000000000000;
  top: 0;
  display: none;
}

.catalog__overlay--show {
  display: block;
}

.loader_cat {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}


@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 #ed1b35, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 #ed1b35, 100px 0 #ed1b35, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 #ed1b35, 110px 0 #ed1b35, 100px 0 #ed1b35, 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 #ed1b35, 120px 0 #ed1b35, 110px 0 #ed1b35, 100px 0 #ed1b35;
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 #ed1b35, 120px 0 #ed1b35, 110px 0 #ed1b35;
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #ed1b35, 120px 0 #ed1b35;
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 #ed1b35;
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

.loader_bar {
  width: 0;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  animation: animFw 8s linear infinite;
}

.loader_bar::after,
.loader_bar::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 9px;
  right: -2px;
  opacity: 0;
  transform: rotate(-45deg) translateX(0px);
  box-sizing: border-box;
  animation: coli1 0.3s linear infinite;
}

.loader_bar::before {
  top: -4px;
  transform: rotate(45deg);
  animation: coli2 0.3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes coli1 {
  0% {
    transform: rotate(-45deg) translateX(0px);
    opacity: 0.7;
  }

  100% {
    transform: rotate(-45deg) translateX(-45px);
    opacity: 0;
  }
}

@keyframes coli2 {
  0% {
    transform: rotate(45deg) translateX(0px);
    opacity: 1;
  }

  100% {
    transform: rotate(45deg) translateX(-45px);
    opacity: 0.7;
  }
}

.supControls {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.view_controls_main {
  position: relative;
  display: flex;
  width: fit-content;
  flex-direction: row;
}

.view_controls {
  display: flex;
}



/* Estilos para vista de lista */
.responsiveContainer__List {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: 10px 0px;
  position: relative;
}

.responsiveContainer__List .productCardList {
  display: flex;
}

.responsiveContainer__List .pc__ribbonDiscount {
  position: absolute;
  left: 160px;
}



.responsiveContainer__List .pc__listPrice__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 5%;
  width: calc(40% - 160px);
}

.responsiveContainer__List .pc__name {
  margin-top: 30px;
  color: #252321;
  font-size: 14px;
  font-weight: 500;
  min-height: auto;
  max-height: 60px;
  margin-bottom: 20px;
}

.pc__name:hover {
  color: #ed1b35;
}

.responsiveContainer__List .ribbon-1 {
  padding: 0px;
}

.responsiveContainer__List .pc__specs {
  display: block;
}



.responsiveContainer__List .pc__name__div {
  width: calc(70% - 160px);
}

#toList svg {
  pointer-events: none;
}

#toGrid svg {
  pointer-events: none;
}

/* #footer{
  bottom: 120px;
  position: fixed;
}

.footer{
  position: fixed;
    bottom: 0;
} */

.bannerSponsored__Slider {
  margin-bottom: 30px !important;
}

.bannerSponsored__Slider .slick-dots {
  background-color: #fff !important;
}

.productCard__specialOptions {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38%;
  right: 0;
  display: block;
  cursor: pointer;
}

.productCard__specialOptions--list {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3%;
  display: block;
  cursor: pointer;
  left: 1%;
}

.customArrowRight-slick {
  margin: 0;
  position: absolute;
  padding: 0;
  font-size: 0;
  line-height: 0;
  top: 40%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #ffe72c;
  border: none;
  outline: 0;
  background: none;
  right: -40px;
  z-index: 2;
  display: block !important;
}

.customArrowLeft-slick {
  margin: 0;
  position: absolute;
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  top: 40%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #ffe72c;
  border: none;
  outline: 0;
  background: none;
  left: -40px;
  right: -40px;
  z-index: 2;
}

.sp__card {
  display: flex !important;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 10px 10px 10px 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  height: 250px;
  min-height: 250px;
  position: relative;
}

.sp__card img {
  width: 160px;
  height: 160px;
}

.sp__card span {
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 15px;
}

.sp__card label {
  width: fit-content;
  background: red;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
}

/*new css style*/
.parentStyle {
  flex-direction: column;
  align-items: flex-start !important;
}

.ulChild {
  list-style: none;
  padding-left: 20px;

}

#catalogMain>div>div>div.pc__name__div>div>ul>li>strong {
  font-family: 'Work-Sans-Bold' !important;
}

.pc__price.store_offer {
  color: #ed1b35 !important;
}

.pc__price.discount_offer {
  color: #ed1b35 !important;
}

.pc__price.bank_offer {
  color: #ed1b35 !important;
}

.kit_redirect span {
  font-size: 14px;
  font-weight: 900;
  color: #ed1b35;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sp_store_percentaje {
  background: #f12534;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  position: absolute;
  top: -15px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sp_store_regular_old,
.sp_discount_regular_old {
  color: #7d7b7b;
  text-decoration: line-through;
  font-size: 13px;
}

.sp_discount_final,
.sp_store_final {
  color: red;
}