/* header */
.lang-flag {
	display: none !important;
}

@media (min-width: 768px) {
	.header.content {
		padding: 10px 10px 5px 10px!important;
	}
	.search-wrapper {
		margin-top: 10px !important;
	}
	.sticky-menu.active .minicart-wrapper {
		top: 15px !important;
	}
	.page-header .header-main-menu .nav-sections {
		margin-top: 0px;
	}
	.page-header .logo img {
		max-height: unset;
		height: 80px;
		width: 200px;
	}
	.cdz-main-menu.menu-main-icon .menu-link{
		min-height: 87px !important;
	}
	.lci-top-menu-hamper>a.menu-link {
		color: #26a0de !important;
	}
	.lci-top-menu-hamper:hover>a.menu-link {
		background-color: #26a0de !important;
		color: #ffffff !important;
	}
	.lci-top-menu-pet-food>a.menu-link {
		color: #ff8080 !important;
	}
	.lci-top-menu-pet-food:hover>a.menu-link {
		background-color: #ff8080 !important;
		color: #ffffff !important;
	}
}

@media (max-width: 767px) {
	.header.content {
		padding-top: 0px !important;
	}
	.minicart-wrapper .action.showcart {
		top: 15px;
	}
	.nav-toggle {
		top: 25px;
	}
	.page-header .logo img {
		margin: 5px 0px 0px 0px !important
	}
	/* hide menu icon bar */
	.cdz-main-menu.menu-main-icon {
		display: none;
	}
}

/* Product filter */
.product-style03 .product-item-info {
	text-align: center !important;
}

/* brand slider */
.brands-slider .brand-img {
	border: 1px solid #dbdbdb;
}

/* footer */
.page-footer .footer-link li a {
	display: initial;
}

.page-footer .fa-ul > li {
	left: 22px;
	width: 90%;
}

.page-footer .fa-li {
	top: 13px;
}

.block-compare {
	display: none;
}
.action.tocompare {
	display: none;
}


/* buttons nowrap */
button.action {
	white-space: nowrap;
}

/* change change back-top icon */
#back-top a:before {
	content: '\f0d8';
}
