h1,
h2,
h3 {
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
}

.fs header.top-header {
    padding: 0;
    position: sticky;
    z-index: 100;
}

.fs .banner {
    height: 400px;
}

.fs .banner .banner__content h1 {
    font-style: italic;
    font-style: 60px;
    text-align: right;
}

.fs *,
.fs * ::after,
.fs * ::before {
    box-sizing: border-box;
}

.fs .category {
    overflow: hidden;
    position: relative;
}

body.fs #content .categories .category:hover .category-image h2 {
    left: -100%;
    transition: all .5s ease;
}

body.fs #content .categories .category:hover .category-image-overlay {
    right: -1px;
    transition: all .5s ease;
}

.fs .categories .category-image {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fs .categories .category-image-overlay {
    right: -150%;
    position: absolute;
    width: calc(100% + 2px);
    padding: 20px;
    overflow: hidden;
    z-index: 2;
    top: 0;
    height: 100%;
    backface-visibility: hidden;
    transition: all 0.6s;
    background: rgba(255, 255, 255, 0.9);
    will-change: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
}

.fs .categories .category-image-overlay .text {
    width: 100%;
    bottom: 20px;
    left: 20px;
    text-align: right;
}

.fs .categories .category-image-overlay .text .title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
}

.fs .categories .category-image-overlay .text p {
    font-size: 14px;
    max-height: 255px;
    overflow: hidden;
}

.fs .categories .category-image h2 {
    font-family: "Titillium Web", sans-serif;
    color: #000;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0.9;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 0;
    position: absolute;
    background: rgba(255, 255, 255, .9);
    transition: all .5s ease .1s;
    top: 0;
    left: 0;
    will-change: left;
    text-align: left;
    backface-visibility: hidden;
    display: inline-block;
}

.fs .item .text {
    padding: 1rem 0;
}

.fs #createaccount h2 {
    text-align: left;
    padding-left: 0;
    font-style: italic;
    border-bottom: 3px solid;
    padding-bottom: 0;
}

.fs #items .item #addedmessage {
    padding: 1rem;
}

#items .item #addedmessage a {
    display: block;
    margin-top: 10px;
    background: #A2D917;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.fs #editorder .panel h2:first-child,
.fs #confirmorder .panel h2:first-child,
.fs #orderplaced .panel h2:first-child {
    text-align: left;
    padding-left: 0;
    font-style: italic;
    border-bottom: 3px solid;
    padding-bottom: 0;
}

.fs .cart-summary-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 9998;
	pointer-events: none;
	transition: background 0.3s;
}
.fs.cart-summary-open .cart-summary-bg {
	pointer-events: all;
	background: rgba(0,0,0,0.3);
}

