body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    margin: 0px;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
h1 {
	color: #9799a7;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
p {
	margin: 1em;	
}
a:link {
    text-decoration: none;
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.container:before, .container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}
.container {
	background-color: lightgrey;
	margin-bottom: 0px;
	*zoom: 1;
    z-index: 10;
}
.container-75 {
	width: 75%;
}
.container-50 {
	margin-bottom: 0;
	width: 50%;
}
.container-white-bg{
	background-color: #fff;	
}
.container-lightgrey-bg{
	width: 100%;
	background-color: #e5e5e5;	
}
.container-darkgrey-bg{
	background-color: #706e70;	
}
.container-padded{
	padding: 1% 0% 1% 0%;
}
.container-header-prefix {
    width: 100%;
    height: 25px;
    background-color: #fff;
    padding: 5px 0;
    color: #706e70;
}
.container-header {
	width: 100%;
	height: 40px;
	background-color: #706e70;
	padding: 5px 0;
    color: #706e70;
}
.header-logo {
    width: 185px;
    height: 40px;
    float: left;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}
.header-logo-image {
    width: 100%;
    height: auto;
    padding: 0;
}
.header-menu-icon-wrapper {
    float: right;
    width: 40px;
    height: 40px;
    padding: 0 0;
    text-align: center;
    cursor: pointer;
}
.header-hamburger-menu {
}
.header-shopping-cart {
    position: relative;
}
.header-account {
}
.header-account-initials {
    color: #fff;
    position: relative;
    top: -31px;
    left: 0px;
    font-size: 12px;
}
.header-twitter {
    display: none;
}
.header-facebook {
    display: none;
}
.header-menu-image {
    width: 70%;
    height: auto;
    padding: 15% 0;
}
.header-menu-social-icon {
    width: 55%;
    height: auto;
    padding: 20% 0;
}
.header-phone-number-wrapper {
    float: right;
    width: 53px;
    height: 40px;
    padding: 0 1%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 1.1em;
    display: none;
}
.header-prefix-wrapper {
    float: center;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #706e70;
    display: inline-block;
}
.header-prefix-phone-number-wrapper {
    width: 74%;
    height: 100%;
    text-align: center;
    line-height: 25px;
    color: #706e70;
    display: inline-block;
    font-size: 0.9em;
}
.header-prefix-twitter-wrapper {
    width: 10%;
    height: 100%;
    display: inline-block;
}
.header-prefix-facebook-wrapper {
    width: 10%;
    height: 100%;
    display: inline-block;
}
.header-prefix-social-icon {
    height: 100%;
    padding: 0 0;
}
.header-phone-number {
    cursor: pointer;
}
.header-phone-number-wrapper a:link {
    color: #62b800;
    text-decoration: none;
}
.header-phone-number-wrapper a:visited {
    color: #62b800;
    text-decoration: none;
}
.header-phone-number-wrapper a:hover {
    color: #62b800;
    text-decoration: none;
}
.header-phone-number-wrapper a:active {
    color: #62b800;
    text-decoration: none;
}




.header-error {
	width: 100%;
	height: auto;
	background-color: #E0E0E0;
	display: inline-block;
	color: red;
	padding: 1% 2%;
}
.container-menu-expanded {
	margin-bottom: 0;
	width: 60%;
	max-width: 300px;
    min-width: 230px;
	background-color: #62b800;
    float: right;
    position: absolute;
	right: 0px;
    top: 85px;
    z-index: 200;
}
.container-menu-expanded-3 {
	height: 130px;
}
.container-menu-expanded-4 {
	height: 170px;
}
.container-menu-expanded-5 {
	height: 210px;
}
.container-menu-expanded-6 {
	height: 250px;
}
.container-menu-expanded-7 {
	height: 290px;
}
.container-menu-expanded-8 {
	height: 330px;
}
.container-menu-expanded-9 {
	height: 370px;
}
.container-menu-expanded-10 {
	height: 410px;
}
.hide {
    display: none; /* You may wish to increase the specificity.. */
}
.disabled {
   pointer-events: none;
   cursor: default;
}
div.disabled-text {
   color: #b7b6b7;
}
.container-footer {
	width: 100%;
	height: auto;
	background-color: #706e70;
}
section, aside, section-full {
	background-color: #fff;
	color: #fff;
	margin: 1% 1.858736059%;
	padding: 0px 0;
	text-align: center;
}
head-title-container, hamburger-menu {
	color: #fff;
	margin: 0%;
	padding: 0px 0;
	text-align: center;
	height: auto;
}
section-full, section-full-no-top-margin, section-full-lightgrey-bg, section-full-fixed-height-280px {
	float: left;
	width: 96.5%;
}
section-full-no-margin {
    float: left;
    width: 100%;
    height: auto;
}
section-full-no-top-margin {
	background-color: #fff;
	color: #fff;
	margin: 0 1.858736059%;
	padding: 0px 0;
	text-align: center;
}
section-full-fixed-height-280px {
	height: 280px;
	background-color: #fff;
	color: #fff;
	margin: 0 1.858736059%;
	padding: 0px 0;
	text-align: center;
}
section-full-lightgrey-bg {
	background-color: #e5e5e5;
	margin: 0 1.858736059%;
	padding: 0px 0;
	text-align: center;
}
section-full-narrow-margin {
	float: left;
	width: 100%;
}
section-spacer {
	float: left;
	width: 100%;
	min-height: 40px;
}
section-spacer-small {
    float: left;
    width: 100%;
    min-height: 10px;
}
section {
	float: left;
	width: 63.197026%;
}
aside {
	float: right;
	width: 29.3680297%;
}
menu-item-expanded {
	display: block;
	margin: 10px 20px 10px 20px;
	height: 30px;
}
.menu-item-expanded-span {
	cursor: pointer;
    text-decoration: none;
    color: #fff;	
}
.menu-item-expanded-span:hover {
    color: #D3D3D3;
}
.respect-white-space {
    white-space:pre-wrap;
}

.home-welcome-video-iframe-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #CCC;
}
.home-welcome-video-iframe {
    position: relative;
}
.home-welcome-video-iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}
.home-welcome-video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height:100%;
}

