/*------------------- RESET ---------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, img{
  margin: 0; padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent;
}
*{
  box-sizing: border-box;
}
body {  line-height: 1;}
ol, ul {  list-style: none;}
blockquote, q {  quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';  content: none;}
/* Focus styles */
:focus {  outline: 0;}
/* Cellspacing="0" */
table {  border-collapse: collapse;  border-spacing: 0;}
/*------------------- END RESET ---------------*/

/*------------------- VARIABLES ---------------*/
:root{
  --MainGray: rgb(195, 193, 193);
  --BorderGray: rgb(140, 140, 140);
  --MainBlack: rgb(60, 59, 59);
  --MainTopBlack: rgb(29, 29, 29);
  --LetterTopGrey: rgb(224, 224, 224);
  --DarkRed: rgb(110, 20, 20);
  --MateRed: rgb(194, 78, 78);
}
/*------------------- BODY STYLES ---------------*/
* {
  margin: 0px;
  padding: 0px;
}
html{
  width: 100%;
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', Arial, sans-serif;
}

#body{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  margin: 0px auto;
  box-sizing: border-box;
}

header, section, footer, aside, nav, main, article, figure{
  display: block;
}


/*----------------------------------------------- HEADER STYLES --------------------------------------------------------*/
header{
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: var(--MainBlack);
  color: var(--LetterTopGrey);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--LetterTopGrey);
  box-sizing: border-box;
}
#main-head{
  display: inline-block;
  max-width: 100%;
  height: 50%;
  padding: 1em 0px 1em;
  box-sizing: border-box;
}
header h1{
  font-size: 1.8em;
  font-weight: bold;
}
header h2{
  color: aliceblue;
  margin: 10px 0px 0px;
  font-size: 1em;
  font-weight: 400;
}


/*----------------------------------------------- NAV STYLES --------------------------------------------------------*/
nav{
  width: 100%;
  height: 50%;
  padding: 0px 50px 1em 50px;
  justify-content: space-between;
  box-sizing: border-box;
}
nav div{
  display: inline-block;
}
nav a{
  background: rgba(110, 49, 49, 0);
  color: var(--LetterTopGrey);
  margin: 0px 0px;
  padding: 5px 10px;
  border-left: 2px solid var(--BorderGray);
  text-decoration: none;
  transition: background 0.3s, border 0.3s;
}

nav a:hover{
  cursor: pointer;
  background: rgb(204, 204, 204);
  border-left: 2px solid rgb(204, 204, 204);
  color: aliceblue;
  border-radius: 3px;
}
#menu-icn{
  color: aliceblue;
  font-size: 1.8em;
}
#menu-icn:hover{
  cursor: pointer;
}
#cart{
  display: inline-block;
}


/*----------------------------------------------- ASIDE STYLES --------------------------------------------------------*/


/*......................CART ASIDE......................*/
#cartTop{
  border-bottom: 3px solid var(--MainBlack);
}
#cartTop tr:nth-child(1){
  border-bottom: 1px solid var(--MainGray);
}

#cartAside{
  vertical-align: top;
  box-shadow: 1px 1px 1px var(--MainBlack);
  margin-bottom: 50px;
}
#head-cartAside{
  width: 100%;
  margin: 0px 0px 20px;
  padding: 20px 0px;
  font-size: 1.2em;
  border-bottom: 3px solid var(--MainBlack);
}

#body-cartAside{
  width: 100%;
  text-align: center;
}
#body-cartAside table{
  width: 100%;
  text-align: left;
}
#body-cartAside tr:nth-child(1n + 1) th:nth-child(1){
  width: 60%;
}
#body-cartAside tr:nth-child(1n + 1) td{
  border-bottom: 1px solid var(--MainGray);
}
#body-cartAside th, #body-cartAside td{
  padding: 15px;
}

#body-cartAside .checkOut-btn{
  display: inline-block;
  background: rgb(94, 218, 78);
  color: black;
  margin: 20px auto;
  padding: 10px;
  border-radius: 3px;
  font-size: 1.2em;
  text-decoration: none;
}
#body-cartAside .checkOut-btn:hover{
  cursor: pointer;
  background: rgb(28, 218, 3);
  color: black;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------- MAIN CONTENT STYLES -----------------------------------------------------*/
#main{
  background: white;
  width: 100%;
  min-height: 100%;
  margin: 0px auto 0px;
}
.sections{
  margin: 0px 0px;
}

/*......................HOME CONTAINER......................*/
#main-section{
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  /*background-image: url('../images/backHome.jpeg');*/
}

#container1{
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: rgba(255, 255, 255,0.0);
}
#container1-2{
  display: inline-flex;
  background: white;
  width: 100%;
}
.circle-message{
  display: inline-block;
  width: 40%;
  background: rgba(245, 245, 245, 0);
  padding: 0px;
}
.circle-message p{
  display: inline-block;
  margin: 200px 5px 0px 30px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid var(--MainGray);
}

#mainHome-img{
  display: inline-block;
  width: 60%;
  background: rgb(255, 255, 255);
  text-align: center;
  vertical-align: top;
}

#message2{
  display: inline-block;
  background: rgb(240, 240, 240);
  width: 100%;
  height: auto;
  min-height: 80px;
  align-items: center;
  box-sizing: border-box;
}
#message2 p{
  display: inline-flex;
  width: 100%;
  min-height: 80px;
  padding: 20px 15px;
  color:black;
  font-size: 1.2em;
  line-height: 25px;
  align-items:center;
  justify-content: space-around;
  box-sizing: border-box;
}

#container2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  background: var(--MainBlack);
  padding:3px 0px;
  box-sizing: border-box;
}
#rice-container{
  display: inline-block;
  background: rgb(250,250,250);
  padding: 80px 20px 20px;
  text-align: center;
  box-sizing: border-box;
}
#rice-container p{
  display: inline-block;
  max-width: 85%;
  margin: 50px 0px;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
}
#rice-container p span{
  font-weight: bold;
}

