/** Shopify CDN: Minification failed

Line 448:25 Expected ")" to end URL token
Line 455:25 Expected ")" to end URL token
Line 462:25 Expected ")" to end URL token
Line 469:25 Expected ")" to end URL token
Line 476:25 Expected ")" to end URL token
Line 483:25 Expected ")" to end URL token
Line 490:25 Expected ")" to end URL token

**/
/**
 * Purple: 5A398A
 * Burgundy: A6325D;
 */

/**
 * Increase desktop container width
 */
@media screen and (min-width: 1332px) {
	body .container {
		max-width: 1332px;
	}
}

/**
 * Header top
 */

.header-top-left .disclosure__button {
	height: auto;
	padding: 0;
}
.header-top-left .disclosure__button svg {
	width: 10px;
	margin-left: 8px;
}
#header-top-right--number_link {
	color: white;
}
@media screen and (max-width: 575px) {
	body .header-top-container {
		flex-direction: row;
	}
	body .header-top-container .header-top-right {
		justify-content: flex-start;
	}
	body .header_2 .header-top-container .header-top-left {
		margin-top: 0;
		flex: 0;
	}
}
@media screen and (max-width: 991px) {
	body .header-top-left.lang_translate {
	    margin-top: 0px;
	}
}
/**
 * Global helpers
 */
.h100p {
	height: 100%;
}
.df {
	display: flex;
}
.aic {
	align-items: center;
}
.jfc {
	justify-content: center;
}
.g--img-bg {
	position: relative;
}
.g--img-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.row.gutter-48 {
	margin-left: -24px;
	margin-right: -24px;
}
.row.gutter-48 > div[class^="col-"] {
	padding-left: 24px;
	padding-right: 24px;
}
.row.gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}
.row.gutter-60 > div[class^="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.responsive-table {
	max-width: 100%;
	overflow: auto;
}

/**
 * Equal Height Slick Slider
 */

.slick-equal-height .slick-track {
	display: flex !important;
}

.slick-equal-height .slick-slide {
	height: inherit !important;
}
.slick-equal-height .slick-slide > div {
	height: 100%;
}

/**
 * Typography overrides
 */
body h2 {
	font-size: 42px;
	line-height: 1.1em;
}

.g--check-list {
	padding-left: 20px;
}
.g--check-list li {
	position: relative;
	margin-bottom: 7px;
}
.g--check-list li:before {
	content: "\f120";
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	left: -20px;
	top: 4px;
	color: #a6325d;
}

/**
 * Navigation
 */
body .header-bottom-navigation nav.site-nav > ul > li > a {
	font-weight: 600;
	color: #2a1f20 !important;
}
nav.site-nav > ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
nav.site-nav > ul > li > a {
	line-height: 1em;
	text-align: center;
}
nav.site-nav > ul > li > a:after {
	bottom: -5px !important;
}

.header-bottom-container .header-right-container {
	flex-basis: unset!important;
}
.header-bottom-navigation {
	flex-grow: 1!important;
}
/**
 * Button
 */
body .lezada-button {
	border: none !important;
	border-radius: 50px !important;
	text-transform: none !important;
	font-size: 15px !important;
	letter-spacing: normal !important;
	font-weight: 500 !important;
}
.lezada-button--primary {
	background-color: #5a398a !important;
}
.lezada-button--primary:hover {
	background-color: #704ca4 !important;
}
.lezada-button--secondary {
	background-color: #a6325d !important;
}
.lezada-button--secondary:hover {
	background-color: #bf406f !important;
}
.lezada-button.lezada-button--white {
	color: #a6325d !important;
	background-color: white !important;
}
body .lezada-button.lezada-button--outline-secondary {
	background-color: transparent !important;
	border: 1px solid #a6325d !important;
	color: #a6325d !important;
}
body .lezada-button.lezada-button--outline-secondary:hover {
	color: white !important;
	background-color: #a6325d !important;
}
body .lezada-button--white.lezada-button:hover {
	background-color: #eaeaea !important;
	color: #a6325d !important;
}
.lezada-button--icon i {
	font-size: 18px;
	margin-left: 9px;
	vertical-align: -1px;
}

/**
 * Footer overrides
 */
.footer-single-widget .widget-title {
	font-size: 22px !important;
}
.footer-single-widget .logo {
	margin-top: -25px;
	margin-bottom: 22px !important;
}
.footer-single-widget .copyright-text p {
	line-height: 1.6em !important;
	font-size: 15px;
	max-width: 275px;
}
.footer-social-links.footer-nav-container nav ul {
	display: flex;
}
.footer-social-links.footer-nav-container nav ul li {
	margin-right: 10px;
	padding: 0;
}

