/* iPhone layout: 320px to 480px. Mobile Layout */

#prodPrice {
/* 	background-color:red; */
	display: inline-block;
}
.popup-option input,
textarea {
  border: none;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

.popup-option input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.popup-option input::-webkit-outer-spin-button,
.popup-option input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.addCartCont {
	right:0px;
}
.input-group, .gridInput-group {
	margin: 10px 0;		
}
.prdextras{
	color:#b9b9b9;
	padding-left:15px;
}
a #popupLinkBtn {
	color:#e9e9e9;
}

#popupLinkBtn {
	bottom:0px;
	width:100%;
	padding:15px;
	font-size: 20px;
	text-align: center;
	background-color:#0071b6;
}
#popupLinkBtn:hover {
	background-color:#00609c;
}
.popup-option .input-group, .gridInput-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 3px solid rgba(0, 138, 171, 0.0);
	padding:3px;
}

.gridInput-group input[type='button'], .input-group input[type='button'] {
  background-color: #dbdbdb;
  min-width: 35px;
  width: auto;
  transition: all 300ms ease;
}

.gridInput-group .button-minus, .gridInput-group .button-plus, .input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: auto;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field, .gridInput-group .gridQuantity-field {
  position: relative;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  border: 1px solid #b1afaf;
  resize: vertical;
  height: 100%;
}

.options-qty-field {
  position: relative;
  height: 35px;
  text-align: center;
  width: 55px;
  display: inline-block;
  font-size: 13px;
  margin: 0 15px 0 0;
  resize: vertical;
}

.button-plus {
/*   left: -13px; */
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.sold-out {
	position: absolute;
	padding:20px;
	width:15%;
	height: 100%;
	right:0px;
	text-align: center;	
	font-size: 16px;
/* 	font-weight: bold; */
	color:#292929;
	background-color:rgba(255, 0, 0, 0.26);
	
}

.popup-options-cont {
	position: absolute;
	display: flex;
	flex-direction: row;
	bottom:0px;
	height: auto;
	width: 100%;
	text-align: center;
	text-color: white;
	left:0px;
	background-color:rgba(0, 138, 171, 0.80);	
}
.tickLeftNav {
	color:white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px;
	font-size: 1.2em;
}
.tickRightNav {
	color:white;
	font-size:1em;
	padding:15px;
}

.popup-option {
	width: 100%;
	height: auto;
}
.popup-ticker {
	display:flex;
	justify-content: center;
	flex-direction: column;
	width:auto;
}
.addProdImg {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* iPhone layout: 320px to 480px. Mobile Layout */
.addProdImg img {
	width:50px;
}

.setLoc {
	text-align: left;
	float: left;	
}
#tf-notes {
	float:left;
	width: 90%;
	margin:0 0 20px 0;
}
#reg-notes {
	float:left;
	width: 95%;
	margin:0 0 20px 0;
}


#pchID  {
	float:left;
	width: 150px;
/* 	margin:0 0 20px 0; */
}
.closeX {
	position: absolute;	
	float: right;
	right:5px;
	top: 5px;
	width: 30px;
	height: 30px;
	color: black;
	margin:5px;
	background-size:30px 30px;
	background-image:url('../../page/images/closeBtn.png');
	cursor: pointer;
	z-index: 203;
}
.closeX:hover {
	opacity: 0.5;
}
.closeXW {
	position: absolute;	
	float: right;
	right:5px;
	top: 5px;
	width: 30px;
	height: 30px;
	color: black;
	margin:5px;
	background-size:30px 30px;
	background-image:url('../../page/images/closeBtnW.png');
	cursor: pointer;
	z-index: auto;
}
.closeXW:hover {
	opacity: 0.5;
}

