:root{
  --colorPrincipal: #e0d6b5; /*#5ba855 */
  --colorPrincipalHover: #d3bc8d; /*#338E2E*/
  --colorSecundario: #e0d6b5;
  --colorSecundarioHover: #d3bc8d;
  --texto: #171515;
  --textoSecundario: #694600;
  --btnTexto: #111;
  --colorTerciario: #8dd9d9;
  --fontPrincipal: 'Montserrat', 'Gotham Narrow', sans-serif;
  --fontSecundaria: 'Bodoni Moda', 'Bodoni', serif;
}
@font-face {
  font-family: 'Gotham Narrow';
  src: url('../fonts/GothamNarrow-Book.otf');
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni';
  src: url('../fonts/BodoniModa-VariableFont_opsz,wght.ttf');
  font-display: swap;
}
body, a, p, .btn-link{
  font-family: var(--fontPrincipal);
}
.page-header h1{
  font-family: var(--fontPrincipal);
  font-weight: bold;
}
.bg-primary {
  background-color: var(--colorPrincipal)!important;
}
.bg-secondary {
  background-color: var(--colorSecundario)!important;
}
.bg-accent {
  background-color: var(--colorTerciario)!important;
}
.header-6 .header-middle a.btn:hover, .header-6 .header-middle a.btn:focus,
.header-6 .btn-primary:hover,
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  background-color: var(--colorPrincipalHover);
  border-color: var(--colorPrincipalHover);
  color: var(--btnTexto);;
}
.btn-link:hover, .btn-link:focus, .btn-link.btn-link-dark:hover, .btn-link.btn-link-dark:focus{
  color: var(--colorPrincipalHover);
  border-color: var(--colorPrincipalHover);
  border-bottom-color: var(--colorPrincipalHover);
}
.btn:not(.btn-link), .form-control {
  border-radius: 4px;
}
.font-title, .page-header h1, .toolbox-info h4, .product-details-tab .nav.nav-pills .nav-link, .product-desc-content h5, .cta-wrapper .cta-title, .dashboard h4, .dashboard h5{
  font-family: var(--fontPrincipal);
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.icon-box-side .icon-box-title, h4.widget-title{
  font-family: var(--fontPrincipal);
}
.breadcrumb-item+.breadcrumb-item:before{
  margin-top: 3px;
}
body, p, ul,
.form-text, .cta-desc, .title-desc{
  color: var(--texto);
}
.btn-notify{
  font-size: 12px;
}
.rounded-lg {
  border-radius: 15px!important;
}
.beneficios-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beneficios-img img {
  height: 200px;
  object-fit: contain;
}
.beneficios-img i{
  font-size: 85px;
}
.beneficios i.fi-rs-ban {
  opacity: 0.5;
}
.owl-simple .owl-nav .owl-next {
  right: 0;
}
.owl-simple .owl-nav .owl-prev {
  left: 0;
}
.custom-shape-divider-bottom-1617134105 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1617134105 svg {
  position: relative;
  display: block;
  width: calc(143% + 1.3px);
  height: 67px;
}

.custom-shape-divider-bottom-1617134105 .shape-fill {
  fill: #FFFFFF;
}
.owl-simple .owl-nav [class*='owl-']{
  color: #111;
}
.btn-primary{
  background: var(--colorSecundario);
  border-color: var(--colorSecundario);
  color: var(--btnTexto);;
}
.btn-secondary {
  background: var(--colorSecundario);
  border-color: var(--colorSecundario);
  color: var(--btnTexto);;
}
.btn-primary:hover,
.btn-primary:focus{
  background: var(--colorPrincipalHover);
  border-color: var(--colorPrincipalHover);
  color: var(--btnTexto);;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--colorPrincipalHover);
  border-color: var(--colorPrincipalHover);
  color: var(--btnTexto);;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle{
  background-color: #555;
  border-color: #555;
}
/* header */
.mensaje-slider p, .header-6 .header-top .social-icons a {
  font-size: 12px;
  color: var(--texto);
}
.mensaje-slider .owl-nav [class*='owl-']{
  border: 0;
  background-color: transparent!important;
  color: var(--texto);
}
.mensaje-slider .owl-nav [class*='owl-']:hover{
  color: #000!important;
}
.header-6 .header-middle .account > a:not(.cart-dropdown .product-title a), .header-6 .wishlist-link, .cart-dropdown .dropdown-toggle{
  font-size: 2rem;
}
.easy-autocomplete.eac-round {
  width: 90%!important;
}
.account .dropdown-menu a{
  font-size: 1.6rem;
}
.account .dropdown-menu i {
  margin-right: 15px;
}
.header-6 .wishlist-link .wishlist-count, .header-6 .cart-dropdown .cart-count {
  margin-bottom: -1.2rem;
  margin-left: -0.8rem;
}
.header-6 .header-search .search-wrapper-wide {
  border-bottom: 1px solid #dedede;
  border-radius: 0;
}
.header-6 .header-search-extended .btn {
  font-size: 2rem;
  max-width: 40px;
  height: 40px;
  padding-left: 0;
  margin-top: 5px;
}
.header-6 .header-search-extended .form-control{
  padding: 1rem 1rem 0rem 1rem;
}
.greeting {
  font-family: var(--fontPrincipal);
  font-weight: 600;
  text-transform: none;
}
.nav.nav-pills-mobile .nav-link{
  text-align: center;
  font-family: var(--fontPrincipal);
}
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus{
  color: #111;
  border-bottom-color: #111;
}
.nav.nav-border-anim .nav-link::before{
  background-color: #111;
}
.dropdown-menu.dropdown-menu-right {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 500px;
  padding: 20px;
  -webkit-transform: translate(500px);
  transform: translate(500px);
  transition: transform .2s ease-in-out 0s;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.2);
}
.dropdown-menu.dropdown-menu-right.show {
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: transform .3s ease-in-out 0s;
}
.dropdown.show .sidebar-overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .35;
  z-index: 8999;
  cursor: pointer;
}
.cart-dropdown .dropdown-cart-products{
  margin-top: 0;
}
a.cart-close{
  cursor: pointer;
}
.mobile-menu-light .social-icon {
  color: #111;
  border: 0;
  font-size: 15px;
}
.account .dropdown-menu.dropdown-menu-right a {
  color: #333;
}
.account .dropdown-menu.dropdown-menu-right a:hover {
  color: var(--colorPrincipal);
}
.dropdown-menu.dropdown-menu-right h6 {
  font-family: var(--fontPrincipal);
  font-weight: bold;
  letter-spacing: 0;
  font-size: 19px;
}
.dropdown-cart-total {
  color: #111;
  font-weight: bold;
}
.header.header-6 .header-bottom {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.header-6 .header-search-extended {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.header-search-extended .form-control {
  height: 40px;
}
.wishlist-link .wishlist-count, .cart-dropdown .cart-count{
  background-color: var(--colorSecundario);
  color: var(--textoSecundario);
}
.mobile-menu-toggler, .header-6 .header-middle a,.header-6 .header-search-extended .btn{
  color: #111;
}
.mobile-menu-toggler span {
  font-size: 9px;
  font-weight: 600;
}
.sticky-wrapper {
  z-index: unset;
}
.sticky-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;
  animation-name: fixedHeader;
  animation-duration: .4s;
  box-shadow: 0 3px 6px rgb(51 51 51 / 5%);
}
.header-search-extended .form-control{
  text-transform: uppercase;
}
@media screen and (max-width: 991px){
  .header-6 .header-middle{
    min-height: 60px;
  }
  .header-6 .header-middle .header-left {
    display: flex;
  }
  .header-6 .header-center {
    margin-left: 0;
  }
  .header-6 .logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100px;
  }
  .account {
    margin-left: 2.3rem;
  }
  .dropdown.account a.dropdown-toggle > p {
    display: none;
  }
  .header-search.header-search-extended{
    position: static;
  }

  .header-search-visible .header-search-wrapper:before{
    display: none;
  }
  .header-left {
    position: initial;
  }
  .header-6 .header-search .search-wrapper-wide{
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border-width: 3px;
  }
  .search-toggle{
    z-index: 2;
  }
  .is-search-active{
    overflow: hidden;
  }
  .is-search-active .page-wrapper:before {
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity 213ms ease-in-out,visibility 213ms ease-in-out;
    transition: opacity 213ms ease-in-out,visibility 213ms ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
}

/* menu */
.header.header-6 .header-bottom .menu>li>a{
  text-align: center;
  text-transform: none;
  color: var(--texto);
  font-weight: bold;
  font-family: var(--fontPrincipal);
  font-size: 1.2rem;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  text-transform: uppercase;
}
.header.header-6 .header-middle .container::after, .header.header-6 .header-middle .container-fluid::after{
  display: none;
}
.header.header-6 .header-bottom .menu>li:hover>a, .header.header-6 .header-bottom .menu>li:focus>a, .header.header-6 .header-bottom .menu>li.active>a {
  color: #333;
}
.header.header-6 .header-bottom .menu>li>a::before{
  height: 0.3rem;
  background-color: var(--colorSecundario);
}
.header-bottom .menu li:hover>a:before, .header-bottom .menu li.show>a:before, .header-bottom .menu li.active>a:before{
  transform-origin: bottom center;
}
.megamenu {
  min-height: 285px;
  border-top: 1px solid var(--colorSecundario);
}
.megamenu h6 {
  display: inline-block;
  padding: .2rem;
  font-size: 1.8rem;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1.6rem;
  font-family: var(--fontPrincipal);
  font-weight: bold;
  text-transform: uppercase;
}
.megamenu a {
  font-size: 14px;
  line-height: 1.6;
  text-transform: none;
  padding: .25rem .1rem;
  transition: all .2s ease-in-out;
  color: #555;
}
.megamenu a:hover {
  color: var(--colorPrincipalHover);
}
.megamenu-img-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.collection-img{
  height: 115px;
  width: 115px;
  margin-bottom: .4rem;
}
.collection-img img {
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  padding: 3px;
  height: 115px;
  object-fit: cover;
  display: block;
  transition: all .2s ease-in-out;
}
.megamenu-img-item p {
  display: inline-block;
  line-height: 1.2;
  padding: .1rem;
  border-bottom: 1px solid transparent;
  transition: all .2s ease-in-out;
}
.megamenu-img-item:hover img {
  transform: scale(0.94);
}
.megamenu-img-item:hover p {
  border-bottom: 1px solid rgba(0,0,0,.2);
}
/* menu mobile */
body.mmenu-active, .mmenu-active .page-wrapper {
  overflow: hidden;
}
.mobile-nav{
  transition: all .35s;
}
.has-menu.open{
  position: unset;
}
.translate{
  transform: translateX(-100%);
}
.mobile-nav .has-menu.open .ul-mobile{
  position: absolute;
  top: 0;
  left: 97%;
  width: 100%;
  background-color: white;
}
.btn-backlink-menu{
  font-weight: bold;
  color: #111 !important;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.icon-arrow-btn{
  right: -3rem;
  position: absolute;
}
.mobile-menu-light .mobile-cats-menu li a,
.mobile-menu-light .mobile-menu li a {
  text-transform: none;
  font-size: 16px;
  font-family: var(--fontPrincipal);
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus),
.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus),
.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus){
  color: #111;
}
.mobile-menu-light .mobile-menu li a,
.mobile-menu-light .mobile-menu li ul li a,
.mobile-menu-light .mobile-cats-menu li a{
  padding: 1rem 2rem 1rem 2rem;
}
.mobile-menu li a,.mobile-menu-light .mobile-cats-menu li a{
  padding: 1rem 2rem 1rem 2rem;
  border-bottom: 0;
}

