/** Shopify CDN: Minification failed

Line 1222:21 Unterminated string token

**/
/*
  
  
  
  INICIO DE CUSTOM CSS BY HELIUM
  
  
  
*/
  
/* FUENTES */

@font-face {
  font-family: 'AlternateGothic';
  src: url('alternate-gothic.woff2') format('woff2'),
  	   url('alternate-gothic.woff') format('woff');
  font-weight: normal;
} 

@font-face {
  font-family: 'Gotham';
  src: url('gotham-light-webfont.woff2') format('woff2'),
  	   url('gotham-light-webfont.woff') format('woff');
  font-weight: 300;
} 

@font-face {
  font-family: 'Gotham';
  src: url('gotham_regular-webfont.woff2') format('woff2'),
  	   url('gotham_regular-webfont.woff') format('woff');
  font-weight: 600;
}
 
@font-face {
  font-family: 'Gotham';
  src: url('gotham-medium-webfont.woff2') format('woff2'),
  	   url('gotham-medium-webfont.woff') format('woff');
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: 'Gotham';
  font-weight: bold;
}

p, h7, h6, a, span, ol, body{
  font-family: 'Gotham';
  font-weight: normal;
}

.hide{
	display:none;
}

/* Menu */

.main-logo {
    width: 21%;
    margin: 25px 2%;
}

.main-logo img {
    width: 100%;
}

.search-announcement {
    width: 59%;
}

.icons-announcemenet {
    width: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-announcement .search-modal__form {
    max-width: none;
}

.custom-announcement {
    display: flex;
}

.hide-on-desk {
	display: none;
}

.search-announcement input#Search-In-Modal {
	border-radius: 25px;
}

.search-announcement label.field__label{
	font-weight: 300;
    color: #bbbbbb;
}

.header__inline-menu .buddha-menu-item > a {
    color: white;
    font-size: 17px;
  	padding: 25px;
}

sticky-header.header-wrapper {
    background: #00022B;
    height: 60px;
}

header.header {
    height: 90px;
    padding: 0 5rem;
}

li.buddha-menu-item>a>i.mm-icon:before {
    font-size: 29px;
}

@media (max-width: 1450px) {
  header.header {
      padding: 0 20px;
  }
  .header__inline-menu .buddha-menu-item>a {
      padding: 11px;
  }
}

@media (max-width: 1100px) {
  .hide-on-desk{
  	display:flex;
  }
  
  .hide-on-mobile{
  	display:none;
  }
  
  a.header__icon.header__icon--account, a#cart-icon-bubble, .header__icon--menu, .header__icon.header__icon--search {
    color: white;
  }
  
  a.header__icon.header__icon--account {
    display: flex !important;
  }
  
  header.header, sticky-header.header-wrapper {
      height: 111px;
  }
}

@media (min-width: 1100px){
  nav.header__inline-menu {
      height: 90px;
  }

  nav.header__inline-menu, li.buddha-menu-item  {
      height: 90px;
      display: flex;
      align-items: center;
  }

  nav.header__inline-menu > ul.list-menu {
      height: 90px;
      align-items: center;
  }

  li.buddha-menu-item:hover {
      background: #DD003B;
  }
}


/* Home page Inicio */

h2.banner__heading.h1 {
    font-family: AlternateGothic;
    font-size: 60px;
}

.banner__content.banner__content--center, .banner__box>.banner__buttons {
    justify-content: flex-start !important;
}

.banner__box {
    text-align: left !important;
}

.banner__buttons > a.button.button--primary {
    background: #DD003B;
    color: white;
    box-shadow: none;
}

.button {
	font-size: 17px;
}

@media (max-width: 750px) {
  h2.banner__heading.h1 {
      font-family: AlternateGothic;
      font-size: 37px;
      margin-bottom: 30px;
      line-height: 1.2;
  }
}

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
  z-index: 999999;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide {
  transition: filter .4s;
  margin: 0px 40px;
}

