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

/*
 * purple: 4800FF 72,0,255
 */
 
 #slides {
	height: 350px;
	overflow: hidden;
	z-index: -1;
}

#header {
	height: 350px;

}

/* #header>h1{
	text-align: center;
    font-size: 6vh;
    padding: 4vh;
    font-family: Lucida Handwriting;
    color: white;
} */

@media screen and (max-width: 1000px) {
#slides {
	height: 35vw;
}

#header {
	height: 35vw;
}
}
@media screen and (max-width: 450px) {
#slides {
	height: 45vw;
}

#header {
	height: 45vw;
}
}

#header img {
	width: 100%;

}

@media screen and (max-width: 450px) {
#header img {
	width: 100%;
}
}

div.footer {
	color: rgba(206,0,0,1);
}

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

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

#main {
	margin-top: -2.5em;
}
@media screen and (max-width: 450px) {
#main {
	margin-top: 0;
}
}

#tabs {
	width: 30%;
}

#items {
	width: 70%;
}

#tabs div.caption, #items div.caption {
	height: 2.5em;
	background-color: rgba(255,255,255,.8);
}

#tabs div.caption>span, #items div.caption>span {
	text-transform: uppercase;
	color: rgba(206,0,0,1);
}

#tabs div.list {
	padding: 0 0.5em 0 0.75em;
}

#tabs div.tab {
	display: block;
	padding: 0.75em 0;
	text-align: left;
	border: 0;
	border-bottom: 1px solid rgba(206,0,0,1);
}

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

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

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

#items div.tab-desc>div {
	padding: 0.5em 0.5em 0.2em;
	line-height: 1.4em;
}

#items div.tab-note>div {
	padding: 0.4em 0.5em 0.2em;
	font-size: 110%;
	font-style: italic;
	color: rgba(206,0,0,1);
}

#items div.item {
	width: 32.3%;
	height: 8em;
	background-color: white;
}

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

@media screen and (max-width : 800px) {
#items div.item {
	width: 49%;
}
}

@media screen and (max-width : 550px) {
#items div.item {
	width: 99%;
}

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

#items div.item div.item-image {
	display: none;
}

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

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

@media screen and (max-width: 450px) {
#tabs {
	width: 45%;
}

#items {
	width: 55%;
}

#tabs div.caption, #items div.caption {
	display: none;
}
}

#poppos {
	width: 26em;
	height: 44em;
}

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

#poppos div.item div.item-text>div.price {
	display: inline-block;
    padding-top: 4em;
    font-weight: bold;
    color: #808080;
}

#poppos div.item div.item-desc {
	padding: 17em 1em;
    text-align: left;
    font-style: italic;
}

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

#poppos div.form {
	margin-top: 15em;
    width: 100%;
    height: calc(100% - 21em);
}

#items div.item div.item-number {
	color: #808080;
}

td.pay.pickup.prime {
	display: none;
}

#items div.item div.item-text #item-img {
	display: none;
}

#poppos div.item div.item-text #item-img>img {
	width: auto;
    height: 10em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#poppos div.item div.item-text #item-img {
	margin-top: -1em;
}

#splash>div img {
	max-width: 400px;
}

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

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



