	@font-face {
		    font-family: 'brush_scriptregular';
		    src: url('./fonts/brush_script_regular-webfont.eot');
		    src: url('./fonts/brush_script_regular-webfont.eot?#iefix') format('embedded-opentype'),
		         url('./fonts/brush_script_regular-webfont.woff2') format('woff2'),
		         url('./fonts/brush_script_regular-webfont.woff') format('woff'),
		         url('./fonts/brush_script_regular-webfont.ttf') format('truetype'),
		         url('./fonts/brush_script_regular-webfont.svg#brush_scriptregular') format('svg');
		    font-weight: normal;
		    font-style: normal;
		}
		
		@font-face {
		    font-family: 'latolight';
		    src: url('./fonts/lato-light-webfont.eot');
		    src: url('./fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		         url('./fonts/lato-light-webfont.woff2') format('woff2'),
		         url('./fonts/lato-light-webfont.woff') format('woff'),
		         url('./fonts/lato-light-webfont.ttf') format('truetype'),
		         url('./fonts/lato-light-webfont.svg#latolight') format('svg');
		    font-weight: normal;
		    font-style: normal;
		}
		
		@font-face {
		    font-family: 'latoregular';
		    src: url('./fonts/lato-regular-webfont.eot');
		    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		         url('./fonts/lato-regular-webfont.woff2') format('woff2'),
		         url('./fonts/lato-regular-webfont.woff') format('woff'),
		         url('./fonts/lato-regular-webfont.ttf') format('truetype'),
		         url('./fonts/lato-regular-webfont.svg#latoregular') format('svg');
		    font-weight: normal;
		    font-style: normal;
		}
		
		html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center,
			dl, dt, dd, ol,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td,
			article, aside, canvas, details, embed,
			figure, figcaption, footer, header,
			menu, nav, output, ruby, section, summary,
			time, mark, audio, video {
			    margin: 0;
			    padding: 0;
			    border: 0;
			    font-size: 100%;
			    font: inherit;
			    vertical-align: baseline;
			}
			/* HTML5 display-role reset for older browsers */
			article, aside, details, figcaption, figure,
			footer, header, menu, nav, section {
			    display: block;
			}
			body {
			    line-height: 1;
			}
			ol, ul {
			   /* list-style: none;*/
			  padding-left: 25px;
			}
			blockquote, q {
			    quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
			    content: '';
			    content: none;
			}
			table {
			    border-collapse: 			collapse;
			    border-spacing: 			0;
			}
			
			a {
				outline: 					none;
				text-decoration: 			none;
			}
			
			strong {
				font-weight: bold;
			}
			
			em {
				font-style: italic;
			}
		
			body {
				background: #f8f8f8;
			}
		
			input[type="radio"], input[type="checkbox"] {
				width: 18px;
			}
			
			textarea {
				width: 200px;
				height: 180px;
			}
			
			input, textarea {
				outline: none;
			}
		
		html {
			    font-family: "latolight", "Trebuchet MS", Arial, sans-serif;
			    font-size: 18px;
			    color: rgba(0, 0, 0, 0.87);
    
		}

        p {
            margin: 12px 0;
        }

		#Wrapper {
			width: 970px;
			margin: 1% auto;
			box-shadow: 0 0 30px rgba(0,0,0, 0.55);
			background: #fff;
			padding: 2.5%;
			border-radius: 4px;
			min-height: 500px;

            opacity: 0;
            transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -webkit-transition: opacity .5s ease-in-out;
		}

        .blurred {
            /*-webkit-filter: blur(10px);*/
            opacity: .25 !important;
        }
		
		nav {
			border-top: 1px solid white;
			/*max-width: 980px;*/
			margin: 0px auto 45px auto;
            background: rgba(255,255,255,.98);
            box-shadow: 0 0 10px 10px rgba(0,0,0,.2);
            opacity: 0;
            transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -webkit-transition: opacity .5s ease-in-out;

            position: absolute;
            top: 0;
            width: 100%;
		}
		
			nav ul {
				list-style: none;
				width: 100%;
				margin: 0;
				padding: 14px 0;
				text-align: center;
			}
			
				nav li {
					display: inline-block;
					margin: 0 3%;
				}
				
			nav a {
				font-family: 'latolight', arial, sans-serif;
				/*font-weight: 700;*/
				font-size: 1.1em;
				transition: 250ms ease;
/* 				transition-delay: .1s; */
				color: rgba(255, 255, 255, .9);
                color: #e42329;
				
			}
			
				nav a.Loading {
					opacity: 0;
					letter-spacing: -12px;
				}
				
				nav a:hover, nav a.Active {
					/*border-bottom: 2px solid orange;*/
					/*color: orange;*/
                    border-bottom: 3px solid white;
                    /*box-shadow: 0 4px 7px -5px #333;*/
                    border-bottom: 2px solid #e42329;

                    color: white;
                    background: #e42329;
                    /*border-radius: 4px;*/
                    padding: 11px 14px;
                    box-shadow: 0 0 20px 0px rgba(0,0,0,.2);
				}
				
		body {
			background-image: url('Italian-Grinder3251.jpg');
			background-attachment: fixed;
			background-size: cover;
		}
		

		
		#Site-Header {
			display: block;
		    font-size: 2em;
		    line-height: 62px;
		    color: #ffffff;
		    font-weight: 700;
		    text-transform: uppercase;
		    letter-spacing: 4px;
		    /*padding: 32px 16px 0;*/
		    font-family: 'latoregular', arial, sans-serif;
		    
            margin-right: auto;
            margin-left: auto;
            /*padding-left: 30px;*/
            /*padding-right: 30px;*/
            padding: 48px 30px 0px 30px;
            max-width: 970px;

            text-align: center;
		}

            .Company-Name, h1 {
                font-size: .8em;
                font-weight: bold;
                font-family: "latoregular", arial, sans-serif;
            }

            h1 {
                margin-bottom: 2%;
            }

            .Company-Name img {
                max-width: 25%;
                background: white;
                border-radius: 0 0 20px 20px;
                box-shadow: 0 0 20px 5px rgba(0,0,0,.25);
                opacity: 0;
                transition: opacity .5s ease-in-out;
            }

            h1 {
                font-size: 2em;
            }

            h1.homepage {
                font-size: 1.8em;
                margin: 40px 0;
                text-align: center;
            }

		.content {
            min-height: 400px;
		}
		
		footer {
			padding-top: 16px;
			text-align: center;
            font-size: .7em;
            border-top: 1px solid rgba(0,0,0,.1);
            margin-top: 120px;
		}

        a#LoginToViewCoupons {
            font-size: 14px;
        }
		
		#LeftSide {
			width: 65%;
			float: left;
            transition: -webkit-filter .5s;
		}

            #Social {
                text-align: left;
            }
		
		#RightSide {
			width: 30%;
			float: right;
            margin-top: 5%;
            line-height: 1.4em;
            margin-left: 5%;
		}

        #RightSide.homepage {
            margin-left: 0;
            width: 35%;
            margin-top: 0;
        }

            #RightSide #CallNow {
                margin-bottom: 5%;
            }

            /*#RightSide #CallNow a {*/
                /*font-size: 1.5em;*/
            /*}*/
		
		.MenuItem {
			width: 100%;
			float: left;
			margin-bottom: 48px;
            box-sizing: border-box;
            transition-duration: 100ms;
            -webkit-transition-duration: 100ms;
            padding: 10px;
		}

        /*.selectedMenuItem {*/
            /*padding: 9px;*/
            /*border: 1px dashed #e42329;*/
        /*}*/


    .MenuCategoryHeader {
                width: 100%;
                height: 64px;
                line-height: 64px;
                text-align: center;
                font-size: 1.7em;
                font-family: 'latolight', arial, sans-serif;
                color: #fff;
                float: left;
                border-radius: 4px;
                margin: 40px 0;
                box-shadow: 0 10px 20px -9px rgba(0,0,0,.45);
            }

			.MenuItemImage {
				width: 40%;
				float: left;
			}
			
				.MenuItemImage img {
					max-width: 100%;
				}
			
			.MenuItemDetails {
				width: 50%;
				float: left;
				padding-left: 5%;
				box-sizing: border-box;
			}
			
				.MenuItemName {
					width: 100%;
					font-size: 1.35em;
					font-style: italic;
					font-weight: 300;
					line-height: 32px;
				}
			
				.MenuItemDescription {
					width: 100%;		
					font-size: 1em;			
				}
				
			.MenuItemPrice {
				float: left;
				width: 10%;
				font-size: 1.5em;
				font-style: italic;
				font-weight: 300;
				line-height: 32px;
				text-align: right;
			}

            .starting_at {
                font-size: .5em;
                white-space: nowrap;
                display: block;
            }

            .MenuItemAction {
                width: 100%;
                text-align: center;
                display: inline-block;
                box-sizing: border-box;
            }

            span.menuItemPrice {
                font-size: 1.4em;
            }

			
		.Clear {
			clear: both;
		}
		
		.content p {
		
			line-height: 1.8em;
		}
		
		#HoursOfOperation {
			font-size: .8888em;
			width: 30%;
            margin: 60px auto 0px auto;
		}
		
			#HoursOfOperation span {
				display: inline-block;
				height: 40px;
				width: 49%;
				white-space: nowrap;
			}
		
				.HoursDay {
					text-align: left;
				}
				
				.HoursTimes {
					text-align: right;
				}
		
		#RightSide ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
			#RightSide i {
				color: #e42329;
			}
			
			#RightSide ul a {
				text-transform: uppercase;
				color: rgba(0,0,0,.54);
				letter-spacing: 1.5px;
				font-size: .8888em;
			}
			
			#RightSide ul li {
				height: 40px;
			}
			
		.content h2 {
			text-align: center;
			margin: 20px 0;
			font-size: 1.25em;
		}

    #Logo {
        width: 70%;
        margin: 0 auto;
    }

        #Logo img {
            max-width: 100%;
        }

    input[type="text"] {
        -webkit-appearance: none;
    }

    #SelectGrinderSizeLabel {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        font-size: 1.4em;
        margin-left: 10px;
    }

        #SelectGrinderSizeLabel.startingFontSmall {
            font-size: 1em;
        }

    #AccountLoginButton, .SaveVotes, .AddToOrder, .ItemRemove a, #PlaceOrder, #ContinueCheckout, .ClosePopup, #AddMoreItems, .ItemRemove a, .EditOrder, .ClearCart, .AddExtras, .btn {
        color: #e42329;
        font-size: 16px;
        font-family: 'latolight', arial, sans-serif;
        border: 1px solid #e42329;

        padding: 5px 10px;
        transition: 250ms ease-in-out;
        cursor: pointer;
        margin-top: 12px;
        display: block;
        float: right;
        background-color: white;
        -webkit-appearance: none;

        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    /* AddToOrder styling update for visibility - 1/23/18 */
    .AddToOrder {
        background-color: #e42329;
        border: 1px solid #e42329;
        color: #fff;
    }

    .AddToOrder:hover {
        background-color: white !important;
        color: #e42329 !important;
        border: 1px solid #e42329 !important;
    }

    .readMoreMenu {
        margin-right: 10px;
    }
    
    .Vote {
        display: inline-block;
        float: none;
    }
    
    #PlaceOrder {
        font-size: 1.5em;
    }

    .preferredAction {
        background-color: #e42329 !important;
        color: #fff !important;
    }

    .preferredAction:hover {
        /*background-color: #fff !important;*/
        /*color: #e42329 !important;*/
        /*border: 1px solid #e42329 !important;*/
        /*font-weight: bold;*/
    }

    .ItemRemove a {
        margin-top: 0;
    }

    a {
        color: #e42329;
    }

    #AccountLoginButton:hover, .SaveVotes:hover, .AddToOrder:hover, #PlaceOrder:hover, #ContinueCheckout:hover, .ClosePopup:hover, #AddMoreItems:hover, .ItemRemove a:hover, .EditOrder:hover, .ClearCart:hover, .AddExtras:hover, .btn:hover  {
        background: #e42329;
        color: #fff;
        border: 1px solid transparent;
    }

    #AccountLoginButton {
        margin: 10px auto;
        font-size: 20px;
        float: none;
    }

    #OptionPopup {
        width: 860px;
        background: rgba(255,255,255,.99);
        opacity: 0;
        left: 50%;
        margin-left: -450px;
        position: fixed;
        top: 10%;
        box-shadow: 0 0 70px -10px rgba(0,0,0,.3);
        padding: 20px;
        z-index: -10;
        overflow: hidden;
        border-radius: 4px;

        transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
    }

    #OptionPopup table {
        width: 450px;
        margin: 0 auto;
    }

    #OptionPopup tr, #OptionPopup td {
        vertical-align: top;
        padding: 6px;
        font-family: 'latolight', arial, sans-serif;
        font-size: 16px;
    }

    #OptionPopup input[type="number"], #OptionPopup textarea {
        border: 1px solid #dbdbdb;
        width: 200px;
        padding-left: 4px;
        min-height: 30px;
        font-family: 'latolight', arial, sans-serif;
        font-size: 14px;
    }

    #OptionPopup input[type="number"] {
        text-align: center;
    }

    #OptionPopup .ItemAddedPopup, .EmptyCart {
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 1.5em;
        font-family: "latoregular", arial, sans-serif;
    }

    .OrderCompleteConfirm {
        font-size: 1.1em;
        font-family: "latoregular", arial, sans-serif;
    }

    .OrderCompleteConfirm p {
        text-align: center;
        margin: 15px 0;
        line-height: 30px;
    }

    .EmptyCart {
        line-height: 50px;
    }

    #OptionPopup textarea {
        width: 100%;
        height: 30px;
        resize: none;
    }

        #YourItemComesWithMessage {
            text-decoration: underline;
        }

        #ToppingsListTable {
            margin-top: 5px;
        }

    .EmptyCart, .OrderCompleteConfirm {
        font-family: 'latolight', arial, sans-serif;
    }
    
    a#ApplyCoupon {
	    font-size: .8em;
        -webkit-transition-duration: 100ms;
        transition-duration: 100ms;
    }

    #AccountCouponSubtext {
        font-size: .8em;
        font-style: italic;
        margin-top: 15px;
        display: inline-block;
    }

    .YouHaveCouponsAvailable {
        font-family: "latolight", arial, sans-serif;
        font-size: .9em;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .copyDailyHotDeal, #LoginToViewCoupons {
        font-size: 14px;
    }

    #CouponDropdownSelector {
        width: 175px;
        height: 40px;
        border-radius: 0;
        padding: 7px;
        text-align: center;
        font-size: 14px;
        font-family: 'latolight', arial, sans-serif;
        -webkit-transition-duration: 100ms;
        transition-duration: 100ms;
    }

    .ReviewOrderItem {
        border-bottom: 1px solid rgba(0,0,0,.45);
    }

    .ReviewOrderSection {
        font-size: 1.4em;
        font-family: 'latolight', arial, sans-serif;
        background: #e2e2e2;
        width: 100%;
        height: 72px;
        line-height: 72px;
        margin-top: 60px;
    }

        .ReviewOrderSection div {
            margin-left: 2%;
            display: inline-block;
        }

        .ReviewOrderItem {
            width: 100%;
            margin: 20px 0;
            display: inline-block;
            font-family: 'latolight', arial, sans-serif;
            font-size: 1.2em;
            padding-bottom: 12px;
        }

        .ReviewOrderItem div {
            float: left;
        }

    .AdditionalOptionsContainer {
        font-family: 'latolight', arial, sans-serif;
        font-size: 24px;
        padding: 30px;
    }

    #CategoryAnchors {
        height: 40px;
        margin: 0 auto 25px auto;
        width: 930px;
        line-height: 40px;
        text-align: center;
    }

    #CategoryAnchors a {
        font-family: 'latolight', arial, sans-serif;
        font-size: 1em;
        color: #000;
        padding: 4px;
        cursor: pointer;
    }

    #CategoryAnchors a:hover {
        text-decoration: underline;
    }

    #Tax, #DeliveryCharge {
        text-align: right;
        height: 70px;
        /*margin-right: 40px;*/
        font-size: 1.1em;
        font-family: 'latolight', arial, sans-serif;
        margin-top: 50px;
        padding-right: 11px;
    }

    #DeliveryCharge {
        margin-top: -20px;
    }

    #Total, #CouponApplied {
        text-align: right;
        height: 70px;
        /*margin-right: 40px;*/
        font-size: 1.2em;
        font-family: 'latolight', arial, sans-serif;
    }

    #CouponApplied {
        font-size: 1.1em;
        font-weight: bold;
        color: lawngreen;
        height: 120px;
    }

    #Total span.TotalBorder {
        border: 1px solid rgba(0,0,0,.57);
        border-radius: 4px;
        padding: 8px;
    }

    #BackToTop {
        cursor: pointer;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 65px;
        position: fixed;
        right: 30px;
        bottom: 60px;
        background-color: #ebebeb;
        border: 1px solid #fff;
        border-radius: 12px;
        color: #fff;
        font-family: 'latolight', arial, sans-serif;
        opacity: 0;
        transition: 250ms;
    }

    #BackToTop.Enabled {
        opacity: 1;
        bottom: 30px;
    }

    #BackToTop i {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    #MobileCartQuickLink {
        display: none;
    }

    #CustomerOrderMethod {
        font-size: 2em;
        font-family: "latoregular", arial, sans-serif;
        width: 100%;
        margin-top: 40px;
    }

    #CustomerCarryout td.corrected {
        vertical-align: middle;
        white-space: nowrap;
    }

    #CustomerDelivery tr:first-child td , #CustomerCarryout tr:first-child td, #CreditCardPaymentInfo td {
        vertical-align: middle;
        white-space: nowrap;
    }

        #CustomerCarryout input[type="checkbox"], #CustomerDelivery input[type="checkbox"] {
            border: none;
        }

    #CreditCardPaymentInfo span {
        font-weight: bold;
        padding-top: 8px;
        display: inline-block;
    }

    .BottomNavigation {
        margin-top: 60px;
    }

    .FollowNav {
        width: 100% !important;
        box-shadow: 0 0 20px -4px rgba(0,0,0,.7);
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
    }

    .CartLabel {
        color: #e42329;
        font-size: 1.5em;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 5px;
        border: 1px solid #e42329;
        border-bottom: 0;
    }

    #Basket {
        color: #336633;
        font-family: 'latoregular', arial, sans-serif;

        background-image: url('./gfx/Basket.png');
        background-repeat: no-repeat;
        width: 90px;
        height: 86px;
        /*float: right;*/
        cursor: pointer;

        -webkit-transition-duration: 100ms;
        transition-duration: 100ms;

        margin: 0 auto 40px auto;
    }

    #Basket div {
        text-align: right;
    }

    #Basket div a {
        color: white;
        font-size: .59em;
        font-family: 'latolight', arial, sans-serif;
        text-shadow: 0 0 10px #1a1a1a;
        white-space: nowrap;
    }

    #Basket div a:hover {
        font-weight: bold;
    }

    #Basket span {
        margin-left: 63px;
        margin-top: 54px;
        display: inline-block;
        background: white;
        border-radius: 20px;
        font-size: 1.5em;
    }

        #Basket span.DoubleDigit {
            margin-left: 59px;
            margin-top: 54px;
            display: inline-block;
            background: white;
            border-radius: 20px;
            font-size: 1.2em;
        }

    .BasketClockwise {
        -webkit-transition-duration: 750ms !important;
        transition-duration: 750ms !important;
        transition-timing-function: ease-in-out;
        transform: rotate(20deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
    }

    .BasketCounterClockwise {
        -webkit-transition-duration: 750ms !important;
        transition-duration: 750ms !important;
        transition-timing-function: ease-in-out;
        transform: rotate(-20deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
    }

    .BasketLarge {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    #Basket.Detached {
        position: fixed;
        z-index: 1000000000;
        top: 100px;
        right: 5%;
        margin-top: -75px;
        margin-right: 22px;
    }

    #CustomerDelivery, #CustomerCarryout {
        font-size: 18px;
        font-family: 'latolight', arial, sans-serif;
        display: none;
        margin: 50px auto;
        width: 400px;
    }

    #CustomerCarryout {
        display: block;
    }

    #CustomerDelivery td, #CustomerCarryout td {
        text-align: right;
    }

    #CustomerDelivery input, #CustomerCarryout input, #CustomerCarryout select, input[name="CouponCode"] {
        width: 300px;
        height: 32px;
        padding: 6px;
        border: 1px solid #a1a1a1;
        border-radius: 4px;
        font-size: 16px;
        margin-left: 30px;
        margin-bottom: 6px;
    }
    
    input[name="CouponCode"] {
	    border: 1px solid rgba(0,0,0,0.15);
    }

    input[name="CouponCode"] {
        text-align: right;
        width: 170px;
        font-family: "latolight", arial, sans-serif;
    }

    #CustomerCarryout select {
        width: 314px;
        height: 46px;
    }

    .ItemExtras {
        font-size: 11px;
    }

    label {
        cursor: pointer;
    }


    .DeliveryDay {
        width: 250px;
        float: left;
        text-align: center;
        line-height: 22px;
    }

    #DeliveryTimes {
        font-family: 'latolight', arial, sans-serif;;
        width: 750px;
        margin: 38px auto;

    }

    #CurrentTime {
        font-family: 'latoregular', arial, sans-serif;;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }

    .CurrentDayBold {
        font-weight: bold;
        font-family: 'latoregular', arial, sans-serif;;
    }


    #HoursOfDelivery {
        width: 100%;
        display: inline-block;
    }

    #HoursOfDelivery h3 {
        font-family: 'latolight', arial, sans-serif;;
        font-size: 36px;
        text-align: center;
        margin-top: 70px;
    }

    .LocationInfo {
        width: 100%;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

        .LocationInfo a {
            color: orange;
        }

    #LocationRightSide {
        float: right;
    }

    #LocationLeftSide {
        float: left;
    }

    #LocationLeftSide h2, #LocationRightSide h2 {
        font-size: 1.7em;
        margin-bottom: 10px;
    }

    #Giorgio {
        background: url('./gfx/Giorgio-1.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 100%;
        height: 500px;
        position: fixed;
        bottom: -3px;
        left: 0;
    }

        #Giorgio div {
            color: #fff;
            font-size: 1em;
            font-family: "latoregular", arial, sans-serif;
            margin-left: 373px;
            margin-top: 42px;
            line-height: 1.4em;
        }

    .AccountCustomerCenteredInfo {
        width: 100%;
        line-height: 30px;
        text-align: center;
    }

    .AccountCustomerInfo {
        width: 400px;
        float: right;
        text-align: right;
        line-height: 30px;
    }

        .AccountCustomerInfo a {
            font-size: .8em;
        }

        .CustomerEmail {
            font-size: .8em;
        }

    .CreateAccountAdditionalInfo {
        display: none;
    }

    #AccountLoginForm, #AccountLoginForm table {
        width: 100%;
    }

        #AccountLoginForm input[type="text"],
        #AccountLoginForm input[type="password"],
        #AccountLoginForm input[type="email"],
        #AccountLoginForm input[type="phone"],
        input.FeedbackEmail,
        .defaultInput {
            border-radius: 12px;
            padding: 7px;
            border: 1px solid #cfcfcf;
            font-family: 'latolight', arial, sans-serif;
            font-size: .8em;
            margin: 10px 2px;
        }

    .supportingArtistInput {
        width: 100%;
    }

    .ArtistSubmissionContainer {
        width: 50%; margin: 0 auto; padding: 15px;
    }

    .ArtistSubmissionContainer input, .ArtistSubmissionContainer textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .AccountsDataTable td {
        padding: 7px 8px 7px 0;
    }

    .greyBorderBottom {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .AccountOrders {
        width: 100%;
        font-size: .9em;
        margin-top: 70px;
    }

        .AccountOrders h2, .CustomerCoupons h2 {
            text-align: left;
            border-bottom: 1px solid rgba(0,0,0,.1);
            padding-bottom: 2px;
        }

        tr.headerRow {
            font-weight: bold;
            height: 30px;
            font-size: 1.1em;
        }

        tr.headerRow td {
            padding: 7px 8px 7px 0;
        }

        .AccountOrdersDetails {
            font-size: .85em;
            width: 100%;
            margin-bottom: 30px;
            font-weight: normal !important;
            text-align: right;
        }

        .AccountOrdersDetails tr td:first-child {
            text-align: left;
        }

    .AccountOrdersStatus {
        font-size: .75em;
        padding: 4px;
        display: inline-block;
    }

        .AccountOrdersStatus.Pending {
            color: #1a1a1a;
            background-color: #FBC722;
        }

        .AccountOrdersStatus.Delivering {
            color: white;
            background-color: #BBE56A;
        }

        .AccountOrdersStatus.Received {
            color: white;
            background-color: lightblue;
        }

    .ConfirmReorder {
        display: none;
        margin: 12px;
    }

        .ConfirmReorder a {

            color: #e42329;
            font-size: 20px;
            font-family: 'latolight', arial, sans-serif;
            border: 1px solid #e42329;
            border-radius: 16px;
            padding: 0 14px;
            transition: 250ms ease-in-out;
            cursor: pointer;
            text-align: center;
            margin-top: 12px;
            background-color: white;
            -webkit-appearance: none;
            -webkit-border-radius: 16px;
        }

            .ConfirmReorder a:hover {
                background: #e42329;
                color: #fff;
                border: 1px solid transparent;
            }

    #Slideshow {
        width: 100%;
        height: 400px;
        overflow: hidden;
        /*border-bottom: 1px solid #ccc;*/
    }

        #Slideshow img {
            display: none;
            max-width: 100%;
            /*transition-duration: 500ms;*/

        }

        #Slideshow img.On {
            /*opacity: 1;*/
        }

    #ContinueCheckout {
        -webkit-transition-duration: 100ms;
        transition-duration: 100ms;
    }

    .Large {
        -webkit-transform: scale(1.18, 1.18);
        transform: scale(1.18, 1.18);
    }

    .AccountBenefitsList {
	    text-align: center; 
	    list-style: none;
	    padding: 0;
    }

    #Announcements {
        max-width: 80%;
        background: rgba(255, 255, 255, .95);
        height: 0;
        position: absolute;
        top: 48px;
        width: 80%;
        left: 50%;
        margin-left: -40%;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.7);
        border-radius: 0 0 4px 4px;
        line-height: 45px;
        text-align: center;
        -webkit-transition: height 250ms;
        -moz-transition: height 250ms;
        -ms-transition: height 250ms;
        -o-transition: height 250ms;
        transition: height 250ms;
        transition-timing-function: ease-in-out;
        overflow: hidden;
        font-size: .9em;
    }

    #Announcements.active {
        height: 45px;
    }

    #EditAccountContainer {
        display: none;
        margin: 40px 0;
        line-height: 30px;
        font-size: .9em;
    }

        #EditAccountContainer input {
            border-radius: 4px;
            border: 1px solid #dbdbdb;
            padding: 4px;
            width: 200px;
        }

        #EditAccountContainer button.EditOrder {
            font-size: 1em;
        }

        #EditAccountContainer a, #EditAccountContainer button {
            cursor: pointer;
        }

    input.disabled {
        border: 1px solid white !important;
    }


    #AccountActionColumn {
        width: 18%;
    }

    #AccountOrderDateColumn {
        width: 18%;
    }

    #AccountStoreLocationColumn {
        width: 14%;
    }

    #AccountOrderDetailsColumn {
        width: 50%;
    }

    .UpChargeSuggestion {
        /*display: none;*/
    }

    #CouponSuggestion {
        font-size: 1em;
        text-align: center;
        width: 100%;
        display: block;
    }

    #CouponDescriptions {
        display: none;
        margin-top: 4px;
        font-size: .9em;
        text-align: center;
        width: 100%;
        line-height: 1.4em;
    }

    .featured-item {
        display: block;
    }

    .featured-item .feature-price {
        /*display: none;*/
        color: #e42329;
        display: block;
    }

    .featured-item .fa-star {
        color: #e42329;
        /*display: none;*/
    }

    .featured-item .menuItemPrice {
        text-decoration: line-through;
        font-size: .9em;
    }

    #MostPopularItems .MenuItem {
        margin-bottom: 5px;
    }

    #MostPopularItems .MenuItem .MenuItemImage {
        text-align: center;
    }

    #MostPopularItems .MenuItem .MenuItemImage img {
        max-height: 162px;
    }

    #MostPopularItems .MenuItem a {
        float: left;
    }

    #MostPopularItems h2 {
        font-size: 1.4em;
        margin-bottom: 16px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.08);
        padding-bottom: 5px;
    }

    .PopularItemActions {
        position: absolute;
        right: 20px;
        bottom: 18px;
    }

    .SocialContainer {
        height: 24px;
        line-height: 30px;
        padding: 1% 0 3.5% 0;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
    }

        .SocialContainer a {
            font-size: 2em;
            margin: 0 8px;
        }

    #SiteLinks {
        float: left;
        width: 100%;
    }

    #SiteLinks ul {
        float: left;
        width: 33.33%;
        list-style: none;
        padding: 0;
    }

        #SiteLinks ul li {
            height: 30px;
            text-align: center;
        }

        #SiteLinks a {
            font-size: 1.5em;
        }

    .copyright {
        font-size: .85rem;
        margin-top: 10px;
    }