#separe-bar img{
  display: inline-block;
  width: 90%;
}
.rice-bags{
  position: relative;
  margin: 0px 10px;
  border: 1px solid var(--LetterTopGrey);
}
#rice-container .rice-bags:nth-child(1){
  background: rgb(253, 254, 202);
}
#rice-container .rice-bags:nth-child(2){
  background: rgb(255, 255, 255);
}
.rice-bags img{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rice-bags:nth-child(1) p{
  color: rgb(93, 231, 59);
  font-weight: bold;
}
.rice-bags:nth-child(2) p{
  color: rgb(219, 223, 44);
  font-weight: bold;
}


/*......................CONTACT CONTAINER......................*/

#about-us{
  width: 100%;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  /*background-image: url("../images/vanj.jpg"); */
}
#about-us h3{
  display: block;
  max-width: 90%;
  margin: 0px 0px 1em 0px;
  padding: 10px;
  border-bottom: 1px solid var(--BorderGray);
  font-size: 1.7em;
  text-align: left;
}
#about-us p{
  display: inline-block;
  width: 1000px;
  max-width: 80%;
  padding: 1.5em 0px;
  line-height: 1.5em;
  letter-spacing: 3px;
}
#about-us img{
  display: inline-block;
  width: 100%;
}


/*......................CONTACT CONTAINER......................*/

#contact-section{
  display: inline-block;
  margin-top: 1em;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#head-contact{
  margin-bottom: 60px;
}
#head-contact h2{
  margin: 20px 0px 20px;
  font-size: 2.5em;
}
#head-contact p{
  font-size: 1.3em;
}

#form-contact{
  border-left: 1px solid var(--LetterTopGrey);
  border-right: 1px solid var(--LetterTopGrey);
  text-align: center;
}
#form-contact table{
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0px auto 0px;
  text-align: center;
}
#form-contact tr{
  max-width: 100%;
}
#form-contact td{
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#form-contact input{
  background: rgb(247, 244, 220);
  width: 95%;
  max-width: 350px;
  height: 40px;
  padding: 0px 5px;
  border: 1px solid rgba(140, 140, 140, 0.4);
  font-size: 16px;
}
#form-contact tr:nth-child(3) th{
  vertical-align: top;
}
#form-contact textarea{
  background: rgb(247, 244, 220);
  width: 95%;
  max-width: 350px;
  height: 200px;
  padding: 0px 5px;
  border: 1px solid rgba(140, 140, 140, 0.4);
  font-size: 16px;
}
#form-contact #sendMessage-btn{
  display: block;
  background: white;
  color: black;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 8px;
  font-size: 1em;
  border: 1px solid var(--MainGray);
  border-radius: 5px;
}
#form-contact #sendMessage-btn:hover{
  background: var(--LetterTopGrey);
  font-weight: 400;
  cursor: pointer;
}

#info-contact{
  /*background-image: url('../images/van.jpg');*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  margin-left: 3em;
  margin-bottom: 50px;
  padding: 0px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
#info-contact h2{
  background: white;
  color:  black;
  padding: 0px 0px 20px;
  border-bottom: 3px solid  var(--MainBlack);
  font-size: 1.2em;
}
#info-contact table{
  background: rgba(255, 255, 255, 0.6);
  width: 100.5%;
  margin: 0px;
}
.spaceBlank-table{
  width: 0px;
  height: 0px;
}
#info-contact tr:nth-child(1n + 5){

}
#info-contact tr:nth-child(11){
  background: rgba(255, 255, 255, 0);
  text-align: center;
}
#info-contact table th{
  padding: 20px 0px 10px 10px;
}
#info-contact table td{
  padding: 0px 0px 10px 10px;
}
#info-contact table tr:nth-child(11) td{
  padding: 20px 0px 10px 0px;
}
#info-contact #map{
  margin: 0px;
  padding: 0px;
}
#info-contact #map table td{
  margin: 0px;
  padding: 0px;
}
iframe{
  display: inline-block;
  width: 200px;
  height: 100px;
  margin: auto;
  padding: 0px 5px;
  font-size: 16px;
}

/*......................PRODUCTS CONTAINER......................*/
#products-section{
  width: 100%;
}

#head-products {
  width: 100%;
  margin: 0px 0px 30px;
  text-align: center;
}
#head-products h2{
  display: block;
  color: black;
  margin: 0px 50px 10px;
  text-align: left;
  font-size: 2.5em;
}
#search-group, #search-group2{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 20px;
  text-align: right;
  box-sizing: border-box;
}
#search-group input:nth-child(1), #search-group2 input:nth-child(1){
  display: inline-block;
  background: var(--LetterTopGrey);
  width: 400px;
  max-width: 80%;
  padding: 12px;
  border: none;
}
#search-group button, #categories-group button, #search-group2 button, #printingOptions-container button{
  display: inline-block;
  background: white;
  margin: 1px;
  padding: 9px;
  font-size: 1.2em;
  letter-spacing: 1px;
  border: 1px solid var(--LetterTopGrey);
  border-radius: 3px;
  box-sizing: border-box;
}
#search-group button:hover, #categories-group button:hover, #search-group2 button:hover, #printingOptions-container button:hover{
  cursor: pointer;
  background: var(--MainBlack);
  color: aliceblue;
}

#categories-group{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 20px 50px;
  text-align: left;
  box-sizing: border-box;
}
#categories-group select{
  display: inline-block;
  background: white;
  font-size: 1.3em;
  width: 350px;
  max-width: 80%;
  padding: 12px;
  border: 1px solid var(--LetterTopGrey);
  border-radius: 3px;
}

#products{
  display: inline-block;
  text-align: center;
}
#body-products{
  display: inline-block;
  width: 1500px;
  max-width: 100%;
  text-align: center;
}

.full-product{
  background: white;
  display: inline-block;
  margin: 0px 1.5em 30px;
  /*box-shadow: 0px 0px 1px var(--BorderGray);*/
  box-shadow: 1px 1px 1px var(--BorderGray);
  vertical-align: top;
}

.full-product a{
  display: inline-block;
}
.product-image{
  border-radius: 3px;
}
.product-name{
  width: 100%;
}
.product-details{
  margin-top: 5px;
  padding: 8px;
  line-height: 30px;
  border-radius: 3px;
}
.product-details p{
  display: inline-block;
}
.product-details input{
  background: rgb(255, 252, 175);
  width: 30px;
  margin: 0px 5px;
  padding: 5px;
  font-size: 1.2em;
  border: 1px solid var(--LetterTopGrey);
  border-radius: 5px;
  text-align: center;
}
.product-details a{
  color: black;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 1px rgb(94, 218, 78);
  -webkit-box-shadow: 0px 1px 1px 1px rgb(94, 218, 78);
  box-shadow: 0px 1px 1px 1px rgb(94, 218, 78);
}
.product-details a:hover{
  cursor: pointer;
  -moz-box-shadow: 0px 0px 1px 1px rgb(94, 218, 78);
  -webkit-box-shadow: 0px 0px 1px 1px rgb(94, 218, 78);
  box-shadow: 0px 0px 0px 1px rgb(94, 218, 78);
}
.product-price{
  display: block;
  width: 100%;
  padding: 0px 3px;
  text-align: right;
}
.product-price span{
  font-size: 1.4em;
  color: rgb(81, 134, 74);
  text-shadow: 1px 1px black;
}
.product-price2{
  color: rgb(81, 134, 74);
}


