/*Shopping cart styles.*/
@media all and (min-width:1px) {
	/*.storeCart {
		display:none;
	}

	.flyout-cart-main-holder {
		display:none;
	}*/

}

@media all and (min-width:500px) {
}

@media all and (min-width:800px) {
}

@media all and (max-width:1000px) {
	body {
	
	}

	.cart {
		height:calc(100vh - 20px)!important;
		position:fixed;
		top:0px;
		
		z-index:18;
		/*top:134px;*/
	}

	#flyout-cart {
		
	}

}

@media all and (min-width:1000px) {
	body {
		overflow: unset !important;
		background-color: #eee;
	}

	.nav-holder-holder-holder {
		width: 100%;
	}

	.sections {
		display: inline-block;
	}

	.cart {
		float:right;
		display:inline-block;
		width:450px;
		height:100%;

		/*position:fixed;*/
		top:90px;
	}

	.flyout-items {
		margin-bottom: 0!important;
		/*border-top: 1px solid gray;
		/*border-bottom: 1px solid gray;*/
		/*padding: 0px 10px 10px 10px;*/
	}

	.storeCart {
		display: block!important;
		height:fit-content;
	}

	.floatingCart {
		position:sticky!important;
		top:351px!important;
		
	}

	.storeCart {
		margin: 0 auto;
		position: absolute;
		top: 351px;
	}
}

@media all and (min-width:1350px) {
}




/*Nav menu styles*/
@media all and (min-width:1px) {

	.master-wrapper-content {
		padding-bottom: 0 !important;
		top: 51px;
	}


	.bodyBoundNavMenu {
		position: fixed!important;
		top: 0px;
		width: 100%;
	}
}

@media all and (min-width:500px) {
}

@media all and (min-width:800px) {
}

@media all and (min-width:1000px) {
	.master-wrapper-content {
		top: 0px !important;
	}

	.storeListingsLogo {
		width: 75px;
		height: 75px;
		bottom: 20px;
	}

}

@media all and (min-width:1000px) {
	.bodyBoundNavMenu {
		/*width: calc(100% - 450px);*/
		width:100%;
	}
}

.pure-radiobutton {
	
}

