@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7V1s.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: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -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;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #139ad7;
}
#cookies-msg a.uk-button:hover {
  background: #0b5779;
}
#cookies-msg a:not(.uk-button) {
  color: #139ad7;
}
#cookies-msg a:not(.uk-button):hover {
  color: #0b5779;
}
.uk-link,
a {
  color: #139ad7;
  text-decoration: none;
  cursor: pointer;
}
.uk-link:hover,
a:hover {
  color: #5fc4f1;
}
em {
  color: #139ad7;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #139ad7;
}
#offcanvas-producto-servicios .uk-offcanvas-bar .uk-checkbox {
  border: 1px solid #ccc;
}
#offcanvas-producto-servicios .uk-offcanvas-bar .uk-checkbox:checked,
#offcanvas-producto-servicios .uk-offcanvas-bar .uk-checkbox:indeterminate {
  border: 1px solid #139ad7;
  background: #139ad7;
}
#offcanvas-producto-servicios .uk-offcanvas-bar .uk-checkbox:checked,
#offcanvas-producto-servicios .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: "Poppins", sans-serif;
  line-height: 1.1em;
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2.1rem;
  }
}
.uk-text-primary {
  color: #139ad7 !important;
}
.uk-text-secondary {
  color: #283f68 !important;
}
.black-friday .uk-text-secondary {
  color: #139ad7 !important;
}
.uk-text-xsmall {
  font-size: 0.7rem;
  line-height: 1.4;
}
.uk-margin-xsmall-right {
  margin-right: 0.3125rem !important;
}
.uk-margin-xsmall-left {
  margin-left: 0.3125rem !important;
}
.black-friday .uk-card-default {
  color: white;
  border: none !important;
}
.icon.small {
  font-size: 1.0625rem;
}
.icon.medium {
  font-size: 1.375rem;
}
.icon.large {
  font-size: 1.75rem;
}
.icon.xlarge {
  font-size: 2.15rem;
}
.uk-container {
  max-width: 1345px;
}
.global {
  overflow-x: hidden;
}
header .top-bar-content {
  padding: 0.375rem 0;
  color: white;
  background-color: #283f68;
  font-size: 0.75rem;
}
.black-friday header .top-bar-content {
  background-color: #333;
}
header .top-bar-content a {
  transition: all ease 0.3s;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .top-bar-content a > i {
  margin-right: 5px;
}
header .top-bar-content a:hover {
  color: rgba(255, 255, 255, 0.7);
}
header .main-header-content {
  padding: 1.875rem 0;
  background-color: #139ad7;
  line-height: 1.1em;
  background: linear-gradient(28deg, #139ad7, #5fc4f1, #139ad7);
  background-size: 600% 600%;
  -webkit-animation: headerGradient 20s ease infinite;
  -moz-animation: headerGradient 20s ease infinite;
  animation: headerGradient 20s ease infinite;
  color: white;
}
header .main-header-content.uk-sticky-fixed {
  transition: all ease 0.3s;
  padding: 1rem 0;
  z-index: 2000;
  position: fixed !important;
  top: 0 !important;
}
@media (max-width: 959px) {
  header .main-header-content {
    padding: 1.5rem 0;
  }
}
@media (max-width: 639px) {
  header .main-header-content {
    padding: 1.3rem 0;
  }
}
@media (max-width: 479px) {
  header .main-header-content {
    padding: 1rem 0;
  }
}
header .main-header-content .brand img,
header .main-header-content .brand svg {
  width: 9.375rem;
}
@media (max-width: 959px) {
  header .main-header-content .brand img,
  header .main-header-content .brand svg {
    width: 8rem;
  }
}
@media (max-width: 639px) {
  header .main-header-content .brand img,
  header .main-header-content .brand svg {
    width: 6.5rem;
  }
}
@media (max-width: 479px) {
  header .main-header-content .brand img,
  header .main-header-content .brand svg {
    width: 5rem;
  }
}
header .main-header-content .brand img *,
header .main-header-content .brand svg * {
  fill: white !important;
}
header .main-header-content a {
  transition: all ease 0.3s;
  color: white;
}
header .main-header-content a:hover {
  color: rgba(255, 255, 255, 0.7);
}
header .main-header-content small {
  font-size: 0.6875rem;
}
header .main-header-content .uk-badge {
  background-color: #ff5e5f;
  font-weight: 600;
  font-size: 0.6875rem;
  position: absolute;
  top: -10px;
  right: -10px;
}
header .nav-header-content {
  padding: 15px 0;
}
header .nav-header-content ul.uk-subnav a {
  font-size: 0.875rem;
  color: #222;
  font-weight: 600;
  text-transform: none;
}
.black-friday header .nav-header-content ul.uk-subnav a {
  color: white;
}
header .nav-header-content ul.uk-subnav a:hover {
  color: #666;
}
.black-friday header .nav-header-content ul.uk-subnav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.qsearch input {
  padding: 1.1rem 4rem 1.1rem 1.5rem;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  margin-left: -2px;
  border-radius: 5px 5px 5px 5px;
  border-color: #cbcbcb;
  font-size: 0.875rem;
  height: 45px;
  line-height: 45px;
}
.black-friday .qsearch input {
  border-color: #139ad7;
}
.qsearch a {
  color: #333;
}
.black-friday .qsearch a {
  color: #139ad7;
}
@-webkit-keyframes headerGradient {
  0% {
    background-position: 0% 87%;
  }
  50% {
    background-position: 100% 14%;
  }
  100% {
    background-position: 0% 87%;
  }
}
@-moz-keyframes headerGradient {
  0% {
    background-position: 0% 87%;
  }
  50% {
    background-position: 100% 14%;
  }
  100% {
    background-position: 0% 87%;
  }
}
@keyframes headerGradient {
  0% {
    background-position: 0% 87%;
  }
  50% {
    background-position: 100% 14%;
  }
  100% {
    background-position: 0% 87%;
  }
}
.uk-section-primary {
  background-color: #139ad7;
}
.section-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#056cf2+0,009eff+56,009eff+100 */
  background: #056cf2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056cf2', endColorstr='#009eff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer {
  background-color: #1a2943 !important;
  font-size: 0.875rem;
}
.black-friday footer {
  background-color: #111 !important;
}
footer .brand img,
footer .brand svg {
  width: 6.25rem;
}
@media (max-width: 959px) {
  footer .brand img,
  footer .brand svg {
    width: 5rem;
  }
}
@media (max-width: 639px) {
  footer .brand img,
  footer .brand svg {
    width: 4.375rem;
  }
}
@media (max-width: 479px) {
  footer .brand img,
  footer .brand svg {
    width: 4.0625rem;
  }
}
footer .brand img *,
footer .brand svg * {
  fill: white !important;
}
footer ul.uk-nav a {
  font-size: 13px;
}
@media (min-width: 960px) {
  .section-slider {
    padding-top: 0;
  }
}
.item .entrega-6,
#page-productos .entrega-6,
.item .entrega-24-28,
#page-productos .entrega-24-28,
.item .entrega-express,
#page-productos .entrega-express,
.item .entrega-dias,
#page-productos .entrega-dias,
.item .entrega-express-dias,
#page-productos .entrega-express-dias {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 990;
}
.item .entrega-6.pos-absolute,
#page-productos .entrega-6.pos-absolute,
.item .entrega-24-28.pos-absolute,
#page-productos .entrega-24-28.pos-absolute,
.item .entrega-express.pos-absolute,
#page-productos .entrega-express.pos-absolute,
.item .entrega-dias.pos-absolute,
#page-productos .entrega-dias.pos-absolute,
.item .entrega-express-dias.pos-absolute,
#page-productos .entrega-express-dias.pos-absolute {
  position: absolute;
  top: 10px;
  left: 10px;
  background-size: 100% auto;
}
.item .entrega-6,
#page-productos .entrega-6 {
  background: url("../svg/icon-envio.svg") no-repeat center center;
}
.item .entrega-6.con-coste,
#page-productos .entrega-6.con-coste {
  background: url("../svg/icon-envio-coste.svg") no-repeat center center;
}
.item .entrega-24-28.con-coste,
#page-productos .entrega-24-28.con-coste {
  background: url("../svg/icon-envio-24-48-coste.svg") no-repeat center center;
}
.item .entrega-express,
#page-productos .entrega-express {
  background: url("../svg/icon-express-2.svg") no-repeat center center;
}
.item .entrega-express.pos-absolute,
#page-productos .entrega-express.pos-absolute {
  top: 65px;
}
.item .entrega-dias,
#page-productos .entrega-dias {
  background: url("../svg/icon-dias.svg") no-repeat center center;
}
.item .entrega-express-dias,
#page-productos .entrega-express-dias {
  background: url("../svg/icon-express-dias.svg") no-repeat center center;
}
.item .entrega-express-dias.pos-absolute,
#page-productos .entrega-express-dias.pos-absolute {
  top: 65px;
}
.item {
  position: relative;
}
.item .product-media {
  position: relative;
}
.item .product-details {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.item .button-buy {
  background-color: rgba(40, 63, 104, 0.9);
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 0.6rem 0;
  text-decoration: none;
  transition: all ease 0.3s;
  margin: 8px;
  border-radius: 5px;
}
.item .button-buy:hover {
  background-color: rgba(40, 63, 104, 0.98);
}
.item .whishlist {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 34px;
  margin-bottom: 0.5rem;
  color: #999;
  background-color: #fff;
  font-size: 1.6rem;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  overflow: hidden;
}
.item .whishlist i {
  font-size: 1.1rem;
}
.item .whishlist:hover {
  background-color: #283f68;
}
.item .whishlist:hover i {
  color: white;
}
.item h6 {
  margin: 0;
  font-size: 12px;
  margin-bottom: 5px;
}
.item h3 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item h3 a {
  color: #666;
}
.black-friday .item h3 a {
  color: #eee;
}
.item h3 a:hover {
  color: #444;
}
.black-friday .item h3 a:hover {
  color: #ccc;
}
.item .price-amount {
  margin: 5px 0 3px 0;
  font-weight: 700;
  font-size: 1.35rem;
}
.item .price-amount.offer {
  color: #c00;
}
.item .price-amount.red {
  color: #c00;
}
.item .price-amount.orange {
  color: #ff675d;
}
.item .price-amount .price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 1.15rem;
  font-weight: 800;
}
.item a.uk-button-primary,
.item button.uk-button-primary {
  font-weight: 600;
  background: #056cf2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #056cf2 0%, #009eff 56%, #009eff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056cf2', endColorstr='#009eff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.item a.uk-button-muted,
.item button.uk-button-muted {
  font-weight: 600;
  background-color: #bbb;
  color: white;
}
.item a.uk-button-default,
.item button.uk-button-default {
  font-weight: 600;
  border-color: #139ad7;
  color: #139ad7;
}
.item a.uk-button-default:hover,
.item button.uk-button-default:hover {
  border-color: rgba(19, 154, 215, 0.6);
  color: rgba(19, 154, 215, 0.6);
}
.item a.uk-button-secondary,
.item button.uk-button-secondary {
  font-weight: 600;
  background-color: #283f68;
}
.black-friday .item a.uk-button-secondary,
.black-friday .item button.uk-button-secondary {
  background-color: #139ad7;
}
.item a.uk-button-secondary:hover,
.item button.uk-button-secondary:hover {
  background-color: #2f4a7a;
}
.item .product-rating i {
  font-size: 12px;
  color: #ddd;
}
.item .product-rating i.on {
  color: #ff675d;
}
.product-label {
  display: inline-block;
  text-align: center;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 1;
}
.product-label.top {
  background-color: #139ad7;
}
.product-label.offer {
  background-color: #ffFFFF;
  color: #333;
  border: 1px solid #ff675d;
}
.product-label.new {
  background-color: #000;
}
.uk-button {
  text-transform: none;
}
.uk-button.uk-button-secondary {
  font-weight: 600;
  background-color: #283f68;
}
.black-friday .uk-button.uk-button-secondary {
  background-color: #139ad7;
}
.black-friday .uk-button.uk-button-secondary:hover {
  background-color: #19a9eb;
}
.uk-button.uk-button-secondary:hover {
  background-color: #2f4a7a;
}
.black-friday .uk-button.uk-button-default {
  color: white;
}
.cesta-nav {
  background-color: white;
  color: #333;
  padding: 0;
  font-size: 0.875rem;
}
.cesta-nav .uk-text-primary {
  color: #139ad7 !important;
}
.cesta-nav.uk-offcanvas-bar {
  overflow-y: inherit;
}
.cesta-nav.uk-offcanvas-bar > *,
.cesta-nav.uk-offcanvas-bar * {
  color: #333;
}
.cesta-nav .cart {
  padding: 20px;
}
.cesta-nav .item-cart {
  border-radius: 5px;
  padding: 10px;
}
.cesta-nav .item-cart:nth-child(even) {
  background-color: #f0f0f0;
}
.black-friday .cesta-nav .item-cart:nth-child(even) {
  background-color: #222;
}
.cesta-nav .item-cart + .item-cart {
  margin-top: 2px;
}
.cesta-nav > div {
  font-size: 0.875rem;
  padding: 20px;
}
.cesta-nav > div .uk-text-primary {
  color: #139ad7 !important;
}
.cesta-nav > div .uk-button-secondary {
  background-color: orangered !important;
  color: white !important;
  font-weight: 500;
  text-transform: uppercase;
}
.cesta-nav > div .uk-button-secondary i {
  color: white;
}
.cesta-nav > div .uk-button-large {
  padding: 0 15px;
}
.cesta-nav > div .btn-remove-product {
  margin-top: 5px;
}
.cesta-nav > div .uk-button-muted {
  background-color: #eee;
  color: #333 !important;
  font-weight: 500;
  text-transform: uppercase;
}
.black-friday .cesta-nav > div .uk-button-muted {
  color: white !important;
  background-color: #444;
}
.cesta-nav > div .uk-button-muted i {
  color: #333 !important;
}
.black-friday .cesta-nav > div .uk-button-muted i {
  color: white !important;
}
.cesta-nav > div .uk-button-muted:hover {
  background-color: #fafafa;
}
.cesta-nav > div .uk-link-text {
  font-size: 0.8rem;
  line-height: 1.2em;
  display: inline-block;
}
.cesta-nav > div .uk-link-text:hover {
  color: rgba(51, 51, 51, 0.8);
}
.cesta-nav > div .price-item {
  color: #283f68 !important;
  font-size: 1rem;
}
.cesta-nav > div hr {
  border-top: 1px solid #e5e5e5 !important;
}
.cesta-nav > div .uk-input {
  border: 1px solid #ddd !important;
  color: #333 !important;
  width: 50px;
  background-color: white;
}
.black-friday .cesta-nav > div .uk-input {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background-color: rgba(255, 255, 255, 0.05);
  color: white !important;
}
.black-friday .cesta-nav > div .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cesta-nav > div .uk-input:focus {
  border: 1px solid #ddd !important;
  color: #333 !important;
}
.black-friday .cesta-nav > div .uk-input:focus {
  color: white;
}
.cesta-nav > div .info-cart {
  margin-top: 0px;
}
.cesta-nav > div .basket-empty {
  text-align: center;
  font-size: 0.85rem;
}
.cesta-nav > div .placeholder {
  height: 150px;
}
.button-whishlist {
  padding: 0 20px;
  font-size: 1.2rem;
}
.button-whishlist i {
  position: relative;
  top: 2px;
}
.uk-input,
.uk-select,
.uk-textarea {
  font-size: 0.85rem;
}
.black-friday .uk-input,
.black-friday .uk-select,
.black-friday .uk-textarea {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.black-friday .uk-input::placeholder,
.black-friday .uk-select::placeholder,
.black-friday .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.uk-offcanvas {
  z-index: 100000;
}
.uk-label {
  font-size: 0.8rem;
}
.uk-label:not(.uk-label-danger, .uk-label-success, .uk-label-default) {
  background-color: #283f68;
  color: white;
}
.uk-label.stock {
  background-color: #00ac47;
  color: white;
}
.uk-label.entrega {
  background-color: #aaa;
  color: white;
}
.uk-label.instalacion {
  background-color: orange;
  color: white;
}
.desktop-nav {
  background-color: white;
  color: #333;
}
.desktop-nav.uk-offcanvas-bar {
  overflow-y: inherit;
}
.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: #139ad7 !important;
}
.desktop-nav.uk-offcanvas-bar a {
  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 h5 {
  color: #139ad7 !important;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.2em;
}
.desktop-nav.uk-offcanvas-bar .uk-drop h5 a {
  color: #139ad7 !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;
}
.desktop-nav.uk-offcanvas-bar .uk-drop .subfamily .uk-nav > li > a {
  padding: 0px 0;
}
.uk-background-default {
  background-color: white;
}
.black-friday .uk-background-default {
  background-color: transparent !important;
}
.mobile-nav {
  background-color: #283f68;
}
.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: #139ad7;
  color: white;
  text-transform: none;
  font-size: 0.85rem;
  padding: 0 10px;
}
.mobile-nav a.uk-button.uk-button-primary:hover {
  background-color: #19a9eb !important;
}
.filter-nav {
  background-color: #283f68;
}
.filter-nav a {
  color: #ffffff !important;
}
.filter-nav a.uk-button.uk-button-primary {
  background-color: #139ad7;
  color: white;
  text-transform: none;
  font-size: 0.85rem;
  padding: 0 10px;
}
.filter-nav a.uk-button.uk-button-primary:hover {
  background-color: #19a9eb !important;
}
.uk-border-rounded {
  border-radius: 7px;
}
.uk-breadcrumb {
  border-top: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
}
@media (max-width: 639px) {
  .uk-breadcrumb {
    display: none;
  }
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.black-friday .uk-breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.black-friday .uk-breadcrumb li span {
  color: rgba(255, 255, 255, 0.9);
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 10px 0 calc(10px - 4px);
}
.tag-subfamily {
  margin-top: 15px;
}
.tag-subfamily a {
  display: block;
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  font-weight: 500;
}
.tag-subfamily a:hover {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.header-section {
  background: #283f68 url(../img/header-listado.jpg) no-repeat center center;
  background-size: cover;
  /* Old browsers */
}
@media (max-width: 639px) {
  .header-section {
    margin-top: 15px;
  }
}
.header-section * {
  color: white;
}
.header-section small {
  line-height: 1.4em;
  display: inline-block;
}
.filters-combo {
  font-size: 0.875rem;
}
.filters-combo:first-child {
  margin-top: 15px;
}
.filters-combo h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: skyblue !important;
}
.filters-combo label {
  display: block;
  font-size: 0.85rem;
}
.filters-combo label input {
  margin-right: 10px;
  border-radius: 3px;
}
.filters-combo label input.uk-checkbox:checked,
.filters-combo label input.uk-checkbox:indeterminate,
.filters-combo label input.uk-radio:checked {
  background-color: white;
}
.filters-combo label input.uk-checkbox:focus,
.filters-combo label input.uk-radio:focus {
  border-color: #139ad7;
}
.filters-combo label:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.descripcion-ficha .uk-accordion-title {
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.black-friday .descripcion-ficha .uk-accordion-title {
  color: white !important;
}
.black-friday .uk-text-meta {
  color: rgba(255, 255, 255, 0.7);
}
.price-item {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 479px) {
  .price-item {
    font-size: 1.8rem;
  }
}
.price-item.offer {
  color: #c00;
}
.price-item span:not(.price):not(.price-old) {
  font-weight: 400;
  font-size: 0.8rem;
  color: #999;
}
.price-item .price-old {
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 1.6rem;
  font-weight: 200;
}
@media (max-width: 479px) {
  .price-item .price-old {
    font-size: 1.2rem;
  }
}
.uk-text-success {
  color: #00ac47 !important;
}
small {
  line-height: 1.3em;
  display: inline-block;
}
@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 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;
}
.item-img img {
  padding: 0.6rem;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 640px) {
  .item-img img {
    padding: 1rem;
  }
}
.item-img canvas {
  background-color: #fcfcfc;
}
.info-slider-content {
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .info-slider-content {
    margin-left: 20px;
  }
}
@media (max-width: 959px) {
  .info-slider-content {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .info-slider-content {
    margin-top: 0px;
    zoom: 0.85;
  }
}
.info-slider-content .info-slider {
  width: 460px;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  .info-slider-content .info-slider {
    width: 400px;
  }
}
@media (max-width: 959px) {
  .info-slider-content .info-slider {
    width: 550px;
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .info-slider-content .info-slider {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.info-slider-content .info-slider .subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #8ed5f5;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.light.info-slider-content .info-slider .subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (max-width: 1199px) {
  .info-slider-content .info-slider .subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .info-slider-content .info-slider .subtitle {
    font-size: 1.1rem;
  }
}
.info-slider-content .info-slider .heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #283f68;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.light.info-slider-content .info-slider .heading {
  color: white !important;
}
@media (max-width: 1199px) {
  .info-slider-content .info-slider .heading {
    font-size: 2.3rem;
  }
}
@media (max-width: 639px) {
  .info-slider-content .info-slider .heading {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.info-slider-content .info-slider .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1em;
  color: #5fc4f1;
}
.light.info-slider-content .info-slider .description {
  color: rgba(255, 255, 255, 0.8) !important;
}
@media (max-width: 1199px) {
  .info-slider-content .info-slider .description {
    font-size: 1.3rem;
  }
}
@media (max-width: 639px) {
  .info-slider-content .info-slider .description {
    font-size: 1.2rem;
  }
}
.uk-checkbox {
  border-radius: 3px;
}
.text-bold {
  font-weight: 600;
}
.flags {
  cursor: pointer;
}
.isn-cesta-switcher > li {
  margin-bottom: 10px;
}
.isn-cesta-switcher > li > a {
  text-transform: none !important;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
}
.isn-cesta-switcher > li > a:hover {
  color: #999;
  border-color: #999;
}
.isn-cesta-switcher > li > a:before {
  border-radius: 30px;
  background-color: white;
  height: 16px;
  width: 16px;
  content: "";
  margin-top: 2px;
  margin-left: 0;
  margin-right: 8px;
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
}
.isn-cesta-switcher > li.uk-active > a {
  background: #283f68 !important;
  border-color: #283f68;
  color: white !important;
}
.isn-cesta-switcher > li.uk-active > a:before {
  border: 1px solid #139ad7;
  background-color: #139ad7;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
em.error-block {
  color: #cc0000 !important;
  font-size: 75%;
}
.uk-notification-message {
  font-size: 0.85rem;
  border-radius: 8px;
  background-color: white;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #139ad7;
  z-index: 20001;
}
.uk-notification-message.uk-notification-message-error,
.uk-notification-message.uk-notification-message-danger {
  border: 1px solid #cc0000;
  color: #cc0000;
}
.uk-notification-message.uk-notification-message-success {
  border: 1px solid #0b9606;
  color: #0b9606;
}
#page-cesta .uk-accordion-title:before {
  border-radius: 30px;
  background-color: white;
  height: 16px;
  width: 16px;
  content: "";
  margin-top: 7px;
  margin-left: 0;
  margin-right: 8px;
  float: left;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
}
#page-cesta .isn-accordion.isn-accordion-cesta > li > .uk-accordion-title {
  display: inline-block;
  padding: 5px 50px 5px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  white-space: nowrap;
  border: 1px solid #283f68;
}
#page-cesta .isn-accordion.isn-accordion-cesta > li > .uk-accordion-title h3 {
  color: #283f68;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.4;
}
#page-cesta .isn-accordion.isn-accordion-cesta > li.uk-open > .uk-accordion-title {
  background: #283f68;
}
#page-cesta .isn-accordion.isn-accordion-cesta > li.uk-open > .uk-accordion-title h3 {
  color: white;
}
#page-cesta li.uk-open > .uk-accordion-title:before {
  border: 1px solid #139ad7;
  background-color: #139ad7;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.msn {
  background-color: rgba(40, 63, 104, 0.02);
  border: 1px solid rgba(40, 63, 104, 0.12);
  padding: 1.25rem;
}
.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.7);
}
.uk-lightbox-toolbar {
  top: 0;
  right: 0;
  margin: 15px;
  --uk-position-margin-offset: 15px;
  left: auto;
  padding: 0;
}
.uk-lightbox-toolbar > button {
  padding: 10px;
  background-color: #139ad7;
}
.range .range-slider {
  height: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.range .range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #139ad7;
}
.range .range-input {
  position: relative;
}
.range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range .range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 8px solid #139ad7;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
}
.range .range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 8px solid #139ad7;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
}
.range .range-price {
  margin: 20px 0 0 0;
  font-size: 90%;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}
