/*

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)
--------------------------------------------- */




/* Typography */
body,
ul,
li,
p,
a,
label,
input,
select,
textarea,
div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
}

.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}

.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

:focus-visible,
:focus,
:active {
  outline: none !important;
}

/* General */
.logo {
  font-weight: 500 !important;
}

.text-warning {
  color: #ede861 !important;
}

.text-muted {
  color: #bcbcbc !important;
}

.text-success {
  color: #154496 !important;
}

.text-light {
  color: #cfd6e1 !important;
}

.bg-dark {
  background-color: #154496 !important;
}

.bg-light {
  background-color: #e9eef5 !important;
}

.bg-black {
  background-color: #1d242d !important;
}

.bg-success {
  background-color: #154496 !important;
}

.btn-success {
  background-color: #154496 !important;
  border-color: #154496 !important;
}

.btn-secondary {
  background-color: #8eadd9 !important;
  border-color: #8eadd9 !important;
}

.btn-success:hover {
  background-color: #123a7e !important;
  border-color: #154496 !important;
}

.btn-secondary:hover {
  background-color: #6187bb !important;
  border-color: #8eadd9 !important;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, .5);
}

.pagination .page-link:hover {
  color: #000;
}

.pagination .page-link:hover,
.pagination .page-link.active {
  background-color: #bfddf1;
  color: #fff;
}

/* Nav */
#templatemo_nav_top {
  min-height: 40px;
  padding: 0 1rem;
}

#templatemo_nav_top * {
  font-size: .9em !important;
  color: #bfddf1;
}

.logo {
  width: 160px;
  height: auto;
}

#templatemo_main_nav a {
  color: #154496;
}

#templatemo_main_nav a:hover {
  color: #bfddf1;
}

#templatemo_main_nav .navbar .nav-icon {
  margin-right: 20px;
}

/* Hero Carousel */
#template-mo-zay-hero-carousel {
  background: #154496 !important;
}

#template-mo-zay-hero-carousel .carousel-item .img-fluid {
  width: 100%;
}

#template-mo-zay-hero-carousel .carousel-item .txt-slider {
  background: #154496;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: auto;
  padding: 20px;
  color: white;
}

/* Categorías */

.card-body {
  text-align: left;
}

.categories-links {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}

.card.active .categories-links {
  visibility: visible;
  opacity: 1;
  margin-top: 15px;
  height: auto;
  transform: translateY(0);
}

.card-header {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.card img {
  scale: 1;
  transition: all 0.3s ease-in-out;
}

.card:hover img {
  scale: 1.2;
  transition: all 0.3s ease-in-out;
}

.card h2.h3,
.card a {
  color: #212529 !important;
  transition: all 0.3s ease-in-out;
}

.card:hover h2.h3:hover,
.card:hover a:hover {
  color: #bfddf1 !important;
  transition: all 0.3s ease-in-out;
}

/* Productos destacados */

#carousel-related-product .card {
  transition: all 0.3s ease-in-out;
  color: #212529 !important;
  box-shadow: none;
  border: none;
}

#carousel-related-product .card:hover {
  background: #bfddf1;
  color: #154496 !important;
  transition: all 0.3s ease-in-out;
}

.link-card {
  text-decoration: none;
}

#carousel-related-product .card-header {
  background: white;
  margin: auto;
  width: 100%;
  text-align: center !important;
}

#carousel-related-product .card-header img {
  height: 100%;
  width: auto;
  margin: auto;
}

/* Hero Carousel */
#subtitulo h1,
#subtitulo h2,
#subtitulo p {
  color: #fff !important;
}

/* Accordion */
.templatemo-accordion a {
  color: #000;
}

.templatemo-accordion a:hover {
  color: #333d4a;
}

/* Shop */
.shop-top-menu a:hover {
  color: #bfddf1 !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;
}

.card.product-wap .card .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;
}

/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}

.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #154496;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #154496 !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: #bfddf1;
}

/* Contact map */
.leaflet-control a,
.leaflet-control {
  font-size: 10px !important;
}

.form-control {
  border: 1px solid #e8e8e8;
}

/* Footer */
#tempaltemo_footer a {
  color: #dcdde1;
}

#tempaltemo_footer a:hover {
  color: #bfddf1;
}

#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: #154496;
  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: 12px !important;
}

.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.form-control {
  min-height: calc(12.5em + 0.75rem + 2px);
}

select#pais option[selected],
textarea.form-control::placeholder {
  color: #6c757d !important;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.list-unstyled a:hover {
  color: #6db4fe !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #bfddf1;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 {
    font-size: 1em !important;
  }
}

/*// 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: 100%;
    margin-left: 100px !important;
  }

  #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: 18px !important;
  }

  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

@media (max-width: 576px) {
  #template-mo-zay-hero-carousel .carousel-item .txt-slider {
    position: relative;
  }

  #template-mo-zay-hero-carousel .carousel-item .txt-slider .text-align-center {
    display: block !important;
  }
}