/** Shopify CDN: Minification failed

Line 757:0 Expected "}" to go with "{"

**/
h1.header__logo-text {
    display: none;
}
label.product__label.fs-body-100 span {
    font-family: 'Neuzeit S', sans-serif;
}
/** Arrow Carusel Mobile Product **/
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: visible;
}

.product__price.fs-body-100 {
    visibility: visible !important;
}

.product__price.fs-body-100 > span > s > span {
    visibility: visible !important;
}

/** variantes **/
.related-products li {
    float: left;
    height: 105px !important;
    margin-right: 10px;
    width: 105px !important;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
ul.related-products {
    margin-left: 0;
    padding-left:0;
}
.related-products {
    list-style-type: none;
    overflow: hidden;
}

.related-products li {
    list-style: none;
}
.variante-activa {
    border: 2px solid #000!important;
}
.related-products a img {
    width: 100px;
    border: 0;
}



/* Estilos del botón */

/*.bubbleChat {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 74px;
  padding: 12px 30px 12px 31px;
  margin: 0 28px 26px 0;
  background-color: rgb(40, 40, 40);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  Animación 
  animation-delay: 2s, 15s;
  animation-duration: 5s;
  animation-name: Slidein, Slideout;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}*/

/*.bubbleChat {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    height: 69px;
    padding: 12px 30px 12px 31px;
    margin: 0 33px 50px 0;
    background-color: #282828;
    border: 2px solid rgb(255,255,255);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    animation-delay: 1s,15s;
    animation-duration: 5s;
    animation-name: Slidein,Slideout;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 1;
}*/

.bubbleChat {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    height: 70px;
    padding: 12px 30px 12px 31px;
    margin: 0 20px 40px 0;
    background-color: #282828;
    border: 2px solid #fff;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    animation: Slidein 10s forwards,Slideout 10s infinite 10s both;
    z-index: 2;
}

.bubble-container span {
    font-family: Poppins,sans-serif;
    font-size: 11px;
    font-weight: 700;
    display: block;
    width: 70px;
    margin-left: -19px;
    color: #fff;
    animation-delay: 2s,15s;
    animation-duration: 5s;
    animation-name: fadein;
    animation-iteration-count: 1;
}

/*.bubble-container span {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
  display:block;
  width: 80px;
  color: #fff;
  animation-delay: 2s, 15s;
  animation-duration: 5s;
  animation-name: fadein, fadeout;
  animation-iteration-count: 1;
}*/

.w-button  {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #00bb2d;
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 16px;
    margin-bottom: 40px;
    border: 2px solid #fff;
    font-size: 36px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    transition: .3s all ease;
    cursor: pointer;
    z-index: 999;
}

/*.w-button {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #00bb2d;
  right: 0;
  bottom: 0;
  margin: 0 28px 50px 0;
  position: fixed;
  border: 3px solid #fff;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s all ease;
  cursor: pointer;
  z-index: 2;
}*/

.w-button:hover {
  opacity: .5;
}
button#whatsAppButton i {
    color: #fff;
}
/* .fab .fa-brands {
  color: #fff;
} */

