/**26-jun-23**/
/**#58595B**/
/**#c10c0f**/
/**supplier**/
/***************************************************************************************************************************************************************************************************************************************/
/***generic*************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************/
#contentWrapper{
	width:100%;
	padding-top:20px;
	margin-bottom:25px;
	float:left;
}

#contentWrapper h1{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	color: #000000;
	float: left;
}

#contentWrapper h2{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	float: left;
}

/***************************************************************************************************************************************************************************************************************************************/
/***generic*****************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************/
#productDetails{
	width:1200px;
	margin:0 auto;
    box-sizing: border-box;
	background:lightGrey;
	display: table;
}

#productDetails table{
	width:100%;
	background:none;
}

#productDetails table th{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;		
	padding-right:7px;
	border: none;
	font-size: 17px;
	text-align: left;
	background: white;
}

#productDetails table td img{	
	width: 33%; 
	margin-top:5px;
	border: 0;
	border-radius:5px;
	border-style: none;
	outline : none;	
}

#productDetails table td{
	padding:7px;
	border: none;
	line-height: 130%;
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	color: #58595B;
	background: white;
}

#productDetails table td a{
	text-decoration:none;
	font-weight: 500;
	color: #58595B;
}

#productDetails table td a:hover{
	text-decoration:underline;
}

#productDetails table td a span{
	font-weight: 500;
	color: #58595B;
}

#productDetails table td a span:hover{
	text-decoration:underline; 
}

/********************************************************************************************************************************************************************************************************************************************/
/***generic**********************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: lightGrey;
	font-style: italic;
	font-size:12px;
}

::-moz-placeholder { /* Firefox 19+ */
	color: lightGrey;
	font-style: italic;
	font-size:12px;
}

:-ms-input-placeholder { /* IE 10+ */
	color: lightGrey;
	font-style: italic;
	font-size:12px;
}

:-moz-placeholder { /* Firefox 18- */
	color: lightGrey;
	font-style: italic;
	font-size:12px;
}

#special{
	width:0px;
	height:0px;
	visibility:hidden;
}
/********************************************************************************************************************************************************************************************************************************************/
/***generic**********************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
.enquiryFormOuter{
	width: 100%;
	margin-top:5px;
	margin-bottom:50px;
	text-align:center;
	float: left;	
}

.enquiryFormInner{
	width: 400px;
	margin: 0 auto;
	float: center;	
}		

.enquiryFormInner #description{
	width: 400px;	
	margin-top: 9px;
	float:left;
}

.enquiryFormInner #labelText{
	font-size: 14px;
	text-align:left;
	color: #000000;
	float:left;
}

.enquiryFormInner #labelManatory{
	margin-top:4px;
	font-size: 10px;
	text-align:right;
	color: #000000;
	float:right;
}

.enquiryFormInner input[type=text]{
	width: 386px;	
	padding: 5px;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance: none;
	font-size: 14px;
	color: #000000;
}

.enquiryFormInner textarea{
	width: 384px; 
	height: 150px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance: none;
	font-size:12px;
	opacity: 0.7;
	outline:none;
	resize: none; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	border: #000000 2px solid;
}

.enquiryFormInner .checkBoxOuter{
  	padding-left: 40px;
  	padding-bottom: 40px;
  	margin-top: 10px;
  	position: relative;
  	cursor: pointer;
 	float: left;
}

/* Hide the browser's default checkbox */
.enquiryFormInner .checkBoxOuter input {
  	width: 0;
  	height: 0;
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}

/* Create a custom checkbox */
.enquiryFormInner .checkBoxOuter .checkmark{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	border:  black 2px solid;
}

/* On mouse-over, add a grey background color */
.enquiryFormInner .checkBoxOuter:hover input ~ .checkmark {
  	background-color: #ccc;
}

/* Show the checkmark when checked */
.enquiryFormInner .checkBoxOuter input:checked ~ .checkmark:after {
  	display: block;
}

/* Create the checkmark/indicator (hidden when not checked) */
.enquiryFormInner .checkBoxOuter .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

/* Style the checkmark/indicator */
.enquiryFormInner .checkBoxOuter .checkmark:after {
  	width: 5px;
  	height: 10px;
  	left: 9px;
  	top: 5px;
  	border: solid black;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.enquiryFormInner #optInText{
	width: 360px;
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
	color: #000000;
	float: left;
}

.enquiryFormInner #optInText a{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.enquiryFormInner .emailSpecial{
	display:none;	
}

.enquiryFormInner #contactButtonsOuter{
	width:100%;
	float:left;
}

.enquiryFormInner button{
	margin-top:10px;
	padding-top: 2px;
	padding-bottom:2px;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
	outline:none;
	font-size: 18px;
	text-align:left;
	color: white;
	float: left;
}

