/*--------------INDEX PAGE----------*/
.about-section .btn:hover {
    background-color: black;
    color: white;
}
@media screen and (min-width: 1024px){
  .img-right-offer{
    height: 455px;
  }
}


/*------------------------------------------

  MENU CSS

  ----------------------------*/

.main-itemslist .card{
    border: 0;
}
.category-small-box {
    float: left;
    background-color: #f2f2f2;
    border-radius: 4px;
    text-align: center;
    color: #777;
    transition: 0.4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 300px;
    text-decoration: none!important;
}
.category-small-box img {
    transition: 0.3s;
    margin-top: 20px;
}
.category-small-box img:hover{
    transform: translateY(-6px);
} 
/* Hover Animation */
.category-small-box:hover {
    background-color: rgb(251, 81, 51);
    color: #fff;
}    
.category-small-box h4 {
    font-size: 1.5rem;
    color: #333;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}
.category-small-box:hover h4 {
   color: #fff; 
}
.category-box-counter {
    font-size: 13px;
    font-weight: 400;
    color: #909090;
    border-radius: 50px;
    background-color: rgba(0,0,0,0.04);
    width: 80px;
    transition: 0.4s;
    line-height: 22px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 2rem;
}
.category-small-box:hover .category-box-counter { 
    color: #fff;  
    background-color: rgba(0,0,0,0.15);
}
.small-box{
    height: 220px;
    padding: 1rem;
}
@media screen and (max-width: 526px) {
    .small-box{
    height: 310px;
  }
}

svg{
  display: inline-block;
  width: 27px;
  height: 32px;
  cursor: pointer;
  }
/*------------------------------------------

  DEALS and Coupons / Index -> deals section CSS

  ----------------------------*/
  .deals-cart{
    object-fit: cover;
}
.deal-detail-title {
    background: #ffffff;
    opacity: 0.85;
    color: #333333;
    position: absolute;
    width: 100%;
    left: -1px;
    padding: 11px 12px;
  }
  .order--now {
    position: absolute;
    top: 72%;
    right: 2%;
  }
  
  .order--now button {
    height: 50px;
    width: 132px;
    background: tomato;
    opacity: 0.85;
    color: #f5fafe;
  }

/*------------------------------------------

  MENU POPUP CSS

  ----------------------------*/
.quantity{
    width: 3rem;
    border: 0.1px solid gray;
    padding: 1rem;
    height: 2rem;
}
.form-check-input[type=radio] {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}
.form-check-input[type=checkbox] {
    border-radius: 2em;
    height: 20px;
    width: 19px;
}
/*------------------------------------------

  Pickup/Delivery POPUP CSS

  ----------------------------*/
  .pickup-delivery{
    position: relative;
    background: whitesmoke;
  }

  @media (max-width: 359px) {
    .card-header-tab{
      font-size: 0.8215rem!important;
    } 
  }
/*------------------------------------------

  CART SLIDER CSS

----------------------------*/

.cartdetails__slider{
  color:#111;
  height: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: 2000;
}
.cartdetails__slider a{
  color:#111;
  display: block;
  text-decoration: none;
  transition: .3s;
}
.cartdetails__slider a:hover,.offcanvas a:focus{
  color: #818181;
}
.cartdetails__slider .closebtn{
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}
@media screen and (max-height: 450px) {
.cartdetails__slider{
  padding-top: 15px;
}
.cartdetails__slidera{
  font-size: 18px;
}
}




/*------------------------------------------

  ALL RESTAURANTS CSS

  ----------------------------*/
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.fontsmall {
    font-size: 14px;
}

.showlist1 {
    display: none;
}

.showlist2 {
    display: block;
}

/*------------------------------------------

  MEDIA QUERIES CSS

  ----------------------------*/


@media screen and (min-width: 767px) {
    .deal-detail-title {
        width: 78%;
    }

    .order--now {
        top: 75%;
        right: 2%;
    }

    .grid-container {
        grid-template-columns: 0.6fr 1fr;
    }

    .shown {
        display: none;
    }

    .shown1 {
        display: block;
    }

    .showlist1 {
        display: block;
    }

    .showlist2 {
        display: none;
    }
}