:root {
  --main: #64820C;
  --sec: #3F5107;
  --green: #A9CA39;
  --red: #FF1A00;
  --light:#ddebae;
}
/*
Materialize color:
red         indigo      teal        yellow      brown     black
pink        blue        green       amber       grey      white
purple      light-blue  light-green orange      blue-grey transparent
deep-purple cyan        lime        deep-orange   
*/

@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: 400;
  src: 
       url(../fonts/Baloo-Bhai.ttf) format('truetype'),
       url(../fonts/Baloo-Bhai.woff2) format('woff2'),
       url(../fonts/Baloo-Bhai.woff) format('woff'),
       url(../fonts/Baloo-Bhai.otf) format('otf');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Medium.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; 
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  -moz-osx-font-smoothing: grayscale;

  font-feature-settings: 'liga';
}
html, body {
  height: 100%;
  background-color: #fff;
}

h1,h2,h3,h4,h5,h6,.card-title, .btn, .title{
  font-family: 'Baloo';
}
.small-text{font-size: 16px!important;}
.smaller-text{font-size: 12px!important;}
a{color:var(--sec);}    
.no-margin{margin:0;}
.no-padding{padding:0;}
.p10{padding:10px;}
.p20{padding:20px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt100{padding-top: 100px;}
.m10{margin:10px;}
.m20{margin:20px;}
.mt20{margin-top:20px;}
.mt100{margin-top: 100px;}
.mb0{margin-bottom: 0px;}
.mt0{margin-bottom: 0px;}
.bgmain{background-color:var(--main);}
.bgsec{background-color:var(--sec);}
.bggreen{background-color:var(--green);}
.bgred{background-color:var(--red);}
.bglight{background-color:var(--light);}
.txtmain{color:var(--main);}
.txtsec{color:var(--sec);}
.txtgreen{color:var(--green);}
.txtred{color:var(--red);}
.txtlight{color:var(--light);}

.container{
  width: 70%;
}
@media only screen and (max-width: 599px){
  .container{
    width: 90%;
  }
}
nav{
  background-color: var(--main);
}
.brand-logo img{
  height:50px;
  margin-left:10px;
}
nav ul li a {
  position: relative;
}
nav ul span.badge{
  position: absolute;
  top:5px;
  left:0px;
  background-color: var(--red);
  color:white;
  border-radius:5px;
  min-width: 1rem;
}
@media only screen and (max-width: 992px){
  nav .brand-logo {
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.slider .indicators .indicator-item{
  height: 2px;
  width: 20px;
  margin: 0 2px;
  background-color: #e0e0e0;
  border-radius: 0;
  z-index: 9;
}
.slider .slides{
  background-color: transparent;
}
.slider .slides li img{
  border-radius: 20px;
}
@media only screen and (max-width: 599px){
  .slider{
    height:150px!important;
  }
  .slider .slides{
    height:150px!important;
    position: relative;
  }
  .carousel.carousel-slider{
    height: 110px!important;
  }
}
@media only screen and (min-width: 600px){
  .slider{
    height:350px!important;
  }
  .slider .slides{
    height:350px!important;
    position: relative;
  }
  .carousel.carousel-slider{
    height: 160px!important;
  }
}
#grid-promo .card{
  border-radius:20px;
  box-shadow: 0;
}
#grid-promo .card-content{
  padding:10px;
}
#grid-promo .card .card-image img{
  border-radius:20px 0 0 20px;
}
#grid-main .btn-floating.halfway-fab{
  right:5px;
  background-color:var(--sec);
  width:30px;
  height:30px;
  bottom:-15px;
}
#grid-main .btn-floating i{
  line-height:30px;
}
#grid-main .card .card-image .card-title{
  left:0;
  padding:0 5px;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}
