/* 
* Design by Finchcorp for the MyBistro Web app 
*
*/

/* Site Wide Style Variables */
  :root {
  --fontfamily: fjalla_oneregular, sans-serif;
  --fontcolour1: #585756;
  --fontcolour2: #771500;
  --menufontsize: 	   18px;	/* change default was 30px */
  --footerfontcolour: bbbdbe;   
  --buttoncolour1: #af1d21;
  --buttoncolour2: rgb(33, 43, 68);  
  --buttonfontcolour1: #ffffff;  
  --buttonfontcolour2: #ffffff;    
  --footerBGColour: #2e3338;  
  --white: #ffffff;
  --BGColour: black;
  --BGintro:           url("/images/mybistro-bg-intro.jpg");
  --BGmain:            url("/images/mybistro-bg-main.jpeg"); 
}      


/* MyBistro Style Library */
        
         html, body {
                  font-family: Arial;
                  font-size: 17px;
                  padding: 8px;         

                 }
               .bodyBGcolor {
					    background-color: var(--BGColour);              
               }  
               .bodyBGintro {
					    background-image: var(--BGintro); 
					    background-color: rgba(255,255,255,0.6);
					    background-repeat: repeat-y;
					    background-attachment: fixed;
					    background-position:center top;
				        position: fixed; 
					    top: 0px; 
					    left: 0px; 
					    width: 100%;   
					    height: 100%;
               				}                
               .bodyBGmain {
					    background-image: var(--BGmain); 
					    background-color: rgba(255,255,255,0.6);
					    background-repeat: repeat-y;
					    background-attachment: fixed;
					    background-position:center top; 
					    position: fixed; 
					    top: 0px; 
					    left: 0px; 
					    width: 100%;
					    height: 100%;					       
                 }  
					aside .text{
					  color: white;
					  font-size: 25px;
					  font-weight: 600;
					  line-height: 65px;
					  text-align: center;
					  background: #1e1e1e;
					  letter-spacing: 1px;
					}    
				.Absolute-Center {
				      display: flex;
				      align-items: center; 
				      justify-content: center; 
				      text-align: center;
				}
				.img-center-header {
					  display: flex;
					  margin-top: 50px;
					  justify-content: center;
					  align-items: center;
					  height: 100px; 
					}
				.jqbox_center {
				    position: fixed;
				    left: 50%;
				    top: 50%;
				    transform: translate(-50%, -50%);
				}					  
					.img-center {
					  display: flex;
					  justify-content: center;
					  align-items: center;
					  height: 200px; 
					}