/* content */
.destacadas_stories img {
  height: 63px;
  width: 63px!important;
  object-fit: cover;
  margin: auto;
}
.destacadas_stories p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 9.6px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
@media (min-width:768px) {
  .destacadas_stories img {
    height: 90px;
    width: 90px!important;
  }
}
.intro-slider.owl-theme .owl-nav [class*='owl-'] {
  color: #111;
}
.heading .title {
  font-family: var(--fontPrincipal);
  font-size: 42px;
  letter-spacing: 1px;
  color: var(--texto);
  text-transform: uppercase;

}
.product-media{
  background-color: transparent;
}
.product-image {
  /* height: 260px; */
  object-fit: cover;
}
.container.quickView-container {
  width: 100%;
  max-width: 1100px;
}
.btn-quickview:before{
  display: none;
}
.btn-quickview {
  text-transform: uppercase;
}
.product-body .btn-wishlist{
  right: 1rem;
  color: #333;
}
.product-action {
  left: 20%;
  right: 20%;
  bottom: 20%;
}
.action-icon-top .btn-product {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.action-icon-top .btn-product span {
  margin-top: 0;
  font-weight: bold;
  color: #222;
}
.product-image-hover {
  object-fit: cover;
  height: 100%;
}
.btn-product:hover span, .btn-product:focus span{
  box-shadow: none;
}
.product-label {
  top: 1rem;
  left: 1rem;
}
.product-label.label-new {
  background-color: #111;
}
.product-label.label-sale{
  background-color: #D2042D;
}
span.product-sku {
  font-size: 11px;
}
.product-price {
  color: var(--texto);
  font-size: 12px;
  font-weight: 700;
}
.new-price, .out-of-stock  {
  color: #e81b21;
}
.banner-group .banner-content {
  left: 50%;
  transform: translateX(-50%);
}
h3.banner-title.font-title {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgb(0 0 0 / 60%) 1px 5px 5px;
}
.banner-group .banner-content.banner-content-bottom {
  bottom: 30px;
}
.banner-group .banner-sm img {
  height: 272px;
  object-fit: cover;
}
.banner-group .banner-lg img {
  height: 564px;
  object-fit: cover;
}
.banner h3 {
  transition: all ease .5s;
}
.banner:hover h3 {
  margin-bottom: 95px;
}
.banner-group a.btn {
  color: var(--btnTexto);
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 50%;
  right: 0;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -ms-transform: translateY(0px);
}
.banner:hover a.btn {
  opacity: 1;
  transform: translateY(-11px) translateX(-50%);
  -ms-transform: translateY(0);
}
.banner-group a.btn:hover {
  text-decoration: none;
  background-color: #c96;
    border: 1px solid #c96;
    color: #ffffff;
}
.banner-overlay>a:after, .banner-overlay>a:after {
  visibility: visible;
  opacity: 1;
}
.icon-box-side .icon-box-icon i{
  color: #000;
  font-size: 36px;
}
.cta-icons .icon-box-icon img {
  width: 36px!important;
  margin: auto;
}
.icon-box-icon{
  color: #000;
  font-size: 36px;
}
.cta-wrapper .cta-desc {
  margin-bottom: 1rem;
}
.mas-vendido {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 14px;
  background-color: #111;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.newsletter-popup-container .banner-title{
  font-size: 3.5rem;
}
.newsletter-popup-container p{
  margin-bottom: 5px;
}
@media (max-width:767px) {
  .banner{
    margin-bottom: 0;
  }
  .banner-group [class*='col-'] {
    padding: 0;
  }
  .banner-title.font-title{
    margin-bottom: 20px;
  }
  .banner-group a.btn{
    position: relative;
    width: 100%;
    bottom: 0;
    opacity: 1;
  }
  .newsletter-popup-container .banner-title{
    font-size: 2.6rem;
  }
  .newsletter-popup-container .mfp-close {
    right: 2rem;
  }
}
/* destacados carousel */
.arrows-style2 .owl-nav [class*='owl-'] {
  background: #fff!important;
  opacity: 75%;
  display: block;
  font-size: 1.5em;
  color: #000;
  border-radius: 0;
}
.arrows-style2 .owl-nav .owl-prev {
  left: -10px;
}
.arrows-style2 .owl-nav .owl-next {
  right: -10px;
}
.btn-link.btn-link-dark {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
.block-title{
  text-align: center;
  font-size: 14px;
  margin: 0;
  padding: 1em 0;
  text-transform: uppercase;
  color: #1a1a1a;
  letter-spacing: 1px;
  font-weight: bold;
}
/* quickView */
.quickView-content .product-title, .quickView-content .product-price {
  font-size: 1.8rem;
}
.quickView-content {
  border-radius: 4px;
}
.quickView-content .product-title, .quickView-content .product-price{
  font-size: 22px;
  margin-top: 0;
  font-family: var(--fontPrincipal);
  letter-spacing: 0.1px;
  font-weight: 600;
}
.quickView-content .product-details-action > a.btn-primary {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.quickView-content .btn-wishlist:before{
  color: #333;
}
.quickView-content .btn-wishlist:hover:before{
  color: var(--colorPrincipal);
}
.quickView-content .details-filter-row label{
  text-transform: none;
}
.quickView-content .btn-product.btn-buy-now{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
}
.product-details-quantity{
  width: 130px;
}
/* Catalogo */
.header-6 .header-middle .product-title a,
.product-title a {
  font-weight: bold;
  color: var(--texto);
  text-transform: uppercase;
  font-size: 12px;
}
.product-body {
  padding-right: 27px;
}
.widget-collapsible .widget-title a {
  font-family: var(--fontPrincipal);
  font-weight: bold;
  letter-spacing: 0;
  font-size: 12.5px;
  text-transform: uppercase;
}
.toolbox-info h4 {
  letter-spacing: 0.1px;
}
.sidebar-shop .widget-title {
  display: flex;
  align-items: center;
}
.btn-clean {
  background: transparent;
  border: 0;
  font-size: 11.5px;
  margin-left: auto;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #dfdfdf;
  background-color: #f9f9f9;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
  color: #111;
}
.pills.filter-items label:before, .pills.filter-items label:after {
  display: none;
}
.pills input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.pills.filter-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pills.filter-items label {
  border: 1px solid #ddd;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all ease .2s;
  line-height: normal;
  margin-bottom: 1px;
  font-size: 1.1rem;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pills.filter-items .filter-item {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 2px 3px 2px;
}
.pills label:hover {
  border: 1px solid var(--colorPrincipal);
  color: var(--colorPrincipal);
  cursor: pointer;
}
.pills input:checked+label {
  border: 1px solid var(--colorPrincipal);
  background-color: var(--colorPrincipal);
  color: var(--btnTexto);
}
.pills.filter-items input[disabled]+label {
  background-color: #eee;
  color: #d0d0d0;
  border: 1px solid #d0d0d0 !important;
  position: relative;
}
.pills.filter-items input[disabled]+label:before {
  position: absolute;
  content: '';
  background: #d0d0d0;
  display: block;
  width: 140%;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -8px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.widget-collapsible .widget-title a:after{
  display: none;
}
.widget-collapsible .widget-title a:before{
  content: '\f110';
  font-family: 'molla';
  display: inline-block;
  margin: 0 5px 0px 0;
}
.widget-collapsible .widget-title a.collapsed:before {
  content: '\e802';
}
@media (max-width:991.9px) {
  .sidebar-filter-responsive {
    position: fixed;
    left: -350px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #fff;
    margin-top: 0;
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    box-shadow: .1rem 0 .6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    transition: all 0.35s;
  }
  .sidebar-filter-active .sidebar-filter-responsive {
    visibility: visible;
    transform: translateX(350px);
  }
  .toolbox:not(.widget) {
    height: 55px;
    margin-bottom: 0;
  }
}
.products{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.products .product{
  grid-column: span 2;
  position: relative;
  display: flex;
  flex-direction: column;
  letter-spacing: 1px;
  box-sizing: border-box;
}
@media (min-width:768px) {
  .products .product:nth-of-type(5n-1) {
    grid-column: 1 / span 3;
  }
  .products .product:nth-of-type(5n) {
    grid-column: 4 / span 3;
  }
}
@media (max-width:767px) {
  .products {
    grid-template-columns: repeat(4, 1fr);
  }
  .products .product:nth-of-type(5n + 0) {
    grid-column: span 4;
  }
}
/* ficha producto */
.product-details .product-title,.product-details .product-price{
  font-size: 22px;
  margin-top: 0;
  font-family: var(--fontPrincipal);
  letter-spacing: 0.1px;
  font-weight: bold;
  text-transform: uppercase;
}
.size-guide {
  text-transform: uppercase;
  font-family: var(--fontPrincipal);
  font-weight: bold;
  color: var(--texto);
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}
.intro-slide:after{
  display: none;
}
.mfp-zoom-out-cur .mfp-bg {
  background: #fff;
  opacity: 1;
}
.mfp-gallery .mfp-ready.mfp-bg {
  opacity: 1;
  height: 100%!important;
}
.mfp-gallery .mfp-figure:after{
  box-shadow: none;
}
.mfp-gallery .mfp-close:before,.mfp-gallery .mfp-arrow,.mfp-gallery .mfp-title {
  color: #000;
}
.mfp-gallery .mfp-counter{
  display: none;
}
#btn-product-gallery {
  background: transparent!important;
  box-shadow: none;
}
.btn-product-gallery:hover, .btn-product-gallery:focus{
  color: #000;
}
.product-details .product-title{
  margin-top: 0;
}
.product-details-footer .icon-box-icon img {
  width: 36px;
  object-fit: contain;
}
.product-details-footer .btn-outline-dark span {
  font-family: var(--fontPrincipal);
  font-weight: bold;
}
.product-image-thumbnail,.product-gallery-item {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
}

.product-image-thumbnail::before,
.product-gallery-item:before{
  border: 2px solid #fff;
  border-radius: 4px;
}
.product-image-thumbnail.active,
.product-gallery-item.active {
  box-shadow: 0px 0px 7px #00000036;
  border: 2px solid #fff;
}
.product-image-thumbnail:after {content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;transition: all .35s ease;visibility: visible;opacity: 1;background-color: rgba(255,255,255,0.4);}

.product-image-thumbnail.active:after {
  opacity: 0;
  visibility: hidden;
}
.owl-theme .owl-dots .owl-dot span{
  border-color: #111;
}
.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #111;
  background: #111;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 8px;
}
.owl-theme .owl-nav [class*='owl-']{
  border: 0;
  color: #111;
  background-color: transparent;
}
.btn-product.btn-wishlist:before {
  font-family: uicons-regular-straight !important;
  content: "\f1a2";
}
.product-details .btn-wishlist, .product-details .btn-share  {
  color: rgb(51, 51, 51);
  justify-content: flex-end;
}
.product-details .btn-share  {
  margin-right: .9rem;
  font-size: 1.6rem;
}
.product-details .btn-wishlist:hover,
.product-details .btn-share:hover {
  color: var(--colorPrincipal);
}
.product-description, .product-description p {
  line-height: normal;
  font-size: 12.5px;
}
.product-details-action .btn-cart,
.product-details-action .btn-buy-now {
  border-radius: 4px;
  max-width: 280px;
  padding: 1.5rem 1.5rem;
}
.product-details-action .btn-cart {
  background: var(--colorSecundario);
  border-color: var(--colorSecundario);
}
.product-details-action .btn-cart span{
  color: var(--texto);
}
.product-details-action .btn-buy-now span,
.product-details-action .btn-cart span{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-cart:hover span:before, .btn-cart:focus span:before {
  display: none!important;
}
.product-details-action .btn-cart:before {
  display: none!important;
}
.btn-cart:hover span, .btn-cart:focus span{
  padding: 0;
}
.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus,
.quickView-content .product-details-action .btn-cart:hover, .quickView-content .product-details-action .btn-cart:focus,
.btn-product.btn-cart:hover {
  background-color: var(--colorPrincipalHover);
  border-color: var(--colorPrincipalHover);
  color: var(--btnTexto);
}
.quickView-content .btn-product.btn-cart:hover span, .quickView-content .btn-product.btn-cart:focus span{
  color: var(--btnTexto);
}
.btn-buy-now {
  background-color: #111!important;
  border-color: #111;
}
.btn-buy-now:hover, .btn-buy-now:focus{
  background-color: #555!important;
  border-color: #555;
}
.btn-buy-now span{
  color: #fafafa!important;
}
.btn-product:hover span, .btn-product:focus span{
  color: var(--texto);
}
.btn-product+.btn-product{
  border-left: 0;
}
#guia_modal .table th, #guia_modal .table td {
  --padding: 0.5rem;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
#conocer_talle select.form-control{
  margin:0;
}
#medidas tr {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
#medidas td{
  border:0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sugerencia {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #ddd;
}
.intro-section, .intro-slider-container, .intro-slide {
  background-color: transparent;
}
a.btn-video.btn-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-video {
  color: #949494;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 0 1rem rgb(255 255 255 / 20%);
}
.btn-video i {
  font-size: 13px;
}
.btn-video:hover, .btn-video:focus {
  background-color: var(--colorSecundario);
    box-shadow: 0 0 0 0.5rem rgb(255 255 255 / 20%);
}
/* share */
.share-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  z-index: 2;
}
.share-product.active .share-dropdown {
  display: block;
}
.share-dropdown:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 7px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f5f5f5;
}
.share-dropdown .jssocials-share-link:not(:hover) {
  color: #333!important;
}
.share-dropdown .jssocials-share {
  margin: 0 5px;
}
/* end share */
.product-details-footer .icon-box-title{
  font-size: 13px;
  font-family: var(--fontPrincipal);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quickView-content .product-details-footer .icon-box-title{
  font-size: 10.5px;
}
.product-details-footer .icon-box {
  margin-bottom: 2rem;
}
.product-details-footer .icon-box-icon{
  margin-bottom: 1rem;
}
a.show_hide {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
}
.disc-list{
  list-style-type: disc;
  padding-inline-start: 40px;
}
ul.disc-list li {
  margin-bottom: 4px;
}
#entrega_modal .product-details-accordion .card .card-title a {
  background-color: #ffffff;
}
#entrega_modal .card.card-sm .card-title a {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
@media (min-width:992px) {
  #product-zoom-gallery {
    display: block;
  }
}
@media (max-width:991px) {
  .product-image-gallery.align-content-start {
    display: none;
  }
}
@media (max-width:767px) {
  .product-details-action .btn-buy-now,
  .product-details-action .btn-cart{
    width: 100%;
    max-width: 100%;
  }
}
/* favoritos */
.table .action-col .btn{
  font-size: 15px;
  font-weight: bold;
}
.in-stock {
  color: var(--textoSecundario);
}
/* carrito */
.accordion-summary .card-title a {
  padding: .7rem 0 .7rem .7rem;
}
.accordion-summary .card-title a:before,.accordion-summary .card-title a:after{
  visibility: hidden;
}
#accordion-payment .card-body {
  padding: .4rem 1.2rem 1.8rem 1.2rem;
}
@media (max-width:991px) {
  .accordion-summary .summary{
    margin-top: 0;
  }
  td[data-title]::before{
    content: attr(data-title);
  }
  .nav-dashboard .nav-link{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px){
  .product-details-action {
    flex-direction: unset;
  }
}
/* checkout */
#step-tabs.nav.nav-pills .nav-link{
  text-transform: none;
}
.checkout #step-tabs .nav-item {
  position: relative;
}

