/************************************
  @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) {
  }
************************************/
.mm-menu {
  background: #222;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mm-menu .mm-divider {
  color: #dd296f;
  background: transparent;
  font-size: 0.875rem;
  padding-top: 20px;
}
.mm-menu .mm-listview > li:not(.mm-divider):after {
  right: 20px;
}
.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span,
.mm-menu .mm-listview > li em.mm-counter {
  color: rgba(255, 255, 255, 0.5);
  -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 > a.special,
.mm-menu .mm-listview > li > span.special,
.mm-menu .mm-listview > li em.mm-counter.special {
  cursor: pointer;
  color: #dd296f;
}
.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(255, 255, 255, 0.7);
}
.mm-menu .mm-listview > li:hover > a.special,
.mm-menu .mm-listview > li:hover > span.special,
.mm-menu .mm-listview > li:hover em.mm-counter.special {
  cursor: pointer;
  color: #dd296f;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.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(255%2C%20255%2C%20255%2C%200.5)%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(255%2C%20255%2C%20255%2C%200.5)%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 em.mm-counter {
  right: 35px;
}
.mm-menu em.mm-counter + a.mm-next {
  width: 65px;
}
.mm-menu em.mm-counter + a.mm-next + a,
.mm-menu em.mm-counter + a.mm-next + span {
  margin-right: 55px;
}
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.1);
  right: 22px;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-navbar a:hover,
