/* Begin Header 11.2022 */
body {
    /* margin-top: 0 !important; */
}

.wd_nav-wrap {
    max-width: 1800px;
	margin: 0 auto;
    margin-top: 82px;
}

header {
    -webkit-tap-highlight-color: transparent;

    -webkit-text-size-adjust: 100%;

    text-align: left;

    line-height: 1.5;
	background-color: #fff;

    font-family: "Subway Sans LCG Web";

    font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 16px;
	color: #000;

    display: block;

    z-index: 4000;
	
    padding: 0;
	margin: 0 auto;
	max-width: 1800px;
}

.header-sticky {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 13%);
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 13%);
}

header.cms_header * {
    margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

header.cms_header a {
    text-decoration: none;
	background-color: transparent;

    color: #008938;
}

header.cms_header .button {
	background: #008938;
	border-radius: 0.5rem;
	color: #fff;
	border: 1px solid #008938;
	text-transform: uppercase;
	font-size: 1.8rem;
	text-align: center;
	min-width: 200px;
	padding: 1.3rem 2rem;
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

header.cms_header img {
    display: block;
    max-width: 100%;
    margin: 0;
    border-style: none;
    vertical-align: middle;
}

header.cms_header .hide {
	display: none;
}

header.cms_header .show {
	display: block;
}

header.cms_header ul {
	margin-bottom: 0;
	font-family: "SubwaySansLCGRegular","Helvetica Neue","Helvetica","Arial",sans-serif;
}

header.cms_header ul li {
    list-style: none;
}

header.cms_header .navbar_left ul li a {
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.navbar.cms {
    padding: 0.5rem 1rem;

    position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

    background-color: rgba(255,255,255,.95);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;

	color: #222;
	font-family: "SubwaySansLCGRegular","Helvetica Neue","Helvetica","Arial",sans-serif;

	width: 100%;
	padding: 0rem 2rem 0 1.5rem;
	margin: 0 auto;
	max-width: 1800px;
	flex-wrap: nowrap;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	align-items: center;
	display: flex;
	margin: 0rem;
	z-index: 10;
	position: fixed;
	flex-direction: row;
	justify-content: space-between;
}

.navbar.cms:before,
.navbar.cms:after {
    display: none;
}

.skip-to-content {
    text-decoration: none;

	padding: 0.6rem;
	position: absolute;
	top: -10rem;
	color: #008938;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-bottom-right-radius: 0.8rem;
	background-color: transparent;
	transition: top 2s ease-out,background-color 2s linear;
	z-index: 2;
}

.navbar.cms .branch-journeys-top {
	position: absolute;
}

.navbar.cms .navbar_left {
	padding: 0rem;
	margin: 0rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.navbar.cms .navbar_left_button {
    overflow: visible;

    text-transform: none;

    border-radius: 0;

    margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;

    cursor: pointer;

    -webkit-appearance: none;

	background: transparent;
	border: none;
	padding: 0 0.5rem;
	min-width: unset;
	position: relative;
	width: 2.4rem;
	height: 2.6rem;
}

.navbar.cms .navbar_left_button::after {
	content: "";
	background: url(../images/header_footer/navbarIconLine.svg) no-repeat center center;
	width: 2.4rem;
	height: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.navbar.cms .close_icon::after {
	content: "";
	background: url(../images/header_footer/close.svg) no-repeat center center;
	width: 2.4rem;
	height: 2.6rem;
	position: absolute;
	top: 0;
	left: 0;
}

header.cms_header .sr-only {
    white-space: nowrap;
	border: 0;

    clip: rect(0,0,0,0);
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;

    width: 0;
    height: 0;

	display: none;
}

.navbar.cms .navbar_logo {
	position: relative;
	display: flex;
	align-items: center;
}

.navbar.cms .primary_logo {
	flex: block;
	order: 0;
	flex-grow: 0;
	margin: 2rem 0rem;
	height: 3rem;
	width: 15rem;
	min-width: 15rem;
	padding-left: 1.5rem;
}

.navbar.cms .navbar_logo::after {
	display: none;
}

.navbar.cms .navbar_left .navbar_menu_items ul {
	list-style: none;
	display: none;
	flex-direction: row;
	justify-content: flex-start;
}

.navbar.cms .navbar_right .account_logged .login_label, 
.navbar.cms .navbar_right .account_loggedIn .login_label, 
.navbar.cms .navbar_left ul li a {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	display: block;
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.navbar.cms .navbar_right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
}

.navbar.cms .navbar_right .button {
	max-width: 15rem;
	margin: 1rem 0;
	background: #008938;
	border-radius: 0.5rem;
	color: #fff;
	border: 1px solid #008938;
	text-transform: uppercase;
	font-size: 1.8rem;
	text-align: center;
	min-width: 200px;
	padding: 1.3rem 2rem;
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.navbar.cms .navbar_right .account_logged, 
.navbar.cms .navbar_right .account_loggedIn {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin: 0rem 2.3rem 0rem 4rem;
	width: 2.4rem;
	height: 2.4rem;
}

.isLoggedIn .navbar>.navbar_right .account_logged {
	display: none;
}

.isLoggedIn .navbar>.navbar_right .account_loggedIn {
	display: block;
	text-decoration: none;
	margin: 0rem 3.3rem 0rem 4rem;
	width: 2.4rem;
	height: 2.4rem;
}

.navbar.cms .navbar_right .cart_bag {
	width: 2.4rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
}

.navbar.cms .navbar_right .start_order {
	display: none;
}

/* 
.navbar.cms .navbar_right .start_order.hide {
	display: none;
}
*/
.navbar.cms .navbar_right .view_bag_button {
	display: none;
}

.navbar.cms .navbar_right .account_loggedIn {
	display: none;
}

.fullCart .navbar>.navbar_right .cart_bag.empty {
	display: none;
}

.navbar.cms .navbar_right .cart_bag.full, 
.navbar.cms .navbar_right .cart_bag.animation {
	display: none;
}

/* .navbar.cms .navbar_right a[title="Profile"], */
.navbar.cms .navbar_right a.cart_bag {
	visibility: hidden;
}

.fullCart .navbar>.navbar_right .cart_bag.full {
	display: flex;
	position: relative;
}

.badge-bagcount, 
.bg-transparent {
	background-color: transparent!important;
}

#reOrderModal .rtn-checkout-btn, 
.badge-bagcount {
	font-family: "Subway Sans Cond Web"!important;
	font-size: 18px;
}

.badge-bagcount {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 2px;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	padding: 5px 3px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	color: #fff;
	text-align: center;
	display: block!important;
}

.totalCartQuantity {
	margin-top: 2px;
	font-size: 12px;
	margin-right: 1px;
}

.fullCart .navbar>.navbar_right .cart_bag.full .totalCartQuantity {
	top: 2px;
	color: #fff;
	position: absolute;
	margin-right: 1px;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	font-size: 12px;
}
/* END Header 11.2022 */


/* Begin Footer 11.2022 */
.component_footer {
	display: block;

	margin: 0 auto;
	max-width: 1800px;
	border-top: 1px solid #eaeaea;
	border-bottom: none;
	height: unset;

	clear: both;

	z-index: 4;
	background: #fff;
}
.component_footer input, 
.component_footer select {
	overflow: visible;

	margin: 0;

	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
}
.component_footer select {
	margin-bottom: 1.5em;
	max-width: 100%;
	width: auto;
	border-radius: unset;
	color: black;
	line-height: normal;
	border: rgb(118,118,118) 1px solid;
	padding: 0;
	height: unset;
	font-weight: 400;
}
.component_footer select option:active, 
.component_footer select option:checked, 
.component_footer select option:focus, 
.component_footer select option:hover {
	background: -webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0))!important;
	background: linear-gradient(#e0e0e0,#e0e0e0)!important;
	background-color: #e0e0e0!important;
	color: #545454;
}
.component_footer a {
	text-decoration: none;
	color: #000;
}
.component_footer .footer_main {
	display: flex;
	flex-wrap: wrap;
	margin: 4rem 2rem;
}
.component_footer .footer_main .footer_main_item {
	min-width: 50%;
	max-width: 50%;
}
.component_footer .footer_main .footer_title {
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 2.4rem;
	text-transform: uppercase;
	min-height: 6.6rem;
	line-height: 1.2;
	color: black;
	font-weight: 400;
}
.component_footer .footer_main .footer_link, 
.component_footer .footer_main .media_link {
	font-family: "SubwaySansLCGRegular","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 14px;
	flex-grow: 0;
	padding: 1rem 0px;
	margin: 0px;
	list-style-type: none;
}
.component_footer .footer_main .footer_link>a, 
.component_footer .footer_main .media_link>a {
	font-family: "SubwaySansLCGMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: 400;
}
.component_footer .footer_main .feed_language {
	margin-top: 5.6rem;
}
.component_footer .footer_main .footer_main_item:nth-child(2n) {
	padding-left: 0rem;
}
.component_footer .footer_main .footer_title.column_without_title {
	padding-bottom: 6.6rem;
}
.component_footer .footer_main .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

	display: flex;
	align-items: flex-start;
	padding-bottom: 1.8rem;
}
.component_footer .footer_main .footer_link>a .linkImage, 
.component_footer .footer_main .media_link>a .linkImage {
	padding-right: 1.3rem;
	position: relative;
	top: -0.1rem;
}
.component_footer .footer_main .media .linkImage {
	display: none;
}
.component_footer .footer_main .content {
	flex: 1;
	display: inline-flex;
	position: relative;
	left: -0.5rem;
	top: .2rem;
}
.component_footer .horizontal_footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 2rem;
	border-top: 1px solid #eaeaea;
	font-family: "SubwaySansLCGRegular","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 1.2rem;
	margin-bottom: 13.4rem;
}
.component_footer .horizontal_footer .footer_sub_menu {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;

	font-weight: 400;
	color: #000;
	font-size: 100%;
	line-height: 18px;
}
.component_footer .horizontal_footer .footer_bottom_menu>ul {
	list-style: none;
	line-height: 24px;
	margin: 0;
	height: 150px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.component_footer .horizontal_footer .footer_bottom_menu>ul li {
	width: 50%;
}
.component_footer .horizontal_footer .footer_bottom_menu a {
	text-decoration: none;
	color: #000;
	font-family: "SubwaySansLCGRegular","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 1.2rem;
}
.component_footer .horizontal_footer .footer_social_media li {
	margin-right: 1.6rem;
	padding: 0rem 0;
	display: inline-block;
}
.component_footer .horizontal_footer .footer_social_media li:last-child {
	margin-right: 0;
}
.component_footer .horizontal_footer .footer_sub_menu .footer_social_media .icon {
	height: 2.4rem;
	width: 2.4rem;
	display: inline-block;
}
.component_footer .horizontal_footer .component_footer_legal {
	padding-top: 2rem;
	color: #757575;
}
.component_footer .horizontal_footer .start_order {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.18);
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 2rem;
	z-index: 1;
}
.component_footer .horizontal_footer .start_order .button {
	display: block;
	width: 100%;
	color: #fff;
	background: #008938;
	border-radius: .5rem;
	border: 1px solid #008938;
	text-transform: uppercase;
	font-size: 1.8rem;
	text-align: center;
	min-width: 200px;
	padding: 1.3rem 2rem;
	font-family: "SubwaySansCondMedium","Helvetica Neue","Helvetica","Arial",sans-serif;
	text-decoration: none;
	cursor: pointer;
}
/* END Footer 11.2022 */


@media screen and (min-width: 670px) {
    .navbar.cms {
        padding: 0rem 2.42rem 0rem 2.37rem;
    }
    .navbar.cms .primary_logo {
        margin: 2.5rem 0rem;
    }
    .navbar.cms .navbar_right .account_logged, 
    .navbar.cms .navbar_right .account_loggedIn {
        margin: 0rem 3.3rem 0rem 4rem;
    }
	.component_footer .footer_main {
		margin: 6rem;
	}
	.component_footer .footer_main .footer_main_item {
		min-width: 25%;
		max-width: 25%;
	}
	.component_footer .footer_main .media .linkImage {
		display: inline-block;
		height: 2.4rem;
	}
	.component_footer .footer_main .content {
		left: .5rem;
	}
	.component_footer .horizontal_footer {
		padding: 4rem 6rem;
	}
	.component_footer .horizontal_footer .footer_sub_menu {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.component_footer .horizontal_footer .footer_bottom_menu {
		padding-top: 0rem;
	}
	.component_footer .horizontal_footer .footer_bottom_menu>ul {
		height: auto;
		flex-direction: row;
	}
	.component_footer .horizontal_footer .footer_bottom_menu>ul li {
		width: auto;
		padding: 0 10px;
		position: relative;
	}
	.component_footer .horizontal_footer .footer_bottom_menu>ul li:first-child {
		padding-left: 0;
	}
	.component_footer .horizontal_footer .footer_bottom_menu>ul li::after {
		content: "";
		border-right: 1px solid #000;
		height: 1.2rem;
		position: absolute;
		top: 53%;
		right: 0;
		transform: translateY(-50%);
	}
	.component_footer .horizontal_footer .footer_sub_menu .footer_social_media ul {
		width: 155px;
		margin-left: 2rem;
	}
	.component_footer .horizontal_footer .footer_social_media li {
		height: auto;
		flex-direction: row;
		padding: 0rem 0 0 0;
	}
	.component_footer .horizontal_footer .component_footer_legal {
		margin-bottom: 0rem;
	}
}

@media screen and (min-width: 1024px) {
    .navbar.cms .primary_logo {
        padding-left: 0;
    }
	.component_footer .horizontal_footer {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1112px) {
    .navbar.cms .navbar_left_button {
        display: none;
    }
    .navbar.cms .navbar_logo::after {
        content: "";
        display: flex;
        flex-direction: row;
        width: 0.1rem;
        height: 4rem;
        border-left: 1px solid #eaeaea;
        margin: 0rem 2.5rem;
    }
    .navbar.cms .navbar_left .navbar_menu_items ul {
        display: flex;
    }
    .navbar.cms .navbar_left ul li {
        margin: 0rem 2.5rem 0rem 0rem;
    }
    .navbar.cms .navbar_right .start_order {
        display: block;
    }
    .navbar.cms .navbar_right .view_bag_button.show {
        display: block;
    }
	.component_footer .horizontal_footer .start_order {
		display: none;
	}
}

@media screen and (min-width: 1112px) and (max-width: 1159px) {
    .navbar.cms .navbar_left ul li {
        margin: 0rem 2rem 0rem 0rem;
    }
}

@media screen and (min-width: 1280px) {
    .navbar.cms .navbar_right .start_order {
        max-width: 100%;
    }
}

@media screen and (min-width: 20rem) and (max-width: 63.9375rem) {
    .navbar {
        min-height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 1112px) {
    .openHumbugger .navbar.cms>.navbar_left>.navbar_menu_items {
        display: flex;
        position: relative;
    }
    .openHumbugger .navbar.cms>.navbar_left > .navbar_menu_items ul {
        height: 100%;
        width: 100%;
        z-index: 1;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
		width: 100vw;
        text-align: center;
        margin-top: 7rem;
        padding: 0 2rem;
        display: flex;
    }
    .openHumbugger .navbar.cms>.navbar_left>.navbar_menu_items ul li {
        text-align: left;
    }
    .openHumbugger .navbar.cms>.navbar_left>.navbar_menu_items ul li a {
        font-size: 18px;
        color: black;
        border-bottom: 1px solid #eaeaea;
        padding: 2rem 0;
        display: block;
        margin: 1rem 0 0;
        position: relative;
        text-align: center;
    }
    .openHumbugger .navbar.cms>.navbar_left>.navbar_menu_items ul li a::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        border: solid #000;
        border-width: 0 1px 1px 0;
        padding: 0.7rem;
        transform: rotate(-45deg) translateY(-50%);
    }
	.openHumbugger .navbar.cms>.navbar_left>.navbar_logo {
		opacity: 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.component_footer .footer_main .feed_language {
		margin-top: 6.6rem;;
	}
	.component_footer .footer_main .footer_main_item:nth-child(n+3) {
		padding-top: 4.8rem;
	}
}

@media screen and (max-width: 1078px) {
	header.header-sticky,
	header.header-sticky header nav {
		height: 80px;
	}
}
@media screen and (max-width: 669px) {
	.component_footer .horizontal_footer .footer_bottom_menu a {
		font-size: 1.4rem;
	}
}