/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@charset "UTF-8";

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light.woff2") format("woff2"), url("fonts/Graphik-Light.woff") format("woff"), url("fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular.woff2") format("woff2"), url("fonts/Graphik-Regular.woff") format("woff"), url("fonts/Graphik-Regular.svg#Graphik-Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold.woff2") format("woff2"), url("fonts/Graphik-Semibold.woff") format("woff"), url("fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Graphik", sans-serif;
}

body * {
  transition: none;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 0.54;
}


.regular {
  font-weight: 400;
}

/************    HEADER    *************/
.menu {
  display: flex;
  align-items: flex-end;
  padding: 0 !important;
}


.box-top:not(.mvl-nav) .menu {
  display: flex;
  align-items: flex-end;
  padding: 0 !important;
}

.menu .dropdown-menu {
  width: max-content;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.14);
  padding: 25px 25px;
  margin-top: 0px;
  z-index: 999;
}

.menu .dropdown-menu li {
  min-width: 350px;
}

.menu .dropdown-menu .mega-col {
  padding: 0;
}

.menu .dropdown-menu .dropdown-menu-inner .row {
  margin: 0;
}

.menu .dropdown-menu a>.menu-title:hover {
  font-weight: 700;
}

.menu .dropdown-menu a>.menu-title {
  color: #333 !important;
  font-size: 16px;
  color: #333;
  font-size: 1rem;
  display: block;
  padding: 5px 0px;
  line-height: 1.8rem;
  margin: 0px 16px;
  text-transform: none;
}

.leo-megamenu .navbar-nav>li.parent>a span.menu-title:after,
.leo-megamenu .navbar-nav>li.parent>a span.menu-title:before {
  bottom: -1px;
  border: solid transparent;
  content: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  left: 50%;
  transition: transform .4s;
  z-index: 9999;
  backface-visibility: hidden;
}

.header-top .logo {
  width: 150px;
  margin-right: 20px;
}

.leo-megamenu .navbar-nav>li>a:before {
  content: '';
  content: none;
  width: 100%;
  height: 0px;
  background-color: rgb(104 104 171 / 30%);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


.btn#leo_search_top_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  font-size: 14px;
}


#product .box-top #leo_search_block_top .title_block:before {
  color: #6868AB;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-lila {
  display: none;
}

body#category #header.navbar-fixed-top.mini-navbar .cart-products-count,
#index.keep-header #header.navbar-fixed-top.mini-navbar .cart-products-count {
  color: white;
}



body #header.navbar-fixed-top.mini-navbar {
  padding-bottom: 20px;
}

body#category #header.navbar-fixed-top .icon-Ico_User,
#index.keep-header #header.navbar-fixed-top:not(.mini-navbar) .icon-Ico_User {
  color: white;
}

#leo_search_block_top .btn:hover {
  color: white;
}


a.cart-dropdow-button.cart-dropdow-checkout.btn.btn-primary.btn-outline {
  color: white;
}

/* body#category #header.navbar-fixed-top.mini-navbar *,
 #index.keep-header #header.navbar-fixed-top.mini-navbar * {
   color: #6868AB;
 } */

.mini-navbar .logo-gran,
#product .header-top .logo-gran,
#cart .logo-gran,
#checkout .logo-gran,
#module-leoproductsearch-productsearch .logo-gran,
#contact .logo-gran {
  display: none;
}

.leo-bt-cart-content .logo-gran {
  display: block !important;
}

.mini-navbar .logo-lila,
#product .logo-lila,
#cart .logo-lila,
#checkout .logo-lila,
#module-leoproductsearch-productsearch .logo-lila,
#contact .logo-lila {
  display: block;
}

div.box-top.header-top>div {
  height: 100%;
}

div.box-top.header-top .nav-header {
  justify-content: start;
  height: 100%;
}

.box-top div#leo_search_block_top {
  margin-left: auto;
}

#leo_search_block_top input.form-control,
#leo_search_block_top .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}

.icon-Ico_Cart:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/custom/shopping-cart.svg);
  background-size: contain;
  display: inline-flex;
  background-repeat: no-repeat;
}

/* body:not(#index) .icon-Ico_Cart:before,
 body:not(#category) .icon-Ico_Cart:before */
body:not(#index):not(#category) .icon-Ico_Cart:before {
  background: url(../img/custom/shopping-cart-lila.svg);
  background-size: contain;
  display: inline-flex;
  background-repeat: no-repeat;
}

body:not(#index):not(#category) .leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
  background-image: url(../img/custom/submenu-arrow-black.svg);
}

/* body:not(#index) .leo-megamenu .navbar-nav>li>a,
 body:not(#category) .leo-megamenu .navbar-nav>li>a */
body:not(#index):not(#category) .leo-megamenu .navbar-nav>li>a {
  color: #333;
}

.box-top #leo_search_block_top #leosearchtopbox {
  /* position: absolute; */
  width: 300px;
  /* top: 100%; */
  transition: all .3s;
  right: 0;
  /* opacity: 0;
 visibility: hidden;
 transform: translateY(-10px); */
}

.box-top #leo_search_block_top form#leosearchtopbox {
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* right: 100%; */
  visibility: visible;
  opacity: 1;
  position: initial;
}

#leo_search_block_top .btn {
  width: auto;
  height: auto;
  line-height: initial;
  border: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  background: #222;
  color: #fff;
  position: absolute;
  top: 0;
  right: 4px;
}

#leo_search_block_top input.form-control {
  height: fit-content;
}

#leo_search_block_top .form-control {
  background: #fff;
  border: 0;
  height: auto;
  line-height: initial;
  min-width: 240px;
  padding: 0 65px 0 20px;
  outline: 0;
  font-size: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

#leo_search_block_top h4.title_block {
  display: none !important;
}

/* body:not(#index) form#leosearchtopbox input,
 body:not(#category) form#leosearchtopbox input  */
body:not(#index):not(#category) form#leosearchtopbox input {
  color: #6868AB;

}

body#index #header.mini-navbar form#leosearchtopbox input,
body#category #header.mini-navbar form#leosearchtopbox input {
  color: #6868AB;
}

body#index #header:not(.mini-navbar) form#leosearchtopbox input,
body#category #header:not(.mini-navbar) form#leosearchtopbox input {
  color: white;
}




body:not(#index) form#leosearchtopbox ::placeholder,
body:not(#category) form#leosearchtopbox ::placeholder {
  color: #6868AB !important;
  opacity: 1;
}

body#index #header:not(.mini-navbar) form#leosearchtopbox ::placeholder,
body#category #header:not(.mini-navbar) form#leosearchtopbox ::placeholder {
  color: #fff !important;
  opacity: 1;
}



