/*
Template Name: Foodmart - Food & Grocery Delivery Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 0.1
*/

/*
- Body
- Custom Bootstrap
- Scroll Bar
- Typography
- Index
- Cart
- Track Order
- Track Delivery Boy
- Listing
*/

/*//@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Protest+Riot&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Oregano:ital@0;1&family=Protest+Riot&family=Signika+Negative:wght@300..700&family=Teko:wght@300..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
  --green: #0dcaf0;
  --yellow: #ffe241;
  --orange: #00b3de;
  --light: #8292b4;

  --light-black: #000;
  /* --light-black: #0000; */
  --MontFonts: "Signika Negative", sans-serif;
  --SquadFonts: "Signika Negative", sans-serif;
  --ProtestFonts: "Protest Riot", sans-serif;
}
/*@font-face {
    font-family: 'gilroy';
    src: url('fonts/gilroy-regular-webfont.eot');
    src: url('fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('fonts/gilroy-regular-webfont.woff') format('woff'),
    url('fonts/gilroy-regular-webfont.svg#gilroy-regularuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* @font-face {
  font-family: "Signika Negative", sans-serif;
  src: url("fonts/Squad-Bold.eot");
  src: url("fonts/Squad-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Squad-Bold.woff2") format("woff2"),
    url("fonts/Squad-Bold.woff") format("woff"),
    url("fonts/Squad-Bold.ttf") format("truetype"),
    url("fonts/Squad-Bold.svg#Squad-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "mont_regularregular";
  src: url("fonts/mont-regular-webfont.eot");
  src: url("fonts/mont-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/mont-regular-webfont.woff2") format("woff2"),
    url("fonts/mont-regular-webfont.woff") format("woff"),
    url("fonts/mont-regular-webfont.svg#mont_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
} */

/*
@font-face {
    font-family: 'Mont';
    src: url('fonts/Mont-Regular_1.eot');
    src: url('fonts/Mont-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/Mont-Regular_1.woff2') format('woff2'),
        url('fonts/Mont-Regular_1.woff') format('woff'),
        url('fonts/Mont-Regular_1.ttf') format('truetype'),
        url('fonts/Mont-Regular_1.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
/* @font-face {
  font-family: "Signika Negative", sans-serif;
  src: url("fonts/Squad-Bold_1.eot");
  src: url("fonts/Squad-Bold_1.eot?#iefix") format("embedded-opentype"),
    url("fonts/Squad-Bold_1.woff2") format("woff2"),
    url("fonts/Squad-Bold_1.woff") format("woff"),
    url("fonts/Squad-Bold_1.ttf") format("truetype"),
    url("fonts/Squad-Bold_1.svg#Squad-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

/* Body */
body {
  /*font-family: 'Rubik', sans-serif;*/
  font-family: var(--MontFonts);

  /* font-family: 'Montserrat', sans-serif;*/
  font-size: 12px;
  color: var(--light-black);
}
a {
  text-decoration: none;
}
p {
  font-size: 12px;
}
span {
  font-size: 12px;
}
del {
  font-size: 12px;
}

/* Custom Bootstrap */
.h6,
h6 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Signika Negative", sans-serif;
  /*font-weight: bold;*/
}
.h5,
h5 {
  font-size: 17px;
  line-height: 20px;
  font-family: "Signika Negative", sans-serif;
  /*font-weight: bold;*/
}
.h4,
h4 {
  font-size: 17px;
  line-height: 20px;
  font-family: "Signika Negative", sans-serif;
  /*font-weight: bold;*/
}
p {
  font-family: var(--SquadFonts);
  font-weight: 200;
}
option {
  font-family: var(--SquadFonts);
}
optgroup {
  font-family: var(--SquadFonts);
}