/*......................CART CONTAINER......................*/
#cart-section{
  width: 100%;
  text-align: center;
}
#head-cart{
  width: 100%;
  margin: 0px 0px 50px;
  text-align: center;
}
#head-cart h2{
  display: block;
  color: black;
  margin: 20px 50px 20px;
  text-align: center;
  font-size: 2.5em;
}

#body-cart{
  display: inline-block;
  width: 100%;
  text-align: center;
  text-align: center;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
#body-cart table{
  display: inline-block;
  min-width: 800px;
  width: 80%;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#body-cart table th{
  padding: 15px;
}
#body-cart table th:nth-child(1){
  width: 40%;
}
#body-cart table th:nth-child(1n + 2){
  width: 20%;
}

#body-cart table tr:nth-child(1){
  border-bottom: 3px solid var(--MainBlack);
}
#body-cart table tr:nth-child(1n + 2){
  box-shadow: 0px 1px 1px var(--MainGray);
}
#body-cart table tr:last-child{
  border-top: 3px solid var(--MainBlack);
  border-bottom: 3px solid var(--MainBlack);
  box-shadow: 0px 1px 1px var(--MainGray);
  font-size: 1.4em;
  font-weight: bold;
}
#body-cart table tr:last-child {
  color: rgb(81, 134, 74);
}
#body-cart table td{
  padding: 15px;
}
.product-cart{
}
.product-cart td{
  vertical-align: top;
}
.product-cart td:first-child{
  width: 40%;
  text-align: center;
}
.product-cart td:nth-child(2){
  width: 40%;
}
.product-cart td img{
  display: inline-block;
  margin: auto;
  max-width: 50%;
  max-height: 200px;
}
.product-cart td:nth-child(2) p:nth-child(1){
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.product-cart td:nth-child(3) input{
  display: block;
  background: rgb(255, 252, 175);
  width: 30px;
  margin: 0px 5px;
  padding: 5px;
  font-size: 1.2em;
  border: 1px solid var(--LetterTopGrey);
  border-radius: 5px;
}
.product-cart td:nth-child(3) input:nth-child(5){
  display: none;
}
.product-cart td:nth-child(3) a:nth-child(2), .product-cart td:nth-child(3) a:nth-child(3){
  display: inline-block;
  color: black;
  width: 20px;
  margin: 10px 5px 0px;
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px  rgb(94, 218, 78);
  -webkit-box-shadow: 0px 1px 1px  rgb(94, 218, 78);
  box-shadow: 0px 1px 1px  rgb(94, 218, 78);
}
.product-cart td:nth-child(3) a:hover{
  cursor: pointer;
  -moz-box-shadow: 0px 0px 1px rgb(94, 218, 78);
  -webkit-box-shadow: 0px 0px 1px rgb(94, 218, 78);
  box-shadow: 0px 0px 1px rgb(94, 218, 78);
}
.product-cart td:nth-child(3) a:nth-child(4){
  display: block;
  color: black;
  width: 60px;
  margin: 10px 0px 0px;
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  -moz-box-shadow: 0px 1px 1px  rgb(255, 134, 122);
  -webkit-box-shadow: 0px 1px 1px  rgb(255, 134, 122);
  box-shadow: 0px 1px 1px  rgb(255, 134, 122);
}
.product-cart td:nth-child(3) a:nth-child(4):hover{
  cursor: pointer;
  -moz-box-shadow: 0px 0px 1px  rgb(252, 56, 37);
  -webkit-box-shadow: 0px 0px 1px  rgb(252, 56, 37);
  box-shadow: 0px 0px 1px  rgb(252, 56, 37);
}
.product-cart td:nth-child(4){
  font-size: 1.2em;
}
.productD-cart{
  vertical-align: top;
}
.product-cart #noProductsSelected td:nth-child(1n+1){
  width: 100%;
  border: 1px solid black;
}
#order-comment textarea{
  display: inline-block;
  background: rgb(255, 252, 175);
  width: 90%;
  height: 50px;
  margin-top: 10px;
  padding: 10px;
  border: none;
}

#footer-cart a:first-child, #footer-cart a:last-child{
  display: inline-block;
  color: black;
  margin: 20px 10px;
  padding: 10px;
  border-radius: 3px;
  font-size: 1.2em;
  text-decoration: none;
}
#footer-cart a:first-child{
  background: rgb(94, 218, 78);
}
#footer-cart a:last-child{
  background: rgb(244, 244, 244);
}
#footer-cart a:first-child:hover{
  cursor: pointer;
  background: rgb(28, 218, 3);
}
#footer-cart a:last-child:hover{
  background: rgb(228, 228, 228);
}

/*......................PROFILE CONTAINER......................*/
#profile-section{
  width: 100%;
  padding-bottom: 100px;
}

#profile{
  display: inline-block;
  text-align: center;
}
#head-profile{
  margin: 50px 0px;
}

#profile-details{
  display: inline-block;
  max-width: 90%;
  padding: 20px;
  text-align: left;
  box-shadow: 1px 1px 1px var(--MainGray);
}
#profile-details h3{
  display: block;
  font-size: 1.5em;
  text-align: left;
}
#profile-details p{
  display: block;
  padding: 8px;
  text-align: left;
}
#changePswd-btn{
  background: var(--LetterTopGrey);
  margin: 5px;
  padding: 8px;
}
#changePswd-btn:hover{
  cursor: pointer;
  background: var(--MainGray);
}
.edit-btn{
  display: inline-block;
  color: black;
  margin-left: 75%;
  margin-right: 5%;
  padding: 10px;
  box-shadow: 0px 1px 1px var(--MainGray);
  text-align: center;
  text-decoration: none;
}
.edit-btn:hover{
  cursor: pointer;
  box-shadow: 0px 1px 1px var(--MainBlack);
}