#FilterContainer {
    text-align: center;
}

    #FilterContainer a {
        /*font-family: "latolight", arial, sans-serif;*/
    }

.MenuItemIndicators {
    color: rgba(0,0,0,.4);
    transition-duration: 100ms;
    position: absolute;
    margin-left: -20px;

}

.favoriteIndicator:hover {
    color: #e42329;
}

.MenuItemIndicators.Active {
    color: #e42329;
}

.recentIndicator {

}

.favoriteIndicator {
    margin-top: 20px;
    cursor: pointer;
}

#FilterDescription {
    font-size: 14px;
    margin-top: 5px;
}

#FilterClear {
    display: none;
    margin-top: 5px;
}

#Send_Contact {
    margin: 30px auto 4px auto; float: none; width: 20%; text-align: center; min-width: 100px;
}

.Advertising_Contact {
    width: 100%;
    border: 0;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
}

.Advertising_Benefits li {
    line-height: 30px;
    font-size: 16px;
}

.AdSpace {
    margin: 30px 0 0 0;
    text-align: center;
}

    .AdSpace img {
        max-width: 100%;
    }

/* Menu Item Pages */

    #MenuItemDetailImages, #MenuItemDetails, #MenuItemRatings, #MenuItemTestimonials {
        float: left;
    }

    #MenuItemDescription, #MenuItemPricing, #MenuItemIngredientList {
        margin-bottom: 30px;
    }

    #MenuItemDetailImages {
        width: 50%;
    }

        #MenuItemFeaturedImage {
            width: 456px;
        }

        #MenuItemFeaturedImage img {
            max-width: 100%;
        }

    .MenuItemAdditionalImages {
        width: 150px;
        float: left;
        margin-right: 3px;
        cursor: pointer;
    }

        .MenuItemAdditionalImages img {
            max-width: 100%;
        }

    #MenuItemDetails {
        margin-left: 10%;
        width: 40%;
        text-align: right;
    }

    #MenuItemDetails ul {
        list-style: none;
        margin-top: 0;
    }

    #MenuItemDetails h2 {
        font-size: 1.4em;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        margin-bottom: 8px;
        padding-bottom: 4px;
    }

    #MenuItemDetailContainer li, #MenuItemDetailContainer p {
        line-height: 1.3em;
    }