.range .euro {
  width: 13px;
  border-radius: 5px;
  /* border: 1px solid white; */
  position: absolute;
  text-align: center;
  padding: 2px 0;
  right: -6px;
  top: 5px;
  background: #283f68;
  font-size: 0.6rem;
}
.range .range-price label {
  margin-right: 5px;
}
.range .range-price input {
  width: 40px;
  padding: 5px;
}
.range .range-price input:first-of-type {
  margin-right: 15px;
}
.error-block {
  display: block;
}
.uk-dropdown,
.uk-card {
  border-radius: 0.3125rem;
}
#page-account .uk-card-default .uk-dropdown-nav > li > a {
  color: white;
}
div#eCalculadoraCetelemDiv.isn-cetelem-calc .eCalculadoraCetelem-combo {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
}
div#eCalculadoraCetelemDiv.isn-cetelem-calc .eCalculadoraCetelem-combo .calculadora-enc {
  width: 100%;
  min-width: 100% !important;
  max-width: 100% !important;
  display: block;
}
div#eCalculadoraCetelemDiv.isn-cetelem-calc .eCalculadoraCetelem-combo footer.legal-enc {
  background-color: transparent !important;
}
div#eCalculadoraCetelemDiv.isn-cetelem-calc .eCalculadoraCetelem-combo .calc-container-enc {
  border: 1px solid transparent !important;
  margin-bottom: 10px;
}
div#eCalculadoraCetelemDiv.isn-cetelem-calc .encabezado-enc {
  display: none;
}
.tienda-recogida {
  cursor: pointer;
}
.tienda-recogida .ribbon-selected {
  display: none;
}
.tienda-recogida.selected .ribbon-selected {
  display: block;
}
@media (max-width: 639px) {
  .mobile-buy {
    padding: 0 10px;
  }
}
.uk-accordion-title {
  cursor: pointer;
}
.uk-card-xsmall .uk-card-body,
.uk-card-xsmall.uk-card-body {
  padding: 10px;
}
body.black-friday {
  background-color: black;
  color: white;
}
body.black-friday .uk-h1,
body.black-friday .uk-h2,
body.black-friday .uk-h3,
body.black-friday .uk-h4,
body.black-friday .uk-h5,
body.black-friday .uk-h6,
body.black-friday .uk-heading-2xlarge,
body.black-friday .uk-heading-large,
body.black-friday .uk-heading-medium,
body.black-friday .uk-heading-small,
body.black-friday .uk-heading-xlarge,
body.black-friday h1,
body.black-friday h2,
body.black-friday h3,
body.black-friday h4,
body.black-friday h5,
body.black-friday h6 {
  color: white;
}
body.black-friday .cesta-nav.uk-offcanvas-bar > *,
body.black-friday .cesta-nav.uk-offcanvas-bar * {
  color: white;
}
body.black-friday .cesta-nav.uk-offcanvas-bar {
  background-color: #121212 !important;
  color: white;
}
body.black-friday .cesta-nav.uk-offcanvas-bar .uk-background-muted {
  background-color: #000;
}
body.black-friday .cesta-nav.uk-offcanvas-bar > *,
body.black-friday .cesta-nav.uk-offcanvas-bar * {
  color: white;
}
body.black-friday .item-img canvas {
  border-radius: 8px;
}
body.black-friday header .main-header-content {
  background: #111 !important;
  z-index: 20000;
}
body.black-friday header .main-header-content .brand a {
  color: #139ad7;
}
body.black-friday header .main-header-content .brand a svg * {
  fill: #139ad7 !important;
}
body.black-friday .uk-card-default {
  background-color: #121212;
}
body.black-friday .uk-card-default.uk-card-default.uk-card-hover:hover {
  background-color: #232323;
}
body.black-friday .uk-modal-header,
body.black-friday .uk-modal-dialog {
  background-color: #121212 !important;
}
body.black-friday .uk-button-text {
  color: rgba(255, 255, 255, 0.7);
}
body.black-friday .mobile-nav {
  background-color: #283f68;
}
body.black-friday .desktop-nav,
body.black-friday .mobile-nav {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.7);
}
body.black-friday .desktop-nav.uk-offcanvas-bar a,
body.black-friday .mobile-nav.uk-offcanvas-bar a {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.black-friday .desktop-nav.uk-offcanvas-bar a:hover,
body.black-friday .mobile-nav.uk-offcanvas-bar a:hover {
  color: white !important;
}
body.black-friday .desktop-nav.uk-offcanvas-bar .brand a,
body.black-friday .mobile-nav.uk-offcanvas-bar .brand a {
  color: #139ad7;
}
body.black-friday .desktop-nav.uk-offcanvas-bar .brand a svg *,
body.black-friday .mobile-nav.uk-offcanvas-bar .brand a svg * {
  fill: #139ad7 !important;
}
body.black-friday .desktop-nav.uk-offcanvas-bar .uk-drop h5 a,
body.black-friday .mobile-nav.uk-offcanvas-bar .uk-drop h5 a {
  color: #139ad7 !important;
}
body.black-friday .desktop-nav.uk-offcanvas-bar .uk-icon svg,
body.black-friday .mobile-nav.uk-offcanvas-bar .uk-icon svg {
  color: rgba(255, 255, 255, 0.7);
}
body.black-friday .desktop-nav.uk-offcanvas-bar .uk-nav-divider,
body.black-friday .mobile-nav.uk-offcanvas-bar .uk-nav-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.cc-banner {
  font-size: 0.8rem !important;
}
.black-friday .cc-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.black-friday .cc-button-default {
  color: white;
}
.cc-button {
  border-radius: 5px;
}
.black-friday .cc-button {
  border-radius: 5px;
}
.black-friday .uk-background-muted {
  background-color: #222;
}
.black-friday .uk-section-muted {
  background-color: rgba(255, 255, 255, 0.2);
}
.black-friday .uk-accordion-title {
  color: white;
}
#cesta-compra,
#offcanvas-producto-servicios {
  z-index: 10000002;
}
.uk-modal {
  z-index: 10000002;
}
.info-botto-header {
  padding: 10px 0;
  background-color: #42639c;
}
.info-botto-header .flex-change {
  gap: 5px;
}
@media (max-width: 639px) {
  .info-botto-header .flex-change {
    justify-content: space-between !important;
    flex-wrap: wrap;
    gap: 3px;
  }
}
.info-botto-header .flex-change a {
  font-size: 1rem;
  font-weight: 600;
  color: yellow;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .info-botto-header .flex-change a {
    font-size: 0.7rem;
  }
}
.info-botto-header .flex-change a:hover {
  color: yellow;
}
@media (max-width: 410px) {
  .info-botto-header .flex-change .min-res {
    display: none;
  }
}
.label-porcentaje {
  font-size: 1.4rem;
  font-weight: 700;
  color: #c00;
  padding: 10px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffecec;
}
@media (max-width: 639px) {
  .label-porcentaje {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}
.label-porcentaje.small {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  padding: 5px;
  float: right;
  margin-bottom: 7px;
}
.labels-item {
  left: 15px;
  z-index: 1000;
  gap: 20px;
}
.uk-section-green {
  background-color: #3A913F;
}
.uk-section-green * {
  color: #ffffff !important;
}
.uk-section-green img,
.uk-section-green svg {
  fill: #ffffff !important;
}
.uk-section-green img *,
.uk-section-green svg * {
  fill: #ffffff !important;
}
.uk-section-isern {
  border: 2px solid #139ad7;
}
.toggle-big {
  line-height: 45px;
  height: 45px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px;
  text-decoration: none;
}
.toggle-big:hover {
  text-decoration: none;
}
.black-friday .toggle-big {
  color: #139ad7;
  border: 2px solid #139ad7;
}
.black-friday .toggle-big svg {
  fill: #139ad7;
}
.isn-forma-pago {
  overflow: visible;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
}
.isn-forma-pago.selected {
  border: 2px solid #139ad7;
}
/*# sourceMappingURL=main.css.map */