.spinner-border{
padding:11px;
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* #install_app{
  display:none;
} */

.modal-dialog.modal-dialog-centered {
    width: 100%;
}
.modal-dialog{
  margin: 0 auto;
}

@media only screen and (min-width: 600px){

  #install_app{
    display:none;
  }


}





.shop_page_offers{
  margin: 10px auto;
    /* height: 10%; */
    overflow: auto;
    white-space: nowrap;
    position: relative;
    /* height: 86px; */
}
.shop_page_offers::-webkit-scrollbar {
  display: none;
}
.shop_page_offers_dot{
  /* height: 45px;
width: 45px; */
background-color: white;
/* border-radius: 50%; */
display: inline-block;
/* margin:5px;
text-align: center;
    border: 3px dashed; */
    /* transform: scale(0.8); */

}

.shop_page_offers_dot p{
  position: relative;
  top: 5px;
  font-weight: 700;
/* font-family: cursive; */
font-size: 10px;
}



.shop_page_percent_off{
  /* font-size: x-large; */
}



.services_wrapper{
  height: 50px;
  /* border: 1px solid black; */
  border-radius: 5px;
  overflow-y: auto;
  display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    /* margin-right: 5px; */
    width: 95%;
    margin: 0 auto;
}


.service_tags{
/* padding: 15px;
font-size: 20px;
border: 1px solid black;
width: fit-content;
border-radius: 15px;
background-color: #baaef5;
margin: 4px;
height: 23px; */

display: list-item;
width: 50%;
}

.services_wrapper a {
    display: list-item;
    font-size: 11px;
    width: 33%;
}

.service_tags a{
  /* position: relative;
bottom: 16px; */
}


div#service_methods_row span {
    background: #000000;
    padding: 8px;
    /* position: relative; */
    /* top: 82%; */
    border-radius: 15px;
    font-family: -webkit-pictograph;
    font-weight: 800;
    color: white;
    opacity: 0.8;
    font-size: 12px;
    margin: 10px;
}

div#shop_upper_tags_div span {
    background: #000000;
    padding: 8px;
    /* position: relative; */
    /* top: 82%; */
    border-radius: 15px;
    font-family: -webkit-pictograph;
    font-weight: 800;
    color: white;
    opacity: 0.8;
    font-size: 12px;
    margin: 10px;
}

#service_methods_row{
  position: absolute;
      bottom: 10px;
      display: flex;
      /* justify-content: space-around; */
}

#shop_upper_tags_div{
  display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0px;
}



.modal.shop_page_modal h5 {
    color: #007bff;
}
.modal.shop_page_modal h6 {
    color: #007bff;
    font-size: 15px;
}

div#shop_page_body p {
    font-size: 11px;
}

.offers_slide_right_div{
position: fixed;
z-index: 1060;
width: 100%;
display: none;
}


.services_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.services_wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
    display: block;
}

.services_wrapper::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 10px;
}


.shop_page_table{
  text-align: center;
    font-size: 11px;
    width: 95%;
    margin: 10px auto;
    color: #212529;
}

.shop_page_table td, .shop_page_table th{
  padding: 2px 0 4px;
    border: 1px solid #dee2e6;
    width: 50%;
}

.shop_page_table th{
  color:#007bff;
  font-size: 14px;
  font-weight: 500;
}



.weekDays-selector input {
  display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 100px;
  background: #dddddd;
  height: 15px;
  width: 15px;
  margin-right: 3px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  font-size: 9px;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #007bff;
  color: #ffffff;
}


.shop_page_details_row > .col-4{
  border: 1px solid #dee2e6;
}




.shop_services {
    display: flex;
    white-space: nowrap;
    overflow: auto;
    margin: 10px auto;
}


.shop_services span {
    font-size: 12px;
    padding: 15px;
    margin: 5px;
    margin-left: 0px;
    border: 2px solid #dee2e6;
    border-radius: 7px;
}




.shop_services::-webkit-scrollbar {
    display: none;
}



