/*

TemplateMo 559 Zay Shop

https://templatemo.com/tm-559-zay-shop

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */

@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #eb4d4b;
  --orange: #fd7e14;
  --yellow: #EE5A24;
  --green: #6ab04c;
  --teal: #00cec9;
  --cyan: #1289A7;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #1b1b1b;
  --primary: #ff6e42;
  --secondary: #6c757d;
  --success: #6ab04c;
  --info: #1289A7;
  --warning: #EE5A24;
  --danger: #eb4d4b;
  --light: #f8f9fa;
  --dark: #1b1b1b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.breadcrumb-item {
  font-size: 12px !important;
}
.breadcrumb-item a{
  font-size: 12px !important;
}
.indicator {
  margin: 30px;
  border-color: #6c8185;
  border-width: medium;
  border-style: solid;
  background-color: #41ced573;
}
.h1-indicator {
  padding: 30px;
  font-family: monospace;
  font-weight: 900;
  color: #434c4c;
}
.a-admin{
  text-decoration: none;
  display: contents;
}
.item {
  position: relative;
  display: inline-block;
}
.ml-1r {
  margin-left: 1rem !important;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-9px {
  margin-top: 9px !important;
}
.p12 {
  font-size: 12px !important;
}
.popover {
  position: absolute;
  top: -70px; /* Ajusta esta posición según sea necesario */
  left: 0;
  background-color: white;
  color: red;
  padding: 5px;
  border-radius: 5px;
  z-index: 1; /* Asegura que esté por encima de otros elementos */
}


/* Typography */
body, ul, li, p, a, label, input, div {
  font-family: 'Poppins', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}

.h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px !important;
}
.h4m {
  font-size: 1.2rem !important;
}
.g900 {
  color: #b2f90c;
  font-weight: 900;
}
.pd3 {
  padding: 3px;
}
.p12{
 font-size: 12px !important;
}
.p11{
  font-size: 11px !important;
 }
.p10{
  font-size: 10px !important;
}
.db {
  display: block;
}
.logo {
  max-width: 150px;
  padding: 10px;
}
.form-check-input:checked {
  background-color: #30cce3 !important;
  border-color: #539099 !important;
}
.loginheader {
  position: relative;
  height: 20vh;
  background: url(../img/login_1.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  min-height: 40px;
  line-height: 30px;
  border-width: 0 0 2px 0;
  font-size: 14px !important;
}
.btn-primary {
  color: #fff;
  background-color: #30cce3;
  border-color: #4bc943;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4bc943;
  border-color: #30cce3;
}
.btn-login{
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 50px !important;
}
.mtf-5 {
  margin-top: 16rem !important;
  padding-left: 18px;
}
.back {
  color: #31ccc3;
  font-size: xx-large;
}
.download-share-buttons{
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-right: auto;
}
.img-menu {
  max-width: 80px;
  border-radius: 40%;
}

/* General */
.logo { font-weight: 500 !important;}
.text-primary { color: #ff8300 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #31ccc3 !important;}
.text-light { color: #cfd6e1 !important;}
.text-dl { color: #828385 !important; }
.bg-dark { background-color: #212934 !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #31ccc3 !important;}
.ml20 {margin-left: 20% !important;}
.ml25 {margin-left: 25% !important;}
.btn-success {
  background-color: #31ccc3 !important;
  border-color: #56ae6c !important;
}
.f14 {font-size: 14px !important;}
.font-weight-bold {
  font-weight: 700 !important;
}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #31ccc3;
  color: #fff;
}
.dataTables_info {
  font-size: 14px !important;
}
.dataTables_length {
  font-size: 14px !important;
}
.page-link {
  font-size: 14px !important;
}

.mt-5p{
  margin-top: 7rem !important;
}
.mt-12{
  margin-top: 12rem !important;
}
.mt-9{
  margin-top: 9rem !important;
}
.section-title {
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1200 - 320)));
  padding-bottom: 7px;
  font-weight: 600;
}
.section-subtitle {
  font-size: calc(18px + (16 - 16) * ((100vw - 320px) / (1200 - 320)));
  font-weight: 600;
  margin-bottom: 0px;
  color: #31ccc3;
}
.subtitle {
  font-size: calc(18px + (20 - 9) * ((100vw - 320px) / (1200 - 320)));
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 8px;
  word-spacing: 10px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  color: #31ccc3;
}
.title {
  font-size: calc(30px + (70 - 30) * ((100vw - 320px) / (1200 - 320)));
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  margin-bottom: 15%;
}
.h600 {
  min-height: 640px !important;
}
.h686 {
  min-height: 686px !important;
}
.ofertas-section{
  min-height: 747px;
}
.ofertas-section .filtros {
  padding: 10px;
  margin: 0 auto 20px;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ofertas-section .filters {
  margin-bottom: 2rem;
}

.ofertas-section .filters .col {
  border-bottom-color: #6c6969;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-right-style: none;
  border-right-width: thin;
}
.ofertas-section .filters a {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  color: #444;
  font-size: 13px;
  font-weight: 500;
  opacity: .7;
  padding: 8px 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.ofertas-section .filters a:first-child {
  margin-left: 0;
}

.ofertas-section .filters a:last-child {
  margin-right: 0;
}

.ofertas-section .filters a:hover {
  opacity: .9;
}

.ofertas-section .filters a.active {
  opacity: 1;

}
/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: .9em !important;}
#templatemo_main_nav a { color: #212934;}
#templatemo_main_nav a:hover { color: #69bb7e;}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}
.nav-link-grey {color: #9ca4b1 !important}
.nav-link {
  color:#0dcaf0;
  font-weight: 500;
}
.menu {
  color: #000000;
}
.menu :active{
  color:#1289A7; 
}
/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #efefef !important;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #69bb7e !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
.card {
  height: 525px !important;
  border: var(--white);
}
.img-prod{
  height: 150px;
  object-fit: none;
  width: auto;
  margin: 2px;
  padding-bottom: 5px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.alert-text {
  color: red;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 0px;
}
.message-text {
  color: green;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-bottom: 0px;
}
.custom-file-input {
  visibility: hidden;
  position: absolute;
}
.form-floating>.form-control:-webkit-autofill {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #31ccc3;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #31ccc3 !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #69bb7e;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}

/* Footer */
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #68bb7d;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 0.8rem !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}


.nav-toggle {
  font-size: 24px;
  cursor: pointer;
}

.nav-tabs > .nav-item {
  display: inline-block;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
  .ofertas-section .filtros {
    padding: 10px;
    margin: 0 auto 20px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .ofertas-section .filters a {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    opacity: .7;
    padding: 8px 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 550px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 0.7rem !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