.flex-lineContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
}
.flex-gridContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;	
	justify-content: center;
}
.flex-gridBox:nth-child(odd) {
/* 	background-color:#f0f0f0; */
}
.flex-gridBox:nth-child(odd) div {
/* 	background-color:#f0f0f0; */
}
.prodGridBoxCont {
	display: flex;
	flex-direction: column;
	width:100%;
/* 	border:1px solid #03acd7; */
	margin-bottom: 20px;
}
.flex-gridBox {
	position: relative;
	display: flex;
	flex-direction: row;
	width: auto;
	height: auto;
/* 	padding:10px; */
	margin:8px;
	border: 1px solid #e6e6e6;
/* 	border-top: 0px; */
/* 	border-width: 1px; */
	background-color:#fff;
	cursor:default;
}
.flex-gridBox:hover {
	border: solid 1px #008AAB;
}
.savegrid {
	display: fixed;
	color:white;
	cursor: pointer;
	text-align: center;
	font-size:1.2em;
	padding:5px;
	clear: both;
	background-color:green;
}
.published {
	position: absolute;	
	width: 25px;
	height: 25px;
	right:10px;
	bottom:10px;
}
.uploadImage {
	position: absolute;
	float:left;
	left:20px;
/* 	top:10px; */
}
/****** START GRID LINE *******/
.gridline-imgCont {
/* 	max-width: 20px; */
	width: 20%;
	height: 100px;
	background-color: red;
}
.gridline-imgCont img{
/* 	width:100%; */
    height:100%;
}
.gridline-desc {
	width: 70%;
}
/****** END GRID LINE *******/
.gridBox-imgCont {
	display: block;
	flex-direction: row;
	justify-content: left;
	width: auto;
}
.gridBox-promo {
	position: absolute;
	top: 40%;
	right: 2%;
	width:100px;
	height:100px;
}
.gridBox-promo img {
	width:100%;	
}
.gridBox-imgCont img{
	max-width:100px;
    height:auto;
}
.gridBox-prodName {
	padding:15px;
}
.gridBox-prodDesc {
	background-color:red;
	height:90px;
}
.gridBox-prodPrice {
	padding:10px;
/* 	background-color:blue; */
/* 	position: absolute; */
	color:black;
}
.gridBox-imgCont h1, h2, h3 {text-align: left; color: black; font-size: 1.2em; }

.gridBox-desc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
	font-size: 12px;
	padding:1px;
	width:56%;
	margin:2px 2px 2px 0px;
/* 	border: 1px solid #e6e6e6; */
/* 	max-width: 400px; */
/* 	text-align: right; */
}
.gridBox-desc div {
/* 	border: 1px dashed #8b8b8b; */
/* 	width:-webkit-fill-available; */
	padding:10px;
/* 	color:white; */
}

.gridBox-desc h1 {
	font-size: 1.3em;
	color: #242424;
}
.gridBox-prodName h1 {
	color: white;
}
.gridBox-desc h2 {
	font-size: 1.2em;
	color: #808080;
}
.gridBox-desc h3 {
	margin:5px;
	font-size: 1.3em;
	color: rgba(0, 138, 171, 1);
	
}


.popup-content h1, .popup-content h2, .popup-content h3, .popup-content h4, .popup-content h5, .popup-content h6 {color: black;}

.popup-content h1 {
	font-weight: bold;
	font-size: 2.2em;
	color: #008AAB;
	text-align: center;
}
.popup-content h2 {
	color: #808080;
	font-size: 1em;
	text-align: center;
}
.popup-content h3 {
	margin: 5px;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}

.poptions-header h1 {
	text-align: left;
	font-size: 1.3em;
	width: 100%;
	color:#3c3c3c;
}
.poptions-header h2 {
	text-align: left;
	font-size: 1.2em;
	color:#3c3c3c;
}

.popup-content p {
	text-align: left;
	font-size: 1.1em;
/* 	height:40vh; */
}

#popup-prod-shell {
	position: flex;	
	overflow-y: auto;
	width: 100%;
	padding-bottom: 100px;
}