/**/
/*.card-title{font-family: var(--MontFonts);}*/
.btn {
  font-size: 12px;
}
.form-control {
  font-size: 15px;
}
.text-muted {
  color: var(--light) !important;
}
.link-dark {
  color: var(--light-black) !important;
}
.osahan-mb-1 {
  margin-bottom: 1px;
}
.fw-bold {
  font-weight: 500 !important;
}
.small,
small {
  font-size: 12px;
}
.bg-primary {
  background-color: var(--orange) !important;
}
.text-primary {
  color: var(--orange) !important;
}
.btn-primary {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}
.btn-outline-success {
  border-color: var(--green) !important;
  color: var(--green) !important;
  background: #f1fff3 !important;
}
.btn-sm {
  padding: 6px 19px;
}
.btn-lg {
  font-size: 14px;
  padding: 15px 15px;
}
.form-control {
  box-shadow: none !important;
}
.offcanvas-footer {
  padding: 1rem;
}
.form-check .form-check-input:focus {
  /*box-shadow: none !important;*/
}
.form-check .form-check-input:checked {
  /* background-color: #FC8019;
    border-color: #FC8019;*/
}
.shadow,
.shadow-sm {
  -webkit-box-shadow: 0px 4px 10px rgb(0 77 255 / 4%) !important;
  box-shadow: 0px 4px 10px rgb(0 77 255 / 4%) !important;
}
.border {
  border: 1px solid #eaf1f5 !important;
}
.border-bottom {
  border-bottom: 1px solid #eaf1f5 !important;
}
.border-top {
  border-top: 1px solid #eaf1f5 !important;
}
.border-start {
  border-left: 1px solid #eaf1f5 !important;
}
.border-end {
  border-right: 1px solid #eaf1f5 !important;
}
.accordion-item {
  border-color: #eaf1f6;
}
.icon-sm {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-lg {
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-cate.slick-initialized,
.top-picks.slick-initialized,
.coupons.slick-initialized,
.product-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.all-cate,
.top-picks,
.coupons,
.product-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

/* Scroll Bar */
html ::-webkit-resizer {
  background-color: #ffffff;
}
html ::-webkit-scrollbar {
  width: 5px;
  overflow: visible;
}
html ::-webkit-scrollbar-button {
  display: none;
}
html ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}
html ::-webkit-scrollbar-thumb {
  background-color: rgba(138, 138, 138, 0.4);
  border-radius: 7px;
}
html ::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}