.slick-prev {
  left: 0;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 35%;
  font-size: 2.3rem;
  color:#00022B;
}

.slider-marcas {
  max-width: 1500px;
  margin: 0px auto 130px;
  padding: 0px 25px;
}

.home-title {
    font-weight: 500;
    text-align: center;
    margin: 50px 5px;
    font-size: 35px;
    letter-spacing: 0px;
}

@media (min-width: 1000px){
  .collection .home-title {
    margin-bottom:70px;
  }
}

.collections_container {
    background: url(https://cdn.shopify.com/s/files/1/0612/2920/3670/files/DHU_bg-categorias.jpg?v=1640275370);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 100px;
  	text-align:center;
}

.collections_container > .page-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection_custom_home {
    width: 22%;
}

.collection_custom_home img {
    max-width: 100%;
}

.collection_custom_name {
    background: #fff;
    color: #00022b;
    text-align: center;
    margin: -50px 20% 0;
    position: relative;
    line-height: 1.2;
    font-size: 14px;
    padding: 5px 20px;
    margin-top: -89px;
}

.collection_custom_name:hover {
    background: #DD003B;
    color: white;
}

.collection_custom_home a {
    text-decoration: none;
}

.image-with-text__content {
    max-width: 590px;
    margin: 0 auto;
}

h2.image-with-text__heading.h1 {
    font-family: 'Gotham';
    font-size: 34px;
}

.collection.page-width.page-width-desktop {
    margin-bottom: 70px;
}

.collections_container > h1, .collections_container > h2 {
    color: white;
    font-family: 'Gotham';
    font-weight: 500;
 	padding: 0px 20px;
}

.collections_container > h1 {
    font-size: 54px;
    letter-spacing: 0px;
    margin-bottom:0px;
}

.collections_container > h2 {
    font-size: 31px;
}

@media (max-width: 1050px) {
  .collection_custom_name {
      padding: 5px;
      margin-top: -50px;
  }

  .collection_custom_home {
      width: 31%;
  }
}

@media (max-width: 620px) {
  .collection_custom_home {
      width: 50%;
  }
  
  .collections_container > h1 {
    font-size: 38px;
  }

  .collections_container>h2 {
      font-size: 24px;
  }
  
}

@media (max-width: 420px) {
  .collection_custom_name {
      font-size: 10px;
  }
}

/** Footer **/

a.link.link--text.list-menu__item.list-menu__item--link {
    text-decoration: none;
}

.footer-block.grid__item > .footer-block__details-content > p > a {
    margin: 9px 0px;
  color:white;
      font-weight: 100;
}

.footer-block__details-content strong {
    color: white;
    font-weight: 500;
}

.footer-block__details-content a {
    text-decoration: none;
      font-weight: 100;
}

ul.footer-block__details-content.list-unstyled a {
    font-size: 16px;
}

h2.footer-block__heading {
    font-weight: 500;
    font-size: 21px;
}

.copyright__content.firma > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    color: white;
}

.footer__content-bottom {
    border-top: none !Important;
}

/** Nosotros **/

.collection_custom_nosotros > strong {
    font-weight: 500;
}

.collection_custom_nosotros > p {
    font-weight: 100;
    margin-top: 0px;
}
.collection_custom_nosotros {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-direction: column;
    width: 33%;
    color: #fff;
    padding: 0 4%;
    margin: 50px 0px 0px;
}

.collection_custom_nosotros > img {
    margin-bottom: 30px;
}

@media (max-width: 650px) {
	.collection_custom_nosotros {
    	width: 50%;
    }
}

/** Contacto **/
.form-page-container.page-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact.spaced-section {
    width: 60%;
    margin-top: 0px;
}

.contact-info {
    width: 40%;
    display: flex;
    justify-content: center;
}