#step-tabs .nav-item .nav-link.active p, #step-tabs .nav-item .nav-link.active .step-count{
  color: var(--colorPrincipal);
}
#step-tabs .nav-item.show .nav-link, #step-tabs .nav-item .nav-link.active {
  color: var(--colorPrincipal);
  border-bottom-color: var(--colorPrincipal);
}
.form-control {
  border-radius: 5px;
}
.element i {
  font-size: 50px;
}
.accordion-summary .card-title a:not(.collapsed) .element{
  border-color: var(--colorPrincipal);
}
.element {
  min-height: 70px;
}
.element-title {
  font-size: 1.6rem;
}
.accordion-summary .card .store-content{
  font-size: 1.4rem;
}
.accordion-summary .card-title a:not(.collapsed) .element .element-title{
  color: var(--colorPrincipal);
}
.payment_box p{
  font-weight: 400;
}
.list-payment-icons li.nav-item {
  margin-left: 5px;
}
.list-payment-icons .payment-icon-image {
  max-height: 2em;
  width: auto;
}
label {
  color: #111;
  font-weight: 600;
  font-size: 16px;
}
.checkout .custom-control .custom-control-label{
  text-align: left;
}
.select2-container {
  width: 100% !important;
  padding: 0;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered{
  height: 40px!important;
}
.select2-container .select2-selection--single{
  font-size: 1.4rem;
  line-height: 1.5;
}
.step-count {
  font-size: 23px;
}
.payment_box{
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: 1.5rem;
  margin-bottom: 3rem ;
}
.summary {
  border-style: solid;
  border: 0;
  border-radius: 5px;
}
.prods-summary{
  overflow-y: auto;
  max-height: 19.5em;
}
.checkout .table.table-summary a {
  font-size: 13.5px;
}
.clear-both{
  clear: both;
}
.direc-item{
  transition: all ease .3s;
  color: #595959;
  border: 1px solid #dee2e6;
}
.direc-item:hover{
  border-color: var(--colorPrincipal);
  color: var(--colorPrincipal);
}
.forma_pago_wrapper label{
  text-align: center;
}
.forma_pago_wrapper .element.active{
  border-color: var(--colorPrincipal);
}
.forma_pago_wrapper .element.active label{
  color: var(--colorPrincipal);
}
.forma_pago_wrapper, .forma_pago_wrapper input,  .forma_pago_wrapper label{
  cursor: pointer;
}
.input-forma-pago {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media (min-width:768px) {
  .checkout #step-tabs .nav-item:not(:last-child)::after{
    content: '';
    width: 50px;
    height: 0.5px;
    background-color: #e7e7e7;
    top: 50%;
    right: -50px;
    position: absolute;
    transform: translateX(50px);
  }
}
@media (max-width:767px) {
  .accordion-summary .card-body {
    padding: 0;
  }
  .step-title{
    font-size: 12px;
    font-weight: 400;
  }
  .btnPrevious, .btnNext{
    margin-bottom: 15px;
    width: 100%;
  }
}
/* resumen */
.tabla-resumen td {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.tabla-resumen .product-col .product-media {
  max-height: 60px;
}
.tabla-resumen tfoot td {
  border: 0;
}
#resumen-content .card-header{
  padding-bottom: 0.5rem;
}
#resumen-content .card-header h4 {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width:767px) {
  .tabla-resumen, .tabla-resumen thead, .tabla-resumen tbody, .tabla-resumen th, .tabla-resumen tbody td, .tabla-resumen tbody tr {
    font-size: 1.5rem !important;
  }

  .tabla-resumen tbody tr {
    border-bottom: .1rem solid #ebebeb;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
    "prod prod"
    "price cant"
    ". sub";
  }

  .tabla-resumen > thead > tr:nth-child(2) {
    display: none;
  }

  .tabla-resumen td {
    position: relative;
    border-bottom: 0;
    padding: 0px 10px 10px 10px;
  }
  .tabla-resumen .product-col {
    grid-area: prod;
  }
  .tabla-resumen .total-col {
    grid-area: sub;
  }

  .tabla-resumen td:before,
  .tabla-resumen td > div:before {
    position: relative;
    font-weight: 600;
  }

  .tabla-resumen .price-col:before {
    content: "Precio: "
  }

  .tabla-resumen .cant-td:before {
    content: "Cantidad: "
  }

  .tabla-resumen tfoot {
    float: right;
  }
  .tabla-resumen .table-foot td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #resumen-content .card-body{
    font-size: 1.5rem;
  }
}
.table.table-cart .total-col{
  white-space: nowrap;
}
.marcar-default {
  content: '⭐';
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0 20px;
  filter: grayscale(1);
}
.direccion-default .marcar-default {
  filter: grayscale(0);
}
.direccion.direccion-default {
  border: 1px solid var(--colorPrincipal);
  border-radius: 10px;
}