.SuggestedItemContainer {
    width: 100%;
    margin-bottom: 5%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 12px;
}

.SuggestedItemName {
    text-align: center;
    font-size: 1.35em;
    margin: 4px;
    box-sizing: border-box;
}

.SuggestedItemImage {
    box-sizing: border-box;
    padding: 25px;
}

.SuggestedItemImage img {
    max-width: 100%;
}

.SuggestedItemDescription {
    width: 80%;
    margin: 0;
    padding-bottom: 14px;
    padding-left: 20px;
}

.SuggestedItemReadMore {
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

#CustomerSuggestions {
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    text-align: center;
}

#LeftSide #CustomerSuggestions {
    width: 100%;
    margin-left: 0;
}

#CustomerSuggestions h2 {
    margin: 30px 0;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "latoregular", arial, sans-serif;
    text-align: center;
}


.ctaButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    background-color: #e42329;
    border: 1px solid #e42329;
    font-family: "latolight", arial, sans-serif;
    color: #fff;
    width: 170px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto;
    display: block;
    line-height: 37px;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    text-align: center;
}

.ctaButton:hover {
    background-color: white;
    color: #e42329;
}

.autoWidth {
    width: auto;
}

.daily-special-container img {
    max-width: 100%;
}

.SourceLinks {
    font-size: 9px;
}