#orders, #completed, #reg-requests, #order-requests, #manage-products, #order-history, #cust-requests, #invoices{
  margin-top: 20px;
  overflow-x: auto;
  overflow-y:hidden;
}
#profile div:first-child{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#profile div:nth-child(1n + 2){
  margin-bottom: 20px;
}
#profile div:nth-child(1n + 2) h3{
  display: block;
  margin-left: 10%;
  padding: 10px;
  font-size: 1.4em;
  text-align: left;
}
#profile div table{
  display: inline-block;
  min-width: 750px;
  width: 80%;
  box-sizing: border-box;
  text-align: left;
}
#profile table tr:nth-child(1){
  color: black;
  border-top: 1px solid var(--LetterTopGrey);
  border-bottom: 2px solid var(--MainBlack);
}
#profile table tr:nth-child(1n + 2){
  border-bottom: 1px solid var(--LetterTopGrey);
}
#profile div table th{
  padding: 15px;
  border-left: 1px solid var(--LetterTopGrey);
}
#profile div table td{
  padding: 15px;
  border-left: 1px solid var(--LetterTopGrey);
}

#orders h3{
  color: rgb(224, 188, 0);
  text-shadow: 0px 0px 1px rgb(250, 209, 0);
}
#orders table th:nth-child(1n + 1), #completed table th:nth-child(1n + 1), #order-history table th:nth-child(1n + 1){
  width:10%;
}
#orders table th:nth-child(2), #completed table th:nth-child(2), #order-history table th:nth-child(2){
  width:15%;
}
#orders table th:nth-child(3), #completed table th:nth-child(3), #order-history table th:nth-child(3){
  width: 45%;
}
#completed{
  padding-bottom: 100px;
}
#order-requests table th:nth-child(1n + 1){
  width: 10%;
}
#order-requests table th:nth-child(2){
  width: 15%;
}
#order-requests table th:nth-child(4){
  width: 45%;
}
#order-requests h3{
  color: rgb(224, 188, 0);
  text-shadow: 0px 0px 1px rgb(250, 209, 0);
}
#manage-products table th:nth-child(1){
  width: 15%;
  min-width: 15%;
}
#manage-products table th:nth-child(2){
  width: 80%;
  min-width: 80%;
}
#manage-products table th:nth-child(1n + 3){
  width: 15%;
  min-width: 15%;
}
#manage-products img{
  display: inline-block;
  width: 100%;
}
.linkListProducts-orders{
  color: blue;
}
.linkListProducts-orders:hover{
  cursor: pointer;
}
#profile .tdListProducts-orders{
  width: 100%;
  margin-top: 20px;
}
#profile .tdListProducts-orders tr:first-child{
  border-bottom: none;
}
#profile .tdListProducts-orders tr:nth-child(odd){
  background: rgb(213, 213, 213);
  border-bottom: none;
  box-shadow: none;
}

.manageTable-opts{
  display: inline-block;
  width: 80%;
  text-align: right;
}
.aprove-btn, .cancel-btn{
  display: inline-block;
  padding: 10px;
  box-shadow: 0px 1px 1px var(--MainGray);
  text-align: center;
  text-decoration: none;
}
.aprove-btn:hover, .cancel-btn:hover{
  cursor: pointer;
  box-shadow: 0px 1px 1px var(--MainBlack);
}
.aprove-btn i{
  color: green;
}
.cancel-btn i{
  color: red;
}
.editProduct-btn{
  color: black;
  padding: 5px 8px;
  border-radius: 5px;
}
.editProduct-btn:hover{
  background: var(--MainGray);
}


/*......................FULL PRODUCT IMAGE......................*/
#fullProduct-pic{
  position: fixed;
  display: none;
}
#fullProduct-pic:target{
  top: 0px;
  left: 0px;
  display: inline-block;
  background: rgba(87, 87, 87, 0.8);
  width: 100%;
  height: 100%;
}
#fullPic-content{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 2em;
}
#fullPic-content div{
  display: inline-flex;
  height: 60px;
  background: rgb(255, 255, 255);
  padding: 5px;
  font-size: 25px;
  justify-content: space-between;
  line-height: 60px;
}
#fullPic-content div:first-child{
  border-radius: 5px 5px 0px 0px;
}
#fullPic-content p{
  display: inline-block;
  margin-left: 50px;
}
#fullPic-content a{
  display: inline-block;
  margin-right: 50px;
  text-decoration: none;
  color: var(--MainBlack);
}
#img-viewFullPic{
  display: inline-block;
  background: white;
  max-height: 100%;
  border-radius: 0px 0px 5px 5px;
}
#fullPic-content img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}


/*......................INVOICING CONTAINER......................*/
/*-- INVOICE --*/
#invoicing-section{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 100px;
  text-align: center;
}
#invoice-preview{
  background: rgb(250,250,250);
  display: block;
  width: 95%;
  min-width: 1000px;
  margin: 20px auto 0px;
  padding: 30px 20px 0px;
  border: 1px solid rgb(230,230,230);
}

#invoice-preview h1{
  display: block;
  margin: 0px;
  font-size: 2em;
  font-weight: bold;
}
#header-invoice{
  display: flex;
  width: 100%;
  margin: 10px 0px 20px;
  justify-content: space-between;
}
#invoice-preview h2{
  display: inline-block;
  margin-right: auto;
  font-size: 2.5em;
  font-weight: 400;
}
#invoice-number{
  display: inline-block;
  margin-left: auto;
  font-size: 1.3em;
  font-weight: bold;
}

#detailsBox-invoice{
  display: flex;
  width: 100%;
  margin: 0px 0px 30px;
}
#details-invoice{
  display: inline-block;
  width: 40%;
  text-align: left;
}
#details-invoice p{
  padding: 5px 0px;
}
#logo-invoice{
  display: inline-block;
  width: 20%;
  text-align: center;
}
#logo-invoice img{
  display: block;
  width: 150px;
  margin: auto;
  filter: grayscale(100%);
}
#date-invoice{
  display: inline-block;
  width: 40%;
  text-align: right;
}

#detailsCustomer-invoice{
  display: block;
  width: 85%;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: left;
}
#detailsCustomer-invoice p{
  display: inline-block;
  padding: 4px 0px;
}