.fs .cart-summary {
	width: 600px;
	max-width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.fs.cart-summary-open {
	overflow: hidden;
}
.fs.cart-summary-open .cart-summary {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.fs .cart-summary__inner {
	position: relative;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.fs .cart-summary__content {
	padding: 30px;
}

.fs .cart-summary p {
	font-size: 13px;
	line-height: 1.54;
	color: #000;
}

.fs .cart-summary-toggle {
	display: block;
	position: fixed;
	width: 64px;
	height: 64px;
	border-radius: 50% 0 0 50% !important;
	background: #A2D917;
	color: #fff;
	border: none;
	right: 0;
	top: 50%;
	z-index: 9999;
	transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    font-size: 25px;
}

.fs.cart-summary-open .cart-summary-toggle {
	-webkit-transform: translateX(-600px);
	    -ms-transform: translateX(-600px);
	        transform: translateX(-600px);
}

.fs .cart-summary-toggle .icart-cart {
	position: relative;
	left: 5px;
}
.fs .cart-summary-toggle .open-label {
	display: none;
}

.fs.cart-open .cart-summary-toggle .open-label {
    display:block;
	margin-left: 10px;
}


.fs.cart-summary-open .cart-summary-toggle .open-label {
	display: inline-block;
}
.fs.cart-open .cart-summary-toggle .closed-label {
	display: none;
}

.fs .cart-summary__title,
.fs .cart-notes__title {
    color: #A2D917;
    margin-bottom: 20px;
    font-size: 25px;
    font-style: italic;
    margin-top: 0;
    border-bottom: 2px solid;
}

.fs .cart-items__list,
.fs .cart-items__list-item {
    list-style: none;
    padding: 0;
}

.fs .cartsummary .count {
	font-size: 10px;
    position: absolute;
    background: red;
    padding: 5px;
    border-radius: 100%;
    top: 10px;
    z-index: 1090;
    left: 15px;
}

.fs .cart-item {
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: 0 50%;
	min-height: 110px;
	padding: 20px;
	background-color: #f6f4f5;
	border-bottom: 10px solid white;
}

.fs .cart-item__details {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	width: 45%;
	padding-right: 10px;
	border-right: 1px solid #dcdadb;
}

.fs .cart-item .cart-item__image {
    width: 30%;
    display: inline-block;
}

.fs .cart-item .cart-item__image img {
    max-width: 90%;
}

.fs .cart-item__name,
.fs .cart-item__qty {
	display: block;
}

.fs .cart-item__qty {
	margin-top: 6px;
}

.fs .cart-item__qty {
	color: #e1a933;
}

.fs .cart-item__total {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	width: 20%;
	text-align: right;
}

.fs .cart-item__total,
.fs .cart-items__total-value {
}

.fs .cart-items__total {
	padding: 20px;
	text-align: right;
	border: 2px solid #A2D917;
	margin-bottom: 10px;
}

.fs .cart-items__total-value,
.fs .cart-items__total-label {
	display: block;
	line-height: 1;
}

.fs .cart-items__total-label {
	font-size: 14px;
	padding-right: 2px;
	color: #000;
}


.fs .cart-items__total-value {
	font-size: 30px;
}

.fs .cart-items__actions {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-left: -8px;
}

.fs .cart-items__actions .button,
.fs .cart-items__actions .button-secondary,
.fs .cart-items__actions .button:hover,
.fs .cart-items__actions .button-secondary:hover {
	color: #fff;
	border-radius: 0;
}

.fs .cart-items__actions .button {
	margin-left: 8px;
}

.fs .cart-items__actions .button,
.fs .cart-items__actions .button:hover {
	background-color: #A2D917;
	padding: 1rem 2rem;
	flex-grow: 1;
}

.fs .cart-items__actions .button-secondary,
.fs .cart-items__actions .button-secondary:hover {
	background-color: #000;
	padding: 1rem 2rem;
}

.fs .cart-summary__footer {
	padding-top: 30px;
}

.fs.cart-open .cart-summary {
    transform: translateX(0);
}

.fs.cart-open .cart-summary-toggle {
    transform: translateX(-600px);
}

.fs .cart-summary-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 9998;
    pointer-events: none;
    transition: background 0.3s;
}

.fs.cart-open .cart-summary-bg {
    pointer-events: all;
    background: rgba(0,0,0,0.3);
}

.fs footer {
	padding: 0;
}

.fs #pack .selection .text {
	padding: 1rem 0;
}

.fs .item .item-image {
    height: 350px;
}

#items .item #addedmessage.item-added-message .nav button {
    display: none;
}

#items .item .dietary {
    position: relative;
    padding-bottom: 20px;
}

#items .item .dietary li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    background: #000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 815px) {
	.fs .cart-summary-toggle {
		display: none;
		left: auto;
		right: 5px;
		top: 5px;
		-webkit-transform: translateX(0) translateY(0);
		    -ms-transform: translateX(0) translateY(0);
		        transform: translateX(0) translateY(0);
		border-radius: 50%;
		width: 40px;
		height: 40px;
	}
	.fs.cart-summary-open .cart-summary-toggle {
		display: block;
		-webkit-transform: translateX(0) translateY(0);
		    -ms-transform: translateX(0) translateY(0);
		        transform: translateX(0) translateY(0);
	}
	.fs .cart-summary__content {
		padding-top: 10px;
	}
	.fs .cart-items__actions .button,
	.fs .cart-items__actions .button:hover {
		padding-right: 30px;
		padding-left: 30px;
	}
	.fs .cart-item__details {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.fs .cart-item__total,
	.fs .cart-items__total-value {
		width: 100%;
		display: block;
	}
}


@media (min-width: 1200px) {
    .fs .fs-container {
        max-width: 1240px;
    }
}