.ShirtContainer {
    width: 32.9%;
    display: inline-block;
    text-align: center;
    margin-bottom: 80px;
}

    .ShirtContainer img {
        max-width: 100%;
    }

    .SaveVotes {
        display: block;
        float: none;
        margin: 0 auto;
    }

.textInput {
    border-radius: 12px;
    padding: 7px;
    border: 1px solid #cfcfcf;
    font-family: 'latolight', arial, sans-serif;
    font-size: .8em;
    margin: 10px 0;
    width: 180px;
}

.ShirtTokensInput {
    text-align: center;
    font-size: 20px;
}

.ShirtsContainer {
    display: none;
    margin-top: 100px;
}

#ReferrerContainer {
    display: none;
}

.ReferringContainer, .BenefitsInformation {
    border: 1px solid rgba(228, 35, 41, .35);
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 30px;
}

.BenefitsInformation {
    margin-top: 50px;
}

h2.AccountBenefits {
    background: white;
    width: 200px;
    margin: 0 auto;
    margin-top: -27px;
}

.getCoupons {
    float: none;
    display: inline-block;
}

.cents {
    font-size: 0.4em;
    vertical-align: top;
    display: inline-block;
    margin-top: -4px;
    margin-left: 2px;
}

.ClosedStore {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: #cc0000;
    font-style: italic;
    margin: 50px 0;
}

