:root {
  --accent-blue: #181970;
}

@keyframes show-toast{
    0% {bottom: -100%}
    20% {bottom: 100px}
    80% {bottom: 100px}
    100% {bottom: -100%}
}

.show-notification{
    position: fixed;
    bottom: 100%;
    right: 20px;
    animation-name: show-toast;
    animation-duration: 8s;
    z-index: 99;
}

.btn{
    padding: 2px 1.75em;
    font-size: 12px;
    cursor: pointer;
}

.main-search.fancy .field-holder input[type="text"]{
    color: #000000 !important;
}

table > tbody > tr > td{
    border: none !important;
}

#opening_hours select{
    padding: 5px 10px !important;
}
.btn-success.add_hour{
    padding: 7px 15px 7px 15px;
}

/* hide radio button */
.payment-method [type=radio]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Image style */
.payment-method [type=radio] + img{
    cursor: pointer;
    padding: 5px;
}

/* Checked style */
.payment-method [type=radio]:checked + img{
    outline: 2px solid #ff0000;
}

@media only screen and (max-width: 480px) {
    a.get-start-btn{
        display: block;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }
    .main-search-bar{
        padding-top: 100px !important;
        padding-bottom: 50px !important;
        background-position: left !important;
    }
    .user-dashboard{
        width: 100% !important;
    }
    .menu-itam-holder .quantity{
        right: 0 !important;
        margin-top: -30px !important;
    }
    .table.opening_hours{
        width: 100% !important;
    }
    .table td{
        padding: 0.5rem !important;
    }


}

table td, table th{
    line-height: 1rem !important;
}
.btn-accent{
    background-color: #B92E3A !important;
}

.buyer-logged-in .col-lg-3.col-md-3.col-sm-12.col-xs-12{
    background-color: #D1E8F2 !important;
    border-radius: 10px !important;
}


 .vendor-image-up-btn{
		width: 250px !important;
		height: 32px !important;
    }
.text-accent{
    color: #B92E3A !important;
}

@media (max-width: 767.98px) {
  .card-2.categories {
    width: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-column-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .large-header {
    display: none !important;
  }
}
.mobile-header-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.mobile-header-scroll {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.mobile-header-section.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }



/* Code for products.html and vendor_detail.html  */

 .img-box-cs {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-img-cs {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}


/* import your data page */
.btn-imp-data-size{
   font-size: 16px !important;
  font-weight: 500 !important;
}