:root {

  --base-family: "Roboto";
  --base-font-size: 12pt;
  --base-line-height: 20pt;
  --base-font-color: rgb(85,85,85);
  --primary-color: #000;
  --white: rgb(255, 255, 255);
  --black: rgb(0, 0, 0);
  --dark-bg: rgb(2, 46, 62);
  --light-bg: rgb(75, 183, 222);
  --extralight-bg: rgba(0, 0, 0, 0.05);
  --base-content-color: #f2f3f7!important;

  /**
     * colors
     */

  --light-gray: #ddd;
  --spanish-gray: hsl(0, 0%, 60%);
  --sonic-silver: hsl(0, 0%, 47%);
  --eerie-black: hsl(0, 0%, 13%);
  --salmon-pink:  rgba(59, 175, 175, 1);;
  --sandy-brown: hsl(29, 90%, 65%);
  --bittersweet: #503010;
  --ocean-green: hsl(152, 51%, 52%);
  --davys-gray: hsl(0, 0%, 33%);
  --cultured: hsl(0, 0%, 73%);
  --white: hsl(0, 100%, 100%);
  --onyx: hsl(0, 0%, 27%);

  /**
     * typography
     */

  --fs-1: 1.563rem;
  --fs-2: 1.375rem;
  --fs-3: 1.25rem;
  --fs-4: 1.225rem;
  --fs-5: 1.1rem;
  --fs-6: 0.938rem;
  --fs-7: 0.875rem;
  --fs-8: 0.813rem;
  --fs-9: 0.75rem;
  --fs-10: 0.688rem;
  --fs-11: 0.625rem;

  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;

  /**
     * border-radius
     */

  --border-radius-md: 10px;
  --border-radius-sm: 5px;

  /**
     * transition 
     */

  --transition-timing: 0.2s ease;
}

.grecaptcha-badge {
  display: none;
}

.banner__listados {
  padding: 25px;
  background: #00a6d6;
  color: white;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.block {
  display: block;
}

.main__content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  min-height: 500px;
}

.nomargin {
  margin: 0 !important;
}

.break {
  flex-basis: 100%;
  height: 0;
}



.panel {
  margin-bottom: 50px;
}

.panel-title h3 {
  font-size: 22px;
  text-align: center;
}

.swiper-slide {
  margin-bottom: 30px;
}

/* contacto */

.contact__items {
  display: flex;
  flex-wrap: wrap;
}

.contact__items .contact__item {
  width: 50%;
}

/* Fin de contacto */

.category__panel {
  display: flex;
  justify-content: center !important;
}

.tile-stats {
  font-family: "Roboto", Arial;
  color: #73879c;
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.referidos-stats .tile-stats {
  width: 31%;
}

.referidos__section h3 {
  margin-top: 30px;
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 5;
  padding: 0;
  font-size: 24px;
}

.tile-stats .count {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.65857;
}

.tile-stats .count.cupon {
  font-size: 24px;
}

.tile-stats .icon {
  width: 20px;
  height: 20px;
  color: #bab8b8;
  position: absolute;
  right: 53px;
  top: 22px;
  z-index: 1;
}

.tile-stats h3 {
  color: #bab8b8;
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
  position: relative;
  margin: 0 0 0 10px;
  z-index: 5;
  padding: 0;
}

.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
  position: relative;
  margin: 0 0 0 10px;
  z-index: 5;
  padding: 0;
}

#statics h2 {
  font-size: 18px;
}

.saldo-list {
  padding-bottom: 1.1rem;
  border-bottom: 1px dotted #73879c;
  margin-bottom: 1.1rem;
}

.saldo-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.saldo-title span {
  width: 33%;
  display: block;
}

.saldo-title i {
  font-size: 0.8rem;
}

.saldo-title button.btn-primary {
  position: absolute;
  right: 0px;
  bottom: 0rem;
}

.referidos-help,
.referidos-stats,
.sharer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sharer .sharer-button {
  width: 24%;
}

.referidos-help__item {
  box-sizing: border-box;
  padding: 1.5rem;
  padding-bottom: 1.8rem;
  background: #fafafa;
  border-radius: 5px;
  box-sizing: border-box;
  width: 31%;

  margin-bottom: 1%;
  text-align: left;
  position: relative;
  box-shadow: 0 0 0 0.5px rgba(49, 49, 93, 0.03), 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.referidos-help__item .title {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 1rem;
}

.referidos-help__item .body {
  font-size: 0.9rem;
  display: block;
}

.referidos-help__item .number {
  position: absolute;
  bottom: 5px;
  right: 13px;
}

.sharer .sharer-button {
  box-sizing: border-box;
  padding: 1.5rem;
  padding-bottom: 1.8rem;
  background: #fafafa;
  border-radius: 5px;
  box-sizing: border-box;
  width: 23%;
  cursor: pointer;
  margin-bottom: 1%;
  text-align: left;
  position: relative;
  box-shadow: 0 0 0 0.5px rgba(49, 49, 93, 0.03), 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
}

.sharer .whatsapp {
  background-color: #00bb2d;
  color: #fff;
  font-size: 1.4rem;
}

.sharer .facebook {
  background-color: #3b5998;
  color: #fff;
  font-size: 1.4rem;
}

.sharer .twitter {
  background-color: #00acee;
  color: #fff;
  font-size: 1.4rem;
}

.sharer .envelope {
  background-color: #c38749;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem;
  padding-bottom: 1rem;
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.sharer .copy {
  background-color: #777777;
  color: #fff;
  font-size: 1.4rem;
}

.sharer input {
  background-color: #fff;
  color: #607d8b;
  border: 1px solid #c38749;
  border-radius: 3px;
  box-shadow: 0 0 0 0.5px rgba(49, 49, 93, 0.03), 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  font-size: 1.2rem;
  outline: 0;

  padding: 0rem;
  transition: all 600ms ease;
  width: 67%;
  margin-bottom: 9px;
}

.sharer input:focus,
.sharer input:active {
  background-color: #fafafa;
}

.sharer input::placeholder {
  color: #fafafa;
}

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

/**** Página de Marcas ****/

.marcaList > div {
  padding: 15px;
  margin-bottom: 20px;
}

.marcaContainer .brand-area {
  border: 0 !important;
}

.index .owl-prev,
.marcaContainer .owl-prev {
  position: absolute;
  left: 0;
  top: 27px;
}

.index .owl-next,
.marcaContainer .owl-next {
  position: absolute;
  right: 0;
  margin-top: 52px;
  top: 27px;
}

.marcaContainer h5 {
  background: #ececec;
  border-radius: 5px;
  padding: 10px;
}

select.colecciones {
  background-color: #f1f1f1;
  width: 100%;
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;

  margin-left: auto;
  margin-right: auto;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.marcaContainer input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

.marcaContainer input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
}

.marcaContainer input[type="submit"] {
  background-color: #c38749;
  color: #fff;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid var(--light-bg);
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
  border-top: 0;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: scroll;
}

.autocomplete__item {
  display: flex;
}

.autocomplete__image {
  max-height: 40px;
  width: 50px;
  margin-right: 15px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.list-level2 {
  padding-left:50px!important;
}

button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
}

ion-icon {
  pointer-events: none;
}

img,
ion-icon,
button {
  display: block;
}

span {
  display: inline-block;
}

html {
  font-family: monospace;
  overscroll-behavior: contain;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="search"],
input[type="submit"] {
  display: block;
  width: 100%;
  font: inherit;
}

input::placeholder {
  font: inherit;
}

body {
  font-family: var(--base-family);
  background: var(--base-content-color);
  height: 100vh;
  position: relative;

  font-size: var(--base-font-size);
  letter-spacing: var(--base-letter-spacing);
  line-height: var(--base-line-height);

  color: var(--base-font-color);
}

.banner__item {
  margin: 40px 0;
  padding: 40px 40px;
  background: var(--light-gray);
}

.fstart {
  justify-content: flex-start !important;
}

.fstart input {
  margin-right: 15px;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
hr {
  margin-bottom: 15px;
}

.menucliente__section {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:5px;
}

.menucliente__section a {
}

/**
   * scrollbar style
   */

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  background: var(--white);
  border-left: 1px solid var(--cultured);
}

body::-webkit-scrollbar-thumb {
  background: hsl(0, 0%, 80%);
  border: 3px solid var(--white);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: hsl(0, 0%, 70%);
}

.header__block {
  display: flex;
  align-items: center;
}

.header-alert-news svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 1.5em;
  font-family: sans-serif;
}

.header-search-container,
.header-logo {
  margin: 0 15px;
}

.header-top {
  display: none;
}

.header-main {
  padding: 10px 0;
  border-bottom: 1px solid var(--cultured);
}

.header-logo img {
  margin: auto;
}

.header-search-container {
  position: relative;
}

.header-search-container .search-field {
  font-size: var(--fs-4);
  color: var(--onyx);
  padding: 10px 15px;
  padding-right: 50px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
  border-radius: var(--border-radius-md);
}

.search-field::-webkit-search-cancel-button {
  display: none;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--onyx);
  font-size: 18px;
  padding: 8px 15px;
  -webkit-border-radius: var(--border-radius-md);
  border-radius: var(--border-radius-md);
  -webkit-transition: color var(--transition-timing);
  -o-transition: color var(--transition-timing);
  transition: color var(--transition-timing);
}