body:not(#index) form#leosearchtopbox ::-webkit-input-placeholder,
body:not(#category) form#leosearchtopbox ::-webkit-input-placeholder {
  color: #6868AB !important;
  opacity: 1;
}

body#index #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder,
body#category #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

body:not(#index) form#leosearchtopbox ::-moz-placeholder,
body:not(#category) form#leosearchtopbox ::-moz-placeholder {
  color: #6868AB !important;
  opacity: 1;
}


body#index #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder,
body#category #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

body:not(#index) form#leosearchtopbox ::-ms-input-placeholder,
body:not(#category) form#leosearchtopbox ::-ms-input-placeholder {
  color: #6868AB !important;
  opacity: 1;
}

body#index #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder,
body#category #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

/* form#leosearchtopbox input {
   color: white;
   opacity: 1;
 }
 
 
 form#leosearchtopbox ::placeholder {
   color: white !important;
   opacity: 1;
 }
 
 form#leosearchtopbox ::-webkit-input-placeholder {
   color: white !important;
   opacity: 1;
 }
 
 form#leosearchtopbox ::-moz-placeholde {
   color: white !important;
   opacity: 1;
 }
 
 form#leosearchtopbox ::-ms-input-placeholder {
   color: white !important;
   opacity: 1;
 }
 
 */
#leo_search_top_button:before {
  content: "\e924";
  font-family: "Auros";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

#leo_search_block_top .btn {
  background-color: transparent;
}

.box-top #leo_search_block_top .title_block:before {
  content: "\e924";
  font-family: "Auros";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 20px;
  line-height: 80px;
}


.box-top #leo_search_block_top .title_block:before {
  content: "";
}

#leo_block_top {
  margin: 0 25px;
}

/************    HOME    *************/

.smile-home {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 170px;
  padding-right: 0px;
}

}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-up {
  background-image: url(images/back_up_arrow.svg);
  background-position: center;
  background-size: cover;
}

#back-top .fa-angle-double-up:before {
  content: "";
}

#back-top a {
  margin: 2px;
  width: 50px;
  height: 50px;
  line-height: 34px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.small-categ .cate_content img {
  margin-top: 2px;
  margin-left: 2px;
  width: 40px;
}

.small-categ .cate_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
}

.h3-box-img-cate .widget-category_image .block_content .cate-name {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;

}

.small-categ .widget-category_image .block_content .wr-text {
  position: initial;
}

.small-categ .widget-category_image .block_content li .cate-show-all {
  display: none;
}

.small-categ ul.level0 .cate_content .cate-name {
  margin-left: 2px;
}

.small-categ ul.level0:nth-child(1) .wr-text {
  border-color: #FF706C;
}

.small-categ ul.level0:nth-child(2) .wr-text {
  border-color: #82D2C8;
}

.small-categ ul.level0:nth-child(3) .wr-text {
  border-color: #AF3C64;
}

.small-categ ul.level0:nth-child(4) .wr-text {
  border-color: #99B320;
}

.small-categ ul.level0:nth-child(5) .wr-text {
  border-color: #EDBCC6;
}

.small-categ ul.level0:nth-child(6) .wr-text {
  border-color: #00B3CF;
}

.small-categ ul.level0:nth-child(7) .wr-text {
  border-color: #FAC828;
}

.small-categ ul.level0:nth-child(8) .wr-text {
  border-color: #EC7C23;
}

.small-categ ul.level0:nth-child(1):hover .wr-text .cate-name {
  color: #FF706C;
}

.small-categ ul.level0:nth-child(2):hover .wr-text .cate-name {
  color: #82D2C8;
}

.small-categ ul.level0:nth-child(3):hover .wr-text .cate-name {
  color: #AF3C64;
}

.small-categ ul.level0:nth-child(4):hover .wr-text .cate-name {
  color: #99B320;
}

.small-categ ul.level0:nth-child(5):hover .wr-text .cate-name {
  color: #EDBCC6;
}

.small-categ ul.level0:nth-child(6):hover .wr-text .cate-name {
  color: #00B3CF;
}

.small-categ ul.level0:nth-child(7):hover .wr-text .cate-name {
  color: #FAC828;
}

.small-categ ul.level0:nth-child(8):hover .wr-text .cate-name {
  color: #EC7C23;
}

.custom-category-image ul .cover-img img {
  opacity: 0;
}

.custom-category-image ul .cover-img {
  background-size: cover;
  background-position: center;

}


.custom-category-image ul .cate_4 .cover-img {
  background-image: url(images/categoriesSVG/entornos_multisensoriales.svg);
}

.custom-category-image ul .cate_5 .cover-img {
  background-image: url(images/categoriesSVG/comunicacion_aumentativa.svg);
}

.custom-category-image ul .cate_6 .cover-img {
  background-image: url(images/categoriesSVG/control_mirada.svg);
}

.custom-category-image ul .cate_7 .cover-img {
  background-image: url(images/categoriesSVG/acceso_a_dispositivos.svg);
}

.custom-category-image ul .cate_42 .cover-img {
  background-image: url(images/categoriesSVG/integracion_sensorial.svg);
}

.custom-category-image ul .cate_9 .cover-img {
  background-image: url(images/categoriesSVG/participacion_juguetes.svg);
}

.custom-category-image ul .cate_10 .cover-img {
  background-image: url(images/categoriesSVG/material_educativo.svg);
}

li.cate_10 .wr-text {
  display: flex;
  width: 100%;
}

.custom-category-image ul .cate_11 .cover-img {
  background-image: url(images/categoriesSVG/soluciones_hogar.svg);
}

.custom-category-image {
  display: flex;
}

.custom-category-image ul,
.custom-category-image ul li,

.custom-category-image ul li a,
.custom-category-image ul li a .cate_content {
  height: 100%;

}

.custom-category-image .block_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.custom-category-image ul {
  flex: 0 0 12.5%;
  /* 1/8 del espacio */
  box-sizing: border-box;
  /* Asegura que el padding y el borde se incluyan en el ancho total */
  padding: 10px;
  /* Espaciado interno opcional */
}




.small-categ ul.level0 .wr-text {
  border-bottom: 2px solid;
}

/* src="{$urls.img_url}custom/logo.svg" */
.wrapper:has(.logo_left),
.wrapper:has(.image_right) {
  position: relative;
}

/* .logo_left::before {
   content: '';
   height: 175px;
   width: 115px;
   display: block;
   background-image: url(images/prev-logo.svg);
   background-size: cover;
   background-position: right;
   left: 0;
   position: absolute;
   top: 100px;
 } */

.image_right {
  margin-top: 90px;
}

.image_right:after {
  content: '';
  background-image: url(images/home_right_img.jpg);
  background-size: cover;
  background-position: right;
  height: calc(100% - 50px);
  top: 0;
  width: 45%;
  position: absolute;
  display: block;
  right: 0;
}

.cate_content .wr-text .items {
  display: none !important;
}

.title_container {
  align-items: center;
}

span.show-more {
  display: flex;
  align-items: center;
}

