/** Shopify CDN: Minification failed

Line 852:2 Expected ")" to end URL token
Line 961:2 Expected ")" to end URL token
Line 972:2 Expected ")" to end URL token
Line 984:2 Expected ")" to end URL token
Line 1077:2 Expected ")" to end URL token

**/
/*
@author Abel Santos
@email hola@abelsantos.me
*/
body {
    font-size: 16px;
    font-family: Montserrat;
}

@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?w1t9kq');
    src: url('icomoon.eot?w1t9kq#iefix') format('embedded-opentype'), url('icomoon.ttf?w1t9kq') format('truetype'), url('icomoon.woff?w1t9kq') format('woff'), url('icomoon.svg?w1t9kq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
#happyclients .box--big{
  min-height:inherit !important;
  margin-top:-50px
}
  
.box_hide {
    display: none;
}

.box_show {
    display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e910";
}

.icon-checked:before {
    content: "\e911";
}

.icon-plus:before {
    content: "\ea0a";
}

.icon-minus:before {
    content: "\ea0b";
}

.btn-one {
    background: #FFB71B;
    display: inline-block;
    padding: 1em 1em;
    max-width: 18em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000 !important;
    text-decoration: none !important;
}

.btn-one:hover {
    background-color: #fafafa;
}

.btn-one.red {
    background: #8F1537;
    color: #fff !important;
}

.btn-one.red:hover {
    background: #ce2151;
}
a {
    color: #000;
    font-weight: 500;
}

.button:hover {
    text-decoration: none;
    color: white;
}

iframe {
    max-width: 100%;
}


/*
Menu principal
*/
.list-menu__item {
    line-height: 1em;
    font-weight: 700;
}
.header__active-menu-item {
    color: #8f1537;
}
@media screen and (min-width: 990px) {
  .header--middle-left {
      grid-template-areas: 'heading navigation icons';
      grid-template-columns: auto 1fr auto;
      column-gap: 3rem;
      padding: 0.7rem;
  }
}

/*
End Menu principal
*/

/** Product Variant **/
.product-variants-holder .variant-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product-variants-holder .variant-wrap select {
    height: 40px;
    padding: 0 1em;
    width: 100%;
    font-size: 12px;
}

/* .product-variants-holder .variant-wrap .wrap-breed #petSelect {
    display: none;
} */

.product-variants-holder .variant-wrap .wrap-breed.active #petSelect {
    display: block;
}

.product--add-to-cart-form label {
    margin-bottom: 9px;
    line-height: 1;
}

.product--add-to-cart-form label span {
    display: none;
}

.product-variants-holder .variant-wrap select {
    text-transform: capitalize;
}

.product--add-to-cart-form.style--minimal ul {
    display: block;
    margin: 0;
}

.product-variants-holder .size_chart_recommendation .button:before, .product-variants-holder .size_chart_recommendation #shopify-product-reviews .spr-summary-actions-newreview:before, #shopify-product-reviews .product-variants-holder .size_chart_recommendation .spr-summary-actions-newreview:before {
    display: block;
    width: 100%;
}

.product--add-to-cart-form.style--minimal ul li {
    height: inherit;
}

.product--add-to-cart-form.style--minimal ul li span {
    padding: .5em 1em;
}

.product--add-to-cart-form.style--minimal ul.color-true li {
    padding: 2px;
    margin-top: 5px;
}

.product--add-to-cart-form.style--minimal ul.color-true li span {
    width: 20px;
    height: 20px;
    background-size: cover;
}

.product-variants-holder {
    margin: 0;
}

.product-variants-holder .variant-wrap h5 {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1em;
}

.product-variants-holder .wrap-size {
    display: none;
}