#data-invoice, #invoices-summary{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#data-invoice table, #invoices-summary table{
  display: block;
  width: 100%;
  margin: 0px auto 5px;
  box-sizing: border-box;
}
#data-invoice table tr{
  width: 100%;
  margin: auto;
  padding: 0.1em;
}
#data-invoice table:nth-child(1) tr td {
  height: 1.5em;
}
#data-invoice table:nth-child(1) tr td:nth-of-type(2), #invoices-summary table:nth-child(1) tr td:nth-of-type(2){
  text-align: left;
}
#data-invoice table th, #data-invoice table td{
  padding: 10px;
  border: 1px solid black;
}
#data-invoice table td, #invoices-summary table td{
  padding: 8px;
  text-align: center;
}
#data-invoice table th:nth-child(1n+1), #invoices-summary table th:nth-child(1n+1){
  width: 10%;
}
#data-invoice table th:nth-child(2), #invoices-summary table th:nth-child(2){
  width: 50%;
}
#data-invoice table th:nth-child(5), #invoices-summary table th:nth-child(5){
  width: 20%;
}

#data-invoice table:nth-child(2) tr td:nth-of-type(1),#data-invoice table:nth-child(2) tr td:nth-of-type(2){
  text-align: left;
}
#data-invoice table:nth-child(2) tr td:nth-of-type(2){
  padding: 5px 0px;
}
#data-invoice table:nth-child(2) tr td:nth-of-type(3){
  font-weight: bold;
  text-align: right;
}
#data-invoice table:nth-child(2) td:nth-child(1){
  width: 20%;
  border: none;
}
#data-invoice table:nth-child(2) td:nth-child(2){
  width: 39%;
  border: none;
}
#data-invoice table:nth-child(2) td:nth-child(3){
  width: 20%;
}
#data-invoice table:nth-child(2) td:nth-child(4){
  width: 20%;
}
#data-invoice .emptyRows-invoice{
  height: 30px;
}

#footer-invoice{
  display: inline-block;
  width: 100%;
  margin: 30px 0px 1em;
  text-align: left;
}
#footer-invoice p{
  padding: 5px;
}

/*-- INVOICES TABLE --*/
#invoices, #summary-invoices{
  display: inline-block;
  width: 90%;
}

#invoicing-section h3{
  display: block;
  color: black;
  margin: 0px 50px 10px;
  text-align: left;
  font-size: 2.5em;
  font-weight: bold;
}
#invoices table, #invoices-summary table{
  display: inline-block;
  min-width: 750px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#invoices table tr:nth-child(1n + 2), #invoices-summary table tr:nth-child(1n + 2){
  box-shadow: 0px 1px 1px var(--MainGray);
}
#invoices table th, #invoices table td, #invoices-summary table th, #invoices-summary table td{
  padding: 15px;
  border-left: 1px solid var(--LetterTopGrey);
  border-top: 1px solid var(--LetterTopGrey);
}
#invoices table tr:nth-child(1), #invoices-summary table tr:nth-child(1){
  color: black;
  border-bottom: 2px solid var(--MainBlack);
}
#invoices table th:nth-child(1n + 1){
  width:10%;
}
#invoices table th:nth-child(3){
  width:20%;
}
#invoices table th:nth-child(5){
  width: 30%;
}


/* -- INVOICE SUMMARY -- */
#summary-invoices-tit{
  display: inline-block;
  padding-top: 1em;
}
#summary-invoices{
  display: inline-block;
  max-width: 100%;
  background: white;
  border: none;
  overflow-y: hidden;
  overflow-x: auto;
}
#search-group2 input:nth-child(1){
  display: inline-block;
  background: var(--LetterTopGrey);
  width: 150px;
  padding: 9px;
}

#invoices-summary table tr:nth-child(1n + 2) td{
  box-shadow: 0px 1px 1px var(--MainGray);
}

#products-summary{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
  text-align: left;
}
.product-summary{
  display: inline-block;
  width: auto;
  min-width: 750px;
  margin: 0px 0px 0px;
  box-shadow: 1px 2px 1px var(--MainGray);
  box-sizing: border-box;
  border-radius: 3px;
  vertical-align: top;
}
.product-summary div{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
.product-summary div p{
  display: inline-block;
  width: 350px;
  padding:12px;
}
.product-summary div p:nth-child(2){
  display: inline-block;
  width: 350px;
  color: rgb(100, 100, 100);
  font-size: 1.2em;
}


/*......................USERS CONTAINER......................*/
#cust-requests, #reg-requests {
  display: inline-block;
  width: 90%;
}

#cust-requests table, #reg-requests table {
  display: inline-block;
  min-width: 750px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#cust-requests table tr:nth-child(1), #reg-requests table tr:nth-child(1){
  color: black;
  border-top: 2px solid var(--LetterTopGrey);
  border-bottom: 2px solid var(--MainBlack);
}
#cust-requests table tr th, #cust-requests table tr td, #reg-requests table tr th, #reg-requests table tr td{
  border-left: 1px solid var(--LetterTopGrey);
}
#cust-requests table tr:nth-child(1n + 2), #reg-requests table tr:nth-child(1n + 2) {
  border-bottom: 2px solid var(--LetterTopGrey);
}
#cust-requests table th, #cust-requests table td, #reg-requests table th, #reg-requests table td {
  padding: 15px;
}
#cust-requests table th:nth-child(1n + 1), #reg-requests table th:nth-child(1n + 1){
  width:10%;
}
#cust-requests table th:nth-child(2), #reg-requests table th:nth-child(2){
  width:40%;
  min-width: 250px;
}
#cust-requests table th:nth-child(4), #reg-requests table th:nth-child(4){
  width:20%;
}
#cust-requests table th:nth-child(1n + 5), #reg-requests table th:nth-child(1n + 5){
  width: 5%;
}

#manageRights{
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(87, 87, 87, 0.8);
  width: 100%;
  height: 100%;
}
#manageRights-content{
  display: inline-block;
  background: white;
  width: 90%;
  max-width: 90%;
  height: 90%;
  overflow-x:hidden;
  overflow-y: auto;
  text-align: center;
  margin: auto;
  margin-top: 2em;
  border-radius: 5px;
}

#head-manageRights{
  display: inline-flex;
  width: 100%;
  padding: 2em 2em;
  justify-content: space-between;
}
#head-manageRights h1{ font-size: 1.8em; }
#head-manageRights a{ font-size: 1.5em; text-decoration: none; color: DimGray;}