button#shop_page_bottom_button {
    width: 50%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    /* right: 0px; */
    padding: 10px;
    display: none;
    /* border-top-left-radius: 30px;
    border-top-right-radius: 30px; */
    /* border-radius: 30px; */
}


button#shop_page_bottom_button {
    width: 50%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    display: none;
}

button#shop_page_bottom_button_remove{
  width: 50%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px;
display: none;
}


div#shop_page_lower_half {
    padding: 10px;
    position: relative;
}


.gmnoprint{
  display: none;
}



.offer_p{
  font-size: 12px;

}



.btn-danger {
    color: #dc3545;
    background-color: white;
    border-color: #dee2e6;
}

.btn-group input {
    border: 1px solid #dee2e6;
}


.shop_page_offer_dot > .offercards > .mb-3 {
    margin-bottom: 0px !important;
}

.veg{
  color: green;
}

.non_veg{
  color:red;
}


.btn-danger:hover {
  color: #dc3545;
  background-color: white;
  border-color: #dee2e6;
}

.btn-danger:focus {
  color: #dc3545;
  background-color: white;
  border-color: #dee2e6;
  box-shadow: none;
}


.disable_add_to_cart{
  opacity: 0.5;
    pointer-events: none;
}

button#shop_page_bottom_button_right {
    width: 50%;
    position: fixed;
    bottom: 0px;
    /* left: 0px; */
    right: 0px;
    padding: 10px;
    display: none;
    /* border-top-left-radius: 30px;
    border-top-right-radius: 30px; */
}


.whatever{
    border: 5px solid transparent;
    background-color: transparent;
    display: inline-block;
    width: 85px;
    /* height: 100px; */
}

#category_row input[type=checkbox]{
    display: none;
}

#category_row input[type=checkbox]:checked + .whatever{
   /* background-color: #2bc2d1fb; */
   box-shadow: 0px 0px 5px 1px #2196f3;
   /* border: 5px solid #0088ff; */
   /* padding: 5px; */
   /* box-shadow: blueviolet; */
}

#category_row{
  z-index: 2;
  width: 100%;
  margin: auto;
  background-color: white;
}

#category_row > .col-3{
  padding-left: 0px;
}


/* .category_row{
  z-index:2;
} */

.items_list{
  z-index:1;
}


.offer_icon::after{
  content: "";
  background-image: url(../images/offer_back2.jpg);
    background-size: cover;
    opacity: 0.6;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
/* height: 90%;
width: 90%;
margin: 0 auto; */

}

.offer_icon{
  height: 90%;
  width: 90%;

/* display: block; */
}

.offer_icon i{
  z-index: 1;
}


b.shop_online {
    font-size: 15px;
    color: #4caf50;
}

b.shop_offline {
    font-size: 15px;
    color: #f44336;
}
.card-body{
  padding-top: 5px;
}




.catalog-img {
    padding: 10px;
    border: 1px solid black;
}

.slide_box {
    height: 130px;
    width: 200px;
    border: 1px solid;
    margin: 10px;
    border-radius: 11px;
}






.panel-heading {
  padding: 0;
	border:0;
  background-color: white;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
  padding-left: 3px;
}
.panel-heading  a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.arrow-right {
  position: relative;
  height: 70px;
  top: 50px;
  background-color: #942eb7;
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.8);
  left: -50px;
  width: 165px;
  -webkit-transform: rotate(-45deg);
}



.offercards_with_image{
    padding: 18px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
    padding-top: 0px;
    margin-top: 5px;
}



p {
    margin-top: 0;
    margin-bottom: 0;
}

small {
    margin-bottom: 0px;
}


.modal-content{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height:100%;
  min-width: 310px;
  margin: 0 auto;
  margin-bottom: 0px;

}



.sticky {
  position: sticky;
  top: 58px;
  width: 100%;
  /* padding-top: 10px; */
}
.sticky::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            margin:0 7px;
            width: 96%;
            height: 5px;
            background: transparent;
            box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
            z-index: -1;
        }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .items_list {
  /* padding-top: 102px; */
}