.product-variants-holder .variant-wrap .wrap-breed {
    margin-right: 1em;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.disclaimer-breed {
    font-size: 13px;
    padding: 20px;
    background: #f1f1f1;
    margin-top: 1em;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.disclaimer-breed.active {
    display: block;
}

.disclaimer-breed b {
	text-transform: capitalize;
}

.product-variants-holder .variant-wrap .wrap-breed.active {
    display: block;
}

.product--add-to-cart-form.style--minimal .product-variants-holder .product-variant {
    margin: 1em 0 0 !important;
}

.product-variants-holder .variant-wrap .size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-variants-holder .variant-wrap .radio {
    position: relative;
    margin-right: 1rem;
}

.product-variants-holder .variant-wrap label:after {
    display: none;
}

.product-variants-holder .variant-wrap .radio label {
    position: relative;
    display: inline-block;
    width: 40px;
    cursor: pointer;
}

.product-variants-holder label {
    margin-top: 15px;
}

.product-variants-holder .variant-wrap .radio label span {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
    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;
}

.product-variants-holder .variant-wrap .radio input[type='radio'] {
    margin-right: 2rem;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    background: white;
    display: block;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 0 0px 1px rgba(0, 0, 0, 0.09);
}

.product-variants-holder .variant-wrap .radio input[type='radio']:checked, .product-variants-holder .variant-wrap .radio input[type='radio']:hover {
    -webkit-box-shadow: inset 0 0 0px 1px #000000;
    box-shadow: inset 0 0 0px 1px #000000;
}

.product-variants-holder .size_chart_recommendation {
    text-align: left;
    width: inherit;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    display: inline;
}

.product-variants-holder .size_chart_recommendation .button {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0!important;
    border: none !important;
    font-size: 0;
    display: inline!important;
    padding: 0!important;
    width: fit-content;
    line-height: 1.2em;
    min-height: 18px;
    outline: none;
    box-shadow: none !important;
}

.product-variants-holder .size_chart_recommendation .button:before {
    content: "(ver Size Chart):";
    font-size: 11px;
    color: #92908e;
    border: none;
    width: 100%;
    padding: 0;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-style: normal;
    font-weight: 700;
}



/* 
** footer 
*/
.suscription-widget {
    background: #f0d8c4;
}

.product-filter {
    background: #fff7f0;
    padding: 5em 0;
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.suscription-widget {
    /* background: url(//cdn.shopify.com/s/files/1/0081/6096/8759/t/5/assets/bg-newsletter.png?v=2876881535149942687)!important; */
    background: #f9e8d9;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.suscription-widget .container h3 {
    font-size: 28px;
    color: #212121;
    margin-bottom: 15px;
}

.suscription-widget .step {
    display: none;
}

.suscription-widget .step {
    -webkit-animation: slide-left .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-left .5s cubic-bezier(.25,.46,.45,.94) both;
    position: relative;
}

.suscription-widget .step.active {
    display: block;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.product-filter .container {
    max-width: 1400px;
  	padding: 0 50px;
}

.cs-select .selected, .product-filter select, .suscription-widget .form-control, .suscription-widget select {
    width: 100%;
    display: block;
    padding: 0 1em;
    height: 40px!important;
    border: 0;
    -webkit-box-shadow: 0 2px 15px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 15px rgb(0 0 0 / 6%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    background: #fff!important;
    font-size: 16px!important;
    color: #000;
}

.footer__content-top {
    background: #1a1817;
    padding: 7em 1.5em 0 !important;
    width: 100%;
    max-width: 100%;
}

.footer__blocks-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto !important;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-block__heading {
    text-transform: uppercase;
    margin-bottom: 2em !important;
    font-size: 1.3em !important;
    color: #fff;
}

.footer .list-menu__item {
    color: #fff !important;
    display: block !important;
    padding: 5px 0;
    letter-spacing: 0;
    font-size: 14px !important;
    font-weight: 500;
}

.footer .list-menu__item img {
    width: 35px;
    margin-right: 3px;
}

.footer .graph {
    padding: 4em 0 1em;
    position: relative;
    text-align: center;
}

.footer .graph:before {
    height: 5px;
    background: rgba(151,151,151,.13);
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
}

.footer .graph .wrap-img {
    background: #1a1817;
    padding: 0 5em;
    display: inline-block;
  	position: relative;
}

.footer__content-bottom {
    border-top: none !important;
}
.others-payments {
	margin-bottom: 10px !important;
} 
@media screen and (min-width: 750px) {
	.list-payment {
        justify-content: center !important;
    }
}


/* Suscription */
.suscription-widget {
    background: #F0D8C4;
}

.suscription-widget .step {
    display: none;
}

.suscription-widget .step3 h2 {
    font-size: 2em;
}

.suscription-widget .pet-sect {
    margin-bottom: 1em;
}

.suscription-widget .step.active {
    display: block;
}

.suscription-widget .form-group-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.suscription-widget .wrap-raza {
    margin-right: 2.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.suscription-widget .radio {
    position: relative;
    margin-right: 2.5rem;
}

.suscription-widget .radio label {
    position: relative;
    display: inline-block;
    width: 40px;
    cursor: pointer;
  	color: #212529;
}

.suscription-widget .radio label span {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 100%;
    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;
}

.suscription-widget .radio input[type='radio'] {
    margin-right: 2rem;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    background: white;
    display: block;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.suscription-widget .radio input[type='radio']:checked {
    -webkit-box-shadow: inset 0 0 0px 4px #000000;
    box-shadow: inset 0 0 0px 4px #000000;
}

.suscription-widget .radio input[type='radio']:hover {
    -webkit-box-shadow: inset 0 0 0px 4px rgba(0, 0, 0, 0.37);
    box-shadow: inset 0 0 0px 4px rgba(0, 0, 0, 0.37);
}

.suscription-widget .pet-sect .wrap-btn button {
    display: none;
}

.suscription-widget .pet-sect:not(.last) .wrap-btn button.remove {
    display: block;
  outline: none;
    border: none;
    background: none;
}

.suscription-widget .pet-sect.last .wrap-btn .btn-one {
    display: block;
}

.suscription-widget .btn-one {
    height: 40px;
    line-height: 40px;
    padding: 0 2rem;
    cursor: pointer;
    border: 0;
    WIDTH: 100%;
    DISPLAY: BLOCK;
}

.suscription-widget i.rounded {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50% !important;
    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;
    color: #E02222;
    text-decoration: none !important;
}

.suscription-widget i.rounded:hover {
    background: #E02222;
    color: #fff;
}

.suscription-widget .add-wrap {
    display: none;
}

.suscription-widget .add-wrap.active {
    display: block;
}

.suscription-widget .add-pet {
  	outline: none;
    border: none;
    background: none;
    text-decoration: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3A3A3A;
    font-weight: 500;
}

.suscription-widget .add-pet i {
    margin-right: 1em;
}

.suscription-widget .add-pet:hover {
    color: #000000;
}

.suscription-widget .add-pet:hover i.rounded {
    background: #E02222;
    color: #fff;
}


/* 
** Delivery
*/
.footer .delivery {
    background: url(//cdn.shopify.com/s/files/1/0081/6096/8759/t/5/assets/bg_delivery.png?v=16399563038010841253)!important;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 4em;
}
.delivery {
    width: 100%;
    font-size: 24px;
    padding: 3em 0;
    background: #8F1537;
}

.delivery h3 {
  	color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: .5em;
    line-height: 1;
}

.delivery h3 span {
    color: #FFB71B;
}

.delivery .container {
    max-width: 1200px;
}

.delivery .deli-desc {
    text-transform: uppercase;
    margin-bottom: 2.5em;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
}

.delivery .wrap-widget {
    margin: 2em 0;
}

.delivery .wrap-widget h5 {
    margin-bottom: .5em;
    font-size: 20px;
    line-height: 1.1;
  	color: #ffffff;
}

.delivery .wrap-widget .desc {
    font-size: 16px;
  	color: #ffffff;
}

.delivery .wrap-widget.deli .desc {
    display: none;
}

.delivery .wrap-widget.deli .desc.active {
    display: block;
}
.delivery img {
    max-width: 90px;
    width: 100%;
}

#us #banner-about-us {
    width: 100%;
    background: url(//cdn.shopify.com/s/files/1/0081/6096/8759/t/5/assets/Banner-amarillo.png?v=1255583…);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 50px;
    background-position-y: 100%;
}

#us #banner-about-us h1 {
    color: #fff;
    position: relative;
  	margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2;
  	font-size: 2em;
}

#us #banner-about-us h1:before {
    content: "";
    background-color: #fff;
    height: 5px;
    left: 0;
    bottom: 0;
    margin-bottom: -40px;
    width: 70px;
    position: absolute;
    display: block;
}

/*
** Legal
*/
#politica-de-devoluciones .shopify-policy__container, #politica-de-privacidad .shopify-policy__container, #terminos-del-servicio .shopify-policy__container, #shipping-policy .shopify-policy__container {
	 padding: 0 50px 50px 50px;
}
 #politica-de-devoluciones h1, #politica-de-privacidad h1, #terminos-del-servicio h1, #shipping-policy h1 {
	 font-size: 34px;
}
 #politica-de-devoluciones .shopify-policy__body b, #politica-de-privacidad .shopify-policy__body b, #terminos-del-servicio .shopify-policy__body b, #shipping-policy .shopify-policy__body b {
	 font-size: 17px;
}
 #politica-de-devoluciones .shopify-policy__body span, #politica-de-privacidad .shopify-policy__body span, #terminos-del-servicio .shopify-policy__body span, #shipping-policy .shopify-policy__body span {
	 font-size: 13px;
}
 
#politica-de-devoluciones .shopify-policy__container, #politica-de-privacidad .shopify-policy__container, #terminos-del-servicio .shopify-policy__container, #shipping-policy .shopify-policy__container {
	 max-width: 960px;
	 margin: 0;
	 padding: 0px 0px 30px 100px;
}
 #politica-de-devoluciones .shopify-policy__title, #politica-de-privacidad .shopify-policy__title, #terminos-del-servicio .shopify-policy__title, #shipping-policy .shopify-policy__title {
	 text-align: left;
	 position: relative;
	 margin-bottom: 30px;
}
 #politica-de-devoluciones .shopify-policy__title:before, #politica-de-privacidad .shopify-policy__title:before, #terminos-del-servicio .shopify-policy__title:before, #shipping-policy .shopify-policy__title:before {
	 content: "";
	 background-color: #fff7f0;
	 width: 1000%;
	 height: 100%;
	 left: -400%;
	 top: 0;
	 position: absolute;
	 z-index: -1;
}
 #politica-de-devoluciones .shopify-policy__title h1, #politica-de-privacidad .shopify-policy__title h1, #terminos-del-servicio .shopify-policy__title h1, #shipping-policy .shopify-policy__title h1 {
	 padding: 50px 0 70px 0;
	 color: #252525;
	 font-weight: 700;
}
 #politica-de-devoluciones .shopify-policy__title h1:before, #politica-de-privacidad .shopify-policy__title h1:before, #terminos-del-servicio .shopify-policy__title h1:before, #shipping-policy .shopify-policy__title h1:before {
	 content: "";
	 background-color: #000;
	 height: 5px;
	 left: 0;
	 bottom: 0;
	 margin-bottom: 40px;
	 width: 70px;
	 position: absolute;
}
 #politica-de-devoluciones .shopify-policy__body span, #politica-de-privacidad .shopify-policy__body span, #terminos-del-servicio .shopify-policy__body span, #shipping-policy .shopify-policy__body span {
	 color: #6e6e6e;
	 font-size: 20px;
	 line-height: 1.6;
}
 #politica-de-devoluciones .shopify-policy__body b, #politica-de-privacidad .shopify-policy__body b, #terminos-del-servicio .shopify-policy__body b, #shipping-policy .shopify-policy__body b, #politica-de-devoluciones .shopify-policy__body strong, #politica-de-privacidad .shopify-policy__body strong, #terminos-del-servicio .shopify-policy__body strong, #shipping-policy .shopify-policy__body strong {
	 font-size: 26px;
	 display: block;
	 margin-bottom: 0;
	 margin-top: 20px;
	 color: #005d5c;
}
 #politica-de-devoluciones .shopify-policy__body ul, #politica-de-privacidad .shopify-policy__body ul, #terminos-del-servicio .shopify-policy__body ul, #shipping-policy .shopify-policy__body ul {
	 list-style-type: square;
	 margin-left: 30px;
}
 #politica-de-devoluciones .shopify-policy__body ul li, #politica-de-privacidad .shopify-policy__body ul li, #terminos-del-servicio .shopify-policy__body ul li, #shipping-policy .shopify-policy__body ul li {
	 color: #6e6e6e;
	 font-size: 20px;
	 line-height: 1.6;
	 padding: 10px 0;
}
 #site-footer .delivery {
	 background: url({
		{
			'bg_delivery.png' | asset_url 
		}
	}
	) !important;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 padding-top: 4em;
}
 #site-footer .delivery h5 {
	 font-size: 24px;
}
 