.ConfirmOrderContainer {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
}

.question {
    margin-top: 8px;
}

.StartCheckout {
    margin: 22px 0;
}

.ToggleBanner {
    /*text-align: center;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(41, 35, 35, .3);
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 1px;
    padding: 10px;
    font-family: 'latolight', arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ToggleBanner.Active {
    background: rgba(228, 35, 41, 1);
    font-weight: bold;
    font-family: 'latoregular', arial, sans-serif;
}

.couponsContainer, .suggestionsContainer, .contentContainer {
    width: 32.5%;
    float: left;
    min-height: 80px;
    margin-top: 30px;
    padding: 8px;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both;
}

.containerSubtitle {
    font-weight: bold;
    margin-bottom: 12px;
}

.contentContainer input[type="text"], .contentContainer input[type="email"] {
    width: 100%;
    height: 32px;
    padding: 8px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.deliveryInfo {
    font-size: .85em;
    margin-bottom: 5px;
}

.floatLeft {
    float: left !important;
}

.top15 {
    margin-top: 15px;
}

#customTime select {
    padding: 6px;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    font-size: 16px;
    margin: 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
}

.GlutenFreeIndicator {
    color: green;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
}

.daily-hot-deal {
    border: 5px solid #e42329;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
    transition-delay: 2s;
    line-height: 25px;
}

    .daily-hot-deal .strong {
        font-size: 20px;
        font-family: 'latoregular', sans-serif;
        font-weight: bold;
        /*font-style: italic;*/
    }

    .titleSection {
        text-align: center !important;
        font-family: 'lato', sans-serif !important;
        font-size: 1.25em !important;
    }
    
    .descriptionSection {
        text-align: center !important;
        padding-bottom: 10px !important;
    }

    .daily-special-container h3 {
        text-align: center;
        font-size: 2em;
    }

    .FeaturedPizzaPrices .old {
        text-decoration: line-through;
        font-size: .9em;
    }

    .FeaturedPizzaPrices .new {
        font-size: 1.2em;
    }

    .FeaturedPizzaPrices {
        display: inline-block;
        width: 23%;
        padding: 2%;
        box-sizing: border-box;
    }

    .FeaturedPizzaImage {
        text-align: center;
        padding: 12px 0;
    }

    .FeaturedPizzaImage img {
        max-height: 350px;
    }

    .FeaturedPizzaPricing {
        box-sizing: border-box;
        padding: 8px;
    }

    .FeaturedPizzaName {
        font-size: 1.4em;
        font-family: 'lato', sans-serif;
        text-align: center;
        padding: 5px 0;
    }

    .FeaturedPizzaDescription {
        text-align: center;
    }
























    /* Responsive */
	
	@media (max-width: 1040px) {

        /* iPad Landscape */

        body {
            background-size: contain;
        }

		#Wrapper, #Site-Header {
			max-width: 850px;
		}

        #CategoryAnchors {
            width: 100%;
        }

		nav ul li {
			margin: 0 3.7%;
		}

        .BlogPostWrapper {
            max-width: 100%;
        }

	}
	
	@media (max-width: 940px) {

        #CustomerSuggestions {
            display: inline-block;
            width: 100%;
            margin-left: 0;
        }

        h1.homepage {
            margin: 15px 0;
        }

        #Logo img {
            margin: 0 auto;
        }

        #RightSide.homepage {
            width: 100%;
        }

		#Wrapper, #Site-Header {
			max-width: 750px;
		}

        #LeftSide, #RightSide {
            width: 100%;
            margin-bottom: 3%;
        }

        #CategoryAnchors {
            width: 100%;
        }

        #LocationRightSide, #LocationLeftSide {
            float: left;
            width: 100%;
            margin-bottom: 4%;
        }

            #LocationRightSide iframe, #LocationLeftSide iframe {
                width: 100% !important;
            }

        #CategoryAnchors a {
            font-size: .9em;
        }

        nav ul li {
			margin: 0 3%;
		}

        #AccountOrders td {
            width: 100%;
            float: left;
            display: block;
            margin-bottom: 8px;
        }
        
        #AccountActionColumn {
            width: 100%;
            float: left;
            display: none !important;
        }

        #AccountOrderDateColumn {
            width: 100%;
            float: left;
            display: none !important;
        }

        #AccountStoreLocationColumn {
            width: 100%;
            float: left;
            display: none !important;
        }

        #AccountOrderDetailsColumn {
            width: 100%;
            float: left;
            display: none !important;
        }

        #MenuItemDetailImages, #MenuItemDetails {
            margin: 0;
            width: 100%;
        }

        #MenuItemFeaturedImage {
            text-align: center;
            width: 100%;
            margin-bottom: 10px;
        }

	}
	
	@media (max-width: 840px) {

        nav {
            position: inherit;
            top: 0;
            width: 100%;
        }

        #HoursOfOperation {
            font-size: .8888em;
            width: 60%;
            margin: 40px auto 0 auto;
        }

        #SiteLinks ul {
            float: left;
            list-style: none;
        }

        #SiteLinks a {
            font-size: 1.4em;
        }

        .SocialContainer {
            height: 40px;
        }

        .SocialContainer a {
            font-size: 1.5em;
            margin: 0 8px;
        }

        #DeliveryTimes {
            width: 100%;
        }

        .DeliveryDay {
            width: 100%;
            margin-bottom: 20px;
        }

        .EmptyCart {
            line-height: 35px;
        }

        /* iPad Portrait */

        #Wrapper, #Site-Header, nav {
			max-width: 80%;
            overflow: hidden;
            padding: 3%;
		}

        #Site-Header {
            padding: 0;
        }

        #Slideshow {
            height: 300px;
        }

        #Logo {
            width: 100%;
            text-align: center;
        }

            #Logo img {
                max-width: 50%;
                margin: 0 auto;
            }

        #CategoryAnchors {
            width: 100%;
        }

        #CategoryAnchors {
            /*height: 80px;*/
        }

        #CategoryAnchors a {
            font-size: .9em;
            padding: 1px;
        }

		nav ul li {
			margin: 0 1%;
		}

            nav ul li a {
                /*text-shadow: 0 0 7px rgba(0,0,0,.70);*/
            }
		
		#LeftSide {
			width: 50%;
		}

            #Logo img {
                max-width: 100%;
            }

		#RightSide {
			width: 50%;
            margin-left: 0;
		}

        #OptionPopup {
            width: 700px;
            margin-left: -350px;
            box-sizing: border-box;
        }

            #OptionPopup table {
                width: 400px;
            }


        .ReviewOrderSection {
            font-size: .9em;
            padding-left: 2px;
        }

        .ReviewOrderItem {
            font-size: 1em;
        }

            .ReviewOrderItem span {
                margin: 0 !important;
            }

        .content a {
            font-size: 1em !important;
        }

        .BottomNavigation a {
            font-size: .8em !important;
        }

        .AdditionalOptionsContainer {
            font-size: 1em;
            padding: 0;
            padding-top: 10px;
        }

        footer {
            font-size: 1em;
            width: 100%;
            float: left;
        }

        #LeftSide, #RightSide {
            width: 100%;
            margin-bottom: 3%;
        }

    }
	
	@media (max-width: 740px) {


        #OptionPopup {
            width: 500px;
            margin-left: -250px;
            box-sizing: border-box;
        }

        #LeftSide, #RightSide {
            width: 100%;
            margin-bottom: 3%;
        }

        #OptionPopup table {
            width: 300px;
        }
        
        #Slideshow {
            height: 250px;
        }
        
        .FollowNav {
            display: none;
        }

        #CustomerDelivery, #CustomerCarryout {
            width: 100%;
            font-size: .8em;
        }

        #CustomerDelivery input, #CustomerCarryout input, #CustomerDelivery select, #CustomerCarryout select {
            font-size: .8em;
            width: 70%;
        }

        #CustomerDelivery td, #CustomerCarryout td {
            width: 70%;
            text-align: left;
        }

        #CustomerDelivery td:first-child, #CustomerCarryout td:first-child {
            width: 30%;
            text-align: right;
        }

        #CustomerOrderMethod label {
            font-size: .7em;
        }

        #Tax, #DeliveryCharge, #CouponApplied, #Total {
            margin-right: 0;
        }
	}
	
	@media (max-width: 578px) {

        #HoursOfOperation {
            font-size: .8888em;
            width: 100%;
            margin: 30px auto 0 auto;
        }

        .couponsContainer, .suggestionsContainer, .contentContainer {
            width: 100%
        }

        .ShirtContainer {
            width: 100%;
        }

        .starting_at {
            margin-right: -12px;
        }

        #SiteLinks ul {
            float: left;
            width: 100%;
            list-style: none;
        }

        .EmptyCart {
            line-height: 25px;
            font-size: 1.2em;
        }

        #Social {
            text-align: center;
            margin: 12px 0px;
        }

        #RightSide #Content p {
            text-align: justify;
        }

        #Announcements {
            font-size: .8em;
        }

        body {
            background-size: auto;
        }

        nav {
            margin-bottom: 0;
            padding-bottom: 0 !important;

        }

            nav ul li {
                width: 100%;
                height: 36px;
                line-height: 36px;
                margin: 0;
            }

                nav ul li a {
                    font-size: 1.35em;
                    display: block;
                }

                nav a:hover, nav a.Active {
                    padding: 0 14px !important
                }

        .ReviewOrderSection div {
            white-space: nowrap;
        }

        #CategoryAnchors {
            height: 120px;
        }
        
		h1 {
			font-size: 1.5em;
		}

        #Site-Header .Company-Name {
            font-size: 1em;
        }


        h1.homepage {
            font-size: .9em;
            margin: 0;
            margin-bottom: 3%;
        }

        #Slideshow {
            height: 145px;
        }

        #LeftSide, #RightSide {
            width: 100%;
            margin-bottom: 3%;
        }

		.MenuItemImage {
			width: 100%;
		}

        #MostPopularItems h2 {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        #MostPopularItems .MenuItem {
            margin-bottom: 10px;
        }

        #MostPopularItems .MenuItem .MenuItemImage {
            width: 45%;
            margin-right: 5%;
        }

        #MostPopularItems .ClosePopup {
            margin-top: 30px;
        }

		.MenuItemDetails {
			width: 75%;
			padding: 0;
			margin-top: 4px;
		}

        #MostPopularItems .MenuItemDetails {
            width: 50%;
        }

        .MenuItemDescription {
			width: 104%;
		}

        #OptionPopup {
            width: 100%;
            top: 0;
            left: 0;
            margin: 0;
            height: 100%;
            box-sizing: border-box;
        }

            #OptionPopup table {
                width: 300px;
            }

                #OptionPopup textarea {
                    width: 100%;
                    height: 20px;
                }

                #OptionPopup td {
                    display: inline-block;
                }

                #OptionPopup a {
                    margin-right: 10px;
                }

        #ToppingsListTable {
            font-size: 14px;
        }

        #ToppingsListTable td {
            float: left;
            width: 45%;
            font-size: 13px;
        }

        #MobileCartQuickLink {
            display: block;
            width: 100%;
            height: 50px;
            position: fixed;
            left: 0;
            bottom: 0;
            background: #f8f8f8;
            font-family: 'latoregular', arial, sans-serif;
            font-size: 1em;
            text-align: center;
            line-height: 50px;
            color: #e42329;
            box-shadow: 0px 3px 20px 0px rgba(0,0,0,.7);
            border-top: 1px solid rgba(0,0,0,.3);
        }

        #AccountLoginButton, .SaveVotes, .AddToOrder, .ItemRemove a, #PlaceOrder, #ContinueCheckout, .ClosePopup, #AddMoreItems, .ItemRemove a, .EditOrder, .ClearCart, .AddExtras, .btn {
            color: #e42329;
            font-size: 20px;
            font-family: 'latolight', arial, sans-serif;
            border: 1px solid #e42329;
            border-radius: 4px;
            padding: 4px 14px;
            transition: 250ms ease-in-out;
            cursor: pointer;
            margin-top: 12px;
            display: block;
            float: right;
            background-color: white;

        }
        
        #AccountLoginButton {
	        float: none;

        }

        .ItemRemove a {
            font-size: .57em !important;
        }

        #SelectGrinderSize img {
            width: 100px !important;
        }

        #OptionPopup {
            padding: 0;
        }

        #OptionPopup tr, #OptionPopup td {
            padding-bottom: 0;
        }

            #YourItemComesWithMessage {
                font-size: 11px;
            }

        #SelectGrinderSizeLabel {
            float: right;
            width: 100px;
        }

        #CustomerDelivery td, #CustomerCarryout td {
            width: 100%;
            text-align: left;
            padding-bottom: 4px;
            margin-bottom: 4px;
            float: left;
        }

        #CustomerDelivery input, #CustomerCarryout input, #CustomerCarryout select {
            margin-left: 0;
            margin-bottom: 6px;
            width: 96%;
        }

        #CustomerDelivery td:first-child, #CustomerCarryout td:first-child {
            width: 100%;
            text-align: left;
            margin-bottom: 6px;
        }

        #SiteLinks ul li {
            height: 40px;
            text-align: center;
        }

        #SiteLinks a {
            font-size: 1.4em;
        }

        .MenuItemPrice {
            font-size: 1.8em;
        }

            .MenuItemAction a {
                background-color: #e42329 !important;
                color: #fff !important;
                float: none;
                height: 30px;
                line-height: 30px;
                font-size: 20px !important;
                margin-top: 20px;
            }

        .titleSection {
            text-align: center !important;
            font-family: 'lato', sans-serif !important;
            font-size: 1.25em !important;
            width: 100%;
        }

        .descriptionSection {
            text-align: center !important;
            width: 100%;
        }

        .readMoreMenu {
            width: 40%;
            margin: 0 auto;
            height: 24px !important;
            line-height: 24px !important;
        }

        .MenuItemAdditionalImages {
            width: 147px;
        }

        #MenuItemDetails {
            margin-top: 20px !important;
        }
	}
	