.position-center-vertical {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.pure-checkbox *,
.pure-radiobutton * {
	box-sizing: border-box;
}

	.pure-checkbox *:before,
	.pure-radiobutton *:before,
	.pure-checkbox *:after,
	.pure-radiobutton *:after {
		box-sizing: border-box;
	}

.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.pure-checkbox input[type="checkbox"]:focus + label:before,
	.pure-radiobutton input[type="checkbox"]:focus + label:before,
	.pure-checkbox input[type="radio"]:focus + label:before,
	.pure-radiobutton input[type="radio"]:focus + label:before,
	.pure-checkbox input[type="checkbox"]:hover + label:before,
	.pure-radiobutton input[type="checkbox"]:hover + label:before,
	.pure-checkbox input[type="radio"]:hover + label:before,
	.pure-radiobutton input[type="radio"]:hover + label:before {
		border-color: #aaa;
		background-color: #eee;
	}

	.pure-checkbox input[type="checkbox"]:active + label:before,
	.pure-radiobutton input[type="checkbox"]:active + label:before,
	.pure-checkbox input[type="radio"]:active + label:before,
	.pure-radiobutton input[type="radio"]:active + label:before {
		transition-duration: 0s;
	}

	.pure-checkbox input[type="checkbox"] + label,
	.pure-radiobutton input[type="checkbox"] + label,
	.pure-checkbox input[type="radio"] + label,
	.pure-radiobutton input[type="radio"] + label {
		position: relative;
		padding: 5px 5px 5px 5px;
		padding: 20px;
		vertical-align: middle;
		user-select: none;
		cursor: pointer;
		display: block;
		text-align: left;
		margin-top: -2px;
		margin-bottom: -1px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		background-color: white;
		transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 20ms;
	}


		.pure-checkbox input[type="checkbox"] + label:active,
		.pure-radiobutton input[type="checkbox"] + label:active,
		.pure-checkbox input[type="radio"] + label:active,
		.pure-radiobutton input[type="radio"] + label:active {
			background-color: #ccc;
			transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 20ms;
		}

		.pure-checkbox input[type="checkbox"] + label:before,
		.pure-radiobutton input[type="checkbox"] + label:before,
		.pure-checkbox input[type="radio"] + label:before,
		.pure-radiobutton input[type="radio"] + label:before {
			box-sizing: content-box;
			content: '';
			color: #ea2300;
			position: absolute;
			top: 50%;
			right: 20px;
			width: 14px;
			height: 14px;
			margin-top: -9px;
			border: 2px solid #bbb;
			text-align: center;
			transition: all 0.4s ease;
		}

	.pure-checkbox input[type="checkbox"]:checked + label:before,
	.pure-radiobutton input[type="checkbox"]:checked + label:before,
	.pure-checkbox input[type="radio"]:checked + label:before,
	.pure-radiobutton input[type="radio"]:checked + label:before {
		border: 2px solid #ea2300;
	}

		.pure-checkbox input[type="checkbox"] + label:after,
		.pure-radiobutton input[type="checkbox"] + label:after,
		.pure-checkbox input[type="radio"] + label:after,
		.pure-radiobutton input[type="radio"] + label:after {
			box-sizing: content-box;
			content: '';
			background-color: #ea2300;
			position: absolute;
			top: 50%;
			right: 24px;
			width: 10px;
			height: 10px;
			margin-top: -5px;
			transform: scale(0);
			transform-origin: 50%;
			transition: transform 200ms ease-out;
		}

	.pure-checkbox input[type="checkbox"]:disabled + label:before,
	.pure-radiobutton input[type="checkbox"]:disabled + label:before,
	.pure-checkbox input[type="radio"]:disabled + label:before,
	.pure-radiobutton input[type="radio"]:disabled + label:before {
		border-color: #cccccc;
	}

	.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
	.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
	.pure-checkbox input[type="radio"]:disabled:focus + label:before,
	.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
	.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
	.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
	.pure-checkbox input[type="radio"]:disabled:hover + label:before,
	.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
		background-color: inherit;
	}

	.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
	.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
	.pure-checkbox input[type="radio"]:disabled:checked + label:before,
	.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
		background-color: #cccccc;
	}

	.pure-checkbox input[type="checkbox"] + label:after,
	.pure-radiobutton input[type="checkbox"] + label:after {
		background-color: transparent;
		top: 50%;
		/*left: 4px;*/
		width: 8px;
		height: 3px;
		margin-top: -4px;
		border-style: solid;
		border-color: #ffffff;
		border-width: 0 0 3px 3px;
		border-image: none;
		transform: rotate(-45deg) scale(0);

		
	}

	.pure-checkbox input[type="checkbox"]:checked + label:after,
	.pure-radiobutton input[type="checkbox"]:checked + label:after {
		content: '';
		transform: rotate(-45deg) scale(1);
		transition: transform 200ms ease-out;
	}

	.pure-checkbox input[type="radio"]:checked + label:before,
	.pure-radiobutton input[type="radio"]:checked + label:before {
		animation: borderscale 300ms ease-in;
		background-color: white;
	}

	.pure-checkbox input[type="checkbox"]:checked + label:after,
	.pure-radiobutton input[type="checkbox"]:checked + label:after {
		right:25px;
		background-color: #ea2300;
		width: 4px;
		height: 8px;
		margin-top:-6px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	

	.pure-checkbox input[type="radio"]:checked + label:after,
	.pure-radiobutton input[type="radio"]:checked + label:after {
		transform: scale(1);
	}

	.pure-checkbox input[type="radio"] + label:before,
	.pure-radiobutton input[type="radio"] + label:before,
	.pure-checkbox input[type="radio"] + label:after,
	.pure-radiobutton input[type="radio"] + label:after {
		border-radius: 50%;
	}

	.pure-checkbox input[type="checkbox"]:checked + label:before,
	.pure-radiobutton input[type="checkbox"]:checked + label:before {
		animation: borderscale 200ms ease-in;
		background: #ea2300;
		
		
	}



	.pure-checkbox input[type="checkbox"]:checked + label:after,
	.pure-radiobutton input[type="checkbox"]:checked + label:after {
		/*transform: rotate(-45deg) scale(1);*/
	}

.pure-checkbox.pure-checkbox-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-radiobutton-inline {
	display: inline-block;
}

.pure-checkbox-toggle input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.pure-checkbox-toggle input[type="checkbox"] + label {
		position: relative;
		padding: 5px 5px 5px 40px;
		vertical-align: middle;
		user-select: none;
		cursor: pointer;
		display: block;
	}

		.pure-checkbox-toggle input[type="checkbox"] + label:before {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			left: 0;
			content: '';
			color: #4F8196;
			width: 35px;
			height: 20px;
			border-radius: 50px;
			text-align: center;
			transition: all 0.4s;
			background-color: #d6d6d6;
		}

		.pure-checkbox-toggle input[type="checkbox"] + label:after {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			left: 0;
			content: '';
			background-color: #ffffff;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			border: 1px solid #d6d6d6;
			transition: all 0.2s;
			box-sizing: border-box;
		}

	.pure-checkbox-toggle input[type="checkbox"]:checked + label:before {
		box-shadow: inset 0 0 0 10px #4F8196;
	}

	.pure-checkbox-toggle input[type="checkbox"]:checked + label:after {
		left: 15px;
		border-color: #4F8196;
		background-color: #ffffff;
	}

	.pure-checkbox-toggle input[type="checkbox"]:disabled + label {
		cursor: default;
	}

		.pure-checkbox-toggle input[type="checkbox"]:disabled + label:before {
			box-shadow: inset 0 0 0 10px #e3e3e3;
		}

		.pure-checkbox-toggle input[type="checkbox"]:disabled + label:after {
			border-color: #e3e3e3;
		}

	.pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:before {
		box-shadow: inset 0 0 0 10px #999999;
	}

	.pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:after {
		border-color: #999999;
	}

.pure-checkbox-toggle--right input[type="checkbox"] + label {
	padding: 5px 40px 5px 5px;
}

	.pure-checkbox-toggle--right input[type="checkbox"] + label:before {
		left: auto;
		right: 0;
	}

	.pure-checkbox-toggle--right input[type="checkbox"] + label:after {
		left: auto;
		right: 15px;
	}

.pure-checkbox-toggle--right input[type="checkbox"]:checked + label:after {
	left: auto;
	right: 0;
}

@keyframes borderscale {
	50% {
		box-shadow: 0 0 0 2px #4F8196;
	}
}








.swal2-title {
	padding:0px 20px 0px 20px;
}

.swal2-loading button {
	border-radius: 100% !important;
	background: #ea2300;
	border-left-color: white;
	border-right-color: white;
}

@media all and (max-width:900px) {
	.add-to-cart-sa-container-class {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}

	.add-to-cart-sa-popup-class {
		width: 100%;
	}


	.add-to-cart-sa-actions-class {
		/*transform:unset!important;
		position:fixed;
		bottom:0px;
		z-index:50000;*/
		text-align: center;
	}

	.newButtonClass {
		transform:unset!important;
		position:fixed;
		bottom:0px;
		width: 100%;
		z-index: 50000;
		margin: unset;
		border-radius: unset !important;
		height: 62px;
		font-size:1.25rem;
		font-weight:bolder;
		background:#ea2300;
		transition:0.1s ease all;
	
	}

	.add-to-cart-sa-confirm-button-class {
		width:100%;
		margin:0!important;
		height:100%;
		border-radius:unset!important;
		box-shadow:unset!important;
	}

	

	/*Swal2 Loading.*/


	.add-to-cart-sa-content-class {
		padding-bottom: 50px;
	}


}

@media screen and (min-width:900px) {

	.add-to-cart-sa-actions-class {
		/*position:fixed;*/
		bottom:80px;
		z-index:8000;
		text-align:center;
	}

	.add-to-cart-sa-popup-class {
		max-height: 100%;
		/*padding-bottom:80px!important;*/
		justify-content:unset;
		overflow:auto;
	}

	.add-to-cart-sa-container-class {
		
		padding: 80px 0px 123px 0px;
	}

	.add-to-cart-sa-confirm-button-class {
		width:480px;
		margin:0!important;
		border-radius:unset;
		display:none;
	}

	.add-to-cart-sa-confirm-button-class {
		/*transition: all ease 1s;*/
		transition: all ease 0.1s;
		height: 62px;
	}

	.newButtonClass {
		font-size:1.25rem;
		transition: all ease 0.1s;
		transition-delay: 0.1s;
		text-align: center;
		background: #ea2300;
		width: 480px;
		height: 62px;
		left: 50%;
		margin-left: -240px;
		transform: scale(0) !important;
		padding-top: 5px;
	}
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none!important;
}

.buttonAnimator {
	transform:scale(1)!important;
	display:block!important;
}


.add-to-cart-sa-actions-class {
	/*width: 100%;
	position: fixed;
	bottom: 0px;*/
}


.requiredTag {
	color: red;
	position: relative;
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-size: 0.7em;
}

.swal2-select {
	min-width: 92% !important;
}

.control-label {
	color: black;
}

.swal2-title {
	color: black !important;
}

.special-request-input {
	margin: 5%;
	width: 90% !important;
	clear: both;
}

.productDescription {
	padding: 0px 20px 20px 20px;
}

.form-group:first-child {
	padding-top: 30px;
}


.Twilio-EntryPoint {
	display: none !important;
}

.floating-help-button {
	display: none !important;
}

.nav-holder-holder-holder {
	display: flex;
	flex: 1;
	flex-direction: row;
}

.nav-holder-holder {
	flex: 1 1 auto;
	display: flex;
	overflow: hidden;
}

.nav-holder {
	overflow: auto;
	flex: 1 1 auto;
}


/*Product Attributes*/
.label-wrapper {
	background:#ddd;
	padding:20px;
	font-weight:bold;
	text-align:left;
}


.subcategorylistholder {
	overflow-x: scroll;
	flex: 1 1 auto;
	display: inline-block;
	position: relative;
}

nav ul {
	padding-right: 20px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	display: flex;
}

	nav ul li {
		display: inline-block;
		margin: 0 10px;
		float: left;
		line-height: 55px;
	}

		nav ul li div {
			width: max-content;
			height: 100%;
		}

		nav ul li a {
			padding: 10px 0;
			color: #000;
			font-size: 1rem;
			text-decoration: none;
			font-weight: bold;
			transition: all 0.2s ease;
			height: 45px;
		}

			nav ul li a:hover {
				color: #34495E;
			}

a.active {
	border-bottom: 2px solid #ea2300;
	background-color: unset;
	color: unset;
}

/* Headings */

h1 {
	font-size: 5rem;
	color: #34495E;
}

/* Sections */

section {
	width: 100%;
	/*padding-left:20px;*/
	/*padding: 50px;*/
	background: #fff;
	/*border-bottom: 1px solid #ccc;*/
	/*height: 500px;*/
	text-align: left;
}


/*section:nth-child(even) {
			background: #ecf0f1;
		}

		section:nth-child(odd) {
			background: #bdc3c7;
		}*/

.title-section {
	background: #bdc3c7;
}



.sections {
	/*background: #fff;*/
}

	.sections section:first-child {
		margin-top: 40px;
	}

	.sections .subcategory-holder:nth-child(2) .subcategory-title {
		line-height: 41px;
	}



section.active {
	/*background: #c7c7c7;*/
	background: white;
	color: #ea2300;
}



section {
	background: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 10px;
}

/* width */
.subcategorylistholder::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

/* Track */
.subcategorylistholder::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.subcategorylistholder::-webkit-scrollbar-thumb {
	background: #888;
}

	/* Handle on hover */
	.subcategorylistholder::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

.storeImageHolder {
	/*background-image: url("/Themes/Snak/Content/images/mcdonalds.jpg");*/
}

.storeImage {
	width: 100%;
	height: 152px;
	background: rgba(31, 31, 31, 0.38);
	background-position: center;
	background-size: cover;
}

.storeCart{
	/*top: 77px;*/
}


#topsearchbar {
	visibility: hidden;
}