/*
// Size Chart
*/
.size_chart_recommendation {
	 text-align: left;
	 width: 100%;
	 padding-left: 0;
	 padding-right: 0;
	 margin-top: 10px;
   margin-bottom: 10px;
}
 .size_chart_recommendation .button {
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 background-color: transparent;
	 border: none;
	 font-size: 0px;
	 display: inline;
	 padding: 0;
	 width: fit-content;
}
 .size_chart_recommendation .button:hover {
	 background-color: transparent !important;
	 border-color: transparent;
}
 .size_chart_recommendation .button:hover:before {
	 background-color: rgba(0, 61, 61, 0.65);
	 color: #fff;
}
 .size_chart_recommendation .button:before {
	 content: "Size Chart";
	 font-size: 14px;
	 color: #999;
	 border: 1px solid #999;
	 width: fit-content;
	 padding: 10px 40px;
	 display: block;
	 -webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}
 .size_chart_recommendation .esc-size-guide--popup .modal_container .modal_content .esc-size-guide h5 {
	 text-transform: uppercase;
	 color: #000;
	 text-align: center;
}
 


/*
** Contact page 
*/

#us #banner-about-us {
    width: 100%;
    background: url(//cdn.shopify.com/s/files/1/0081/6096/8759/t/5/assets/Banner-amarillo.png?v=1255583…);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 50px;
    background-position-y: 100%;
}