.popup-content {
	position: absolute;
	color: black;
	display: flex;
	flex-direction: column;
	color: #000;
	background-color: #fff;
	width: 100%;
	height:90vh;
	background-repeat:repeat;
	position: relative;
/* 	border: solid 2px #008AAB; */
	border-radius: 5px;
	margin: 0 auto;
/* 	padding:15px; */
	z-index: 202;
}
#demoMessage {
	font-size: 3em;
	padding-top:2.5em;
	text-align: center;
	position: absolute;
	width:100%;
	height:100%;
	z-index: 10;
	background-color:black;
	opacity: 0.7;
}
.popup-upload {
	top:0px;
	height:95vh;
/* 	border-top: white solid 1px; */
}
.popup-fullsize {
	width:100vw;
	height:80vh;
}
#prodSpecCont {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding:5px;
	flex-wrap: wrap;
/* 	margin-bottom: 15px; */
}
#articleContent {	
	padding: 30px;
	min-height: 150px;
	font-size: 16px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#prodDescription {	
	padding: 30px;
	min-height: 150px;
	font-size: 16px;
	/* width: 104%; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#vBool, #zBool {
	width:100%;	
}

#prodSpecs {
	display: flex;	
	flex-direction: column;
	text-align: center;
	width:115px;
	border:1px dotted #b7b7b7;
	padding:3px;
}
.pSpecLbl {
	padding-top:5px;
	font-size: 12px;
	color:#3e3e3e;
}

.pFactoryLbl {
	color:#11c70a;
	font-weight: bold;
}

.pSpecTxt {
	padding:3px;
	color:#2f2f2f;
}
#wgtListVal, #capListVal, #unitQtyListVal, #dimListVal, #colorSel, #thickListVal, #surfcListVal, #brandListVal, #factBoolVal {
	width: 100%;
}
.popup-desc {
	text-align: left;
	width: 100%;
	height:auto;
	padding:0 20px;
	margin-bottom: 60px;
}
.popup-options {
	text-align: left;
	width: 100%;
	height:auto;
	padding:0 0 80px 0;	
}

.poptions-header {
	text-align: left;
	width: 100%;
	background-color:rgba(0, 138, 171, 0.10);
	padding: 10px 20px;
}
.poptions-content {
	text-align: left;
	width: 100%;
	padding: 10px 20px;
	font-size: 1.2em;
}

.popup-img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	padding: 35px 0px 20px 0px;
}
	.popup-img img {
		height: 35vh;
		width: auto;
	}
.gridBox-prodGen, .gridBox-prodUnits, .gridBox-prodPrice {
		max-width: 100px;
		width: auto;
		padding: 10px;
/* 		background-color:blue; */
	}
.gridBox-filler {
	width:auto;
	background-color: green;
}
.gridBox-prodSKU {
	max-width: 100%;
}
		
