﻿
   .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}

.navbar {
    display: flex;
    align-items: center;
    width: 100vw;
    background-color: #fff;
    /* box-shadow: 0px 10px 10px 3px rgb(0 0 0 / 30%); */
    position: relative;
    padding: 0px 70px;
    background-color: #fff;
    margin-left: 42%;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #444;
  padding: 20px 20px;
  font-weight: 700;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links li a:hover {
  color: #7cb92e;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  /* background-color: #f00; */
  background-image: url("http://lorempixel.com/1366/698/food/");
  background-size: cover;
}

.header-inner {
  text-align: center;
  color: #ff3f34;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
}

.header-inner h1 {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
}

.header-inner form input[type="search"] {
  position: relative;
  width: 500px;
  border: none;
  padding: 15px;
  border-radius: 27px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.header-inner form input[type="search"]:focus {
  outline: none;
}

.header-inner form input[type="search"]:focus + div {
  z-index: 1;
  opacity: 1;
}

::placeholder {
  color: #666;
  font-weight: 400;
}

/*footer CSS*/ 

.footer {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  /*border:2px solid gray;*/
}

.footer .heading {
  max-width: 1010px;
  width: 90%;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footer .content {
  display: flex;
  justify-content: space-evenly;
  margin: 1.5rem;
}

.footer .content p {
  margin-bottom: 1.3rem;
  color: rgba(0, 0, 0, 0.829);
}

.footer .content a {
  text-decoration: none;
  color: rgb(0, 0, 0, 0.829);
}

.footer .content a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.829);
}

.footer .content h4 {
  margin-bottom: 1.3rem;
  font-size: 19px;
}

footer {
  /*text-align: center;
  margin-bottom: 2rem;*/
}

footer hr {
  margin: 2rem 0;
}


.top100{
    position: relative;
    background: #fff;
    margin-top: -80px;
    border-radius: 17px;
    padding: 50px;
}

.hidden-bar .side-menu a.current {
    color:black!important;
}

.hidden-bar .hidden-bar-closer .btn {
    color: #ffffff;
    color: var(--darkishgreen);
    float: inline-start;
    width: 42px;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
    color: var(--darkishgreen);
    float: inline-start;
    width: 42px;
}


@media (max-width: 767px) {
  .footer .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .footer {
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .footer {
    position: unset;
  }
  
}

@media (max-width: 960px){
    .top100{
    position: relative;
    background: #fff;
    margin-top: -50px;
    border-radius: 17px;
    padding: 20px;
}
}


@media (max-width: 760px){
    .top100{
    position: relative;
    background: #fff;
    margin-top: 0px;
    border-radius: 0px;
    padding: 20px;
}
}

























th,td{
        color: #212529;
        font-weight:600;
}
  span{
        color: #395a26;
        font-weight:600;
}



 .Popup ,.modalPopup 
        {  
            background-color: #FFFFFF;  
            border-width: 3px;  
            /*border-style: solid;*/  
            /*border-color: black;*/  
            padding: 15px; 
            color:#000;
            overflow-y:auto; 
            height: 500px;
            /*margin:30px;*/
                /*margin: auto 15%;*/
                    margin: auto 20% auto 0%;
           
           
        }
     input, select, textarea {
         
             width: 100%;
    border: 1px solid transparent;
    background: #f7f7f7;
    outline: none;
    height:40px;
    line-height:40px;
    padding-left: 20px; 
    margin: 5px 0 5px 0;
    border: none;
    background: #f1f1f1;
    border-bottom: 2px solid #7cb92e;
    border-radius:5px;
}




 




     div#pnlAddEdit {
         position: fixed;
         width: 320px;
         top: 80px !important;
         height: auto;
         background: #fff;
         padding: 15px;
         color: #000;
         border-radius: 10px;
         text-align:left;
     }


       .modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

       .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:150px;
 
}


    .block-4    .block-content {
    /*position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 20px 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;*/
    text-align: left;
    /*background-color: #fafafa;*/
    /*border: 1px solid #ededed;*/
     border-bottom: none;
     padding-left:10px;
     /*margin-top: -2px;*/
}
     .block-4 .block-content p{
         line-height:0px;
     }
.block-4 .block-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;    
    border-bottom: none;
    padding: 10px;
    padding-bottom:20px;
   
}
 .block-4    .block-content span{
     white-space: nowrap;
 }


.block-4 {
    /*border: 2px solid #a8cb57;*/
    position: relative;
    top: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff;
    text-align: -webkit-center;
    margin-bottom: 15px;
    padding: 10px;
    /*width: 25%;
    height: auto;*/
}
.block-4 table:hover {
    top: -4px;
    box-shadow: 3.5px 6px 25px 0 rgb(0 0 0 / 10%);
}

.block-4    #btnModalPopup:hover
{background-color: #86bc42;
 color:#fff;
}

.column1 img {
    height: 84px !important;
    margin-left: 20% !important;
}

.headers, .top {
    height: 84px !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background-color: #395a26;
    height: 40px;
    font-size: 12px;
    width: 125px;
    float: right;
    margin: 10px;
	padding-left: 0px;
}
     
#wishlistStatusChange{
    float:right;
    padding:15px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
padding-left: 0px;
}

