/* Copyright (c) 2020 Aviado Inc. All rights reserved. */

/*
 * orange CC5100 204,81,0
 */
 
 html {
	background-color: white;
}
	
#header {
	width: 100%;
	height: auto;
	position:absolute;
}

#header img {
	width: 15%;
	height: auto;
	margin: 5px;
	float: right;
}

div.footer {
	color: #BD0100;
}

a.address img {
	background-color: #BD0100;
}

#cart {
	background-color: #BD0100;

}

#top div.caption>span {
	color: #BD0100;
}

#top.top-specials div.special {
	background-color: rgba(204,81,0,.1);
	z-index: 1;

}

#top.top-specials div.special div.nav {
	background-color: #BD0100;
}
@media screen and (max-width: 450px) {
#top.top-specials div.special div.nav {
	top: calc(83vw - 3em);
	bottom: auto;
}
}

#top.top-specials div.tab div.tab-text {
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
    font-size: 100%;
    font-stretch: normal;
}



#tabs div.tab-image {
	height: auto;
}

#tabs div.list {
	text-align: left;
}

#tabs div.tab {
	min-width: 25%;
	padding: 0.7em 0.3em;
	border: 0;
	border-right: 0.4em solid #B0B0B0;
	text-align: left;
}

#tabs div.tab>span {
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
    font-size: 100%;
    font-stretch: normal;
}

#tabs div.tab.selected {
	border-color: #BD0100;
}

#tabs div.tab.selected>span {
	color: #BD0100;
}

@media screen and (max-width : 800px) {
#tabs div.tab {
	min-width: 25%;
}
}

@media screen and (max-width: 450px) {
#tabs div.tab {
	min-width: 40%;
}

#tabs div.tab>span {
	font-size: 100%;
	    padding-right: 15px
}
}

#items div.item {
	height: 13em;
	background-color: rgba(204,81,0,.1);
}

#items div.item:after {
	content: none;
}

/* #items div.item div.item-image {
	display: none;
}*/
#poppos div.item div.item-text>div.text
#items div.item div.item-number>div {
	color: #BD0100;
}

#items div.item div.item-text {
	bottom: 0.1em;
    background-color: white;
    border: none;
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
}

#items div.item div.item-text>div {
	transform: none;
}


#items div.item div.item-price>div {
    font-weight: bold;
    background-color: #d41919;
    border: none;
    color: white;
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
}

#poppos {
	width: 24em;
	z-index: 3;
	overflow: auto;
}


#poppos div.item div.item-desc {
	display: none;
}

#poppos div.item {
	width: 100%;
}

#poppos div.form {
	width: 100%;
	height: calc(100% - 5em);
}
/*
.pay.cc.prime {
	display: none;
}
*/
.centered {
	width: 11em !important; 
    height: 11em !important;
}

.centered img {
	width: 11em !important; 
    height: 11em !important;
}

#tabs .list {
	position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    width: 98%;
}


#poppos div.item div.item-image img  {
    width: auto;
    height: 10em;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}

@media screen and (max-width: 550px) {
	#poppos div.item {
		height: auto;
	}
}

#poppos div.item div.item-text>div.text {
	font-weight: 700;
}

#poppos div.item div.item-image {
	padding: 0;
}

#top.top-specials div.tab div.tab-text:hover {
	color: #f83535;
}

@media screen and (min-width: 1000px) {
#top.top-specials div.special-text {
	margin-top: 10%;
}
}

@media screen and (min-width: 1000px){
#top.top-specials div.special-image {
	height: 480px;
}

#top.top-specials div.special-image img {
	height: 480px;
}

#top.top-specials div.special {
	height: 480px;
}

}

.pickup {
	display: table-cell;
}

#poppos div.item div.item-text {
	position: relative;
}

.scrollable {
    overflow-x: visible;
    overflow-y: visible;
}


#poppos div.item {
	height: auto;
	max-height: 60%;
	overflow: hidden;
}

#poppos div.item div.item-image {
	height: auto;
}

#poppos div.item div.item-image img {
	width: auto;
	max-width: 90%;
	height: auto;
	min-height: 2em;
}


@media screen and (max-width : 550px) {
	#poppos div.item {
		height: auto;
		max-height: 50%;
		overflow: hidden;
	}
	
	#poppos div.item div.item-image {
		height: auto;
	}
	
	#poppos div.item div.item-image img {
		width: auto;
		max-width: 100%;
		height: auto;
		min-height: 4em;
	}
}
	
.schedule {
	overflow-x: hidden;
    overflow-y: auto;
}