body{
   background-color:#faf776;
/*     font-family: "lato", sans-serif;
font-size: 1rem;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;   */  
}


.header {
    background-color: #28a745;
}
.receipt {
  width: 360px;
/*   height: 720px; */
  /*background-color: white;*/
  background-color: #2b542c;
/*   border-radius: 30px; */
    border-radius: 4px;
  position: relative;
/*   top: 50%;
left: 50%; */
/*   margin-top: -360px; -half height and width to center
margin-left: -180px; */
/*   box-shadow: 14px 14px 22px -18px;
 */  box-shadow: 1px 1px 3px 0px;
  
/*   padding: 20px;
 */}

.navbar-red {
    /*background-color: #721c24;*/
    background-color: #28a745;
    /*background-color: #8e191c;*//*chair red*/
}

.navbar-orange {
    /*background-color: #eec23c;*/    
    /*background-color: #721c24;*/
    background-color: #55d00f;
    /*background-color: #8e191c;*/

}

.nav-link.active{
        background-color: #55d00f;

}

.nav-link  {
        color: black !important;
    }

.footer {
    background-color: #721c24;
}

.category {
    background-color: #721c24;
}

.breadcrumb {
    background-color: #75be43;
}

.breadcrumb-list {
    background-color: #75be43;
}

.wysiwyg a {
    color: white;
}

/*blog*/
ul {
  list-style-type: none;
}

  /* checkout page */
 .popover {
    background-color: #75be43;
    border: 0px solid rgba(0,0,0,.2);
}

.popover-body{
    color: #FFFFFF;
}

.bs-popover-top .arrow::after{ border-top-color:#75be43;}

 .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: black;
 }

.whatsapp-circle-icon {
    background: green;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    /*padding: 30px;*/
}