.subcategory-title {
	padding: 10px 0;
	color: black !important;
	text-transform: uppercase;
}

	.subcategory-title:hover {
		cursor: pointer;
	}



.product-title, .product-description {
	text-align: left;
}

.product-title {
	font-size: 17px;
	font-weight: bolder;
	float: left;
	line-height: 20px;
}

.product-description {
	/*float:left;*/
	display: block;
	margin: 10px 0;
}

.product-price {
	/*float:right;*/
	text-align: right;
	display: block;
	color: #ea2300;
	line-height: 20px;
}

.inner-product-holder {
	width: 100%;
	display: block;
}



.subtitle {
	background: #fff;
}

.collapseText {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	line-height: 21px;
}

.footer-topper {
	margin-top: 126px;
}


.page-body {
	/*background-color: #ececec !important;*/
}

#category-holder {
	background-color: #ececec;
}

.master-wrapper-page {
	background: #ececec;
}

/*Main category page*/
#late-nite-warning,
#liquor-warning {
	text-align: center;
	font-size: 18px;
}

#btnConfirm, #btnLiquorConfirm {
	height: 43px;
	border: none;
	background-color: #EA2300;
	padding: 0 24px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

	#btnConfirm:hover, btnLiquorConfirm:hover {
		background-color: orange;
	}