.footer-nav-container nav ul li a {
	color: #1c1423 !important;
}
.footer-nav-container nav ul li a:hover {
	color: #a6325d;
}
.footer-social-links.footer-nav-container nav ul li a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #a6325d;
	border-radius: 50%;
	padding: 0;
	transition: all 0.3s ease;
}
.footer-social-links.footer-nav-container nav ul li a:hover {
	background-color: #5a398a;
}
.footer-social-links.footer-nav-container nav ul li a i {
	font-size: 26px;
	color: white;
	position: relative;
}
@media screen and (min-width: 1300px) {
	.footer-container.footer-one .col:first-child {
		flex-basis: 23% !important;
	}
}
.footer-social-links .footer--contact_button {
	margin-top: 20px;
}

.socket {
	text-align: center;
	border-top: 1px solid #b9b9b9;
	padding-top: 35px;
}
.shop-page-wrapper {
	overflow-x: hidden;
}
/**
 * Single Product Overrides
 */
.single-product__floating-icons .wishlist_inner,
.single-product__floating-icons .compare {
	display:none;
}
.product-shop {
	display: flex;
	align-items: center;
	background-color: #efefef;
	padding: 50px 20px 50px 20px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.product-shop {
		padding: 50px 0px 50px 100px;
	}
}
.product-shop::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	background-color: #efefef;
	width: 100vw;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
	.product-shop::after {
		left: 0;
		transform: none;
	}
}
.product-content-inner {
	position: relative;
	z-index: 1;
}

body .product_price__box span.product_price__currency {
	color: #bababa!important;
	font-size: 15px!important;
	margin-left: 5px;
	margin-top: 7px;
}
body .shop-product__title h2 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
}
body .product_price__box span {
	font-size: 30px !important;
	color: #a6325d !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
}
.shop-product__custom-description {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a1a1a1;
	display: inline-block;
}
.shop-product__custom-description p {
	font-size: 19px;
	line-height: 1.5em;
}
.shop-product__key-benefits-title {
	font-size: 23px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}