/* MyBistro Style Responsive Library */				
									             
					.wrapper {
					  height: 150px;
					  width: 380px;
					  margin: 20px auto;
					}
					.wrapperheader {
					  width: 380px;
					  margin: 5px auto;
					}
					.menu {
						width: 380px; 
						margin: -10px auto 0 auto;
					 }
					.menu a:link {
					  background-color: transparent;
					  text-decoration: none;
					}					
					.menu a:active {
					  color: grey;
					  background-color: transparent;
					  text-decoration: none;
					}
					.menu a:hover {
					  color: grey;
					  background-color: transparent;
					  text-decoration: none;
					}
                    .customfloat {
                    	background-color: var(--buttoncolour1);
                    	border: none; 
                    	margin-right: 10px;
                    }
                  															 
					.ccardmenu {
						width: 380px; 
						margin: 50px auto;
					 }	
				    .ccardcontainer {
				      background-color: #f2f2f2;
				      padding: 5px 20px 15px 20px;
				      border: 1px solid lightgrey;
				      border-radius: 3px;
				    }					 
	               .col-50 {
                       -ms-flex: 50%; /* IE10 */
                       flex: 50%;
                       padding: 0 16px;         
                     }
				   .icon-container {
				      margin-bottom: 20px;
				      padding: 7px 0;
				      font-size: 24px;
				    }
			       .ccardmenu > div label {
					  margin-bottom: 10px;
					  display: block;
                    }
                   .ccardmenu > div input[type=text] {
				      width: 100%;
				      margin-bottom: 20px;
				      padding: 12px;
				      border: 1px solid #ccc;
				      border-radius: 3px;
				    }	
			       .ccardbtn {
				      background-color: var(--buttoncolour1);
				      color: white;
				      padding: 12px;
				      margin: 10px 0;
				      border: none;
				      width: 100%;
				      border-radius: 3px;
				      cursor: pointer;
				      font-size: 17px;
				    }
				    .ccardbtn:hover {
				      background-color: #45a049;
				    }			                         				 				 
					 footer {
					 	position: relative; 
					 	left: 0; 
					 	bottom: 0; 
					 	width: 100%;
					 	background-color: var(--footerBGColour);
					 	padding: 10px;
					 	text-align: center;
					    color: var(--footerfontcolour);
					  	font-size: 15px; 
					 }
					 .footdata {
					 	margin: 0px auto;
					  	text-align: center;
					    font-family: Arial;  	
					    color: var(--footerfontcolour);
					  	font-size: 12px; 
					 }
					 .footdata a {
					 	margin: 0px auto;
					  	text-align: center;
					    font-family: Arial;  	
					    color: var(--footerfontcolour);
					  	font-size: 12px; 
					 }	
					.footdata a:link {
					  color: white;
					  background-color: transparent;
					  text-decoration: none;
					}
					.footdata a:visited {
					  color: green;
					  background-color: transparent;
					  text-decoration: none;
					}
					.footdata a:hover {
					  color: green;
					  background-color: transparent;
					  text-decoration: underline;
					}
					.footdata a:active {
					  color: green;
					  background-color: transparent;
					  text-decoration: underline;
					}
					
					div.inline {
					  width: 100%;
					  display: table;
					}
					
					div.inline div {
					  display: table-cell;
					}
					 .paymentheadfont {
					  font-size: 40px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					  .paymentbodyfont1 {
					  font-size: 18px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					   .paymentbodyfont2 {
					  font-size: 20px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
						color: var(--fontcolour2); 
					  letter-spacing: 0.2em;
					 }
					 .menufont1{
						font-family: var(--fontfamily);
						font-size: var(--menufontsize); 
						color: var(--fontcolour1); 
						text-align: left;
						background-color: rgba(0, 0, 0, 0)
					}
									
					.menufont2{
						font-family: var(--fontfamily);
						font-size: var(--menufontsize); 
						color: var(--fontcolour2); 
						text-align: left;
						background-color: rgba(0, 0, 0, 0)
					}
									
											
					.formfont{
						font-size: 30px;
						top: 0;
						font-family: var(--fontfamily);
						color: var(--fontcolour1);
					}
					.form-input {
					    width: 60px;
					    border: transparent;
					    text-align: center;					    
					    background-color: rgba(0, 0, 0, 0);
					    margin-left: 0px;
					}
					 .form-image {
					    width: 35px;
					    height: 35px;
						margin-top: 10px;
					}						
					.signup-form {
						width: 100%;
						height: 30px;
						border-radius: 5px;
					}
					hr.dot {
					   width: 380px; 
					   margin: auto;	
					   border-top: 3px dotted rgb(33, 43, 68); 
					}
					hr.cart {
					   width: 95%; 
					   margin-right: 5%;
					   border-top: 2px dotted rgb(33, 43, 68); 
					}
					img {
					    max-width: 100%;
					    max-height: 100%;
					}
					.product-img {
					  float: left;
					  height:150px;
					  width: 110px;
					
					}
					.productqty {
					    width: 80px;
					}
					.product-info {
					  float: left;
					  height: 150px;
					  width: 270px;
					}
					.product-text {
					  height: 65%;
					  width: 100%;
					}
					
					.product-text h1 {
					  margin: 0 0 0 10px;
					  padding-top: 2px;  
					  font-size: 22px;
					  color: var(--fontcolour1);
					}
					.product-text h1,
					.product-price-btn p {
					  font-family: var(--fontfamily);
					}
					
					.product-text h2 {
					  margin: 0 0 0 10px;
					  font-size: 22px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					
					.product-text p {
					  margin: 5px 0 0 10px;
					  font-family: var(--fontfamily);
					  color: var(--fontcolour1);
					  line-height: 1.2em;
					  font-size: 12px;
					  font-weight: lighter;
					  overflow: hidden;
					}
					.product-disclaimer {
					  margin: 5px 0 0 10px;
					  font-family: var(--fontfamily);
					  color: var(--fontcolour1);
					  line-height: 1.2em;
					  font-size: 12px;
					  font-weight: lighter;
					  overflow: hidden;
					}
					.cart-text1 {
					  font-size: 15px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					}
					.cart-text2 {
					  font-size: 15px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					.signup-text1 {
					  font-size: 12px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.1em;
					}
					.signup-text2 {
					  font-size: 12px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.1em;
					}
					.product-price-btn {
					  height: 50px;
					  width: 380px;
					  margin-top: 10px;
					  position: relative;
					}
					.trxcmp-btn {
					  height: 50px;
					  width: 95%;
					  margin: 8px auto;
					}
					.trxcmp-btn button {
					  height: 30px;
					  width: 60%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}					
					.cart-price-btn {
					  height: 50px;
					  width: 380px;
					  margin: 25px auto;
					}
					.cart-price-btn button {
					  height: 50px;
					  width: 60%;
					  margin-left: 20%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 10px;
					  font-family: var(--fontfamily);
					  font-size: 25px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.signup-btn {
					  height: 50px;
					  width: 380px;
					  margin: 8px auto;
					}
					.signup-btn button {
					  height: 40px;
					  width: 30%;
					  float: left;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 13px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.span {
					  display: inline-block;
					  height: 50px;
					  font-family: var(--fontfamily);
					  font-size: 10px;
					}
					
					.product-price-btn button {
					  float: right;
					  display: inline-block;
					  height: 32px;
					  width: 120px;
					  margin-top: 10px 5px;
					  margin: auto 5px auto 0;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5x;
					  font-family: var(--fontfamily);
					  font-size: 14px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.product-price-btn button:hover {
					  background-color: #79b0a1;
					}
					.trxmsg {
					  margin-top: 75px;
					}
					
					.table3c {
						width: 400px;
						margin: 0 auto;
						text-align: center;
					}				
					.table3cchild p {
					  font-size: 15px;
					  text-align: center;
					  font-family: 'Hind', sans-serif;
					  color: #414040;
					  font-weight: 600;
					  text-decoration: none;
					}					
					.table3cchild {
						display: inline-block;
						width: 125px;
						margin:0 auto;	
					}
					.table3cseperator  {
						border-right: 2px solid  #CCCAC9;
 						border-left: 2px solid  #CCCAC9;						
					}								
					@media only screen and (max-width: 415px) {					
					.ccardmenu {
						width: 300px; 
						margin: 50px auto;
					 }	
					.trxmsg {
					    margin-top: 25px;
					}		
                   }			
					
					@media only screen and (max-width: 375px) {
					.ccardmenu {
						width: 300px; 
						margin: 25px auto;
					 }						
					.wrapper {
					  height: 144px;
					  width: 340px;
					  margin: 20px auto;
					}
					.wrapperheader {
					  width: 340px;
					  margin: 5px auto;
					}
					.menu {
						width: 340px; 
						margin: 5px auto;
					 }
					hr.dot {
					   width: 340px; 
					   margin: auto;	
					   border-top: 3px dotted rgb(33, 43, 68); 
					}
					 .paymentheadfont {
					  font-size: 36px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					  .paymentbodyfont1 {
					  font-size: 18px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					   .paymentbodyfont2 {
					  font-size: 18px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					 }
					.product-img {
					  float: left;
					  width: 98px;
					  height: 144px;
					
					}
					 .formfont{
					 	margin-top: 10px;
						font-size: 30px;
						top: 0;
						font-family: "fjalla_oneregular";
						color: var(--fontcolour1);
					}
					 .form-input {
					    width: 50px;
					    border: transparent;
					    text-align: center;
					    background-color: rgba(0, 0, 0, 0);
					    margin-left: 0px;
					}
					 .form-image {
					    width: 35px;
					    height: 35px;
						margin-top: 10px;
					}											
					.productqty {
					    width: 60px;
					}					
					.product-info {
					  float: left;
					  height: 144px;
					  width: 240px;
					}
					.product-text {
					  height: 65%;
					  width: 100%;
					}
					.product-text h1 {
					  margin: 0 0 0 10px;
					  padding-top: 2px;  
					  font-size: 18px;
					  color: var(--fontcolour1);
					}
					
					.product-text h1,
					.product-price-btn p {
					  font-family: var(--fontfamily);
					}
					
					.product-text h2 {
					  margin: 0 0 0 10px;
					  font-size: 18px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					
					.product-text p {
					  margin: 5px 0 0 10px;
					  font-family: var(--fontfamily);
					  color: var(--fontcolour1);
					  line-height: 1.2em;
					  font-size: 12px;
					  font-weight: lighter;
					  overflow: hidden;
					}
					
					.product-price-btn {
					  height: 47px;
					  width: 105px;
					  margin-top: 9px;
					  position: relative;
					}
					
					.product-price-btn p {
					  display: inline-block;
					  position: absolute;
					  top: -13px;
					  height: 47px;
					  font-family: var(--fontfamily);
					  margin: 0 0 0 38px;
					  font-size: 28px;
					  font-weight: lighter;
					  color: #474747;
					}
					.product-price-btn button {
					  float: right;
					  display: inline-block;
					  height: 30px;
					  width: 105px;
					  margin-top: 10px 5px;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5x;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					
					.product-price-btn button:hover {
					  background-color: #79b0a1;
					}					
					.signup-form {
						width: 100%;
						height: 28px;
						border-radius: 5px;
					}
					.signup-btn {
					  height: 50px;
					  width: 340px;
					  margin: 8px auto;
					}
					.signup-btn button {
					  height: 40px;
					  width: 30%;
					  float: left;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 13px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.trxcmp-btn {
					  height: 50px;
					  width: 95%;
					  margin: 8px auto;
					}
					.trxcmp-btn button {
					  height: 30px;
					  width: 50%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}						
					.signup-text1 {
					  font-size: 10px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.1em;
					}
					.signup-text2 {
					  font-size: 10px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.1em;
					}
					.cart-price-btn {
					  height: 50px;
					  width:  340px;
					  margin: 15px auto;
					}
					.cart-price-btn button {
					  height: 50px;
					  width: 60%;
					  margin-left: 20%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 10px;
					  font-family: var(--fontfamily);
					  font-size: 25px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.increment{
						  height: 25px;
					}
					.span {
					  display: inline-block;
					  height: 47px;
					  font-family: var(--fontfamily);
					  font-size: 10px;
					}
				    .trxmsg {
					  margin-top: 20px;
					}
					.table3c {
						width: 360px;
						margin: 0 auto;
					}									
					.table3cchild {
						display: inline-block;
						width: 103px;
						margin: 0 auto;	
					}
					.table3cchild p {
					  font-size: 14px;
					  text-align: center;
					  font-family: 'Hind', sans-serif;
					  color: #414040;
					  font-weight: 600;
					  text-decoration: none;
					}									
					}
					@media only screen and (max-width: 360px) {
					.ccardmenu {
						width: 300px; 
						margin: 10px auto;
					 }						
					.wrapper {
					  height: 132px;
					  width: 330px;
					  margin: 20px auto;
					}
					.wrapperheader {
					  width: 330px;
					  margin: 5px auto;
					}
					.menu {
						width: 330px; 
						margin: 5px auto;
					 }
					.signup-form {
						width: 100%;
						height: 28px;
						border-radius: 5px;
					}
					.trxcmp-btn {
					  height: 50px;
					  width: 95%;
					  margin: 8px auto;
					}
					.trxcmp-btn button {
					  height: 30px;
					  width: 60%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}						
					.signup-btn {
					  height: 50px;
					  width: 330px;
					  margin: 8px auto;
					}
					.signup-btn button {
					  height: 40px;
					  width: 30%;
					  float: left;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 13px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.signup-text1 {
					  font-size: 10px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.1em;
					}
					.signup-text2 {
					  font-size: 10px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.1em;
					}
					hr.dot {
					   width: 330px; 
					   margin: auto;	
					   border-top: 3px dotted rgb(33, 43, 68); 
					}
					 .paymentheadfont {
					  font-size: 30px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					  .paymentbodyfont1 {
					  font-size: 15px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					   .paymentbodyfont2 {
					  font-size: 15px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					 }
					.product-img {
					  float: left;
					  width: 90px;
					  height: 138px;
					
					}
					.productqty {
					    width: 50px;
					}
					 .formfont{
					 	margin-top: 10px;
						font-size: 25px;
						top: 0;
						font-family: "fjalla_oneregular";
						color: var(--fontcolour1);
					}
					 .form-input {
					    width: 40px;
					    border: transparent;
					    background-color: rgba(0, 0, 0, 0);
					    text-align: center;
					    margin-left: 0px;
					}
					 .form-image {
					    width: 30px;
					    height: 30px;
						margin-top: 10px;
					}																
					.product-info {
					  float: left;
					  height: 138px;
					  width: 240px;
					}
					.product-text {
					  height: 65%;
					  width: 100%;
					}
					.product-text h1 {
					  margin: 0 0 0 10px;
					  padding-top: 2px;  
					  font-size: 21px;
					  color: var(--fontcolour1);
					}
					
					.product-text h1,
					.product-price-btn p {
					  font-family: var(--fontfamily);
					}
					
					.product-text h2 {
					  margin: 0 0 0 10px;
					  font-size: 21px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					
					.product-text p {
					  margin: 5px 0 0 10px;
					  font-family: var(--fontfamily);
					  color: var(--fontcolour1);
					  line-height: 1.2em;
					  font-size: 12px;
					  font-weight: lighter;
					  overflow: hidden;
					}
					
					.product-price-btn {
					  height: 47px;
					  width: 240px;
					  margin-top: 9px;
					  position: relative;
					}
					
					.product-price-btn p {
					  display: inline-block;
					  position: absolute;
					  top: -13px;
					  height: 47px;
					  font-family: var(--fontfamily);
					  margin: 0 0 0 38px;
					  font-size: 28px;
					  font-weight: lighter;
					  color: #474747;
					}
					.cart-price-btn {
					  height: 50px;
					  width: 340px;
					  margin: 15px auto;
					}
					.cart-price-btn button {
					  height: 50px;
					  width: 60%;
					  margin-left: 20%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 10px;
					  font-family: var(--fontfamily);
					  font-size: 25px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					
					.span {
					  display: inline-block;
					  height: 47px;
					  font-family: var(--fontfamily);
					  font-size: 10px;
					}
					
					.product-price-btn button {
					  float: right;
					  display: inline-block;
					  height: 30px;
					  width: 122px;
					  margin-top: 10px 5px;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5x;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					
					.product-price-btn button:hover {
					  background-color: #79b0a1;
					}
				    .trxmsg {
					  margin-top: 10px;
					}
					.table3c {
						width: 340px;
						margin: 0 auto;
					}									
					.table3cchild {
						display: inline-block;
						width: 103px;
						margin: 0 auto;	
					}
					.table3cchild p {
					  font-size: 14px;
					  text-align: center;
					  font-family: 'Hind', sans-serif;
					  color: #414040;
					  font-weight: 600;
					  text-decoration: none;
					}							
					}
					@media only screen and (max-width: 320px) {
				    body {
				      font-family: Arial;
				      font-size: 12px;
				      padding: 5px;
				    }
	  			    h3 {
				      font-size: 20px;
					    }
			        .row {
			          flex-direction: column-reverse;	
			        }				
		 			.wrapper {
					  height: 118px;
					  width: 295px;
					  margin: 20px auto;
					}
					.wrapperheader {
					  width: 295px;
					  margin: 5px auto;
					}
					.menu {
						width: 295px; 
						margin: 5px auto;
					 }
					.ccardmenu {
						width: 250px; 
						margin: 5px auto;
					 }		
			       .icon-container {
				        margin-bottom: 10px;
				        padding: 7px 0;
				        font-size: 20px;
				    }
			       .ccardmenu > div label {
					  margin-bottom: 5px;
					  display: block;
                    }
                   .ccardmenu > div input[type=text] {
				      width: 100%;
				      margin-bottom: 10px;
				      padding: 8px;
				      border: 1px solid #ccc;
				      border-radius: 3px;
				    }					    
					  .footdata {
					 	margin: 0px auto;
					  	text-align: center;
					    font-family: Arial;  	
					    color: white;
					  	font-size: 12px; 
					 }

					 .paymentheadfont {
					  font-size: 28px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					  .paymentbodyfont1 {
					  font-size: 14px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					 }
					   .paymentbodyfont2 {
					  font-size: 14px;
					  font-family: var(--fontfamily);
					  font-weight: 600;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					 }
					 .formfont{
					 	margin-top: 10px;
						font-size: 25px;
						top: 0;
						font-family: "fjalla_oneregular";
						color: var(--fontcolour1);
					}
					 .form-input {
					    width: 40px;
					    border: transparent;
					    text-align: center;					    
					    background-color: rgba(0, 0, 0, 0);
					    margin-left: 0px;
					}
					 .form-image {
					    width: 30px;
					    height: 30px;
						margin-top: 10px;
					}					
					.signup-form {
						width: 100%;
						height: 25px;
						border-radius: 5px;
					}
					hr.dot {
					   width: 295px; 
					   margin: auto;	
					   border-top: 3px dotted rgb(33, 43, 68); 
					}
					.product-img {
					  float: left;
					  width: 75px;
					  height:118px;
					}
					
					.product-info {
					  float: left;
					  height: 118px;
					  width: 210px;
					
					}										
					.product-text {
					  height: 65%;
					  width: 100%;
					}
					
					.product-text h1 {
					  margin: 0 0 0 10px;
					  padding-top: 2px;  
					  font-size: 18px;
					  color: var(--fontcolour1);
					}
					
					.product-text h1,
					.product-price-btn p {
					  font-family: var(--fontfamily);
					}
					
					.product-text h2 {
					  margin: 0 0 0 10px;
					  font-size: 18px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					
					.product-text p {
					  margin: 5px 0 0 10px;
					  font-family: var(--fontfamily);
					  color: var(--fontcolour1);
					  line-height: 1.2em;
					  font-size: 11px;
					  font-weight: lighter;
					  overflow: hidden;
					}
					
					.cart-text1 {
					  font-size: 12px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.2em;
					}
					.cart-text2 {
					  font-size: 12px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.2em;
					}
					.signup-text1 {
					  font-size: 9px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour1);
					  letter-spacing: 0.1em;
					}
					.signup-text2 {
					  font-size: 9px;
					  font-family: var(--fontfamily);
					  font-weight: 400;
					  line-height: 1.2em;
					  text-transform: uppercase;
					  color: var(--fontcolour2);
					  letter-spacing: 0.1em;
					}
					.product-price-btn {
					  height: 39px;
					  width: 210px;
					  position: relative;
					}
					
					.product-price-btn p {
					  display: inline-block;
					  position: absolute;
					  top: -13px;
					  height: 42px;
					  font-family: var(--fontfamily);
					  margin: 0 0 0 38px;
					  font-size: 28px;
					  font-weight: lighter;
					  color: #474747;
					}
					.trxcmp-btn {
					  height: 50px;
					  width: 95%;
					  margin: 8px auto;
					}
					.trxcmp-btn button {
					  height: 30px;
					  width: 60%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}						
					.cart-price-btn {
					  height: 50px;
					  width: 300px;
					  margin: 15px auto;
					}
					.cart-price-btn button {
					  height: 50px;
					  width: 60%;
					  margin-left: 20%;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 10px;
					  font-family: var(--fontfamily);
					  font-size: 25px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.signup-btn {
					  height: 50px;
					  width: 300px;
					  margin: 8px auto;
					}
					.signup-btn button {
					  height: 30px;
					  width: 30%;
					  float: left;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5px;
					  font-family: var(--fontfamily);
					  font-size: 12px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					.span {
					  display: inline-block;
					  height: 39px;
					  font-family: var(--fontfamily);
					  font-size: 10px;
					}
					
					.product-price-btn button {
					  float: right;
					  display: inline-block;
					  height: 25px;
					  width: 100px;
					  margin-right: 5px;
					  box-sizing: border-box;
					  border: transparent;
					  border-radius: 5x;
					  font-family: var(--fontfamily);
					  font-size: 11px;
					  font-weight: 400;
					  text-transform: uppercase;
					  letter-spacing: 0.2em;
					  color: var(--buttonfontcolour1);
					  background-color: var(--buttoncolour1);
					  cursor: pointer;
					  outline: none;
					}
					
					.product-price-btn button:hover {
					  background-color: #79b0a1;
					}
				    .trxmsg {
					  margin-top: 5px;
					}
					.table3c {
						width: 318px;
						margin: 0 auto;
					}									
					.table3cchild {
						display: inline-block;
						width: 100px;
						margin: 0 auto;	
					}
					.table3cchild p {
					  font-size: 14px;
					  text-align: center;
					  font-family: 'Hind', sans-serif;
					  color: #414040;
					  font-weight: 600;
					  text-decoration: none;
					}						
										
					}