h1.main-page-title.page-title.h0 {
    font-weight: bolder;
    font-size: 36px;
    letter-spacing:0px;
    font-family: 'Gotham';
}

form#ContactForm input {
    min-height: 58px;
    margin-bottom: 20px;
}

form#facturacion input {
    min-height: 58px;
    margin-bottom: 20px;
}


.customer .field label, .field__label {
    font-size: 1.8rem;
/*     top: 1.3rem; */
}

.contact label.field__label {
    top: 1.3rem;
}

.contact-info a {
    text-decoration: none;
    color: #00022B;
}

.contact-info h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.contact-info > div > div {
    margin-bottom: 35px;
}

@media (max-width: 420px) {
  .form-page-container.page-width > div {
      width: 90%;
      margin: 50px auto;
  }

  .contact-info {
      text-align: center;
  }
}

/** Collections page **/

.product-form__buttons.product-card-buttons > button, 
.product-form__buttons.product-card-buttons > div {
    width: 47%;
    margin-bottom: 0px;
}

.product-form__buttons.product-card-buttons > button:hover, 
.product-form__buttons.product-card-buttons > div:hover {
	box-shadow: 0 0 0 0.2rem white;
}

.product-form__buttons.product-card-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
    opacity:0;
    height: 38px;
    overflow: hidden;
}

/* BOTONES CARRITO 
.product-form__buttons.product-card-buttons .shopify-payment-button__button--hidden {
    display: none;
}

*/

.multivariants_cart_quantity_box {
    pointer-events: unset !important;
}

.product-form__buttons.product-card-buttons > button {
    font-size: 14px;
    padding: 0px;
    background: #00022B;
    box-shadow: none;
    letter-spacing: 0px;
}

.product-form__buttons.product-card-buttons button.shopify-payment-button__button {
    background: #DD003B;
    border-radius: 0px;
    height: 38px;
  	padding:0px;
    font-family: 'Gotham';
    font-size: 14px;
}

/* CORREGIR GRI DE PRODUCTOS JADAN
h3.card-information__text.h5 > a {
    font-weight: 500;
    font-size: 17px;
}

.solicitar-cotizacion span {
    font-size: 15px !important;
    text-align: center;
}
*/

.price__regular>.price-item {
    font-size: 20px;
    text-align: center;
    margin: auto !important;
}

li.grid__item:hover .product-form__buttons.product-card-buttons{
	opacity: 1;
}

@media (max-width: 900px) {
  .product-form__buttons.product-card-buttons>button, .product-form__buttons.product-card-buttons>div {
      width: 90%;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
  }

  .product-form__buttons.product-card-buttons {
      height: auto;
      opacity:1;
      display: block;
  }
}

/** Producto Individual **/

h1.product__title {
    font-weight: 500;
    line-height: 1.2;
}

.price__regular>.price-item {
    font-size: 20px;
    text-align: center;
    margin: auto !important;
}

.envios-mexico {
    display: flex;
    margin: 0px;
    align-items: center;
}

.envios-mexico > div{
    width: 12px;
    height: 12px;
    background: #00bb00;
    border-radius: 8px;
    margin-right: 10px;
}

.envios-mexico > p {
    margin: 0px;
    font-size: 13px;
}

.product__tax.caption {
    margin: 35px 0px;
}

.product-form__buttons > button, .product-form__buttons > div {
    max-width: 360px;
    margin-bottom: 15px;
}

button.product-form__submit.button.button--full-width.button--secondary {
    border-color: #DD003B;
    box-shadow: none;
    color: #DD003B;
    letter-spacing: 0px;
}











@keyframes cs-loading {
  0% {
    opacity: 0.45;
  }
  100% {
    opacity: 0.9;
  }
}

div#ProductGridContainer > .collection.page-width {
    margin-top: 40px;
}

h3.card-information__text.h5 {
    min-height: 70px;
}


/* Quote page */

.rfq_form_page{
 width: 100%;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 25px;
    margin: auto; 
}