.box-show-more a .show-more:after,
a.custom-anchor:after {
  content: "";
  background-image: url(images/arrow_right_purple.svg);
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a.custom-anchor:after {
  display: inline-flex;
  width: 20px;
  height: 15px;
}

;

.cta-red {
  background-color: #FD706C;
}

.cta-turquesa {
  background-color: #82D2C8;
}

.cta-turquesa .btn {
  color: #82D2C8;
}

.cta-turquesa .w-arrow .btn-primary:after {
  background-image: url(images/arrow_right_turquesa.svg);
}

.cta .bg-boxed {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1.52rem;
}

.cta p {
  font-size: 1.3rem;
  width: 50%;
  font-weight: 400;
  font-family: "Graphik", sans-serif;
  line-height: 1.4em !important;
}

.cta .btn {
  display: inline-flex;
  padding: 13px 25px;
  font-weight: bold;
  margin-right: 0px;
  border-radius: 30px;
  font-size: 1.1rem;
  align-items: center;
  background-color: #fff;
  letter-spacing: normal;
}

.cta .btn:hover {
  color: #333;
}

.cta * {
  color: white;
}

.cta h2 {
  font-weight: 500;
}


.icon-Ico_Flag:before {
  content: url(images/ico_flag.svg);
}

.icon-Ico_Phone:before {
  content: url(images/ico_phone.svg);
}

.icon-Ico_Postventa:before {
  content: url(images/ico_user.svg);
}

.icon-Ico_Box:before {
  content: url(images/ico_box.svg);
}

/*********************************   GENERAL  ****************************/
h1 {
  font-size: 2.5rem;
}

h2 {

  font-size: 1.56rem;
}

p {
  font-size: 1rem;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.slide_config h1 {
  font-size: 3rem;
  ;
}

.btn {
  background-color: #fff;
  color: #6868AB;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 33px;
  text-transform: inherit;
}

.btn-primary:hover {
  background-color: white;
  /* color: #6868AB; */
}

.btn:not(.btn-show-more):not(#leo_search_top_button):hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


.btn:hover:after {
  margin-left: 15px !important;
}

.w-arrow .btn-primary {
  display: flex;
}

.bannercontainer .tp-caption.h3-style-3 .btn {
  font-size: 1.1rem !important;
}

.w-arrow .btn-primary:after {
  content: "";
  background-image: url(images/arrow_right_purple.svg);
  margin-left: 10px;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.cta-turquesa .w-arrow .btn-primary:hover:after {
  content: "";
  background-image: url(images/arrow_right_black.svg);
  margin-left: 10px;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

.bannercontainer .tp-caption.h3-style-3 .btn {
  padding: 15px 25px !important;
}

#sliderBox .btn-secondary {
  background-color: white;
  color: #6868AB;
  width: fit-content;
  display: flex;
}

.btn:hover {
  /* border: none !important; */
  border-color: transparent !important;
}

#sliderBox .btn-secondary:hover {
  /* border-color: white;
   background-color: #6868AB;
   color: white; */
}



#sliderBox .btn-secondary:after {
  content: "";
  background-image: url(images/arrow_right_purple.svg);
  margin-left: 8px;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}

#sliderBox .btn-secondary:hover:after {
  /* content: "";
 background-image: url(images/arrow_right_white.svg);
 margin-left: 10px;
 width: 20px;
 height: 20px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center center; */
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.text-right {
  display: flex;
  justify-content: flex-end;
}

.text-left {
  display: flex;
  justify-content: flex-start;
}

.text-center {
  display: flex;
  justify-content: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.h3-box-img-cate.bot:before {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  /* background-color: #eeeeee; */
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: auto;
}

.h3-box-img-cate ul li {
  width: 100%;
}

.ApColumn {
  padding: 0;
}

.bannercontainer .container {
  padding: 0;
}

/*********************************************************   FOOTER   *******************************************************/


footer.footer-container {
  background-color: #fff;
}

.footer-container .ApColumn .title_block {
  font-size: 16px;
  margin-bottom: 34px;
}

.footer-container .ApLink li a {
  padding: 4px 0;
  margin-bottom: 10px;
}

footer .info-contact {
  margin-bottom: 28px;
}

footer .info-contact p {
  margin-bottom: 0;
}

footer .col-xs-2-4 {
  padding: 5px;
}

footer .social-media {
  margin-bottom: 80px;
}

footer .social-media ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-left: 0px;
}

footer .social-media ul li {
  margin: 0px 10px;
}

footer .social-media ul li:first-of-type {
  margin-left: 0px;
}

footer .social-media ul.bottom {
  margin-top: 10px;
}

footer .info-contact p {
  color: #222;
  padding: 4px 0;
  font-size: 14px;
}



footer a:hover {
  text-decoration: underline;
}

footer .h3-footer-info {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

footer .footer-bottom {
  color: #AEAEAE;
  font-size: 12px;
}

footer .footer-bottom p {
  font-size: 12px;
}


/*********************************************************   PRODUCT CATALOG   *******************************************************/
.product-description-short {
  font-size: 1rem;
}

.thumbnail-container .product-meta {
  padding: 30px 0 10px;
}

a.custom-anchor {
  color: #6868AB;
  font-weight: 600;
}

.pro3-btn {
  top: 15px;
}

.pro3-btn .button-container.cart {
  width: 100%;
}

.pro3-btn .button-container.cart .add-to-cart {
  margin: 0;
  margin-left: auto;
}

.product_list .product-image {
  background-color: #EFEFEF;
}

.product_list .product-image .img-fluid {
  mix-blend-mode: multiply;
}

.product-title,
.product-price-and-shipping {
  text-align: left;
}

.product-meta h4.product-title {
  font-size: 1.7rem;
  font-weight: 700;
}

.product-meta .ref {
  margin-bottom: 20px;
}

.product_list.grid .product-meta h4.product-title {
  font-size: 1.2rem;
}


.plist-dsimple .thumbnail-container .product-price-and-shipping {
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-meta .product-price-and-shipping .price {
  font-size: 17px;
}

h1.title_block {
  font-weight: 400;
}


.subtitle {
  font-weight: 700;
}




/*********************************************************   FILTRE   *******************************************************/
.facet-button {
  padding: 7px 16px;
  border: 1px solid #222;
  border-radius: 30px;
}

.faceted-slider {
  padding: 20px !important;
}

#search_filters .facet .facet-title {
  width: 100%;
  /* margin-left: 15px; */
  font-size: 1rem;
}

#search_filters {
  display: inline-flex;
}

#search_filters_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}

#search_filters .facet {
  position: relative;
}

#search_filters .facet .collapse {
  position: absolute;
  z-index: 99;
  background: #dcd7cf;
  padding: 7px 15px;
  width: 100%;
}

#search_filters .facet .collapse .magnitude,
#search_filters .facet .collapse .custom-radio {
  display: none;
}

section.facet {
  cursor: pointer;
}

.facet[data-type="feature"]:hover .collapse,
.facet[data-type="price"]:hover .collapse {
  display: block !important;
}

.facet[data-type="feature"] .collapse *,
.facet[data-type="price"] .collapse * {
  text-transform: uppercase;
}

.facet[data-type="price"]:hover .collapse {
  min-width: 200px;
}

#search_filters {
  gap: 30px;
}

.faceted-slider {
  padding: 20px !important;
}

.faceted-slider p {
  font-size: 0.8rem;
}

#search_filters .ui-slider .ui-slider-handle {
  top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
  border: 0px;
  border-radius: 999px;
}

#search_filters .ui-slider-horizontal {
  height: 1px;
  border-color: #000;
  margin-top: 13px;
}

#search_filters .facet p {
  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
}

/*********************************************************   CATEGORY PAGE   *******************************************************/

.sidebar>div,
.sidebar .block {
  margin: 0;
  padding: 20px;
  background: #E5E5E5;
  border-bottom: 0;
}

.categoria-nav {
  margin-bottom: 80px
}

