<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TamaÃ±o miniatura producto minicart*/
.minicart-items .product-image-container {
	width: 75px !important;
}

/*Aspecto productos*/
.product-item-info .product-item-photo {
    height: 180px;
}

.products-grid .product-item .product-item-details .product-item-name {
	white-space: normal !important;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	height: 60px;
}


/*--Empieza carrusel productos home--*/

/*Tamaï¿½o imï¿½genes carrusel productos home - Marlon */
.product-item-info .product-item-photo {
    height: 220px;
}

/*CorrecciÃ³n del sticky header*/
.page-header.type2.header-newskin.sticky-header {
	position: fixed;
	width: 100%;
}

.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart::after {
	display: revert !important;
}

header.page-header.sticky-header.type2 .minicart-wrapper .action.showcart::before {
	color: #2F3C46 !important;
}

/*Aspecto sticky product*/
@media(min-width: 768px) {
	.sticky-product {
		padding: 10px 0 !important;
	}
	
	.sticky-product .sticky-image {
		width: 100px;
	}
}

/*Carousel Productos relacionados*/
.block.related.owl-top-narrow .products {
  margin: 4px 0px;
}
.products-related .owl-item {
  padding: 5px;
}
.products-related .actions-primary button.action.tocart.primary {
  display: inline-block !important;
}
.catalog-product-view .products-related .owl-carousel .owl-item .product-image-photo.default_image.related {
    width: 122px;
    height: 120px;
}
.catalog-product-view .products-related .product-item-info .product-item-photo {
    -ms-flex-item-align: center;
        align-self: center;
}
.catalog-product-view .products-related .product-item-info {
  width: 100%;
  height: 328px;
  max-width: 100%;
  display: grid;
  gap: 5px;
  grid-auto-rows: 15rem;
  padding: 10px;
  border: solid 1px #efefef;
  border-radius: 5px;
}
.catalog-product-view .products-related .product-item-info:hover {
  -webkit-box-shadow: 0 10px 25px -20px rgb(0 0 0 / 94%);
  box-shadow: 0 10px 25px -20px rgb(0 0 0 / 94%);
}
.products-related .product-item-details {
  padding: 0;
}
.catalog-product-view .products-related .products-grid .product-item .product-item-details .product-item-name {
    height: 72px !important;
}
.catalog-product-view .products-related .product-item-info .product.name a {
    font-size: 12px;
}
.catalog-product-view .products-related .block.related .field.choice {
    position: absolute;
    top: 4px;
    left: 8px;
}
.catalog-product-view .products-grid.products-related .product-item .product-item-details .product-item-name {
    margin-bottom: 20%;
}

@media (min-width: 1024px) {
    .catalog-product-view .products-related .product-item-details {
        padding-top: 0;
    }
}