.rfq_form_page .rfq_form .form-control{
 background-color: transparent;
}


.continuewrap a{
 color: #00022b; 
}

ul#product-grid {
    margin-bottom: 5%;
}

/* - - - - ESCONDER BOTON DE COMPRAR
li.grid__item.producto-cotizar .product-form {
    display: none !important;
}
 - - - - */

h3.decenas {
  background-color: #DD003B;
  color: white;
  text-align: center;
  max-width: fit-content;
  padding: 5px 20px;
}


@media screen and (max-width: 1320px) {

  .button {
    font-size: 15px;
    /* width: 100%; */
    padding: 10px 0px !important;
    min-width: unset;
    min-height: unset;
  }
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    padding-right: 2.5%;
  }
  
  
}

@media screen and (max-width: 1110px) {
  .button {
    font-size: 12px;
  } 
}

@media screen and (max-width: 768px) {
  
  .page-width {
    padding: 0 2rem;
  } 
  
  .cloud-search-filter__name {
    font-size: 13px;
  }
  
  .price__regular>.price-item {
    font-size: 16px;
  }
  
  .button {
    font-size: 9px;
  }
  
  .price__regular>.price-item {
    font-size: 16px;
  }
  
  .price__regular {
    min-height: 45px;
    margin-bottom: 0px;
  }
  
  h3.card-information__text.h5 {
    min-height: 80px;
    padding: 0;
  }
  
}

@media screen and (max-width: 770px) {
  .rfq_form_page {
    padding: 0px 25px 15px 25px;
  }  
}




@media screen and (max-width: 425px) {
  .home-title {
    font-size: 22px;
  }
  h2.banner__heading.h1 {
    font-size: 27px;
  }
  
  .button {
    font-size: 14px;
  }
  
  .collections_container>h1 {
    font-size: 30px;
  }
  
  .collections_container>h2 {
    font-size: 21px;
  }

  .collection_custom_home {
    width: 75%;
    margin: auto;
  }
  
  .collection_custom_name {
    font-size: 11px;
  }
  
  h2.footer-block__heading {
    font-size: 18px;
    margin-bottom: 0.25em;
  }
  
  h2.image-with-text__heading.h1{
    font-size: 25px;
  }
  
  h3.card-information__text.h5 > a {
    font-size: 12px;
    min-height: 40px;
  }
  /*
  .price__regular>.price-item {
    font-size: 20px;
  }
  */
  .button--full-width {
    display: flex;
    width: auto;
    margin: auto;
    padding: unset;
  }
  .grid__item {
    max-width: 45%;
  }
  h3.card-information__text.h5 {
    min-height: 60px;
  }
  ul#product-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .page-width {
    padding: 0px 1rem;
  }
  
  .image-with-text__content.image-with-text__content--adapt a.button.button--primary {
    padding: 45px;
    width:100%;
  }
	/*  - - - - PAGINA DE NOSOTROS - - - - */
  .shopify-section.spaced-section.spaced-section--full-width .image-with-text__content.image-with-text__content--adapt {
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  }

  .shopify-section.spaced-section.spaced-section--full-width .image-with-text__content.image-with-text__content--adapt a.button.button--primary {
    width: 100%;
}
  /*  - - - - PAGINA DE NOSOTROS - - - - */

  .collection_custom_nosotros>p {
    margin-top: 10px;
    font-size: 11px;
  }
  .form-page-container.page-width {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
  .contact.spaced-section {
    width: 100%;
  }
  
  .contact__button button.button {
    width: 100% !important;
  }

  .contact-info > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
  }
  
  .contact-info > div > div {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
  }
  .contact-info {
    width: 70%;
  }
  h1.main-page-title.page-title.h0 {
    font-size: 27px;
    text-align: center;
  }
  .banner__buttons a.button.button--primary  {
    width: 100%;
    padding: 102px;
  }
  
  header.header.header--middle-left.page-width.header--has-menu {
      width: 100% !important;
      display: flex !important;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      align-content: flex-start;
  }
  
  h1.header__heading.hide-on-desk {
    width: 75%;
    justify-content: flex-end;
  }
  
  a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none !important;
  }
  
  h1.header__heading.hide-on-desk {
    width: 60%;
    justify-content: center;
  }
  
  header-drawer {
    width: 20%;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .header__icons.hide-on-desk {
    width: 20%;
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .product-form__buttons button.product-form__submit.button.button--full-width.button--secondary {
    width: 100%;
    height: unset !important;
    padding: 5% !important;
    font-size: 15px !important;
  }

  form#cart-notification-form button.button.button--primary.button--full-width  {
    width: 100% !important;
  }
  span.price.price--end {
    font-size: 15px !important;
  }
  
  .collection.page-width .center a.button {
    margin-top:2em;
    width: 100%;
  }
  .button {
    font-size: 11px;
  }
  h3.card-information__text.h5>a {
    font-size: 12px;
    min-height: 70px;
  }
  h1.product__title {
    font-size: 24px !important;
  }
  p.product__text.caption-with-letter-spacing {
    font-size: 16px;
  }
  .product-form__buttons>button, .product-form__buttons>div {
    margin: 15px auto;
  }
  .cart__warnings a.button {
    width: 80%;
  }
  slider-component.slider-mobile-gutter ul.grid.grid--2-col.product-grid.grid--2-col-tablet.grid--4-col-desktop.negative-margin--small {
    justify-content: space-around;
  }

}