.ui-widget-header, .ui-state-default, ui-button {
	background: darkgrey;
	border: 1px solid grey;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.ui-dialog-title {
	width: 100%;
}


#late-nite-warning .ui-dialog-titlebar-close {
	visibility: hidden;
}

#table-late-nite {
	padding-left: 25px;
	padding-right: 25px;
}

#btnBack {
	width: 66%;
	background-color: #EA2300;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
}

	#btnBack:hover {
		background-color: darkorange;
	}


/*New product page*/

	.nav-holder-holder-holder-holder {
		/*top:195px;*/
	}


	.storeImageHolder {
	}

	.header-selectors-wrapper > div {

		/*z-index: 10!important;*/

	}

	.header-address-selector {
		background:none;
		
	}

	.storeImageHolder {
		/*top: 95px;*/
		z-index: 10;
		width: 100%;
		/*height: 152px;*/
		position: relative;
	
	}
		.arrow-right {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #ea2300;
	}

	.arrow-left {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #ea2300;
		display: inline-block;
	}

	.arrow-right:hover {
		border-left: 10px solid #2bde30;
		cursor: pointer;
	}

	.arrow-left:hover {
		border-right: 10px solid #2bde30;
		cursor: pointer;
	}

	.col-xs-1:first-child {
		display: inline;
		position: absolute;
		top: 18px;
		left: 25px;
		z-index: 10;
	}

	.col-xs-1:nth-last-child(1) {
		display: inline;
		position: absolute;
		top: 18px;
		right: 25px;
		z-index: 10;
	}

	.nav-holder-holder-holder-holder {
		width: 100%;
		height: 60px;
		position: position;
		/*top: 262px;*/
		background: white;
		z-index: 9;
		flex: 0 0 auto;
		overflow: hidden;
		box-shadow: 3px 3px 9px 0 #ddd;
		transition-property: all;
		border-top:1px solid #eee;
		transition-duration: 0.5s;
	}

	.nav-holder-holder-holder-holder-holder {
		position:relative;
		z-index:3;
		height:0px;
		/*top:254px;*/
	}


