/** Shopify CDN: Minification failed

Line 2063:2 Unexpected "}"

**/
.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
}

.navbar a:hover, .dropdown:hover .dropbtn {
}

.dropdown-content {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top: 82px;
	height: 656px;
	transition: all .3s cubic-bezier(0.4,0,0.2,1) .5s;
}

.dropdown:hover > .dropdown-content {
	/* display: block; */
	opacity: 1;
	visibility: visible;
}

.shop_menu {
	min-height: 82px;
	display: flex;
}

.mega_menu > a{
	min-height: 82px;
}

.shop_menu .dropdown-content {
	background: #1C1C1C;
}

.shop_menu .dropdown-content > .row {
	display: flex;
	height: 100%;
}

.shop_menu .dropdown-content > .row > .column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	border-right: 1px solid #FAF9F8;
	flex-grow: .5;
	flex-basis: 0;
}

.shop_menu .dropdown-content > .row > .column .intro {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	position: relative;
}

.shop_menu .dropdown-content > .row > .column .intro .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: 900;
	font-size: 55px;
	line-height: 55px;
	text-transform: uppercase;
	color: #FAF9F8;
}

.shop_menu .dropdown-content > .row > .column .intro .description {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #FAF9F8;
}

.shop_menu .dropdown-content > .row > .column .intro .menu_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px 20px 8px;
	background: #FAF9F8;
	border: 1px solid #FAF9F8;
	border-radius: 2px;
	position: absolute;
	bottom: -94px;
	color: #1C1C1C;
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.15;
	align-items: center;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: all .33s ease;
}

.shop_menu .dropdown-content > .row > .column .intro .menu_btn:hover {
	background-color: transparent;
	color: #FAF9F8;
}

.shop_menu .dropdown-content > .row > .column .shop_links {
	display: flex;
	flex-direction: row;
}

.shop_menu .dropdown-content > .row > .column .shop_links > a {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FAF9F8;
	margin-right: 44px;
	transition: color .33s ease;
}

.shop_menu .dropdown-content > .row > .column .shop_links > a:hover {
	color: #606060;
}

.shop_menu .dropdown-content > .row > .column.right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px;
	border: none;
	flex-grow: 0.9;
	flex-basis: 0;
}

.shop_menu .dropdown-content > .row > .column.right > .row {
	display: flex;
	justify-content: start;
	flex-grow: 1;
	flex-direction: row;
}

.shop_menu .dropdown-content > .row > .column.right > .row:first-child {
	border-bottom: 1px solid #FAF9F8;
	padding: 60px 80px;
}

.shop_menu .dropdown-content > .row > .column.right > .row .menu_wrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
}

.shop_menu .dropdown-content > .row > .column.right > .row .menu_wrapper .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FAF9F8;
}

.shop_menu .dropdown-content > .row > .column.right > .row .menu_wrapper a {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #FAF9F8;
	text-transform: initial;
	text-align: left;
	transition: color .33s ease;
}