.w-button button::before {
  content: "";
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00bb2d;
  box-shadow: 0 0 60px rgba(0, 90, 12, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.w-button button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #00bb2d;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.w-button button:hover::after,
.w-button button:focus::after {
  animation: none;
  display: none;
}

/* Animaciones */

@keyframes Slidein {
  0% {
    width: 0;
    padding: 12px 30px 12px 31px;
    background-color: transparent;
  }

  100% {
    width: 145px;
    padding: 12px 70px 12px 31px;
  }
}

@keyframes Slideout {
  0% {
    width: 145px;
    padding: 12px 70px 12px 31px;
  }

  100% {
    width: 0;
    padding: 12px 30px 12px 31px;
    background-color: transparent;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes fadeout {
  0% {
    opacity: 100%;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

  
.container {
    display: block;
    width: 90% !important;
    margin: auto;
}

body.vp-center {
    display: block !important;
}

/* .media.media--has-lightbox.animation.animation--media {
    display: block !important;
    width: 399px;
    height: 399px;
}

@media (max-width:480px){
.media.media--has-lightbox {
    display: block !important;
    width: 399px !important;
    height: 399px !important;
} 
} */

.contain-item {
    display: flex;
    margin-bottom: 10px;
}

.boost-pfs-filter-scroll-to-top {
    top: 75% !important;

}

a.icond-movil {
    display: none;
}

form#caja-guia {
    display: block;
    width: 1080px;
}

.guia-box {
    display: block;
    float: left;
    padding: 5px;
    margin: 15px;
}

input#footer-subscribe-email {
    width: 62%;
}

button#Subscribe-footer {
    border-bottom: 1px solid;
}

.boost-pfs-filter-tree-h-wrapper.boost-pfs-filter-stick {
    z-index: 9 !important;
}

span.boost-pfs-filter-product-item-sale-price {
    display: block;
    float: right;
    margin-right: 120px;
}

p.boost-pfs-filter-product-item-price s {
    margin-left: 110px;
}

button.boost-pfs-filter-top-sorting-wrapper {
    text-transform: capitalize !important;
}

@media (max-width:480px){
  
  a.icond-movil{
    display:block;
        margin-top: 6px;

  }

form#caja-guia {
    display: block;
    width: 100%;
}

.row.row-details {
    margin-left: 150px !important;
} 

p.status-title {
    margin-left: -261px!important;
    margin-top: -50px !important;
}

p.status-date {
    margin-left: -260px!important;
    margin-top: 8px !important;
}  

span.line {
    left: 56% !important;
}

p.boost-pfs-filter-product-item-price s {
    margin-left: 0px;
    display: block;
}

span.boost-pfs-filter-product-item-sale-price {
    float: right;
    margin-right: 0px;
} 

.bubble-container span {
    font-size: 10px;
    width: 60px;
}  

/* 
  div#shopify-section-announcement-bar {
  top: -20px;
}
   */
} 

.product__option + .product__option {
  border: 0px !importnat;
}

button.btn-size {
    display: block;
    padding: 10px;
    float: left;
    margin: 5px;
    border: 1px solid;
}

div#option2 {
    border: 0px;
}

div#option3 > button {
    display: none;
}

p.article-text-img > img {
    display: none !important;
}
.boost-pfs-filter-default-toolbar .boost-pfs-filter-toolbar-item label {
    text-transform: uppercase;
    font-size: 12px;
    display: none;
}

.site-header__icon span.wishlist-hero-items-count.wishlist-hero-items-count-exists {
background-color: var(--color-text-header);
    color: var(--color-background-header);
    border-radius: 12px;
    min-width: 5px;
    max-width: 18px;
    height: 18px;
    padding: 0 0 10px 5px;
    padding: 10 0 -.75em;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: -5px;
    bottom: -1px;
    font-size: var(--font-size-body-20);
    z-index: 2;
    box-shadow: 0 0 0 1.5px var(--color-background-header);
    transition: box-shadow .5s cubic-bezier(.33,0,0,1),opacity .3s cubic-bezier(.33,0,0,1);
    transition: box-shadow var(--duration-normal) var(--easing),opacity var(--duration-fast) var(--easing);
    opacity: 1;
}

.image__inner video {
    width: 100%;
}

/**/

/*product title description*/

h2.title-description {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
    font-weight:Bold;
}

/*
se oculta la descripcion de colecciones
*/
.boost-pfs-filter-collection-description.rte {
    display: none;
}

div.accordion__content > h3 {
    font-size: 17px !important;
}

/*css seccion delivery*/

.basic__step-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    line-height: 1.14285714em;
    border: 1px solid #AAAAAD;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.basic__step-container .step-box__basic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    padding: 10px 4px 10px 4px;
    background: #fff;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid #AAAAAD;
    box-sizing: inherit;
    width: 33.333%;
}