body#category #header {
  background-color: transparent;
}

.category-page-header {
  background: #83d2c9b3;
  margin: 0px -10px;
  margin-bottom: 40px;
}

.category-page-header.category-4 {
  background-color: #FF706Cb3;

}

.category-page-header.category-6 {
  background-color: #af3c64b3;
}

.category-page-header.category-7 {
  background-color: #99b320b3;
}

.category-page-header.category-42 {
  background-color: #edbcc6b3;
}

.category-page-header.category-9 {
  background-color: #00b3cfb3;
}

.category-page-header.category-10 {
  background-color: #fac828b3;
}

.category-page-header.category-11 {
  background-color: #ed7e24b3;
}

.category-page-header.category-95 {
  background-color: #388274b3;
}

.products-selection .total-products #search_filters p {
  display: block;
}

.ref {
  display: flex;
}

body#category #header.navbar-fixed-top.mini-navbar .menu-title,
body#index #header.navbar-fixed-top.mini-navbar .menu-title {
  color: #6868AB;
  /* color: #333; */
}

body#index #header.navbar-fixed-top.mini-navbar .leo-megamenu .navbar-nav>li>a.dropdown-toggle:after,
body#category #header.navbar-fixed-top.mini-navbar .leo-megamenu .navbar-nav>li>a.dropdown-toggle:after {
  background-image: url(../img/custom/submenu-arrow-black.svg);
}

body#index #header.navbar-fixed-top.mini-navbar i,
body#category #header.fixed-top.mini-navbar i {
  color: #6868AB;
}

body#index #header.navbar-fixed-top.mini-navbar .icon-Ico_Cart:before,
body#category #header-fixed-top.mini-navbar .icon-Ico_Cart:before {
  background: url(../img/custom/shopping-cart-lila.svg);
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-flex;
  background-repeat: no-repeat;
}

body#category #header i,
body#category #header .menu-title,
body#index #header i,
body#index #header .menu-title {
  color: white;
}

body #header ul.user-info i {
  color: #6868AB !important;
}

body#category #wrapper .breadcrumb {
  text-align: left;
  margin-bottom: 0;
}

body#category #wrapper .breadcrumb:before {
  /* background: #FF706C; */
  filter: saturate(0);
}

body#category #wrapper .breadcrumb * {
  color: white;
}

body#category #wrapper .breadcrumb h1 {
  text-transform: initial;
  font-size: 2.8rem;
  font-weight: 300 !important;
  line-height: 3.5rem;
  margin-bottom: 30px;
  padding-top: 50px;
}

body#category #wrapper .breadcrumb h1.h1 span:last-of-type {
  display: block;
}

body#category #wrapper .breadcrumb h1.h1 span:last-child {
  font-weight: bold;
}

body#category #wrapper .breadcrumb::after {
  position: absolute;
  left: 84%;
  content: "";
  display: block;
  width: 50%;
  padding-top: 20%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

#wrapper .breadcrumb ol {
  margin: 0;
}

body#category .h3-box-img-cate.top {
  padding-top: 0;
  padding-bottom: 90px;
}

body#category .small-categ ul.level0 {
  opacity: 0.3;
}

body#category .small-categ ul.level0 .wr-text {
  border-color: transparent;
}

body#category .small-categ ul.level0:nth-child(1):hover,
body#category .small-categ ul.level0:nth-child(2):hover,
body#category .small-categ ul.level0:nth-child(3):hover,
body#category .small-categ ul.level0:nth-child(4):hover,
body#category .small-categ ul.level0:nth-child(5):hover,
body#category .small-categ ul.level0:nth-child(6):hover,
body#category .small-categ ul.level0:nth-child(7):hover,
body#category .small-categ ul.level0:nth-child(8):hover {
  opacity: 1;
}


body#category .small-categ ul.level0:nth-child(1):hover .wr-text {
  border-color: #FF706C;
}


body#category .small-categ ul.level0:nth-child(2):hover .wr-text {
  border-color: #82D2C8;
}

body#category .small-categ ul.level0:nth-child(3):hover .wr-text {
  border-color: #AF3C64;
}

body#category .small-categ ul.level0:nth-child(4):hover .wr-text {
  border-color: #99B320;
}

body#category .small-categ ul.level0:nth-child(5):hover .wr-text {
  border-color: #EDBCC6;
}

body#category .small-categ ul.level0:nth-child(6):hover .wr-text {
  border-color: #06B3CF;
}

body#category .small-categ ul.level0:nth-child(7):hover .wr-text {
  border-color: #FAC828;
}

body#category .small-categ ul.level0:nth-child(8):hover .wr-text {
  border-color: #EC7C23;
}

body#category .small-categ ul.level0:nth-child(9):hover .wr-text {
  border-color: #82D2C8;
}

body#category .categoria-4 .small-categ ul.level0:nth-child(1),
body#category .categoria-5 .small-categ ul.level0:nth-child(2),
body#category .categoria-6 .small-categ ul.level0:nth-child(3),
body#category .categoria-7 .small-categ ul.level0:nth-child(4),
body#category .categoria-42 .small-categ ul.level0:nth-child(5),
body#category .categoria-9 .small-categ ul.level0:nth-child(6),
body#category .categoria-10 .small-categ ul.level0:nth-child(7),
body#category .categoria-11 .small-categ ul.level0:nth-child(8) {
  opacity: 1;
}

body#category .categoria-4 .small-categ ul.level0:nth-child(1) .wr-text {
  border-color: #FF706C;
}

body#category .categoria-4 .small-categ ul.level0:nth-child(1) .wr-text .cate-name {
  color: #FF706C;
}

body#category .categoria-5 .small-categ ul.level0:nth-child(2) .wr-text {
  border-color: #82d2c8;
}

body#category .categoria-5 .small-categ ul.level0:nth-child(2) .wr-text .cate-name {
  color: #82d2c8;
}

body#category .categoria-6 .small-categ ul.level0:nth-child(3) .wr-text {
  border-color: #AF3C64;
}

body#category .categoria-6 .small-categ ul.level0:nth-child(3) .wr-text .cate-name {
  color: #AF3C64;
}

body#category .categoria-7 .small-categ ul.level0:nth-child(4) .wr-text {
  border-color: #99B320;
}

body#category .categoria-7 .small-categ ul.level0:nth-child(4) .wr-text .cate-name {
  color: #99B320;
}

body#category .categoria-42 .small-categ ul.level0:nth-child(5) .wr-text {
  border-color: #EDBCC6;
}

body#category .categoria-42 .small-categ ul.level0:nth-child(5) .wr-text .cate-name {
  color: #EDBCC6;
}

body#category .categoria-9 .small-categ ul.level0:nth-child(6) .wr-text {
  border-color: #06B3CF;
}

body#category .categoria-9 .small-categ ul.level0:nth-child(6) .wr-text .cate-name {
  color: #06B3CF;
}


body#category .categoria-10 .small-categ ul.level0:nth-child(7) .wr-text {
  border-color: #FAC828;
}

body#category .categoria-10 .small-categ ul.level0:nth-child(7) .wr-text .cate-name {
  color: #FAC828;
}