@media (max-width: 1200px) {
  .catalog-product-view .products-related .product-item-info {
    padding: 5px;
  }
  .block.related.owl-top-narrow .product-item-name {
    margin-bottom: 10px;
  }
  .block.related.owl-top-narrow .price-box .old-price, .block.related.owl-top-narrow .price-box .special-price {
    display: block;
  }
  .block.related.owl-top-narrow .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .catalog-product-view .products-related .product-item-info {
    padding: 5px 10px 10px;
  }
  .catalog-product-view .products-related .product-item-info {
    height: 308px;
    grid-auto-rows: 14rem;
  }
  .catalog-product-view .products-related .owl-carousel .owl-item .product-image-photo.default_image.related {
    width: 102px;
    height: 100px;
  }
  .block.related.owl-top-narrow .products-grid .product-item-details .product-item-actions .tocart {
    line-height: 0;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .products-related .product-item-info {
    height: 308px;
    grid-auto-rows: 14rem;
  }
  .catalog-product-view .products-related .owl-carousel .owl-item .product-image-photo.default_image.related {
    width: 102px;
    height: 100px;
  }
  .block.related.owl-top-narrow .products-grid .product-item-details .product-item-actions .tocart {
    line-height: 0;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .block.related.owl-top-narrow .product-item-name {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .block.related.owl-top-narrow .block-title.title {
    padding-right: 50px;
  }
  .block.related.owl-top-narrow .product-item-info .product.name a {
    font-size: 11px !important;
  }
  .block.related.owl-top-narrow .products-grid .product-item-details .product-item-actions .tocart {
    font-size: 10px !important;
    padding: 2px 7px !important;
  }
}
/*
@media (min-width: 806px) and (max-width: 1024px) {
    .catalog-product-view .products-related .product-item-info {
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    }
}
@media (min-width: 768px) and (max-width: 806px) {
    .catalog-product-view .products-related .product-item-info {
        grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
    }
}
@media (min-width: 467px) and (max-width: 768px) {
    .catalog-product-view .products-related .product-item-info {
        width: 100% !important;
        height: auto !important;
        max-width: initial !important;
        margin-bottom: 3% !important;
    }
    .catalog-product-view .products-related .products.wrapper.grid.products-grid.products-related {
        margin-top: 40px !important;
    }
}
@media (min-width: 387px) and (max-width: 467px) {
    .catalog-product-view .products-related .product-item-info {
        width: 100% !important;
        height: auto !important;
        max-width: initial !important;
        margin-bottom: 5% !important;
        grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    }

    .catalog-product-view .products-related .products.wrapper.grid.products-grid.products-related {
        margin-top: 40px !important;
    }
}
@media (max-width: 387px) {
    .catalog-product-view .products-related .product-item-info {
        width: 100% !important;
        height: auto !important;
        max-width: initial !important;
        margin-bottom: 5% !important;
        grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    }

    .catalog-product-view .products-related .products.wrapper.grid.products-grid.products-related {
        margin-top: 40px !important;
    }
} */

/*Altura del sticky header en mÃ³vil*/
@media(max-width: 767px){
    .page-header.type2.header-newskin.sticky-header {
        height: revert !important;
    }
}

/*degradado en descripciÃ³n de categorÃ­as (leer mÃ¡s)*/
/*degradado en descripciÃ³n de categorÃ­as (leer mÃ¡s)*/
@media (max-width: 1024px) {
    .category-description[data-readmore][aria-expanded="false"] {
        background: -o-linear-gradient(bottom, #FFFFFF -6%, #000000 23%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(-6%, #FFFFFF), color-stop(23%, #000000));
        background: linear-gradient(to top, #FFFFFF -6%, #000000 23%);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;     
      }
}
@media (min-width: 1024px) {
    .category-description[data-readmore][aria-expanded="false"] {
        background: -o-linear-gradient(bottom, #FFFFFF -6%, #000000 30%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(-6%, #FFFFFF), color-stop(30%, #000000));
        background: linear-gradient(to top, #FFFFFF -6%, #000000 30%);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/*minicart en resoluciones por debajo de 767*/
@media(max-width: 767px){
    .sticky-image:first-child img {
        height: 65px;
        width: 65px;
    }
    img.minicart-icon {
        height: 23px !important;
        vertical-align: middle !important;
    }
    .counter.qty {
        margin-top: -18px !important;
    }
}
    
@media(min-width: 768px){
    .counter.qty {
        margin-top: -28px !important;
    }
    button#product-addtocart-button-clone {
        height: 50px !important;
    }
}


/*Ajustes en megamenu y header*/

/*David M-&gt; Solucionar problema descuadre megamenu al cargar -INICIO*/ 
 img.iconos-megamenu {
    margin-right: 8px;
    vertical-align: middle;
  }
/*David M-&gt; Solucionar problema descuadre megamenu al cargar -FIN*/
 
  .iconos-megamenu-accesorios {
    width: 21%;
    vertical-align: middle;
    margin-right: 8px;
  }
  .ves-megamenu .navigation .level0&gt;a {
    font-size: 13px;
    text-transform: none !important;
  }

  .page-header.type2.header-newskin .nav-mobile.ves-megamenu .navigation .level0.level-top.parent.active a span img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  
  .page-header.type2.header-newskin .nav-desktop.ves-megamenu .navigation .level0.width-categoria-accesorios {
    text-align: left;
  }


  @media (min-width: 768px) and (max-width: 1200px) {
    img.iconos-megamenu {
      margin-right: 5px;
    }
  }
  @media (min-width: 991px) and (max-width: 1200px) {
    .nav-desktop.ves-megamenu .navigation .level0 &gt; a {
      font-size: 12px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .ves-megamenu.top-navigation&gt;.navigation {
      padding: 0;
    }

    .nav-desktop.ves-megamenu .navigation .level0 &gt; a {
      font-size: 10.5px;
    }

    .ves-megamenu .navigation .nav-item.subhover&gt;.submenu {
      width: 100%;
    }
  }
  
  
  .nav-desktop.ves-megamenu .navigation li.level0 {
      margin: 0px !important;
  }

  /*problemas visualizaciÃ³n menÃº*/
  @media (min-width: 768px) and (max-width: 784px) {

    .nav-mobile.ves-megamenu .navigation .level0 &gt; a &gt; div {
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .nav-mobile.ves-megamenu .navigation .level0 &gt; a img {
        height: 20px;
    }
    .page-header.type2.header-newskin .nav-mobile.ves-megamenu .navigation .level0.width-categoria-accesorios {
        text-align: left;
    }

    .page-header.type2.header-newskin .nav-mobile.ves-megamenu .navigation .ui-menu.ui-widget.ui-widget-content {
        height: 49px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .page-header.type2.header-newskin .nav-mobile.ves-megamenu .navigation .level0 {
      width: calc(100%/7);
      height: 49px;
    }
    .nav-mobile.ves-megamenu .navigation .level0 &gt; a {
      font-size: 10.5px;
      padding: 0;
      width: 100%;
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .nav-mobile.ves-megamenu .navigation li.level0 {
      margin: 0px !important;
    }
  }


  /*mÃ©todos de pago footer*/
  .footer-bottom .block-bottom {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px !important;
  }
  .footer-bottom .custom-block a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer-bottom .custom-block a img {
    max-height: 25px;
  }
  .footer-bottom .custom-block {
    margin-right: 5px;
  }
  .footer-bottom {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    background-color: #292c31 !important;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0px !important;
  }
  .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-bottom address {
    color: #fff;
  }
  .custom-block.invert {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  @media (min-width: 992px) and (max-width: 1150px) {
    .footer-bottom address {
      font-size: 1.130vw !important;;
    }
  }
  @media (min-width: 992px) and (max-width: 1370px) {
    .footer-bottom .custom-block a img {
      max-height: 1.825vw;
    }
  }
  @media (min-width: 992px) and (max-width: 1350px) {
    .custom-block.f-right {
      margin-right: 4%;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-bottom .container .custom-block &gt; div {
      margin: 0 auto !important;
    }
    /*eliminar del admin
    .footer-bottom .container .custom-block &gt; div {
        margin-left: 0px !important;
        }
        */
    .footer-bottom .container {
      display: inline-block;
    }
  }
  @media (min-width: 768px) and (max-width: 885px) {
    .footer-bottom address {
      font-size: 1.554vw !important;;
    }
    .footer-bottom .custom-block a img {
      max-height: 2.825vw;
    }
 }
 @media (max-width: 768px) {
    .footer-bottom .container .custom-block &gt; div {
      margin: 0 auto !important;
    }
    .footer-bottom .container {
      display: inline-block;
    }
  }
  .page-footer .footer-middle {
    padding-bottom: 2% !important;
  }
  /*color bloque newsletter en footer*/
  .footer-top {
    background-color: #2f5995;
  }

/*alinear botÃ³n arriba y chat*/
.zsiq_floatmain.zsiq_theme1 {
  right: 8px;
  bottom: 50px;
}

/*mover botÃ³n arriba y chat*/
@media (max-width: 768px) {
  .zsiq_floatmain.zsiq_theme1.siq_bR.chat-button-up {
    bottom: 137px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .chat-button-down{
      right: 8px !important;
      bottom: 50px !important;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
  }
  .top-button-up{
      bottom: 87px !important;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
  }
  .top-button-down{
      bottom: 0px !important;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
  }
}

/*CHECKOUT RESPONSIVE*/
.checkout-index-index .checkout-container.am-checkout .payment-option-content .messages {
  margin-top: 0px;
}
.amrewards-discount-form .actions-toolbar.amrewards-actions {
  margin-bottom: 0px !important;
}
.payment-option-content .form-discount .actions-toolbar {
  margin-bottom: 0px !important;
}

/*botÃ³n iniciar sesiÃ³n*/
.am-checkout.-modern .authentication-wrapper{
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle{
    width: 100%;
    background-color: #b61618;
    border-radius: 8px;
    padding: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #8f1213 !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
.am-checkout.-modern .authentication-wrapper .action-auth-toggle span{
    font-size: 18px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .am-checkout.-modern .authentication-wrapper .action-auth-toggle{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
/*botÃ³n realizar pedido*/
.action.primary.checkout.amasty {
  background-color: #b61618 !important;
}
.action.primary.checkout.amasty:hover {
  background-color: #8f1213 !important;
}

/*tooltip telefono*/
.form.form-shipping-address .field-tooltip.toggle {
  position: absolute !important;
}

/*MÃ©todo de envÃ­o*/
.amcheckout-wrapper .amcheckout-shipping-methods .col.col-price{
  width: 15%;
}
.amcheckout-wrapper .amcheckout-shipping-methods .col.col-method{
  width: 1%;
}
.amcheckout-wrapper .amcheckout-shipping-methods .col.col-carrier {
  width: 75%;
}

/*mÃ©todo de pago*/
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
padding-left: 20px;
}
/*fin checkout responsive*/

/*maquetar pÃ¡gina de registro*/
.customer-account-create .form.create.account {
  padding: 35px 25px !important;
}
.customer-account-create .form.create.account input[type="text"] {
  width: 90%;
}
.customer-account-create .form.create.account input[type="checkbox"] {
  position: initial;
}
.customer-account-create .form.create.account .field.choice .field-tooltip.toggle {
  display: initial;
}
.customer-account-create .form.create.account .fieldset.additional_info {
  width: 100% !important;
}
.customer-account-create .form.create.account .actions-toolbar .primary .action.submit.primary{
  background: #b61618;
  border-radius: 5px;
  text-transform: none;
  border: 0;
  padding: 7px 35px;
  margin: 0 auto;
}
.customer-account-create .form.create.account .actions-toolbar .primary .action.submit.primary:hover{
  background: #8f1213 !important;
}
.fieldset.create.info legend {
  color: #b61618;
}
.fieldset.create.account legend {
  color: #b61618;
}
/*para corregir los cambios producidos por el pop up de registro*/
.customer-account-create.page-layout-1column .control.form-group {
  display: grid;
}

/*POP UP REGISTRO*/
.amsl-register-content .amsl-form .fieldset &gt; .field.required &gt;.control.form-group &gt; .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}

.amsl-register-content .amsl-form .fieldset &gt; .field.required &gt;.control.form-group &gt; .label {
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
position: absolute;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 1.6rem;
padding-left: 15px;
font-weight: 400;
color: grey;
}

.amsl-register-content .amsl-form .ready-to-write  {
  font-size: 10px;
  margin-top: 0.6rem !important;
}

.amsl-register-content .amsl-form .ready-to-write + .input-text{
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 0px;
  padding-left: 15px;
  color: #1A1A1A;
}
.amsl-register-content .amsl-form .form-create-account .field-tooltip.toggle{
  display: contents;
}
.amsl-register-content .amsl-form .form-create-account .input-text {
  height: 50px;
}
.amsl-register-content .amsl-form .form-create-account .field.choice.newsletter{
  margin: 20px 0;
}
.amsl-register-content .amsl-form .form-create-account .field.choice.newsletter span {
  color: #1A1A1A;
}
@media (max-width: 768px){
  .amsl-register-content .amsl-form .form-create-account {
    padding-top: 0px;
  }
  .amsl-register-content .amsl-form .fieldset.create.info {
    margin-bottom: 0px;
  }
  .amsl-register-content .amsl-form {
    margin-bottom: 0px;
  }
  .amsl-social-login .amsl-button {
    height: 50px;
    width: 50px;
  }
}
/*fin pop up registro*/

/*Mostrar/ocultar contraseÃ±a*/
.customer-account-create .form.create.account #password,.customer-account-create .form.create.account #password-confirmation {
	width: 100%;
}
.toggle-password{
	display: grid;
	right: 10px;
}
.toggle-password::before {
	height: 23px !important;
	display: inline-block;
}
.customer-account-create .form.create.account .toggle-password {
	top: 25px !important;
}
.customer-account-login .form-login .toggle-password {
	top: 8px !important;
}
#social-login-popup .form-login .field-icon.toggle-password{
	top: 13px;
}
#social-login-popup .form-create-account .field-icon.toggle-password {
	top: 13px;
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  margin-right: 6px;
}

.form.password.reset {
  margin: 10px 0 40px;
}
.customer-account-createpassword div#password-strength-meter-container {
  margin-top: 5px;
}
@media (min-width:992px) {
  main#maincontent.page-main {
      min-height: calc(100vh - 700px);
  }
}

.cat-label.tl-label.label-empresas {
	margin-right: -22px;
}</pre></body></html>