.shop_menu .dropdown-content > .row > .column.right > .row .menu_wrapper a:hover {
	color: #606060;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper {
	display: flex;
	padding: 40px;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	border-right: 1px solid #FAF9F8;
	justify-content: center;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper:last-child {
	border-right: none;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .img_wrapper {
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .img_wrapper img {
	display: flex;
	width: 150px;
	height: 150px;
	margin-bottom: 28px;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .img_wrapper .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
	color: #FAF9F8;
	margin-bottom: 6px;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .img_wrapper .sub_title {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FAF9F8;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .hovercontent {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .hovercontent .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #FAF9F8;
	margin-bottom: 7px;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .hovercontent .sub_title {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FAF9F8;
	margin-bottom: 35px;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .hovercontent a {
	display: block;
	background: #FAF9F8;
	border: 1px solid #FAF9F8;
	border-radius: 2px;
	color: #1C1C1C;
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.15;
	align-items: center;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px 8px;
	transition: all .33s ease;
}

.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper .hovercontent a:hover {
	background: transparent;
	color: #FAF9F8;
}

.mega_menu {
	min-height: 38px;
	display: flex;
}

.mega_menu .dropdown-content {
	background: #1C1C1C;
}

.mega_menu .dropdown-content > .row {
	display: flex;
	height: 40%;
}

.mega_menu .dropdown-content > .row > .column {
	display: flex;
	/* flex-direction: column; */
	justify-content: space-between;
	flex-basis: 0;
	flex-grow: 1;
}

.mega_menu .dropdown-content > .row > .column:first-child {
	padding: 70px 40px;
}

.mega_menu .dropdown-content > .row > .column .intro {
	display: flex;
	flex-direction: column;
	position: relative;
}

.mega_menu .dropdown-content > .row > .column .intro .title {
	font-family: 'DIN Next LT Pro Condensed';
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    color: #faf9f8;
}

.mega_menu .dropdown-content > .row > .column .intro .description {
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #faf9f8;
}

.mega_menu .dropdown-content > .row > .column > .row {
	display: flex;
}

.mega_menu .dropdown-content > .row > .column > .row .cta {
	display: flex;
	justify-content: center;
	flex-basis: 0;
	flex-grow: 1;
	flex-direction: column;
	padding: 50px;
	text-align: center;
	border-left: 1px solid #FAF9F8;
}

.mega_menu .dropdown-content > .row > .column > .row .cta .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #FAF9F8;
}

.mega_menu .dropdown-content > .row > .column > .row .cta .sub_title {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FAF9F8;
}

.mega_menu .dropdown-content > .row > .column > .row .cta .menu_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 8px;
	background: #A7A7A7;
	border: 1px solid #A7A7A7;
	border-radius: 2px;
	margin: 34px auto 0px;
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1C1C1C;
	transition: all .33s ease;
}

.mega_menu .dropdown-content > .row > .column > .row .cta .menu_btn:hover {
	background-color: transparent;
	color: #A7A7A7;
}

.mega_menu .dropdown-content > .row.second_row {
	display: flex;
	border-top: 1px solid #FAF9F8;
	height: 60%;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta {
	flex-basis: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding: 40px;
	border-right: 1px solid #FAF9F8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20%;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta:last-child {
	border-right: none;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta svg {
	display: flex;
	width: 150px;
	height: 150px;
	margin: 0px auto;
	margin-bottom: 30px;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta .title {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #FAF9F8;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta .sub_title {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FAF9F8;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta .menu_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px 8px;
	left: 180px;
	top: 211px;
	background: #FAF9F8;
	border: 1px solid #FAF9F8;
	border-radius: 2px;
	margin: 35px auto 0px;
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.15;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1C1C1C;
	transition: all .33s ease;
}

.mega_menu .dropdown-content > .row.second_row .second_row_cta .menu_btn:hover {
	background-color: transparent;
	color: #FAF9F8;
}

.mega_menu.other .dropdown-content > .row.second_row .second_row_cta .menu_btn:hover {
	background-color: #606060;
	border-color: #606060;
}

.mobile_nav_wrapper {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 99;
	background: #1C1C1C;
	top: 0;
	height: 100vh;
	width: 100%;
	padding: 28px 18px 16px;
	transform: translateX(-100%);
	transition: transform ease-out 0.3s;
	overflow: auto;
}

.mobile_nav_wrapper.active {
	display: flex;
	transform: translateX(0);
	position: fixed;
}

.mobile_nav_wrapper .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.mobile_nav_wrapper .top .close {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_nav_wrapper .top .close svg {
	width: 24px;
	height: 24px;
}

.mobile_nav_wrapper .content {
	display: flex;
	flex-direction: column;
}

.mobile_nav_wrapper .content .menu_wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.mobile_nav_wrapper .content .menu_wrapper .collapsed_menu {
	font-family: 'DIN Next LT Pro';
	font-size: 44px;
	line-height: 44px;
	text-transform: uppercase;
	color: #FAF9F8;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	transition: all .3s ease-in-out;
	align-items: center;
}

.mobile_nav_wrapper .content .menu_wrapper .collapsed_menu i {
	transition: all .3s ease-in-out;
	display: flex;
}

.mobile_nav_wrapper .content .menu_wrapper.active .collapsed_menu i.expand {
	transition: all .3s ease-in-out;
	transform: rotate(45deg);
}

.mobile_nav_wrapper .content .menu_wrapper .inner_wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 0.3s ease-out;
	height: 0px;
	transform: scaleY(0);
	transform-origin: top;
}

.mobile_nav_wrapper .content .menu_wrapper.active .inner_wrapper {
	transform: scaleY(1);
	height: auto;
	margin: 15px 0px;
	transition: transform 0.3s ease-out;
}

.mobile_nav_wrapper .content .menu_wrapper .inner_wrapper .inner_menu {
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	text-transform: uppercase;
	color: #FAF9F8;
	margin-bottom: 15px;
}

.mobile_nav_wrapper .content .secondary_wrapper {
	display: flex;
	flex-direction: row;
}

.mobile_nav_wrapper .content .secondary_wrapper > a {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	color: #FAF9F8;
	margin-right: 17px;
}

.mobile_nav_wrapper .bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: auto;
}

.mobile_nav_wrapper .bottom .account_header {
	border-right: 1px solid #FAF9F8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_nav_wrapper .bottom .account_header a {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #FAF9F8;
	display: flex;
	justify-content: center;
	padding-right: 10px;
	align-items: center;
}

.mobile_nav_wrapper .bottom .account_header a img {
	margin-left: 8px;
	width: 20px;
	height: 20px;
}

.mobile_nav_wrapper .bottom .cart_header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

.mobile_nav_wrapper .bottom .cart_header a {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #FAF9F8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile_nav_wrapper .bottom .cart_header a img {
	margin-left: 8px;
	width: 20px;
	height: 20px;
}

.header_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	background: #FAF9F8;
	border-bottom: 1px solid #1C1C1C;
}

.header_wrapper .header_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 0px 0px 40px;
	position: static;
	flex: none;
	order: 0;
	width: 30vw;
}

.header_wrapper .header_nav .menus {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	position: static;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin: 0px 20px 0px 0px;
	min-height: 82px;
}

.header_wrapper .header_nav .menus a {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1C1C1C;
	order: 0;
	flex-grow: 0;
	margin: 0px 17px 0px 0px;
	transition: color .33s ease;
}

.header_wrapper .header_nav .menus a:hover {
	color: #606060;
}

.header_wrapper .logo_wrapper {
	display: flex;
	position: static;
	width: 40vw;
	order: 1;
	flex-grow: 0;
}

.header_wrapper .header_right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 40px 0px 0px;
	position: static;
	order: 2;
	width: 30vw;
}

.header_wrapper .header_right > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	position: static;
	height: auto;
	flex: none;
	order: 2;
	flex-grow: 0;
	margin: 0px 0px 0px 20px;
}

.header_wrapper .header_right > div a {
	position: static;
	left: 0px;
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1C1C1C;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 6px;
	display: flex;
	align-items: center;
	opacity: 1;
	transition: opacity .33s ease;
	position: relative;
}

.header_wrapper .header_right > div a .site-header__cart-count {
    padding: 5px;
	border-radius: 10px;
    min-width: auto;
    height: 18px;
    padding: 6px;
	right: -19px;
    top: -12px;
}

.header_wrapper .header_right > div a .site-header__cart-count span {
    line-height: 28px;
    font-family: 'DIN Next LT Pro';
    font-size: 11px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 2px;
}

.header_wrapper .header_right div > a img {
	margin-left: 6px;
}

.header_wrapper .header_right .account_header {
	border-right: 1px solid #1c1c1c;
	padding-right: 10px;
	margin: 0px -10px 0px 0px;
}

.header_wrapper .header_right > div a:hover {
	opacity: 0.7;
}



@media (max-width: 1440px) {
	.header_wrapper .header_nav {
		padding: 0px 0px 0px 20px;
	}
	.header_wrapper .header_right {
		padding: 0 20px 0 0;
	}
}


.secondary_header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 8px 40px;
	background: #FAF9F8;
	justify-content: space-between;
}

.secondary_header .shipping_options_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
}

.secondary_header .shipping_options_wrapper .shipping_options {
	position: static;
	width: 300px;
	height: 19px;
	left: 0px;
	top: 0px;
	display: flex;
	flex-direction: row;
}

.secondary_header .shipping_options_wrapper .shipping_options .shipping_selector {
	display: flex;
	margin-right: 10px;
}

.secondary_header .shipping_options_wrapper .shipping_options .delivery-type {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1C1C1C;
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.secondary_header .shipping_options_wrapper .shipping_options .delivery-location {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
	color: #1C1C1C;
	justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.secondary_header .secondary_header_nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
}

.secondary_header .secondary_header_nav .menus a.menuitem {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #1C1C1C;
	flex: none;
	order: 2;
	flex-grow: 0;
	margin: 0px 0px 0px 17px;
	transition: color .33s ease;
}

.secondary_header .secondary_header_nav .menus a.menuitem:hover {
	color: #606060;
}

.subscription_wrapper {
	background: #1C1C1C;
	display: flex;
	padding: 8px 40px;
	justify-content: space-between;
	align-items: center;
}

.subscription_wrapper .subscription_form {
	display: flex;
	align-items: center;
}

.subscription_wrapper .subscription_form .subscription_text {
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.1px;
	color: #FAF9F8;
	margin: 0px 10px 0px 0px;
}

.subscription_wrapper .subscription_form .form_wrapper {
	box-sizing: border-box;
	position: relative;
	display: block;
}

.subscription_wrapper .subscription_form .form_wrapper input {
	border: 1px solid #C4C4C4;
	min-width: 430px;
	background: #1C1C1C;
	color: rgba(250, 249, 248, 0.6);
	outline: none;
	font-family: 'DIN Next LT Pro';
	text-transform: inherit;
	font-size: 15px;
}

.subscription_wrapper .subscription_form .form_wrapper input::-webkit-input-placeholder {
	color: rgba(250, 249, 248, 0.6);
	opacity: 1;
}

.subscription_wrapper .subscription_form .form_wrapper input::-ms-input-placeholder {
	color: rgba(250, 249, 248, 0.6);
	opacity: 1;
}

.subscription_wrapper .subscription_form .form_wrapper input::placeholder {
	color: rgba(250, 249, 248, 0.6);
	opacity: 1;
}

.subscription_wrapper .subscription_form .form_wrapper button {
	position: absolute;
	font-family: 'DIN Next LT Pro Condensed';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FAF9F8;
	background: #4A4A4A;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px 23px;
	top: 0px;
	right: 0px;
	border: 1px solid #C4C4C4;
	border-radius: 0px 2px 2px 0px;
	transition: all .33s ease;
}
.subscription_wrapper .subscription_form .form_wrapper button:hover {
	background-color: #FAF9F8;
	border-color: #FAF9F8;
	color: #1C1C1C;
}

@media screen and (max-width: 1023px) {
	.shop_menu .dropdown-content,
	.mega_menu.visit .dropdown-content {
		height: auto;
	}

	.shop_menu .dropdown-content > .row {
		flex-direction: column;
	}
	.shop_menu .dropdown-content > .row > .column {
		flex-direction: row;
		border-right: none;
		border-bottom: 1px solid #FAF9F8;
	}
	.shop_menu .dropdown-content>.row>.column .intro {
		margin-top: 0;
		max-width: 50%;
		align-items: flex-start;
	}
	.shop_menu .dropdown-content>.row>.column .intro .description {
		margin-bottom: 1.5em;
	}
	.shop_menu .dropdown-content>.row>.column .intro .menu_btn {
		position: relative;
		bottom: auto;
	}
	.shop_menu .dropdown-content>.row>.column .shop_links {
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end
	}
	.shop_menu .dropdown-content > .row > .column .shop_links > a {
		margin-right: 0;
		margin-bottom: 1em;
	}
	.shop_menu .dropdown-content > .row > .column .shop_links > a:last-child {
		margin-bottom: 0;
	}
	.shop_menu .dropdown-content > .row > .column.right > .row:first-child {
		padding: 40px;
	}
	.shop_menu .dropdown-content > .row > .column.right > .row .img_menu_wrapper {
		padding: 15px;
	}

	.mega_menu.visit .dropdown-content > .row {
		flex-direction: column;
		height: auto;
	}
	.mega_menu.visit .dropdown-content > .row > .column:first-child {
		border-bottom: 1px solid #FAF9F8;
	}
	.mega_menu.visit .dropdown-content > .row > .column > .row {
		width: 100%;
	}
	.mega_menu.visit .dropdown-content > .row > .column > .row .cta {
		padding: 25px;
	}
	.mega_menu.visit .dropdown-content > .row > .column > .row .cta:first-child {
		border-left: none;
	}
	.mega_menu.visit .dropdown-content > .row.second_row {
		height: auto;
		flex-direction: row;
	}
	.mega_menu.visit .dropdown-content > .row.second_row .second_row_cta {
		padding: 30px 15px;
	}
	.mega_menu.visit .dropdown-content > .row.second_row .second_row_cta svg {
		width: 80px;
		height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.footer_wrapper{
        padding: 50px 18px !important;
	}

	.footer_wrapper .footer_links_wrapper {
		flex-direction: column !important;
	}

	.footer_wrapper .footer_links_wrapper .footer_logo {
		margin-bottom: 45px !important;
	}

	.footer_wrapper .footer_links_wrapper .visit_menu a {
		font-size: 22px !important;
		line-height: 22px !important;
		margin-bottom: 10px !important;
	}

	.footer_wrapper .footer_links_wrapper .visit_menu,
		.footer_wrapper .footer_links_wrapper .shop_menu_wrapper {
		margin-bottom: 20px;
	}

	.footer_wrapper .social_wrapper {
		margin-top: 55px !important;
	}

	.footer_wrapper .social_wrapper .copyright {
		order: 1;
	}

	.footer_wrapper .social_wrapper .social_icons {
		order: 0;
	}

	body.open .header_wrapper {
		display: flex;
	}

	.cart-sidebar .cart-body #cart-items .item .qty-container {
		min-width: 80px;
	}

	body.open .shipping-selector-sidebar {
		min-height: 85vh;
	}

	.subscription_wrapper {
		padding: 9px 10px;
		align-items: center;
		justify-content: center;
	}

	.subscription_wrapper .subscription_form .form_wrapper input {
		margin-right: 10px;
		min-width: 180px;
	}

	.subscription_wrapper .subscription_form .form_wrapper button {
		width: 50px;
		margin: 0 auto;
		margin-top: 5px;
		padding: 5px 2px;
		position: inherit;
	}

	.subscription_wrapper .subscription_form .form_wrapper {
		display: flex!important;
		flex-direction: column;
	}

	.subscription_wrapper .subscription_form .subscription_text {
		margin: 0 10px 15px 0;
	}

	.subscription_wrapper .subscription_form {
		display: block;
	}

}

@media screen and (max-width: 1023px) {
	.site-header {
		padding: 0px !important;
	}

	.header_wrapper {
		display: none;
	}

	.site-header.mobile_only {
		display: block !important;
	}
	.site-header__mobile-nav {
		padding: 18px 16px;
	}
	.site-header__icons {
		padding-right: 0px;
	}

	.site-header__icons .btn--link {
		padding: 10px 0px 10px 11px;
	}
}

@media screen and (max-width: 600px) { 
	.secondary_header .secondary_header_nav {
		display: none;
	}

	.subscription_wrapper .subscription_form .form_wrapper {
		display: none;
	}

	.mobile_only {
		display: block !important;
	}

	.secondary_header {
		padding: 18px 10px;
	}

	.subscription_wrapper {
		padding: 9px 16px;
	}

}



/* cart-sidebar */
body.open {
	overflow: hidden;
}
body.open .bg-overly {
	background-color: #ddd5e0;
	opacity: 0.95;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.cart-sidebar {
	position: fixed;
	right: 0;
	top: 0;
	min-height: 100vh;
	z-index: 999;
	max-width: 100%;
	bottom: 0;
	overflow-y: auto;
	width: 580px;
	right: -200%;
	background-color: #FAF9F8;
	display: flex;
	opacity: 0;
	visibility: hidden;
	flex-direction: column;
	border-left: 1px solid #1C1C1C;
	transition: all 0.5s ease-in-out;
}
.cart-sidebar:hover{
	cursor: default;
}
.cart-sidebar.open {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.cart-sidebar .cart-title {
	padding: 0px !important;
	position: relative !important;
	border-bottom: 1px solid #1C1C1C;
	margin: 0px !important;
}
.cart-sidebar .cart-title h4 {
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #1C1C1C;
	margin: 75px auto 23px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-sidebar .cart-body {
	padding: 0px;
	opacity: 1;
	transition: .3s opacity;
	pointer-events: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 150px);
	overflow-y: scroll;
	overflow-x: hidden;
}
.cart-sidebar .cart-body .empty_cart{
	text-align: center;
    margin-top: 20px;
}
.cart-sidebar .cart-body.empty{
	justify-content: center;
	align-items: center;
}
.cart-sidebar .cart-body h5 {
	font-size: 50px;
	font-weight: 400;
}
.cart-sidebar .cart-body #cart-items{
	display: flex;
	flex-direction: column;
}
.cart-sidebar .cart-body #cart-items .item{
	display: flex;
	flex-direction: row;
	padding: 10px 20px 10px 15px;
	margin: 0px !important;
	border-bottom: 1px solid #1C1C1C;
}
.cart-sidebar .cart-body #cart-items .item:last-child{
	border-bottom: none;
}
.cart-sidebar .cart-body #cart-items .item .remove-wrapper{
	display: flex;
	justify-content: center;
	margin-right: 10px;
}
.cart-sidebar .cart-body #cart-items .item .remove-wrapper a{
	margin: 0px;
}
.cart-sidebar .cart-body #cart-items .item .remove-wrapper a:hover img{
	transform: rotate(90deg);
}
.cart-sidebar .cart-body #cart-items .item .remove-wrapper a img{
	width: 14px;
	margin: 0px;
	transition: all .3s ease-in-out;
}
.cart-sidebar .cart-body #cart-items .item .image{
	display: flex;
}
.cart-sidebar .cart-body #cart-items .item .image img{
	width: 100px;
}
.cart-sidebar .cart-body #cart-items .item .details{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin-right: 5px;
	width: 50%;
}
.cart-sidebar .cart-body #cart-items .item .details .title{
	font-family: 'DIN Next LT Pro';
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	color: #1C1C1C;
	margin: 0px;
	text-align: left;
	margin-left: 8px;
}
.cart-sidebar .cart-body #cart-items .item .details .subtitle{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #1C1C1C;
}
.cart-sidebar .cart-body #cart-items .item .details .variant{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
	margin-top: 5px;
}
.cart-sidebar .cart-body #cart-items .item .qty-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 25px;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 1px solid #1C1C1C;
	min-height: 24px;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper a{
	display: flex;
	justify-content: center;
	padding: 8px;
	min-height: 24px;
	margin: 0px;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper a img{
	margin: 0px auto;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper a.qty_minus{
	border-right: 1px solid #1C1C1C;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper a.qty_plus{
	border-left: 1px solid #1C1C1C;
}
.cart-sidebar .cart-body #cart-items .item .qty-container .qty_wrapper .quantity{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #1C1C1C;
	padding: 0px 10px;
}
.cart-sidebar .cart-body #cart-items .item .price_wrapper{
	display: flex;
	flex-grow: 1;
	justify-content: center;
	flex-direction: column;
	margin-left: 20px;
}
.cart-sidebar .cart-body #cart-items .item .price_wrapper .price{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #1C1C1C;
}

  

