/*
----------------------------------------------------------------
---------------------- Reset default  CSS ----------------------
----------------------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {

  font-size: 1.6rem;
  font-weight: 400;
}

/*
----------------------------------------------------------------
------------------------- Reusable  CSS ------------------------
----------------------------------------------------------------
*/

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  margin: 0;
  padding: 0;
}
.hide{
  display: none;
}
/*
----------------------------------------------------------------
----------------------- Header Section  CSS --------------------
----------------------------------------------------------------
*/
#header {
  position: sticky;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 64px;
  width: 100vw;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(231, 231, 231);
}

#header .container {
  max-width: 1700px!important;
  width: 100%;
}

#header .hamburger {
  cursor: pointer;
  margin-right: 20px;
}

#header .hamburger.toggle {
  position: static;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}

#header .logo {
  max-width: 90px;
  width: 100%;
}

#header .logo img {
  width: 100%;
}

#header .sign-in-btn,
#header .delivery-btn,
#header .pickup-btn,
#header .cart-btn,
#header .open-app-btn,
#header .signup-btn,
#header .login-btn,
#header .dropdown-btn,
.header-bottom .dropdown-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  user-select: none;
  text-align: center;
  color: #191919;
}
.header-bottom{
  border-bottom: 1px solid rgb(231, 231, 231);
}
#header .open-app-btn,
#header .cart-btn,
#header .login-btn{
  min-width: 72px!important;
}
#header .sign-in-btn{
  min-width:85px!important;
}
#header .signup-btn{
  min-width:80px!important;
}
#header .open-app-btn{
  min-width: 100px!important;;
  padding: 8px;
}
#header .delivery-btn {
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  box-shadow: rgb(25, 25, 25) 0px 0px 0px 2px inset;
}

#header .address-area,
#header .search-suggestion-area,
#addressModal .address-area {
  position: absolute;
  left: 10px;
  top: 35px;
  width: 400px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  overflow: auto;
  outline: none;
  padding: 16px;
  text-align: left;
  overflow: visible;
  display: none;
}
#addressModal .address-area{
  width:100%;
  position: static;
  background-color: #fff;
  box-shadow:none;
  display: block !important;
  visibility: visible;
}
.input-radio-btn{
  transform: scale(1.3);
  accent-color: #d91400;
}
.divider{
  display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    height:8px;
    border-right: none;
    border-left: none;
    border-image: initial;
    background: #f7f7f7;
    margin: 15px 0;
}
#addressModal .address-area,
#header .address-area label {
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 8px;
}

#addressModal  .address-box,
#header .address-box {
  background-color: #F7F7F7;
  padding: 2px 12px;
  border-radius: 8px;
  margin-bottom:18px;
}
.angle-shape{
  position: absolute;
  top:-8px;
  left: 44px;
  background: #fff;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  z-index: 1000;
}
.#header .search-suggestion-area{
  border:1px solid rgb(231, 231, 231);
}

#addressModal  .sign-in-saved-address,
#header .sign-in-saved-address {
  display: inline-block;
  min-height: 32px;
  border-radius: 24px;
  transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  user-select: none;
  text-decoration: none;
  text-align: center;
  background-color: #e7e7e7;
  box-shadow: rgb(231, 231, 231) 0px 0px 0px 1px inset;
  color: rgb(25, 25, 25);
  padding: 4px 12px;
}

#addressModal .address-box,
#header .address-box{
  height: 40px;
  background-color: #F7F7F7;
  border: 2px solid transparent;
}

#addressModal .address-box input,
#header .address-box input{
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  border: none;
  outline: none;
  background: inherit;
  color: currentcolor;
  appearance: none;
  padding: 6px 12px;
}

#addressModal .address-box input::placeholder,
#header .address-box input::placeholder{
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}

#header .header-btn-group {
  margin-left: 26px;
}

#header .dropdown-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15%;
  width: 2px;
  height: 80%;
  background: #e7e7e7;
  border-radius: 30px;
}

