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

/*
 * red: CE0000 206,0,0
 */
 
#slides {
	height: 350px;
	overflow: hidden;
	z-index: -1;
}

#header {
	height: 350px;
}
@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: 70%;
	height: auto;
}

@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,.4);
}

#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.item {
	width: 32.3%;
	height: 5em;
	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 : 450px) {
#items div.item {
	width: 99%;
}
}

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

#items div.item div.item-text {
	top: 2.3em;
	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: 24em;
}

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

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

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

#poppos div.form {
	width: 100%;
	height: calc(100% - 5em);
}