footer {
	text-align: center;
	color: #fff;
	margin: 27px 0 50px 0;
	font-size: 0.9em;
}
.footer-satisfaction-guaranteed-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.footer-satisfaction-guaranteed {
    width: 120px;
    height: auto;
    padding: 0;    
    cursor: pointer;
    border: 0;
}
.footer-links a:link {
    text-decoration: underline;
}
.footer-links a:visited {
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-links a:active {
    text-decoration: underline;
}
.footer-fixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #62b800;
    color: black;
    text-align: center;
}
.footer-fixed-scrolling-back {
    width: 100%;
    height: 100px;
    background: #62b800;
    color: black;
    text-align: center;
}
.footer-fixed-content {
    width: 90%;
    padding: 20px 5% 20px 5%;
    text-align: left;
    z-index: 25; /* Sit on top */
}
.footer-fixed-action-link {
    color: white;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.chat-icon-wrapper {
    position: fixed;
    z-index: 20; /* Sit on top */
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.chat-icon {
    width: 100%;
    height: auto;
}
.chat-dialogue-wrapper {
    position: fixed;
    z-index: 20; /* Sit on top */
    bottom: 100px;
    right: 20px;
    width: 80%;
    max-height: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: auto; /* Enable scroll if needed */
}
.chat-dialogue-header {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    color: #706e70;
}
.chat-dialogue-form {
    width: 100%;
    height: auto;
    background: #fff;
    color: #706e70;
}
.chat-dialogue-content {
    width: 94%;
    padding: 3%;
}
.chat-dialogue-header-intro {
    font-size: 1.4em;
    margin-bottom: 14px;
}
.chat-dialogue-header-message {
    margin-bottom: 14px;
}
.chat-dialogue-header-phone a:link {
    color: #62b800;
    text-decoration: none;
}
.chat-dialogue-header-phone a:visited {
    color: #62b800;
    text-decoration: none;
}
.chat-dialogue-header-phone a:hover {
    color: #62b800;
    text-decoration: none;
}
.chat-dialogue-header-phone a:active {
    color: #62b800;
    text-decoration: none;
}
.chat-dialogue-text-box {
    padding: 5px 10px 5px 10px;
    margin: 5px auto;
    width: 100%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.chat-dialogue-text-box-error {
    padding: 5px 10px 5px 10px;
    margin: 5px auto;
    width: 100%;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.chat-dialogue-error-text-hidden {
    display: none;
}
.chat-dialogue-error-text {
    margin: 0px auto;
    width: 100%;
    text-align: left; 
    font-size: 1.0em;       
    color: red;
}
.chat-dialogue-textarea {
    padding: 5px 10px 5px 10px;
    margin: 5px auto;
    width: 100%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.chat-dialogue-go-button-wrapper {
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
.chat-dialogue-go-button {
    width: 200px;
    margin: auto;
    padding: 7px 12px 7px 12px;
    background-color: #62b800;
    font-size: 1.0em;   
    color: white;
    text-align: center;
    text-decoration: none;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}




.full-screen-modal {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    text-align: center;
}
.full-screen-modal-content {
    margin: 5% 10%;   
    padding: 3% 5%; 
    width: 70%; /* Full width */
    color: #706e70;
    border-radius: 5px;
    background: #e5e5e5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    font-size: 1.0em;
    text-align: left;
}
.full-screen-modal-content a:link {
    text-decoration: none;
    color: #62b800;
}
.full-screen-modal-content a:visited {
    color: #62b800;
}
.full-screen-modal-content a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.full-screen-modal-content a:active {
    text-decoration: none;
    color: #D3D3D3;
}

.full-screen-modal-logo-wrapper {
    text-align: center;
}
.full-screen-modal-logo {
    width: 50px; 
}
.logoimage {
    width: 100%;
    height: auto;
}
.section-title{
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	color: #62b800;
	font-size: 1.8em;
}
a.section-title-link:link {
    color: #62b800; 
    text-decoration: underline;
}
a.section-title-link:visited {
    color: #62b800; 
}
a.section-title-link:hover {
    color: #D3D3D3; 
    text-decoration: underline;
}
a.section-title-link:active {
    color: #D3D3D3; 
    text-decoration: underline;
}
.section-title-top-padded {
    font-family: 'Lato', sans-serif;
    color: #62b800;
    font-size: 1.4em;
    margin-top: 20px;
}
.section-subtitle {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: #706e70;
    font-size: 1.6em;
    margin-top: 10px;
}
.section-text{
    background-color: #fff;
    color: #706e70;
    text-align: left;
    font-size: 1.2em;
}
.narrow-section-text {
    width: 100%;
    margin: 0 auto;
	background-color: #fff;
	color: #706e70;
	text-align: left;
	font-size: 1.2em;
}
.section-text-iframe_wrapper {
    width: 100%;
    height: auto;
    margin: 20px auto 30px auto;
    background: #CCC;
}
.section-text-ul {
    list-style: none;
    margin: 0 2em 0 3em;
    padding: 0;
}
.section-text-ul-li::before {
    content: "\2022" " ";
    color: #62b800; /* or whatever color you prefer */
    display: inline-block; 
    width: 1em; 
    margin-left: -2em;
    margin-right: 1em; 
    text-align: right; 
}
.section-text-ol {
    list-style: none; 
    counter-reset: li;
    margin: 0 2em 0 3em;
    padding: 0;
}
.section-text-ol-li::before {
    content:  "(" counter(li); 
    color: #62b800;
    display: inline-block; 
    width: 1em; 
    margin-left: -2em;
    margin-right: 1em; 
    text-align: right; 
    direction: rtl;
}
.section-text-ol-li {
    counter-increment: li
}
.section-text-focus-statement {
    color: #62b800; 
    text-align: center;
    font-style: normal;
    font-size: 1.8em;
    float: none;
}


.subsection-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
}
.subsection-title-wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;    
}
.subsection-title-image {
    width: 18%;
    margin: 0 3% 0 22%;
    height: auto;
}
.subsection-title-image-left-link {
    width: 18%;
    margin: 0 3%;
    height: auto;
}
.subsection-title-image-left {
    width: 94%;
    margin: 0 3%;
    height: auto;
}
.subsection-food-card-pack-wrapper {
    width: 100%;
    margin: 20px auto 0 auto;
    height: auto;
    display: flex;
    align-items: center;    
}
.subsection-food-card-pack-image-wrapper {
    width: 50%;
    margin: 0;
    height: auto;
    text-align: center;
}
.subsection-food-card-pack-image {
    width: 70%;
    margin: 0 10% 0 20%;
    height: auto;
}
.subsection-food-card-pack-add-learn-wrapper {
    width: 50%;
    margin: 0;
    height: auto;
}
.subsection-food-card-pack-add-to-cart {
    width: 60%;
    height: auto;
    margin: 0 30% 0 10%;
    padding: 5% 3%;
    background-color: #b80062;    
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}
.subsection-food-card-pack-learn-more {
    width: 60%;
    height: auto;
    margin: 0 30% 0 10%;
    padding: 5% 3%;
    font-size: 0.7em;    
}
.subsection-complementary-product-wrapper {
    width: 100%;
    margin: 20px auto 0 auto;
    height: auto;
    text-align: center;    
}
.subsection-complementary-product-image {
    width: 30%;
    margin: 0 auto;
    height: auto;
}
.subsection-complementary-product-learn-more {
    width: 80%;
    height: auto;
    margin: 20px 10% 0 10%;
    font-size: 0.7em;    
}
.subsection-title-link-left {
    width: 69%;
    font-family: 'Lato', sans-serif;
    color: #B80062;
    font-size: 1.2em;
    text-align: left;
    margin: 0 3% 0 0;
}
.subsection-title-link-centered {
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #B80062;
    font-size: 1.2em;
    text-align: center;
    margin: 2px 0;
}
.subsection-title-link-centered-small {
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #B80062;
    font-size: 1.0em;
    text-align: center;
    margin: 2px 0;
}
a.subsection-title-link:link {
    color: #B80062; 
    text-decoration: underline;
}
a.subsection-title-link:visited {
    color: #B80062; 
}
a.subsection-title-link:hover {
    color: #D3D3D3; 
    text-decoration: underline;
}
a.subsection-title-link:active {
    color: #D3D3D3; 
    text-decoration: underline;
}

.subsection-text {
    background-color: #fff;
    color: #706e70;
    text-align: center;
    font-size: 1.0em;
    margin: 10px 3% 0 3%;
}
.section-divider {
    width: 60%;
    margin: 20px auto;
    height: 1px;
    background-color: #e2e1e2;
}
.section-divider-dark {
    width: 60%;
    margin: 20px auto;
    height: 1px;
    background-color: #C8C8C8;
}
.section-title-lightgrey-bg {
	background-color: #e5e5e5;	
	color: #62b800;
	font-size: 1.8em;
	margin-top: 20px;
}
.section-subtitle-lightgrey-bg {
    font-family: 'Lato', sans-serif;
    background-color: #e5e5e5;  
    color: #706e70;
    font-size: 1.6em;
    padding-top: 10px;
}
.section-product-discount-code-lightgrey-bg {
    padding: 0 10%;
    background-color: #e5e5e5;  
    font-size: 0.9em;   
    text-align: center;
    color: #62b800; 
    font-weight: bold;
}
.section-text-lightgrey-bg {
    width: 100%;
    margin: 0 auto;
	background-color: #e5e5e5;	
	color: #706e70;
	text-align: left;
	font-size: 1.2em;
}
.section-centered-text-lightgrey-bg {
    width: 100%;
    margin: 0 auto;
    background-color: #e5e5e5;  
    color: #706e70;
    text-align: center;
    font-size: 1.2em;
}
.subsection-text-lightgrey-bg {
    background-color: #e5e5e5;
    color: #706e70;
    text-align: center;
    font-size: 1.0em;
    margin: 10px 3% 0 3%;
}
.call-to-action-image-container{
	background-color: #fff;
}
.call-to-action-image{
    width: 100%;
    max-width: 170px;
    height: auto;
}
.call-to-action-button-container{
	padding: 6%;
}
.call-to-action-button{
    width: 40%;
    max-width: 140px;
    height: auto;
}
.welcome-section-food-card-example-image {
    width: 40%;
    height: auto;
    margin: 0 2%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.welcome-image-carousel-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
}
.welcome-image-carousel {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.welcome-image-carousel-left-arrow-container {
    width: 25%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 0%;
    text-align: center;
}
.welcome-image-carousel-right-arrow-container {
    width: 25%;
    height: auto;
    position: absolute;
    top: 25%;
    right: 0%;
    text-align: center;
}
.welcome-image-carousel-arrow {
    width: 50%;
    height: auto;
}
#welcome-image-carousel-container {
    width: 100%;
    height: auto;
    float: left;
}
#welcome-image-carousel-image-container {
    width: 100%;
    height: auto;
}
.welcome-image-carousel-image {
    width: 100%;
    height: auto;
}
.welcome-image-carousel-quote-container {
    width: 70%;
    height: auto;
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 1.9em;
    text-align: right;
}
#testimonial-carousel {
	width: 100%;
    height: auto;
}
.testimonial-carousel-left-arrow-container {
    width: 5%;
    height: auto;
    float: left;
    margin-top: 140px;
}
.testimonial-carousel-right-arrow-container {
    width: 5%;
    height: auto;
    float: left;
    margin-top: 140px;
}
.testimonial-carousel-arrow {
    width: 10px;
    height: 16px;
}
#testimonial-carousel-container {
    width: 90%;
    height: auto;
    float: left;
}
#testimonial-carousel-image-container {
    width: 100%;
    height: 280px;
}
#testimonial-carousel-quote-container {
    width: 100%;
    height: auto;
    margin: 3% 0 8% 0;
}
.testimonial-carousel-image {
    width: 280px;
    height: 280px;
}
.testimonial-carousel-quote {
	margin: 0;
	width: 100%;
	color: #62b800;
	font-style: italic;
	font-size: 1.4em;
	text-align: center;
}
input[type="submit"] { 
	-webkit-appearance: none; 
}
input[type=submit]:hover {
    background-color: #706e70;
}
.food-card-search {
    margin: auto;
    width: 97%;
    padding: 2px 0 0 0;
}
.food-card-search-wrapper {
    width: 100%;
}
.food-card-search-text-box {
    padding: 5px 10px 5px 10px;
    width: calc(100% - 45px);
    text-align: left;
    display: inline-block;
    border-left: 1px solid #b7b6b7;
    border-right: none;
    border-top: 1px solid #b7b6b7;
    border-bottom: 1px solid #b7b6b7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    box-sizing: border-box;
	font-size: 1.0em;	
    color: #706e70;
    float: right;
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b6b7;
    font-style: italic;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b7b6b7;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b7b6b7;
}
.food-card-search-button {
	width: 45px;
    padding: 5px 10px 5px 10px;
    background-color: #62b800;
	font-size: 1.0em;	
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #b7b6b7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    cursor: pointer;
    float: right;
    outline: none;
}
.food-cards-tag-links {
	max-width: 100%;
	margin: 10px auto;	
	font-size: 0.9em;	
	text-align: center;
}
.food-cards-tag-links a:link {
    text-decoration: none;
    color: #62b800;
}
.food-cards-tag-links a:visited {
    color: #62b800;
}
.food-cards-tag-links a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.food-cards-tag-links a:active {
    text-decoration: none;
    color: #D3D3D3;
}