.mm-menu .mm-navbar > *:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-navbar {
  border-color: rgba(255, 255, 255, 0);
}
.mm-menu .mm-navbar.mm-navbar-top {
  height: 80px;
}
.mm-menu .mm-navbar.mm-navbar-top .mm-prev.mm-btn + .mm-title {
  background-position: -2000px -2000px;
  background-repeat: no-repeat;
  color: #dd296f;
  font-weight: 600;
  text-transform: uppercase;
}
.mm-menu .mm-navbar.mm-navbar-top .mm-prev.mm-btn.mm-hidden + .mm-title {
  margin-left: -22px;
  text-indent: -10000px;
  background-position: left center;
  background-size: auto 30px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.mm-menu .mm-navbar.mm-navbar-top > * {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
  height: 80px;
}
.mm-menu .mm-navbar.mm-navbar-top + .mm-panels {
  top: 80px;
}
.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-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(255, 255, 255, 0.1);
}
.mm-menu .mm-listview > li.no-border:after {
  border-color: rgba(255, 255, 255, 0);
}
.mm-menu li .cn-badge {
  background: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #dd296f;
  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 .cn-badge {
  background: rgba(255, 255, 255, 0.7);
}
.mm-menu .cn-social a {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  header .cn-qsearch {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  nav.cn-nav {
    display: none;
  }
}
.cn-topbar .uk-subnav > * > :first-child {
  text-transform: none;
}
.cn-page-producto .stock-icon {
  color: #dd296f;
}
@media (max-width: 959px) {
  .cn-page-producto .cn-producto-slider img {
    max-height: 45vh;
  }
}
.cn-page-producto h1,
.cn-page-producto .uk-h1 {
  font-size: 25px;
  margin-bottom: 0px;
}
@media (max-width: 959px) {
  .cn-page-producto h1,
  .cn-page-producto .uk-h1 {
    margin-bottom: 8px;
  }
}
.cn-page-producto .cn-label,
.cn-page-producto .cn-discount {
  z-index: 1;
}
.cn-page-producto .cn-producto-resumen {
  margin-top: 0px;
  font-size: 13px;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .cn-page-producto .cn-producto-resumen {
    margin-top: 8px;
  }
}
.cn-page-producto .cn-producto-referencia {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 16px;
}
.cn-page-producto .cn-producto-referencia li {
  line-height: 16px;
  height: 16px;
  position: relative;
}
.cn-page-producto .cn-producto-referencia li:not(:first-child) {
  padding-left: 10px;
}
.cn-page-producto .cn-producto-referencia li:not(:first-child):before {
  margin-right: 10px;
  height: 100%;
}
.cn-page-producto hr {
  margin-top: 10px;
}
.cn-page-producto .cn-producto-prize-container {
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  height: 1em;
  font-size: 34px;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize.new {
  font-weight: 500;
  color: #dd296f;
  font-size: 34px;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize > * {
  float: left;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize > *.clearfix {
  clear: both;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize.old {
  font-size: 16px;
  margin-left: 5px;
  line-height: 22px;
  color: #999;
  text-decoration: line-through;
}
.cn-page-producto .cn-producto-prize-container .cn-producto-prize.old:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999;
  margin-top: -1px;
  top: 50%;
}
.cn-page-producto .cn-tab-scroll {
  position: relative;
  height: 32px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.cn-page-producto .cn-tab-scroll .cn-tab {
  display: block;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.cn-page-producto .cn-tab-scroll .cn-tab li a {
  border-color: #e5e5e5;
}
.cn-page-producto .cn-tab-scroll .cn-tab li.uk-active a {
  border-color: #dd296f;
}
.cn-page-producto .cn-tab-scroll .cn-tab:before {
  bottom: auto;
  top: 31px;
  height: 1px;
  background: #e5e5e5;
}
.cn-page-producto .cn-tab-scroll .cn-tab > * {
  display: inline-block;
  position: relative;
}
.cn-page-producto .cn-tab-scroll:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#141414', GradientType=1);
  /* IE6-9 */
}
.cn-page-producto .cn-producto-acciones {
  -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;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
}
body.show-producto-acciones .cn-page-producto .cn-producto-acciones {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
}
.cn-subnav-scroll {
  position: relative;
  height: 32px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}
.cn-subnav-scroll .uk-subnav.uk-subnav-pill {
  display: block;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.cn-subnav-scroll .uk-subnav.uk-subnav-pill li a {
  border-color: #e5e5e5;
}
.cn-subnav-scroll .uk-subnav.uk-subnav-pill li.uk-active a {
  background-color: #dd296f;
}
.cn-subnav-scroll .uk-subnav.uk-subnav-pill:before {
  bottom: auto;
  top: 31px;
  height: 1px;
  background: #e5e5e5;
}
.cn-subnav-scroll .uk-subnav.uk-subnav-pill > * {
  display: inline-block;
  position: relative;
}
.cn-subnav-scroll:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#141414', GradientType=1);
  /* IE6-9 */
}
.cn-producto {
  padding-bottom: 10px;
  -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;
  background: white;
}
.cn-producto .uk-position-cover {
  z-index: 5;
}
.cn-producto h3 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 959px) {
  .cn-producto h3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cn-producto h3 {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 479px) {
  .cn-producto h3 {
    font-size: 13px;
    line-height: 15px;
  }
}
.cn-producto .cn-card-body {
  text-align: center;
  /*.cn-price-item {
			font-weight: 600;
			font-family: @prize-fonts;
			@media (max-width: 479px) {
				font-size: 13px;
			}
			s {
				margin-left: 5px;
				font-size: 90%;
			}
		}*/
}
.cn-producto img {
  -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;
}
.cn-producto:hover img {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.cn-price-item {
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  font-size: 15px;
}
.cn-price-item .cn-producto-prize {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cn-price-item .cn-producto-prize.new {
  font-weight: 700;
  color: #dd296f;
  font-size: 15px;
}
.cn-price-item .cn-producto-prize > * {
  float: left;
}
.cn-price-item .cn-producto-prize > *.clearfix {
  clear: both;
}
.cn-price-item .cn-producto-prize.old {
  font-weight: 500;
  font-size: 12px;
  margin-left: 5px;
  color: #999;
  text-decoration: line-through;
}
.cn-price-item .cn-producto-prize.old:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999;
  margin-top: -1px;
  top: 50%;
}
.cn-cart .cn-price-item .cn-producto-prize.new {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2px;
}
.cn-cart .cn-price-item .cn-producto-prize.old {
  margin-left: 0;
  font-size: 13px;
}
.cn-square-container {
  position: relative;
}
.cn-square-container .cn-label {
  z-index: 3;
}
.cn-square-container .cn-discount {
  z-index: 3;
}
.cn-square-container img {
  max-width: 100% !important;
  max-height: 90% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 0 !important;
}
.cn-square-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cn-search-container .cn-input .cn-btn-search {
  -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;
}
.cn-search-container .cn-input .cn-btn-search:hover {
  background: #999999;
  color: rgba(255, 255, 255, 0.7);
}
body .cn-logo-container,
body .cn-basket-container,
body .cn-topbar {
  width: auto;
  -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;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body .cn-logo-container > *,
body .cn-basket-container > *,
body .cn-topbar > * {
  -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;
}
body .cn-search-container-super {
  -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;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body .cn-search-container-super > * {
  -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;
}
body #search-results {
  pointer-events: none;
  -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;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0px;
  right: 0;
  z-index: 999;
  overflow: auto;
  background: white;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 959px) {
  body #search-results {
    top: 90px;
  }
}
body.search-active {
  overflow: hidden;
  height: 100vh;
}
body.search-active .cn-btn-close-search {
  right: 48px;
}
body.search-active .cn-basket-container {
  width: 0;
  padding: 0;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 959px) {
  body.search-active .cn-logo-container {
    width: 0;
    padding: 0;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
body.search-active .cn-topbar,
body.search-active .cn-toggle-container {
  height: 0;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 959px) {
  body.search-active .cn-search-container-super {
    margin-top: -29px;
  }
}
body.search-active #search-results {
  pointer-events: all;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
body.search-active #search-results-content {
  border: 1px solid #ececec;
  background: white;
  border-bottom: 0;
}
body.search-active #search-results-content #search-header {
  height: 32px;
  line-height: 32px;
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
}
body.search-active #search-results-content #search-items {
  padding: 20px 0;
}
/*
body {
	.cn-logo-container, .cn-basket-container, .cn-topbar, .cn-search-container {
		width: auto;
		.transitions();
		.opacity(1);
		> * {
			.transitions();
		}
	}

	.content {
		.transitions();
	}

	#search-results {
		pointer-events: none;
		.opacity(0);
		.transitions();
		position: fixed;
		top: 100px;
		left: 0;
		bottom: 0px;
		right: 0;
		z-index: 999;
		overflow: auto;
		background: white;
	}
	&.search-active {
		overflow: hidden;
		.cn-logo-container {
			width: 0;
			padding: 0;
			overflow: hidden;
			.opacity(0);
		}
		.cn-basket-container {
			width: 0;
			padding: 0;
			overflow: hidden;
			.opacity(0);
		}
		.cn-topbar {
			height: 0;
			overflow: hidden;
			.opacity(0);
		}
		.cn-toggle-container {
			display: none;
		}
		//.content {
		//	position: relative;
		.content {
			padding-top: 50px;
		}

		.search-close {
			position: absolute;
			right: 15px;
			top: 15px;
		}
		#search-results {
			pointer-events: all;
			.opacity(1);
			display: block;
		}
		#search-results-content {
			border: 1px solid #ececec;
			background: white;
			//box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
			border-bottom: 0;
			#search-header {
				height: 44px;
				line-height: 44px;
				padding: 0 20px;
				border-bottom: 1px solid #ececec;
			}
			#search-items {
				padding: 20px;
			}
			.item-slider {
				.transitions();
				.uk-card-body {
					border: 1px solid white;
				}
				&.uk-active, &:hover {
					.uk-card-body {
						border: 1px solid #f1f1f1;
						.box-shadow(0 14px 25px rgba(0, 0, 0, .16));
					}
				}
			}
		}
	}

}
*/
.cn-breadcrumb-container {
  padding-top: 15px;
}
.cn-breadcrumb-container hr {
  margin-top: 10px;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll {
  position: relative;
  height: 30px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb {
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > * {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-size: 10px;
  line-height: 18px;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > *:last-child {
  margin-right: 15px;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > * > * {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  color: #999;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > * > * svg {
  margin-top: -1px;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > *.uk-active > * {
  color: #666;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll .cn-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
  font-size: 15px;
}
.cn-breadcrumb-container .cn-breadcrumb-scroll:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,141414+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00141414', endColorstr='#141414', GradientType=1);
  /* IE6-9 */
}
.uk-pagination > * {
  padding-left: 0;
  padding-right: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.uk-pagination > * a:before,
.uk-pagination > * span:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 5px;
  height: 5px;
  -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;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.uk-pagination > * a:hover:before {
  background: #666666;
}
.uk-pagination > * > * {
  padding-left: 5px;
  padding-right: 5px;
}
.uk-pagination > *.uk-active > *:before {
  background: #dd296f;
}
.cn-nav-products .cn-family {
  padding-bottom: 65px;
  position: relative;
}
.cn-nav-products .cn-family .cn-todas-categorias {
  background-image: url("../svg/icon-cenor.svg");
  background-repeat: no-repeat;
  background-position: 35px center;
  background-size: 20px 20px;
  position: absolute;
  top: 465px;
  left: 0;
  right: 0;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  padding-left: 65px;
}
.cn-nav-products .cn-family .cn-todas-categorias:hover {
  text-decoration: none;
}
.cn-sitemap-lineas {
  display: block;
  columns: 13rem;
  list-style: none;
  padding-left: 0;
}
.cn-sitemap-lineas .cn-sitemap-linea {
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
  list-style: none;
  padding-bottom: 20px;
  padding-right: 15px;
}
.cn-sitemap-lineas .cn-sitemap-linea > a {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  color: #dd296f;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  list-style: none;
  text-align: left;
  -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;
}
.cn-sitemap-lineas .cn-sitemap-linea > a:hover {
  color: #8a1643;
  text-decoration: none;
}
.cn-sitemap-lineas .cn-sitemap-linea .cn-sitemap-familias {
  list-style: none;
  padding-left: 0;
}
.cn-sitemap-lineas .cn-sitemap-linea .cn-sitemap-familias li {
  outline-style: none;
}
.cn-sitemap-lineas .cn-sitemap-linea .cn-sitemap-familias li a {
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  display: block;
  padding: 0 0 5px 0;
  color: #293667;
  list-style: none;
  -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;
}
.cn-sitemap-lineas .cn-sitemap-linea .cn-sitemap-familias li a:hover {
  color: #dd296f;
}
#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: 401;
}
#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: #dd296f;
}
#cookies-msg a.uk-button:hover {
  background: #8a1643;
}
#cookies-msg a:not(.uk-button) {
  color: #dd296f;
}
#cookies-msg a:not(.uk-button):hover {
  color: #8a1643;
}
.uk-button-primary {
  background-color: #dd296f !important;
  color: white !important;
}
.uk-button-primary:hover,
.uk-button-primary:active,
.uk-button-primary:focus {
  background-color: #8a1643 !important;
}
.uk-button-success {
  background-color: #32d296 !important;
  color: white !important;
}
.uk-button-success:hover,
.uk-button-success:active,
.uk-button-success:focus {
  background-color: #32d296 !important;
}
.uk-button-error {
  background-color: #faa05a !important;
  color: white !important;
}
.uk-button-error:hover,
.uk-button-error:active,
.uk-button-error:focus {
  background-color: #faa05a !important;
}
.cn-link {
  color: #dd296f !important;
}
.cn-link:hover,
.cn-link:active,
.cn-link:focus {
  color: #8a1643 !important;
}
.uk-offcanvas-bar.cn-offcanvas-light {
  background: white;
  color: #333;
}
.uk-offcanvas-bar.cn-offcanvas-light .cn-filters-combo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.uk-offcanvas-bar.cn-offcanvas-light > .uk-h4 {
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #dd296f;
  padding-top: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-close {
  color: #333;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-accordion-title {
  color: #333;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-accordion-title:before {
  color: #333;
  background-image: url(../svg/icon-accordion-close.svg);
  background-size: 19px;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-open > .uk-accordion-title:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-checkbox,
.uk-offcanvas-bar.cn-offcanvas-light .uk-radio {
  border: none;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-checkbox:checked {
  background-color: #dd296f;
  border-color: #dd296f;
  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");
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-button-secondary {
  background-color: #222;
  color: #fff;
  -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;
}
.uk-offcanvas-bar.cn-offcanvas-light .uk-button-secondary:hover {
  background-color: #151515;
}
@media (max-width: 479px) {
  .cn-order-selector button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
}
.add-to-wishlist {
  display: inline-block;
  background: white;
  width: 20px;
  height: 20px;
  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%20data-svg%3D%22heart%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.03%22%20d%3D%22M10%2C4%20C10%2C4%208.1%2C2%205.74%2C2%20C3.38%2C2%201%2C3.55%201%2C6.73%20C1%2C8.84%202.67%2C10.44%202.67%2C10.44%20L10%2C18%20L17.33%2C10.44%20C17.33%2C10.44%2019%2C8.84%2019%2C6.73%20C19%2C3.55%2016.62%2C2%2014.26%2C2%20C11.9%2C2%2010%2C4%2010%2C4%20L10%2C4%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  float: right;
  margin-top: 10px;
}
.add-to-wishlist.uk-active {
  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%20data-svg%3D%22heart%22%3E%3Cpath%20fill%3D%22%23fb1716%22%20stroke%3D%22%23fb1716%22%20stroke-width%3D%221.03%22%20d%3D%22M10%2C4%20C10%2C4%208.1%2C2%205.74%2C2%20C3.38%2C2%201%2C3.55%201%2C6.73%20C1%2C8.84%202.67%2C10.44%202.67%2C10.44%20L10%2C18%20L17.33%2C10.44%20C17.33%2C10.44%2019%2C8.84%2019%2C6.73%20C19%2C3.55%2016.62%2C2%2014.26%2C2%20C11.9%2C2%2010%2C4%2010%2C4%20L10%2C4%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.uk-position-fixed .add-to-wishlist {
  float: none;
  margin-top: 0;
  bottom: -6px;
  position: relative;
}
#page-account .cn-bnnr-support .uk-icon {
  color: #dd296f;
}
.typeahead,
.tt-query,
.tt-hint {
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.uk-input.tt-input {
  padding: 0 50px 0 10px !important;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 0px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 422px;
  margin-top: 3px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-menu {
  background: white;
  width: 100%;
  border: 1px solid #1e87f0;
}
.tt-suggestion {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 20px;
  color: black;
  max-width: 100%;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
  font-size: 18px;
  text-align: left;
}
.twitter-typeahead {
  width: 100%;
}
.cn-buscador-tiendas {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 40px;
  z-index: 401;
}
@media (max-width: 479px) {
  .cn-buscador-tiendas {
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.cn-buscador-tiendas a.cn-btn-reset-tiendas {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #666666;
  z-index: 2;
  -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;
}
.cn-buscador-tiendas a.cn-btn-reset-tiendas:hover {
  color: white;
  background-color: #808080;
}
.leaflet-container {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 14px !important;
}
.leaflet-container a.leaflet-popup-close-button {
  top: 5px !important;
  right: 5px !important;
}
.leaflet-container h3 {
  font-size: 1.2rem;
  margin-right: 15px;
}
.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}
.leaflet-popup-content {
  margin: 7px 10px !important;
}
.marker-cluster,
.marker-cluster-medium {
  background-color: rgba(221, 41, 111, 0.6) !important;
}
.marker-cluster div,
.marker-cluster-medium div {
  background-color: #dd296f !important;
}
.marker-cluster div span,
.marker-cluster-medium div span {
  color: white;
}
html,
body {
  background: #fff;
}
header .cn-logo {
  width: 230px;
}
@media (min-width: 960px) {
  header .cn-logo {
    position: relative;
  }
}
@media (max-width: 959px) {
  header .cn-logo {
    width: 200px ;
  }
}
@media (max-width: 639px) {
  header .cn-logo {
    width: 180px;
  }
}
@media (max-width: 479px) {
  header .cn-logo {
    width: 160px;
  }
}
footer .cn-logo {
  padding-bottom: 10px;
}
.cn-toggle-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 959px) {
  .cn-qsearch {
    padding-top: 15px;
  }
}
.map {
  height: 580px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif !important;
}
.uk-container {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.cn-topbar {
  font-size: 14px;
  height: 40px;
  /*  */
}
.cn-topbar strong {
  columns: #999;
}
.cn-topbar .cn-avatar {
  margin-left: 5px;
}
.cn-topbar .cn-align-topbar {
  line-height: 50px;
  text-transform: none;
}
.cn-topbar .cn-align-topbar > i {
  margin-right: 5px;
}
.cn-topbar .cn-align-topbar span {
  cursor: pointer;
}
.cn-topbar .cn-free-shipping {
  text-transform: none;
  color: #333;
  font-size: 17px;
}
.cn-topbar .cn-free-shipping img {
  margin-right: 5px;
}
.cn-topbar .cn-free-shipping em {
  animation-name: shipping;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  font-style: normal;
  font-weight: bold;
  color: #dd296f;
}
@keyframes shipping {
  0% {
    color: #dd296f;
  }
  50% {
    color: #f9d9e5;
  }
  100% {
    color: #dd296f;
  }
}
.uk-form-icon.cn-btn-search-blog {
  display: inline-block;
  background: #666666;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -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;
}
.uk-form-icon.cn-btn-search-blog svg * {
  stroke: #666;
}
.uk-form-icon.cn-btn-search-blog:hover {
  background: #999999;
  color: rgba(255, 255, 255, 0.7);
}
.cn-qsearch {
  padding: 25px 0px;
}
@media (min-width: 960px) {
  .cn-qsearch {
    height: 100px;
  }
}
.cn-qsearch .cn-input {
  font-weight: 300;
}
.cn-qsearch .cn-input input {
  font-size: 18px;
  padding-right: 50px;
  height: 48px;
  border: 1px solid #ccc;
  line-height: 48px;
}
@media (max-width: 479px) {
  .cn-qsearch .cn-input input {
    padding-right: 5px !important;
  }
}
.cn-qsearch .cn-input .cn-btn-search {
  display: inline-block;
  background: #666666;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
}
.cn-qsearch .cn-input .cn-btn-search svg * {
  stroke: #666;
}
.cn-qsearch .cn-basket {
  height: 48px;
  line-height: 48px;
  text-align: center;
  min-width: 48px;
  padding: 0 20px;
  border: 1px solid #dd296f;
  position: relative;
  background: #dd296f;
  color: white;
  cursor: pointer;
}
@media (max-width: 479px) {
  .cn-qsearch .cn-basket {
    padding: 0px;
  }
}
.cn-qsearch .cn-basket strong {
  padding: 0 10px;
}
.cn-qsearch .cn-basket .cn-badge {
  background-color: #666666;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.cn-primary {
  columns: #dd296f;
}
.cn-brand {
  display: none;
  margin-right: 20px;
}
.uk-sticky-fixed .cn-nav-inside {
  border: none !important;
}
nav.cn-nav {
  height: 60px;
}
@media (max-width: 959px) {
  nav.cn-nav {
    display: none;
  }
}
nav.cn-nav .cn-nav-inside {
  border: 1px solid rgba(0, 0, 0, 0.03);
}
nav.cn-nav .cn-nav-inside > div > div > a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s ease-out;
  font-weight: bold;
  font-size: 14px;
}
nav.cn-nav .cn-nav-inside > div > div > a:hover {
  background-color: #ddd;
}
nav.cn-nav .cn-nav-inside > div > div > a.cn-active {
  border-bottom: 2px solid #dd296f;
}
nav.cn-nav .cn-nav-inside > div > div.cn-nav-categorias > a {
  background-color: #dd296f;
  color: white;
  padding: 0 35px;
}
nav.cn-nav .cn-nav-inside > div > div.cn-nav-categorias > a:hover {
  background-color: #b61d58;
  color: white;
}
nav.cn-nav .cn-nav-inside > div > div .cn-subnav {
  background-color: #f5f5f5;
}
nav.cn-nav .cn-nav-inside > div > div .cn-subnav a {
  color: #666;
}
nav.cn-nav .cn-nav-inside > div > div .cn-subnav a:hover {
  background-color: #fff;
  color: #333;
}
.cn-nav-products .cn-family {
  background: #dd296f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dd296f 0%, #dd296f 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dd296f 0%, #dd296f 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dd296f 0%, #dd296f 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@color-1,0%)', endColorstr='@color-1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  /* IE6-9 fallback on horizontal gradient */
}
.cn-nav-products .cn-family a {
  color: white;
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.cn-nav-products .cn-family a:hover {
  color: white;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 67%, rgba(0, 0, 0, 0.19) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 67%, rgba(0, 0, 0, 0.19) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.06) 67%, rgba(0, 0, 0, 0.19) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#30000000', GradientType=1);
  /* IE6-9 */
}
.cn-nav-products .cn-family li.uk-active a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+68,000000+100&0+68,0.28+98 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+50,000000+100&0+50,0.28+98 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.28) 98%, rgba(0, 0, 0, 0.28) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.28) 98%, rgba(0, 0, 0, 0.28) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.28) 98%, rgba(0, 0, 0, 0.28) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#47000000', GradientType=1);
  /* IE6-9 */
  color: #fff;
  font-weight: bold;
  border-right: 5px solid white;
}
.cn-nav-products .cn-family li.uk-active a:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  z-index: 10;
  background-image: url(../svg/icon-thumbnails.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 8px;
  top: 10px;
}
.cn-nav-drop {
  border: 2px solid #dd296f;
  border-left: none;
}
.cn-cart {
  padding: 0;
  width: 300px;
  line-height: 15px;
  max-width: 100%;
}
.cn-cart .cn-price-cart {
  font-size: 18px;
  font-weight: 600;
  color: #dd296f;
}
.cn-cart .cn-price-cart s {
  font-weight: 300;
  margin-top: 5px;
  color: #aaa;
  display: block;
  font-size: 13px;
}
.cn-cart .uk-h6 {
  display: block;
  font-size: 13px;
  line-height: 13px;
  margin: 5px 0 10px 0;
  color: #666;
}
.cn-cart .uk-h6 a:hover {
  text-decoration: underline;
}
.cn-cart .cn-cant {
  font-size: 13px;
}
.cn-cart .cn-cant strong {
  font-weight: 600;
}
.cn-cart .cn-cart-muted {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cn-cart .cn-subtotal {
  font-size: 14px;
}
.cn-cart .cn-subtotal strong {
  font-size: 18px;
  font-weight: 600;
}
.cn-cart hr {
  border-top: 1px solid #e5e5e5;
}
.cn-cart .cn-cart-productos {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}
.cn-cart.cn-cart-aside .cn-cart-productos {
  padding: 15px 0;
  max-height: initial;
  overflow-y: hidden;
}
.cn-cart .cn-cart-empty {
  padding: 20px;
  text-align: center;
}
.cn-cart.cn-cart-aside .cn-cart-empty {
  padding: 0;
  text-align: left;
}
.cn-cart .cn-cart-producto img {
  -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;
}
.cn-cart .cn-cart-producto:hover img {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*nav*********************************************************************/
.header-menu-level-container {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 150px;
  z-index: 1003;
  padding-top: 15px;
}
.header-menu-level-container .spotlight-menu-wrapper {
  width: 100%;
  display: flex;
}
.spotlight-menu .spotlight-section {
  flex: 1;
  order: 2;
  box-shadow: none;
}
.spotlight-menu .spotlight-menu-list {
  display: block;
  columns: 13rem;
  list-style: none;
}
.header-menu-level2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.spotlight-menu .spotlight-menu-item {
  width: auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
  list-style: none;
  max-width: 13rem;
}
.header-menu-level2 > li {
  width: 32%;
  padding-bottom: 20px;
  padding-right: 15px;
  list-style: none;
}
.header-menu-level2-anchor,
.header-menu-profile .header-menu-myaccount-anchor-level2 {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dd296f;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  list-style: none;
  text-align: left;
  max-width: 13rem;
}
.header-menu-level2-anchor:hover,
.header-menu-profile .header-menu-myaccount-anchor-level2:hover {
  color: #8a1643;
  text-decoration: none;
}
.spotlight-menu .spotlight-menu-item {
  width: auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
  list-style: none;
}
.header-menu-level3 {
  list-style: none;
  padding-left: 0;
}
.header-menu-level3 li {
  outline-style: none;
  max-width: 13rem;
}
.header-menu-level3 li a {
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  max-width: 13rem;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.header-menu-level3 li a:hover {
  color: #dd296f;
}
.header-menu-level3-anchor,
.header-menu-profile .header-menu-myaccount-anchor-level3 {
  display: block;
  padding: 0 0 5px 0;
  color: #293667;
  list-style: none;
}
/*nav************************************************/
.cn-red {
  color: #dd296f !important;
}
@media (max-width: 479px) {
  footer .cn-logo {
    width: 140px;
  }
}
@media (max-width: 479px) {
  footer .cn-cards img {
    width: 50px;
  }
}
@media (min-width: 960px) {
  .item-slider,
  .item-list {
    padding: 15px;
  }
}
.item-slider .uk-position-relative,
.item-list .uk-position-relative {
  text-align: center;
}
.item-slider .uk-position-relative img,
.item-list .uk-position-relative img {
  padding: 15px;
  max-height: 270px;
  width: auto !important;
  display: inline-block;
}
@media (min-width: 960px) {
  .item-slider .uk-position-relative img,
  .item-list .uk-position-relative img {
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .item-slider .uk-position-relative img,
  .item-list .uk-position-relative img {
    max-height: 380px;
  }
}
@media (min-width: 960px) {
  .item-list {
    padding: 0px;
  }
}
.cn-discount {
  position: absolute;
  background: #dd296f;
  text-align: center;
  width: 55px;
  height: 55px;
  color: white;
  right: 0;
  bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 55px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 959px) {
  .cn-discount {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .cn-discount {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}
.cn-card-body {
  /*.cn-price-item {
		color: @color-1;
		font-weight: 600;
		font-size: 16px;

		s {
			color: #999;
			font-weight: 400;
			display: inline-block;
			margin-right: 10px;
		}

	}*/
}
.cn-card-body h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.cn-card-body h3 a {
  color: #333;
}
.cn-card-tiendas {
  padding: 20px;
  border-top: 1px solid #dd296f;
}
.cn-card-tiendas h3 {
  font-size: 1.1rem;
  font-weight: bold;
}
.cn-card-tiendas p {
  margin: 0;
}
.cn-card-tiendas a {
  color: #dd296f;
}
.cn-tiendas-grid h3 {
  margin-top: 10px;
}
.cn-tiendas-grid p {
  line-height: 1.3rem;
}
.cn-label-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: right;
}
.cn-label-container > span {
  margin-bottom: 3px;
  float: right;
  clear: right;
}
@media (max-width: 959px) {
  .cn-label-container > span {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .cn-label-container > span {
    line-height: 1.8;
    font-size: 10px;
  }
}
.cn-label-container > span.cn-label-new {
  background-color: rgba(102, 102, 102, 0.8);
}
.cn-label-container > span.cn-label-offer {
  background-color: rgba(221, 41, 111, 0.8);
}
.cn-label-container > span.cn-label-free-shipping {
  background-color: rgba(168, 31, 84, 0.8);
}
.cn-tab li.uk-active a {
  border-color: #dd296f;
}
.cn-bnnr-support .uk-h4 {
  display: block;
  margin-top: 20px;
  color: #222;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 639px) {
  .cn-bnnr-support .uk-h4 {
    margin-top: 0;
  }
}
.cn-tile {
  background-color: #dd296f;
}
.cn-logo {
  width: 215px;
}
@media (max-width: 959px) {
  .cn-logo {
    width: 175px;
  }
}
@media (max-width: 479px) {
  .cn-logo {
    width: 130px;
  }
}
@media (max-width: 959px) {
  .cn-section-slider {
    padding-top: 0 !important;
  }
}
.cn-filters {
  width: 250px;
}
/* .uk-open>.uk-accordion-title::before{
background-image:url(../svg/icon-accordion-open.svg)!important;
} */
.cn-filters-combo-container .cn-filters-combo {
  position: relative;
  padding: 15px 0;
}
.cn-filters-combo-container .cn-filters-combo:first-child {
  margin-top: 15px;
}
.cn-filters-combo-container .cn-filters-combo h4,
.cn-filters-combo-container .cn-filters-combo .uk-h4 {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #F8F8F8;
  padding: 8px 10px;
  cursor: pointer;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
.cn-filters-combo-container .cn-filters-combo h4:before,
.cn-filters-combo-container .cn-filters-combo .uk-h4:before {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  background-image: url(../../svg/icon-accordion-close.svg);
  background-size: 19px;
}
.cn-filters-combo-container .cn-filters-combo .uk-open .uk-h4:before,
.cn-filters-combo-container .cn-filters-combo .uk-open h4:before {
  background-image: url(../../svg/icon-accordion-open.svg) !important;
}
.cn-filters-combo-container .cn-filters-combo .uk-fieldset {
  border: none;
  padding: 10px;
}
.cn-filters-combo-container .cn-filters-combo > :nth-child(n+2) {
  margin-top: 5px;
}
.cn-filters-combo-container .cn-filters-combo label {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 2px;
  max-width: 100%;
}
.cn-filters-combo-container .cn-filters-combo label:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cn-filters-combo-container .cn-filters-combo label:last-child {
  border: none;
}
.cn-filters-combo-container input {
  margin-right: 10px;
}
.cn-filters-combo-container input.uk-checkbox {
  border: none;
  background-color: #f8f8f8;
}
.cn-filters-combo-container input.uk-checkbox:checked,
.cn-filters-combo-container input.uk-checkbox:indeterminate,
.cn-filters-combo-container input.uk-radio:checked {
  background-color: #dd296f;
}
.cn-filters-combo-container input.uk-checkbox:focus,
.cn-filters-combo-container input.uk-radio:focus {
  border-color: #dd296f;
}
.cn-pages {
  font-size: 0.875rem;
}
.cn-slider-index .uk-h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #2857A3;
  font-size: 3.025rem;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .cn-slider-index .uk-h1 {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 479px) {
  .cn-slider-index .uk-h1 {
    margin-bottom: 1.3rem;
  }
}
.cn-slider-index .uk-h2 {
  text-transform: uppercase;
  margin-top: 0;
}
.cn-slider-index p {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 959px) {
  .cn-slider-index .cn-slider-content > * {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
}
@media (max-width: 639px) {
  .cn-slider-index .cn-slider-content > * {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
  }
}
@media (max-width: 479px) {
  .cn-slider-index .cn-slider-content > * {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  .cn-slider-index .cn-slider-content > * > * {
    width: 200%;
    margin-left: -50%;
  }
}
.cn-bnnr-item .cn-bnnr {
  min-height: 200px;
}
.cn-bnnr-item .cn-bnnr .cn-bnnr-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
}
.cn-bnnr-item .cn-bnnr .cn-bnnr-title + .cn-bnnr-subtitle {
  margin-top: 1rem;
}
.cn-bnnr-item .cn-bnnr .cn-bnnr-subtitle {
  text-transform: uppercase;
}
.cn-slider-overlay:before {
  display: block !important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cn-slider-overlay > * {
  z-index: 2;
  position: relative;
}
.cn-slider-overlay .uk-position-cover {
  z-index: 3;
  position: absolute !important;
}
.cn-page-producto .cn-in-stock .stock-icon {
  color: #32d296;
}
.cn-page-producto .cn-in-stock .cn-stock-msg {
  color: #32d296;
}
.cn-page-producto .cn-pending .stock-icon {
  color: #666666;
}
.cn-page-producto .cn-pending .cn-stock-msg {
  color: #666666;
}
.cn-page-producto .cn-no-stock .stock-icon {
  color: #cdcdcd;
}
.cn-page-producto .cn-no-stock .cn-stock-msg {
  color: #cdcdcd;
  font-style: italic;
}
.cn-page-cart .cn-cart-header > *,
.cn-page-cart .cn-cart-product > * {
  padding: 10px 5px;
}
.cn-page-cart .cn-cart-header > * {
  background: #f6f6f6;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.cn-page-cart .cn-cart-product > * {
  border-bottom: 1px solid #f1f1f1;
}
.uk-text-meta a {
  text-decoration: underline;
}
.cn-account-aside a {
  -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;
}
.cn-account-aside a.uk-active {
  color: #dd296f;
}
.cn-account-aside a.uk-active:hover {
  color: #eb81aa;
}
a.cn-red-color {
  -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;
  color: #dd296f;
}
a.cn-red-color:hover {
  color: #eb81aa;
}
.uk-notification.uk-notification-bottom-center,
.uk-notification.uk-notification-top-center {
  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 {
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -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(221, 41, 111, 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;
}
.cn-card-secondary {
  background-color: #dd296f !important;
}
.cn-category {
  font-size: 12px;
  background: #f0f0f0;
  display: inline-block;
  padding: 3px 33px 3px 10px;
  color: #666;
  position: relative;
  margin-bottom: 5px;
  -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;
}
.cn-category:hover {
  color: #999;
  text-decoration: none;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.cn-category .badge {
  font-size: 10px;
  background: white;
  color: #ababab;
  padding: 0 5px;
  position: absolute;
  right: 3px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.cn-category.active {
  background: #666666;
  color: white;
}
.cn-category.active .badge {
  color: #dd296f;
}
.cn-cart-producto .uk-h6 a,
.cn-cart-producto .uk-h6 strong {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  -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;
}
.cn-cart-producto .uk-h6 a:hover {
  color: rgba(51, 51, 51, 0.8);
}
.cn-accordion > li {
  margin-bottom: 20px;
}
.cn-accordion > li:nth-child(n+2) {
  margin-top: 20px;
}
.cn-accordion > li .uk-accordion-title {
  position: relative;
}
.cn-accordion > li .uk-accordion-title .icon-forma-pago {
  position: absolute;
  left: 0;
  display: none;
}
.cn-accordion > li .uk-accordion-title:before {
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  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%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.cn-accordion > li .uk-accordion-title.forma-pago-transferencia,
.cn-accordion > li .uk-accordion-title.forma-pago-tarjeta,
.cn-accordion > li .uk-accordion-title.forma-pago-paypal,
.cn-accordion > li .uk-accordion-title.forma-pago-financiacion,
.cn-accordion > li .uk-accordion-title.forma-pago-paycomet {
  padding-left: 50px;
}
.cn-accordion > li .uk-accordion-title.forma-pago-transferencia:after,
.cn-accordion > li .uk-accordion-title.forma-pago-tarjeta:after,
.cn-accordion > li .uk-accordion-title.forma-pago-paypal:after,
.cn-accordion > li .uk-accordion-title.forma-pago-financiacion:after,
.cn-accordion > li .uk-accordion-title.forma-pago-paycomet:after {
  content: '';
  display: block !important;
  position: absolute;
  left: 20px;
  margin-left: 0;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
}
.cn-accordion > li .uk-accordion-title.forma-pago-transferencia:before,
.cn-accordion > li .uk-accordion-title.forma-pago-tarjeta:before,
.cn-accordion > li .uk-accordion-title.forma-pago-paypal:before,
.cn-accordion > li .uk-accordion-title.forma-pago-financiacion:before,
.cn-accordion > li .uk-accordion-title.forma-pago-paycomet:before {
  display: none;
}
.cn-accordion > li .uk-accordion-title.forma-pago-transferencia::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cg%20id%3D%22surface1%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M37.1%2C0.1c-0.8%2C0.1-1.4%2C0.6-1.7%2C1.3c-0.3%2C0.7-0.1%2C1.6%2C0.5%2C2.1l6.5%2C6.5H2c-0.1%2C0-0.1%2C0-0.2%2C0%0D%0A%09%09c-1.1%2C0.1-2%2C1-1.9%2C2.1c0.1%2C1.1%2C1%2C2%2C2.1%2C1.9h40.4l-6.5%2C6.5c-0.5%2C0.5-0.7%2C1.2-0.6%2C1.9c0.2%2C0.7%2C0.7%2C1.3%2C1.4%2C1.4s1.4%2C0%2C1.9-0.5L50%2C12%0D%0A%09%09L38.7%2C0.7C38.3%2C0.3%2C37.7%2C0%2C37.1%2C0.1z%20M12.5%2C26.1c-0.5%2C0.1-0.9%2C0.3-1.2%2C0.6L0%2C38l11.3%2C11.3c0.5%2C0.5%2C1.3%2C0.7%2C1.9%2C0.5%0D%0A%09%09c0.7-0.2%2C1.2-0.7%2C1.4-1.4c0.2-0.7%2C0-1.4-0.6-1.9L7.7%2C40H48c0.7%2C0%2C1.4-0.4%2C1.8-1c0.4-0.6%2C0.4-1.4%2C0-2c-0.4-0.6-1-1-1.8-1H7.7%0D%0A%09%09l6.5-6.5c0.6-0.6%2C0.8-1.5%2C0.4-2.3C14.2%2C26.4%2C13.4%2C26%2C12.5%2C26.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li .uk-accordion-title.forma-pago-tarjeta::after,
.cn-accordion > li .uk-accordion-title.forma-pago-paycomet::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cg%20id%3D%22surface1%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M6%2C5C3.8%2C5%2C2%2C6.8%2C2%2C9v22c0%2C2%2C1.4%2C3.6%2C3.3%2C3.9l1.3%2C7.4c0.4%2C2.2%2C2.5%2C3.6%2C4.6%2C3.3l33.5-6%0D%0A%09%09c2.2-0.4%2C3.6-2.5%2C3.3-4.6l-3.8-21.7c0-0.1%2C0-0.2-0.1-0.3V9c0-2.2-1.8-4-4-4H6z%20M6%2C7h34c1.1%2C0%2C2%2C0.9%2C2%2C2v3H4V9C4%2C7.9%2C4.9%2C7%2C6%2C7z%0D%0A%09%09%20M4%2C17h38v14c0%2C1.1-0.9%2C2-2%2C2H6c-1.1%2C0-2-0.9-2-2V17z%20M9%2C20v2h16v-2H9z%20M44%2C24.2l2%2C11.1c0.2%2C1.1-0.5%2C2.1-1.6%2C2.3l-33.5%2C6%0D%0A%09%09c-1.1%2C0.2-2.1-0.5-2.3-1.6l-1.3-7H40c2.2%2C0%2C4-1.8%2C4-4V24.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li .uk-accordion-title.forma-pago-paypal::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2026%2026%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M4.7%2C0.1L0.2%2C20.8h6l1.5-6.9h4.3c4.1%2C0%2C7.5-2.5%2C8.4-6.8c1-4.9-2.4-7.1-5.4-7.1H4.7z%20M9.8%2C4.3h2.9%0D%0A%09%09c1.5%2C0%2C2.5%2C1.3%2C2%2C2.8c-0.4%2C1.6-1.9%2C2.8-3.4%2C2.8H8.5L9.8%2C4.3z%20M22.5%2C5.5c0%2C0.6-0.1%2C1.3-0.2%2C2c-0.4%2C1.9-1.2%2C3.6-2.4%2C4.9%0D%0A%09%09C19.5%2C13.9%2C18%2C15%2C16.6%2C15h-0.1c-1.4%2C0.6-2.9%2C1-4.6%2C1H9.3l-1.1%2C5.3l-0.3%2C1.6H6.2l-0.7%2C3h6l1.5-6.9h4.3c4.1%2C0%2C7.5-2.5%2C8.4-6.8%0D%0A%09%09C26.4%2C8.5%2C24.7%2C6.4%2C22.5%2C5.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li .uk-accordion-title.forma-pago-financiacion::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M25%2C2c-0.2%2C0-0.3%2C0-0.5%2C0.1l-21%2C11C3.2%2C13.3%2C3%2C13.6%2C3%2C14v2h44v-2c0-0.4-0.2-0.7-0.5-0.9l-21-11%0D%0A%09C25.3%2C2%2C25.2%2C2%2C25%2C2z%20M5%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9c1.2-0.3%2C2-1.3%2C2-2.5V18H5z%20M19%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9%0D%0A%09c1.2-0.3%2C2-1.3%2C2-2.5V18H19z%20M33%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9c1.2-0.3%2C2-1.3%2C2-2.5V18H33z%20M4%2C40c-0.4%2C0-0.9%2C0.2-1.3%2C0.4%0D%0A%09C2.3%2C40.8%2C2%2C41.4%2C2%2C42v2.8C2%2C46%2C2.9%2C47%2C4.1%2C47h41.7c1.2%2C0%2C2.1-0.9%2C2.1-2.1v-2.8c0-1.2-0.9-2.1-2.1-2.1C45.8%2C40%2C4.1%2C40%2C4%2C40z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li.uk-open > .uk-accordion-title .icon-forma-pago {
  display: block;
}
.cn-accordion > li.uk-open > .uk-accordion-title:before {
  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%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23dd296f%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%228%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-transferencia,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-tarjeta,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paypal,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-financiacion,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paycomet {
  color: #dd296f;
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-transferencia:before,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-tarjeta:before,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paypal:before,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-financiacion:before,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paycomet:before {
  display: none;
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-transferencia::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cg%20id%3D%22surface1%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23dd296f%22%20d%3D%22M37.1%2C0.1c-0.8%2C0.1-1.4%2C0.6-1.7%2C1.3c-0.3%2C0.7-0.1%2C1.6%2C0.5%2C2.1l6.5%2C6.5H2c-0.1%2C0-0.1%2C0-0.2%2C0%0D%0A%09%09c-1.1%2C0.1-2%2C1-1.9%2C2.1c0.1%2C1.1%2C1%2C2%2C2.1%2C1.9h40.4l-6.5%2C6.5c-0.5%2C0.5-0.7%2C1.2-0.6%2C1.9c0.2%2C0.7%2C0.7%2C1.3%2C1.4%2C1.4s1.4%2C0%2C1.9-0.5L50%2C12%0D%0A%09%09L38.7%2C0.7C38.3%2C0.3%2C37.7%2C0%2C37.1%2C0.1z%20M12.5%2C26.1c-0.5%2C0.1-0.9%2C0.3-1.2%2C0.6L0%2C38l11.3%2C11.3c0.5%2C0.5%2C1.3%2C0.7%2C1.9%2C0.5%0D%0A%09%09c0.7-0.2%2C1.2-0.7%2C1.4-1.4c0.2-0.7%2C0-1.4-0.6-1.9L7.7%2C40H48c0.7%2C0%2C1.4-0.4%2C1.8-1c0.4-0.6%2C0.4-1.4%2C0-2c-0.4-0.6-1-1-1.8-1H7.7%0D%0A%09%09l6.5-6.5c0.6-0.6%2C0.8-1.5%2C0.4-2.3C14.2%2C26.4%2C13.4%2C26%2C12.5%2C26.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-tarjeta::after,
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paycomet::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cg%20id%3D%22surface1%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23dd296f%22%20d%3D%22M6%2C5C3.8%2C5%2C2%2C6.8%2C2%2C9v22c0%2C2%2C1.4%2C3.6%2C3.3%2C3.9l1.3%2C7.4c0.4%2C2.2%2C2.5%2C3.6%2C4.6%2C3.3l33.5-6%0D%0A%09%09c2.2-0.4%2C3.6-2.5%2C3.3-4.6l-3.8-21.7c0-0.1%2C0-0.2-0.1-0.3V9c0-2.2-1.8-4-4-4H6z%20M6%2C7h34c1.1%2C0%2C2%2C0.9%2C2%2C2v3H4V9C4%2C7.9%2C4.9%2C7%2C6%2C7z%0D%0A%09%09%20M4%2C17h38v14c0%2C1.1-0.9%2C2-2%2C2H6c-1.1%2C0-2-0.9-2-2V17z%20M9%2C20v2h16v-2H9z%20M44%2C24.2l2%2C11.1c0.2%2C1.1-0.5%2C2.1-1.6%2C2.3l-33.5%2C6%0D%0A%09%09c-1.1%2C0.2-2.1-0.5-2.3-1.6l-1.3-7H40c2.2%2C0%2C4-1.8%2C4-4V24.2z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-paypal::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2026%2026%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23dd296f%22%20d%3D%22M4.7%2C0.1L0.2%2C20.8h6l1.5-6.9h4.3c4.1%2C0%2C7.5-2.5%2C8.4-6.8c1-4.9-2.4-7.1-5.4-7.1H4.7z%20M9.8%2C4.3h2.9%0D%0A%09%09c1.5%2C0%2C2.5%2C1.3%2C2%2C2.8c-0.4%2C1.6-1.9%2C2.8-3.4%2C2.8H8.5L9.8%2C4.3z%20M22.5%2C5.5c0%2C0.6-0.1%2C1.3-0.2%2C2c-0.4%2C1.9-1.2%2C3.6-2.4%2C4.9%0D%0A%09%09C19.5%2C13.9%2C18%2C15%2C16.6%2C15h-0.1c-1.4%2C0.6-2.9%2C1-4.6%2C1H9.3l-1.1%2C5.3l-0.3%2C1.6H6.2l-0.7%2C3h6l1.5-6.9h4.3c4.1%2C0%2C7.5-2.5%2C8.4-6.8%0D%0A%09%09C26.4%2C8.5%2C24.7%2C6.4%2C22.5%2C5.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li.uk-open > .uk-accordion-title.forma-pago-financiacion::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%09%20viewBox%3D%220%200%2050%2050%22%3E%0D%0A%3Cpath%20fill%3D%22%23dd296f%22%20d%3D%22M25%2C2c-0.2%2C0-0.3%2C0-0.5%2C0.1l-21%2C11C3.2%2C13.3%2C3%2C13.6%2C3%2C14v2h44v-2c0-0.4-0.2-0.7-0.5-0.9l-21-11%0D%0A%09C25.3%2C2%2C25.2%2C2%2C25%2C2z%20M5%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9c1.2-0.3%2C2-1.3%2C2-2.5V18H5z%20M19%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9%0D%0A%09c1.2-0.3%2C2-1.3%2C2-2.5V18H19z%20M33%2C18v1.4c0%2C1.3%2C0.8%2C2.3%2C2%2C2.5V38h8V21.9c1.2-0.3%2C2-1.3%2C2-2.5V18H33z%20M4%2C40c-0.4%2C0-0.9%2C0.2-1.3%2C0.4%0D%0A%09C2.3%2C40.8%2C2%2C41.4%2C2%2C42v2.8C2%2C46%2C2.9%2C47%2C4.1%2C47h41.7c1.2%2C0%2C2.1-0.9%2C2.1-2.1v-2.8c0-1.2-0.9-2.1-2.1-2.1C45.8%2C40%2C4.1%2C40%2C4%2C40z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.cn-accordion > li h2 {
  margin-bottom: 0;
}
.cn-accordion > li .uk-accordion-content p:last-child {
  margin-bottom: 0;
}
.cn-accordion.cn-accordion-line > li {
  border-bottom: 1px solid #e5e5e5;
}
.cn-accordion.cn-accordion-line > li:last-child {
  border-bottom: none;
}
.cn-accordion.cn-accordion-small > li {
  margin-bottom: 0px;
}
.cn-accordion.cn-accordion-small > li:nth-child(n+2) {
  margin-top: 0px;
}
.cn-accordion.cn-accordion-small > li .uk-accordion-content {
  margin-top: 0;
  margin-bottom: 0;
}
.cn-accordion.cn-accordion-small > li .uk-accordion-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
}
.uk-table-divider > :not(:first-child) > tr.cn-total-border {
  border-top: 1px solid #cdcdcd;
}
@media (min-width: 640px) {
  .cn-payment-box {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 40px;
  }
}
.cn-total-records {
  line-height: 38px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
  color: #878787;
  font-style: italic;
}
.uk-card-secondary {
  background: #B2B2B2;
  -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;
}
.uk-card-secondary.uk-card-hover:hover {
  background: #666;
}
.cn-gallery h4 {
  margin: 0;
  padding: 0;
}
.cn-gallery h5 {
  margin: 0;
  padding: 0;
}
.cn-gallery time {
  font-size: 13px;
}
.cn-gallery .uk-overlay-primary {
  background-color: rgba(221, 41, 111, 0.8);
  transition: all ease 0.4s;
}
.cn-gallery .uk-transition-toggle:hover .uk-overlay-primary {
  background-color: rgba(221, 41, 111, 0.6);
}
.cn-masonry img {
  transition: all ease 0.4s;
}
.cn-masonry img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cn-promo {
  padding: 50px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf0404+0,ff3019+100 */
  background: #cf0404;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cf0404 0%, #ff3019 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cf0404 0%, #ff3019 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404', endColorstr='#ff3019', GradientType=0);
  /* IE6-9 */
  font-size: 20px;
  color: white;
}
@media (max-width: 639px) {
  .cn-promo {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .cn-promo {
    font-size: 16px;
  }
}
.cn-promo h1 {
  color: white;
}
@media (max-width: 639px) {
  .cn-promo h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .cn-promo h1 {
    font-size: 1.6rem;
  }
}
.cn-promo a {
  color: rgba(255, 255, 255, 0.7);
}
.cn-promo a.uk-button-large {
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .cn-promo a.uk-button-large {
    font-size: 1rem;
  }
}
@media (max-width: 479px) {
  .cn-promo a.uk-button-large {
    font-size: 1rem;
  }
}
#promociones-form .help-block.error-block {
  color: #222;
}
.pepper-widget {
  margin-bottom: 20px;
}
.uk-button.red {
  background: #dd296f;
  color: white;
}
.uk-button.red:hover {
  background: #e03f7e;
  color: white;
}
.uk-news .uk-slider-items {
  padding-top: 20px;
  padding-bottom: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mc-videocover {
  height: 630px;
}
@media (max-width: 1219px) {
  .mc-videocover {
    height: 523px;
  }
}
@media (max-width: 767px) {
  .mc-videocover {
    height: 430px;
  }
}
@media (max-width: 479px) {
  .mc-videocover {
    height: 229px;
  }
}
.newsletter-nombre {
  height: 0 !important;
  overflow: hidden;
}
.cn-promo-icons {
  z-index: 7;
}
.cn-promo-icons img,
.cn-promo-icons svg {
  padding: 0 !important;
  max-width: 100px !important;
}
@media (max-width: 767px) {
  .cn-promo-icons img,
  .cn-promo-icons svg {
    max-width: 80px !important;
  }
}
.tienda-c-c {
  cursor: pointer;
}
.tienda-c-c:hover {
  transition: all 0.5s;
  background-color: #f9f7f7 !important;
}
.tienda-c-c.selected {
  border: 2px solid #dd296f !important;
}
.tienda-c-c .ribbon-selected {
  display: none;
}
.tienda-c-c.selected .ribbon-selected {
  display: block;
}
.ribbon-select {
  display: none;
}
.uk-alert-grey {
  background: #f8f8f8;
  color: #999;
}
.cn-scrollable {
  height: 170px;
  border: 1px solid #FFF !important;
  overflow-y: scroll;
  box-sizing: border-box;
}
/*Addons*/
.cn-floating-contact .uk-icon-button {
  -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;
  background-color: #dd296f;
  color: white;
  border: 2px solid white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 640px) {
  .cn-floating-contact .uk-icon-button {
    width: 54px;
    height: 54px;
  }
  .cn-floating-contact .uk-icon-button svg,
  .cn-floating-contact .uk-icon-button image {
    width: 30px;
    height: 30px;
  }
}
.cn-floating-contact .uk-icon-button.uk-icon-button-whatsapp {
  background-color: #00E676;
}
.cn-floating-contact .uk-icon-button:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
/*# sourceMappingURL=main.css.map */