#grid-main .card{
  border-radius:20px;
}
#grid-main .card .card-image img{
  border-radius:20px 20px 0 0;
}
#grid-main .card .card-content{
  padding:15px 5px 1px 5px;
  min-height:100px;
}
.title-container{
/*  background-color: var(--green);
  border-radius: 0px 30px 0px 30px;  
  padding:5px 10px 5px 20px;
*/  
  margin-left:10px;
  min-width:100px;
  width:200px;
  float:inline-start;
}
.title-container h5{
  margin:0;
}
.cls{
  position: relative;  
}
.btnls{
  position: absolute;
  right: 20px;
  bottom: 0;
}
.navbar-fixed{
  height:56px;
}
#menu.navbar-fixed{
  position: fixed;
  bottom:0;
  x-index:998;
  overflow-y: scroll;
}
#menu nav{
  background-color: var(--main);
}
#icon-menu{
  padding-top:10px;
  justify-content: center;
  display: flex;
}
#icon-menu li{
  width:60px;
  margin:0 5px;
}
#icon-menu li a i{
  margin:0 auto;
  line-height: 40px;
}
#icon-menu li a{
  line-height: 0;
  padding:0;
  margin: 0 4px;
  width:50px;
  height:50px;
}
#icon-menu li a{
  width:50px;
  height: auto;
  line-height: 0;
}
#icon-menu li a:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s ease-in-out;
  transition: .5s ease-in-out;
}
.check-ijo[type="checkbox"].filled-in:checked+span:not(.lever):after{
  border: 2px solid var(--sec);
  background-color: var(--main);
}
label{
  color:var(--sec);
}
#sec-belanja .card{
  background-color: transparent;
  box-shadow: none;
}
#sec-belanja .card-content{
  padding:0px 5px 5px 15px;
  position: relative;
}
#sec-belanja .card-image img{
  border-radius:20px;
  width: 69px;
  height: 69px;
}
#sec-belanja input::-webkit-input-placeholder{
  color:var(--main);
}
#sec-belanja input:focus{
  box-shadow:0 1px 0 0 var(--sec);
}
#sec-belanja input.catatan{
  font-size: 12px;
  height:20px;
  color:var(--sec);
  border-bottom:1px solid transparent;
  margin:0;
}
#sec-belanja input.qty{
  width:30px;
  height:24px;
  text-align:center;
  font-size: 12px;
  background-color: transparent;
  border:0;
}
#sec-belanja .btn-tkh{
  position: absolute;
  bottom:8px;
  right: 0;
  vertical-align: top;
  display: inline-flex;
}
.con-total{
  position: relative;
}
.span-total{
  position: absolute;
  top:-20px;
  right: 10px;
}
.btn-bayar{
  background-color: var(--light);
  color:var(--sec);
  border-radius: 10px;
}
.btn-bayar:hover{
  background-color: var(--green);  
}
.card{
  border-radius: 20px;
/*  box-shadow: none;*/
}
.card .card-image img{
  border-radius: 20px 20px 0 0;
}
.produk-scroll .card .card-image{
  height: 50px;
  width:auto;
  overflow: hidden;
}
.produk-scroll .card-content{
  padding:10px;
}
.profile-pic{
  width:100px;
  position:absolute;
  top:100px;
  left:110px;
}
.btn-small{
  height:20px;
  line-height:20px;
  font-size:8px;
}
.collection{
  border:0;
}
.collection .collection-item{
  background-color: transparent;
  border:0;
  border-radius:20px;
}
.collection .collection-item:hover{
  background-color: rgb(0,0,0,0.1);
}
.secondary-content{
  top:10px!important;
  right: 30px!important;
  color:var(--main);
}
.third-content{
  position: absolute;
  top:10px;
  right:5px;
  opacity:0.3;
}
.third-content:hover{
  opacity: 1;
}
.dropdown-content{
  border-radius:20px;
}
.dropdown-content li>a, .dropdown-content li>span{
  color: var(--main);
}
.btn-round{
  border-radius: 50%;
  width:36px;
  height:36px;
  padding: 0 8px;
}
.btn-round i{
  height:34px!important;
  line-height:34px!important;
  font-size: 20px!important;
}
#menu .btn:hover {
  background-color:var(--sec);
  color:var(--light);
}
#menu input{
  border:1px solid var(--sec);
  border-radius:20px;
  padding:0 0 0 8px;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border:1px solid var(--sec);
  box-shadow: none;
  background-color: var(--light);
}
.collection .collection-item .user-content {
  padding: 1rem;
}
.speech-bubble {
  position: relative;
  margin-left: 1rem;
  border-radius: 0.3rem;
  background-color: var(--green);
}
.speech-bubble:after {
  position: absolute;
  top: 60%;
  left: -9px;
  width: 0;
  height: 0;
  margin-top: -20px;
  content: '';
  border: 10px solid transparent;
  border-right-color: var(--green);
  border-left: 0;
}
.speech-bubble-right {
  position: relative;
  margin-left: 1rem;
  color: #fff;
  border-radius: 0.3rem;
  background-color: var(--main);
}
.speech-bubble-right:after {
  position: absolute;
  top: 60%;
  right: -9px;
  width: 0;
  height: 0;
  margin-top: -20px;
  content: '';
  border: 10px solid transparent;
  border-left-color: var(--main);
  border-right: 0;
}

.avatar-status.avatar-50 {
  line-height: 0;
  width: 50px;
}
.avatar-status {
  line-height: 50px;
  position: relative;
  display: inline-block;
  width: 28px;
  vertical-align: bottom;
  border-radius: 50px;
}
.avatar-status, .card-alert .alert-circle, .material-icons, .text-ellipsis, .text-nowrap {
  white-space: nowrap;
}
.collection .collection-item.avatar {
  position: relative;
  min-height: 84px;
  padding-left: 72px;
}
input.item-count{
  width:30px;
  height:24px;
  text-align:center;
  font-size: 12px;
  background-color: transparent;
  border:0;
}
#cart{
  width: 100vw;
  height: 90vh;
  max-width: 100vw;
  max-height: 100vh;
  bottom:0;
}
.produk-scroll{
  display:flex;
  flex-flow:row;
  align-content: flex-start;
  padding:0px 8px 16px 16px;
  margin:0;
  overflow: scroll;
}
div.produk-scroll::-webkit-scrollbar {
  display: none;
}
#grid-promo.section{
  overflow: hidden;
}
.produk-scroll .col .card{
  width: 100px;
  height: 100px;
  margin-right:10px;
}
.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
}
.preloader-background img{
  width:50px;
  height: auto;
  position: absolute;
}
#menu-bottom{
  width:96%;
  height:56px;
  background:#fff;
  border-radius:50px;
  border:0px solid var(--sec);
  right: 2%;
  bottom: 10px;
  padding-top: 0px;
  margin-bottom: 0;
  display:flex;
  place-items: center;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}
#menu-bottom .mb-row{
  position: relative;
  margin-bottom:0px!important;
  width:inherit;
}
#menu-bottom .waves-circle{
  width:3.5em;
  height:3.5em;
  line-height:4.5em;
}