@media screen and (max-width: 375px) {
  


}

/* ------------------------------------------------------------UNICORNIO----------------------------------------------------------------------

   ---------------------------------MODIFICA EL BOTÓN "DESCARGAR FICHA TÉCNICA" DE LAS PÁGINAS DE MAQUINARIA --------------------------------- */

  .boton_chido {
    display: block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    min-width: 12rem;
    min-height: 4.5rem;
    position: relative;
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 360px;
    width: 100%;
    color: #FFFFFF !important;
    background: #00022B;
    font-size: 14px;
    text-align: center;
   }

  .boton_chido:hover {
    background-color: #DD003B;
   }

@media only screen and (max-width : 425px) {
    
  .boton_chido {
    display: block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 0!important;
    text-decoration: none;
    min-width: 12rem;
    min-height: 4.5rem;
    position: relative;
    margin: 15px auto;
    max-width: 360px;
    width: 100%;
    color: #FFFFFF !important;
    background: #00022B;
    font-size: 14px;
    text-align: center;
    min-width: unset;
    min-height: unset;
   }

  .boton_chido:hover {
    background-color: #DD003B;
   }

  .page-width {
    padding: 0px 2rem;
   }
}

/* ------------------------------------------------------------UNICORNIO----------------------------------------------------------------------

   ---------------------------------  MODIFICA EL PARRAFO DE LA DESCRIPCION EN LA PÁGINA DE PRODUCTO DE MAQUINARIA --------------------------- */

   .p1 {
      text-align: justify;
      font-family: 'Gotham';
      font-weight: normal;
   } 
    