body#category .categoria-11 .small-categ ul.level0:nth-child(8) .wr-text {
  border-color: #EC7C23;
}

body#category .categoria-11 .small-categ ul.level0:nth-child(8) .wr-text .cate-name {
  color: #EC7C23;
}



body#category .categoria-12 .small-categ ul.level0:nth-child(9) .wr-text {
  border-color: #82D2C8;
}

body#category .categoria-4 .small-categ ul.level0:nth-child(1):hover .wr-text .cate-name {
  color: #6868AB;
}

body#category .categoria-5 .small-categ ul.level0:nth-child(2):hover .wr-text .cate-name {
  color: #82D2C8;
}

body#category .categoria-6 .small-categ ul.level0:nth-child(3):hover .wr-text .cate-name {
  color: #06B3CF;
}

body#category .categoria-7 .small-categ ul.level0:nth-child(4):hover .wr-text .cate-name {
  color: #82D2C8;
}

body#category .categoria-42 .small-categ ul.level0:nth-child(5):hover .wr-text .cate-name {
  color: #6868AB;
}

body#category .categoria-9 .small-categ ul.level0:nth-child(6):hover .wr-text .cate-name {
  color: #06B3CF;
}

body#category .categoria-10 .small-categ ul.level0:nth-child(7):hover .wr-text .cate-name {
  color: #FF706C;
}

body#category .categoria-11 .small-categ ul.level0:nth-child(8):hover .wr-text .cate-name {
  color: #F2E012;
}

body#category .categoria-12 .small-categ ul.level0:nth-child(9):hover .wr-text .cate-name {
  color: #82D2C8;
}

body#category .sidebar h4.title_block a {
  color: #333333;
}

body#category .sidebar h4.title_block {
  text-transform: initial;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  padding-top: 0;
}

body#category .categ-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  text-align: left;
}

body#category #content-wrapper.left-column {
  padding-left: 75px;
}

body#category .categ-title .strong {
  font-weight: 700;
}

ul.category-top-menu ul.category-sub-menu li {
  padding-left: 0;
}

#subcategories {
  margin-top: 50px;
}

#subcategories .subcategories-list .subcategory-block:nth-child(odd) {
  padding-right: 10px;
}

#subcategories .subcategories-list .subcategory-block:nth-child(even) {
  padding-left: 10px;
}

#subcategories .subcategories-list .subcategory-block .card {
  padding: 15px;
  min-height: 130px;
  display: grid;
  margin-bottom: 20px;
  box-sizing: none;
  border: none;
}

#subcategories .subcategories-list .subcategory-block .card * {
  color: white;
}

#subcategories .subcategories-list .subcategory-block .card h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
}

#subcategories .subcategories-list .subcategory-block .card .strong {
  font-weight: 600;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+1) .card {
  background-color: #FF706C;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+2) .card {
  background-color: #99B320;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+3) .card {
  background-color: #82D2C8;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+4) .card {
  background-color: #AF3C64;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+5) .card {
  background-color: #EDBCC6;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+6) .card {
  background-color: #00B3CF;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+7) .card {
  background-color: #FAC828;
}

#subcategories .subcategories-list .subcategory-block:nth-child(8n+8) .card {
  background-color: #EC7C23;
}

.ver-mas {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  width: fit-content;
  display: flex;
}

.ver-mas .arrow {
  content: "";
  background-image: url(images/arrow_right_white.svg);
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

/**************************************************************   DETALL PRODUCTE   **********************************************************************/

.lateral-images img:nth-child(n+4) {
  display: none;
}


.form-control-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url(images/chevron_down.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 90%;
  background-size: 13px 13px;
  padding-right: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}


#qineraCustomTab {
  display: block;
  border: none;
}

#qineraCustomTab.product-tabs.tabs .nav-tabs .nav-link {
  text-transform: none;
}

#qineraCustomTab .nav-tabs {
  width: 100%;
  display: inline-flex;
  border: none;
  border-bottom: 1px solid #efefef;

}

#qineraCustomTab .nav-tabs li {
  width: fit-content;
  margin-right: 40px;
  border: none;
}

#qineraCustomTab .nav-tabs li a {
  padding-left: 0;
}

#qineraCustomTab .tab-content {
  display: grid;
  padding: 15px;
  padding-left: 0;
}

.variant-and-action {
  display: inline-flex;
}

.variant-and-action .product-variants-item {
  flex-direction: column;
  margin-right: 15px;
  align-items: flex-start;
}

.product-detail .product-thumb-images {
  padding-left: 20px;
  padding-right: 20px;
}

.product-cover {
  display: flex;
}

.product-cover#zoom_product {
  margin: auto
}

.lateral-images img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

#wrapper .breadcrumb.breadcrumbDetail::before,
#wrapper .breadcrumb.breadcrumbDetail {
  background: transparent;
}

.btn-primary.add-to-cart {
  border-radius: 21px;
  background-color: #6868AB;
  color: white;
  padding: 10px 25px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.btn-primary.add-to-cart::after {
  content: "";
  background-image: url(images/arrow_right_white.svg);
  margin-left: 10px;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease-in-out;
}



.p-cartwapper {
  display: inline-flex;
  align-items: end;
}

.bootstrap-touchspin .input-group-btn-vertical {
  display: none;
}

.product-quantity #quantity_wanted {
  border-radius: 30px;
  height: auto;
  padding: 8px 10px;
}

/* Mostrar flechas de incremento/decremento para input de cantidad */
.product-quantity #quantity_wanted::-webkit-inner-spin-button,
.product-quantity #quantity_wanted::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  appearance: auto;
  opacity: 1;
  margin-left: 5px;
}

/* Para Firefox */
.product-quantity #quantity_wanted {
  appearance: auto;
}

/* Mostrar flechas de incremento/decremento para input de cantidad */
.product-quantity #quantity_wanted::-webkit-inner-spin-button,
.product-quantity #quantity_wanted::-webkit-outer-spin-button {
  -webkit-appearance: auto;
  appearance: auto;
  opacity: 1;
  margin-left: 5px;
}

.product-quantity #quantity_wanted {
  -moz-appearance: textfield;
}

/* Para Firefox */
@supports (-moz-appearance:none) {
  .product-quantity #quantity_wanted {
    -moz-appearance: number-input;
  }
}

.breadcrumbDetail a,
.breadcrumbDetail li {
  color: #333;
}

.breadcrumbDetail li:last-child {
  font-weight: 800;
}

.breadcrumbDetail {
  margin-bottom: 0;
}

/**************************************************************   SLIDER   **********************************************************************/
.carousel-slider * {
  color: white;
}

.carousel-slider h1 {
  font-weight: 400;
  text-transform: none;
}

.carousel-slider p {
  margin-top: 40px;
}

.slide_config {
  position: absolute;
  height: fit-content;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  max-width: 675px;
}

.iviewSlider .container {
  height: 100%;
}

.header-top .inner {
  width: 100%;
}




/* .mvl-nav .ApMegamenu {
  margin-left: auto;
} */

#page .mini-navbar .mvl-nav .ApMegamenu .navbar-toggler {
  color: #333;
  border-color: #333;
}

/***********************    BOOTSTRAP     **************************/
.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mr-6c {
  margin-right: 6rem !important;
}



