* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#wrap {
	background-color: white;
	min-height: 100%;
	position: relative;
	min-width: 500px;
}

/*head*/
#header {
	height: 20px;
	background-color: #00a789;
}

/*content*/
#content {
	padding-bottom: 5px;
}

/*footer*/
#footer {
	height: 25px;
	background-color: #e67817;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-align: center;
}

.content {
	padding: 5px;
}

a {
	text-decoration: none;
	color: #e67817;
}

a:hover {
	color: #e67817;
	text-decoration: none;
}

a:focus {
	color: #e67817;
}

a:active {
	color: #e67817;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e67817;
	border-radius: 1rem;
}

@media (min-width:576px) {

	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.divTable {
	display: flex;
	flex-direction: column;
	width: 950px;
	min-width: 300px;
	margin: 0 auto;
}

.headRow {
	display: flex;
	flex-direction: row;
	background-color: #ffcc99;
	font-size: 16px;
	height: 30px;
}

.headCell {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid black;
	padding-right: 5px;
}

.row {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	background-color: #ffffff;
}

.rowCell {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border: 1px solid black;
	padding-right: 5px;
	font-weight: 100;
	font-size: 14px;
}

.sku {
	font-size: 14px;
	min-width: 70px;
	flex-grow: 0;
}

.min {
	font-size: 14px;
	min-width: 80px;
	flex-grow: 0;
}

.medium {
	font-size: 14px;
	width: 250px;
	font-weight: 100;
	justify-content: flex-start;
	padding: 3px 0 3px 5px;
}

.large {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-optical-sizing: auto;
	font-size-adjust: none;
	font-stretch: 100%;
	font-family: 'Open Sans',sans-serif;
	width: 55%;
	padding: 3px 0 3px 5px;
	justify-content: flex-start;
}

.clear_header_cell {
	border: none;
	background-color: #ffffff;
	width: 90px;
	margin: 0;
	padding: 3px 3px 3px 10px;
}

.clear_cell {
	width: 90px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 3px 3px 3px 10px;
	/* border: 1px solid red; */

}

.subRow {
	display: flex;
	justify-content: center;
	flex-direction: row;
	background-color: #ffffff;
	width: 85%;
}

.hidden {
	display: none;
	visibility: hidden;
}

.subRowCell {
	/* justify-content: flex-end; */
	align-items: center;
	border: 1px solid black;
	padding-right: 5px;
	font-weight: 100;
	font-size: 14px;
	background-color: azure;
}

.adress {
	flex-grow: 1;
	font-size: 14px;
	font-weight: 100;
	width: 50%;
	padding: 3px 0 3px 5px;
	/* margin: 0 auto; */
	margin-left: 77px;
	
}


.price {
	font-size: 14px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.btn {
	width: 100%;
	height: 25px;
}