.topMenu {

}

a.active {
	border-bottom: 2px solid #ea2300;
	background-color: unset;
	color: unset;
}

@media all and (min-width:1000px) {
	.nav-holder-holder-holder-holder {
			border-radius:5px;
			top:unset;
		}

		.nav-holder-holder-holder-holder-holder {
			/*top:128px;*/
		}
	}

	

	nav {
		padding: 0px 10px 0px 10px;
		display: flex;
	}


	.product-price {
		font-weight: bolder;
		font-size: 18px !important;
	}

	.storeImage h3 {
		text-transform: uppercase;
	}
		/*.col-xs-1:first-child {
		display:none;
	}

	.col-xs-1:nth-last-child(1) {
		display:none;
	}*/

	.product-description {
		display: table !important;
		color: #818181;
	}


	.product-title {
		font-size: 17px;
		font-weight: bolder;
		float: left;
		line-height: 20px;
	}

	section h3 {
		margin: unset !important;
		padding-left: 20px;
		color: #ea2300;
		font-weight: bold;
	}

	.storeImage h3, .storeImage h4 {
		color: white;
		font-weight: bolder;
	
	}

	.storeDetails h3 {
		display: inline-block;
		margin:0!important;
		font-size:1.5em;
		line-height:23px;
		color:black;
		
	}

	.storeImage p {
		line-height:12px!important;
	}

	.storeDetails {
		padding-top: 15px;
		background:white;
		padding-left: 20px;
		padding-bottom:20px;
	}

	@media all and (min-width:1000px) {
		.storeDetails {
			padding-left:35px;
		}
	}