#header .search-box,
#header .search-box-mobile {
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0ch;
  font-weight: 500;
  color: rgb(25, 25, 25);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 30px;
  z-index: 1;
  padding: 6px 16px;
  padding-right: 0;
  border: none;
  box-shadow: rgb(247, 247, 247) 0px 0px 0px 1px inset;
  background-color: rgb(247, 247, 247);
  border: 2px solid transparent;
}
#header .search-box {
  max-width: 430px;
}
#header .search-box-mobile {
  max-width: 98%!important;
  margin: 0 auto;
}
#header .search-input input {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0ch;
  font-weight: 500;
  width: 100%;
  border: none;
  outline: none;
  flex: 1 1 100%;
  display: flex;
  background: inherit;
  color: currentcolor;
  appearance: none;
  margin: 0px;
  padding: 0 16px;

}

#header .cart-btn,
#header .open-app-btn {
  background: #eb1700 !important;
  transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#header .cart-btn:hover,
#header .open-app-btn:hover{
  background: #d91400 !important;
}

#header .signup-btn {
  background-color: #d6d6d6;
}
.mobile-view-btn-group{
  display: none;
}
#addressModal .modal-content{
  border-radius: 16px;
}




/*
----------------------------------------------------------------
-------------------- Sidebar right menu  CSS -------------------
----------------------------------------------------------------
*/
#rightsidebar {
  max-width: 28rem;
  width: 95%;
  background: #181818;
}

#rightsidebar ul {
  padding-top: 2rem;
}

#rightsidebar ul li {
  margin-left: 1rem;
}

#rightsidebar ul li a img {
  max-width: 2.5rem;
  object-fit: contain;
  width: 100%;
}

#rightsidebar .sign-in-btn,
#rightsidebar .sign-up-btn {
  margin-left: .5rem;
}

/*override bootstrap icon*/
#rightsidebar .btn-close {
  width: 1rem;
  background: transparent url("../images/icons/close.svg") no-repeat;
  margin: .5rem 1rem;
}

/*
----------------------------------------------------------------
----------------------- Banner Section  CSS --------------------
----------------------------------------------------------------
*/
#banner {
  width: 100%;
  background: #181818;
}

.banner-video {
  width: 100%;
  height: 100%;
}

.banner-img {
  width: 100%;
  height: 100%;
}

#banner .row,
#banner .container-fluid {
  padding: 0;
}

#banner .banner-video img,
#banner .banner-img img {
  width: 100%;
  height: 100%;
}

/*
----------------------------------------------------------------
----------------------- Category Section  CSS ------------------
----------------------------------------------------------------
*/

#category {
  width: 100%;
  background: rgb(24, 24, 24);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

#category .categori-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 2.5rem;
}

#category .categori-item img {
  height: 5rem;
}

#category .categori-item h4 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3.5rem;
}

.dark-line {
  position: relative;
  width: 90%;
  margin: auto;
  padding: .5rem 0;
}

.dark-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  border-radius: 3rem;
  background: #000000;
}

/*
----------------------------------------------------------------
----------------------- Service Section  CSS -------------------
----------------------------------------------------------------
*/

.single-service {
  width: 100%;
  text-align: center;
  z-index: 11;
}

.service-photo {
  position: relative;
  width: 100%;
  z-index: 11;
  margin-bottom: 3rem;
}

.service-photo:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 20%;
  width: 60%;
  height: 1rem;
  background: #ff0000;
  border-radius: 3rem;
  display: block;
  z-index: -1;
}

.single-service img {
  width: 100%;
  border-radius: 3rem;
}

.single-service h4 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-top: 1.2rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.single-service h4 span {
  color: #ff0000;
}

.single-service p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  padding: 0 3rem;
  line-height: 2rem;
}

/* // Product section css  */

.product-item-bottom {
  margin: 1rem 0rem;
}

.product-item {
  border: 1px solid #ececec;
  padding: 1rem;
  transition: 0.5s;
  border-radius: 15px;
  margin: 2rem 0rem;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}

.product-item:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2) !important;
  transition: all ease 0.5s;
}