.enquiryFormInner #realButton{
	background: orange;	
}

.enquiryFormInner #dummyButton{
	display:none;
	background:green;
}

.enquiryFormInner #mandatoryKey{
	width:400px;
	text-align:left;
	float:left;
}

/***************************************************************************************************************************************************************************************************************************************/
/***generic*****************************************************************************************************************************************************************************************************************************/
/***************************************************************************************************************************************************************************************************************************************/
#shoppingCartIsEmpty{
	width:100%;
	height:22px;
	padding-top:7px;
	padding-bottom:12px;
	margin-bottom:10px;
	text-align: center;
	font-size:22px;
	color:grey;
	float:left;
}

#clearCartButtonOuter{
	width:100%;
	float:left;	
}

#clearCartButton{
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:5px;
	font-size:18px;
	color:white;
	background:grey;
	display:table;	
}

#clearCartButton:hover{
	cursor:pointer;
}

/********************************************************************************************************************************************************************************************************************************************/
/***genric************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
#enquiryFormFeedbackOuter{
	width: 100%;
	z-index:100;
	position:fixed;
	top:35%;
	display: none;
	float:left;
}

#enquiryFormFeedbackInner{
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	border:2px solid #000000;
	box-sizing: border-box;
	background:#c10c0f;
	display:table;
}

#enquiryFormFeedbackInner #enquiryFormClose{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	cursor:pointer;
	line-height:150%;
	text-align:right;
	font-size:16px;
	color: white;
	float:left;
}

#enquiryFormFeedbackInner #enquiryFormMessage{
	width:100%;
	line-height:150%;
	text-align:center;
	font-size:37px;
	color: white;
	float:left;
}

/********************************************************************************************************************************************************************************************************************************************/
/***size1************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1220px){

#productDetails{
	width:1200px;
}

.enquiryFormInner{
	width: 400px;
}		

#enquiryFormMessage{
	font-size:37px;
}

}/**@media**/
/********************************************************************************************************************************************************************************************************************************************/
/***size2************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1120px) and (max-width: 1219px){

#productDetails{
	width:1100px;
}

.enquiryFormInner{
	width: 400px;
}

#enquiryFormMessage{
	font-size:34px;
}		

}/**@media**/
/********************************************************************************************************************************************************************************************************************************************/
/***size3************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1020px) and (max-width: 1119px){

#productDetails{
	width:1000px;
}

.enquiryFormInner{
	width: 400px;
}		

#enquiryFormMessage{
	font-size:32px;
}

}/** @media screen**/
/********************************************************************************************************************************************************************************************************************************************/
/***size4************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 920px) and (max-width: 1019px){

#productDetails{
	width:900px;
}

.enquiryFormInner{
	width: 400px;
}	

#enquiryFormMessage{
	font-size:30px;
}	

}/**@media**/
/********************************************************************************************************************************************************************************************************************************************/
/***size5************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 820px) and (max-width: 919px){

#productDetails{
	width:800px;
}

.enquiryFormInner{
	width: 400px;
}	

#enquiryFormMessage{
	font-size:26px;
}	

}/**@media**/
/********************************************************************************************************************************************************************************************************************************************/
/***size6************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 720px) and (max-width: 819px){

#productDetails{
	width:700px;
}

.enquiryFormInner{
	width: 400px;
}	

#enquiryFormMessage{
	font-size:22px;
}	

}/**@media**/
/********************************************************************************************************************************************************************************************************************************************/
/***size7************************************************************************************************************************************************************************************************************************************/
/********************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 200px) and (max-width: 719px){

#contentWrapper h1, #contentWrapper h2{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float: left;
}

#contentWrapper h1{
	font-size: 24px;
}

#contentWrapper h2{
	font-size: 16px;
}

#productDetails{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	float: left;
}

.enquiryFormInner{
	width: 400px;
}	

.enquiryFormInner{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}		

.enquiryFormBox #description{
	width: 100%;	
}

.enquiryFormBox input[type=text]{
	width: 100%;	
	box-sizing: border-box;
}

.enquiryFormBox textarea{
	width: 100%; 
	height: 150px;
	box-sizing: border-box;
}

.enquiryFormBox .checkBoxOuter{
  	padding-left: 40px;
  	padding-bottom: 40px;
  	margin-top: 10px;
  	position: relative;
  	cursor: pointer;
 	float: left;
}

/* Create a custom checkbox */
.enquiryFormBox .checkBoxOuter .checkmark{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	border:  black 2px solid;
}

.enquiryFormBox #optInText{
	width: 100%;
}

#enquiryFormFeedbackOuter{
	font-size:18px;
}

#enquiryFormFeedbackInner{
	width: 80%;
}

}/**@media**/