.basic__step-container .step-box__basic .content__step-box {
    text-align: center;
    margin-top: 4px;
}

.basic__step-container .step-box__basic .title__content {
    font-weight: 700;
}

.basic__step-container .step-box__basic .description__content {
    font-weight: 400;
    margin-top: 4px;
    color: rgba(0,0,0,.87);
}

.basic__step-container .step-box__basic:after {
    display: block;
}

.basic__step-container .step-box__basic:after {

    position: absolute;
    z-index: 2;
    content: '';
    top: 50%;
    right: -1px;
    border: medium none;
    background-color: #fff;
    width: 1.14285714em;
    height: 1.14285714em;
    border-style: solid;
    border-color: #AAAAAD;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.basic__step-container .step-box__basic .icon__step-box .svg__icon {
    fill: currentColor;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5rem;
}

.step-box__basic.box-3 {
    border-right: 0;
}

.step-box__basic.box-3:after {
    display: none;
}

.icon-section-n {
    width: 35px;
    height: 35px;
}

/**/

/*shop size*/

span.list-collectons-sub-title {
    font-size: 30px;
    margin-right: 10px;
}

.list-collections__slider.size-tl.shop-size-cl.js-list-collections__slider {
    display: block;
    text-align:center;
    width:calc(80% - 10%);
    margin:0 auto; 
}

span.list-collectons-title.text-center {
    font-size: 30px;
    line-height: 4px;
    font-family: 'Neutraface Text Book' !important;
}

.list-collectons-title {
    margin-bottom: 50px;
}

.text-center {
    text-align: center !important;
}

section#ListCollections {
    display: block;
    width: 90%;
    margin: auto;
}

.collection-grid.collection-grid--slider.col-size-h{
    height: auto;
}

.list-collections__slide.size-col.list-collections__slide--onboarding.is-selected {
    height: 90px !important;
    max-height: 90px !important;
    min-height: 90px !important;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

a.size-col {
    text-align: center !important;
    color:#fff;
}

a.size-col h3 {
    margin: 12px auto -10px !important;
    font-family: 'Neutraface Text Book' !important;
    font-size: 20px;
    width: 60px;
    font-weight:600;
}

.list-collections__slide.size-col.list-collections__slide--onboarding {
    width: 60px;
    height: 60px;
    margin: 25px 10px;
    border-radius: 50px;
    border:1px solid #000;
    display: inline-block;
}

a.size-col span {
    width: 60px;
    display: block;
}

.list-collections__slide {
    padding-right: 10px;
}

.flickity-enabled {
    position: relative;
}

.collection-grid--slider {
    overflow: hidden;
    margin: 0 -50px;
    padding: 0 50px;
}

@media (max-width:480px){


.list-collections__slide.size-col.list-collections__slide--onboarding {
    width: 60px;
    height: 60px;
    margin: 10px 9px;
}

.list-collections__slider.size-tl.shop-size-cl.js-list-collections__slider {
    width:100%;
}  
  
}

/**/

/*video solo*/

video.video-escritorio {
    display: block;
    margin: auto;
    width: 100%;
}

/* .masonry-grid.masonry-pc {
    display: block;
    width: 70%;
    margin: auto;
} */

@media (max-width:480px){

.section.section--divider-solid:before {
    box-shadow: inset 0px 0px var(--color-border);
}

.masonry-grid.masonry-pc {
    width: 100%;
}  

.image-with-text-split.image-with-text-split--image-position-right.image-with-text-split--image-mobile-position-above-content.image-with-text-split--image-padding-none.image-with-text-split--content-align-center.section.section--full-width.section--vertical-padding-top-bottom.animation.animation--image-with-text-split.is-visible {
    padding-bottom: 0px;
}

/**/

/* .section.section--vertical-padding-none {
  margin-top: 20px!important;
  }
 */
  