#gallery-container {
	width: 96%;
	padding: 0 2%;
	overflow: hidden;
}
.gallery-container-message {
    width: 100%;
    height: auto;
    font-size: 1.0em;   
    font-weight: bold;
    text-align: center;
    color: #62b800;
    padding: 20px 0 0 0;
}
.gallery-container-message a:link {
    text-decoration: none;
    color: #62b800;
}
.gallery-container-message a:visited {
    color: #62b800;
}
.gallery-container-message a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.gallery-container-message a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.gallery-item {
    width: 31.3333333%;
    height: auto;
	margin: 2% 1%;
	float: left;
	color: #fff;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    position: relative;
}
.gallery-item-icon-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    float: right;
    color: #fff;
    border-radius: 5px;
    text-align: right;
    z-index: 9; /* Specify a stack order in case you're using a different order for other elements */
    position: absolute;
    bottom: 0;     
    left: 0;
}
.gallery-item-icon {
    width: 30px;
    height: 30px;
    margin: 0 3px 3px 0;
    float: right;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-align: center;
}
.food-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 6px 6px 0;
    background-size: 80px 80px;
}
.gallery-item-library-icon {
    background-image: url("/img/misc/library_1.png");
}
.gallery-item-custom-icon {
    background-image: url("/img/misc/custom_1.png");
}
.gallery-item-custom-initials {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}
.food-card-custom-initials {
    height: 80px;
    line-height: 80px;
    white-space: nowrap;
    font-size: 2.0em;
}
.gallery-item-text-wrapper {
    width: 100%;
    height: 32px;
	color: #101010;
	text-align: center;
	font-size: 0.75em;
	padding: 3% 0%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    position: relative;
}
.gallery-item-text {
    width: 90%;
    margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.gallery-item-macronutrient-wrapper {
    width: 100%;
    min-height: 30px;
    margin: auto;
    text-align: center;
    display: inline-block;
    position: relative;
}
.gallery-item-macronutrient-icon {
	display: flex;
    width: 15%;
    height: auto;
    margin: 0 5px;
	display: inline-block;
}
.gallery-item-macronutrient-image {
    width: 100%;
    height: auto;
}
.gallery-item-image {
	display: flex;
    width: 100%;
    height: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    position: relative;
}
.gallery-item-overlay {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    position: absolute;
    left: 0;
    top: 0;
}
.gallery-item-overlay-button {
    width: 70%;
    height: auto;
    margin: 5% auto;
    padding: 4% 8%;
    color: #fff;
    font-size: 0.8em;   
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.gallery-item-overlay-view-details {
    background-color: #62b800;
}
.gallery-item-overlay-add-to-library {
    background-color: #00b8b2;
}
.gallery-item-overlay-in-library {
    background-color: #706e70;    
}
.gallery-item-overlay-error-adding-to-library {
    background-color: #706e70;    
}
.gallery-item-overlay-add-to-cart {
    background-color: #b80062;
}
.gallery-item-overlay-added-to-cart {
    background-color: #b80062;
    cursor: default;
}
.gallery-item-overlay-remove-from-library {
    background-color: #00b8b2;    
}
.gallery-item-overlay-error-removing-from-library {
    background-color: #706e70;    
}
.gallery-item-overlay-confirm-remove-from-library {
    background-color: #00b8b2;    
}
.gallery-item-overlay-cancel-remove-from-library {
    background-color: red;    
}
.gallery-item-overlay-confirm-delete-custom {
    background-color: #00b8b2;    
}
.gallery-item-overlay-cancel-delete-custom {
    background-color: red;        
}
.gallery-item-overlay-delete-custom {
    background-color: #00b8b2;        
}
.gallery-item-overlay-close {
    background-color: #706e70;
    width: 30%;
}
.gallery-item-overlay-note {
    font-size: 0.7em;   
    text-align: left;
}
.search-no-food-cards-found{
	max-width: 100%;
	margin: 30px auto;	
	font-size: 1.2em;	
	text-align: center;	
	color: #b80062;
}
.about-signature-image{
    width: 150px;
    height: auto;
}
.intention-text {
	text-align: left;
}
.content-top-image {
    width: 44%;
    margin: 0 28%;
    height: auto;
	float: none;
}
.content-inline-image {
    width: 80%;
    margin: 0 10%;
    height: auto;
    float: none;
}
.question-text {
    color: #62b800;	
    text-align: center;
    font-style: normal;
	font-size: 1.8em;
	float: none;
}
.text-emphasis-strong {
    font-weight: bold;    
    color: #62b800; 
}
.text-emphasis {
    font-weight: bold;    
}
a.inline-link:link {
    color: #B80062;	
	text-decoration: underline;
}
a.inline-link:visited {
    color: #B80062;	
}
a.inline-link:hover {
    color: #D3D3D3;	
	text-decoration: underline;
}
a.inline-link:active {
    color: #D3D3D3;	
	text-decoration: underline;
}
a.contact-email-link:link {
    color: #62b800;	
}
a.contact-email-link:visited {
    color: #62b800;	
}
a.contact-email-link:hover {
    color: #D3D3D3;	
}
a.contact-email-link:active {
    color: #D3D3D3;	
}
.contact-email-text {
	text-align: center;
}
.food-card-wrapper {
    width: 100%;
    height: auto;
	text-align: center;
}
.food-card-information-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 10px auto 5px auto;
    text-align: center;
    font-size: 0.8em;
}
.food-card-action-message {
    color: red;   
}
.food-card-information-item {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    text-align: center;
    color: #706e70;
}
.food-card-information-item-note {
    font-style: italic;
    font-weight: lighter;
    color: #ff9900;
    float: none;
    margin-bottom: 5px;
}
.food-card-information-item-large {
    line-height: 70px;
}
.food-card-information-item-medium {
    line-height: 40px;
}
.food-card-information-item-small {
    line-height: 30px;
}
.food-card-information-item-xsmall {
    line-height: 25px;
}
.food-card-information-spacer {
    width: 100%;
    height: 10%;
    margin: 0;
    float: left;
}
.food-card-information-button {
    width: 70%;
    height: auto;
    margin: 2% auto;
    padding: 4% 8%;
    color: #fff;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.food-card-information-view-details {
    background-color: #62b800;
}
.food-card-information-add-to-library {
    background-color: #00b8b2;
}
.food-card-information-in-library {
    background-color: #706e70;    
}
.food-card-information-error-adding-to-library {
    background-color: #706e70;    
}
.food-card-information-add-to-cart {
    background-color: #b80062;
}
.food-card-information-added-to-cart {
    background-color: #b80062;
    cursor: default;
}
.food-card-information-remove-from-library {
    background-color: #00b8b2;    
}
.food-card-information-error-removing-from-library {
    background-color: #706e70;    
}
.food-card-information-confirm-remove-from-library {
    background-color: #00b8b2;    
}
.food-card-information-cancel-remove-from-library {
    background-color: red;    
}
.food-card-information-confirm-delete-custom {
    background-color: #00b8b2;    
}
.food-card-information-cancel-delete-custom {
    background-color: red;        
}
.food-card-information-delete-custom {
    background-color: #00b8b2;        
}
.food-card-information-close {
    background-color: #706e70;
    width: 30%;
}
.food-card-information-note {
    font-size: 0.7em;   
    text-align: left;
}
.food-card-sudo-breadcrumb{
    font-size: 0.8em;   
    font-weight: bold;
    color: #62b800;
}
.food-card-sudo-breadcrumb a:link {
    text-decoration: none;
    color: #62b800;
}
.food-card-sudo-breadcrumb a:visited {
    color: #62b800;
}
.food-card-sudo-breadcrumb a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.food-card-sudo-breadcrumb a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.my-library-create-custom {
    text-align: center;
}
.food-card-side-wrapper {
    width: 100%;
    max-width: 400px;
	margin: 0 auto 10px auto;
	color: #fff;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	text-align: center;
    position: relative;
}
.food-card-side-wrapper-b {
    min-height: 500px;
}
.food-card-side-wrapper-pointer {
    cursor: pointer; /* Add a pointer on hover */
}
.food-card-title {
	font-family: 'Lato', sans-serif;
	background-color: #fff;
	color: black;
	font-size: 2.0em;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    position: relative;
}
.food-card-title-message {
    width: 100%;
    height: 12px;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: black;
    font-size: 1.0em;
    font-weight: lighter;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.food-card-title-character-count {
    color: #ff9900;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.food-card-title-invalid-character {
    color: red;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.food-card-title-character-over-count {
    color: red;
}
.food-card-textarea {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: black;
    border: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.food-card-title-textarea {
    font-size: 1.0em;
    font-weight: bold;
    width: 99%;
    resize: none;
    text-align: center;
}
.food-card-instruction-textarea-wrapper {
    width: 98%;
    display: inline-flex;
    margin: 4px 0;
    position: relative;
}
.food-card-ingredient-suggestions-wrapper {
    position: absolute;  
    top: 25px;
    width: 57%;
    height: auto;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    margin: 0 1%;
    padding: 2px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    z-index: 30; /* Specify a stack order in case you're using a different order for other elements */
}
.food-card-ingredient-title-suggestions-wrapper {
    left: 0px; 
}
.food-card-ingredient-measurement-suggestions-wrapper {
    left: 0px; 
}
.food-card-ingredient-suggestion-wrapper {
    width: 100%;
    text-align: left;
    font-size: 1.0em;    
    margin: 0;
    padding: 1% 0;
    overflow: hidden;
    background-color: white;
    z-index: 40; /* Specify a stack order in case you're using a different order for other elements */
}
.food-card-ingredient-suggestion-highlighted {
    background-color: #D3D3D3;
}
.food-card-ingredient-suggestion-matching-txt {
    font-weight: lighter;
}
.food-card-ingredient-suggestion-additional-txt {
    font-weight: bold;
}
.food-card-instruction-textarea {
    color: #706e70;
    font-size: 1.0em;
    width: 92%;
    resize: none;
    text-align: left;
    margin: 0 1%;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
}
.food-card-ingredient-header {
    color: #62b800;
    font-size: 0.8em;
    resize: none;
    text-align: center;
    margin: 0 1%;
    border: none;
}
.food-card-ingredient-name-header {
    width: 57%;
}
.food-card-ingredient-amount-header {
    width: 13%;
}
.food-card-ingredient-measurement-header {
    width: 18%;
}
.food-card-ingredient-remove-header {
    width: 5%;
    margin: 0 0 0 1%;
    font-size: 0.7em;
    padding: 0 6px 0 5px;
}
.food-card-ingredient-textarea {
    color: #706e70;
    font-size: 1.0em;
    width: 57%;
    resize: none;
    text-align: left;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    margin: 0 1%;
    overflow: scroll;
}
.food-card-ingredient-amount-textarea {
    color: #706e70;
    font-size: 1.0em;
    width: 13%;
    resize: none;
    text-align: left;
    border: 1px solid #D3D3D3;
    border-radius: 2px;    
    margin: 0 1%;
}
.food-card-ingredient-measurement-textarea {
    color: #706e70;
    font-size: 1.0em;
    width: 18%;
    resize: none;
    text-align: left;
    border: 1px solid #D3D3D3;
    border-radius: 2px;    
    margin: 0 1%;
}
.food-card-ingredient-form-error-text {
    margin: 0px auto;
    width: 90%;
    text-align: left; 
    font-size: 0.8em;       
    color: red;
}
.food-card-ingredient-text-box-error {
    border: 2px solid red;
    box-sizing: border-box;
    outline: none;
}
.food-card-remove-instruction-step {
    width: 5%;
    max-height: 15px;
    background-color: #fff;
    margin: 0 0 0 1%;
    padding: 5px 4px 4px 3px;
    color: red;
    font-size: 0.7em;   
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.food-card-add-instruction-step {
    width: auto;
    height: auto;
    background-color: #62b800;
    margin: 0 0 10px 40px;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.6em;   
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.food-card-save-cancel-wrapper {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}
.food-card-action-button {
    height: auto;
    padding: 4% 0;
    color: #fff;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.food-card-new-button {
    width: 80%;
    margin: 0 auto;
}
.food-card-edit-button {
    width: 44%;
    margin: 0 3%;
    float: left;
}
.food-card-save-disabled {
    background-color: #A0A0A0;
    color: #F5F5F5;
    cursor: auto;
}
.food-card-cancel-disabled {
    background-color: #A0A0A0;
    color: #F5F5F5;
    cursor: auto;
}
.food-card-save {
    background-color: #62b800;
    cursor: pointer;
}
.food-card-cancel {
    background-color: red;
    cursor: pointer;
}
.food-card-modal-button-wrapper {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
}
.food-card-modal-button {
    width: 44%;
    height: auto;
    margin: 0 3%;
    padding: 4% 0;
    color: #fff;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.food-card-image-working-loader-wrapper {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 100%;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.food-card-image-working-loader {
    display: inline-block;
    border: 20px solid #f3f3f3;
    border-radius: 50%;
    border-top: 20px solid #62b800;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.food-card-save-loader-wrapper {
    width: 100%;
    height: 20px;
    display: inline-block;
    text-align: center;
}
.food-card-save-loader {
    display: inline-block;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #62b800;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.food-card-edit-confirm-modal {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.food-card-edit-confirm-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #888;
    width: 80%;
    height: 65%;
    overflow-y: auto;
}
.food-card-edit-confirm-modal-content-header {
    width: 100%;
    text-align: center;    
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 8px;
}
.food-card-edit-confirm-modal-content-item-wrapper {
    width: 100%;
    text-align: center;    
    font-size: 1.0em;
    padding: 10px 0;
}
.food-card-edit-confirm-modal-content-item {
    width: 95%;
    margin: 0 auto;
}
.food-card-edit-confirm-modal-content-item-half {
    width: 40%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.food-card-edit-confirm-modal-content-item-label-half {
    width: 100%;
    margin: 5px auto;
    font-weight: bold;
}
.food-card-edit-confirm-modal-content-item-label {
    font-weight: bold;
    margin-right: 4px;
}
.food-card-edit-confirm-modal-content-item-value {
    font-style: italic;
    font-weight: lighter;
}
.food-card-edit-confirm-modal-content-item-value-image {
    display: flex;
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}
.food-card-edit-confirm-modal-error {
    color: red;
}
.food-card-edit-confirm-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.food-card-edit-confirm-close:hover,
.food-card-edit-confirm-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}




.nutrition-circles {
    width: 360px ;
    margin-left: auto ;
    margin-right: auto ;
}
.nutrition-circle {
    position: relative;
    z-index: 5;
	width: 80px;
	height: 80px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 5px;
	float: left;
	font-size: 1em;
	text-align: center;
	color: black;	
	line-height: 1em;
}
.nutrition-circle-protein {
	background: #99d2f2;
}
.nutrition-circle-carb {
	background: #ff8f80;
}
.nutrition-circle-fat {
	background: #ffdf71;
}
.nutrition-circle-calories {
	background: #666666;
}
.nutrition-circle-text {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 80px;
    height: 80px;	
}
.white-text {
	color: white;	
}
.nutrition-amount {
	font-size: 2em;
}
.nutrition-icon {
	width: 50px;
    height: auto;
	margin: 0 15px 0 15px;
}
.nutrition-icon-pointer {
    cursor: pointer;
}
.foodcard-food-image {
	display: flex;
    width: 100%;
    height: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    position: relative;
}
.foodcard-food-image-error {
    outline: 2px solid red;
    outline-offset: -2px;
}
.food-card-image-form-error-text {
    margin: 0px auto;
    padding: 1% 0;
    width: 90%;
    text-align: left; 
    font-size: 0.8em;       
    color: red;
}
.select-foodcard-food-image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.select-foodcard-food-image-file {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: auto;
    background-color: #62b800;
    color: #fff;
    padding: 3%;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 19; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.file-input-foodcard-food-image {
    display: none;
}
.new-foodcard-food-image-warning {
    position: absolute;
    top: 35%;
    left: 88px;
    width: 200px;
    height: auto;
    background-color: #fff; /* Black background with opacity */
    color: red;
    padding: 3%;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer; /* Add a pointer on hover */
    z-index: 20; /* Specify a stack order in case you're using a different order for other elements */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.food-card-spacer {
	background-color: #fff;
	height: 10px;
	border-radius: 5px;
}
.food-ingredients {
	max-width: 400px;
	margin: 0 auto;
}
.food-instructions {
	max-width: 400px;
	margin: 0 auto;
}
.food-identifier {
	max-width: 400px;
	margin: 10px auto;	
	font-size: 0.8em;	
	text-align: center;
}
.food-card-version-links {
    font-size: 0.8em;   
    font-weight: bold;
}
.food-card-version-links a:link {
    text-decoration: none;
    color: #62b800;
}
.food-card-version-links a:visited {
    color: #62b800;
}
.food-card-version-links a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.food-card-version-links a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.ingredient-ul {
	list-style: none;
}
.ingredient-ul-li::before {
	content: "\2022" " ";
	color: #62b800; /* or whatever color you prefer */
	display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
    margin-right: 0.5em; 
    text-align: right; 
}
.ingredient-ol {
	list-style: none; 
	counter-reset: li;
}
.ingredient-ol-li::before {
	content:  "." counter(li); 
	color: #62b800;
	display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
    margin-right: 0.5em; 
    text-align: right; 
    direction: rtl;
}
.ingredient-ol-li {
	counter-increment: li
}
.legal-text {
	margin: 0;
}
.legal-text a:link {
    text-decoration: underline;
    color: #62b800;
}
.legal-text a:visited {
    color: #62b800;
}
.legal-text a:hover {
    text-decoration: underline;
    color: #D3D3D3;
}
.legal-text a:active {
    text-decoration: underline;
    color: #D3D3D3;
}
.login-wrapper {
    width: 100%;	
}
.login-form-wrapper {
    width: 100%;
    text-align: center; 
}
.login-section-title {
    margin: 20px auto 10px auto;
    width: 90%;
    text-align: left; 
    font-size: 1.4em;
}
.login-section-title-hidden {
    display: none;
}
.login-instruction-text {
    margin: 20px auto 10px auto;
    width: 90%;
	font-size: 0.8em;		
    text-align: left; 
}
.login-instruction-text-bottom-margin {
    margin: 20px auto 30px auto;
}
.login-form-error-text-hidden {
    display: none;
}
.login-form-error-link a:link {
    text-decoration: underline;
    color: red;
}
.login-form-error-link a:visited {
    color: red;
}
.login-form-error-link a:hover {
    text-decoration: underline;
    color: orange;
}
.login-form-error-link a:active {
    text-decoration: underline;
    color: orange;
}
.login-form-instruction-text {
    margin: 0px auto;
    width: 90%;
    text-align: left; 
    font-size: 0.8em;       
}
.login-form-error-text {
    margin: 0px auto;
    width: 90%;
    text-align: left; 
	font-size: 0.8em;		
	color: red;
}
.login-text-box {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
	font-size: 0.8em;	
    color: #706e70;
    outline: none;
}
.login-text-box-error {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
	font-size: 0.8em;	
    color: #706e70;
    outline: none;
}
.login-checkbox-error {
    border: 2px solid red;
}
.login-reset-password-wrapper{
    margin: 10px auto 20px auto;
    width: 90%;
    text-align: left;
	font-size: 0.8em;	
	font-weight: bold;
    color: #62b800;
}
.login-reset-password-wrapper-wide{
    width: 95%;
}
.login-reset-password-wrapper a:link {
    text-decoration: none;
    color: #62b800;
}
.login-reset-password-wrapper a:visited {
    color: #62b800;
}
.login-reset-password-wrapper a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.login-reset-password-wrapper a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.login-remember-me-wrapper{
    margin: 10px auto 20px auto;
    width: 90%;
    text-align: left;
	font-size: 0.8em;	
    color: #706e70;
}
.login-remember-me-checkbox {
}
.login-go-button-wrapper, .terms-go-button-wrapper {
    margin: 10px auto;
    width: 90%;
    text-align: left;
}
.login-go-button {
    width: 200px;
    margin: auto;
    padding: 7px 12px 7px 12px;
    background-color: #62b800;
	font-size: 0.8em;	
    color: white;
    text-align: center;
    text-decoration: none;
    border: 0px;
	border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.login-go-button-disabled {
    background-color: #A0A0A0;
    color: #F5F5F5;
    cursor: auto;
}
.cancel-button {
    width: 200px;
    margin: auto;
    padding: 7px 12px 7px 12px;
    background-color: #E8E8E8;
    font-size: 0.8em;   
    color: #706e70;
    text-align: center;
    text-decoration: none;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
#email-unsubscribe-cancel:hover {
    background-color: #C8C8C8;
}
.email-unsubscribe-other-text-box {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.email-unsubscribe-other-text-box-error {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.sign-up-form-divider {
	width: 90%;
    margin: 30px auto;
    height: 2px;
    background-color: #e2e1e2;
}
.sign-up-wrapper {
    margin: 30px auto 50px auto;
}
.form-errors{
    margin: 0 0 15px 0;
}
.logout-wrapper {
    margin: 10px auto 20px auto;
    width: 90%;
    text-align: left;
	font-size: 0.8em;	
	font-weight: bold;
    color: #62b800;
}
.logout-wrapper a:link {
    text-decoration: none;
    color: #62b800;
}
.logout-wrapper a:visited {
    color: #62b800;
}
.logout-wrapper a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.logout-wrapper a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.create-account-wrapper {
    width: 100%;	
    text-align: center; 
}
.create-account-form-wrapper {
	width: 100%;
    text-align: center; 
    margin: 0 auto;
}
.account-sub-header {
    margin: 10px auto 10px auto;
    width: 95%;
    text-align: left;
	font-size: 1.2em;	
	font-weight: bold;
    color: #706E74;	
}
.account-section-details {
    margin: 10px auto 20px auto;
    width: 95%;
    text-align: left;
	font-size: 1.0em;	
    color: #706E74;	
}
.account-item {
    margin: 5px auto;
    width: 95%;
}
.account-static-item {
    text-align: left;
    margin: 0px auto;
    width: 90%;
    font-size: 0.8em;
}
.account-static-item-padded {
    padding: 10px 0;
}
.account-static-item a:link {
    text-decoration: none;
    color: #62b800;
}
.account-static-item a:visited {
    color: #62b800;
}
.account-static-item a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.account-static-item a:active {
    text-decoration: none;
    color: #D3D3D3;
}

.account-my-information-label {
}
.account-my-information-value {
	font-style: italic;
	font-weight: lighter;
}
.account-my-information-value-link {
    font-style: italic;
    font-weight: lighter;
    color: #62b800;
}
.account-my-information-value-link a:link {
    text-decoration: none;
    color: #62b800;
}
.account-my-information-value-link a:visited {
    color: #62b800;
}
.account-my-information-value-link a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.account-my-information-value-link a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.account-my-information-note {
	font-style: italic;
	font-weight: lighter;
	color: #ff9900;
}
.my-communication-preferences-note {
    font-size: 0.8em;
    font-style: italic;
    font-weight: lighter;
    text-align: left;
    color: #ff9900;
    width: 90%;
    margin: 10px auto 20px auto;
}
.verify-email-button-wrapper {
    margin: 0 10px;
    width: 190px;
    display: inline-block;
}
.verify-email-button {
	width: 100%;
    margin: 0 auto;
    padding: 4px 10px;
    background-color: #e5e5e5;
	font-size: 0.8em;	
    color: #62b800;
    text-align: center;
    text-decoration: none;
    border: 0px;
	border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.account-change-password-wrapper{
	font-size: 0.8em;	
	font-weight: bold;
    color: #62b800;
}
.account-change-password-wrapper a:link {
    text-decoration: none;
    color: #62b800;
}
.account-change-password-wrapper a:visited {
    color: #62b800;
}
.account-change-password-wrapper a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.account-change-password-wrapper a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.reset-password-go-button {
	width: 100%;
    margin: auto;
    padding: 7px 12px 7px 12px;
    background-color: #62b800;
	font-size: 0.8em;	
    color: white;
    text-align: center;
    text-decoration: none;
    border: 0px;
	border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.reset-password-information-note {
	font-style: italic;
	font-weight: lighter;
	text-align: left;
	width: 90%;
	margin: auto;
    font-size: 0.8em;       
}
.radio-button-item {
    width: 94%;
    background-color: #F1F1F2;
    padding: 3%;
    margin: 15px 0;
}
.email-verify-loader-wrapper {
    width: 120px;
    display: inline-block;
    text-align: center;
}
.email-verify-loader {
    display: inline-block;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #62b800;
	width: 15px;
	height: 15px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.create-account-loader-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.create-account-loader {
    display: inline-block;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #62b800;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.under-construction {
    height: 300px;
    width: 300px;
}
.account-address-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.account-address-label-wrapper {
    width: 155px;
}


.order-details {
    text-align: center;
}
.order-details table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    color: #706E74;
}
.order-details tr:nth-child(even) {
    background-color: #f2f2f2
}
.order-details th, td {
    padding: 4px;
}
.order-details-item-table-title {
    text-align: left;
}
.order-details-item-table-title-note {
    font-style: italic;
    font-weight: lighter;
}
.order-details-item-table-title a:link {
    color: #706E74;
    text-decoration: underline;
}
.order-details-item-table-title a:visited {
    color: #706E74;
}
.order-details-item-table-title a:hover {
    color: #D3D3D3;
    text-decoration: underline;
}
.order-details-item-table-title a:active {
    color: #D3D3D3;
    text-decoration: underline;
}

.order-details-item-table-quantity {
    text-align: center;
}
.order-details-item-table-price {
    text-align: right;
}
.order-details th {
    padding: 12px 8px;
    background-color: #62b800;
    color: white;
}
.order-details-item-image {
    display: flex;
    width: 42px;
    height: 42px;
}
.order-details-item-table-image {
    width: 42px;
}

#confirm-detail-body, #order-detail-body {
    color: #706E74;
}
.confirm-order-agree-terms-of-sale-wrapper {
    margin: 40px auto 20px auto;
    width: 90%;
    text-align: center;
    font-size: 1.0em;   
    font-weight: bold;
    color: #706e70;
}
.confirm-order-agree-terms-of-sale-wrapper a:link {
    text-decoration: none;
    color: #62b800;
}
.confirm-order-agree-terms-of-sale-wrapper a:visited {
    color: #62b800;
}
.confirm-order-agree-terms-of-sale-wrapper a:hover {
    text-decoration: none;
    color: #D3D3D3;
}
.confirm-order-agree-terms-of-sale-wrapper a:active {
    text-decoration: none;
    color: #D3D3D3;
}
.confirm-order-agree-terms-of-sale-checkbox {
    padding-right: 10px;
}
.confirm-order-sign-up-for-marketing-email-wrapper {
    margin: 0px auto 20px auto;
}
.confirm-change-confirmation-email-address {
    padding: 0 5px;
    font-weight: bold;
    text-decoration: underline;
    color: #62b800;    
    cursor: pointer;
}
.confirm-order-button-wrapper{
    margin: 20px auto;
    width: 90%;
    text-align: center;
    color: #fff;
}
.confirm-order-button{
    width: 50%;
    margin: 0 auto;
    height: 50px;
    color: #fff;
    position: relative;     
}
.confirm-billing-info-button{
    width: 100%;
}
.confirm-detail-line {
    padding: 5px 0 0 10px;
}
.confirm-order-button-span {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;     
    z-index: 1;
    line-height: 50px;
    font-size: 1.0em;   
    background-color: #62b800;
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.confirm-order-button-disabled-span {
    background-color: #A0A0A0;
    color: #F5F5F5;
    cursor: auto;
}
.confirm-order-form-error-text {
    margin: 0px auto;
    width: 90%;
    text-align: left; 
    font-size: 1.0em;       
    color: red;
}
.confirm-order-form-error-text-hidden {
    display: none;
}
.confirm-order-form-error-text a:link {
    text-decoration: underline;
    color: red;
}
.confirm-order-form-error-text a:visited {
    text-decoration: underline;
    color: red;
}
.confirm-order-form-error-text a:hover {
    text-decoration: underline;
    color: red;
}
.confirm-order-form-error-text a:active {
    text-decoration: underline;
    color: red;
}
.confirm-login-button-wrapper{
    margin: 20px auto;
    width: 90%;
    text-align: left;
    color: #fff;
    font-size: 1em;
}
.confirm-login-button{
    width: 80%;
    margin: 20px auto;
    height: 50px;
    color: #fff;
    position: relative;     
}
.confirm-login-button-span {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;     
    z-index: 1;
    line-height: 50px;
    font-size: 1.0em;   
    background-color: #62b800;
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.confirm-anonymous-email-address-wrapper {
    margin: 20px auto 20px auto;
    width: 95%;
    text-align: left;
    font-size: 1.0em;   
    color: #706E74; 
}
.confirm-anonymous-email-address-instructions {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.confirm-anonymous-email-address-input {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.confirm-anonymous-email-address-text-box {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 70%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
    display: inline-block;
}
.confirm-anonymous-email-address-text-box-error {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 70%;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 0.8em;   
    color: #706e70;
    outline: none;
    display: inline-block;
}
.confirm-anonymous-email-address-form-error-text {
    margin: 0px auto;
    width: 90%;
    text-align: left; 
    font-size: 1.0em;       
    color: red;
}
.confirm-anonymous-email-address-continue-button-wrapper{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1em;
    display: inline-block;
}
.confirm-anonymous-email-address-continue-button{
    margin: 10px auto;
    width: 50%;
    height: 50px;
    color: #fff;
    position: relative;     
}


#cart-detail-body {
    color: #706E74;
}
.cart-sub-header {
    margin: 30px auto 20px auto;
    width: 95%;
    text-align: left;
    font-size: 1.2em;   
    font-weight: bold;
    color: #706E74; 
}
.cart-details {
    text-align: center;
    font-size: 0.9em;
}
.cart-details table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    color: #706E74;
}
.cart-details tr:nth-child(even) {
    background-color: #f2f2f2
}
.cart-details th, td {
    padding: 4px;
}
.cart-details-item-table-title {
    text-align: left;
}
.cart-details-item-table-title-note {
    font-style: italic;
    font-weight: lighter;
}
.cart-details-item-table-title a:link {
    color: #706E74;
    text-decoration: underline;
}
.cart-details-item-table-title a:visited {
    color: #706E74;
}
.cart-details-item-table-title a:hover {
    color: #D3D3D3;
    text-decoration: underline;
}
.cart-details-item-table-title a:active {
    color: #D3D3D3;
    text-decoration: underline;
}

.cart-details-item-table-quantity {
    text-align: center;
}
.cart-details-item-table-price {
    text-align: right;
}
.cart-details-item-table-remove {
    text-align: center;
}
.cart-details th {
    padding: 12px 8px;
    background-color: #62b800;
    color: white;
}
.cart-discount-codes th {
    padding: 12px 8px;
    background-color: #706E74;
    color: white;
}
.cart-discount-codes td.cart-details-item-table-title {
    padding: 12px 8px;
}
.cart-details-item-image {
    display: flex;
    width: 42px;
    height: 42px;
}
.cart-details-item-table-image {
    width: 42px;
}

.cart-checkout-button-wrapper{
    margin: 20px auto;
    width: 90%;
    text-align: right;
    color: #fff;
}
.cart-checkout-button{
    width: 50%;
    margin-left: 50%;
    height: 50px;
    color: #fff;
    position: relative;     
}
.cart-checkout-button-span {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;     
    z-index: 1;
    line-height: 50px;
    font-size: 1.0em;   
    background-color: #62b800;
    border-radius: 5px;
    text-align: center;
    cursor: pointer; /* Add a pointer on hover */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.cart-checkout-button-error-span {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;     
    z-index: 1;
    line-height: 50px;
    font-size: 1.0em;   
    border-radius: 5px;
    text-align: center;
    background-color: #A0A0A0;    
    color: #F5F5F5;
    cursor: default;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.cart-inventory-note {
    font-size: 1.0em;
    font-style: italic;
    font-weight: lighter;
    text-align: left;
    color: #ff9900;
    width: 90%;
    margin: 10px auto 20px auto;
}
.cart-sku-remove-link {
    margin: 10px 10px;
    width: 90%;
    text-align: left;
    font-size: 1.0em;   
    font-weight: bold;
    color: #62b800;
    cursor: pointer;
}
.cart-sku-remove-link-short {
    display: block;
}
.cart-sku-remove-link-full {
    display: none;
}
.cart-qty-text-box {
    padding: 10px 0px;
    margin: 10px auto;
    width: 40px;
    text-align: center;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.cart-qty-text-box-error {
    padding: 10px 0px;
    margin: 10px auto;
    width: 40px;
    text-align: center;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.cart-shipping-method-option {
    padding: 10px 0 0 10px;
}
.cart-discount-code-text-box {
    padding: 10px 5px;
    margin: 10px;
    width: 250px;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.cart-discount-code-text-box-error {
    padding: 10px 5px;
    margin: 10px;
    width: 250px;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.cart-apply-discount-code-alink{
    text-align: left;
    font-size: 1.0em;   
    font-weight: bold;
    color: #62b800;
    margin-left: 20px;
    cursor: pointer;
}
.cart-totals-wrapper {
    width: 95%;
    text-align: left;
    font-size: 1.0em;
    margin: 0 auto;
}
.cart-totals-table {
    max-width: 400px;
    margin: 0 0 0 2%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #ddd;
    color: #706E74;
}
.cart-totals-table td {
    padding: 4px 8px;
}
.cart-totals-item-table-title {
    text-align: left;
}
.cart-totals-item-table-price {
    text-align: right;
}
.cart-empty-links a:link {
    color: #62b800;
    text-decoration: underline;
}
.cart-empty-links a:visited {
    color: #62b800;
    text-decoration: underline;
}
.cart-empty-links a:hover {
    color: #D3D3D3;
    text-decoration: underline;
}
.cart-empty-links a:active {
    color: #D3D3D3;
    text-decoration: underline;
}

.cart-item-count-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 2px;
    float: right;
    color: #62b800;
    border-radius: 5px;
    text-align: center;
    z-index: 9; /* Specify a stack order in case you're using a different order for other elements */
    position: absolute;
    bottom: 0;     
    left: 0;
    line-height: 30px;
    white-space: nowrap;
    font-weight: bold;    
}
.cart-item-count-wrapper-single-digit {
    padding-left: 2px;
    font-size: 1.2em;
}
.cart-item-count-wrapper-double-digit {
    padding-left: 2px;
    font-size: 0.9em;
}

.strikethrough {
    text-decoration: line-through;
}

.products-listing-wrapper {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    /*
    background-color: yellow;
    */
    color: #706e70;
    float: center;
}
.products-product-wrapper {
    width: 95%;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 2%;
    background-color: #F5F5F5;
    border: 1px solid #D3D3D3;
    float: left;
}
.products-product-image-wrapper{
    width: 50%;
    height: auto;
    float: left;
    /*
    background-color: pink;
    */
}
.products-product-image {
    max-width: 150px;
    max-height: 150px;
    /*
    background-color: lightblue;
    */
}
.products-product-details-wrapper{
    width: 50%;
    height: auto;
    float: left;
    /*
    background-color: green;
    */
}
.products-product-title {
    width: 100%;
    height: auto;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    font-size: 1.4em;
    /*
    background-color: lightgreen;
    */
}
.products-product-headline {
    width: 100%;
    height: auto;
    margin: 0px 0px 5px 0px;
    font-size: 1.0em;
    /*
    background-color: purple;    
    */
}
.products-product-price {    
    width: 100%;
    height: auto;
    margin: 0px 0px 5px 0px;
    font-size: 1.2em;
    /*
    background-color: orange;
    */
}
.products-product-view-details {
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding: 3%;
    background-color: #62b800;    
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 0.8em;
}
.products-product-link a:link {
    color: #706e70;
}
.products-product-link a:visited {
    color: #706e70;
}
.products-product-link a:hover {
    text-decoration: underline;
    color: #706e70;
}
.products-product-link a:active {
    text-decoration: underline;
    color: #706e70;
}


/* Product Page */
.product-information-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 10px auto 0px auto;
    text-align: center;
    font-size: 0.8em;
}
.product-wrapper {
    width: 95%;
    height: auto;
    margin: 0px 0 10px 0;
    padding: 2%;
    float: left;
}
.product-image-wrapper{
    width: 100%;
    height: auto;
    /*
    background-color: pink;
    /*
    */
}
.product-image {
    max-width: 250px;
    max-height: 250px;
    /*
    background-color: lightblue;
    /*
    */
}
.product-image-caption {
    width: 90%;
    height: auto;
    margin: 0px auto;
    font-size: 0.8em;
    font-style: italic;
    font-weight: lighter;
    color: #706e70;
    /*
    background-color: pink;
    /*
    */
}
.product-image-thumbnails-wrapper {
    width: 90%;
    height: auto;
    margin: 10px auto 0 auto;
    overflow: hidden;
    /*
    background-color: pink;
    /*
    */
}
.product-image-thumbnail-wrapper {
    width: 21%;
    height: 55px;
    margin: 2%;
    float: left;
    /*
    background-color: lightblue;
    /*
    */
}
.product-image-thumbnail {
    max-width: 100%;
    max-height: 100%;    
    margin: 0;
    color: black;
    font-size: 0.5em;
    font-weight: lighter;
    border: 2px solid darkgray;
    box-sizing: border-box;
}
.product-image-thumbnail-selected {
    border: 2px solid #62b800;
}
.product-details-wrapper{
    width: 100%;
    height: auto;
    margin-top: 25px;
    text-align: left;
    color: #706e70;
    /*
    background-color: green;
    /*
    */
}
.product-sku-price-wrapper {    
    width: 100%;
    height: auto;
    margin: 20px 0px 20px 0px;
    font-size: 1.4em;
    font-weight: bold;
    color: #62b800;
    /*
    background-color: orange;
    /*
    */
}
.product-sku-price {    
    width: auto;
    height: auto;
    margin-right: 15px;
    float: left;
    /*
    background-color: orange;
    /*
    */
}
.product-sku-inventory-status {
    width: auto;
    height: auto;
    text-decoration: underline;
    cursor: pointer;
    /*
    background-color: lightyellow;
    /*
    */
}
.product-sku-inventory-status-help {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
    font-style: italic;
    font-weight: lighter;
    color: #ff9900;
}
.product-headline {
    width: 100%;
    height: auto;
    margin: 10px 0px 10px 0px;
    font-size: 1.4em;
    font-weight: bold;
    /*
    background-color: purple;    
    /*
    */
}
.product-description {
    width: 100%;
    height: auto;
    font-size: 1.0em;
}
.product-description-1 {
    margin: 10px 0px 0px 0px;
    /*
    background-color: lightyellow;
    /*
    */
}
.product-description-2 {
    margin: 20px 0px 10px 0px;
    /*
    background-color: lightblue;    
    /*
    */
}
.product-description a:link {
    color: #62b800;
}
.product-description a:visited {
    color: #62b800;
}
.product-description a:hover {
    text-decoration: underline;
    color: #62b800;
}
.product-description a:active {
    text-decoration: underline;
    color: #62b800;
}



.product-sku-selector {
    margin: 30px 0px;
    font-weight: bolder;
    font-size: 1.0em;
    color: #62b800;
    /*
    background-color: lightyellow;    
    /*
    */
}
.product-sku-selector-select-box {
    font-weight: normal;
    margin: 5px 0 5px 10px;
    color: #706e70;
}
.product-sku-selector-radio-group {
    font-weight: normal;
    margin: 5px auto;
    color: #706e70;
}
.product-sku-selector-radio-group-item {
    margin: 10px 0 10px 10px;
    font-size: 1.0em;
}
.product-sku-selector-radio-group-option {
    float: left;
    width: 30px;
}
.product-sku-selector-radio-group-description {
}
.product-sku-selector-radio-group-description-note {
    font-size: 1.0em;
    font-style: italic;
    font-weight: lighter;
    text-align: left;
    color: #ff9900;
    width: 90%;
    margin: 10px auto 20px auto;
}
.product-sku-quantity {
    margin: 20px 0px;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 10px;
    color: #62b800;
    /*
    background-color: lightblue;    
    /*
    */
}
.product-sku-selection-header {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.product-sku-quantity-text-box {
    padding: 10px 0px;
    margin: 5px 0 5px 10px;
    width: 80px;
    text-align: center;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.2em;   
    color: #706e70;
    outline: none;
}
.product-add-to-cart {
    width: 94%;
    height: auto;
    margin: 10px auto 0 0;
    padding: 3%;
    background-color: #b80062;    
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}
.product-added-to-cart {
    cursor: default;
}
.product-add-to-cart-disabled {
    background-color: #A0A0A0;    
    color: #F5F5F5;
    cursor: default;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
.product-link a:link {
    color: #706e70;
}
.product-link a:visited {
    color: #706e70;
}
.product-link a:hover {
    text-decoration: underline;
    color: #706e70;
}
.product-link a:active {
    text-decoration: underline;
    color: #706e70;
}
.product-full-screen-modal {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    text-align: center;
}
.product-full-screen-modal-content {
    width: 100%; /* Full width */
    height: 100%;
    color: #706e70;
    border-radius: 5px;
    font-size: 1.0em;
    text-align: center;
}
.product-full-screen-modal-image-wrapper {
    width: 90%;
    height: auto;
    margin: 10% auto 0 auto;
    /*
    background-color: lightgreen;
    /*
    */
}
.product-full-screen-modal-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*
    background-color: lightgreen;
    /*
    */
}
.product-full-screen-modal-caption {
    width: 90%;
    height: auto;
    margin: 1% auto 0 auto;
    font-size: 1.0em;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
    /*
    background-color: lightgreen;
    /*
    */
}

.landing-sub-header-1 {
    margin: 10px auto 10px auto;
    width: 80%;
    text-align: center;
    font-size: 1.2em;   
    color: #706e70; 
}
.landing-sub-header-1-wide {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: center;
    font-size: 1.2em;   
    color: #706e70; 
}
.landing-sub-header-2 {
    margin: 10px auto 10px auto;
    width: 60%;
    text-align: center;
    font-size: 1.2em;   
    color: #b80062; 
}
.landing-sub-header-3 {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: center;
    font-size: 1.2em;   
    color: #b80062; 
}
.landing-sub-header-4 {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: center;
    font-size: 1.8em;   
    color: #62b800; 
}
.landing-notify-me-description {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: center;
    font-size: 1.0em;   
    color: #706e70;     
    overflow: hidden;
}
.landing-notify-email-text-box {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid #b7b6b7;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.landing-notify-email-text-box-error {
    padding: 15px 20px 15px 20px;
    margin: 10px auto;
    width: 90%;
    text-align: left;
    border: 2px solid red;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 1.0em;   
    color: #706e70;
    outline: none;
}
.landing-notify-me {
    width: 90%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 3% 0;
    background-color: #b80062;    
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}
.landing-notified-me {
    cursor: default;
}
.landing-notify-me-disabled {
    background-color: #A0A0A0;    
    color: #F5F5F5;
    cursor: default;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}


.landing-iframe_wrapper {
    width: 90%;
    height: auto;
    margin: 20px auto 30px auto;
    background: #CCC;
}
.landing_iframe {
    position: relative;
}
.landing_iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}
.landing_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height:100%;
}
.landing-product-image {
    margin-top: 30px;
    width: 90%;
    height: auto;
    /*
    background-color: lightblue;
    */    
}
.landing-product-description-grey-bg {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: left;
    font-size: 1.2em;   
    color: #706e70;     
    background-color: #e5e5e5;  
}
.landing-product-description {
    margin: 10px auto 10px auto;
    width: 90%;
    text-align: left;
    font-size: 1.2em;   
    color: #706e70;     
    overflow: hidden;
}
.landing-product-description p {
    margin: 0 0 20px 0;
}
.landing-product-description-intro {
    margin-bottom: 30px;
}
.landing-product-price {
    color: #b80062; 
    font-weight: bold;
    font-size: 1.8em;   
}
.landing-product-tax-note {
    margin-bottom: 10px;
    font-size: 0.9em;   
    color: #706e70; 
    font-weight: lighter;
}
.landing-product-discount-code {
    width: 80%;
    margin: 0px auto 20px auto;
    font-size: 0.9em;   
    text-align: center;
    color: #62b800; 
    font-weight: bold;
}
.landing-add-to-cart {
    margin: 0px auto 30px auto;
    width: 80%;
}
.landing-product-description-image {
    width: 20%;
    height: auto;
    margin: 0 5%;
}
.landing-product-description-image-left {
    float: left;
}
.landing-product-description-image-right {
    float: right;
}
.landing-product-description-image-top-margin {
    margin: 0 5% 0 5%;
}
.landing-description-image-portrait {
    width: 50%;
    height: auto;
}
.landing-description-image-landscape {
    width: 100%;
    height: auto;
}
.landing-product-description-sub-header {
    margin: 0px auto 20px auto;
    color: #62b800; 
    font-weight: bold;    
}
.landing-product-description a:link {
    color: #62b800;
    text-decoration: none;
}
.landing-product-description a:visited {
    color: #62b800;
    text-decoration: none;
}
.landing-product-description a:hover {
    color: #D3D3D3;
    text-decoration: none;
}
.landing-product-description a:active {
    color: #D3D3D3;
    text-decoration: none;
}
.centered-unordered-list { 
    display: table; 
    margin: 0 auto;
    text-align: left;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media only screen and (min-width: 400px) {
    .header-prefix-phone-number-wrapper {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 550px) {
    .header-phone-number-wrapper {
        width: 110px;
        line-height: 20px;
        font-size: 0.9em;
        display: inline-block;
    }
    .header-twitter {
        display: inline-block;
    }
    .header-facebook {
        display: inline-block;
    }
    .container-header-prefix {
        display: none;
    }
    .container-menu-expanded {
        top: 50px;
    }
    .content-top-image {
        width: 42%;
        margin: 0 29%;
    }
    .content-inline-image {
        width: 70%;
        margin: 0 15%;
    }
    .products-product-image {
        max-width: 200px;
        max-height: 200px;
    }
    .product-image-thumbnail-wrapper {
        width: 18%;
        margin: 1%;
    }
    .product-add-to-cart {
        width: 74%;
        padding: 2%;
        font-size: 1.1em;
    }
    .product-full-screen-modal-image-wrapper {
        width: 85%;
        margin: 8% auto 0 auto;
    }
    .product-full-screen-modal-caption {
        width: 85%;
    }
    .confirm-billing-info-button{
        width: 70%;
    }
    .confirm-login-button{
        width: 60%;
        margin: 20px auto;
    }
    .confirm-anonymous-email-address-text-box {
        width: 50%;
    }
    .confirm-anonymous-email-address-text-box-error {
        width: 50%;
    }
    .confirm-anonymous-email-address-continue-button{
        width: 30%;
    }
    .chat-dialogue-wrapper {
        width: 60%;
    }
    .subsection-title-image {
        width: 16%;
        margin: 0 3% 0 14%;
    }
    .section-text-lightgrey-bg {
        width: 90%;
    }
    .welcome-section-food-card-example-image {
        width: 35%;
        margin: 0 2%;
    }
    .welcome-image-carousel-quote-container {
        width: 55%;
        bottom: 10%;
        right: 5%;
        font-size: 2.2em;
    }
}

@media only screen and (min-width: 611px) {
    .header-phone-number-wrapper {
        width: 130px;
        line-height: 20px;
        font-size: 1.0em;
    }
    .header-menu-icon-wrapper {
        padding: 0 1%;
    }
	#gallery-container {
	}
	.gallery-item {
	    width: 23%;
	}
	#testimonial-carousel-narrow {
	    display: none;
	}
    #testimonial-carousel-wide {
	    display: block;
	}
	#testimonial-carousel-image-container {
	    width: 40%;
	    float: left;
	}
	#testimonial-carousel-quote-container {
	    width: 45%;
	    float: left;
	    margin: 100px 0 0 70px;
	}
	.food-card-search {
	    width: 80%;
	}
	.content-top-image {
	    width: 38%;
        margin: 0 31%;
	}
    .content-inline-image {
        width: 66%;
        margin: 0 17%;
    }
	.legal-text {
		margin: 0 5% 0 5%;
	}
	.login-form-wrapper {
		width: 45%;
		float: left;
	}
	.login-section-title-hidden {
	    display: block;
	}
	.reset-password-go-button {
		width: 250px;
	}
	.sign-up-form-divider {
		width: 2px;
	    margin: 0 4%;
	    height: 400px;
		float: left;
	}
	.sign-up-wrapper {
		width: 45%;
		float: left;
	    margin: 0px auto;
	}
	.create-account-form-wrapper {
		width: 80%;
	}
	.create-account-loader-wrapper {
		width: 200px;
	}
    .food-card-modal-button-wrapper {
        width: 70%;
    }
    .confirm-order-form-error-text {
        width: 80%;
    }
    .cart-details-item-image {
        width: 60px;
        height: 60px;
    }
    .cart-details-item-table-image {
        width: 60px;
    }
    .cart-checkout-button{
        width: 30%;
        margin-left: 70%;
    }
    .product-image-thumbnail-wrapper {
        width: 14.666666666666667%;
        margin: 1%;
    }
    .product-add-to-cart {
        width: 54%;
        padding: 1%;
    }
    .product-full-screen-modal-image-wrapper {
        width: 70%;
        margin: 7% auto 0 auto;
    }
    .product-full-screen-modal-caption {
        width: 80%;
    }
    .confirm-billing-info-button{
        width: 60%;
    }
    .chat-dialogue-wrapper {
        width: 50%;
    }
    .landing-iframe_wrapper, .landing-product-image, .landing-product-description, .landing-product-description-grey-bg {
        width: 80%;
    }
    .landing-product-description-image {
        width: 18%;
    }
    .landing-add-to-cart {
        width: 65%;
        padding: 1%;
        font-size: 1.0em;
    }
    .landing-notify-email-text-box {
        width: 70%;
    }
    .landing-notify-me {
        width: 70%;
        padding: 2% 0;
    }
    .subsection-title-image {
        width: 14%;
        margin: 0 3% 0 16%;
    }
    .section-divider, .section-divider-dark {
        width: 50%;
        margin: 20px auto;
    }
    .narrow-section-text {
        width: 80%;
    }
    .section-text-lightgrey-bg {
        width: 80%;
    }
    .home-welcome-video-iframe-wrapper {
        width: 80%;
    }    
    .welcome-section-food-card-example-image {
        width: 30%;
        margin: 0 2%;
    }
    .welcome-image-carousel-left-arrow-container {
        width: 20%;
    }
    .welcome-image-carousel-right-arrow-container {
        width: 20%;
    }
    .welcome-image-carousel-quote-container {
        width: 55%;
        bottom: 10%;
        right: 5%;
        font-size: 3.0em;
    }
    .subsection-title-link-left {
        font-size: 1.2em;
    }
    .subsection-title-link-centered {
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 861px) {
    .header-phone-number-wrapper {
        width: 300px;
        line-height: 40px;
        font-size: 1.1em;
    }
	#gallery-container {
	}
	.gallery-item {
	    width: 18%;
	}
	#testimonial-carousel-quote-container {
	    width: 50%;
	    margin: 100px 0 0 30px;
	}
	.food-card-search {
	    width: 70%;
	}
	.content-top-image {
        width: 32%;
        margin: 0 34%;
	}
    .content-inline-image {
        width: 60%;
        margin: 0 20%;
    }
	hamburger-menu {
		padding: 1% 0 0 0;
	}
	.create-account-form-wrapper {
		width: 70%;
	}
    .food-card-modal-button-wrapper {
        width: 60%;
    }
    .confirm-order-form-error-text {
        width: 60%;
    }
    .cart-details {
        font-size: 1.0em;
    }
    .cart-details-item-image {
        width: 80px;
        height: 80px;
    }
    .cart-details-item-table-image {
        width: 80px;
    }
    .cart-checkout-button{
        width: 20%;
        margin-left: 80%;
    }
    .cart-sku-remove-link-short {
        display: none;
    }
    .cart-sku-remove-link-full {
        display: block;
    }

    .products-product-wrapper {
        width: 43%;
        height: 200px;
        margin: 10px;
    }
    .products-product-image {
        max-width: 150px;
        max-height: 150px;
    }

    .product-image-wrapper{
        width: 40%;
        float: left;
        /*
        background-color: pink;
        /*
        */
    }.product-details-wrapper{
        width: 60%;
        margin-top: 0px;
        float: left;
        /*
        background-color: green;
        /*
        */
    }
    .product-sku-price-wrapper{
        margin: 0px 0px 20px 0px;
    }
    .product-add-to-cart {
        width: 74%;
        padding: 3%;
        font-size: 1.0em;
    }
    .product-image-thumbnail-wrapper {
        width: 21%;
        margin: 2%;
    }
    .product-full-screen-modal-image-wrapper {
        width: 60%;
        margin: 5% auto 0 auto;
    }
    .product-full-screen-modal-caption {
        width: 70%;
    }
    .confirm-billing-info-button{
        width: 50%;
    }
    .confirm-login-button-wrapper {
        text-align: center;
    }
    .confirm-login-button{
        width: 30%;
        margin: 0 1%;
        display: inline-block;
    }

    .confirm-anonymous-email-address-instructions {
        width: 48%;
        text-align: right;
    }
    .confirm-anonymous-email-address-input {
        width: 48%;
        text-align: left;
    }
    .confirm-anonymous-email-address-continue-button-wrapper{
        width: 100%;
    }
    .confirm-anonymous-email-address-text-box {
        width: 70%;
    }
    .confirm-anonymous-email-address-text-box-error {
        width: 70%;
    }
    .confirm-anonymous-email-address-form-error-text {
        width: 70%;
    }
    .confirm-anonymous-email-address-continue-button{
        width: 40%;
    }
    .chat-dialogue-wrapper {
        width: 40%;
    }
    .landing-iframe_wrapper, .landing-product-image, .landing-product-description, .landing-product-description-grey-bg {
        width: 70%;
    }
    .landing-product-description-image {
        width: 16%;
    }
    .landing-add-to-cart {
        width: 50%;
        padding: 1%;
        font-size: 1.0em;
    }
    .landing-notify-email-text-box {
        width: 50%;
    }
    .landing-notify-me {
        width: 50%;
    }
    .subsection-title-image {
        width: 12%;
        margin: 0 2% 0 16%;
    }
    .section-divider, .section-divider-dark {
        width: 45%;
        margin: 25px auto;
    }
    .narrow-section-text {
        width: 70%;
    }
    .section-text-lightgrey-bg {
        width: 70%;
    }
    .home-welcome-video-iframe-wrapper {
        width: 70%;
    }    
    .welcome-section-food-card-example-image {
        width: 25%;
        margin: 0 2%;
    }
    .welcome-image-carousel-left-arrow-container {
        width: 18%;
    }
    .welcome-image-carousel-right-arrow-container {
        width: 18%;
    }
    .welcome-image-carousel {
        width: 90%;        
    }
    .welcome-image-carousel-quote-container {
        width: 70%;
        bottom: 10%;
        right: 5%;
        font-size: 4.0em;
    }
}
@media only screen and (min-width: 1111px) {
	#gallery-container {
	}
	.gallery-item {
	    width: 14.666666%;
	}
	#testimonial-carousel-quote-container {
	    margin: 100px 0 0 0;
	}
	.food-card-search {
	    width: 60%;
	}
	.content-top-image {
        width: 30%;
        margin: 0 35%;
	}
    .content-inline-image {
        width: 60%;
        margin: 0 20%;
    }
	.legal-text {
		margin: 0 10% 0 10%;
	}
	.create-account-form-wrapper {
		width: 60%;
	}
    .food-card-modal-button-wrapper {
        width: 50%;
    }
    .confirm-order-form-error-text {
        width: 50%;
    }
    .products-product-image {
        max-width: 200px;
        max-height: 200px;
    }
    .product-image-thumbnail-wrapper {
        width: 18%;
        margin: 1%;
    }
    .product-add-to-cart {
        width: 64%;
        padding: 2%;
    }
    .product-full-screen-modal-image-wrapper {
        width: 50%;
        margin: 3% auto 0 auto;
    }
    .product-full-screen-modal-caption {
        width: 60%;
    }
    .confirm-anonymous-email-address-text-box {
        width: 60%;
    }
    .confirm-anonymous-email-address-text-box-error {
        width: 60%;
    }
    .confirm-anonymous-email-address-form-error-text {
        width: 60%;
    }
    .confirm-anonymous-email-address-continue-button{
        width: 30%;
    }
    .chat-dialogue-wrapper {
        width: 30%;
    }
    .landing-iframe_wrapper, .landing-product-image, .landing-product-description, .landing-product-description-grey-bg {
        width: 60%;
    }
    .landing-product-description-image {
        width: 14%;
    }
    .landing-add-to-cart {
        width: 40%;
        padding: 1%;
        font-size: 1.0em;
    }
    .landing-notify-email-text-box {
        width: 40%;
    }
    .landing-notify-me {
        width: 40%;
        padding: 1% 0;
    }
    .subsection-title-image {
        width: 10%;
        margin: 0 2% 0 18%;
    }
    .section-divider, .section-divider-dark {
        width: 40%;
        margin: 25px auto;
    }
    .narrow-section-text {
        width: 60%;
    }
    .section-text-lightgrey-bg {
        width: 60%;
    }
    .home-welcome-video-iframe-wrapper {
        width: 60%;
    }    
    .welcome-section-food-card-example-image {
        width: 20%;
        margin: 0 2%;
    }
    .welcome-image-carousel-left-arrow-container {
        width: 16%;
    }
    .welcome-image-carousel-right-arrow-container {
        width: 16%;
    }
    .welcome-image-carousel {
        width: 80%;        
    }
    .welcome-image-carousel-quote-container {
        width: 70%;
        bottom: 10%;
        right: 5%;
        font-size: 4.5em;
    }
}
@media only screen and (min-width: 1361px) {
	#gallery-container { 
	}
	.gallery-item {
	    width: 12.28571%;
	}
	.food-card-search {
	    width: 50%;
	}
	.content-top-image {
        width: 28%;
        margin: 0 36%;
	}
    .content-inline-image {
        width: 60%;
        margin: 0 20%;
    }
	.create-account-form-wrapper {
		width: 50%;
	}
    .food-card-modal-button-wrapper {
        width: 40%;
    }
    .confirm-order-form-error-text {
        width: 30%;
    }
    .cart-checkout-button{
        width: 15%;
        margin-left: 85%;
    }
    .product-image-thumbnail-wrapper {
        width: 14.666666666666667%;
        margin: 1%;
    }
    .product-add-to-cart {
        width: 54%;
    }
    .product-full-screen-modal-image-wrapper {
        width: 40%;
        margin: 2% auto 0 auto;
    }
    .product-full-screen-modal-caption {
        width: 50%;
    }
    .confirm-anonymous-email-address-text-box {
        width: 50%;
    }
    .confirm-anonymous-email-address-text-box-error {
        width: 50%;
    }
    .confirm-anonymous-email-address-form-error-text {
        width: 50%;
    }
    .confirm-anonymous-email-address-continue-button{
        width: 25%;
    }
    .chat-dialogue-wrapper {
        width: 25%;
    }
    .landing-iframe_wrapper, .landing-product-image, .landing-product-description, .landing-product-description-grey-bg {
        width: 50%;
    }
    .landing-product-description-image {
        width: 12%;
    }
    .landing-add-to-cart {
        width: 30%;
        padding: 1%;
        font-size: 1.0em;
    }
    .landing-notify-email-text-box {
        width: 30%;
    }
    .landing-notify-me {
        width: 30%;
    }
    .subsection-title-image {
        width: 10%;
        margin: 0 2% 0 20%;
    }
    .section-divider, .section-divider-dark {
        width: 35%;
        margin: 25px auto;
    }
    .narrow-section-text {
        width: 50%;
    }
    .section-text-lightgrey-bg {
        width: 50%;
    }
    .home-welcome-video-iframe-wrapper {
        width: 50%;
    }    
    .welcome-section-food-card-example-image {
        width: 15%;
        margin: 0 2%;
    }
    .welcome-image-carousel-left-arrow-container {
        width: 14%;
    }
    .welcome-image-carousel-right-arrow-container {
        width: 14%;
    }
    .welcome-image-carousel {
        width: 70%;        
    }
    .welcome-image-carousel-quote-container {
        width: 70%;
        bottom: 10%;
        right: 5%;
        font-size: 5.0em;
    }
}