:root{
  --textcolor:black;
  --bgnavbar:white;
  --linkcolor:#337ab7;
  --lightlinkcolor:#72d0eb;
  --bgmasterbtn:#52bbe6;
  --bgmasterbtntext:white;
  --bgfooter:white;
}
.rl{position: relative !important;}

.itemlistfood{height:325px !important}
.zsiq_theme1 div.zsiq_cnt{left: auto !important;right: 0!important;top: -144px !important; }
.zsiq_theme1 .zsiq_cnt::after{right:22px !important;top:100% !important;box-shadow: 1px 1px 4px 0 #eee !important;}
input.phone{padding-left:50px !important}
.module-User #footer{z-index:0 !important;}
.status-merch-pending{position: relative}
.status-merch-pending a{opacity:.7;filter: grayscale(100%);position: relative}
.status-merch-pending::after {
  content: "Coming soon ";
  transform: rotate(-30deg) translateY(-50%);
  position: absolute;
  top: 40%;
  text-align: center;
  font-size: 24px;
  font-size: 7vmin;
  color: red;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bolder;
  text-shadow: 0px 0px 2px black;
}
@media (max-width: 767px){
  .itemlistfood {
    height:265px !important;
}
  .module-User #contentPage{height:auto !important;}
}