/* ------------------------------------------------------------UNICORNIO----------------------------------------------------------------------
   
   ------------------------------------  MODIFICA EL ESTILO DE LA PÁGINA DE PRODUCTO "INFORMATIVAS" ----....---------------------------------- */

    .α{
       display: inline-flex;
       margin: 2% 15% 2% 15%;
       width: 70%;
    }

    .α_right {
       width: 100%;
       height: auto;
       /* border: 1px solid; */
       margin: 0px; 
    }

     .α_title{
        /* border: 1px solid; */
       height: auto;
       width: 100%;
       text-align: left;
    }

     .α_right_2{
        display: flex;
        margin: -2% 0%;
        /* border: 1px solid; */
    }


    .α_right_2_1{
        display: block;
        margin: -2% 0%;
        /* border: 1px solid; */
    }


     .α_right_3{
         display: flex;
         margin: -2% 0%;
        /* border: 1px solid; */
    }

    .uno{
         width: 45%;
         height: auto;
         margin: 0 5% 0 0;
         /* background-color: gray; */
    }
        
    .uno_1{
         width: 10'%;
         height: auto;
         margin: 0;
         /* background-color: gray; */
    }

    .dos{
         width: 45%;
         height: auto;
         margin: 0 0 0 5%;
         /* background-color: red; */
    }

    .dos_2{
         width: 100%;
         height: auto;
         margin: 0;
         /* background-color: red; */
    }  

    .tres{
         width: 45%;
         height: auto;
         margin: 0 5% 0 0;
         /* background-color: green; */
    }
        
    .cuatro{
         width: 45%;
         height: auto;
         margin: 0 0 0 5%;
         /* background-color: blue; */
    }

    .foto_categoria{
         width: 100%;
         height: 100%;
    }
 
    .α_ul{
        margin: -5% 5% 5% 0%;
    }
  
/*  ------------------------------------------------------------UNICORNIO----------------------------------------------------------------------

    --------------------------------------  MODIFICA EL ESTILO DE LA PÁGINA DE PRODUCTO "MULTIPLE" -------------------------------------------- */


    .multivariants_block_prc_label{
      display:none;
    }


    .multivariants_block_prc_holder{
      display:none !important;
    }

    .multivariants_add_to_cart_button {
      border-color: #DD003B;
      box-shadow: none;
      color: #DD003B;
      letter-spacing: 0px;
      max-width: 360px;
      margin-bottom: 15px;
      font-size: 17px;
      display: flex;
      width: 100%;
      cursor:pointer;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 0.9rem 3rem 1.1rem;
      text-decoration: none;
      border: 0.1rem solid;
      border-radius: 0%;
      min-width: 12rem;
      min-height: 4.5rem;
      background-color:white;
    }

    .multivariants_add_to_cart_button_h {
      width:100%;
      margin: 15px 0px 0px;
    }

    .multivariants_add_to_checkout_button {
      border-color: #DD003B;
      box-shadow: none;
      color: white;
      letter-spacing: .1rem;
      max-width: 360px;
      margin-bottom: 10px;
      font-size: 1.5rem;
      display: flex;
      width: 100%;
      cursor:pointer;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: 1em 2em;
      text-decoration: none;
      border: 0.1rem solid;
      border-radius: 0%;
      min-width: 12rem;
      min-height: 4.6rem;
      background-color: #DD003B;  
    }

    .multivariants_block_qty_holder {
      display:block;
    }
   
    .mkmid_m {
      font-size: 1.3rem;
      display: block;
      margin-bottom: 0.6rem;
    }

    .multivariants_block_qty_box {
      border: 0.1rem solid rgba(var(--color-base-text),.08);
      position: relative;
      height: 4.5rem;
      width: calc(14rem / var(--font-body-scale));
      display: flex;
    }
 
    .caption-with-letter-spacing {
      font-size: 12px;
    }

    .multivariants_block_qty_holder {
      display: block !important;
    }


    .multivariants_block_last_holder {
      border-bottom: 0px solid !important;
    }

    .multivariants_block_qty_box_left {
      width: calc(4.5rem / var(--font-body-scale));
      font-size: 1.8rem;
      border: 0;
      background-color: transparent;
      justify-content: center;
      color: rgb(var(--color-foreground));
      padding: 0 !important;
      flex: auto !important;
    }

    .multivariants_block_qty_box_right {
      width: calc(4.5rem / var(--font-body-scale));
      font-size: 1.8rem;
      border: 0;
      background-color: transparent;
      justify-content: center;
      color: rgb(var(--color-foreground));
      padding: 0 !important;
      flex: auto !important;
    }

    .multivariants_block_qty_input{
      width: calc(4.5rem / var(--font-body-scale));
      font-size: 1.8rem;
      border: 0;
      background-color: transparent;
      justify-content: center;
      color: rgb(var(--color-foreground));
      padding: 0 !important;
      flex: 1 !important;
    }

    .multivariants_block_subtotal_h {
      display: -webkit-box !important;
      margin: 0 !important;
      position: inherit !important;
      flex-direction: inherit !important;
      text-overflow: ellipsis;
    }