.overlay {
  background: #FF706C;
  width: 100% !important;
  position: absolute;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}

.overlay~.container .slide_config {
  z-index: 2;
  padding: 0 12px;
}

.off-canvas-nav-megamenu .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu {
  display: none;
}

/**************************************************************   CISTELLA   **********************************************************************/
body#index #header .leo-remove-from-cart i {
  color: #333 !important;
}

.leo-dropdown-cart-item,
.leo-dropdown-bottom {
  padding: 15px 20px;
}

#_desktop_cart .leo-dropdown-cart.dropdown.dropdown {
  transform: translateY(0) translateX(100%);
  position: fixed;
  transition: all .7s;
  padding-top: 20px;
  width: 350px;
  top: 54px;
}


#_desktop_cart:hover .leo-dropdown-cart.dropdown {
  transform: translateY(0) translateX(0%);
  right: 0;
  top: 54px;
}

#_desktop_cart .cart-dropdow-checkout {
  background-color: #676AA6;
  color: #fff;
}

#_desktop_cart .cart-dropdow-viewcart {
  background-color: #E5E5E5;
  color: #676AA6;
}

#_desktop_cart .cart-dropdow-button {
  font-size: 16px;
  line-height: 17.5px;
  font-weight: 600;
}

/* #cart form#leosearchtopbox input,
 #checkout form#leosearchtopbox input,
 #module-leoproductsearch-productsearch form#leosearchtopbox input {
   color: #6868AB !important;
 }
 
 */

.lql-social-login {
  display: none;
}

body#checkout #header .form-control {
  border: none;
}

#module-leoproductsearch-productsearch #leo_search_block_top .btn,
#cart #leo_search_block_top .btn,
#module-leoproductsearch-productsearch #_desktop_cart .cart-preview i:hover,
#checkout #leo_search_block_top .btn,
#checkout #_desktop_cart .cart-preview i:hover {
  color: #6868AB;
}



body#index #page .mini-navbar #leo_search_block_top .btn,
body#category #page .mini-navbar #leo_search_block_top .btn {
  color: #6868AB;
}

body#index #page #header:not(.mini-navbar) #leo_search_block_top .btn,
body#category #page #header:not(.mini-navbar) #leo_search_block_top .btn {
  color: white;

}

body #page #leo_search_block_top .btn {
  color: #6868AB;
}

.leo-megamenu .navbar-nav>li>a {
  font-weight: 400;
  font-size: 16px;
}

.leo-megamenu .navbar-nav>li>a:hover {
  opacity: 0.8;
}

.block-categories .category-sub-menu li>a {
  text-transform: none
}

#content-wrapper #main ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

#content-wrapper #main li {
  font-size: 1rem;
  list-style: none;
}

.page-category #main li {
  list-style: disc !important;
}

.product_list.list .thumbnail-container .product-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 30px;
}

.head-leosearch-product {
  display: none;
}

.product_list.list .thumbnail-container {
  display: flex;
}

.leo-megamenu .dropdown:hover>.dropdown-menu {
  backdrop-filter: blur(10px);
}

body#index #header:not(.mini-navbar) form#leosearchtopbox input,
body#category #header:not(.mini-navbar) form#leosearchtopbox input {
  color: white;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  padding-left: 0;
  margin-bottom: -6px;
}

body#index #header.mini-navbar form#leosearchtopbox input,
body#category #header.mini-navbar form#leosearchtopbox input {
  border-bottom: 1px solid #6868AB;
  padding-bottom: 8px;
  padding-left: 0;
  margin-bottom: -6px;
}

.product-detail-name {
  line-height: 1.1em;
}

.nav.nav-tabs {
  border-bottom: 1px solid #ccc;
  margin: 0px !important;
  padding: 0px !important;
}

.ets-ept-list-tabs-more-info li.nav-item a.nav-link {
  text-transform: none;
  font-size: 16px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  border-bottom: 3px solid #6868AB;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  font-weight: bold;
}

.tab-content .active,
.pill-content .active {
  padding-top: 40px;
}

.product-description h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
}

.product-description h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 15px;
}

.product-description p {
  line-height: 1.5em;
  ;
}

.product-cover {
  background: #f7f7f7;
}

.product-thumb-images .thumb.selected,
.product-thumb-images .thumb:hover {
  border: 0;
  opacity: 1;
}

.product-thumb-images .thumb {
  opacity: 0.5;
}

.product-detail.product-thumbs-bottom .product-thumb-images {
  padding: 0;
}

.product-description li {
  list-style: disc !important;
  padding-bottom: 7px;
}

.tab-content td {
  padding: 10px;
  border: 1px solid #bbb;
}

.tab-content td p {
  margin: 0;
}

.tab-content li {
  list-style: disc !important;
  padding-bottom: 10px;
}

.product-add-to-cart {
  margin-bottom: 0px;
}

.qty .control-label {
  margin-bottom: 10px;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  mix-blend-mode: multiply;
}

body:not(#index):not(#category) form#leosearchtopbox input {
  color: #6868AB;
  border-bottom: 1px solid;
  padding-left: 0;
  padding-bottom: 6px;
  margin-bottom: -6px;
}

.footer-product .item-product {
  font-size: 1.1rem;
  align-items: center;
}

#blockcart-modal .cart-content a.btn,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
  background: #6868AB !important;
}

#blockcart-modal .modal-header {
  background: #6868AB;
}

.product-description a {
  text-decoration: underline;
}

.product-cover {
  position: relative;
}

.product-cover-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.cover-prev-btn,
.cover-next-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}

.cover-prev-btn:hover,
.cover-next-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.cover-prev-btn i,
.cover-next-btn i {
  color: #232323;
}

.btn-primary {
  color: white;
}

.footer-product {
  margin-bottom: 20px;
}

.dropdown-menu:not(.product_list) {
  box-shadow: none;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.smile-home {
  padding: 0;
}

.product_list.list .thumbnail-container .product-image {
  display: flex;
  align-items: center;
}

.product-image .nxtal-variant-text {
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-detail .arrows-product-fake .slick-arrow.slick-prev {
  left: 5px;
}

.product-detail .arrows-product-fake .slick-arrow.slick-next {
  right: 5px;
}




.tab-content a {
  text-decoration: underline;
}



.leo-fly-cart {
  display: none !important;
}



#authentication form .btn-primary {
  background-color: #6868AB;
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
}

body:not(#index):not(#category) .logo-lila {
  display: block;
}

body:not(#index):not(#category) .logo-gran {
  display: none;
}

.popup-over .popup-content li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.category-top-menu ul.category-sub-menu li.active {
  font-weight: 600;
}

#search_widget {
  display: none;
}

.search-in-suggest,
.search-in-cat {
  display: none;
}

.leoproductsearch-result .ac_results li a {
  display: flex;
}

.leoproductsearch-result .ac_results .ac_over,
.leoproductsearch-result .ac_results li:hover {
  background-color: #00000066;
}

.product-additional-info .social-sharing {
  display: none;
}

#product .nxtal-variant-attributes ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.nxtal-variant-attributes li a img {
  max-width: 50px;
}

.nxtal-variant-attributes .current-price,
.quickview .nxtal-variant-attributes .current-price {
  font-weight: 500;
}