#contacto h3.tienda-info {
	 font-weight: 700;
	 color: #000;
	 font-size: 22px;
	 margin-bottom: 30px;
	 border-top: 1px solid #efefef;
	 padding-top: 10px;
	 margin-top: 20px;
}
 #contacto ul.info-tienda-dir li {
	 position: relative;
	 padding-left: 40px;
	 font-size: 17px;
}
 #contacto ul.info-tienda-dir li strong {
	 color: #858585;
}
 #contacto ul.info-tienda-dir li span {
	 display: block;
}
 #contacto ul.info-tienda-dir li.direccion {
	 font-weight: 700;
	 color: #858585;
}
 #contacto ul.info-tienda-dir li.direccion span {
	 font-weight: 500;
}
 #contacto ul.info-tienda-dir li.direccion:before {
	 background-image: url({
		{
			'location.svg' | asset_url 
		}
	}
	);
}
 #contacto ul.info-tienda-dir li.telefono {
	 padding-top: 20px;
}
 #contacto ul.info-tienda-dir li.telefono:before {
	 background-image: url({
		{
			'call.svg' | asset_url 
		}
	}
	);
	 top: 20px;
}
 #contacto ul.info-tienda-dir li.horarios-tienda {
	 padding-top: 20px;
}
 #contacto ul.info-tienda-dir li.horarios-tienda:before {
	 background-image: url({
		{
			'time.svg' | asset_url 
		}
	}
	);
	 top: 20px;
}
 #contacto ul.info-tienda-dir li:before {
	 content: "";
	 background-repeat: no-repeat;
	 -webkit-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 width: 25px;
	 height: 25px;
	 position: absolute;
	 left: 0;
	 top: 5px;
}
 #us {
	 width: 100%;
}
 #us .container {
	 max-width: 1130px;
	 padding: 0 50px;
	 margin: 0 auto;
}
 #us .container .site-box-container {
	 position: relative;
	 padding: 50px 0;
	 clear: both;
	 width: 100%;
	 display: inline-block;
}
 #us .container .site-box-container:before {
	 content: "";
	 background-color: #f5f5f5;
	 height: 6px;
	 left: -400%;
	 top: 0;
	 margin-top: 10px;
	 width: 1000%;
	 position: absolute;
	 display: none;
}
 #us .container .site-box-container .av_two_third {
	 width: 60%;
	 float: left;
}
 #us .container .site-box-container .av_one_third {
	 width: 36%;
	 float: left;
	 margin-left: 4%;
}
 #us .container .site-box-container .av_one_half {
	 width: 47%;
	 float: left;
	 margin-left: 6%;
}
 #us .container .site-box-container .av_one_half.first {
	 margin-left: 0;
}
 #us .container .site-box-container h1 {
	 font-size: 40px;
	 font-weight: 700;
	 margin-top: 0;
	 margin-bottom: 100px;
	 position: relative;
}
 #us .container .site-box-container h1:before {
	 content: "";
	 background-color: #000;
	 height: 5px;
	 left: 0;
	 bottom: 0;
	 margin-bottom: -40px;
	 width: 70px;
	 position: absolute;
	 display: block;
}
 #us .container .site-box-container p {
	 font-size: 17px;
	 font-weight: 400;
	 line-height: 1.4;
	 color: #6e6e6e;
	 margin: 15px 0;
}
 #us .container .site-box-container p a {
	 text-decoration: none;
}
 #us #banner-about-us {
	 width: 100%;
	 background: url({
		{
			'Banner-amarillo.png' | asset_url 
		}
	}
	);
	 -webkit-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 padding: 100px 50px;
	 background-position-y: 100%;
}
 #us #banner-about-us h1 {
	 color: #fff;
	 position: relative;
}
 #us #banner-about-us h1:before {
	 content: "";
	 background-color: #fff;
	 height: 5px;
	 left: 0;
	 bottom: 0;
	 margin-bottom: -40px;
	 width: 70px;
	 position: absolute;
	 display: block;
}
 #us #about-us {
	 padding-bottom: 30px;
}
 #us #about-us:before {
	 display: none;
}
 #us #about-us .content-about-us {
	 padding-right: 60px;
}
 #us #about-us .image-pet-logo {
	 margin-top: -130px;
}
 #us #about-us .image-pet-logo img {
	 max-width: 400px;
}
 #us #faq ul {
	 list-style-type: none;
	 margin: 0;
	 padding-left: 0;
}
 #us #faq ul li {
	 display: block;
	 margin-bottom: 50px;
	 padding: 40px;
	 border: 1px solid #aeaeae;
	 border-radius: 10px;
}
 #us #faq ul li:last-child {
	 margin-bottom: 0;
}
 #us #faq ul li span {
	 font-weight: 700;
	 font-size: 20px;
	 color: #6e6e6e;
	 line-height: 1.4;
}
 #us #faq ul li p a {
	 color: #790505;
	 position: relative;
}
 #us #faq ul li p a.seemore_bt {
	 padding-left: 0px;
	 position: relative;
}
 #us #faq ul li p strong {
	 font-weight: 700;
	 color: #005d5c;
}
 #us #faq .bigquestion.av_one_full {
	 width: 100%;
	 display: inline-block;
	 margin-top: 50px;
}
 #us #faq .bigquestion .tg-wrap {
	 display: block;
	 margin-top: 30px;
}
 #us #faq .bigquestion .tg-wrap table {
	 width: 100%;
	 border: 1px solid #ddd;
}
 #us #faq .bigquestion .tg-wrap table tr th {
	 background-color: #3e8483;
	 padding: 15px 0 15px 20px;
	 text-align: left;
	 color: #fff;
}
 #us #faq .bigquestion .tg-wrap table tr td {
	 padding: 10px 0 10px 15px;
	 color: #6e6e6e;
}
 #us #faq .bigquestion .tg-wrap table tr td.carac {
	 background-color: #ddd;
	 padding: 15px 0 15px 20px;
	 text-align: left;
	 font-weight: 700;
	 width: 50%;
	 color: #969696;
}
 #us #faq .bigquestion .tg-wrap ul {
	 list-style-type: none;
	 margin: 0;
	 padding-left: 0;
}
 #us #faq .bigquestion .tg-wrap ul li {
	 display: block;
	 margin-bottom: 0;
	 padding: 5px 0;
	 border: none;
	 border-radius: 0;
}
 #us #faq .bigquestion .tg-wrap ul li:last-child {
	 margin-bottom: 0;
}
 #us #faq .bigquestion .tg-wrap ul li span {
	 font-weight: 700;
	 font-size: 20px;
	 color: #6e6e6e;
	 line-height: 1.4;
}
 #us #faq .bigquestion .tg-wrap ul li p a {
	 color: #790505;
	 position: relative;
}
 #us #faq .bigquestion .tg-wrap ul li p a.seemore_bt {
	 padding-left: 0px;
	 position: relative;
}
 #us #faq .bigquestion .tg-wrap ul li p strong {
	 font-weight: 700;
	 color: #005d5c;
}
 #us #contacto .form {
	 display: block;
	 margin-top: -180px;
}