.cart-sidebar .cart-footer {
	padding: 20px;
	border-bottom: none;
	background-color: #1C1C1C;
}
.cart-sidebar .cart-footer .sub-total {
	display: flex;
	margin: 53px auto 10px;
	flex-direction: column;
	text-align: center;
}
.cart-sidebar .cart-footer .sub-total span:first-child{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #FAF9F8;
	margin-bottom: 13px;
}
.cart-sidebar .cart-footer .sub-total span.drawer_subtotal{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #FAF9F8;
}
.cart-sidebar .cart-footer .delivery-info{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FAF9F8;
	margin-bottom: 60px;
}
.cart-sidebar .cart-footer .actions{
	display: flex;
	flex-direction: row;
}
.cart-sidebar .cart-footer .actions .shop_more{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 40px;
	background: #818181;
	border-radius: 2px;
	flex-grow: 1;
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1C1C1C;
	border: none;
	margin: 0px 10px;
}
.cart-sidebar .cart-footer .actions form{
	display: flex;
	flex-grow: 1;
	margin: 0px 10px;
}
.cart-sidebar .cart-footer .actions form .checkout_btn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 15px 40px;
	background: #FAF9F8;
	border-radius: 2px;
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1C1C1C;
	flex-grow: 1;
	border: none;
}