/* Index */
.user-icon {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box {
  height: 110px;
  width: auto;
  border: 1px solid #e5e5e5;
}
.btn-category {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
}
.osahan-badge {
  font-size: 8px;
  letter-spacing: 0.4px;
  line-height: 10px;
  padding: 5px 4px 4px 4px;
  border-radius: 0 0 6px 6px;
  z-index: 99;
  background-color: #f3074e !important;
}
.osahan-badge b {
  font-size: 12px;
  font-weight: 500;
}
.all-cate p.card-title {
  line-height: 14px;
}
.osahan-offer-banner {
  height: 160px;
}
.osahan-offer-banner-2 {
  height: 112px;
}

/* Cart */
.cart-product {
  max-width: 75px;
  /*  margin-bottom: 8px;*/
}
.custom-checkbox .btn-outline-danger {
  border-color: #d1d1d1 !important;
  color: #000 !important;
}
.custom-checkbox .btn-check:checked + .btn-outline-danger {
  background-color: #fdac6a4f !important;
  border-color: #fc8019 !important;
  color: #fc8019 !important;
}
.osahan-count input {
  width: 22px;
}

/* Track Order */
.tracking-time {
  margin-top: -65px;
  position: relative;
}
.order-time {
  height: 80px;
  width: 80px;
  border: 5px solid #fc8019;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Track Delivery Boy */
.delivery-boy-img {
  min-width: 38px;
  max-width: 38px;
}
.osahan-user-profile img {
  height: 50px;
}
.nav-wrapper.nav-wrapper-0 .nav-content h2 {
  display: none;
}
li.nav-parent.level-open h2 {
  display: block !important;
}

/* Listing */
.listing-left {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}
.listing-navbar img {
  width: 30px;
}
.osahan-item-sidebar .nav-link {
  padding: 0px;
  position: relative;
  margin: 7px 0px;
}
.osahan-item-sidebar .nav-link img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  /*padding: 3px;*/
}
.osahan-item-sidebar .nav-link p {
  color: #8292b4;
}
.osahan-item-sidebar .nav-link.active p {
  color: #ed6337;
}
.osahan-item-sidebar .nav-link.active {
  background: none;
}
.osahan-item-sidebar .nav-link.active:after {
  content: "";
  position: absolute;
  width: 6px;
  background: #ed6337;
  top: 0;
  bottom: 0;
  right: -10px;
  border-radius: 9px;
}
.osahan-item-sidebar .nav-link.active img {
  background: #ffe9e2 !important;
}
.coupon-top-shape {
  width: 10px;
  height: 10px;
  background: #fff;
  left: -5px;
  top: -11px;
  border-radius: 50px;
}
.coupon-bottom-shape {
  width: 10px;
  height: 10px;
  background: #fff;
  left: -5px;
  bottom: -11px;
  border-radius: 50px;
}
.coupon-top-shape-2 {
  width: 25px;
  height: 25px;
  background: #f8f9fa;
  left: -11px;
  bottom: -12px;
  border-radius: 50px;
  box-shadow: 1px 0px 1px #e0e0e0;
}
.coupon-bottom-shape-2 {
  width: 25px;
  height: 25px;
  background: #f8f9fa;
  right: -11px;
  bottom: -12px;
  border-radius: 50px;
  box-shadow: -1px 0px 1px #e0e0e0;
}
.osahan-coupons-code .border-end {
  border-right-style: dashed !important;
  border-color: #fff !important;
}
.bannerStyle {
  margin-bottom: 1.5em;
}
.bannerStyle .carousel-indicators {
  margin-bottom: -16px;
}
.carousel-indicators [data-bs-target] {
  background: rgba(0, 0, 0, 0.6);
}
.offerbx .slick-slide {
  margin: 0 5px;
}
.offerbx .slick-slide img {
  width: 100%;
  object-fit: cover;
}

/* .bannerStyle .carousel-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    background: rgba(33,33,33,.7);
} */
.listingTopNav .osahan-item-sidebar .nav-link.active:after {
  width: 100% !important;
  height: 3px;
  left: 0;
  top: auto;
  bottom: -6px;
}
.listingTopNav .nav-link {
  min-width: 85px;
}
/*.listingTopNav .osahan-item-sidebar{flex-wrap:nowrap !important;}*/
.listing-right {
}
.homepage-navbar {
  background: var(--orange) !important;
}
.footer {
  background: var(--orange) !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.dsfsd {
  background: var(--orange) !important;
}
.SelectW {
  max-width: 100px;
}
.productSubCat ul {
  margin: 0;
  padding: 1em 0;
}
.productSubCat ul li {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 0;
}
.productSubCat ul li a {
  background: #eee;
  border-radius: 6px;
  padding: 0.8em 1em;
  color: #000;
}
.marqueeStyle {
  padding: 0 1em;
}
.marqueeStyle .marqueeInn {
  display: flex;
  white-space: nowrap;
}
.marqueeStyle .marqueeInn p {
  display: inline-block;
  padding: 0 1.5em;
  margin: 0;
}
.deliveryText {
  padding-bottom: 5em;
}
.deliveryText h4 {
  color: #004aad;
}
.categoryBox .card img {
  aspect-ratio: 4/5;
}
.LetUsKnow {
  background: #f6f7fb url(../img/l.png) right bottom;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: 140px;
  padding: 1em 0;
  border: #ccc 1px solid;
  width: 100%;
}
.LetUsKnow .imgLet {
  width: 30%;
}
.LetUsKnow .imgLet img {
  max-width: 100%;
}
/*.LetUsKnow .btn{font-family: var(--SquadFonts);}*/

/* Product Deatisl Page Read More CSS */
.card1.active::before {
  border-top: 20px solid #ff3b7e;
  border-right: 20px solid #ff3b7e;
}
.card1 .content {
  position: relative;
  height: 155px;
  overflow: hidden;
}
.card1.active .content {
  height: auto;
}
.card1 .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #fff);
}
.card1.active .content::before {
  display: none;
}
.card1 .more {
  position: relative;
  padding: 1px 0px;
  display: inline-block;
  cursor: pointer;
  color: #383838;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}
.card1.active .more {
  background: #ed1f28;
  border-radius: 5px;
  padding: 2px;
  color: #fff;
}
.card1 .more::before {
  content: "Read More";
}
.card1.active .more::before {
  content: "Read Less";
}

/* Product Deatisl Page Read More CSS */
.card2.active::before {
  border-top: 20px solid #ff3b7e;
  border-right: 20px solid #ff3b7e;
}
.card2 .content {
  position: relative;
  height: 35px;
  overflow: hidden;
}
.card2.active .content {
  height: auto;
}
.card2 .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, #fff);
}
.card2.active .content::before {
  display: none;
}
.card2 .more {
  position: relative;
  padding: 1px 0px;
  display: inline-block;
  cursor: pointer;
  color: #383838;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}
/*.card2.active .more{

    border-radius: 5px;
    padding: 2px;
    color:#fff;
}*/
.card2 .more::before {
  content: "+ More";
}
.card2.active .more::before {
  content: "- Less";
}

/* Hide arrow in number type*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/*///////Add To Cart Button*/
.txt_qty {
  font-size: 15px;
  padding: 0px !important;
  width: 30px;
  text-align: center;
  height: 22px;
  margin-top: 0px;
  border: 0px;
  color: #fff;
  background-color: #ed1f28;
  margin-left: 10px;
  margin-right: 10px;
}
.ico_qty {
  margin-top: 3px;
  /* background-color: #ED1F28;*/
  color: #fff;
}

.div_cart {
  background-color: #ed1f28;
  padding-left: 10px;
  padding-right: 10px;
}

/*  profile page */
.YourInfo {
}
.YourInfo .loginbtn a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #edf1f4;
  padding: 1em 17px;
  font-size: 13px;
  color: #343a40;
}
.YourInfo .infoBox {
  margin: 1em 0;
  padding-bottom: 1em;
}
.YourInfo .infoBox ul {
  margin: 0;
  padding: 0;
}
.YourInfo .infoBox ul li {
  display: block;
}
.YourInfo .infoBox ul li a {
  display: inline-block;
  padding: 0.5em 0;
}
.YourInfo .infoBox ul li a i {
  min-width: 22px;
}
.infoBox a {
  color: #343a40;
  font-size: 13px;
  font-family: var(--MontFonts);
}
.infoBox .btn-danger {
  color: #fff;
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}
.infoBox .wlBox {
  background-color: var(--orange);
  padding: 1.2em 1em;
  border-radius: 0.6em;
}
.infoBox .wlBox a {
  color: #fff;
}
/* .bg-danger {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
} */

/*LogimPage*/

.loginStyles {
  margin: 0;
}
.goback {
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 0.6em 1em;
  margin-bottom: 1.5em;
}
.loginStyles .logo {
  text-align: center;
  padding: 2em 0;
}
.loginStyles .logo img {
  height: 85px !important;
}
.loginInn {
  border-radius: 1em;
  padding: 2em;
}
.loginInn .form-control {
  min-height: 48px;
}
.loginInn .btn {
  min-height: 48px;
}
input {
  border-bottom: 2px dotted #29fb09 !important;
  border-top: 2px dotted #29fb09 !important;
  border-left: none !important;
  border-right: none !important;
}

.qty-text {
  color: #fff;
  text-align: center;
  width: 40px;
  font-size: 14px;
}

.checkbox-lg .form-check-input {
  top: 0.8rem;
  scale: 1.4;
  margin-right: 0.7rem;
  outline: 2px solid #004aad;
}

.checkbox-lg .form-check-label {
  padding-top: 13px;
}

.checkbox-xl .form-check-input {
  top: 1.2rem;
  scale: 1.7;
  margin-right: 0.8rem;
  outline: 1px solid #004aad;
  border-radius: 0em;
}

.checkbox-xl .form-check-label {
  padding-top: 19px;
}

.checkbox-xl .form-check-input:checked {
  background-color: #004aad;
  border-color: #004aad;
}

/*Style for product list varient select box*/
/* required part */

/* beauty */
.grayscale_filter {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* Custome Button */
.button4 {
  background-color: #ffffff;
  color: black;
  border: 2px solid white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.button4:hover {
  background-color: #ffffff;
}

/*Loader CSS*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
}

.bg_cart_outofstock {
  background-color: #ffd143;
}
.hr_cart {
  margin: 4px 0px 10px 0px;
}

/* CSS */
.button-55 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: 0.75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}

.home_product {
  width: 215px;
  margin: 5px 5px 5px 5px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

/*! i will add css on user-loging :- heading font and form input design  */
/* 
#fontProtest {
  font-family: "Protest Riot", sans-serif !important;
} */

.nav-bar-logo
{
  width:20%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .nav-bar-logo
  {
    width:66%;
  }
}