#body-manageRights{
  display: inline-block;
  width: 100%;
  padding: 0em 2em;
}
#user-manageRights{ font-size: 1.5em; }
#body-manageRights table{
  width: 80%;
  min-width: 200px;
  margin: auto;
}
#body-manageRights table tr{
  display: inline-table;
  width: 100%;
  background: aliceblue;
  margin-bottom: 0.5em;
  border: 1px solid var(--LetterTopGrey);
}
#body-manageRights table tr td{
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding: 1em;
}
#body-manageRights table tr p{
  display: inline-block;
}
#body-manageRights table tr input{
  display: inline-block;
}
#body-manageRights button{
  background: white;
  margin: 1em 0em;
  padding: 0.8em 2em;
  box-shadow: 0px 1px 1px var(--MainGray);
  border: 1px solid var(--LetterTopGrey);
  border-radius: 0.3em;
}
#body-manageRights button:hover{
  cursor: pointer;
  background: var(--MainBlack);
  color: aliceblue;
}


/*......................CREATE INVOICE FORM......................*/
#createInvoice{
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
  background: rgba(87, 87, 87, 0.8);
  width: 100%;
  height: 100%;
}
#createInvoice-content{
  display: inline-block;
  background: white;
  width: 90%;
  max-width: 90%;
  height: 90%;
  overflow-x:hidden;
  overflow-y: auto;
  text-align: center;
  margin: auto;
  margin-top: 2em;
  border-radius: 5px;
}

#head-createInvoice{
  display: inline-flex;
  width: 100%;
  margin: 20px 0px 30px;
  justify-content: space-between;
}
#createInvoice-content #head-createInvoice h3:nth-child(1){
  display: inline-block;
  font-size: 1.8em;
}
#head-createInvoice a{
  display: inline-block;
  margin: 0px 50px 0px 0px;
  text-decoration: none;
  color: var(--MainBlack);
  font-size: 1.8em;
}

#body-createInvoice{
  display: inline-block;
  width: 100%;
  padding: 0px 5%;
  text-align: center;
}
#orderDetails-createInvoice{
  display: inline-flex;
  max-width: 90%;
  margin: 0px 0px 15px;
  text-align: left;
}
#orderDetails-createInvoice p, #orderDetails-createInvoice ul{
  display: inline-block;
  text-align: left;
  margin: 0px 20px 0px 0px;
}
#orderDetails-createInvoice ul li{
  padding: 0px 5px 8px;
}
#orderDetails-createInvoice ul li p{
  display: inline-block;
}
#body-createInvoice #detailsTable1-createInvoice, #body-createInvoice #detailsTable2-createInvoice, #body-createInvoice #detailsTable3-createInvoice{
  display: inline-block;
  width: auto;
  min-width: 250px;
  max-width: 90%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 1em;
  text-align: left;
  vertical-align: top;
}
#body-createInvoice #detailsTable1-createInvoice input, #body-createInvoice #detailsTable1-createInvoice select, #body-createInvoice #detailsTable2-createInvoice input, #body-createInvoice #detailsTable2-createInvoice select, #body-createInvoice #detailsTable3-createInvoice input, #body-createInvoice #detailsTable3-createInvoice select{
  min-width: 300px;
}
#body-createInvoice input{
  background: rgb(247, 244, 220);
  padding: 5px;
}
#body-createInvoice select{
  background: rgb(247, 244, 220);
  padding: 5px;
}

#footer-createInvoice button{
  display: block;
  background: rgb(240, 240, 240);
  margin: auto;
  padding: 8px;
  border: 1px solid var(--MainGray);
  border-radius: 3px;
  font-size: 1.2em;
}
#footer-createInvoice button:hover{
  cursor: pointer;
  background: rgb(200, 200, 200);
}


/*------------------------------------------------ FOOTER STYLES ---------------------------------------------------------*/
footer{
  position: relative;
  width: 100%;
  color: white;
  box-sizing: border-box;
  text-align: center;
}

footer div:nth-child(1){
  background: var(--LetterTopGrey);
  color: var(--MainBlack);
  padding: 10px;
}
footer div:nth-child(1) h5{
  font-size: 1.5em;
}
footer div:nth-child(1) h5, footer div:nth-child(1) ul{
  display: inline-block;
  margin: 10px;
}
footer div:nth-child(1) li{
  display: inline-block;
  background: var(--LetterTopGrey);
  margin: 0px 10px 18px;
}
footer div:nth-child(1) a{
  text-decoration: none;
  background: var(--MainBlack);
  color: aliceblue;
  padding: 8px;
  border-radius: 5px;
}
footer div:nth-child(1) a:hover{
  background: white;
  color: black;
}

footer div:nth-child(2){
  display: block;
  background: var(--MainBlack);
  padding: 20px 20px 30px 20px;
}



/*----------------------------------------------- LOGIN - REGISTER STYLES ------------------------------------------------*/
#login, #register, #lostpass{
  margin-top: 2em;
  padding: 10px;
}
#head-login{
}
#head-login h2{
  margin: 20px 0px 20px;
  font-size: 40px;
}

.form-login{
  display: inline-block;
  text-align: center;
}
.form-login table{
  display: block;
  width: 700px;
  margin: 30px 0px 10px;
  text-align: center;
}
.form-login tr{
  display: block;
  margin: 20px auto;
}
.form-login th{
  width: 300px;
  padding: 0px 20px 0px;
  text-align: right;
}
.form-login input{
  background: rgb(247, 244, 220);
  width: 250px;
  height: 40px;
  padding: 0px 5px;
  border: 1px solid rgba(140, 140, 140, 0.4);
  font-size: 16px;
}
#street input, #province input, #postal input {
  background: rgb(255, 255, 255);
  height: 25px;
  border: 1px solid rgba(140, 140, 140, 0.4);
  border-radius: 3px;
}
#street ,#province ,#postal {
  display: inline-block;
  margin: 0px 80px 0px 0px;
}
#postal {
  display: inline-block;
  margin: 0px 350px 20px 0px;
}
#street input:nth-child(2){
  width: 250px;
}
#street input:nth-child(4){
  width: 40px;
}
#unit input{
  width: 30px;
}
#province input{
  width: 150px;
}
#postal input{
  width: 70px;
}
#province select{
  position: relative;
  top: -2px;
  height: 25px;
}
#keepStarted{
  display: inline-block;
  width: 700px;
  text-align: center;
}
#keepStarted input{
  position: relative;
  height: 20px;
  top: 10px;
}
#submit-btn{
  background: white;
  color: black;
  margin: 0px auto;
  padding: 8px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid var(--MainGray);
  border-radius: 5px;
}
#submit-btn:hover{
  background: var(--LetterTopGrey);
  font-weight: 400;
  cursor: pointer;
}