#tab-pedidos .table tbody td {
  padding-right: 5px;
  padding-left: 5px;
}
.dashboard .form-control:not(:focus){
  border: 0;
}
@media (max-width:768px) {
  .dashboard .nav-dashboard {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (max-width:991px) {
  #tab-pedidos td[data-title]::before{
    color: #888;
  }
  #tab-pedidos table tr, #tab-pedidos table td {
    display: grid;
  }
  #tab-pedidos thead{
    display: none;
  }
  #tab-pedidos tr, #tab-pedidos td {
    padding: 10px 0;
  }
  #tab-pedidos td {
    border-bottom: 0;
    grid-template-rows: 0fr 0fr;
  }

  #tab-pedidos tbody tr {
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    border-bottom: .1rem solid #ebebeb;
    grid-template-areas:
    "info info"
    "info info"
    "info info"
    "button button";
  }
  .td-btn{
    grid-area: button;
  }
  .td-metodo-pago,.td-metodo-entrega{
    display: none!important;
  }
}

.label-circle{
  width: 5.6rem !important;
  height: 5.6rem !important;
  border-radius: 50% !important;
}

.fileinput .btn {
  margin-bottom: 10px;
}

.cursor-pointer{
  cursor: pointer;
}
/* login */
#signin-2 label,
#register-2 label {
  margin-bottom: 0;
}
.field-icon {
  float: right;
  margin-top: -33px;
  position: relative;
  z-index: 2;
  margin-right: 12px;
  cursor: pointer;
}
.btn-login.btn-g,
.btn-login.btn-f{
  border-radius: 5px;
  font-family: 'Roboto', 'Gotham Narrow', sans-serif!important;
  font-weight: 500;
  box-shadow: 1px 1px 0px 1px rgb(0 0 0 / 5%);
}