.selector-wrapper label {
	display: block;
}
.shop-product__block--quantity {
	display: block !important;
}
.shop-product__block__title {
	display: block;
}
.shop-product--actions {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.product-variant-option,
.shop-product__block--quantity {
	padding-left: 15px;
	padding-right: 15px;
}
.product-variant-option {
	flex: 0 0 200px;
	max-width: 200px;
}
.shop-product__block--quantity {
	flex-grow: 1;
}
.shop-product__buttons {
	flex: 0 0 100%;
	max-width: 100%;
}
.pro-qty {
	border-bottom: 0 !important;
}
.pro-qty input {
	margin: 0 10px;
	border: 1px solid #e5e5e5;
	height: 42px;
}
.product-variant-option .single-option-selector {
	background-color: white;
}
.product-variant-option .selector-wrapper,
.shop-product__block--quantity {
	margin-bottom: 15px;
}
.product-variant-option .selector-wrapper select {
	min-width: 0 !important;
	width: 100%;
	max-width: 200px;
}

/**
 * Mega Menu
 */
body nav.site-nav > ul > li ul.sub-menu {
	background-color: #e8e8e8;
	padding: 25px 45px;
	transition: none!important;
}
body nav.site-nav>ul>li ul > li a.mega-column-title {
	padding-left: 45px;
	font-weight: 600!important;
	margin-bottom: 35px !important;
	color: black!important;
	font-size: 17px;
}
.mega-column-title i {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}
.icon-equine-supplements {
	width: 28px;
	height: 32px;
}
.icon-equine-supplements.loaded {
	background-image: url({{"icon-equine-supplements.svg"|asset_url}});
}
.icon-supplements {
	width: 38px;
	height: 19px;
}
.icon-supplements.loaded {
	background-image: url({{"supplements_icon.svg"|asset_url}});
}
.icon-resources-for-dogs {
	width: 28px;
	height: 32px;
}
.icon-resources-for-dogs.loaded {
	background-image: url({{"resources_for_dogs_icon.svg"|asset_url}});
}
.icon-resources-for-cats {
	width: 22px;
	height: 32px;
}
.icon-resources-for-cats.loaded {
	background-image: url({{"resources_for_cats.svg"|asset_url}});
}
.icon-resources-for-equine {
	width: 19px;
	height: 40px;
}
.icon-resources-for-equine.loaded {
	background-image: url({{"resources_for_equine.svg"|asset_url}});
}
.icon-pet-affiliates {
	width: 37px;
	height: 32px;
}
.icon-pet-affiliates.loaded {
	background-image: url({{"pet_affiliaties_icon.svg"|asset_url}});
}
.icon-equine-affiliates {
	width: 37px;
	height: 32px;
}
.icon-equine-affiliates.loaded {
	background-image: url({{"equine_affiliates.svg"|asset_url}});
}
nav.site-nav>ul {
	justify-content: flex-end;
}
nav.site-nav>ul>li {
	line-height: 1em;
}

nav.site-nav>ul>li ul > li .mega-sub-menu li a {
	color: black!important;
	position: relative;
	padding-left: 18px;
	font-weight: 500;
}
nav.site-nav>ul>li ul > li .mega-sub-menu li a:hover {
	color: #A6325D!important;
	text-decoration: underline;
}
nav.site-nav>ul>li ul > li .mega-sub-menu li a:before {
	content: "\f105"!important;
	font-family: fontAwesome;
	box-shadow: none!important;
	left: 0;
    position: absolute;
    top: 0;
    right: 0;
}
nav.site-nav>ul>li ul.mega-menu>li.mega_dropdown:not(:first-child):not(:last-child):after {
	content: '';
	position: absolute;
	left: -10px;
	height: calc(100% - 20px);
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #BDBDBD;
	opacity: 0.6;
}

nav.site-nav>ul>li ul.mega-menu-column-4 {
	width: 100%!important;
	max-width: 75% !important;
}

/**
 * Top Header
 */
.header-top {
	background-color: #A6325D;
}
.header-top .header-top-left,
.header-top .top-shop-dropdown > a{
	color: white;
}
body .header-top .switcher-dropdown a {
	color: black;
}

/**
 * Cart
 */
.cart-calculation-button label {
	padding-right: 20px;
}
body .lezada-button.lezada-button--medium.checkout_btn {
	background-color: #A6325D!important;
	border-color: #A6325D!important;
}

.total-price-discount {
	display: block;
}
.single-cart-product span.product_price__currency {
	font-size: 10px;
	margin-left: 5px;
}
body .cart-table td.product-name .product-variation {
	float: none!important;
}
body .cart-table .product_price__currency {
    margin-left: 5px;
    font-size: 13px;
    color: #aaa;
}
/**
 * AW Store Locator Styles
 */

body #aw-store-location-div #myTopnav > div {
	font-size: 0;
}
body #aw-store-location-div #myTopnav > div input,
body #aw-store-location-div #myTopnav > div select,
body #aw-store-location-div #myTopnav > div button {
	font-size: 15px;
}
.aw_store_locator {
	background-color: #efefef;
	padding: 60px 0;
}
.aw-col-4 {
	display: none;
}
body .aw-col-8 {
	width: 100%;
	padding: 0;
}
#aw-store-location-div > div {
	padding-left: 0!important;
}
body #aw-store-location-div #myTopnav {
	margin-bottom: 20px;
}
button.aw-btn {
	text-align: left;
}
@media screen and (min-width: 601px) {
	.aw_store_locator {
		padding: 118px 0;
	}
	body #aw-store-location-div #myTopnav > div {
		font-size: 0;
		max-width: 25%;
		flex: 0 0 25%;
		padding: 0 20px;
		display: flex;
	}
	body #aw-store-location-div #myTopnav > div:not(:first-child) {
		border-left: 1px solid #A2A2A2;
	}
	body #aw-store-location-div #myTopnav > div input,
	body #aw-store-location-div #myTopnav > div select,
	body #aw-store-location-div #myTopnav > div button {
		font-size: 15px;
		border: none;
		width: 100%;
		padding: 10px;
		text-align: left;
	}

	#aw-store-location-div {
		max-width: 1332px;
		margin: 0 auto;
		background-color: white;
		position: relative;
		padding: 45px 0 0 0;
		box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	}
	#aw-store-location-div:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 8px;
		background: linear-gradient(90.4deg, #5A398A 49.65%, #A6325D 80.28%)
	}

	body #aw-store-location-div #myTopnav {
		position: relative;
		margin: 0 auto;
		max-width: 90%;
		margin-bottom: 40px;
		border: 1px solid #A2A2A2;
		border-radius: 50px;
		display: flex;
	}
	body #aw-store-location-div:before {
		content: 'Find a Retailer';
		display: block;
		font-weight: 700;
		font-size: 42px;
		color: #1C1423;
		line-height: 1em;
		width: 100%;
		max-width: 90%;
		margin: 0 auto 30px auto;
	}

	#aw-store-location-div > div {
		padding-left: 0 !important;
	}
}
/**
 * Vstar reviews
 */