.search-btn:hover {
  color: var(--light-bg);
}

.mobile-bottom-navigation {
  background: var(--white);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
  box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
  z-index: 999;
}

.mobile-bottom-navigation .action-btn,
.mobile-bottom-navigation .action-btn:active,
.mobile-bottom-navigation .action-btn a:visited {
  position: relative;
  font-size: 26px;
  color: var(--primary-color);
  padding: 10px;
  line-height: 0.1em;
}
.header__actions .btn {
  font-size:1em;
  padding: 10px;	
}
.header__actions .count,
.mobile-bottom-navigation .count {
  background: var(--light-bg);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  font-weight: var(--weight-500);
  line-height: 1;
  padding: 3px 5px;
  -webkit-border-radius: 20px;
  border-radius: 100%;
}

.mobile-navigation-menu {
  background: var(--white);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 999999;
}

.mobile-navigation-menu.active {
  left: 0;
  visibility: visible;
}

.menu-top {
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid var(--cultured);
}

.menu-top .logo {
  height: 45px;
  vertical-align: middle;
  display: inline-block;
}

.filters__title,
.menu-top .menu-title {
  color: var(--light-bg);
  font-size: var(--fs-2);
  font-weight: var(--weight-600);
}

.filters__title {
  border-bottom: 2px solid var(--cultured);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.action-btn svg {
  margin-left: auto;
  margin-right: auto;
}

.action-btn__text {
  font-size: var(--fs-7);
  text-transform: uppercase;
  text-align: center;
  font-weight: var(--weight-600);
}

.menu-close-btn {
  color: var(--eerie-black);
  font-size: 22px;
}

.menu-close-btn svg {
  --ionicon-stroke-width: 50px;
}

li.menu-category,
.menu-category p {
  margin-bottom: 0;
}

.mobile-menu-category-list {
  margin-bottom: 30px;
}

.menu-category .accordion-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu-category-list .menu-category,
.mobile-menu-category-list .submenu-category {
  border-bottom: 1px solid var(--cultured);
}

.mobile-menu-category-list .menu-title {
  color: var(--onyx);
  font-size: var(--fs-5);
  font-weight: var(--weight-500);
  padding: 9px 0;
  display: block;
}
.submenu-category-list li:last-child {
  border-bottom: none;
}
.menu-category>button {
  padding-left: 0;
}
.mobile-menu-category-list .menu-title a {
  color: var(--onyx);
  font-size: var(--fs-5);
  font-weight: var(--weight-500);
}

.accordion-menu > div {
  font-size: 14px;
}

.accordion-menu svg {
  color: var(--onyx);
  --ionicon-stroke-width: 90px;
}

.accordion-menu.active .add-icon,
.accordion-menu .remove-icon {
  display: none;
}

.accordion-menu .add-icon,
.accordion-menu.active .remove-icon {
  display: block;
}

.menu-category .submenu-category-list {
  margin-left: 10px;
  padding-left: 0;
  font-size: 1.2em;
}

.submenu-category-list .submenu-category-list li a {
  font-size: 0.75em;
  padding: 3px 0;
  font-weight: normal !important;
}

.submenu-title {
  padding: 6px 0;
  font-size: var(--fs-5);
  color: var(--sonic-silver);
  font-weight: var(--weight-300);
}

.mobile-menu-category-list .menu-title {
  font-weight: bold !important;
}

.submenu-title:hover {
  color: var(--davys-gray);
}

.submenu-category-list {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.submenu-category-list.active {
  max-height: 21548px;
  visibility: visible;
}

.menu-bottom .menu-category-list {
  margin-bottom: 20px;
}

.menu-bottom .menu-category {
  border-bottom: none;
}

.menu-bottom .menu-title {
  font-size: var(--fs-5);
  font-weight: var(--weight-500);
  color: var(--eerie-black);
  padding: 12px 0;
}

.accordion-menu.active .caret-back {
  -webkit-transform: rotate(-0.25turn);
  -ms-transform: rotate(-0.25turn);
  transform: rotate(-0.25turn);
}

.menu-bottom .submenu-category-list {
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
  border-radius: var(--border-radius-md);
  padding: 0 15px;
  margin-left: 0;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.05);
  box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.05);
}

.menu-bottom .submenu-category:not(:last-child) {
  border-bottom: 1px solid var(--cultured);
}

.menu-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.menu-social-container .social-link {
  color: var(--eerie-black);
  font-size: 20px;
  padding: 10px;
  -webkit-border-radius: var(--border-radius-md);
  border-radius: var(--border-radius-md);
}

/**
 * cart section style
 */