/* 
** Responsive 
*/
@media (max-width: 767.98px){
  .product-filter {
      padding: 2em 0;
  }
}




/* ----------------------------------------------
 * Generated by Animista on 2019-7-19 15:17:26
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}


/* 404 page */

.template-404 .suscription-widget {
    margin-top: 0px;
}

.container-404 {
	display: none;
	width: 100%;
}

.container-404 .content-message-error {
    width: 100%;
    height: auto;
    min-height: 93vh;
  	padding: 60px 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-color: #8f1336;
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: 67%;
}

#random-section-1 .content-message-error {
    background-image: url(//cdn.shopify.com/s/files/1/0081/6096/8759/files/404-page-4.jpg?v=1608770620);
    background-color: #8e1436;
}

#random-section-2 .content-message-error {
    background-image: url(//cdn.shopify.com/s/files/1/0081/6096/8759/files/404-page-2.jpg?v=1608772694);
    background-color: #fabe41;
}

#random-section-3 .content-message-error {
    background-image: url(//cdn.shopify.com/s/files/1/0081/6096/8759/files/404-page-3.jpg?v=1608774268);
    background-color: #e8e0cf;
}

#random-section-4 .content-message-error {
    background-image: url(//cdn.shopify.com/s/files/1/0081/6096/8759/files/404-page-1.jpg?v=1608774644);
    background-color: #1f7881;
    background-size: cover;
    background-position: center;
}