body #reviews-wrapper {
	background-color: transparent;
}

body #vstar-reviews #reviews-body .merchant-reply {
	display: none;
}
body #vstar-reviews .list-review-body-item .reviews-date {
	right: 30px;
}
body #seal-review-widget {
	background-color: #f9f9f9!important;
	padding: 85px 0;
}
body #reviews-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 31px;
	padding-right: 31px;
}
body #vstar-reviews  {
	margin: 0 -31px;
	width: auto;
	max-width: unset;
	background-color: transparent!important;
	flex-wrap: wrap;
}

body #vstar-reviews .reveal-replies {
	color: #a6325d;
	text-decoration: underline;
	text-align: right;
	display: block;
	position: relative;
}

body #vstar-reviews .reveal-replies:after {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    content: "\f107";
    font-family: fontAwesome;
    color: #a6325d;
    display: block;
    transition:all 0.3s ease;
}

body #vstar-reviews .reveal-replies.open:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 576px) {
	body #reviews-wrapper {
	    max-width: 540px;
	}
}

@media screen and (min-width: 768px) {
	body #reviews-wrapper {
	    max-width: 720px;
	}
}

@media screen and (min-width: 992px) {
	body #reviews-wrapper {
	    max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	body #reviews-wrapper {
	    max-width: 1270px;
	}
}

@media screen and (min-width: 1332px) {
	body #reviews-wrapper {
	    max-width: 1332px;
	}
}

@media screen and (min-width: 767px) {
	#vstar-reviews {
		display: flex;
		align-items: flex-start;
	}
	body #vstar-reviews .tt-head-content {
		margin-top: 20px;
	}
	body #vstar-reviews .tt-head-right {
		justify-content: center;
    	flex-grow: 1;
    	margin-top: 40px;
	}
	body #vstar-reviews .tt-head-left .head-center {
		border-left: 0;
	}
	body #vstar-reviews .tt-head-title {
		text-align: center;
	}
	body #vstar-reviews #reviews-head .tt-head-left {
		justify-content: center;
		gap: 0;
	}
	body #vstar-reviews div#reviews-head {
		background-color: white;
		display: block!important;
		flex: 400px;
		max-width: 400px;
		padding: 30px 30px 50px!important;
		box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	}
	body #vstar-reviews div#reviews-body {
		flex: 0 0 calc(100% - 400px);
		max-width: calc(100% - 400px);
		padding-left: 31px!important;
		padding-right: 31px!important;
	}
	#vstar-reviews #reviews-head .head-center {
		position: relative!important;
		left: unset!important;
		bottom: unset!important;
		margin-top: 25px!important;
	}
	
	#vstar-reviews #reviews-head .head-center {
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	#vstar-reviews #reviews-head .head-left .head-title {
		text-align: left;
		color: white;
		background: linear-gradient(90.4deg, #5A398A 49.65%, #A6325D 80.28%);
		padding: 20px;
		margin-bottom: 0!important;
	}
	#vstar-reviews #reviews-head .head-left {
		margin-left: 0!important;
	}
	#vstar-reviews #reviews-head .head-button {
		right: unset!important;
		bottom: 40px!important;
		width: 145px!important;
		left: 30px;
	}
	#vstar-reviews #reviews-head .head-sort {
		right: unset!important;
		left: 185px!important;
		bottom: 40px!important;
	}
	#vstar-reviews #reviews-head .product-rating {
		display: flex!important;
		flex-direction: column;
		width: 100%!important;
	}
}

@media screen and (min-width: 992px) {
	
}

#vstar-reviews .head-power {
	display: none!important;
}

body #vstar-reviews .list-review-body-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	margin-bottom: 35px;
	padding: 30px!important;
}

@media screen and (min-width: 767px) {
	body #vstar-reviews .list-review-body-item {
		margin-left: 20px;
	}
}
/**
 * Account Page
 */

.account__wrapper h2.customer--orders_title {
	margin: 40px 0 20px;
}

.account__wrapper h4.customer--account_details_title {
	margin: 40px 0 20px;	
}

/**
 * Popup
 */

.US-user .notice-popup {
    display: flex;
}


.notice-popup {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.notice-popup--close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 29px;
    transition:all 0.3s ease-in-out;
    color: #a6325d;
}
.notice-popup--close:hover {
  color:#5a398a;
}

.notice-popup--inner {
	position:relative;
    width: 100%;
    max-width: 500px;
    background-color: white;
    padding:40px;
}

.notice-popup--title {
    color: #a6325d;
}

.notice-popup--content {
    text-align: center;
}