.btn-login.btn-g{
  --Google: #fff;
  background-color: var(--Google);
  border-color:  #f5f5f5;
  color: rgb(0 0 0 / 54%);
}
.btn-login.btn-g:hover, .btn-login.btn-g:focus{
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-login.btn-f{
  --Facebook: #1877F2;
  background-color: var(--Facebook);
  border-color: var(--Facebook);
  color: #fff;
}
.btn-login.btn-f:hover, .btn-login.btn-f:focus{
  background-color: #3366cc;
  border-color: #3366cc;
}
.btn.btn-login.btn-g i,
.btn.btn-login.btn-f i{
  color: #fff;
}
.form-control{
  background-color: #fff;
  font-size: 1.6rem;
  color: #111;
}
.newsletter-popup-container .form-control{
  border-radius: 4px;
}
/* bases */
.indice {
  font-size: 12.5px;
}
.indice a {
  color: #333;
  display: block;
  padding: 0 5px;
}
.indice a:hover {
  background-color: #e6e6e6;
}
.indice a.active {
  background-color: #d7d7d7;
  font-weight: 400;
}
.nav-sidebar{
  background-color: #f8f8f8;
}
.indice-toggler{
  background: var(--colorSecundario);
  color: var(--textoSecundario)!important;
  border-radius: 4px 0 0 4px;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  padding: 6px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
}
.politicas-content p,
.politicas-content ul{
  margin-bottom: 1.5rem;
  font-weight: 400;
}
@media (min-width:768px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
  }
}
/* cliente fiel */
.svgBg svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: visible;
}
.accent-block{
  background: var(--colorSecundario);
  padding: 0 7px;
}
.beneficios li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid rgb(60 60 60 / 10%);
}
.icon-box-title {
  font-weight: bold;
  font-family: var(--fontPrincipal);
}
/* personal shopper */
.shopper-wrapper{
  min-height: 70vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.shopper-form{
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.shopper-form{
  padding: 50px 30px;
}

.tab-pane label img{
  width: 100%;
}
.shopper-section .btnPrevious,
.shopper-section .btnNext,
.btnResult{
  text-transform: uppercase;
}
#recomendaciones .btn {
  display: inline;
  padding: 0.475rem 1rem;
}
.swiper-button-next, .swiper-button-prev{
  color: var(--colorPrincipal)!important;
}
@media screen and (min-width:992px){
  .shopper-section, .shopper-wrapper,.shopper-form{
    padding: 50px 50px;
  }
}

@media (max-width:991px) {
  .shopper-section .btnPrevious,
  .shopper-section .btnNext,.btnResult{
    width: 100%;
  }
  .shopper-section .btnPrevious{
    margin-bottom: 15px;
  }
  #recomendaciones .btn {
    display: inline;
  }
}
/* sucursales */
.store {
  margin-bottom: 0;
  height: 100%;
}
/* forms */
.checkout .form-control:not(:focus) {
  border: 0;
}
.contact-form .form-control:not(:focus) {
  background-color: #f9f9f9;
  border: 0;
}
/* blog */
.entry:not(.single-entry) .entry-media img {
  height: 200px;
  object-fit: cover;
}
.entry:not(.single-entry).boda-item .entry-media img {
  height: 120px;
  object-fit: contain;
  padding: 12px;
  background: #f4f7ff;
}
.blog-posts .read-more {
  text-transform: none;
}
.entry-content p {
  max-height: 77px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* footer */
.footer a,
.footer p,
.footer .widget-title{
  color: var(--texto);
  text-transform: uppercase;
}
.footer-bottom .container:before, .footer-bottom .container-fluid:before {
  background-color: rgb(200 200 200 / 16%);
}
footer .social-icon{
  border: 0;
}
.widget-newsletter .form-control:not(:focus) {
  border: 0;
}
.footer-bottom .container, .footer-bottom .container-fluid {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 47px;
}

.btn-wha {
  background: #fff;
  border: 1px solid #111!important;
  width: 47px;
  height: 47px;
  position: fixed;
  bottom:70px;
  right:5px;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .8;
}
.btn-wha:hover{
  opacity: 1;
}
#scroll-top {
  display: flex;
  color: #111;
  border-radius: .25rem;
  background: rgb(255 255 255 / 100%);
  bottom: 1.125rem;
  right: 1rem;
  border: .0625rem solid;
  width: 42px;
  height: 42px;
  font-size: 16px;
}
#scroll-top.show{
  opacity: .8;
}
#scroll-top svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #333;
  transform: rotate(-90deg);
}
#scroll-top:hover, #scroll-top:focus {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.swal2-popup {
  font-size: 1.4rem !important;
}