.alert {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.alert-warning {
  background: #ffdddd !important;
  border: 1px solid var(--bittersweet);
  color: #000;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.main-content {
  margin-top: 30px;
  min-height: 500px;
  margin-bottom: 50px;
}

.products__filters .marcas {
  display: flex;
  flex-wrap: wrap;
}

.products__filters .marcas a {
  min-width: 100%;
}

.products__filters a {
  margin-bottom: 5px;
}

.products__filters a.active {
  text-decoration: underline;
}

.filters__top a {
  color: var(--primary-color);
}

.filters__top {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 15px;
}

.marcaSelector {
}

.filterMarcaColeccion {
  display: none !important;
}

.marcaSelector ul {
  margin-top: -8px;
  border: 1px solid var(--extralight-bg);
  padding: 10px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid {
  display: grid;
}

.grid3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.grid4 {
  grid-template-columns: repeat(4, 1fr);

  grid-gap: 10px;
}

.marcaSelector .megamenu__caret {
  margin-left: auto;
  margin-right: 15px;
}

.marcaSelector ul > li > a {
  display: block;
  cursor: pointer;
}

.filterSelected a,
.buttonfilter.selected {
  
  font-weight: 500;
  background-color:var(--light-bg)!important;
  color: var(--white);
}

.buttonfilter {
  margin: 0;
}

.products__filters a {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;

  border: 1px solid #ececec;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 1.1rem;
}

.products__filters a svg {
  font-size: 1.5rem;
}

.product__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-marca {
  max-width: 50%;
  margin: 20px auto;
}
.product__brand {
  position: sticky;
  right: 0;
  top: 120px;
}
.product__brand img {
  max-height: 100px;
}

.product__info {
  margin-bottom: 50px;
}

.product__image {
  width: 100%;
}

.product__image img {
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.price__main.price__course {
}

.price__course.mainprice {
  font-size: 1.2em !important;
  font-weight: bold;
}

.price__course.smallprice {
  font-size: 1em;
  background-color: var(--extralight-bg);
  color: #292929;
}

.price__main {
}

.product__prices {
  padding: 3px 5px;
}

.price__dcto {
  font-size: 1.6em;
  padding: 10px;
  background: green;
  color: #fff;
}

#btncomprar svg {
  display: inline-block;
  vertical-align: middle;
}

.price__tachado {
  text-decoration: line-through;
  color: #000;
  font-size: 0.5em;
}

.price__tachado,
.tachado {
  text-decoration: line-through;
}
#product__content {
    max-height:300px;
    overflow-y: auto;
}
.product__cblock {
  border: 1px solid var(--extralight-bg);
  padding: 20px;
  border-radius: 19px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px 1px #bbb;
  max-height: 450px;
}

.product__cblock.course {
  max-height: 600px;
}

.product__cart {
  margin-top: 15px;
  position: fixed;
  bottom: 62px;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 0 10px hsl(0deg 0% 0% / 25%);
  z-index: 2;
}

.product__cart h3 {
  margin-bottom: 10px;
  text-align: centeR;
}

.product__add {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__add .btn {
  font-size: 18px;
  margin-left: 5px;
  font-weight: bold;
  border-radius: 7px;

  vertical-align: middle;
}

.product__add input {
  text-align: right;
  padding-right: 5px;
  margin: 0 !important;
}

.productrel__container {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.productrel__container .product__prices {
  display: flex;
  justify-content: space-between;
}

.productrel__content {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.productrel__info .btn {
  vertical-align: bottom;
  font-size: 1.6em;
  padding: 11.3px 15px;
}

.productrel__content .product__prices {
  font-size: 0.8em;
}

.productrel__img {
  width: 35%;
}

.productrel__info {
  padding-left: 10px;
  width: 80%;
}

.productrel__content {
  width: 100%;
}

.productlist__title {
  
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  font-size: 1rem;
}

.productlist__title h1 {
  margin: 0;
}

.productlist__title .h1 {
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 5px;
  flex-wrap: wrap;
}

.productlist__title small {
  width: 100%;
}

.product__desc {
  margin: 0;
}

.badge {
  font-size: 15px !important;
  padding: 5px !important;
  margin-top: 9px;
  background-color: var(--light-bg) !important;
}

.badge-info {
  background-color: lightblue;
}


.card__image-container {
  display: block;
  
  position: relative;
}


.as4 {
  height: 200px;
}

.as3 {
  height:120px;
}

.as3 img {
  object-fit: cover!important;
}
.productcard__tags {
  position: absolute;
  right: 0;
}

.productcard__tags span {
  display: block;
  border-radius: 5px 0 0 5px;
}

.productcard__new {
  background: var(--light-bg);
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.productcard__dcto {
  background: var(--light-bg);
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.productcard__image {
  margin: auto;
}

.productcard h1 {
  margin: 15px;
  font-size: 1.5rem;
}

.productcard h1 a {
  color: var(--dark-bg);
}

.productcard .price {
  color: var(--light-bg);
  font-size: 1.3em;
  margin: 0 0 15px 0;
}

.productcard .tachado {
  color: grey;
  font-size: 1em;
  margin: 0 0 15px 0;
}

.productcard .product__add {
  margin-top: 10px !important;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #ececec;
}

.productcard button {
  border: none;
  outline: 0;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
}

.error {
  display: block;
  color: var(--light-bg);
}

.productcard button svg {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 1.4em;
}

.productcard button:hover {
  opacity: 0.7;
}

.cart {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cart-item-box {
  padding: 40px 20px;
  margin-bottom: auto;
}

.nopaddinglr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.productcard {
  width: 100%;
}

.product-card:not(:last-child) {
  margin-bottom: 20px;
  padding: 0px 0 00px 0;
}

.info_card {
  border-radius: 0 0 15px 15px;
  border:1px solid #ECECEC;
  padding:15px;
}

.product-card .card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row;
  padding: 30px;
  border: 0;
  border-bottom: 1px solid #ececec;
}

.card .product-img {
  border-radius: var(--radius);
}

.card .detail {
  margin-right: 30px;
}

.card .detail .product-name {
  font-weight: var(--weight-600);
  font-size: var(--fs-3);
  color: var(--eerie-black);
  margin-bottom: 00px;
}

.card .detail .wrapper {
  display: flex;
  gap: 20px;
}

.product-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-qty button {
  background: var(--light-gray);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-qty button:active,
.product-close-btn:active ion-icon {
  transform: scale(0.95);
}

.product-qty button ion-icon {
  --ionicon-stroke-width: 60px;
  font-size: 10px;
}

.product-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--quick-silver);
}

.product-close-btn ion-icon {
  font-size: 25px;
  color: var(--quick-silver);
}

.product-close-btn:hover ion-icon {
  color: var(--red-salsa);
}

.discount-token {
  padding: 40px 20px;
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.wrapper-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wrapper-flex input {
  padding: 12px 15px;
  font-weight: var(--fw-6);
  letter-spacing: 2px;
}

.btn-outline {
  padding: 10px 25px;
  border: 1px solid var(--azure);
  color: var(--azure);
}

.btn-outline:hover {
  background: var(--azure);
  color: var(--white);
}

.amount {
  padding: 40px 40px;
  border-top: 1px solid var(--light-gray);
  background: var(--extralight-bg);
}
.amount h2 {
  font-size: 1.4em;
}
.amount > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.amount > div:not(:last-child) {
  margin-bottom: 10px;
}

.cfgcompra__section .form-control,
.cfgcompra .form-control,
.cfgcompra__section select {
  border-radius: 0 !important;
}
.cfgcompra h3 {
  font-size: 1.4em;
}
.amount .total {
  font-size: var(--fs-2);
  font-weight: var(--weight-700);
  color: var(--onyx);
}

.section-heading {
  color: var(--onyx);
  margin-bottom: 30px;
  font-size: var(--fs-1);
  font-weight: var(--weight-500);
}

.head__alert {
  background-color: #00a6d6;
  color: #fff;
  font-weight: bold;
}

#pagination,
.pagination {
  display: none;
}

.product__title {
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  font-size: 12px;
  margin:0;
}

.breadcrumb li {
  margin-bottom:0;
}

.breadcrumb a {
  font-size: 12px;
  color: #000;
}

.hidden {
  display: none !important;
}

.detail__navigation .control-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}

.breadcrumb li::before {
  content: "\00a0>\00a0";
}

.breadcrumb li:first-child::before {
  content: "";
}

/**
FIN DE CART
*/

/* Historial de compras */
.purchase__detail-head {
  text-align: right;
  padding: 5px 10px;
  background-color: var(--extralight-bg);

  border-radius: 10px;
  float: right;
  clear: both;
  margin-bottom: 15px;
}

.purchase__item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
}

.purchase__header,
.purchase__footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.purchase__price {
  font-size: 1.2em;
  font-weight: bold;
}

.purchase__body {
  text-align: right;
}

.purchase__state {
  padding: 5px;
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}

.purchase__footer {
  margin-top: 20px;
}

.purchase__footer .btn {
  padding: 5px 10px;
}

/**
 FOOTER
 */

footer {
  width: 100%;
  bottom: 0;
  line-height: 20px;
  padding-top: 30px;
  border-top:1px solid #ECECEC;
  color:#000;
}

.footer__row {
  margin: auto;
  width: 85%;
  display: grid;
  grid-gap: 20px;
}

footer ul li {
  list-style: none;
  margin-bottom: 12px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer form {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

footer form .far {
  font-size: 18px;
  margin-right: 10px;
}

footer form input {
  width: 100%;
  background: transparent;
  color: #ccc;
  border: 0;
  outline: none;
}

footer form button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

footer form button .fas {
  font-size: 16px;
  color: #ccc;
}

.social-items > a {
  display: inline-block;
}

.social-items ion-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}

footer h3 {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

footer hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}

.copyright {
  text-align: center;
}

.underline {
  width: 100%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
  overflow: hidden;
}

.underline span {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
}

@keyframes moving {
  0% {
    left: -20%;
  }

  100% {
    left: 100%;
  }
}

.btn-and-rating-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rating {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating img {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

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

.btncomprar[disabled],
.btn[disabled],
.btn[disabled]:hover {
  background: #ececec;
  color: #bbb;
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  text-decoration: none;
}

.hr1 {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.invisible {
  visibility: hidden;
}

.header__desktop {
  padding-top: 0px;
}

.btn {
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block !important;
  border-radius: 5px;
  width: auto !important;
}
.configurar-compra .btn,.registro-de-cliente .btn {
  font-size: 16px!important;
  line-height: 24px!important;;
}


.btn:hover {
  background-color: var(--light-bg);
  color:#FFF;
}

/**
 * overlay 
 */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 15;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

/*-----------------------------------*\
  #SIDEBAR
\*-----------------------------------*/

.sidebar {
  background: var(--white);
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  padding: 30px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 20;
}

.sidebar.active {
  left: 0;
  visibility: visible;
}

.sidebar-category {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--cultured);
}

.sidebar-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sidebar-title {
  color: var(--onyx);
  font-size: var(--fs-5);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: var(--weight-600);
}

.sidebar-close-btn {
  color: var(--eerie-black);
  font-size: 22px;
  font-weight: var(--weight-600);
}

.sidebar-close-btn ion-icon {
  --ionicon-stroke-width: 50px;
}

.sidebar-accordion-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}

.sidebar .menu-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.sidebar .menu-title {
  font-size: var(--fs-5);
  color: var(--sonic-silver);
  font-weight: var(--weight-500);
}

.sidebar-accordion-menu ion-icon {
  color: var(--sonic-silver);
  font-size: 14px;
  --ionicon-stroke-width: 70px;
}

.sidebar-submenu-category-list {
  border-top: 1px solid var(--cultured);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.sidebar-submenu-category-list.active {
  padding: 13px 0 8px;
  max-height: 122px;
  visibility: visible;
}

.sidebar-submenu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--sonic-silver);
  font-size: var(--fs-7);
  padding: 2px 0;
}

.sidebar-submenu-title:hover {
  color: var(--eerie-black);
}

.sidebar .product-name {
  text-transform: capitalize;
}

.sidebar-accordion-menu.active .add-icon,
.sidebar-accordion-menu .remove-icon {
  display: none;
}

.sidebar-accordion-menu .add-icon,
.sidebar-accordion-menu.active .remove-icon {
  display: block;
}

.sidebar .showcase-heading {
  font-size: var(--fs-5);
  font-weight: var(--weight-600);
  color: var(--onyx);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.sidebar .showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

.sidebar .showcase:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar .showcase-img {
  -webkit-border-radius: var(--border-radius-sm);
  border-radius: var(--border-radius-sm);
}

.sidebar .showcase-content {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

.sidebar .showcase-title {
  color: var(--onyx);
  font-size: var(--fs-5);
  font-weight: var(--weight-600);
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
}

.sidebar .showcase-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--sandy-brown);
  font-size: 13px;
  padding: 4px 0;
}

.sidebar .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.sidebar .price-box del {
  color: var(--sonic-silver);
  font-size: 13px;
}

.sidebar .price-box .price {
  font-size: var(--fs-7);
  font-weight: var(--weight-600);
  color: var(--davys-gray);
}

/** CFG COMPRA */
.cfgcompra .cart-item-box {
  padding-left: 0;
  padding-right: 0;
}

.cfgcompra__section {
  margin-bottom: 15px;
}

.cfgcompra__section .btn {
  width: 100%;
  margin: 0px 0 10px 0;
}

.cfgcompra__section .btn:hover {
  background-color: var(--light-gray);
  color:var(--black);
}

.cfgcompra__section .btn,
.cfgcompra__section .btn:hover {
  
  
  border: 1px solid var(--cultured);
  cursor: pointer;
  position: relative;
  min-height: 80px;
}
.compraInfo p {
  font-size:.8em;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cfgcompra__section .btn .compraInfo {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.cfgcompra__section .btn .compraInfo p {
  margin-bottom: 0;
  font-style: italic;
  text-align: left;
  line-height: 1.1em;
  margin-right: 65px;
}
.cfgcompra__container {
  width: 80%;
  margin-left: 10%;
}
.cfgcompra__section .btn.disabled {
  background-color: #ececec;
  border-color: #ececec;
  color: #bbb;
}

.cfgcompra__section .btn > * {
  cursor: pointer;
}

.cfgcompra__section .btn.selected {
  background-color: var(--extralight-bg);
  border: 1px solid var(--extralight-bg);
}

.cfgcompra__section h3 {
  margin-top: 15px;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="text"],
select,
textarea {
  font-size: var(--fs-4);
  color: var(--onyx);
  padding: 10px 15px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-md);
  border-radius: var(--border-radius-md);
  margin-bottom: 10px;
  width: 100%;
}

.cfgcompra__section h3,
.cfgcompra__section p {
  margin-bottom: 10px;
}

.cfgcompra__section .importe {
  text-align: right;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.cfgcompra__section label {
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: normal;
  padding: 10px;
}

.cfgcompra__section .btn input[type="radio"] {
  display: none;
}

.container {
  padding-bottom: 10px;
}

/** FIN CFG COMPRA */

/** LOGIN */

.login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login .login__container {
  position: relative;
  width: 800px;
  height: 600px;
  background: #fff;
  overflow: hidden;
}

.login__container .user {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.login__container .login__image {
  position: relative;
  width: 50%;
  height: 100%;
  transition: 0.5s;
}

.login__container .login__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.login__container .login__form {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  
  justify-content: center;
  align-items: top;
  transition: 0.5s;
  padding-top: 30px;
}

.login__container .login__form form h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 10px;
  color: #555;
}

.login__container .login__form form input[type="text"],
.login__container .login__form form input[type="password"],
.login__container .login__form form input[type="email"],
.login__container .login__form form input[type="submit"] {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
}

.login__container .login__form form input[type="submit"] {
  max-width: 100px;
  background: var(--light-bg);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

.singup__button {
  position: relative;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  font-weight: 300;
}

.singup__button a {
  font-weight: 600;
  text-decoration: none;
  color: #677eff;
}

.login__container .singup__container {
  pointer-events: none;
}

.login__container.active .singup__container {
  pointer-events: initial;
}

.login__container .singup__container .login__form {
  left: 100%;
}

.login__container.active .singup__container .login__form {
  left: 0%;
}

.login__container .singup__container .login__image {
  left: -100%;
}

.login__container.active .singup__container .login__image {
  left: 0%;
}

.login__container .singin__container .login__form {
  left: 0;
}

.login__container.active .singin__container .login__form {
  left: 100%;
}

.login__container .singin__container .login__image {
  left: 0;
}

.login__container.active .singin__container .login__image {
  left: -100%;
}

.multicolumn {
  height: auto !important;
}

#news {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

#instagramBlock {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
}

.blog__item {
  margin-bottom: 25px;
}

.blog__title,
.blog__content {
  word-break: break-word;
}
.instagram__item  {
  height: 450px!important;
  margin-bottom:0!important;
  filter: grayscale(1);
}
.instagram__item:hover {
  filter: grayscale(0);
}
.instagram__item > a {
  
  display: block;
  background-size: contain !important;
  width: 100%;
  height:100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px !important;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 100%;
  padding: 21px;
}

.swiper_one {
  overflow: hidden;
}

.header__item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.header__item a {
  display: block;
  height: 100%;
  width: 90%;
  margin: auto;
}
.header__text-content {
  position:absolute;z-index:99999999;
  top:0;
  right:30px;
  background:#000;
  color:#FFF;
  padding:10px;
  border-radius: 0 0 20px 20px;
}
.header__text h2 {
  font-size: 2rem;
    line-height: 1.15;
    font-weight: 400;
    margin:0;
    
}
.swiper-button-next,
.swiper-button-prev {
  background-color: var(--white);
  color: #000 !important;
  font-weight: bold;
  text-decoration: none;
}

.swiper-button-next a,
.swiper-button-prev a {
  color: #000;
  font-weight: bold;
}

.video h3 > a,
.noticia h3 > a {
  font-size: 16px;
  color: #222;
}

.noticia__content {
  min-height: 60px;
  margin-bottom: 10px;
  font-size: 13px;
}

.productdes__info h1 {
  font-size: 14px;
  margin-bottom: 0;
}

.productdes__img img {
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.productdes__info {
  height: 82px;
}

.productdes__prices .price__tachado {
  color: #222;
  font-size: 0.9em;
}

.productdes__prices {
  display: flex;
  justify-content: space-between;
}

.panel-content {
  overflow: hidden;
}

.productdes__container {
  border: 1px solid var(--extralight-bg);
  padding: 15px;
  background: #fff;
  border-radius: 5%;
  box-shadow: 1px 1px 20px 1px #bbb;
}

.panel__section {
  padding: 50px;
  margin-bottom: 50px;
}

.panel__section .panel-title {
  margin-bottom: 40px;
}

.home__icons {
  margin: auto;
  margin-bottom: 50px;
}

.home__icons ul {
  display: flex;
  justify-content: space-between;
  flex: 1 1 1;
}

.home__icons ion-icon {
  font-size: 42px;
}

.home__icons p {
  margin: 0;
  font-size: 0.8em;
}

.home__icons li {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 0;
  width: 0;
}

.btn-index ion-icon {
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
}

.contact__item ion-icon {
  display: inline-block;
  vertical-align: middle;
}

.contact__item h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  margin-top: 20px;
}

.contact__item a {
  border-bottom: 0 !important;
}

.contact__item .menu-social-container {
  justify-content: left !important;
}

.contact__item {
  border-bottom: 1px solid #ececec;
  margin-right: 30px;
  
  padding-bottom: 20px;
}
.contact__item .menu-social-container a {
  border-bottom: 0;
}

.alert-success {
  background-color: #fff;
  border-radius: 10px;
}

.logossub {
  align-items: center;
  margin-left: 30%;
  margin-right: 30%;
}

.logossub > div {
  padding: 0 15px;
}

.label {
  padding: 3px 5px;
  border-radius: 5px;
}

.label-danger {
  background: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.label-success {
  background: green;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.label-warning {
  background: darkgoldenrod;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

/* Style the tab */
.tab {
  overflow: hidden;
  
}

.vertical-tab {
  background: transparent;
  border: none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: var(--light-bg);
}

.vertical-tab button {
  width: 100%;
  float: none;
  text-align: left;
  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--extralight-bg);
  font-weight: 600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  
  border-top: none;
}

.vertical-tab.tabcontent {
  border: none;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.numberInput span {
  cursor: pointer;
}

.numberInput {
  border: 1px solid #ececec;
}

.numberInput .minus,
.numberInput .plus {
  /* background: #f2f2f2; */
  border-radius: 4px;
  padding: 10px 20px;
  /* border: 1px solid #ddd; */
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: initial;
}

.numberInput input {
  width: 30px !important;
  height: 100%;
  text-align: center;
  font-size: 18px;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.warning {
  margin: 15px 0;
  vertical-align: middle;
  line-height: 26px;
  border: 1px solid orange;
  padding: 5px;
  padding-right:15px;
  border-radius: 10px;
  display: inline-block;
}

.warning ion-icon {
  font-size: 26px;
  float: left;
  color: orange;
  margin-right: 15px;
  vertical-align: middle;
}

/* SLIDE OUT */

.slideout {
  position: fixed;
  width: 30%;
  height: 100vh;
  left: 100%;
  top: 0%;
  transition: left 0.3s ease-out;
  z-index: 20;
  padding: 20px;
  padding-right: 0;
  -webkit-box-shadow: 0 0 10px hsl(0deg 0% 0% / 10%);
  box-shadow: 0 0 10px hsl(0deg 0% 0% / 10%);
  background: #fff;
}

.slideout.active {
  left: 70%;
}

.slideout .handle {
  position: absolute;
  top: 10px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  cursor: pointer;
}

.slideout .closeSlideout {
  margin-right: 10px;
  padding: 5px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.slideout .body {
  width: 100%;
  height: 100%;

  overflow-y: scroll;
}

.content__in.index {
  margin-left: 0;
}

.control-buttons > a {
  margin-left: 5px;
}

.notification {
  transition: all 0.35s;
  position: fixed;
  width: 100%;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#1abc9c, #16a085);
  border-bottom: 0.125rem solid #1abc9c;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0.25rem 0.25rem 0;
}

.notification .content {
  text-align: center;
  color: #fff;
}

.notification .content p {
  margin: 0;
}

.mobile-navigation-menu .menu-social-container li {
  margin-left: 10px;
  margin-right: 10px;
}

.navigation__desktop a {
  color: var(--onyx);
  font-size: var(--fs-5);
  font-weight: var(--weight-500);
  text-transform: uppercase;
}

#confirmcompra,
#revisarcompra {
  padding: 10px 15px;
  display: inline-block !important;
}

.articulolistadoimagen {
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;

    border-radius: 25px 25px 0 0;
}

.articulolistadoimagen {
  border-bottom: 1px solid #ececec;
}

.estasen-listado {
  padding-bottom: 0px;
  line-height: 1.0em;
  color: #a9a9a9;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
.multicolumn article {
  
}
article h2 {
  color: #1a1a1a;
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pvp {
  color: var(--light-bg) !important;
  font-size: 18px;
}

.cabeceralistadodetallearticulo {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  font-size: 16px;
  padding-top: 10px;
  height: 50px;
  width: 100%;
  background-color: #f1f1f1;
  padding-left: 20px;
}

#formcesta {
  padding-left: 0;

  right: 10px;
  top: 150px;
}

@media only screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

h1.title {
  color: #1a1a1a;
  line-height: 1.1em;
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

/* NUEVO HEADER */
.page__header-top {
  color: var(--black);
  background-color: var(--light-bg);
  padding: 5px 0;
}

.page__header-top .header__social-icons a {
  color: var(--white);
}

.header__logo {
  width: 20%;
}
.header__actions {
  width: 15%;
}

.mega-menu {
  width: 100%;
}

.logo {
  margin-bottom: 0;
  max-height: 70px;
}

.search__form.inv {
  box-shadow: none;
}
.search__form svg {
  margin-left:15px;
}
.header {
  background-color: var(--dark-bg);
  
  color:#FFF;
}

.fixed-header {
  position: fixed;
  top: 0;
  z-index: 90999999;
  width:100%;
}

body {
  padding-top: 125px;
}
/* END NUEVO HEADER */

/* NUEVO CLASES DE PRODUCTOS */

.homepage-panel .products {
  margin-top: 50px;
}

.products.row > .col,
.products.row > [class*="col-"] {
  padding: 0.1875rem;
}

.coll {
  display: block;
  max-height: 200px;
  overflow: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.collapse.in {
  display: block !important;
}

.marcasindex img {
  max-height: 88px;
  vertical-align: middle;
  max-width: 100%;
  margin: auto;
}

.articulolistadoimagen {
  background: #ececec;
}

.content-menu,
.content-filters {
  padding:0;
  border-bottom:1px solid #ececec;
  padding-bottom:10px;
  margin-right:35px;
}

.content-filters {
  padding-top: 10px;
  margin-bottom: 30px;
  
}
.product-gallery .col-md-6 {
  margin-bottom: 25px;
  padding: 40px;
}

.filterMarca,
.filterItem {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 0 !important;
  padding-left: 5px !important;
  cursor: pointer;
}

.limarca {
  margin: 0;
}

.main__aside h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color:var(--black);
}

main {
  margin-top: 35px;
  margin-bottom: 35px;
}

.product-gallery > .row {
  margin-bottom: 25px;
}
.product-gallery img {
  width: 100%;
}
.product-information {
  
  padding-right: 45px;
  
}

.product-ref label {
  padding: 0;
}
.product-ref {
  color: #8a8a8a;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
}

.divtallacolor li {
  display: inline-block;
  margin: 1px !important;
  position: relative;
}
.itemcondicionante {
  
  cursor: pointer;

}

.litallacolordisabled {
  background-color: white !important;
  color: #ebebeb !important;
  border-color: #ebebeb !important;
}
.divtallacolor ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.addCesta h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.condicionanteselected {
  background-color: var(--light-bg) !important;
  color: #fff !important;
}
a {
  text-decoration: none !important;
  color: #000;
}

.product__prices {
  font-size: 30px;
  font-weight: 500;
  color: var(--light-bg);
  line-height: 1em;
  margin-bottom: 25px;
}


.btncomprar {
  background: #000;
  color: #fff;
  border: none 1px;
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-size: inherit;
  text-decoration: none;
}
/* END NUEVO CLASES DE PRODUCTOS */

.inline {
  display: inline-block;
  font-size: 12px;
}

.ch-block,
.ch-block:hover {
  color: #000;
  cursor: pointer;
}
.dctolistado {
  background-color: var(--light-bg);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 19;
}

.dctodetalle {
  background-color: var(--light-bg);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size:14px;
}
.destacados__section {
  background-color: var(--extralight-bg);
}

.panel__section h3 {
  text-transform: uppercase;
}
.ch-block.selected {
  text-decoration: underline !important;
}

.relative {
  position: relative;
}

.btn-primary {
  --bs-btn-color: #fff;
  background: var(--dark-bg) !important;
  border-color: var(--dark-bg) !important;
}

.btn-light {
  --bs-btn-color: #fff;
  background: var(--light-bg) !important;
  border-color: var(--light-bg) !important;
}

.politica-de-cookies {
  display: block !important;
}

footer h5 {
  margin-bottom: 25px;
}

.error-box,
.info-box {
  font-size: 1em;
  border-radius: 0.25em;
  padding: 1em 1.25em 1.25em;
  color: #ffffff;
  background-color: #b41414;
}

.info-box {
  background-color: var(--extralight-bg);
  color: var(--light-bg);
}

.error-box h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 0.6em;
  opacity: 0.95;
}

.error-box p {
  font-size: 1em;
  margin: 0 0 0.5em;
  opacity: 0.85;
}
.error-box .error-box:before {
  content:"";
}
.info-box:before,
.error-box:before {
  content: ":(";
  float: right;
  font-size: 2.5em;
  padding: 0.15em 0.3em;
  font-weight: bold;
}

.info-box::before {
  content: ":|";
}

.sticky100 {
  position: sticky;
  top: 100px;
}

.flex {
  display: flex;
}

.sup.flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.control-buttons a{
    background-color: var(--extralight-bg);
    margin-left:5px;
}

.control-buttons a:hover {
    background-color: var(--light-bg);
}

.flex.sbc {
    justify-content: space-between;
    align-items: center;
}

footer img {
  display: initial;
}

.faq .panel-body {
  padding:10px;
  margin: 20px 4px;
  border-left:3px solid var(--extralight-bg);
}
.faq .panel-body p {
  margin:0;
}

.kitdigital {
  background-color: white;padding:15px;
}

.footer-bottom  li {
  margin-right: 35px;
}

footer .page__container {
  padding-bottom:0;
}
.footer-bottom ul, .footer-bottom  li,.footer-bottom  p,.footer-bottom  .container  {
  margin-bottom:0;
  padding-bottom: 0;
}
.footer-bottom {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom a {
  color:var(--light-bg)
}

.logo-footer {
  margin-bottom:20px;
  max-width: 40%;
}
footer {
  background-color: var(--dark-bg);
}
footer p , footer a , footer li, footer h6, footer h5 {
  font-size:15px;
  color:var(--white);
}

footer ul {
  padding-left:0;
}

footer a  {
  color:var(--light-bg);
}

.footer-top {
  padding-bottom:25px;
  
}

footer .social-link a {
  font-size:20px;
  color:rgb(85,85,85);
}
footer .social-link li {
  margin-right:10px;
}

.header__container {
  width:100%;height: 100%;
}

.noborder {
  border:0!important;
}

.payment-image {
  height: 50px;
}

.catbusqueda {
  padding:20px;
    background-color: transparent;
    background-image: linear-gradient(115deg, #fff 88%, var(--extralight-bg) 88%);
    border:1px solid var(--extralight-bg);
    display: block;
    margin-bottom:15px;
    color:#000;
    text-decoration: none;
    box-shadow: 1px 2px 4px #DDD;
    border-radius: 5px;
    font-weight: 600;
    font-size:1.2rem;
}

.page__header-advice {
  font-size:12px;
  font-weight: 400;
  

}


.heading-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  
}
.heading-banner .page__container {
  background-color: transparent;
  
}
.heading-content h1 {
  display: flex;
    align-items: center;
    gap: 15px;
    
}
.heading-content .badge  {
  margin:0;
}
.heading-content h1,.heading-content li>a {
  color:var(--black);
  margin-bottom: .5rem;
}




.collection-item {
  --collection-title-color: var(--color-link);
  --collection-count-color: var(--grey-color);
}

.collection-title {
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    background-color:#FFF;
    width: 90%;
    max-width: 20rem;
    text-align: center;
}

.collection-title a {
  color: #000;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.collection-title a:hover {
  color: #000;
}

.collection-content .collection-image {
  overflow: hidden;
  margin: auto;
}

.collection-content.rounded .collection-image {
  border-radius: 50%;
  will-change: transform;
}

.collection-packery-content.radius .collection-item-link,
.collection-content.radius .collection-image {
  border-radius: var(--base-border-radius);
  will-change: transform;
}

.collection-packery-content.radius .collection-item-link {
  display: block;
}

/* Design 1 and collection list */
.design-1 .collection-infor.show-count,
.design-4 .collection-infor.show-count,
.collection-list__item .collection-infor.show-count {
  position: absolute;
  inset: auto 2rem 2rem 2rem;
  background-color: var(--color-white);
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
  z-index: 2;
}

.design-5 .collection-infor {
  position: absolute;
  inset: auto 4rem 4rem 4rem;
  z-index: 2;
  text-transform: uppercase;
}

.design-5 .collection-infor .collection-title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color-base);
  text-transform: uppercase;
}

.design-5 .collection-infor .collection-link {
  font-size: 14px;
  font-weight: 700;
}

.design-5 .collection-title a:hover {
  color: var(--color-link-hover);
}

@media (max-width: 767px) {
  .design-5 .collection-infor {
      inset: auto 2rem 2rem 2rem;
  }

  .design-5 .collection-infor .collection-link {
      font-size: 12px;
  }
}



.d-grid .collection-infor:not(.show-count),
.design-1 .collection-infor:not(.show-count),
.design-4 .collection-infor:not(.show-count),
.collection-list__item .collection-infor:not(.show-count) {
  inset: auto 0 3rem;
  margin: 0 1rem;
  z-index: 2;
}

.template-collection #MainContent .design-1 .collection-infor:not(.show-count),
.template-collection #MainContent .design-4 .collection-infor:not(.show-count),
.template-collection #MainContent .collection-list__item .collection-infor:not(.show-count) {
  inset: auto 0 1.5rem;
  margin: 0 1.5rem;
}

@media (max-width: 575px) {
  .design-5 .collection-infor {
      inset: auto 1.5rem 1.5rem 1.5rem;
  }

  .d-grid .collection-infor:not(.show-count),
  .design-1 .collection-infor:not(.show-count),
  .design-4 .collection-infor:not(.show-count),
  .collection-list__item .collection-infor:not(.show-count) {
      inset: auto 0 1.5rem;
  }
}

/* design 4 collection */
.design-4 .collection-infor .collection-count span {
  display: none;
}

.design-4 .collection-infor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.design-4 .collection-infor.show-count {
  border-radius: 30px;
  inset: auto 4rem 3rem 4rem;
  padding: 1rem 2rem;
}

@media only screen and (min-width: 768px) {

  .design-1 .collection-infor:not(.show-count),
  .design-4 .collection-infor:not(.show-count),
  .collection-list__item .collection-infor:not(.show-count) {
      margin: 0 3rem;
      inset: auto 0 3rem;
  }

  .template-collection #MainContent .design-1 .collection-infor:not(.show-count),
  .template-collection #MainContent .design-4 .collection-infor:not(.show-count),
  .template-collection #MainContent .collection-list__item .collection-infor:not(.show-count) {
      inset: auto 0 2rem;
      margin: 0 2rem;
  }
}

.design-1 .collection-infor:not(.show-count) .collection-title,
.design-4 .collection-infor:not(.show-count) .collection-title,
.collection-list__item .collection-infor:not(.show-count) .collection-title,
.collection-packery .collection-infor:not(.show-count) .collection-title,
.collection-packery .collection-infor.show-count {
  margin: auto;
  padding: 10px;
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-secondary-bg);
  width: 90%;
  max-width: 20rem;
  text-align: center;
}

.design-1:not(.more-categories) .collection-infor:not(.show-count) .collection-title,
.collection-packery .collection-infor:not(.show-count) .collection-title,
.collection-packery .collection-infor.show-count {
  padding: var(--btn-padding);
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid var(--btn-secondary-bg);
  box-shadow: 0 5px 30px #0000000d;
  align-items: center;
}

/* Design 2 */
.design-6 .collection-count::before,
.design-6 .collection-count::after,
.design-2 .collection-count::before,
.design-2 .collection-count::after {
  display: none;
}

.design-6 .collection-title,
.design-2 .collection-title {
  margin-bottom: 3px;
}

/* Design 3 */
.design-3 .collection-count {
  padding-left: 5px;
  position: relative;
  top: -8px;
}

.design-3 .collection-count::before,
.design-3 .collection-count::after,
.design-3 .collection-count span {
  display: none;
}

.design-3 .collection-infor {
  justify-content: center;
}

/* Design 6 */
.design-6 .collection-infor {
  inset: auto 2rem clamp(2rem, 3.5vw, 4rem);
  z-index: 2;
}

/* Collection packery */
.collection-packery .collection-infor {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 3rem;
  pointer-events: none;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  gap: 5px;

}
.collection-packery .grid-6 .collection-image img{
  width: 100%;
}
.collection-packery  .collection-infor.modern{
  bottom: auto;
  top: 3rem;
  left: 3rem;
  right: auto;
  width: max-content;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 2rem;
}
.collection-packery .modern .collection-count{
   font-size: 1.4rem;
}


.collection-packery .collection-count {
  color: var(--color-link);
}

.collection-packery .collection-count span {
  display: none;
}

.collection-packery .row .collection-item {
  height: 100%;
}

.collection-packery-content .collection-image.h-full.mb-15 {
  margin-bottom: 0;
}

.grid-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-4 .collection-column:first-child {
  grid-area: 1/1/3/2;
}

.grid-4 .collection-column:nth-child(2) {
  grid-area: 3/1/4/2;
}

.grid-4 .collection-column:nth-child(3) {
  grid-area: 1/2/2/3;
}

.grid-4 .collection-column:nth-child(4) {
  grid-area: 2/2/2/3;
}

.collection-column img {
  width:100%;height:100%;object-fit: cover;border-radius:20px;
}


.grid-4 .collection-column:nth-child(5) {
  
}

@media only screen and (min-width: 480px) {
  .grid-5 {
      grid-template-columns: 30% 20% 20% 30%;
  }

  .grid-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  

}

@media only screen and (min-width: 992px) {
  .grid-5 .collection-column:first-child {
      grid-area: 1/1/3/2;
  }

  .grid-5 .collection-column:nth-child(2) {
      grid-area: 1/2/2/4;
  }

  .grid-5 .collection-column:last-child {
      grid-area: 1/4/3/5;
  }

  .grid-3 .collection-column:first-child {
      grid-area: 1/1/3/2;
  }

  .grid-3 .collection-column:last-child {
      grid-area: 2/2/3/3;
  }

}


@media only screen and (min-width: 768px) {
  .grid-4 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-4 .collection-column:first-child {
      grid-area: 1/1/3/2;
  }

  .grid-4 .collection-column:nth-child(2) {
      grid-area: 1/2/2/3;
  }

  .grid-4 .collection-column:nth-child(3) {
      grid-area: 2/2/3/3;
  }

  .grid-4 .collection-column:nth-child(4) {
      grid-area: 1/3/2/4;
  }

  .grid-6{
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-6 .collection-column:first-child {
      grid-row: 1 / 2;
      grid-column: 1 / 3;
  }
  .grid-6 .collection-column:nth-child(2) {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
  }
  .grid-6 .collection-column:nth-child(3) {
      grid-column: 4 / 5;
      grid-row: 1 / 2;
  }
  .grid-6 .collection-column:nth-child(4) {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
  }
  .grid-6 .collection-column:nth-child(5) {
      grid-column: 2 / 4;
      grid-row: 2 / 3;
  }
  .grid-6 .collection-column:nth-child(6) {
      grid-column: 4 / 5;
      grid-row: 2 / 3;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .grid-5 .collection-column:first-child {
      grid-area: 1/1/3/3;
  }

  .grid-5 .collection-column:nth-child(2) {
      grid-area: 3/1/4/5;
  }

  .grid-5 .collection-column:nth-child(3) {
      grid-area: 4/1/5/3;
  }

  .grid-5 .collection-column:nth-child(4) {
      grid-area: 4/3/5/5;
  }

  .grid-5 .collection-column:last-child {
      grid-area: 1/3/3/5;
  }


  .grid-3 .collection-column:first-child {
      grid-area: 1/1/3/2;
  }

  .grid-3 .collection-column:last-child {
      grid-area: 2/2/3/3;
  }
}


.collection-menu-btn:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

@media (max-width: 475px) {
  .design-4 .collection-infor.show-count {
      inset: auto 2rem 2rem 2rem;
  }
}

.form-select {
  font-size:1em;
}


.filterCondicionante a.active {
  background:var(--light-bg);
}

.reestablecer {
  font-size:11px;
  vertical-align: baseline;
}

.filterMarca input {
  visibility: hidden;
  width: 0px;
}



.expandbutton {
  display: inline-block;
  margin: 0 0 0 400px;/* just for see is it expand to left. you can remove this line. */
  position: relative;
}

.expandbutton > * {
  align-items: center;
  display: inline-flex;
  justify-content: end;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: auto;
  text-decoration: none;
  max-width: 32px;
  /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.expandbutton > *:hover {
  max-width: 300px;
}

.expandbutton .icon {
  
  font-size: 16px;
  color:#000;
  margin-right: 0;
  
  display: flex;
  align-items: center;
}

.expandbutton .text {
  white-space: nowrap;
  margin-left: 15px;
  padding-right: 15px;
}


.mobile-bottom-navigation ion-icon, .mobile-bottom-navigation svg {
  display: block;
  height:26px;
  margin-bottom:3px;
  margin-left:auto;
  margin-right:auto;
}

.cuadromarca img {width: 100%;height: 100%;vertical-align: middle;object-fit: contain;}
.cuadromarca {
  display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 100px;
    object-fit: contain;
    top: 0;
    padding: 15px;
    background-color: white;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}



main .page__container {
  background-color: var(--white);
  border-radius: 1rem;
  padding:2rem;
  width:85%
}


.panel__ventajas {
  background:white!important;
  padding:2rem;
  border-radius: 1rem;
  width: 85%;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

.panel__ventajas h3 {
  
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: none;
}

.panel__ventajas li {
  list-style: square  !important;
  list-style-position: inside !important;
}