@font-face{
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}

@font-face{
  font-family: "RobotoCondensed-Regular";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf");
}

@font-face{
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face{
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

 /* fonts template*/
 @font-face{
  font-family: "Indie Flower";
  src: url("../../../fonts_template/IndieFlower-Regular.ttf");
}
@font-face{
  font-family: "Lato";
  src: url("../../../fonts_template/Lato-Regular.ttf");
}
@font-face{
  font-family: "Montserrat";
  src: url("../../../fonts_template/Montserrat-Regular.ttf");
}
@font-face{
  font-family: "Open Sans";
  src: url("../../../fonts_template/OpenSans-Regular.ttf");
}
@font-face{
  font-family: "Poppins";
  src: url("../../../fonts_template/Poppins-Regular.ttf");
}
@font-face{
  font-family: "Potta One";
  src: url("../../../fonts_template/PottaOne-Regular.ttf");
}
@font-face{
  font-family: "Raleway";
  src: url("../../../fonts_template/Raleway-Regular.ttf");
}
@font-face{
  font-family: "Roboto";
  src: url("../../../fonts_template/Roboto-Regular.ttf");
}
@font-face{
  font-family: "Shadows Into Light";
  src: url("../../../fonts_template/ShadowsIntoLight-Regular.ttf");
}
@font-face{
  font-family: "Yusei Magic";
  src: url("../../../fonts_template/YuseiMagic-Regular.ttf");
}
@font-face{
  font-family: "Yusei Magic";
  src: url("../../../fonts_template/YuseiMagic-Regular.ttf");
}
@font-face{
  font-family: "Ubuntu";
  src: url("../../../fonts_template/Ubuntu/Ubuntu-Regular.ttf");
}
@font-face{
  font-family: "Ubuntu-Light";
  src: url("../../../fonts_template/Ubuntu/Ubuntu-Light.ttf");
}
@font-face{
  font-family: "Georgia";
  src: url("../../../fonts_template/Georgia.ttf");
}

@font-face {
  font-family: 'FontAwesome 6';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../../../js/plugin/fontawesome-6.2.0/webfonts/fa-regular-400.woff2') format('woff2'),
      url('../../../js/plugin/fontawesome-6.2.0/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesome 6';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../../../js/plugin/fontawesome-6.2.0/webfonts/fa-brands-400.woff2') format('woff2'),
      url('../../../js/plugin/fontawesome-6.2.0/webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face {
  font-family: "FontAwesome 6";
  font-style: normal;
  font-display: block;
  font-weight: 900;
  src: url("../../../js/plugin/fontawesome-6.2.0/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../../../js/plugin/fontawesome-6.2.0/webfonts/fa-solid-900.ttf") format("truetype");
}

/*----------------------------------------*/
/* GLOBAL */
body{
  font-family: var(--font-family);
  color: var(--text-secondary);
}
.px-15pix {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.color-content-menu {
  color: var(--text-secondary);
}
.color-content-menu:hover {
  color: var(--background-primary);
}
.color-content-menu.main {
  color: var(--background-primary);
}
.color-content-menu.main:hover {
  color: var(--text-secondary);
}
.btn-transparent {
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
}
.btn-ghost {
  background-color: transparent;
  border-radius: 0;
}
#content-search {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
section.home{
  padding-bottom: 30px;
}
#modalMessageCart{
  width: 100%;
}
#modalMessageCart .modal-dialog{
    background-color: var(--background-primary);
    display: block;
    width: 100%!important;
    max-width: 100%!important;
    color: var(--text-primary);
    top: 15%;
}
#modalMessageCartError{
  width: 100%;
}
#modalMessageCartError .modal-dialog{
  background-color: rgb(255, 8, 8);
  display: block;
  height: 120px;
  width: 100%!important;
  max-width: 100%!important;
  color: var(--text-primary);
  top: 15%;
}

.tooltip .tooltip-inner {
  font-weight: 600;
  color: var(--text-primary);
  background-color: var(--background-primary);
}

.tooltip .arrow::before {
  border-top-color: var(--background-primary);
}

/* Bootstrap */
.form-control-custom {
  border-radius: 0;
  box-shadow: 0 1px 3px #0000, 0 1px 2px #0000;
  border-color: #e5e5e5;
  height: auto;
}

.form-control-custom:focus {
  border-color: var(--background-primary);
  box-shadow: none;
  outline: 0;
}

.form-control-filter {
  border-radius: 0;
  box-shadow: 0 1px 3px #0000, 0 1px 2px #0000;
  border-color: #e5e5e5;
}
.form-control-filter:focus {
  border-color: #e5e5e5;
  box-shadow: none;
  outline: 0;
}

.btn-sm1 {
  padding: 10px 14px !important;
  font-size: .875em !important;
  line-height: 1.4em !important;
}

.text-wrap {
  white-space: normal;
}

.text-break {
  word-wrap: break-word;
  word-break: break-word;
}

.container-page {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container-page {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container-page {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-page {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1770px) {
  .container-page {
    max-width: 1740px;
  }

  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.navbar > .container-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar-expand-lg > .container-page {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.btn-primary-custom {
  color: #fff;
  background-color: var(--background-primary);
  border-color: var(--background-primary);
}

.btn-primary-custom:hover {
  color: #fff;
  background-color: var(--background-primary);
  border-color: var(--background-primary);
}

.btn-primary-custom.focus,
.btn-primary-custom:focus {
  box-shadow: 0 0 0 0.2rem var(--background-primary);
}
/* End Bootstrap */

/* Clases contacto */
.list-icons-hover {
  padding-left: 0;
  list-style: none;
}

.list-icons-hover li {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 52px;
  margin-bottom: 20px;
  padding: 10px 0 0 72px;
  letter-spacing: -.02em;
}

li .icon-hover {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  font-size: 22px;
  width: 52px;
  height: 52px;
  background-color: var(--background-primary);
  color: var(--text-primary);
  text-align: center;
  border-radius: 50%;
}
/* End Clases contacto */

/* HEADER */
.item-header-top {
  font-size: 14px;
  font-family: 'Ubuntu-Light';
  padding-right: 1rem;
  color: #777;
}
li.item-header-top:last-child {
  padding-right: 0;
}
.item-header-top a.main {
  font-family: 'Georgia';
  font-style: italic;
  color: var(--background-primary);
}
#navbar-main {
  min-height: 60px;
  background: #ffffff;
}
#navbar-main.menu-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}
.top-nav li{
  padding-right: 5px;
}
.top-nav ul {
  padding: 0px;
}
.top-nav ul a{
  color: #9fc1dd;
}
.top-nav ul a:hover{
  text-decoration: none;
  color: #ffff;
}
.navbar-light .navbar-nav  .nav-link{
  color: var(--text-secondary);
  font-family: var(--font-family)!important;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 17px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.small{
  font-size: 15px;
}
#navbar-main .nav-item.active>.nav-link, #navbar-main .nav-link:hover {
  color: var(--text-secondary);
  top: -3px;
  -moz-transition: top .3s ease;
  -o-transition: top .3s ease;
  -webkit-transition: top .3s ease;
}
#navbarSupportedContentb a.nav-link{
  color: var(--text-primary);
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus
{
  color: #ffffff;
}
.top-nav{
    background: var(--background-secondary);
    font-weight: 400;
    padding: 5px 0;
    
}
.icon-nav{
  color: #fff;
  font-size: 30px;
}
.icon-nav:hover{
  color: #fff;
}
.header-main .top-content{
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}
.img-logo-header {
  height: 75px;
  max-width: 100%;
}
.search-input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 14px 15px;
  font-size: 0.8rem;
}
.search-input:focus {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.content-button-search {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0px 0px;
  color: var(--text-primary) !important;
  font-size: 19px;
}
.border-line{
  border: 4px solid var(--background-primary);
  background-color: var(--background-primary);
  border-radius: 50%;
  height: initial;
  width: max-content;
  padding: 14px 14px;
  margin: auto;
}
.button-shop{
  color: var(--text-primary)!important;  
}
.icon-shop{
  font-size: 25px;
}
.top-footer{
  background: rgb(162, 169, 187);
  font-weight: 400;
  padding: 5px 0;
}
.section-footer .line-top {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.top-footer{
  color: #fff;
  text-shadow: 1px 1px #585858;
}
.header-main .dropdown-toggle::after {
  margin-left: -4px;
}
.navbar .dropdown .btn-dropdown{
  color: #fff;
  background-color: #76ad40;
  border-color: #76ad40;
  font-family: var(--font-family)!important;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 9px 6px;
}
.navbar .dropdown .btn-dropdown:focus{
  color: #fff;
  box-shadow: 0 0 0 0px #76ad40;
}

.category-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding-bottom: 14px;
}

.category-card .category-header {
  border: 0;
  background-color: transparent;
}

.category-card .list-category {
  display: block;
  padding: 8px 18px 0 10px;
  margin: 0;
}

.category-card .item-category {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}

.category-card .item-link {
  color: #777;
  transition: color .3s ease;
}

.category-card .item-link:hover {
  color: var(--background-primary-hover);
  text-decoration: none;
}

.color-primary{
  color:var(--background-primary) !important;
}
.content-title-card-product {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.title-card-product {
  color: var(--background-primary);
  text-transform: uppercase;
  font-size: 16px;
}
.price-card-product {
  font-size: 30px;
  color: var(--text-secondary);
  font-weight: 400;
  text-align: center;
}
.price-prev-card-product {
  color: #fa6b6b;
  font-size: 25px;
  font-weight: 300;
  text-decoration: line-through;
}
.nav-custom1 .nav {
  border-bottom: 1px solid #e5e5e5;
}
.nav-custom1 .nav-link {
  padding: 10px 15px;
  margin-right: 2px;
  color: #777;
  text-transform: uppercase;
}
.nav-custom1 .nav-link.active {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  pointer-events: none;
  cursor: default;
}
.nav-custom1 .tab-content {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 30px 40px;
}
/* HOME */

.section-custom {
  margin-top: 75px;
  margin-bottom: 75px;
}

a.card-category {
  text-decoration: none;
  color: #212529;
  position: relative;
  display: block;
}

.box-card-category {
  overflow: hidden;
  transition: all .4s ease;
}

.card-category:hover .box-card-category {
  background: #1fc0a0;
}

.card-category .img-category {
  object-fit: cover;
  height: 280px;
  width: 100%;
  transition: all .4s ease;
}

.card-category:hover .img-category {
  opacity: .9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.content-card-category {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0 .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-card-category {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  text-shadow: #CCC 1px 0 10px;
}

@media (min-width: 576px) {
  .title-card-category {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .title-card-category {
    font-size: 1.6rem;
  }

  .card-category .img-category {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .title-card-category {
    font-size: 2rem;
  }

  .card-category .img-category {
    height: 320px;
  }
}

/*  PRODUCTS */
ol.circle {
  bottom: -40px;
}
ol.circle li{
  background-color: #3054c9!important;
  width: 19px!important;
  height: 18px!important;
  background-clip: initial!important;
  border-radius: 100px;
}
ol.circle li.active{
  opacity: 1 !important;
}
section.home-product-combos{
  background-color: #f8f8f8;
}
section.home-especial{
  background-color: #f8f8f8;
}

.card-product.card {
  border: 0;
}
.content-cart {
  width: 100%;
  position: relative;
  padding: .7rem .5rem;
  text-align: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  transition: all .3s linear;
}
.card-product:hover {
  box-shadow: 5px 5px 10px #00000014;
}
.card-product:hover .content-cart {
  transform: scale(1);
}
.card-product.zoom {
  transition: transform 0.5s linear;
}

.text-decoration-none {
  text-decoration: none!important;
}

.card-product.card .card-body{
  padding: 0px;
}

.card-product.card .card-description{
  border-top: 1px solid rgba(0,0,0,.125);
  padding: 10px;
}

.card-product.card .card-description
.products .field.qty .btn{
  background-color: #fff;
  background: #fff;
  font-size: 12px;
}

.btn-card-product {
  display: inline-block;
  border: 0;
  border-radius: .4rem;
  cursor: pointer;
  background-color: var(--text-primary);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--background-primary);
  padding: .6rem .8rem;
  transition: all .3s linear;
}

.btn-card-product.active {
  color: red;
}

.btn-card-product:hover {
  color: var(--text-primary);
  text-decoration: none;
  background-color: var(--background-primary);
}

.btn-card-product:focus {
  outline: 0;
}

/* BENEFICIOS */
.benefits-home h6{
  font-size: 14px;
  margin-bottom: 1px!important;
  font-family: var(--font-family) !important;
  font-weight: 500;
}
section.benefits-home .text-row{
    font-size: 11px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* CARDS HOME  */
section.cards-home .all-card{
  top: -40px;
  z-index: 100;
}

section.cards-home .all-card:hover{
  filter: drop-shadow(2px 4px 6px black);
}

section.cards-home .card{
  background-color: #efefef;
  min-height: 191px;
}
section.cards-home .text-center{
  font-size: 13px;
}
section.cards-home .text-center h6{
  font-size: 13px;
  font-family: var(--font-family)!important;
  margin-bottom: 4px;
}
section.cards-home .text-center span{
  font-size: 13px;
  font-family: var(--font-family) !important;
}

/* NEWSLETTER */

section.subcription-home {
    background: url('../img/Testimonio.png');
    padding: 20px 0 15px;
    position: relative;
}
section.subcription-home::after{
  content: ' ';
  background-color: var(--background-primary);
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.3;
}
section.subcription-home .container{
  position: relative;
  z-index: 100;
}
section.subcription-home input.form-control {
	  width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
section.subcription-home input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
section.subcription-home input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
section.subcription-home input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
section.subcription-home .newsletter-title{
	color: #fff;
  font-size: 24px;
}
section.subcription-home .btn.btn-light {
    border: 0;
    padding: 8px 15px 8px 19px;
    height: 40px;
    line-height: 20px;
    /* border-radius: 30px; */
}

/* FOOTER */
.logo-footer {
  margin-bottom: 40px;
}
.img-logo-footer {
  height: 80px;
  max-width: 100%;
  object-fit: contain;
}
.subscription-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.subscription-footer .form-control {
  border-radius: 0;
  height: 60px;
}
.subscription-footer {
  margin-bottom: 50px;
}
.btn-primary1 {
  cursor: pointer;
  background-color: var(--background-primary);
  color: var(--text-primary);
  padding: 15px 20px;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.6px;
  transition: all .3s linear;
}
.btn-primary1:disabled {
  cursor: default;
}
.btn-primary1:not(:disabled):hover {
  background-color: #f5f5f5;
  color: #333;
}
.btn-primary1.focus,
.btn-primary1:focus {
  box-shadow: 0 0 0 0.2rem var(--background-primary);
}
.btn-secondary1 {
  background: #f5f5f5;
  color: #333;
  padding: 15px 20px;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.btn-secondary1:hover {
  background-color: var(--background-primary);
  color: var(--text-primary);
}
footer div.line-footer{
  font-size: 14px;
  letter-spacing: .02em;
  color: #777;
}
.content-line-footer {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0;
}
.logo-line-footer {
  color: var(--background-primary);
  text-transform: uppercase;
  font-weight: 700;
}
footer ul li{
  margin-bottom: 10px;
}

footer ul li a{
  color: var(--background-primary);
  font-size: 16px;
  transition: color .2s ease-in;
}
footer ul li a:hover{
  color: var(--text-secondary);
  text-decoration: none;
}

footer .footer-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

footer .footer-list li {
  font-size: 16px;
  color: var(--background-primary);
  transition: color .2s ease-in;
}
footer .footer-list li:hover {
  color: var(--text-secondary);
  text-decoration: none;
}

footer .list-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

footer .list-icons .item-icon {
  display: flex;
  align-items: center;
  margin: 0;
}

.social-networks {
  margin-bottom: 40px;
}
.social-networks .list-inline-item {
  color: #c4c4c4;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.social-networks .list-inline{
  display: inline-block;
}
.social-networks .list-inline:hover .list-inline-item {
  background-color: #f3f3f3;
}

.social-networks .list-inline:hover .list-inline-item:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.social-networks .list-inline-item.list-item-facebook {
  color: var(--text-facebook);
}

.social-networks .list-inline:hover .list-inline-item.list-item-facebook:hover {
  background-color: var(--text-facebook);
  color: #fff;
  text-decoration: none;
}

.social-networks .list-inline-item.list-item-youtube {
  color: var(--text-youtube);
}

.social-networks .list-inline:hover .list-inline-item.list-item-youtube:hover {
  background-color: var(--text-youtube);
  color: #fff;
  text-decoration: none;
}

.social-networks .list-inline-item.list-item-instagram {
  color: var(--text-instagram);
}

.social-networks .list-inline:hover .list-inline-item.list-item-instagram:hover {
  background-color: var(--text-instagram);
  color: #fff;
  text-decoration: none;
}

.social-networks .list-inline-item.list-item-pinterest {
  color: var(--text-pinterest);
}

.social-networks .list-inline:hover .list-inline-item.list-item-pinterest:hover {
  background-color: var(--text-pinterest);
  color: #fff;
  text-decoration: none;
}

.social-networks .list-inline-item.list-item-twitter {
  color: var(--text-twitter);
}

.social-networks .list-inline:hover .list-inline-item.list-item-twitter:hover {
  background-color: var(--text-twitter);
  color: #fff;
  text-decoration: none;
}

.icon-fot{
  font-size: 27px;
}

/* FORM PRODUCT */
.code-product {
  font-weight: bold;
}
.font-light {
  font-family: 'Ubuntu-Light';
}
section.products .stock{
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--background-primary);
}
section.products .stock.red{
  color: #ea1111;
}
.share-icons a{
  color: #bcbcbc;
  font-size: 24px;
  margin: 5px;
}
.share-icons a i.fab.fa-facebook, .share-icons a:active i.fab.fa-facebook{
  color: #3b5998;
}
.share-icons a i.fab.fa-twitter, .share-icons a:active i.fab.fa-twitter{
  color: #1da1f2;
}
.share-icons a i.fab.fa-whatsapp, .share-icons a:active i.fab.fa-whatsapp{
  color: rgb(37, 211, 102);
}
.ficha_carousel_img{
  width: 100%;
  border: 1px solid #e1e1e1;
}
/* LIST PRODUCTS  */
.slider-home {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 576px) {
  .slider-home {
    height: 371px;
  }
}
@media (min-width: 992px) {
  .slider-home {
    height: 471px;
  }
}

@media (min-width: 1200px) {
  .slider-home {
    height: 671px;
  }
}

.title-slider{
  text-shadow: 0 0 5px #3e3c3c;
  font-size: 40px;
  color: white;
}
.description-slider{
  text-shadow: 0 0 5px #3e3c3c;
  font-size: 25px;
  color: white;
}
.slider-main-title{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 85%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .title-slider{
    font-size: 25px;
  }
  .description-slider{
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .title-slider{
    font-size: 20px;
  }
  .description-slider{
    font-size: 15px;
  }
}

.text-lg-card-offer {
  font-size: 37px;
}
.text-lg-card-offer-subtitle {
  font-size: 18px;
}
.img-product-card {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper.custom1 .swiper-button-next, .swiper.custom1 .swiper-button-prev {
  width: 40px;
  color: #d2d2d2;
  text-shadow: 1px 1px #585858;
  transition: all .3s linear;
}
.swiper.custom1 .swiper-button-next:hover, .swiper.custom1 .swiper-button-prev:hover {
  background-color: var(--background-primary);
  color: #ffffff;
}
.swiper.custom1 .swiper-button-next:after, .swiper.custom1 .swiper-button-prev:after {
  font-family: 'FontAwesome 6' !important;
  font-weight: 900;
  font-size: 25px!important;
}
.swiper.custom1 .swiper-button-prev:after {  
  content: "\f053"!important;
}
.swiper.custom1 .swiper-button-next:after {
  content: "\f054"!important;
}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon{
    border-radius: 100%;
    border: 1px solid;
    background-color: var(--background-primary);
    color: #fff;
    background-size: 25px;
    padding: 20px;
}
section.home-products-especial .card:hover{
  filter: drop-shadow(2px 4px 6px #e1e1e1);
}
section.home-products-especial .card:hover h6{
  color: #3054c9;
}
section.home-especial .card:hover{
  filter: drop-shadow(2px 4px 6px #e1e1e1);
}
section.home-especial .card:hover h6{
  color: #3054c9;
}
.carousel-indicators{
  bottom: 60px;
}

/* owl products home */
.owl-custom1 .owl-prev, .owl-custom1 .owl-next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: var(--background-primary);
  border-radius: 50%;
  color: var(--text-primary);
  padding-top: 3px;
}
.owl-custom1 .owl-prev{
	left: 10px;
}
.owl-custom1 .owl-next{
	right: 10px;
}
.owl-custom2.owl-theme .owl-nav [class*=owl-] {
  color: #333;
  font-size: 25px;
  margin: 15px;
  background: none;
}
.owl-custom2.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: var(--background-primary);
}
.slider-tempoffer .owl-stage-outer, .slider-tempoffer .owl-stage, .slider-tempoffer .owl-stage .owl-item {
  height: 100%;
}
/* end owl products home */
.slider-tempoffer .content{
  background-color: var(--background-primary);
  color: var(--text-primary);
  height: 100%;
  text-align:center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.slider-tempoffer .tooltip-offer-product{
  font-size:20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.slider-tempoffer  .owl-prev, .slider-tempoffer  .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  border-radius: 50%;
  color: var(--background-secondary) !important;
  padding-top: 1px;
  background: none;
  width: 25px;
  height: 25px;
}
.slider-tempoffer  .owl-prev{
  left: 0px;
}
.slider-tempoffer  .owl-next{
  right: 0px;
}  
.text-info-oferta {
  font-size: 20px;
  margin-bottom: 5px;
}
.rounded-pill{
  border-radius: 50rem!important;
}
.number_items_cart{
	position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #333;
  background-color: #e8e8e8;
  border-radius: 50%;
  top: -5px;
  right: -8px;
  font-size: 12px;
}
.floating-wpp-head{
  background-color: var(--background-primary)!important;
}
.see-more{
  color: var(--background-primary);
  text-decoration: none!important;
}
.see-more:hover{
  color: var(--text-secondary);
}
.title-section {
  color: var(--text-secondary);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.title-bottom {
  margin-bottom: 45px;
}

@media (min-width: 576px) {
  .title-section {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .title-section {
    font-size: 30px;
  }
}

.title-section-footer {
  color: var(--text-secondary);
  font-size: 18px;
  letter-spacing: 1px;
}
.title-under {
  position: relative;
  margin-bottom: 44px;
}
.section-content .title-under {
  margin-bottom: 65px;
}
.title-under.line:after {
  content: "";
  position: absolute;
  display: block;
  height: 4.5px;
  width: 68px;
  background: var(--background-primary);
  bottom: -20px;
}
.title-under.line.line-center:after {
  left: calc(50% - 34px);
}
section.catalogues .card-catalogue a{
  color:var(--background-primary);
}
.cards-home i{
  color: var(--background-secondary);
  font-size: 50px;
}
.place-content-center{
  place-content: center;
}
.justify-content-space{
  justify-content: space-evenly;
} 
.navbar-toggler i{
  color: var(--text-primary)!important;
}
#countdown ul li{
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
#countdown ul li span.round-time{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  background-color: var(--background-primary);
  border-radius: 50%;
  border: 2px solid var(--text-primary);
  position: relative;
  height: 54px;
  width: 54px;
  filter: drop-shadow(0px 4px 3px  black);
  margin-bottom: 5px;
}
#countdown ul li span.round-time-text{
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
p.text-offer{
  color: #fff;
  font-size:20px;
  font-weight: bold;
}
.special-categories i{
  font-size: 20px;
}
#navbar-main-fixed .button-revista{
  transform: translate(0%, 0px);
}
.box-card-top {
  position: absolute;
  padding: 4px 10px;
  top: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.box-card-top.right {
  right: 10px;
  background-color: #474747;
}
.box-card-top.left {
  left: 10px;
  background-color: #fa6b6b;
}
.section-content{
  min-height: calc(100vh - 526px);
}

.color-profile{
  background-color: var(--background-primary) !important;
  border-color: transparent !important;
}
.dropdown-custom .dropdown-item:active, .dropdown-custom .dropdown-item.active, .dropdown-custom .dropdown-item:hover {
  background-color: var(--background-primary) !important;
  border-color: var(--background-primary) !important;
  color: white !important;
}
@media (max-width: 992px) {
  .expand-lg-max .dropdown-menu {
    border: 0;
    border-top: 1px solid #8080802e;
    padding: 0;
    margin: 0;
  }
  .expand-lg-max .dropdown-menu .dropdown-item {
    
  }
  .expand-lg-max .dropdown-menu .dropdown-item:hover, .expand-lg-max .dropdown-menu .dropdown-item.active {
    background-color: transparent!important;
    color: var(--background-primary)!important;
  }
}
.catalogue-overlay{
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;

  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.514);
}
.actions-catalogue{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.card-catalogue:hover .catalogue-overlay{
  opacity: 1;
}
.catalogue-overlay a{
  text-decoration: none;
  font-size: 23px;
}
.swal-footer {
  text-align: center!important;
  margin-bottom: 20px!important;
}

.text-lg-card-offer {
  font-size: 37px;
}
.img-product-card {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.background-banner-home {
  background-size:cover; 
  height:150px;
}
.text-banner-home {
  color:white; 
  font-weight: 500; 
  font-size:20px; 
  letter-spacing: 2px;
  text-shadow: 3px 2px 2px #323232;
}
.icon-envelope-email {
  position: absolute;
  top: 1px;
  padding: 7px 14px;
  color: #fff;
  font-size: 18px;
}

#total_pagar {
  color: var(--background-primary);
  font-size: 25px;
}
.btn-ghost-1 {
  color: var(--background-primary);
}
.btn-ghost-1:hover {
  color: #333;
}
.table-custom1 tbody {
  color: var(--background-primary);
}
.table-custom1 tbody td {
  padding: .75rem;
  vertical-align: middle;
  border-top: inherit !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.input-height-btn {
  min-height: 60px;
  max-height: 100%;
}
.img-gallery-product {
  background-position: center!important;
  background-size: cover!important;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat!important;
}
.img-product-shop {
  background-size: contain !important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  width: 60px; 
  height: 60px;
}
.price-product {
  font-size: 35px;
  color: #333;
}
.section-menu-products {
  margin-bottom: 2rem;
}
.subtitle-section {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.page-link-custom1 .page-link, .page-link-custom1 .page-item:not(.active) .page-link:hover {
  color: var(--background-primary);
}
.page-link-custom1 .page-item.active .page-link {
  background-color: var(--background-primary);
  border-color: var(--background-primary);
}
.filter-order-products {
  margin-bottom: 2rem;
  margin-top: 1.6rem;
}
#sidebar { 
  position: relative;
}
/* BREADCRUMB */
.list-breadcrumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.9rem 0;
  list-style: none;
}
.list-breadcrumb li {
  padding: 0 10px;
  position: relative;
}
.list-breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 3.5px;
  right: 0;
  width: 1px;
  height: 19px;
  border-left: 1px solid #e5e5e5;
  content: "";
}
.list-breadcrumb li:first-child {
  padding-left: 0;
}
.list-breadcrumb li:last-child {
  padding-right: 0;
}
.list-breadcrumb li a{
  font-size: 12px;
  color: #777;
}
.list-breadcrumb a.link-home {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 13px;
  background-color: #f5f5f5;
  color: var(--background-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-breadcrumb a:hover{
  text-decoration: none;
  color: var(--background-primary);
}
.slider-input-range{
  border :0;
  color:  var(--background-primary);
  font-weight:600;
}
/* SLIDER JQUERY UI */
.slider-jquery-ui-custom {
  border: 0 !important;
  background: var(--background-secondary) !important;
}

.slider-jquery-ui-custom.ui-slider-horizontal {
  height: .3rem !important;
}

.slider-jquery-ui-custom.ui-slider-horizontal .ui-slider-handle {
  top: -.4rem !important;
}

.slider-jquery-ui-custom .ui-slider-handle {
  width: 1rem !important;
  height: 1rem !important;
}

.slider-jquery-ui-custom .ui-slider-range {
  background-color: var(--background-primary) !important;
}

.slider-jquery-ui-custom .ui-state-active {
  background: var(--background-primary) !important;
  border-color: var(--background-primary) !important;
}

.slider-jquery-ui-custom .slider-input-range {
  border: 0 !important;
  color: var(--background-primary) !important;
}

.slider-jquery-ui-custom .ui-state-default {
  outline: 0;
  border: 0 !important;
  border-radius: 50%;
  background-color: var(--background-primary) !important;
}
.slider-jquery-ui-custom.ui-widget-content {
  background-color: #dddddd!important;
}

/* TESTIMONIOS */
.swiper-testimonial .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.2px;
}
.swiper-testimonial .swiper-button-next,
.swiper-testimonial .swiper-button-prev {
  margin: 0;
  top: auto;
  width: auto;
  height: auto;
  padding: 8px;
  position: relative;
  left: inherit;
  right: inherit;
}

.swiper-testimonial .swiper-button-next:after,
.swiper-testimonial .swiper-button-prev:after {
  color: #333;
  font-size: 25px;
  transition: all .2s ease-in;
}

.swiper-testimonial .swiper-button-next:hover:after {
  color: var(--background-primary) !important;
}

.swiper-testimonial .swiper-button-prev:hover:after {
  color: var(--background-primary) !important;
}

.swiper-testimonial .swiper-button-prev:after,
.swiper-testimonial .swiper-rtl .swiper-button-next:after {
  font-family: 'FontAwesome 6';
  font-weight: 900;
  content: '\f053';
}

.swiper-testimonial .swiper-button-next:after,
.swiper-testimonial .swiper-rtl .swiper-button-prev:after {
  font-family: 'FontAwesome 6';
  font-weight: 900;
  content: '\f054';
}
.btn-see-more-testimonial {
  color: var(--promocional-font);
  font-weight: bold;
  text-decoration-line: underline;
}
.btn-see-more-testimonial:hover {
  color: var(--background-primary);
}
section.testimonies-home{
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-height: 500px;
  color: var(--promocional-font);
}
.content-testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-right: 40px;
  padding-left: 40px;
}
.img-testimonial {
  height: 160px!important;
  width: 160px!important;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .content-testimonial {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .img-testimonial {
    height: 200px!important;
    width: 200px!important;
  }
}
.title-testimonial{
  text-align: center;
  margin: 0;
}
.subtitle-testimonial{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.subtitle-testimonial.see-full{
  overflow: hidden auto;
}
.subtitle-testimonial.see-full::-webkit-scrollbar {
  width: 4px;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15%;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.btn-promo{
  border: 1px #000000 solid;
  border-radius: 0;
  width: 200px;
  color: #fff;
  padding: 10px 0;
  background: #000000;
  text-shadow: 0 0 5px #3e3c3c;
  box-shadow: 0 0 4px 4px #85818142;
}
.btn-promo:hover{
  background: var(--background-primary);
  border-color: var(--background-primary);
  color: var(--text-primary);
}

.title-form {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--background-primary) !important;
}

.title-block {
  display: flex;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #e5e5e5;
}

.list-actions {
  display: flex;
  align-items: center;
  padding: 0;
}

.list-actions .li-action {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 .5rem;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
}
.list-actions .li-action:first-of-type {
  padding-left: 0;
}

.list-actions > * + * {
  border-style: solid;
  border-color: #333;
  border-right-width: 0px;
  border-left-width: 1px;
}

.li-action .link-action {
  color: #333;
  font-size: .9rem;
  text-transform: uppercase;
  transition: color .3s linear;
}

.li-action .link-action:hover {
  color: var(--background-primary) !important;
  text-decoration: none;
}

.img-principal {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.max-w-70px {
  max-width: 70px;
}

.nav-bottom {
  border-bottom: 1px solid var(--background-primary);
}

.nav-bottom .nav-link {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.nav-bottom .nav-link.active {
  border-color: var(--background-primary);
}

.img-gallery-product {
  width: 100%;
  height: 100px;
  object-fit: contain;
  border: 1px solid #cfcfcf;
}

.swiper-gallery-product .swiper-navigations {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3px;
  right: 0;
}

.swiper-gallery-product .swiper-navigations .swiper-button-next,
.swiper-gallery-product .swiper-navigations .swiper-button-prev {
  position: relative;
  left: inherit;
  right: inherit;
  top: inherit;
  margin: 0;
  width: auto;
  height: auto;
  padding: .4rem .7rem;
  color: #fff;
  background-color: var(--background-primary);
  transition: all .4s ease-in-out;
}

.swiper-gallery-product .swiper-navigations .swiper-button-next:after,
.swiper-gallery-product .swiper-navigations .swiper-button-prev:after {
  font-size: 18px;
}

.swiper-gallery-product .swiper-navigations .swiper-button-next:after,
.swiper-gallery-product .swiper-navigations .swiper-rtl .swiper-button-prev:after {
  content: '\f061';
  font-weight: 900;
  font-family: 'FontAwesome 6';
}

.swiper-gallery-product .swiper-navigations .swiper-button-prev:after,
.swiper-gallery-product .swiper-navigations .swiper-rtl .swiper-button-next:after {
  content: '\f060';
  font-weight: 900;
  font-family: 'FontAwesome 6';
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container-page-lg-max {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* LG MAX */
@media (max-width: 576px) {
  .item-header-top {
    font-size: 11px;
  }
}
/* LG MAX */
@media (max-width: 992px) {
  .item-header-top {
    color: var(--text-tertiary);
  }
  .container-page-lg-max {
    width: 100%;  
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-top {
    background-color: var(--background-tertiary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .header-main .top-content{
    margin-top: 50px
  }
  #overlay {
    display: none; 
    position: fixed; 
    width: 100vw; 
    height: 100vh; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.7); 
    z-index: 100000; 
    opacity: 0; 
    transition: all .5s ease-in-out;
  }
  #overlay.active { 
    display: block; 
    opacity: 1;
  }
  #sidebar {
    width: 250px; 
    height: 100vh; 
    position: fixed; 
    top: 0; 
    left: -255px; 
    z-index: 100001;
    background-color: #ffffff; 
    color: #fff; 
    transition: all .3s; 
    overflow: auto;
  }
  #sidebar.active { 
    left: 0; 
  }
  #navbar-main {
    background-color: var(--background-primary);
  }
  #navbar-main .nav-link:hover, #navbar-main .nav-item.active .nav-link {
    background-color: #f5f5f5;
    color: var(--background-primary);
  }
  #navbar-main .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #navbar-main .nav-item {
    border-bottom: 1px solid #8080802e;
  }
  .color-content-menu, .color-content-menu.main {
    color: var(--text-primary)!important;
  }
  .color-content-menu:hover, .color-content-menu.main:hover {
    color: var(--background-secondary)!important;
  }
  .content-button-search button {
    color: #777 !important;
  }
  #content-search {
    background-color: var(--background-primary);
  }
}
/* LG MIN */
@media (min-width: 992px) {  
  .navbar-light .navbar-nav  a.nav-link{
    padding: 0;
    margin: 0 0.8rem;
    position: relative;
    top: 0;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -webkit-transition: top .3s ease;
  }
  #navbar-main .custom-menu li:nth-child(2)>a  {
    margin-left: 0;
  }
  #navbar-main .nav-item.active>.nav-link:before, #navbar-main .nav-link:hover:before {
    content: "";
    position: absolute;
    bottom: -8px;
    display: block;
    background-color: var(--background-primary);
    height: 5px;
    width: 100%;
    left: 0;
  }
  .list-breadcrumb {
    border-top: 1px solid #e5e5e5;
  }
  .line-right-lg-min {
    border-right: 1px solid #e5e5e5;
  }
  .line-right-footer-lg-min {
    border-right: 1px solid #e5e5e5;
  }
}
#html-editor img {
  max-width: 100%;
}

.img-slider-catalogue {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all linear 1s;
}
.text-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-lines.one {
  -webkit-line-clamp: 1;
}
.text-lines.two {
  -webkit-line-clamp: 2;
}
.group-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 1200px) {
  .img-slider-catalogue {
    height: 500px;
  }
}

@media (max-width: 992px) {
  .img-slider-catalogue {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .img-slider-catalogue {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .img-slider-catalogue {
    height: 200px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .content-cart {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -24px auto 0;
    transform: scale(0);
  }
  .card-product.zoom:hover {
    z-index: 10;
    transform: scale(1.2);
  }
}
@media (hover: none) and (pointer: coarse) {
  .btn-card-product {
    padding: 5px 12px;
  }
  .btn-card-product[data-action="modal-add-cart"]::after {
    content: 'Agregar al carrito';
    letter-spacing: 0;
    font-size: 15px;
  }
  .btn-card-product[data-action="un-favorite"]::after {
    content: 'Quitar de favoritos';
    letter-spacing: 0;
    font-size: 15px;
  }
  .btn-card-product[data-action="favorite"]::after, .btn-card-product[data-action="session-login"]::after {
    content: 'Agregar a favoritos';
    letter-spacing: 0;
    font-size: 15px;
  }
  .tooltip {
    display: none;
  }
}

.swiper-custom3 .swiper-tag-button-next, .swiper-custom3 .swiper-tag-button-prev {
  width: 50px;
  height: 50px;
  background-color: var(--background-primary);
  color: var(--text-primary);
  text-shadow: 1px 1px #585858;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.swiper-custom3 .swiper-tag-button-next:after, .swiper-custom3 .swiper-tag-button-prev:after {
  font-family: "Font Awesome 6 Free"!important;
  font-weight: 900;
  font-size: 15px!important;
}
.swiper-custom3 .swiper-tag-button-prev {
  left: 0;
}
.swiper-custom3 .swiper-tag-button-next {
  right: 0;
}
.swiper-custom3 .swiper-tag-button-prev:after {
  content: "\f060"!important;
}
.swiper-custom3 .swiper-tag-button-next:after {
  content: "\f061"!important;
}
.swiper-tag-button-next-home:after, .swiper-tag-button-prev:after {
  font-size: 18px;
}