@charset "UTF-8";
#display {
	width: 90%;
	max-width: 80em;
	height: 100%;
	min-height: 950px;
	margin: 2% auto 3% auto;
	padding: 0;
	border: 1px solid #5A5A5A;
	border-radius: 20px;
}
#noItemsDiv {
	display: block;
	width: 50%;
	margin: 50px 0 0 0;
	text-align: center;
}
#ordersPenguin {
	width: 100%;
	max-width: 300px;
	margin: 0 0 1rem 0;
}
#orderUl {
	list-style: none;
	margin: 20px;
	padding: 0;
	display: block;
	position: relative;
	width: 55%;
	height: 90%;
}
#orderUl li {
	display: block;
	position: relative;
	top: 0;
	margin: 0 0 15px 0;
	width: 100%;
	max-width: 40em;
}
#orderUl li img {
	display: block;
	max-width: 100%;
	margin: 0 0 0 30px;
	cursor: pointer;
}
#orderUl li p {
	display: inline-block;
	margin: 5px 0 0 10%;
	word-wrap: break-word;
	width: 55%;
	position: absolute;
	font-size: 1em;
}
#orderUl li span {
	position: absolute;
	left: -12px;
	top: 10px;
	display: inline;
	float: left;
	margin: 0;
	font-size: 1.2em;
	border: 1px solid black;
	border-radius: 40%;
	cursor: pointer;
}
#orderUl li span:hover {
	background-color: red;
	color: #D2D2D2;
}
.orderBox {
	display: inline-block;
	width: 10em;
}
/* <===== Order Form =======> */
#orderForm {
	display: block;
	position: absolute;
	top: 150px;
	right: 45px;
	border-radius: 10px;
	width: 39%;
	height: 59em;
	background: #cccaca;
	float: right;
	padding: 20px;
	box-shadow: 20px 20px 30px 0 #aeaeae;
}
.orderHeading {
	display: block;
	text-align: center;
}
h3#orderHead2 {
	margin: 0;
}
#orderForm input[type="text"], input[type="email"] {
	width: 100%;
	margin: 4px 0;
	position: relative;
	left: 0;
	font-size: 1em;
}
/* <===== Contact Details =====> */
#formContent {
	width: 100%;
	height: 110%;
}
#contactDiv {
	margin: 0 0 20px 0;
	width: 100%;
}
#contactLbl {
	display: inline-block;
	float: left;
	width: 20%;
	margin-right: 10px;
}
#contactLbl span {
	display: block;
	font-size: 1.2em;
	margin: 9px 0 10px 0;
}
#contactInput {
	display: inline-block;
	width: 70%;
}
/* <===== Quote Details =====> */
#qtDetails select {
	margin: 5px 0;
}
/* <=================== Order Form ==================> */
#textOutput { /* Hidden text field to hold combined order data */
	display: none;
}
/* <===== Order Page Buttons =====> */
#topCartBtns {
	text-align: center;
	margin-top: 30px;
}
#contBrows {
	width: 210px;
}
#clearCart {
	width: 150px;
}
.myFormBtn {
	width: 90px;
}
.myFormBtn, .myShopBtn, .myFormBtn:visited {
	outline: none;
	height: 40px;
	border-radius: 10px;
	font-size: 1.3em;
	color: slategrey;
	background-color: #b7d0e6;
	font-weight: bolder;
	padding: 0; /* Zero padding to kill Safari iOS text offset */
	border: 0;
	margin: 0px 40px;
	cursor: pointer;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.myFormBtn:active, .myShopBtn:active, .myShopBtn:hover, .myFormBtn:focus, .myFormBtn:hover {
	background-color: #b7e6c5;
	cursor: pointer;
	color: limegreen;
	outline: none;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.myFormBtn:visited, .myFormBtn:focus, .myShopBtn:hover, .myShopBtn:active {
	outline: none;
	cursor: pointer;
	color: limegreen;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.formButtons, #copyEmail {
	text-align: center;
}
.sendResetBtn {
	margin: 16px 30px 0 30px;
	width: 90px;
}
#captionTxt {
	font-size: 0.1em;
	position: absolute;
	opacity: 0;
}

@media only screen and (max-width : 992px) {
#display {
	border-radius: 10px;
	min-height: 250px;
}
#noItemsDiv {
	margin: 20px auto 0 auto;
}
#orderForm {
	clear: both;
	float: none;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 90%;
	height: 80%;
	max-width: 600px;
	min-height: 950px;
	margin: 20px auto 40px auto;
}
#orderUl {
	width: 90%;
}
#orderUl li p {
	width: 70%;
	font-size: 1em;
}
}

@media only screen and (max-width : 767px) {
/* <===== Order Form =======> */
#topCartBtns {
	margin-top: 20px;
	margin: 20px auto 0 auto;
}
#contBrows, #clearCart {
	font-size: 1em;
	width: 10em;
}
#contBrows {
	margin-bottom: 15px;
}
#contactLbl span {
	font-size: 1em;
	margin: 14px 0;
}
#orderUl {
	width: 90%;
}
#orderUl li p {
	margin-left: 50px;
	width: 60%;
}
}

@media only screen and (max-width : 575px) {
#orderUl li p {
	margin: 0 0 0 50px;
	width: 45%;
	font-size: 0.8em;
}
.orderBox {
	width: 8em;
}
#orderUl li span {
	font-size: 1em;
}
}