.container-404 .content-message-error .container {
    max-width: 930px;
}

#random-section-4 .content-message-error .container {
    max-width: 800px;
}

.container-404 .content-message-error h1 {
    font-size: 36px;
    font-weight: 700;
  	line-height: 1.5em;
}

#random-section-1 .content-message-error h1,
#random-section-4 .content-message-error h1 {
    color: #ffb71b;
}

#random-section-4 .content-message-error h1 {
	font-size: 45px;
}

#random-section-2 .content-message-error h1 {
    color: #005c5d;
}

#random-section-3 .content-message-error h1 {
    color: #8e1537;
}

.container-404 .content-message-error h2 {
    font-size: 22px;
    font-weight: 600;
    max-width: 330px;
    margin: auto;
    line-height: 1.5em;
}

.container-404 .content-message-error .separador {
	min-height: 400px;
  	display: block;
}

.container-404 .content-message-error p {
    font-size: 18px;
    font-weight: 700;
}

#random-section-2 .content-message-error p,
#random-section-3 .content-message-error p{
	color: #8e1537;
}

.container-404 .content-message-error a {
    display: inline-block;
  	font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    margin: 8px;
    padding: 10px 20px;
    border: 2px solid;
    border-radius: 13px;
}

#random-section-1 .content-message-error a,
#random-section-4 .content-message-error a {
	color: #ffb71b;
}