.cart-sidebar .cart-title .close {
	display: flex;
	position: absolute;
	right: 0;
	top: 10px;
}
.cart-sidebar .cart-title .close:hover img{
	transform: rotate(225deg);
}
.cart-sidebar .cart-title .close img {
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}



/* Shipping Modal */
.shipping-selector-sidebar{
	position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    z-index: 999;
    max-width: 100%;
    bottom: 0;
    overflow-y: auto;
    width: 580px;
    left: -200%;
    background-color: #FAF9F8;
    display: flex;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    border-right: 1px solid #1c1c1c;
    transition: all .5s ease-in-out;
}
.shipping-selector-sidebar.open{
	left: 0;
    opacity: 1;
    visibility: visible;
}
.shipping-selector-sidebar .head{
	display: flex;
    flex-direction: column;
    padding: 75px 25px 70px;
    border-bottom: 1px solid #1c1c1c;
}
.shipping-selector-sidebar .head .title{
	font-family: 'DIN Next LT Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-bottom: 20px;
}
.shipping-selector-sidebar .head .info{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1C1C1C;
}
.shipping-selector-sidebar .body{
	display: flex;
    flex-direction: column;
}
.shipping-selector-sidebar .body .shipping_container{
	display: flex;
    flex-direction: column;
    padding: 29px 20px;
    border-bottom: 1px solid #1c1c1c;
}
.shipping-selector-sidebar .body .shipping_container .shipping{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.shipping-selector-sidebar .body .shipping_container .shipping label{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-left: 5px;
}

.shipping-selector-sidebar .body .delivery_container{
	display: flex;
    flex-direction: column;
    padding: 29px 20px;
    border-bottom: 1px solid #1c1c1c;
}
.shipping-selector-sidebar .body .delivery_container .delivery{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.shipping-selector-sidebar .body .delivery_container .delivery label{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-left: 5px;
}
.shipping-selector-sidebar .body .delivery_container ul{
	display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 20px;
	position: relative;
}
.shipping-selector-sidebar .body .delivery_container ul li{
	display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.shipping-selector-sidebar .body .delivery_container ul li label{
	font-family: 'DIN Next LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1C1C1C;
    margin-left: 5px;
}

.shipping-selector-sidebar .body .delivery_container ul.disabled .overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 9;
    cursor: not-allowed;
    opacity: 0.5;
}

.shipping-selector-sidebar .body .pickup_container{
	display: flex;
    flex-direction: column;
    padding: 29px 20px;
}
.shipping-selector-sidebar .body .pickup_container .pickup{
	display: flex;
    flex-direction: row;
    align-items: center;
}
.shipping-selector-sidebar .body .pickup_container .pickup label{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1C1C1C;
    margin-left: 5px;
}
.shipping-selector-sidebar .body .pickup_container ul{
	display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: 20px;
	position: relative;
}
.shipping-selector-sidebar .body .pickup_container ul.disabled .overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 50%);
    z-index: 9;
    cursor: not-allowed;
    opacity: 0.5;
}
.shipping-selector-sidebar .body .pickup_container ul li{
	display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.shipping-selector-sidebar .body .pickup_container ul li label{
	font-family: 'DIN Next LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1C1C1C;
    margin-left: 5px;
}


.shipping-selector-sidebar .foot{
    display: flex;
    flex-direction: column;
    background-color: #1C1C1C;
    padding: 20px;
	margin-top: auto;
}
.shipping-selector-sidebar .foot .sub-info{
    display: flex;
    flex-direction: column;
    margin: 32px auto 50px;
    text-align: center;
}
.shipping-selector-sidebar .foot .sub-info span{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FAF9F8;
    margin-bottom: 10px;
}
.shipping-selector-sidebar .foot .sub-info .selected{
	font-family: 'Sentinel';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FAF9F8;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.shipping-selector-sidebar .foot .sub-info .selected .delivery_option{
	font-family: 'DIN Next LT Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FAF9F8;
    margin-left: 5px;
}

.shipping-selector-sidebar .foot .actions{
	display: flex;
    flex-direction: row;
}
.shipping-selector-sidebar .foot .actions .cancel_btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
	background: #818181;
	border: 1px solid #818181;
    border-radius: 2px;
    flex-grow: 1;
    font-family: 'DIN Next LT Pro Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1c1c1c;
	margin: 0 10px;
	transition: all .33s ease;
}
.shipping-selector-sidebar .foot .actions .cancel_btn:hover {
	background: transparent;
	color: #818181;
}
.shipping-selector-sidebar .foot .actions .confirm_btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
	background: #FAF9F8;
	border: 1px solid #FAF9F8;
    border-radius: 2px;
    font-family: 'DIN Next LT Pro Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1c1c1c;
	flex-grow: 1;
	transition: all .33s ease;
}
.shipping-selector-sidebar .foot .actions .confirm_btn:hover {
	background: transparent;
	color: #FAF9F8;
}
/* Shipping Modal */


