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

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

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

div.footer {
	color: rgba(61,99,78,1);
}

a.address img {
	background-color: rgba(206,0,0,1);
}

#cart {
	background-color: rgba(206,0,0,1);

}

#top div.caption>span {
	color: rgba(206,0,0,1);
}

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

}

#top.top-specials div.special div.nav {
	background-color: rgba(206,0,0,1);
}
@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: rgba(206,0,0,1);
}

#tabs div.tab.selected>span {
	color: rgba(206,0,0,1);
}

@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: 8em;
	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: rgba(206,0,0,1);
}

#items div.item div.item-text {
	top: 2.3em;
	bottom: auto;
}

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

#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;
}

}

.pay.cc.prime {
	display: table-cell;
}

.pickup {
	display: none;
}

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