#footer-login{
  margin: 20px 0px 0px;
  line-height: 30px;
}
#footer-login a{
  text-decoration: none;
}


/*----------------------------------------------- ADD/EDIT PRODUCT STYLES ------------------------------------------------*/
#addProduct-section{
  margin-top: 2em;
  padding: 10px 0px 0px;
}
#form-addProduct{
  margin: 0px;
  padding: 0px;
}
#form-addProduct table{
  margin: 0px;
  padding: 0px;
}
#form-addProduct table tr:nth-child(4) input{
  width: 90px;
  margin-bottom: 5px;
}
#form-addProduct table tr:nth-child(6) input{
  background: white;
  border: none;
}
#form-addProduct table tr:nth-child(9) input{
  background: white;
  border: none;
}
#form-addProduct table input[type="radio"]{
  width: auto;
  height: 15px;
  margin: 0px 10px 0px 20px;
  font-size: 1em;
}
#addP-btn{
  width: auto;
  padding: 0px 5px;
  background: rgb(238, 238, 238);
  border: 1px solid var(--LetterTopGrey);
  border-radius: 3px;
}
#addP-btn:hover{
  cursor: pointer;
  background: var(--LetterTopGrey);
  border: 1px solid var(--MainGray);
}

.img-editImage{
  display: block;
  text-align: right;
}
.img-editImage img{
  display: inline-block;
  max-width: 100%;
  width: 300px;
  margin: 0px 0px 0px auto;
  border-radius: 5px;
  box-shadow: 0px 1px 1px var(--MainBlack);
}

#footer-editProduct{
  margin: 30px 0px 0px;
}
#footer-editProduct a{
  width: auto;
  margin-bottom: 200px;
  padding: 10px 6px;
  background: rgb(255, 56, 56);
  color: white;
  border: 1px solid rgb(223, 39, 39);
  border-radius: 3px;
}
#footer-editProduct a:hover{
  cursor: pointer;
  background: rgb(223, 39, 39);
  border: 1px solid rgb(223, 39, 39);
}
#footer-editProduct p{
  display: inline-block;
  margin-left: 10px;
}


/*-------------------- --------------------------------*/
/*------------------- RESPONSIVE STYLES ---------------*/
@media screen and (min-width: 0px){
  body{
    font-size: 14px;
  }
  nav{
    display: none;
  }
  #menu-icn{
    display: inline-block;
  }
}

@media screen and (max-width: 480px){
  header{
    justify-content: space-around;
  }
  #main-head {
    width: auto;
  }
  #main-head h1:nth-child(1){
    display: inline-block;
    font-size: 1.4em;
  }
  #main-head h1:nth-child(2){
    display: none;
  }
  #main-head h2{
    display: none;
  }
  #logo{
    display: inline-block;
    float: left;
    width: 2.5em;
    border-radius: 25%;
    box-shadow: 0px 0px 1px 1px var(--LetterTopGrey);
    transform: rotate(0deg);
  }
  #logo{
    display: inline-block;
    margin: 15px;
  }
  #menu-icn{
    display: inline-block;
    margin: 20px 0px 15px 12%;
  }
  #profile-section{
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 480px){
  #main-head {
    width: 100%;
  }
  #main-head h1:nth-child(1){
    display: none;
  }
  body{
    font-size: 16px;
  }
  #logo{
    position: absolute;
    right: 5%;
    top: 3%;
    width: 3em;
    border-radius: 25%;
    box-shadow: 0px 0px 1px 1px var(--LetterTopGrey);
    transform: rotate(0deg);
  }
  #logo{
    display: inline-block;
  }
  #menu-icn{
    position: relative;
    left: 40%;
    display: inline-block;
  }
}

