<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-primary {
  color: #353535;
  background-color: #f79432 !important;
  border-color: #f79432 !important;
}

.btn-primary:hover {
  background-color: #378F63 !important;
  border-color: #378F63 !important;
  color: #FFF !important;
}

.el-backtop{
  background: #f79432;
  color: white;
  z-index: 9999;
}

.el-backtop:hover{
  background: #378F63;
  color: white;
  z-index: 9999;
}

.home-search-wrap .el-input__wrapper, .form-control-text {
  font-size: 15px;
  font-weight: 500;
  border-radius: .45rem;
  padding-left: 15px !important;
  /* background: #f6f7f9; */
  border: 1px solid #000;
  min-height: 55px;
}

.main-category-cover {
  padding: 5px;
  margin-bottom: 10px;
  border: 2px solid #f79431;
}

.category_carousel a.active {
  background: #f79432 !important;
  color: #000;
}

.category_carousel a {
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.bg-little-dark {
  background-color: #ddd !important;
}

.menu-right h3 {
  background: #f79432;
  padding: 20px;
}

.custom-primary {
  color: #F79432;
}

.el-radio-button {
  padding: 8px;
}

.el-radio-button .el-radio-button__inner {
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #000;
}

.el-radio-button .el-radio-button__inner:hover{
  border-radius: 50px !important;
  font-weight: 600;
  background-color: #378F63;
  color: #FFF;
}

.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled)+.el-radio-button__inner {
  background-color:#f79431;
  border-color: #378F63;
}

.el-button.is-disabled {
  background-color:#DDD;
}
.el-button {
  background-color: #378F63
}

.about p.paragraph{
  font-size: 16px !important;
  line-height: 28px;
}

.about p.mobileparagraph{
  font-size: 14px !important;
  line-height: 24px;
}

.bg-gradient-primary-to-secondary {
  background: #f79432;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, #378F63 0%, #f79432 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-menu .header-cta {
  background-color: #f79432;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#vue-cart-preview a {
  font-size: 16px !important;
}

.font-16{
  font-size: 16px;
}

.font-18{
  font-size: 18px;
}

.categories-outer{
  min-height:230px;
}

.btn-group .btn.active{
  background:#f79431;
  color:#353535;
}

.menu-right h3{
  background: #f79432;
  padding: 20px;
}

#vue-merchant-menu .main-category {
  background-color: #f79432;
  padding: 5px;
  margin-bottom: 10px;
}

.item-modal-footer {
  position: sticky;
  bottom: 0px;
  background: #FFF;
}

.close {
  font-size: 2.5rem;
}

.hasError {
  font-size: 12px !important;
  color: red;
}

.merchant-top-header .container {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border: 7px solid #f79432;
  border-radius: 3px;
}
.float-right{
  float: right;
}
/* category filter */
.filters {
  margin: 0 0 1em;
  padding: 0;
}

.filters__item {
display: inline-block;
}

.filters__btn {
  background-color: #ddd;
  color: #000;
  display: inline-block;
  padding: 1em;
}

.filters__btn.active{
  background-color: #f79432;
}

.is-hidden {
  display: none;
}
/* end category filter */

.inner-wrapper-sticky .btn-group label, #vue-schedule-order .btn-group label{
  font-size: 14px;
}

.inner-wrapper-sticky .btn-group.btn-group-rounded .btn{
  border-radius:50px !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #343a40 !important;
  margin: 2px;
}

.inner-wrapper-sticky p {
  font-size: 12px !important;
}

.notify-schedule{
  background: #dc354559;
  padding: 10px;
}

.fixedElement {
  background-color: #c0c0c0;
  z-index:100;
}

.fixedElement a{
color :#378F63 !important
}


.blink {
  color : red;
  margin-right: 0.5rem;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
}

  /* FONT AWESOME GENERIC BEAT */ 
.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}


@media (max-width: 576px) {
  .categories-outer{
    min-height:150px;
  }
}
@media (min-width: 576px) {
  
  .me-sm-3 {
      margin-right: 1rem !important;
  }
}

@media (min-width: 1400px) {    
    .text-xxl-start {
        text-align: center !important;
    }    
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #DDD;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.text-xxl-start a.btn{
  padding: 10px 40px !important;
}

.btn-outline-dark:hover {
color: #fff !important;
background-color: #378F63 !important;
border-color: #378F63 !important;
}

.text-xxl-start h1 span{
font-weight: 600 !important;
}

.bg-gradient-primary-to-secondary {
    background: #f79432;
}

.category_carousel .owl-nav {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px !important;
}

.category_carousel .owl-nav button{
  background: #f79432 !important;
  margin: -5px !important;
}

.category_carousel .owl-nav span{
  padding: 0px 10px !important;
}

.category_carousel .owl-nav .owl-prev{
  float: left;
}

.category_carousel .owl-nav .owl-next{
  float: right;
}

.alert-warning p{
  font-size: 14px !important;
  padding-bottom: 10px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.inset-shadow-down {
  box-shadow: 0 0 5px 5px rgba(240, 120, 120, 0.7) inset !important;
  padding: 5px 0px !important;
}

#vue-cart-preview2{
  position: sticky;
  bottom: 0;
  clear: both;
  z-index: 1;
  padding: 10px;
}

.show-more-addons{
  padding: 10px 1px;
  color: blue;
  text-decoration: underline;
}

.tooltipnew {
  position: relative;
  display: inline-block !important;
  border-bottom: 1px dotted black;
}

.tooltipnew .tooltipnewtext {
  visibility: hidden;
  width: 260px;
  background-color: #ffc107;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: -60%;
  margin-left: -60px;
  font-size: 14px;
}

.tooltipnew .tooltipnewtext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltipnew:hover .tooltipnewtext {
  visibility: visible;
}
.no-background{
  background: none !important; 
}
.neg-marign{
  margin: -30px 0px 10px 0px;
}
@media only screen and (max-width: 600px) {
  .neg-marign{
    margin: -30px 30px 10px 0px;
  }
  #vue-payment-list .pay-icon i{
    font-size:30px !important;
    padding:1px!important;
  }
}
#vue-payment-list .chevron-section.selected{
  border: 3px solid #378F63 !important;
  background: none;
}
#vue-payment-list .chevron-section{
  background: #dddddd9c;
}
#vue-payment-list .pay-icon i{
  font-size:40px;
  padding:2px;
}
#vue-payment-list .pay-icon .visa-icon {
  color: #1c3587;
}
#vue-payment-list .pay-icon .mastercard-icon {
  color: #f75700;
}
#vue-payment-list .pay-icon .amex-icon {
  color: #016cc9;
}
.bg-light-2{
  background: #dddddd87;
}
.divider{
  border-bottom:1px solid #0000006b
}</pre></body></html>