.popup-promo {
	position: absolute;
	right:5%;
	top:3%;
	width:120px;
	height:120px;
/* 	background-color: blue; */
}
	.popup-promo img{
		width: 100%;
		height: auto;
	}
	
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {	
	.gridBox-desc {
		width: 100%;	
	}	
	.gridBox-desc div {		
		width: 75px;
		text-align: center;
	}
	#popupLinkBtn {
		position: absolute;	
	}
	.popup-promo {
		width:180px;
		height:180px;
	}
	.popup-upload {
		height:91vh;
	}
	.tickRightNav {
		margin-bottom:0px;
		padding:10px;
		color:white;
		font-size:1.3em;
	}
	.popup-content {
		height: 85vh;
	}
	.popup-content h1 {
		font-size: 1.8em;
	}
	.poptions-header {
		padding: 10px 45px;
	}
	.poptions-content {
		padding: 10px 45px;
		font-size: 1.2em;
	}
	.poptions-header h1 {
		text-align: left;
		font-size: 1.2em;
	}
	.poptions-header h2 {
		text-align: left;
		font-size: 1.2em;
	}
	.popup-options-cont {
		padding-top: 5px;
/* 		bottom:20px; */
		flex-direction: row;
		position: absolute;
		width: 100%;
		height: auto;
	}
	.popup-content p {
		font-size: 1.2em;
	}
	.gridBox-desc {
/* 		width: 210px; */
/* 		height: 170px; */
	}
	.gridBox-prodName {
		width:200px;
		padding:10px;
		
	/* 	height:45px; */
	}
	.gridBox-prodDim {
		width:auto;
		padding:10px;
	}
	.gridBox-prodGen, .gridBox-prodUnits, .gridBox-prodPrice {
		max-width: 100px;
		width: auto;
		padding: 10px;
/* 		background-color:red; */
	}
	
	.gridBox-prodDesc {
		margin-bottom: 5px;
		height:90px;
		overflow-y: auto;
	}
	.gridBox-prodPrice {
		padding:10px;
		text-align: right;
		width:200px;
/* 		font-size: 16px; */
	}
	.gridBox-price {
/*
		width: 300px;
		height: 30px;
*/
	}	
	.gridBox-desc h2 {
		color: #282828;
		font-size: 1.2em;
	}
	.gridBox-desc h3 {
		margin:5px;
		font-size: 1.4em;
/* 		color: #282828; */
	}
	.popup-img img {
/* 		display: block; */
		max-height: 270px;
		width: auto;
		height: 100%;
	}
	.popup-img {
		width: 100%;
	}	
	.popup-desc {	
		padding:0 50px;
		text-align: left;
	}
	.popup-options {
		
	}
	.gridBox-imgCont {
		display: block;
		width: 45px;
		margin:5px 15px;		
	}
	.gridBox-imgCont img{
		max-width:45px;
	}
	.gridBox-imgCont h3 {
		color:#11B79D;
	}
	
}

@media only screen and (min-width: 625px) {
	.gridBox-imgCont img{
		height: 50px;
	}
	.gridBox-prodDim {
		width:100px;
		padding:10px;
	}
	.gridBox-prodGen, .gridBox-prodUnits, .gridBox-prodPrice {
		max-width: 100px;
		width: auto;
		padding: 10px;
/* 		background-color:purple; */
	}
}

/* Desktop Layout: 769px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/* Changed to minimum of 850px. 25-08-2022 */
@media only screen and (min-width: 850px) {
	.gridBox-prodGen, .gridBox-prodUnits, .gridBox-prodPrice {
		max-width: 100px;
		width: auto;
		padding: 10px;
/* 		background-color:green; */
	}
	.gridBox-prodName {
		width:180px;
	}
	.popup-fullsize {
		width:90vw;
		height:80vh;
	}
	
	.popup-options-cont {	
		bottom:0px;	
		width: 100%;
	}
	.flex-line {
		width: 100%;
	}
	.prodGridBoxCont {
		border:0px;
		flex-direction: row;
		margin-bottom: 0px;
	}
	.flex-gridBox {
		width:80%;
		margin: 2px;
	}	
	.popup-content {
		color: black;
		display: flex;
		flex-direction: row;
		justify-content: center;
		height: calc();
	}		
	
	.popup-content h1{
		font-weight: bold;	
		text-align: center;
	}
	.popup-content h2{
		color: #808080;
		font-size: 1em;
		text-align: center;
	}
	.popup-content h3{
		text-align: center;
		font-size: 1.7em;
	}
	.popup-content h1 {
		font-size: 1.8em;
	}
	.poptions-header h1 {
		text-align: left;
	}
	.poptions-header h2 {
		text-align: left;
	}
	.popup-img {
		display: flex;
		flex-direction: row;
		justify-content: center;
		height: auto;
	}
	.popup-img img {
		max-height: 400px;
		width: auto;
		height: 100%;		
		padding:10px;
	}
	
	.popup-desc {
		text-align: left;
		max-height: auto;
		overflow-y: auto;
	}
}