.seleccion {
    position: relative;
    cursor: pointer;
    padding-left: 2.5rem;
}

.seleccion input[type="radio"] {
  display: none;
}

/* Estilos para colores en quickview */
.quickView-content .product-nav-dots a {
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quickView-content .product-nav-dots a:hover {
    transform: scale(1.1);
}

.quickView-content .product-nav-dots a.active {
    border: 2px solid #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.quickView-content .product-nav-dots a span {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    word-break: break-word;
}

/* Asegurar que SweetAlert2 aparezca por encima del quickview */
.swal2-container {
    z-index: 15000 !important;
}

.swal2-popup {
    z-index: 15001 !important;
}

.seleccion span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid var(--colorPrincipal);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.seleccion span::after {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--colorPrincipal);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 300ms ease-in-out 0s;
}

.seleccion input[type="radio"]:checked~span::after {
  transform: translate(-50%, -50%) scale(1) !important;
}
.giftcard-price-section select {
  font-weight: bold;
  font-size: 16px;
  padding: 1rem 1.5rem 1rem 0;
  border: none;
  margin-left: 1rem;
}
.monto {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding-left: 3.5rem;
}

.monto input[type="radio"] {
  display: none;
}

.monto span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid var(--colorPrincipal);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.monto span::after {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--colorPrincipal);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 300ms ease-in-out 0s;
}

