/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	/*background-color:#daf5db;*/
  }

  main {
    flex: 1 0 auto;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body{
	/*background-color:#fc0;	*/
	/*background-image:url(../images/bg_img.jpg);
	background-size:contain;*/
	
	}
/**/

/*HEXAGON CSS*/	

.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #8fbf35;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #8fbf35;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #8fbf35;
}

.hexagon .hexagon-title {
   font-size: 24px;
   font-weight: 300;
   text-align: center;
   color: #fff;
   margin:auto;
   width:80%;
   z-index:999;
}
	
.hexagon_p {
   font-size: 24px;
   font-weight: 300;
   text-align: center;
   color: #fff;
   z-index:999;
}	
/**/
.circle {
      width: 120px;
      height: 120px;
      background:#fff;
      border-radius: 50%;
	  -webkit-border-radius: 50%;
  	  -moz-border-radius: 50%;
	  margin:auto;
    }	
	
/**/
.welcmtxt{
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Pacifico', cursive;*/
	}	
.supplier_nav{
	    background-color: #47a992;
	}
	
/*HEADER TEXT*/		

.headertxt{
	/*font-family: 'Charmonman', cursive;*/
	font-family: 'Dancing Script', cursive;
	text-transform:inherit;
	font-size:32px;
	text-align:center;
	}
	
	
	
	/**/
.sidenavm {
  position:absolute;
  width: 300px;
  left: 0;
  top: 60px;
  margin: 0;
  /*height: 100%;
  height: calc(100% + 60px);*/
  /*height: -moz-calc(100%);*/
  background-color: #fff;
  overflow-y: auto;
  /*padding-bottom:60px;*/
  
}

.sidenavm li {
    float: none;
    line-height: 48px;
}

.sidenavm li > a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sidenavm .collapsible, .sidenavm.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidenavm .collapsible-header, .sidenavm.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sidenavm .collapsible-body {
    padding: 0;
}
.sidenavm .collapsible-body li a, .sidenavm.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
}

.sidenavm li > a > i, .sidenav li > a > [class^="mdi-"], .sidenavm li > a li > a > [class*="mdi-"], .sidenavm li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}	
  
.cntCircle {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	background-color: #3d6b0a;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	top: 4px;
	margin-left: 25px;
	border: 2px solid #43bc48;
}
.cartcntNum {
	display: block;
	color: #fff;
	margin-top: -30px;
	padding: 8px 2px 5px 7px;
	font-size: 11px;
	font-weight: 600;
}