/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.menu-wrap {
	padding: 0;
}

.menu-wrap .logo-menu {
    width: 299px;
}

.menu-wrap.fixed {
	background: linear-gradient(89deg,#111144 3%,#1697bf 98%);
}

.custom-img-right.doc-location {
	top: 300px;
	max-height:300px;
}

#toolbar{
	padding: 5px;
	margin: 0;
	background-color: #111144;
}

.menu-wrap.fixed #toolbar {
	display: none;
}

#main-menu {
	margin-top: 25px;
}

.fade-up {
	background: linear-gradient(0deg,rgb(0, 0, 0),rgba(0,0,0,0));
}

.footer .logo-footer {
	width: 100%;
}

.liffey {
	background-image: url("/templates/antler/assets/img/Dublin-4K.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}


/* CART */

#doc #order-standard_cart .products .product div.product-desc {
	font-size: 1em;
}