.monto input[type="radio"]:checked~span::after {
  transform: translate(-50%, -50%) scale(1) !important;
}

/* lookbook */
.tt-lookbook {
  text-align: center;
  position: relative; }
  .tt-lookbook img {
    width: 100%;
    height: auto; }
  .tt-lookbook .tt-hotspot {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: 38px;
    height: 38px; }
    .tt-lookbook .tt-hotspot .tt-btn {
      width: 38px;
      height: 38px;
      padding: 4px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 50%;
      transition: padding 0.2s linear; }
    .tt-lookbook .tt-hotspot .tt-btn:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: attr(data-style-top);
      background-color: #111;
      border-radius: 50%;
      transition: background-color 0.2s linear; }
    .tt-lookbook .tt-hotspot .tt-btn:before {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: stretch;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      font-family: "molla";
      font-size: 14px;
      content: "\f2c2";
      line-height: 1;
      font-weight: normal;
      width: 38px;
      height: 38px;
      -webkit-transform: scale(1);
      transform: scale(1);
      transition: all 0.2s linear; }
    .tt-lookbook .tt-hotspot .tt-img a {
      display: block; }
    .tt-lookbook .tt-hotspot .tt-content-parent {
      display: none; }
    .tt-lookbook .tt-hotspot .tt-description .new-price {
      margin-right: 7px; }
    .tt-lookbook .tt-hotspot .tt-description .old-price {
      text-decoration: line-through; }
    @media (max-width: 789px) {
      .tt-lookbook .tt-hotspot .tt-hotspot-content {
        position: relative; }
        .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
          padding-right: 16px; } }
    @media (max-width: 575px) {
      .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
        margin-top: -3px;
        line-height: 17px; }
      .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-price {
        margin-top: 4px; }
      .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description [class^="btn"] {
        margin-top: 10px; } }
  .tt-lookbook .tt-hotspot.active .tt-btn {
    padding: 9px; }
  .tt-lookbook .tt-hotspot.active .tt-btn:after {
    background-color: #191919; }
  .tt-lookbook .tt-hotspot.active .tt-btn:before {
    -webkit-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 789px) {
    .tt-lookbook .tt-hotspot.active {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      z-index: 7; }
      .tt-lookbook .tt-hotspot.active .tt-btn {
        z-index: 0; }
      .tt-lookbook .tt-hotspot.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8); }
      .tt-lookbook .tt-hotspot.active .tt-hotspot-content {
        position: relative;
        z-index: 8;
        left: 0; }
        .tt-lookbook .tt-hotspot.active .tt-hotspot-content .tt-img {
          width: 28%;
          min-width: 28%; } }