.nxtal-variant-attributes .variant-attribute-info .variant-attribute-name {
  margin-bottom: 0;
}

.nxtal-variant-attributes .variant-attribute-info .product-price {
  margin-top: 0;
}

.nxtal-variant-attributes ul,
.quickview .nxtal-variant-attributes ul {
  white-space: wrap;
}

.no-products {
  padding: 7px 10px;
}



.tax-label {
  font-size: 13px;
  color: #878787;
}

#leo_block_top .popup-content {
  padding: 7px 20px;
}


#promo-code .btn-primary {
  color: #6868AB;
}

.promo-code .promo-code-button {
  padding-left: 0;
}

.navbar-nav.horizontal {
  padding: 20px 0;
}

.navbar-nav.horizontal li:last-child {
  border-bottom: none;
}

#_desktop_cart .cart-products-count {
  color: #FFF;
  background-color: #6868AB;
  font-size: 8px;
  line-height: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50px 50px 50px 50px;
  padding: 2px 2px 2px 2px;
  margin: -15px 0 0 -1px;
  text-align: center;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: 15px;
  margin-left: -5px;
}

.menu-top {
  display: none !important;
}

.menu-top #leo_block_top {
  margin-right: 0;
}

.box-top.menu-top .ApColumn:nth-child(1) {
  padding: 0;
}

.product-list-x4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 20px; */
}

.product-list-x4 .product_list.grid li {
  width: 100%;
}

.ApSlideShow {
  pointer-events: none;
}

.navbar-header .navbar-toggler {
  border: none;
}

.navbar-header .navbar-toggler:focus {
  border-color: #6868AB;
}

#index.off-canvas-active.keep-header #header.navbar-fixed-top,
#index.off-canvas-active.keep-header #header.navbar-fixed-top .box-top {
  background-color: #fff !important;
}

#index.off-canvas-active.keep-header .navbar-header .navbar-toggler {
  border-color: #6868AB;
  color: #6868AB;
}

#index.off-canvas-active.keep-header .logo-gran {
  display: none;
}

#index.off-canvas-active.keep-header .logo-lila {
  display: block;
}

#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox input,
#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox input {
  border-color: #6868AB;
  color: #6868AB;
}

body#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::placeholder,
body#category.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::placeholder {
  color: #6868AB !important;
}

body#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder,
body#category.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder {
  color: #6868AB !important;
}

body#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder,
body#category.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder {
  color: #6868AB !important;
}

body#index.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder,
body#category.off-canvas-active.keep-header #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder {
  color: #6868AB !important;
}

body#index.off-canvas-active.keep-header #page #header:not(.mini-navbar) #leo_search_block_top .btn,
body#category.off-canvas-active.keep-header #page #header:not(.mini-navbar) #leo_search_block_top .btn {
  color: #6868AB;
}

body#category.off-canvas-active.keep-header #header.navbar-fixed-top .icon-Ico_User,
#index.off-canvas-active.keep-header #header.navbar-fixed-top:not(.mini-navbar) .icon-Ico_User {
  color: #6868AB;
}


.search-logo {
  display: none;
  margin-left: auto;
}

.icon-Ico_Burger:before {
  content: "";
  width: 35px;
  height: 24px;

  /* content: url(images/user.svg); */

  background: url(images/burger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}


body#category #header.navbar-fixed-top.mini-navbar .icon-Ico_User {
  color: #6868AB;
}

body#category #header.mini-navbar .icon-Ico_Cart:before {

  background: url(../img/custom/shopping-cart-lila.svg);
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-flex;
  background-repeat: no-repeat;
}

/******************************************* RESPONSIVE MEDIA QUERIES *******************************************

/* ===== LARGE DESKTOP AND UP ===== */
@media (min-width: 1900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 1350px !important;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 1350px !important;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 1250px !important;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 90vw !important;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 90vw !important;
  }
}

@media (min-width: 900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 90vw !important;
  }
}

@media (min-width: 769px) {

  /* Index header transparency styles */
  body#category #header.navbar-fixed-top.mini-navbar,
  #index.keep-header #header.navbar-fixed-top.mini-navbar {
    background-color: rgba(255, 255, 255, 0.93) !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
  }

  body .keep-header #header.navbar-fixed-top.mini-navbar {
    padding-bottom: 20px;
  }

  /* body#category #header.navbar-fixed-top,
#index.keep-header #header.navbar-fixed-top,
header#header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;

} */
}

@media (min-width: 0px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .navbar-nav {
    max-width: 90vw !important;
  }
}

/* ===== LARGE DESKTOP (1206px and down) ===== */
@media (max-width: 1206px) {
  #_desktop_cart .cart-products-count {
    position: absolute;
    bottom: 0;
  }

  .menu-top {
    display: block !important;
  }

  /* .menu-bottom #leo_search_block_top,
.menu-bottom #leo_block_top {
  display: none;
} */

  /* #_desktop_cart {
    margin-left: auto;
  } */

  body #header:not(.mini-navbar) form#leosearchtopbox ::placeholder,
  body #header.mini-navbar form#leosearchtopbox ::placeholder {
    color: transparent !important;
  }

  body #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder,
  body #header.mini-navbar form#leosearchtopbox ::-webkit-input-placeholder {
    color: transparent !important;
  }

  body #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder,
  body #header.mini-navbar form#leosearchtopbox ::-moz-placeholder {
    color: transparent !important;
  }

  body #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder,
  body #header.mini-navbar form#leosearchtopbox ::-ms-input-placeholder {
    color: transparent !important;
  }

  .box-top #leo_search_block_top #leosearchtopbox {
    width: 200px;
  }

  #leo_search_block_top .form-control {
    min-width: auto;
  }
}

/* ===== DESKTOP (1200px and down) ===== */
@media (max-width: 1200px) {
  .slide_config {
    width: 60%;
  }
}