.subtitle h3 {
	font-size: 16px !important;
	display: inline-block;
	color: black;
}

	.product-section {
		background: white;
		padding: 0px 20px;
		padding: 10px 20px;
		color: black;
		border-top: 1px #ddd solid;
		margin: 0 auto;
		z-index: 1;
		position: relative;
		/*height: 83px;*/
	}


		.product-section:hover {
			box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
			border: none !important;
			/*margin: 0 auto;*/
			z-index: 2;
			cursor: pointer;
			border-top: none;
		}



	.subcategory-holder .product-section:last-child .product-title:last-child {
		
		border-bottom-left-radius:25px;
		border-bottom-right-radius:25px;
		background:white;
	}

	.subcategory-holder {
		padding-bottom:25px;
	}


	section .product-section:nth-last-child(2) {
		
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.subcategory-holder,  section {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	section:last-child {
		margin-bottom:50px;
	}

		.subcategory-holder .product-section:nth-child(2) {
			/*border-top: 1px #ddd solid;*/
		}


		.nav-holder-holder-holder{
			padding-left:35px;
			padding-right:35px;
		}



@media all and (max-width:800px) {
	.header-address-selecter-inner {
		
	}

	.header-address-selector{
		
	}
}

@media all and (min-width:550px) {
	.flyout-cart-main-holder {
		/*z-index: -1;*/
	}

}

@media all and (min-width:800px) {
	
}

@media all and (min-width:1000px) {
	.sections {
		/*padding-right: 450px;*/
		width:calc(100% - 450px);
		padding-left: 20px;
	}


}

@media all and (min-width:1350px) {
	.col-xs-1:nth-last-child(1) {
		
		/*right: 472px;*/
	}


	nav {
		padding: 0px 39px 0px 39px;
	}

	.nav-holder-holder-holder-holder-holder {
		/*width: 100%;*/
		/*height: 60px;*/
		/*position: fixed;*/
		/*top: 222px;
		background: white;
		z-index: 9;*/
		flex: 0 0 auto;
		/*overflow: hidden;
		box-shadow: 3px 3px 9px 0 #ddd;
		transition-property: all;
		transition-duration: 0.5s;*/
	}

	.nav-holder-holder-holder-holder {
		top:unset;
		position:unset;
		display: flex;
		flex: 1;
		flex-direction: row;

	}




	.product-title {
		font-weight:300;
	}

	section h3 {
		padding-left:74px;
	}

	.storeImage h3 {
	
		padding-left: 74px;

	}

	.subtitle h3 {
		padding-left:74px;
	}

	.sections {
		margin: unset;
	}

	#flyout-close {
		display: none;
	}

	.flyout-cart-main-holder {
		
		/*transition-property: all;
		transition-duration: 0.5s;*/
		border-top: none;
		/*border-left: none;*/
		box-shadow: none;
	}

	.master-wrapper-content {
		margin: unset;
		width:unset;
		/*padding-right:450px;*/
		
	}


	.sections {
		
		padding-left:200px;
	}

	.product-section {
		
		/*width: 49.83%;*/
		width:unset;
		padding-left:15px;
		padding-right:15px;
		/*margin:0 auto;*/	
		display: block;
		margin:0 61px 0 61px;
	
	}

	.subcategory-title {
		/*border-bottom:1px solid grey;*/
		
	}

	.subtitle {
		border-top:1px solid grey;
	}



	.nav-holder-holder-holder-holder-holder {
		/*padding-right: 450px;*/
		
	}



	/*.nav-holder-holder-holder-holder {
		padding-right: 450px;
		padding-left: 54px;
	}*/

	.subcategory-holder .product-section:nth-child(2) {
		/*border-top: none;*/
	}





}	



.sections {
	padding-top:50px;
}