@media only screen and (max-width : 425px) {
  
    .multivariants_block_subtotal_h {
      display: block !important;
      margin: 0 !important;
      position: inherit !important;
      flex-direction: inherit !important;
      text-overflow: ellipsis;
    }
      
    .multivariants_block_subtotal_label {
      font-size: 16px !important;
    }
      
    .multivariants_block_subtotal_price{
      font-size: 16px !important;
    }
      
    .multivariants_add_to_cart_button {
      margin: 0px auto 15px !important;
    }
      
    .multivariants_add_to_checkout_button {
      margin: 0px auto 15px !important;
    }
      
    .price__regular>.price-item {
      font-size: 16px !important;
    }
  
    p.product__text.caption-with-letter-spacing {
      font-size: 12px !important;
    }
    
    .product__text.caption-with-letter-spacing+.product__title {
      margin-top: 10px !important;
    }
}

/*  ----------------------------------------------------------------------UNICORNIO-------------------------------------------------------------------------------

    ---------------------------------  AGREGA EL ESTILO A LA LEYENDA "IMAGENES DE CARACTER ILUSTRATIVO" DE LA PÁGINA DE PRODUCTO --------------------------------- */


    .leyenda_imagen {
    top:-3em;
    left: 1em;
    font-size:12px;
    color: #B3B3B3;
    }

@media only screen and (max-width : 425px) {
    
   .leyenda_imagen {
    font-size:10px;
    }
}

/* ------------------------------------------------------------UNICORNIO----------------------------------------------------------------------

   ---------------------------------  AGREGA EL ESTILO DEL ANUNCIO "PAGINA EN CONSTRUCCION" EN LAS COLECCIONES ------------------------------- */

    .anuncio {
      display:flex;
      width: 100%;
      border: solid;
      border-color: #999999;
      max-height: 100px;
      font-size: 1.5em;
    }

    .contenedor_anuncio{
      padding: 0 10%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: inherit;
    }

    .imagen_anuncio {
      text-align: start;
    }
      
    .rte img {
      vertical-align: middle;
    }

@media only screen and (max-width : 425px) {
    .anuncio {
      font-size:12px !important;
    }
  
      .imagen_anuncio {
      text-align: end;
    }
    
    .rte img {
      max-width: 75% !important;
    }
}



/*------------------------------------------------------------HELIUM----------------------------------------------------------------------

  ---------------------------------------------ELIMINA EL PRECIO DEL MODAL DE BÚSQUEDA ---------------------------------------------------*/
    
    .instant-search-menu .header-right{
      text-align: unset;
    }

    .details-top .price {
      display: none;
    }


/* ---------------------------------------------------------------------------------UNICORNIO-----------------------------------------------------------------------------------------

   ---------------------------------  AGREGA EL ESTILO DEL ANUNCIO "PROMOCIÓN" EN LA RETICULA DE LA TIENDA A LOS PRODUCTOS CON LA ETIQUETA PROMOCION --------------------------------- */


   .promocion {
      border: 0px solid;
      border-radius: 4rem;
      display: inline-block;
      font-size: 1.2rem;
      letter-spacing: 0.1rem;
      line-height: 1;
      padding: 0.6rem 1.3rem;
      text-align: center;
      background-color: #DD003B;
      border-color: #DD003B ;
      color: white;
      word-break: break-word;
}