#random-section-1 .content-message-error a:hover,
#random-section-4 .content-message-error a:hover {
  	background: #ffb71b;
	color: #8e1436;
  	border-color: #ffb71b;
}

#random-section-2 .content-message-error a {
	color: #005c5d;
}

#random-section-2 .content-message-error a:hover {
  	background: #005c5d;
	color: #fabe41;
  	border-color: #005c5d;
}

#random-section-3 .content-message-error a {
	color: #8e1537;
}

#random-section-3 .content-message-error a:hover {
  	background: #8e1537;
	color: #e8e0cf;
  	border-color: #8e1537;
}

.tdf_vertical_variants select {
    display: block !important;
    min-height: 32px !important;
    font-size: 14px !important;
    margin-bottom: 9px !important;
}


@media screen and (max-width: 1024px) {
    .container-404 .content-message-error {
        background-position: center 20%;
        background-size: 106%;
    }
    #random-section-4 .content-message-error {
      background-size: 125%;
    }

}

@media screen and (max-width: 768px) {
    .container-404 .content-message-error {
        background-size: 150%;
    }

    #random-section-4 .content-message-error {
        background-size: 163%;
        background-position: center 94%;
    }
 	#random-section-4 .content-message-error .separador {
        min-height: 270px;
    }
}    