.product-item-top {
  position: relative;
}

.product-test-type {
  top: 0;
  left: 0;
  position: absolute;
  color: white;
  background-color: red;
  border-radius: 3px;
}

.product-test-type {
  top: 0;
  left: 0;
  position: absolute;
  color: white;
  background-color: #ff0404;
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  font-weight: 800;
  font-size: 11px;
}

.product-image img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.product-name {
  max-width: 30rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-item-bottom .product-name a {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px !important;
  font-weight: 600;
}

.product-rating-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem 0rem;
}

.product-rating-prices .product-rating {
  color: #fff;
  background-color: #28a745;
  font-size: 11px;
  padding: 0.3rem 0.5rem;
  font-weight: 700;
  border-radius: 3px;
}

.product-rating-prices .product-rating i {
  font-size: 10px;
}

.product-price-details {
  display: flex;
  gap: 0.5rem;
  font-size: 17px;
  font-weight: 600;
  color: #333333;
}

.product-price-details .product-regular-price {
  color: #afacac;
}

.product-title-section h2 {
  font-size: 3rem;
  font-weight: 700;
}

.product-title-section button {
  background-color: #cc3938;
  color: white;
  border-radius: .3rem;
  border: none;
  padding: .5rem 2rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.product-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

/* // Product section css end */

/* // footer section css start */
.footer-logo {
  display: flex;
  flex-direction: column;
}

.footer-logo .footer-logo-one {
  width: 7rem;
}

.footer-logo .footer-logo-two {
  width: 15rem;
}

.footer-download-icons {
  margin-top: 2rem !important;
}

.footer-download-icons img {
  width: 10rem;
}

.footer-right-side {
  display: flex;
  justify-content: space-around;
}

.footer-right-side-one h4 {
  font-weight: 700;
}

.footer-right-side-one ul li {
  font-size: 1.4rem;
  color: black;
  font-weight: 500;
}

.popular-cities ul li {
  font-size: 1.4rem;
  color: black;
  font-weight: 500;
}

.popular-cities h3 {
  font-weight: 700;
}

.popular-cities ul li:hover {
  color: red !important;
}

.footer-right-side-one ul li a {
  color: black;
}

.footer-right-side-one ul li :hover {
  color: red;
}

.footer-right-side-two ul li {
  font-size: 1.4rem;
  color: black;
  font-weight: 600;
  padding: 0.5rem 0rem;
}

.footer-right-side-two ul li a {
  color: #000;
}

.language-select-option {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.language-select-option span {
  font-size: 1.4rem;
  color: black;
  font-weight: 600;
  padding: 0.5rem 0rem;
}

.footer-wraper {
  margin: 10rem 0rem 2rem;
}

.footer-items {
  padding-top: 2rem;
}

.social-media-icons {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}

.social-media-icons A {
  color: #000;
}

.privacy-policy-area ul {
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: flex-end;
}

.privacy-policy-area ul li a {
  color: black;
}

.footer-protected-owner-details ul {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  width: 100%;
  justify-content: flex-end;
  margin-top: 2rem;
  gap: 3rem;
}

.footer-protected-owner-details ul li a {
  color: black;
}

.mini-footer-wraper {
  padding: 2rem 0;
}

/* // footer section css end */

/*Driver for dosh */
.drive-for-yum2go img {
  width: 26rem;
}

.drive-for-yum2go h1 {
  color: #fc001a;
  font-size: 5rem;
  margin-top: 10rem;
  font-weight: 500;
}

.drive-for-yum2go h2 {
  font-weight: 800;
  margin-top: 5rem;
  font-size: 2.5rem;
}

.drive-for-yum2go h3 {
  font-size: 2.02rem;
  margin-top: 5rem !important;
}

.app-download-icon {
  justify-content: space-evenly;
  margin-top: 6rem;
}

.slick-list .product-image img {
  height: 35rem;
}

.nav-slider .product-image img {
  height: 6rem;
}
.home-header .logo-main{
  width:140px;
}