/* ===== LARGE TABLET (1194px and down) ===== */
@media (max-width: 1194px) {
  #product .nxtal-variant-attributes ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== TABLET (1024px and down) ===== */
@media (max-width: 1024px) {
  .custom-category-image ul {
    flex: 0 0 25%;
    /* 1/4 del espacio, 4 columnas */
    height: 90px;
    margin-bottom: 15px;
  }
}

/* ===== SMALL TABLET (1023px and down) ===== */
@media (max-width: 1023px) {
  #product .nxtal-variant-attributes ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== TABLET & MOBILE (991px and down) ===== */
@media (max-width: 991px) {

  /* Logo changes */
  .logo-gran {
    display: none;
  }

  .logo-lila {
    display: block;
  }

  .search-logo {
    display: block;
  }

  body:not(.search-active) #leo_search_block_top {
    display: none;
  }

  body.search-active #leo_search_block_top {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 10px;
  }

  .box-top #leo_search_block_top form#leosearchtopbox {
    width: 100%;
    margin: 0;
  }

  .icon-Ico_User:before {
    content: "";
    width: 32px;
    height: 32px;

    /* content: url(images/user.svg); */

    background: url(images/user.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }

  /* Search styling */
  body#index #header:not(.mini-navbar) form#leosearchtopbox input,
  body#category #header:not(.mini-navbar) form#leosearchtopbox input {
    border-color: #6868AB;
    color: #6868AB;
  }

  body#index #header:not(.mini-navbar) form#leosearchtopbox ::placeholder,
  body#category #header:not(.mini-navbar) form#leosearchtopbox ::placeholder {
    color: #6868AB !important;
  }

  body#index #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder,
  body#category #header:not(.mini-navbar) form#leosearchtopbox ::-webkit-input-placeholder {
    color: #6868AB !important;
  }

  body#index #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder,
  body#category #header:not(.mini-navbar) form#leosearchtopbox ::-moz-placeholder {
    color: #6868AB !important;
  }

  body#index #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder,
  body#category #header:not(.mini-navbar) form#leosearchtopbox ::-ms-input-placeholder {
    color: #6868AB !important;
  }

  body#index #page #header:not(.mini-navbar) #leo_search_block_top .btn,
  body#category #page #header:not(.mini-navbar) #leo_search_block_top .btn {
    color: #6868AB;
  }

  body#category #header.navbar-fixed-top,
  #index.keep-header #header.navbar-fixed-top,
  header#header {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.95);
  }

  /* Navigation */
  .navbar-header .navbar-toggler,
  .navbar-header .navbar-toggler:hover {
    color: #6868AB;
    border-color: #6868AB;
  }

  .off-canvas-nav-megamenu .offcanvas-mainnav {
    width: 100vw;
  }

  .off-canvas-active>.off-canvas-nav-megamenu.active {
    transform: scaleY(1) !important;
  }

  .off-canvas-nav-megame {
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
  }

  .off-canvas-active .megamenu-overlay {
    opacity: 0;
  }

  /* Layout */
  .breadcrumbDetail {
    padding-top: 50px;
  }

  .slide_config {
    width: 75%;
  }

  .header-top .box-top {
    margin-top: 0;
  }

  .header-top .menu-top {
    margin-top: 10px;
  }


  /* Navigation togglers */
  .navbar-header .navbar-toggler {
    border-color: white;
    color: white;
    margin-bottom: 0;
  }

  #page .mini-navbar .mvl-nav .ApMegamenu .navbar-toggler {
    border-color: #6868AB;
    color: #6868AB;
  }

  /* Search placeholders */
  form#leosearchtopbox ::placeholder {
    color: #6868AB;
  }

  body#category #header:not(.mini-navbar) form#leosearchtopbox input,
  body:not(#index):not(#category) form#leosearchtopbox input,
  body#category #header.mini-navbar form#leosearchtopbox input {
    margin-bottom: 0;
  }

  body:not(#index):not(#category) .navbar-header .navbar-toggler {
    border-color: #6868AB;
    color: #6868AB;
  }

  .navbar-header .navbar-toggler:hover,
  .navbar-header .navbar-toggler:focus,
  .off-canvas-active .navbar-header .navbar-toggler {
    background-color: transparent;
  }

  /* Components */
  .leo-fly-cart {
    display: block !important;
  }
}

/* ===== TABLET (768px and down) ===== */
@media (max-width: 768px) {

  /* Layout */
  .slide_config {
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
  }

  .slide_config h1 {
    font-size: 2.5rem;
  }

  .header-top .logo {
    width: auto;
  }

  /* Header background */
  body#category #header.navbar-fixed-top,
  #index.keep-header #header.navbar-fixed-top,
  header#header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }

  body #header.navbar-fixed-top.mini-navbar {
    padding-bottom: 20px;
  }

  /* 
  .box-top.mvl-nav {
    margin-bottom: 25px;
    margin-top: 15px;
  } */

  .mvl-nav .menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* Home page */
  .custom-category-image ul {
    flex: 0 0 25%;
    /* 1/4 del espacio, 4 columnas */
    height: 120px;
    margin-bottom: 15px;
  }

  /* Additional styles from second block */
  .slide_config {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mr-6c {
    margin-right: 0 !important;
  }

  #content-wrapper #main ul.product_list {
    padding-left: 0px;
  }

  .cta p {
    width: 100%;
  }

  .breadcrumb {
    background: none;
  }

  .categoria-nav {
    display: none;
  }

  .category-page-header {
    padding-top: 70px;
  }

  body#category #content-wrapper.left-column {
    padding-left: 0;
  }

  .custom-category-image .block_content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    column-gap: 25px;
  }

  #content-wrapper #main .custom-category-image .block_content ul {
    padding-left: 0;
  }

  .custom-category-image .block_content ul .cate_content {
    padding: 0;
  }

  /* Product grid */
  .product-list-x4 ul {
    grid-template-columns: repeat(2, 1fr);
  }





  /* Search form */
  .box-top #leo_search_block_top #leosearchtopbox {
    margin-left: 10px;
  }

  #leo_search_block_top .form-control {
    padding-right: 22px;
    min-width: 1px;
  }
}


#content-wrapper #main .nxtal-variant-attributes ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

.nxtal-variant-attributes li a,
.quickview .nxtal-variant-attributes li a {
  border: 1px solid;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  text-align: left;
  font-size: 0.85rem;
}





/* ===== SMALL TABLET (767px and down) ===== */
@media (max-width: 767px) {
  #product .nxtal-variant-attributes ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== MOBILE LANDSCAPE (575px and down) ===== */
@media (max-width: 575px) {
  .box-top #leo_search_block_top #leosearchtopbox {
    width: auto;
  }
}

/* ===== MOBILE (480px and down) ===== */
@media (max-width: 480px) {
  .custom-category-image ul {
    flex: 0 0 50%;
    /* 1/2 del espacio, 2 columnas */
    height: 100px;
    margin-bottom: 15px;
  }
}

/* ===== SMALL MOBILE (425px and down) ===== */
@media (max-width: 425px) {
  .custom-category-image .block_content {
    grid-template-columns: repeat(2, 1fr);
  }

  #product .nxtal-variant-attributes ul {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ===== PRINT STYLES ===== */
@media print {
  .print-header {
    display: block !important;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }

  /* Ocultar elementos que no queremos imprimir */
  header,
  .header-banner,
  .header-top,
  .header-nav,
  nav,
  #footer,
  .footer-container,
  .breadcrumb,
  .footer-after,
  .block-social,
  #back-top,
  #notifications,
  .pagination,
  #main .page-header,
  form button.btn,
  .leo-compare-wishlist-button,
  .product-actions .add,
  #blockcart-modal,
  #product-availability,
  .print-button-container,
  .nav-tabs,
  .product-tabs,
  .product-accessories,
  .product-add-to-cart,
  .product-metadata,
  .leo-fly-cart,
  .cta-turquesa,
  .box-service,
  .box-product,
  #thumb-gallery,
  .footer-product {
    display: none !important;
  }

  /* Asegurar que el contenido principal ocupe toda la página */
  body {
    background-color: white !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* Asegurar que todos los tabs de contenido sean visibles */
  .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #wrapper {
    padding-top: 0 !important;
    background: none !important;
  }

  #content {
    width: 100% !important;
  }

  /* Asegurar que las imágenes se imprimen bien */
  img {
    max-width: 100% !important;
  }

  .lateral-images {
    display: flex;
    flex-wrap: wrap;
  }

  .lateral-images img {
    max-width: 50% !important;
  }
}