body:not(.touch-device) .tt-hotspot .tt-btn:hover:after {
  background-color: #191919; }

.tt-hotspot-content {
  background-color: #ffffff;
  z-index: -1;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px; }
  .tt-hotspot-content img {
    max-width: 100%;
    height: auto; }
  .tt-hotspot-content .tt-btn-close {
    position: absolute;
    display: block;
    right: 14px;
    top: 8px;
    font-family: "molla";
    font-size: 14px;
    color: #191919;
    z-index: 1;
    padding: 5px;
    transition: color 0.2s linear; }
  .tt-hotspot-content .tt-btn-close:before {
    content: "\f191"; }
  .tt-hotspot-content .tt-btn-close:hover {
    color: var(--colorSecundario); }
  .tt-hotspot-content .tt-img {
    width: 60px;
    min-width: 60px; }
  .tt-hotspot-content .tt-img + .tt-description {
    margin-left: 19px; }
  .tt-hotspot-content .tt-description {
    text-align: left; }
    .tt-hotspot-content .tt-description .tt-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      text-transform: uppercase;
      color: #191919;
      margin-top: -5px;
      margin-bottom: 0;
      padding-right: 12px; }
      .tt-hotspot-content .tt-description .tt-title a {
        color: #191919; }
        .tt-hotspot-content .tt-description .tt-title a:hover {
          color: var(--colorSecundario); }
    .tt-hotspot-content .tt-description .tt-price {
      color: #191919;
      font-weight: 500;
      font-size: 14px;
      padding-right: 12px; }
      .tt-hotspot-content .tt-description .tt-price .new-price {
        color: #f8353e;
        display: block;
        margin-bottom: 5px;
        margin-right: 7px; }
      .tt-hotspot-content .tt-description .tt-price .old-price {
        color: #191919;
        text-decoration: line-through; }
    .tt-hotspot-content .tt-description [class^="btn"] {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 22px;
      width: 100%; }
    .tt-hotspot-content .tt-description > *:nth-child(1):not(.tt-title) {
      margin-top: 0; }
  @media (min-width: 790px) {
    .tt-hotspot-content {
      /* width: 270px; */
      display: flex;
      align-items: center;
    }
  }
  @media (max-width: 798px) {
    .tt-hotspot-content {
      max-width: 300px;
    }
  }

.tt-lookbook-popup {
  position: absolute;
  z-index: 21;
  display: none;
  opacity: 0; }

  .simplyCountdown {
    width: fit-content;
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