/* Footer */
.footer_wrapper{
	display: flex;
	background: #1C1C1C;
	padding: 50px 40px;
	flex-direction: column;
	margin-bottom: -50px;
  }
  .footer_wrapper .footer_links_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  }
  .footer_wrapper .footer_links_wrapper .footer_logo{
	display: flex;
	align-items: start;
	flex-grow: 1;
  }
  .footer_wrapper .footer_links_wrapper .visit_menu{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
  .footer_wrapper .footer_links_wrapper .visit_menu .title{
	font-family: 'Sentinel';
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FAF9F8;
	margin-bottom: 20px;
  }
  .footer_wrapper .footer_links_wrapper .visit_menu a{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FAF9F8;
	transition: all .33s ease;
  }
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper .title{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FAF9F8;
	margin-bottom: 20px;
  }
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper .row{
	display: flex;
	flex-direction: row;
  }
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper .row .shop_menu{
	display: flex;
	flex-direction: column;
	margin-right: 20px;
  }
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper .row .shop_menu a,
  .footer_wrapper .footer_links_wrapper .about_menu a{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.01em;
	color: #FAF9F8;
	transition: all .33s ease;
  }
  .footer_wrapper .footer_links_wrapper .visit_menu a:hover,
  .footer_wrapper .footer_links_wrapper .shop_menu_wrapper .row .shop_menu a:hover,
  .footer_wrapper .footer_links_wrapper .about_menu a:hover {
	color: #606060;
  }
  .footer_wrapper .footer_links_wrapper .about_menu{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
  .footer_wrapper .footer_links_wrapper .about_menu .title{
	font-family: 'Sentinel';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FAF9F8;
	margin-bottom: 20px;
  }
  /*.footer_wrapper .footer_links_wrapper .about_menu a{*/
	/*font-family: 'DIN Next LT Pro';*/
	/*font-weight: normal;*/
	/*font-size: 18px;*/
	/*line-height: 25px;*/
	/*letter-spacing: 0.01em;*/
	/*text-transform: capitalize;*/
	/*color: #FAF9F8;*/
  /*}*/

  .footer_wrapper .social_wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 180px;
	align-items: center;
  }
  .footer_wrapper .social_wrapper .copyright{
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0.28px;
	color: #FAF9F8;
	flex: none;
	margin-bottom: 1.5em;
  }
  .footer_wrapper .social_wrapper .social_icons{
	display: flex;
	flex-direction: row;
	flex: none;
  }
  .footer_wrapper .social_wrapper .social_icons a{
	display: flex;
	margin-left: 16px;
  }
  .footer_wrapper .social_wrapper .social_icons a:first-child {
	  margin-left: 0;
  }
  .footer_wrapper .social_wrapper .social_icons a svg{
	fill: #FAF9F8;
	height: 30px;
	width: 30px;
	transition: fill .33s ease;
  }
  .footer_wrapper .social_wrapper .social_icons a:hover svg{
	fill: #606060;
  }
/* Footer */


/* cart tips */

.tipjar-container {
    margin: 20px 0;
    width: 100%;
    background-color: #FFA300;
    color: #000;
    padding: 0;
    position: relative;
    display: flex;
  }
  .tipjar-container p.headline {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 0px;
  }

  .tip-badge { position: absolute; top: -10px; left: -10px;} 
  .tipjar-wrapper {
	    padding-left: 130px;
  }
  .tipjar-tips-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
  }
  .tj-wrap .tj-line1 {

  }
  #tipjar-amounts {
    background: transparent;
    border: none;
    border-bottom: 3px solid #000;
    font-size: 1.4em;
    font-weight: 400;
    padding: 1rem 1.25rem 0.5rem 0;
    text-align: center;
    color: #000;
    font-family: "DIN Next LT Pro Condensed";
    text-transform: uppercase;
    outline: none;
	margin-left: 50px;
    appearance: auto;
}
  }
  #tipjar-amounts:disabled {
    border-color: #cccccc;
  }
  .atipamount {
    direction: rtl; 
    outline-color: #1b1b1b;
  }
  #tipjar-btn {
    font-family: "Din-Condensed";
    font-size: 1.5em;
    line-height: 23px;
    text-align: center;
    background-color: #FF9E00;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    color: #f5f3f0;
    border: 1px solid #FF9E00;
    padding: 10px;
    outline: 0;
    -moz-outline-style: none;
    word-spacing: -1px;
    cursor: pointer;
    width: 120px;
  } 
  #tipjar-btn:hover {
    background-color: #f5f3f0;
    border-color: #FF9E00;
    color: #FF9E00;
  }
  #tipjar-btn.not-active {
    font-size: 18px;
  }
  .not-active {
    pointer-events: none;
    cursor: default;
  }
  div.tj-wrap {
	margin-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  div.tj-wrap .tj-line1 {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tripleseat-success-message p {
	font-size: 18px;
    color: green; 
    text-align: center;
  }
 img.tj { display: inline-block; vertical-align: middle; }

 .shipping-selector-sidebar .body .locaHolder1 .localZipConfirm {
	display: none;
	font-family: 'DIN Next LT Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.06em;
	color: green;
	text-transform: initial;
}

  @media screen and (max-width: 768px) { 
	  .tipjar-wrapper { padding-left: 0; } 
	  .tipjar-container p.headline {
			font-size: 16px;
			line-height: 19px;
			max-width: 175px;
		}

		div.tj-wrap {
			margin-left: 5px;
		}

		#tipjar-amounts {
			margin-left: 0px;
		}

		.shipping-selector-sidebar .foot .actions {
			padding-bottom: 30px;
			align-items: center;
			justify-content: center;
		}

		.shipping-selector-sidebar .foot .actions .cancel_btn,
		.shipping-selector-sidebar .foot .actions .confirm_btn {
			flex-grow: unset;
			min-width: 150px;
			line-height: 80%;
		}

		.shipping-selector-sidebar .foot .sub-info {
			margin: 32px auto 35px;
		}

		.shipping-selector-sidebar .foot {
			margin-left: -20px;
			width: 100%;
		}

		#CartCount.site-header__cart-count {
			top: -2px;
			right: -2px;
		}

		#CartCount.site-header__cart-count span {
			font-family: 'DIN Next LT Pro';
			margin-top: 1px;
		}

		body.template-cart #CartNote {
			width: 325px;
		}

		.template-customers-account .lotalLink {
			margin-top: 25px;	
		}

	}

	.shipping-selector-sidebar .body .delivery_container .delivery {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	
	.shipping-selector-sidebar .body .locaHolder1 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		max-width: 265px;
	}
	
	.shipping-selector-sidebar .body .locaHolder1  p {
		font-family: 'DIN Next LT Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #1C1C1C;
	}
	
	.shipping-selector-sidebar .body .localHolder2 {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		margin-top: 15px;
	}
	
	.shipping-selector-sidebar .body .localHolder2 #zipDelivery {
		border: 1px solid #1C1C1C;
		box-sizing: border-box;
		border-radius: 2px;
		width: 255px;
	}
	
	.shipping-selector-sidebar .body .localHolder2 .submitZip {
		width: 135px;
		height: 40px;
		background: #1C1C1C;
		border-radius: 0px 2px 2px 0px;
		color: white;
		margin-left: 25px;
		border: 1px solid #1C1C1C;
		cursor: pointer;
	}
	
	.shipping-selector-sidebar .body .delivery_container .delivery label {
		margin-left: 0px;
	}
	
	#shippingSelector3, #shippingSelector2, .localZipError {
		display: none;
	}
	
	.shipping-selector-sidebar .body .locaHolder1 .localZipError {
		font-family: 'DIN Next LT Pro';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #F74A4A;
		width: 375px;
	}
	
	.shipping-selector-sidebar .body .pickup_container ul {
		margin-left: 5px;
	}
	
	@media screen and (max-width: 768px) { 
		.shipping-selector-sidebar .body .locaHolder1 .localZipError {
			width: 275px;
		}
	}