@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
a {
  transition: all ease 0.3;
  outline: none;
}
i.icon-lang {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #909aab;
}
.uk-border-rounded {
  border-radius: 8px;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Inter', sans-serif;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
  font-family: 'Inter', sans-serif;
}
header .topbar {
  background-color: #023a54;
  padding: 12px 0;
}
header .topbar ul.uk-subnav {
  margin-bottom: 0;
}
header .topbar ul.uk-subnav li a {
  font-size: 0.78rem;
  text-transform: none;
  color: white;
}
header .topbar ul.uk-subnav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
header .topbar ul.uk-subnav li .uk-dropdown li {
  padding: 5px 10px;
  border-radius: 4px;
}
header .topbar ul.uk-subnav li .uk-dropdown li a {
  color: #023a54;
}
header .topbar ul.uk-subnav li .uk-dropdown li a:hover {
  color: rgba(2, 58, 84, 0.8);
}
header .topbar ul.uk-subnav li .uk-dropdown li.uk-active {
  background-color: #f4f6f8;
}
header .middlebar {
  padding: 20px 0 20px 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(144, 154, 171, 0.3);
}
@media (max-width: 639px) {
  header .middlebar {
    border-bottom: none;
  }
}
header .middlebar a {
  text-decoration: none;
}
header .middlebar .brand img {
  width: 230px;
}
@media (max-width: 959px) {
  header .middlebar .brand img {
    width: 200px;
  }
}
@media (max-width: 639px) {
  header .middlebar .brand img {
    width: 180px;
  }
}
@media (max-width: 479px) {
  header .middlebar .brand img {
    width: 150px;
  }
}
@media (max-width: 400px) {
  header .middlebar .brand img {
    width: 120px;
  }
}
header .middlebar .uk-subnav a {
  text-transform: none;
  color: #023a54;
}
header .middlebar .uk-subnav a.icon {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: 1px solid rgba(144, 154, 171, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 639px) {
  header .middlebar .uk-subnav a.icon {
    width: 38px;
    height: 38px;
  }
}
header .middlebar .uk-subnav a.icon i.badge {
  width: 5px;
  height: 5px;
  background-color: #3299cf;
  border-radius: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
header .middlebar .uk-subnav a.icon img {
  width: 25px;
}
header .middlebar .uk-subnav a.icon.solid {
  background-color: #f4f6f8;
  border: 1px solid #f4f6f8;
}
header .middlebar .uk-subnav a.icon.nav {
  background-color: #3299cf;
  border: 1px solid #3299cf;
  color: white;
}
header .middlebar .uk-subnav a.icon.nav img *,
header .middlebar .uk-subnav a.icon.nav svg * {
  stroke: white;
}
header .middlebar .uk-subnav.uk-subnav-small li {
  padding-left: 10px;
}
header .middlebar .uk-subnav.uk-subnav-small li:first-child {
  padding-left: 20px;
}
header .navbar {
  padding: 10px 0;
}
header .navbar a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #023a54;
  text-decoration: none;
  gap: 5px;
  align-items: center;
  min-height: 40px;
}
header .navbar .uk-subnav li a {
  font-size: 0.85rem;
  font-weight: 500;
  color: #023a54;
  text-decoration: none;
  gap: 5px;
  align-items: center;
  text-transform: none;
}
header .navbar .uk-subnav li a:hover {
  color: rgba(2, 58, 84, 0.7);
}
.uk-text-primary {
  color: #3299cf !important;
}
a.uk-text-primary {
  color: #3299cf !important;
}
a.uk-text-primary:hover {
  color: rgba(50, 153, 207, 0.7) !important;
}
.uk-text-secondary {
  color: #023a54 !important;
}
.uk-text-danger {
  color: #c00;
}
.mobile-qsearch {
  margin-top: 20px !important;
}
.uk-label {
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 3px;
}
.uk-label.uk-label-outlet {
  background-color: #c00;
}
.qsearch {
  background-color: #f4f6f8;
  border-radius: 8px;
  padding: 5px 20px 5px 5px;
}
@media (max-width: 479px) {
  .qsearch {
    padding: 0px 20px 0px 5px;
  }
}
.qsearch ul.uk-tab {
  overflow: hidden;
  border-radius: 6px;
  border: none;
}
.qsearch ul.uk-tab:before {
  display: none;
}
.qsearch ul.uk-tab li {
  border-left: 1px solid transparent !important;
  padding-left: 0;
  border: none;
}
.qsearch ul.uk-tab li:first-child {
  margin-left: 0;
}
.qsearch ul.uk-tab li a {
  padding: 6px 10px;
  text-transform: none;
  border: none;
  color: #666;
  font-size: 0.78rem;
  background-color: rgba(0, 0, 0, 0.07);
}
.qsearch ul.uk-tab li.uk-active a {
  background-color: rgba(2, 58, 84, 0.35);
  color: white;
}
.qsearch input {
  background-color: transparent;
  border: none;
  font-size: 0.9rem;
}
.qsearch input.uk-input {
  font-weight: 300;
}
.qsearch input.uk-input:hover {
  border: none;
  background-color: transparent !important;
}
.qsearch input.uk-input:focus {
  border: none;
  background-color: transparent !important;
  color: #909aab;
}
.qsearch input.uk-input:focus:placehoder {
  color: #909aab;
}
.qsearch input.uk-input:placehoder {
  color: #8c95a3;
}
.qsearch a.icon-search {
  color: #8c95a3;
}
.qsearch a.uk-button-default {
  font-weight: 500;
  text-transform: none;
  font-size: 0.8rem;
  background-color: white;
}
footer {
  background-color: #023a54 !important;
  font-size: 0.875rem;
}
footer .brand img,
footer .brand svg {
  width: 140px;
}
@media (max-width: 959px) {
  footer .brand img,
  footer .brand svg {
    width: 140px;
  }
}
@media (max-width: 639px) {
  footer .brand img,
  footer .brand svg {
    width: 120px;
  }
}
@media (max-width: 479px) {
  footer .brand img,
  footer .brand svg {
    width: 100px;
  }
}
footer .brand img *,
footer .brand svg * {
  fill: white !important;
}
footer hr {
  margin: 30px 0;
}
footer ul.uk-nav a {
  font-size: 13px;
  color: white;
}
footer ul.uk-nav a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
footer .social a {
  font-size: 1.5rem !important;
}
@media (min-width: 640px) {
  footer .copy {
    width: 250px;
  }
}
.uk-text-bold {
  font-weight: 600;
}
.uk-dotnav li a {
  width: 25px;
  height: 5px;
  border-radius: 2px;
  border-color: #3299cf;
}
.uk-dotnav li a:hover {
  background-color: rgba(50, 153, 207, 0.4);
}
.uk-dotnav li.uk-active a {
  background-color: #3299cf;
}
.item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all ease 0.3s;
}
.item:hover {
  border: 1px solid #aaa;
}
.item.outlet {
  border-color: rgba(204, 0, 0, 0.3);
}
.item.outlet:hover {
  border-color: rgba(204, 0, 0, 0.5);
}
.item.outlet .uk-button-secondary {
  background-color: #c00;
}
.item.outlet .uk-button-secondary:hover {
  background-color: rgba(204, 0, 0, 0.7);
}
.item .uk-card-body {
  padding: 20px;
}
@media (max-width: 639px) {
  .item .uk-card-body {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .item .uk-card-body {
    padding: 10px;
  }
}
.item .uk-card-body h4 {
  line-height: 1.1em;
}
.item .figure img {
  min-height: 100%;
}
.item .price {
  font-size: 1.2rem;
  color: #3299cf;
  font-weight: 700;
  margin: 5px 0 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 639px) {
  .item .price {
    font-size: 1.1rem;
  }
}
@media (max-width: 479px) {
  .item .price {
    font-size: 0.9rem;
  }
}
.item .price span {
  font-weight: 300 !important;
  display: inline-block;
}
@media (max-width: 479px) {
  .item .price span {
    font-size: 0.7rem;
  }
}
.item a.add-wishlist {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid rgba(144, 154, 171, 0.5);
  background-color: white;
}
.item a.add-wishlist img *,
.item a.add-wishlist svg * {
  fill: white;
}
.item a.add-wishlist:hover img *,
.item a.add-wishlist:hover svg * {
  fill: #023a54;
}
.item .uk-button-secondary {
  background-color: #023a54;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.item .uk-button-secondary:hover {
  background-color: rgba(2, 58, 84, 0.8);
}
.uk-button {
  text-transform: none;
}
.login-nav {
  background-color: white;
  color: #333;
  padding: 0;
  font-size: 0.875rem;
}
.login-nav .uk-text-primary {
  color: #3299cf !important;
}
.login-nav.uk-offcanvas-bar {
  overflow-y: inherit;
}
.login-nav.uk-offcanvas-bar > *,
.login-nav.uk-offcanvas-bar * {
  color: #333;
}
.login-nav .cart {
  padding: 20px;
}
.login-nav > div {
  font-size: 0.875rem;
  padding: 20px;
}
.login-nav > div .uk-text-primary {
  color: #3299cf !important;
}
.login-nav > div .uk-text-secondary {
  color: #023a54 !important;
}
.login-nav > div .uk-button-primary {
  color: white;
}
.login-nav > div .uk-button-primary:hover {
  color: white;
}
.login-nav > div .uk-button-default {
  border-color: #ddd;
}
.login-nav > div .uk-button-default:hover {
  border-color: #eee;
  color: #333;
}
.login-nav > div .uk-button-small {
  line-height: 29px;
}
.login-nav > div .uk-button-secondary {
  background-color: #023a54 !important;
  color: white !important;
  font-weight: 500;
  text-transform: uppercase;
}
.login-nav > div .uk-button-secondary i {
  color: white;
}
.login-nav > div .uk-button-primary {
  background-color: #3299cf !important;
  color: white !important;
  font-weight: 500;
  text-transform: uppercase;
}
.login-nav > div .uk-button-primary i {
  color: white;
}
.login-nav > div .uk-button-large {
  padding: 0 15px;
}
.login-nav > div .uk-button-muted {
  background-color: #eee;
  color: #333 !important;
  font-weight: 500;
}
.login-nav > div .uk-button-muted i {
  color: #333 !important;
}
.login-nav > div .uk-button-muted:hover {
  background-color: #fafafa;
}
.login-nav > div .uk-link-text {
  font-size: 0.85rem;
}
.login-nav > div .uk-link-text:hover {
  color: rgba(51, 51, 51, 0.8);
}
.login-nav > div .price-item {
  color: #023a54 !important;
  font-size: 1rem;
}
.login-nav > div hr {
  border-top: 1px solid #e5e5e5 !important;
}
.login-nav > div .uk-input {
  border: 1px solid #ddd !important;
  color: #333 !important;
  background-color: white;
}
.login-nav > div .uk-input.has-error {
  border-color: #ff4a4a !important;
}
.login-nav > div .uk-input::placeholder {
  color: #ddd;
}
.login-nav > div .uk-input:focus {
  border: 1px solid #ddd !important;
  color: #333 !important;
}
.login-nav > div .uk-checkbox {
  border: 1px solid #ddd !important;
}
.login-nav > div .placeholder {
  height: 150px;
}
.login-nav > div h2.uk-text-primary {
  color: #3299cf !important;
}
.icon-nav {
  display: inline-block;
  background-color: white;
  border: 2px solid #3299cf;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.icon-nav:hover {
  border-color: rgba(50, 153, 207, 0.7);
}
.icon-nav.offer {
  border: 2px solid #c00;
}
.icon-nav.offer:hover {
  border-color: rgba(204, 0, 0, 0.7);
}
.uk-slider-items {
  padding-bottom: 10px;
}
.categorias .uk-card {
  background-color: white;
  transition: all ease 0.4s;
  border: 2px solid rgba(50, 153, 207, 0.4);
}
.categorias .uk-card:hover {
  border: 2px solid #3299cf;
  background-color: #023a54;
}
.categorias .uk-card:hover * {
  color: white !important;
}
.categorias .uk-card .uk-h4 {
  line-height: 1em;
}
@media (max-width: 479px) {
  .categorias .uk-card .uk-h4 {
    font-size: 1.1rem;
  }
}
.uk-text-danger {
  color: #c00 !important;
}
.uk-light * {
  color: #ffffff !important;
}
.bnnr img.img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
small {
  display: inline-block;
  line-height: 1.3em;
}
.mm-menu {
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.07) 0 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 20px;
}
@media (min-width: 960px) {
  .mm-menu {
    padding: 40px 40px;
  }
}
.mm-menu .mm-navbar {
  border-color: transparent;
  height: 60px;
}
@media (min-width: 960px) {
  .mm-menu .mm-navbar {
    height: 100px;
  }
}
.mm-menu .mm-navbar a {
  color: #333;
}
.mm-menu .mm-navbar .mm-btn:before {
  border-color: #333;
}
.mm-menu .mm-navbar .mm-prev.mm-btn + .mm-title {
  background-position: -500px 50%;
  background-repeat: no-repeat;
  background-size: 0 0;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 40px;
  line-height: 60px;
}
@media (min-width: 960px) {
  .mm-menu .mm-navbar .mm-prev.mm-btn + .mm-title {
    padding: 0 50px;
  }
}
@media (min-width: 960px) {
  .mm-menu .mm-navbar .mm-prev.mm-btn + .mm-title {
    line-height: 100px;
  }
}
.mm-menu .mm-navbar .mm-prev.mm-btn.mm-hidden + .mm-title {
  background-size: 150px 100px;
  color: transparent;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (max-width: 959px) {
  .mm-menu .mm-navbar .mm-prev.mm-btn.mm-hidden + .mm-title {
    background-size: 100px 60px;
  }
}
.mm-menu .mm-navbar .mm-btn:first-child,
.mm-menu .mm-navbar .mm-btn:last-child {
  height: 60px;
}
@media (min-width: 960px) {
  .mm-menu .mm-navbar .mm-btn:first-child,
  .mm-menu .mm-navbar .mm-btn:last-child {
    height: 100px;
  }
}
.mm-menu.mm-hasnavbar-top-1 .mm-panels,
.mm-menu .mm-navbar-top-2 {
  top: 60px;
}
@media (min-width: 960px) {
  .mm-menu.mm-hasnavbar-top-1 .mm-panels,
  .mm-menu .mm-navbar-top-2 {
    top: 100px;
  }
}
.mm-menu .mm-panels > .mm-panel {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mm-menu .mm-panels > .mm-panel.mm-current {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mm-menu .mm-listview > li .mm-next:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%230d2638%22%20points%3D%228%205%2013%2010%208%2015%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  transform: rotate(0deg);
}
.mm-menu .mm-listview .mm-divider {
  color: #333;
}
.mm-menu em.mm-counter {
  right: 35px;
}
.mm-menu em.mm-counter + a.mm-next {
  width: 45px;
  right: 10px;
}
@media (min-width: 960px) {
  .mm-menu em.mm-counter + a.mm-next {
    right: 30px;
  }
}
.mm-menu em.mm-counter + a.mm-next + a,
.mm-menu em.mm-counter + a.mm-next + span {
  width: 100%;
  margin-right: 55px;
}
@media (min-width: 960px) {
  .mm-menu em.mm-counter + a.mm-next + a,
  .mm-menu em.mm-counter + a.mm-next + span {
    margin-right: 75px;
  }
}
.mm-menu .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 20px;
  padding-right: 50px;
}
@media (min-width: 960px) {
  .mm-menu .mm-listview .mm-next.mm-fullsubopen + span {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.mm-menu .mm-listview > li:not(.mm-divider):after {
  left: 20px;
  right: 20px;
}
@media (min-width: 960px) {
  .mm-menu .mm-listview > li:not(.mm-divider):after {
    left: 40px;
  }
}
@media (min-width: 960px) {
  .mm-menu .mm-listview > li:not(.mm-divider):after {
    right: 40px;
  }
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  padding-left: 20px;
}
@media (min-width: 960px) {
  .mm-menu .mm-listview > li a:not(.mm-next) {
    padding-left: 40px;
  }
}
.mm-menu .mm-listview > li a:not(.mm-next).special {
  color: #909aab;
}
.mm-menu .mm-listview > li a:not(.mm-next).special:hover {
  color: rgba(144, 154, 171, 0.6);
}
.mm-menu .mm-navbar.mm-navbar-top {
  height: 100px;
}
@media (max-width: 959px) {
  .mm-menu .mm-navbar.mm-navbar-top {
    height: 60px;
  }
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next {
  width: 100%;
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next + a,
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels .mm-panel:first-child > ul > li > em.mm-counter + a.mm-next + span {
  margin-right: 55px;
}
.mm-menu > .mm-navbar,
.mm-menu .mm-panels,
.mm-menu .mm-panels > .mm-panel {
  background: transparent;
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span,
.mm-menu .mm-listview > li em.mm-counter {
  font-weight: 500;
  color: #0d2638;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mm-menu .mm-listview > li:hover > a,
.mm-menu .mm-listview > li:hover > span,
.mm-menu .mm-listview > li:hover em.mm-counter {
  color: rgba(13, 38, 56, 0.7);
}
.mm-menu .mm-listview > li em.mm-counter {
  display: none;
}
.mm-menu .mm-clear:after,
.mm-menu .mm-clear:before,
.mm-menu .mm-close:after,
.mm-menu .mm-close:before {
  border: 1px solid #e5e5e5;
}
.mm-menu .mm-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22close-icon%22%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22rgba%2813%2C%2038%2C%2056%2C%200.7%29%22%20stroke-width%3D%221.1%22%20x1%3D%221%22%20y1%3D%221%22%20x2%3D%2213%22%20y2%3D%2213%22%3E%3C%2Fline%3E%3Cline%20fill%3D%22none%22%20stroke%3D%22rgba%2813%2C%2038%2C%2056%2C%200.7%29%22%20stroke-width%3D%221.1%22%20x1%3D%2213%22%20y1%3D%221%22%20x2%3D%221%22%20y2%3D%2213%22%3E%3C%2Fline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 55px;
}
.mm-menu .mm-close:before {
  display: none;
  border-right: none;
  border-bottom: none;
  right: 9px;
}
.mm-menu .mm-close:after {
  display: none;
  border-top: none;
  border-left: none;
  right: 15px;
}
.mm-menu .mm-listview > li,
.mm-menu .mm-listview > li .mm-next,
.mm-menu .mm-listview > li .mm-next:before,
.mm-menu .mm-listview > li:after {
  border-color: rgba(13, 38, 56, 0.1);
}
.mm-menu .mm-listview > li.no-border:after {
  border-color: rgba(255, 255, 255, 0);
}
.mm-menu li .ta-badge {
  background: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #3299cf;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mm-menu li:hover .ta-badge {
  background: rgba(255, 255, 255, 0.7);
}
.mm-menu .ta-social a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.mm-menu .ta-social a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
.desktop-nav {
  background-color: white;
  color: #333;
}
.desktop-nav.uk-offcanvas-bar {
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.desktop-nav.uk-offcanvas-bar > *,
.desktop-nav.uk-offcanvas-bar * {
  color: #333;
}
.desktop-nav.uk-offcanvas-bar ul.uk-nav li {
  position: relative !important;
}
.desktop-nav.uk-offcanvas-bar ul.uk-nav li i {
  color: #3299cf !important;
}
.desktop-nav.uk-offcanvas-bar ul.uk-nav > li > a {
  font-size: 0.8rem;
}
.desktop-nav.uk-offcanvas-bar .uk-card {
  background: none;
  box-shadow: none;
}
.desktop-nav.uk-offcanvas-bar .uk-dropdown-desktop-nav {
  background-color: white;
  overflow: auto;
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  max-width: 100% !important;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.04);
}
.desktop-nav.uk-offcanvas-bar .uk-dropdown-desktop-nav:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: #FFF;
  z-index: 1000;
  margin-left: -10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.desktop-nav.uk-offcanvas-bar a {
  padding: 2px 0;
  color: #222 !important;
}
.desktop-nav.uk-offcanvas-bar a:hover {
  color: #555 !important;
}
.desktop-nav.uk-offcanvas-bar button {
  color: #222 !important;
}
.desktop-nav.uk-offcanvas-bar button:hover {
  color: #555 !important;
}
.desktop-nav.uk-offcanvas-bar .uk-nav-divider {
  border-top: 1px solid #e5e5e5 !important;
}
.desktop-nav.uk-offcanvas-bar .uk-drop {
  width: 850px;
}
@media (max-width: 1199px) {
  .desktop-nav.uk-offcanvas-bar .uk-drop {
    width: 550px;
  }
}
.desktop-nav.uk-offcanvas-bar .uk-drop .uk-h5 {
  color: #3299cf !important;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.2em;
}
.desktop-nav.uk-offcanvas-bar .uk-drop .uk-h5 a {
  color: #3299cf !important;
}
.desktop-nav.uk-offcanvas-bar .uk-drop .subfamily {
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  font-size: 0.75rem !important;
}
.desktop-nav.uk-offcanvas-bar .uk-drop .subfamily .uk-nav > li > a {
  padding: 0px 0;
  font-size: 0.75rem !important;
}
.desktop-nav > ul.uk-nav > li > a {
  display: flex;
  padding: 20px 10px;
  border-radius: 5px;
  flex-direction: column;
  gap: 5px;
  margin: 5px 0;
  border: 2px solid rgba(2, 58, 84, 0.4);
  font-weight: 700;
  font-size: 0.85rem;
}
.mobile-nav {
  background-color: #3299cf;
}
.mobile-nav .uk-nav > li > a {
  padding: 0;
}
.mobile-nav .uk-nav-sub li a {
  font-size: 0.75rem;
}
.mobile-nav .brand img *,
.mobile-nav .brand svg * {
  fill: white;
}
.mobile-nav a {
  color: #ffffff !important;
}
.mobile-nav a.uk-button.uk-button-primary {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #3299cf !important;
  text-transform: none;
  font-size: 1rem !important;
  padding: 0 10px;
  font-weight: 400;
}
.mobile-nav a.uk-button.uk-button-primary:hover {
  background-color: white !important;
}
.qsearch-radios {
  line-height: 0.9rem;
  margin-left: 15px;
}
.qsearch-radios .uk-radio {
  width: 12px;
  height: 12px;
}
.uk-tooltip {
  border-radius: 5px;
  background-color: #aaa;
}
.uk-text-lead {
  font-family: 'Inter', sans-serif;
  line-height: 1.3em;
  font-size: 19px;
}
.uk-text-large {
  font-family: 'Inter', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
}
.uk-breadcrumb {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 34px;
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i:before {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 16px;
  background-color: #e6e6e6;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch:active i:after {
  width: 20px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(12px, 2px, 0);
}
.uk-notification.uk-notification-bottom-center,
.uk-notification.uk-notification-top-center {
  text-align: center;
  z-index: 10000;
  width: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media (max-width: 639px) {
  .uk-notification.uk-notification-bottom-center,
  .uk-notification.uk-notification-top-center {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.uk-notification.uk-notification-bottom-center .uk-notification-message,
.uk-notification.uk-notification-top-center .uk-notification-message {
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: auto;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 40px 10px 45px;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message > div > .uk-icon,
.uk-notification.uk-notification-top-center .uk-notification-message > div > .uk-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close:hover,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close:hover {
  color: rgba(255, 255, 255, 0.6);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-danger,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-danger {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-success,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-success {
  background: rgba(50, 210, 150, 0.8);
  color: white;
}
.mn-tienda-entrega,
.mn-forma-pago,
.mn-order-forma-pago {
  overflow: visible;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
}
.mn-tienda-entrega.selected,
.mn-forma-pago.selected,
.mn-order-forma-pago.selected {
  border: 2px solid #023a54;
}
.mn-detail-forma-pago {
  background-color: #023a54;
}
.btn-del-cart {
  background-color: #f8f8f8;
}
.btn-del-cart:hover {
  background-color: #f1f1f1;
}
@media (min-width: 640px) {
  .thumbnail > .uk-thumbnav {
    flex-direction: column !important;
    margin-left: 0 !important;
    margin-top: -15px !important;
  }
  .thumbnail > .uk-thumbnav > * {
    padding-left: 0;
    padding-top: 15px;
  }
}
.thumbnail li {
  cursor: pointer !important;
}
.thumbnail li.uk-active > div {
  border: 1px solid #3299cf;
}
.thumbnail li > div {
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}
.thumbnail img {
  padding: 5px;
  max-width: 100%;
  max-height: 100%;
}
.thumbnail canvas {
  background-color: #fcfcfc;
}
.thumbnail-zoom img {
  padding: 0.9375rem;
  max-width: 100%;
  max-height: 100%;
}
.thumbnail-zoom canvas {
  background-color: #fcfcfc;
}
.ficha-datos .price-item {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3299cf;
}
.mt-forma-pago,
.mt-order-forma-pago {
  cursor: pointer;
  border: 2px solid transparent;
}
.mt-forma-pago.selected,
.mt-order-forma-pago.selected {
  border: 2px solid #3299cf;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
/*# sourceMappingURL=main.css.map */