@media only screen and (max-width : 425px) {
   .promocion {
      border: 0px solid;
      border-radius: 4rem;
      display: inline-block;
      font-size: .8rem;
      letter-spacing: 0.1rem;
      line-height: 1;
      padding: 0.4rem .9rem;
      text-align: center;
      background-color: #DD003B;
      border-color: #DD003B ;
      color: white;
      word-break: break-word;
    }
}  
  
/* ---------------------------------------------------------------------------------UNICORNIO-----------------------------------------------------------------------------------------

   ---------------------------------  AGREGA EL ESTILO DEL ANUNCIO "PROMOCIÓN" EN LA PAGINA DE PRODUCTO CON LAS ETIQUETAS DE PROMOCION --------------------------------- */



  .div_anuncio_promo {
      display: block;
   }

  h3.aviso_promo {
     background-color: #DD003B;
     color: white;
     text-align: left;
     max-width: fit-content;
     padding: 5px 20px;
     margin-block-end: 0em;
     margin: 0 10px 0 0;
   }

  .leyenda_promocion {
     font-size: 1.2rem !important;
     color:#DD003B;
  }

  .descuento {
     display: inline-flex;
     border: 0px solid;
     border-radius: 4rem;
     font-size: 1.2rem;
     letter-spacing: 0.1rem;
     line-height: 1;
     padding: 0.6rem 1.3rem;
     text-align: center;
     background-color: #DD003B;
     color: white;
     word-break: break-word;
  }


/* ---------------------------------------------------------------------------------UNICORNIO-----------------------------------------------------------------------------------------

   ------------------------------------------------------------------  AGREGA EL ESTILO DEL EN LA PÁGINA 404 ------------------------------------------------------------------------ */


  .template-404.page-width.page-margin.center {
     display: flex;
     align-items: flex-start;
  }

  .imagen_404{
     width: 50%;
  }

  .imagen_404_1{
     width: 100%;
  }
  
  .contenedor_404{
     width: 45%;
     margin-left: 5%;
  }

      
  .titulo404 {
      font-size: 6em;
      margin: 0;
      color: rgb(214, 214, 214) !important;
   }
  
  .titulo404_2{
      font-size: 3em;
      margin-top: 0px;
      margin-bottom: 1rem;
   }
  
  .texto404{
      font-size: larger;
      margin-top: 0px;
      margin-bottom: 2rem;
   }

  .button_404 {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0.1rem solid transparent;
    border-radius: 0;
    color: white;
    min-width: 12rem;
    min-height: 4.5rem;
    transition: box-shadow var(--duration-short) ease;
    appearance: none;
    background-color: #00022B;
    box-shadow: none;
   }

@media only screen and (max-width : 425px) {
   
  .template-404.page-width.page-margin.center {
     display: flex;
     align-items: flex-start;
     flex-direction: column;
  }

  .imagen_404{
     width: 100%;
  }

  .imagen_404_1{
     width: 100%;
  }
  
  .contenedor_404{
     width: 90%;
     margin: 0% 5%;
  }

      
  .titulo404 {
      font-size: 5em;
      margin: 0;
      color: rgb(214, 214, 214) !important;
   }
  
  .titulo404_2{
      font-size: 2em;
      margin-top: 0px;
      margin-bottom: 1rem;
   }
  
  .texto404{
      font-size: medium;
      margin-top: 0px;
      margin-bottom: 2rem;
   }

    .button_404 {
    width:100%;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0.1rem solid transparent;
    border-radius: 0;
    color: white;
    min-width: 12rem;
    min-height: 4.5rem;
    transition: box-shadow var(--duration-short) ease;
    appearance: none;
    background-color: #00022B;
    box-shadow: none;
   }
}
  sticky-header.header-wrapper {
    display: flex;
    align-items: center;
}
  li.buddha-menu-item {
    padding: 0px 0px;
}

.header__inline-menu .buddha-menu-item > a {
    padding: 20px;
}