@charset "utf-8";
input[type=text], input[type=password], input[type=email], input[type=date], input[type=datetime-local], input[type=tel], input[type=url], input[type=file] {
	width: 100%;
}
textarea {
	width: 100%;
}
input[type=submit], input[type=reset], input[type=button] {
	background-color: #990000;
	color: #F8F8F8;
	width: 100%;
	border: 0;
}
#headerTop {
	display: none;
}
#headerList > div:not(:first-child):not(:last-child) {
	display: none;
}
#footTop {
	flex-direction: column-reverse;
}
#searchColumn {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #F8F8F8;
	white-space: nowrap;
	overflow: auto;
	z-index: 150;
	transition: width;
	transition-duration: 0.3s;
}
#searchColumn nav {
	padding: 15px;
}
#searchColumn h1 {
	background-image: none;
	color: #000000;
	font-size: 16px;
	text-align: left;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
}
#searchWindow {
	margin: 0;
}
#searchResult {
	grid-template-columns: auto auto;
}
#searchButtonDiv {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	background-color: #F8F8F8;
}
#searchButtonDiv div{
	background-color: #990000;
	text-align: center;
	width: 45%;
	margin: 5px 0;
	padding: 5px;
}
#windowMain {
	flex-direction: column;
}
#windowDivImg {
	flex-direction: row;
	width: 100%;
	margin-bottom: 5px;
}
#windowDivImg ul {
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 0 5px;
}
#windowDescription {
	flex-direction: column-reverse;
	order: 3;
	text-align: justify;
}
#windowParam {
	flex-direction: column;
	order: 2;
}
#windowPrice {
	margin-top: 10px;
}
#windowAvaibility {
	margin-top: 5px;
}
#windowPriceList {
	flex-direction: row;
}
#windowCharged {
	order: 3;
}
#windowRegular {
	order: 1;
}
#windowOff {
	order: 2;
}
#windowButtonList {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}
#accessMain {
	flex-direction: column;
}
#cartBody {
	flex-direction: column;
}
#cartSectionLx {
	width: 100%;
}
#cartSectionRx {
	width: 100%;
}
#orderForm {
	flex-direction: column;
}
#orderFieldset {
    margin: 0 0 5px 0;
}
#orderFieldset div {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   text-align: right;
}
#orderButton {
	width: 100%;	
}
#homeBrandDiv {
	grid-template-columns: auto auto;
}
.menuSize {
	width: 85%;	
}
.cookieTab {
	grid-template-rows: auto auto auto auto;
	grid-template-columns: 25% 75%;
	grid-auto-flow: column;
	margin-bottom: 20px;
}
.cookieDef {
	text-align: right;
	font-weight: bold;
}
.searchList {
	display: grid;
	grid-template-columns: 50vw auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	line-height: 18px;
	overflow: auto;
	max-height: 200px;
	margin-bottom: 15px;
	padding: 5px 0;
}
.searchBlock {
	overflow: hidden;	
}
.searchDiv {
	background-color: #EBEBEB;
	padding: 5px;
}
.butProd, .butDis {
	width: 180px !important;	
}
.contAcc {
	padding: 0 10px 0 0;
}
.contAccCl {
	width: 135px;
}
.divAcc {
	grid-template-columns: 100%;
}
.divRigLeft {
	flex-direction: row;
	text-align: left;
	padding: 5px 0;
}
.buttonContainer {
	width: 45%;
}
.outerBox {
	grid-template-columns: 100%;
}
.imgLista {
	max-width: 140px;
}
.orderOuterHeader {
	flex-direction: column;
	padding: 5px 5px 5px 5px;
}
.orderInnerHeader {
	flex-direction: column;
	justify-content: space-between;
}
.orderDetail {
	flex-direction: row;
	justify-content: space-between;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px 0;
}
.orderTotal {
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 0;
}
.orderBody {
	flex-direction: column;
}
.orderMain {
	width: 95%;
	border-radius: 0 20px 20px 0;
	padding: 25px 0 0 25px;
}
.orderColumn {
	width: 100%;
	padding: 10px 5px 0 5px;
}
.orderAddress {
	flex-direction: row;
	padding-bottom: 10px;
}
.orderTotDetail {
	border-top: solid 1px #CCCCCC;
	padding: 10px 0;
}
.homeContainer {
	flex-direction: column;
	flex-wrap: nowrap;
}
.homeContainer:nth-child(even) a:nth-child(odd) .homeCat { 
	flex-direction: row-reverse;
}
.homeContainer:nth-child(even) a:nth-child(even) .homeCat { 
	flex-direction: row;
}
.homeContainer:nth-child(odd) a:nth-child(odd) .homeCat { 
	flex-direction: row;
}
.homeContainer:nth-child(odd) a:nth-child(even) .homeCat { 
	flex-direction: row-reverse;
}