/*
Theme name: ElliptiGO
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

.tile-product .tile__title {
	z-index: 10;
}

.woocommerce div.product form.cart {
	display: none!important;
}

.rating p + small, a[href='#reviews'] {
	display: none;
}

.admin-bar .top {
	top: 32px;
}

.admin-bar .main {
	padding-top: calc( 119px - 32px );
}

.header .header__nav {
  width: 60%;
}

.slider-tiles .tile-product .tile__title {
	top: 35px;
}
.slider-tiles .tile-product img {
	padding: 1rem 1rem 0 1rem;
	background: #fff;
}

.footer .footer__content {
	margin: 0 0 2rem 0;
	justify-content: flex-end;
}

.footer .footer__entry {
	padding: 0;
}

.socials ul {
	justify-content: flex-end;
}

.map .map__filters {
	display: none;
}