@media screen and (max-width: 760px){
  #container1-2{
    display: inline-block;
    background: white;
    width: 100%;
  }
  .circle-message{
    display: inline-block;
    width: 100%;
    padding: 0px;
  }
  .circle-message p{
    display: inline-block;
    margin: 50px 20px 20px;
    padding: 0px 0px 5px;
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
  }

  #mainHome-img{
    display: inline-block;
    width: 100%;
    background: rgb(255, 255, 255);
    text-align: center;
    vertical-align: top;
    margin-top: 30px;
  }
  #mainHome-img img{
    width: 100%;
  }

  #rice-container{
    display: inline-block;
    background: rgb(250,250,250);
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .rice-bags{
    display: block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
  }
  #about-us p{
    text-align: left;
  }

  nav{
    position: absolute;
    z-index: 5;
    top: 115px;
    left: -100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    transition: left 0.8s;
    box-sizing: border-box;
  }
  nav div, nav div a{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  nav div a{
    display: inline-block;
    background: white;
    color: black;
    margin: 8px 0px;
    padding: 15px;
    border: none;
    box-shadow: 0px 1px 5px var(--MainBlack);
  }

  #profile{
    padding-bottom: 50px;
  }
  #cart{
    padding: 15px;
  }
  #body-cart{
    padding-bottom: 150px;
  }
  #order-comment{
    position: absolute;
  }

  #responsive-table{
    width: 100%;
  }
  #responsive-table th, #responsive-table td, #responsive-table label{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #responsive-table input{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #orders, #completed, #reg-requests, #order-requests, #manage-products, #cust-requests{
    padding-bottom: 50px;
  }
  #cust-requests{
    padding-bottom: 100px;
  }
  .manageTable-opts {
    position: absolute;
    width: auto;
    left: 2%;
    margin-top: 10px;
  }

  #fullPic-content div{
    width: 60%;
    min-width: 300px;
  }
  #fullPic-content #img-viewFullPic{
    padding-bottom: 20px;
  }
  #img-viewFullPic{
    width: 90%;
    min-height: 50%;
    max-width: 100%;
  }
}
@media screen and (min-width: 761px){
  body{
    font-size: 15px;
  }

  #container1-2{
    display: inline-flex;
  }
  .circle-message{
    display: inline-block;
    width: 40%;
    padding: 0px;
  }
  .circle-message p{
    display: inline-block;
    margin: 40% 5px 20px 30px;
    padding: 0px 0px 5px;
    line-height: 25px;
    font-size: 1.2em;
    text-align: left;
  }

  #mainHome-img{
    display: inline-block;
    width: 60%;
    background: rgb(255, 255, 255);
    text-align: center;
    vertical-align: top;
  }
  #mainHome-img img{
    width: 100%;
  }
  #few-products tr{
    display: inline-block;
    width: 49%;
    height: 50%;
  }
  #few-products tr td{
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
  }
  #few-products tr td img{
    margin: 2% 0px;
    display: block;
    width: 100%;
  }
  #few-products tr td img{
    margin: 10% 0px;
    display: inline-block;
    width: 80%;
  }
  .rice-bags{
    position: relative;
    display: inline-block;
    width: 35%;
    border: 1px solid var(--LetterTopGrey);
  }
  #about-us p{
    font-size: 1.5em;
    width: 1000px;
    max-width: 80%;
    padding: 1.5em 0px;
    line-height: 1.5em;
    letter-spacing: 3px;
    text-align: left;
  }

  nav{
    display: inline-flex;
  }
  #menu-icn{
    display: none;
    position: absolute;
    right: 1em;
  }
  #cart{
    padding: 8px 15px;
  }


  #fullPic-content div{
    width: 60%;
  }
  #fullPic-content #img-viewFullPic{
    padding-bottom: 40px;
  }
  #img-viewFullPic{
    display: inline-block;
    width: 50%;
    min-height: 70%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .half{
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #products, #profile{
    width: 100%;
  }
  #products-section #cartTop, #profile-section #cartTop{
    display: inline-block;
    width: 90%;
  }
  #products-section #cartAside, #profile-section #cartAside{
    display: none;
  }

  #form-contact{
    display: inline-block;
    width: 100%;
    margin: 50px 0px;
  }
  #vertical-line{
    display: none;
  }
  #info-contact{
    display: inline-block;
    width: 100%;
    margin: 50px 0px;
  }
  #info-contact table{
    text-align: center;
  }
  iframe{
    width: 100%;
    height: 18em;
  }

  footer{
    height: auto;
  }
}
@media screen and (min-width: 1000px){
  body{
    font-size: 14px;
  }
  .circle-message p{
    font-size: 1.3em;
    line-height: 25px;
  }
  #about-us p{
    text-align: center;
  }

  #products, #profile{
    width: 70%;
  }
  #products-section #cartAside, #profile-section #cartAside{
    display: inline-block;
    width: 25%;
  }
  #products-section #cartTop, #profile-section #cartTop{
    display: none;
  }

  #form-contact{
    display: inline-block;
    width: 65%;
  }
  #vertical-line{
    display: inline-block;
  }
  #info-contact{
    display: inline-block;
    width: 20%;
  }
  #info-contact table{
    text-align: left;
  }
  iframe{
    width: 100%;
    height: 15em;
  }

  footer{
    height: 15%;
  }
}

@media screen and (max-width: 1200px){
}
@media screen and (min-width: 1200px){
  body{
    font-size: 14px;
  }
  #mainPic-pc{
    margin-top: 6%;
  }
}

@media screen and (max-width: 1500px){
  #rice-container p{
    font-size: 1.5em;
  }
  .full-product{
    width: 260px;
    height: 380px;
  }
  .product-image{
    width: 100%;
    max-width: 100%;
    height: 210px;
  }
  .product-image img{
    max-width: 100%;
    max-height: 100%;
  }
  .product-details{
    min-width: 220px;
    height: 80px;
  }
}
@media screen and (min-width: 1500px){
  body{
    font-size: 20px;
  }

  #container1-2{
    display: inline-flex;
  }
  .circle-message{
    display: inline-block;
    width: 40%;
    padding: 0px;
  }
  .circle-message p{
    display: inline-block;
    margin: 40% 5px 20px 30px;
    padding: 0px 0px 5px;
    line-height: 40px;
    font-size: 1.6em;
    text-align: left;
  }

  #message2{
    font-size: 1.4em;
  }

  #mainHome-img{
    display: inline-block;
    width: 60%;
    background: rgb(255, 255, 255);
    text-align: center;
    vertical-align: top;
  }
  #mainPic-pc{
    margin-top: 4%;
  }
  #rice-container p{
    font-size: 1.8em;
    line-height: 45px;
  }
  .full-product{
    width: 340px;
    height: 490px;
  }
  .product-image{
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
  .product-image img{
    max-width: 100%;
    max-height: 100%;
  }
  .product-details{
    min-width: 250px;
    height: 50px;
  }
}


/*--------------------------------------------------- POP UP STYLES -----------------------------------------------------*/
/*...................... ALERTS ......................*/
#_AJAX_MAIN_{
  width: 100%;
  margin-top: 20px;
}
.alert-main, .danger-main{
  display: inline-block;
  width: 95%;
  max-width: 600px;
  padding: 8px;
  border-radius: 5px;
  font-size: 1.2em;
  box-shadow: 0px 0px 10px var(--MainBlack);
  box-sizing: border-box;
}
.alert-main{
  background: rgb(154, 235, 90);
}
.danger-main{
  background: rgb(240, 151, 132);
}
.alert-main a{
  display: block;
  color: black;
  text-align: right;
  text-decoration: none;
}
.alert-main a:hover{
  color: red;
}

#_AJAX_REG_, #_AJAX_LOG_, #_AJAX_REG_{
  margin-top: 20px;
}
.alert-danger{
  background-color: rgb(255, 193, 193);
}
.alert-warning{
  background-color: rgb(255, 243, 131);
}
.alert-success{
  background-color: rgb(188, 214, 172);
}
#_AJAX_LOG_ h4, #_AJAX_LOG_ p, #_AJAX_LOG_ a{
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
}
#_AJAX_LOG_ a{
  color: var(--DarkRed);
  font-size: 16px;
  text-decoration: none;
}
#_AJAX_REG_ h4, #_AJAX_REG_ p, #_AJAX_REG_ a{
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
}
#_AJAX_REG_ a{
  color: var(--DarkRed);
  font-size: 16px;
  text-decoration: none;
}
#_AJAX_LOST_ h4, #_AJAX_LOST_ p, #_AJAX_LOST_ a{
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
}
#_AJAX_LOST_ a{
  color: var(--DarkRed);
  font-size: 16px;
  text-decoration: none;
}
