@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap";
@import "../lib/bootstrap-icons%401.10.3/font/bootstrap-icons.css";
body {
  font-family: rubik, sans-serif;
  font-size: 12px;
}
:root {
  /* --red: #eb394d; */
  --red: var(--theme-color-1);
}
a {
  text-decoration: none;
}
html ::-webkit-resizer {
  background-color: #fff;
}
html ::-webkit-scrollbar {
  width: 0;
  overflow: visible;
}
html ::-webkit-scrollbar-button {
  display: none;
}
html ::-webkit-scrollbar-corner {
  background-color: #fff;
}
html ::-webkit-scrollbar-thumb {
  background-color: rgba(138, 138, 138, 0.4);
  border-radius: 7px;
}
html ::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
hr {
  border-top: 1px solid #a4a4a4 !important;
}
.btn-outline-secondary {
  border-color: #dee2e6;
  color: #7a7c7d;
}
.text-theme-primary {
  color: var(--theme-color-1);
}
.text-theme-secondary {
  color: var(--theme-secondary-color);
}

.bg-theme-primary {  
  background-color: var(--theme-color-1) !important;
}

.border-primary{--bs-border-opacity:1;border-color:var(--theme-color-1)!important}
.text-danger {
  color: var(--red);
}
/* .text-danger {
  color: var(--red);
} */
.rounded-md {
  border-radius: 10px;
}
.links a {
  text-decoration: none;
  color: #000;
}
.links span {
  color: grey;
}
.links span:hover {
  color: #000;
}
.links span .active {
  color: var(--red);
}
.back {
  position: relative;
}
.brands-list h6.card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.ch-10 {
  height: 10px;
}
.ch-20 {
  height: 20px;
}
.ch-30 {
  height: 30px;
}
.ch-40 {
  height: 40px;
}
.ch-50 {
  height: 50px;
}
.ch-60 {
  height: 60px;
}
.ch-70 {
  height: 70px;
}
.ch-80 {
  height: 80px;
}
.cw-10 {
  width: 10px;
  min-width: 10px;
}
.cw-20 {
  width: 20px;
  min-width: 20px;
}
.cw-30 {
  width: 30px;
  min-width: 30px;
}
.cw-40 {
  width: 40px;
  min-width: 40px;
}
.cw-50 {
  width: 50px;
  min-width: 50px;
}
.cw-60 {
  width: 60px;
  min-width: 60px;
}
.cw-70 {
  width: 70px;
  min-width: 70px;
}
.cw-80 {
  width: 80px;
  min-width: 80px;
}
h6,
.h6 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 17px;
}
.fs-3 {
  font-size: 16px !important;
}
.fs-5 {
  font-size: 15px !important;
}
.product-back {
  position: relative;
}
.product-back-two {
  position: relative;
}
.product-veg {
  position: absolute;
  top: 0%;
  width: 100%;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
}
.relevance-back {
  position: relative;
}
.relevance {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.relevance-pizza-back {
  position: relative;
}
.relevance-pizza {
  position: absolute;
  right: 0;
  top: 18%;
}

.osahan-tab button {
  border: none;
  color: grey;
  padding: 13px 0;
}
.osahan-tab button:hover {
  color: #000;
}
.osahan-tab button.active {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}
.notification-page .img-fluid {
  height: 60px;
  max-width: 60px;
}
.product-offer-back {
  position: relative;
}
.product-rating {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -120px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -120px;
}
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.owl-carousel .owl-nav button {
 display: none;
} 
.item button{
    padding-right: 10px;
}

.bottom-model{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.item-type{
  display: inline-flex!important;
  border-radius: 0.2rem!important; 
  padding:0.15rem!important;    
}
.item-type.veg{  
  color: #009600;
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important;
}
.item-type.nonveg{  
  color: #eb394d;
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important;
}
.item-type i{
  font-size: 12px;
}
.brand-text-color{
  color: #ee6352!important;
}
.menu_image{
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