@media screen and (max-width: 425px) {
    .container-404 .content-message-error {
        background-position: center 26%;
        background-size: 630px;
    }
    .container-404 .content-message-error .separador {
        min-height: 250px;
    }
    .container-404 .content-message-error h1 {
        font-size: 30px;
        line-height: 1.3em;
    }
    #random-section-4 .content-message-error {
        background-size: 206%;
        background-position: 47% -24px;
    }
    #random-section-4 .content-message-error h1 {
        font-size: 30px;
    }
    #random-section-4 .content-message-error .separador {
        min-height: 200px;
    }

} 

span.powrMark__text {
    color: white !important;
}

/*
** end 404
*/


/* 
-- product
*/

.product-form__input {
    max-width: 100% !important;
}
.collection-product-count.light {
    display: none;
}
.perros-destacadas-homepage .facets__disclosure.js-filter[data-index="5"],
.perros-destacadas-homepage .facets__disclosure.js-filter[data-index="4"],
.perros-destacadas-homepage .facets__disclosure.js-filter[data-index="3"],
.perros-destacadas-homepage .facets__disclosure.js-filter[data-index="2"],
.gatos-destacadas-homepage .facets__disclosure.js-filter[data-index="5"],
.gatos-destacadas-homepage .facets__disclosure.js-filter[data-index="4"],
.gatos-destacadas-homepage .facets__disclosure.js-filter[data-index="3"],
.gatos-destacadas-homepage .facets__disclosure.js-filter[data-index="2"],
.alimentos-para-gatos .facets__disclosure.js-filter[data-index="2"],
.alimentos-perros .facets__disclosure.js-filter[data-index="2"]{
    display: none;
}

/*
-- blog
*/
.pagination {
    display: block;
    width: 100%;
    max-width: 100%;
}
.article-card a:hover {
    color: #8f1538;
}
.media--landscape {
    padding-bottom: 92%;
}
.media model-viewer, .media>:not(.zoom):not(.deferred-media__poster-button) {
    object-fit: cover;
}

@media screen and (min-width: 992px) {
  .blog-articles {
      grid-template-columns: 1fr 1fr 1fr !important;
       grid-gap: 2rem !important;
  }
}
@media screen and (min-width: 750px) {
  .blog-articles > *:first-child, .blog-articles > *:nth-child(4), .blog-articles > *:last-child:nth-child(2), .blog-articles > *:last-child:nth-child(5) {
    grid-column: auto !important;
    text-align: center;
  }

}


/* ----------- */
/* Email: hola@abelsantos.me */
/* Cambios 15/06/2022 */
/* ----------- */
.product-form__submit.button.button--full-width.button--secondary:hover {
    color: #212529 !important;
}
.footer {
    margin-top: 30px;
}