/* head start */
section.top-social-icon {
  background-color: #fdd001;
  padding: 15px 0px;
}
.email a {
  color: #231f20;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.phone {
  text-align: center;
}
.phone a {
  color: #231f20;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.social-icon {
  text-align: end;
}
.social-icon i {
  font-size: 12px;
  border: 1px solid;
  border-radius: 150px;
  color: #f26a07;
  padding: 5px 7px;
}
a.nav-link {
  color: #231f20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 5px;
}
.search {
  border-radius: 2px;
  border: 1px solid #f26a07;
  background: #fff;
}
.search::placeholder {
  color: #231f20;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
button.search-btn {
  color: #231f20;
  background: #fff;
  margin-left: -40px;
  border: none;
  margin-right: 12px;
}
#collapsibleNavbar {
  display: flex !important;
  justify-content: end;
}
/* head end */

/* top banner start */
.banner-sec {
  background-image: url("../image/top-banner.png");
  background-size: cover;
  padding: 10% 10% 10% 0;
}
.top-banner-con h1 {
  position: relative;
  text-align: end;
  color: #231f20;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.banner-code {
  background-color: #3183bb !important;
  clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0 100%);
  width: 450px;
}
.banner-code-div {
  display: flex;
  justify-content: end;
}
.banner-code p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  padding-top: 5px;
  margin: 0px;
  line-height: normal;
}
/* top banner end */

/* Best sellers area start */
.sellers-area-sec {
  margin-top: 50px;
}
.sellers-area-sec.sellers-area h2 {
  color: #231f20;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
}
.sellers-area-sec .sell-item {
  border-radius: 3px;
  background: #fff;
  text-align: center;
  padding-bottom: 1rem;
  transition: 0.5s;
}
.sellers-area-sec .sell-item:hover {
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 10%);
}
.sellers-area-sec .percent {
  border-radius: 2px;
  background: #3183bb;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 5px;
  width: 25%;
}
.sellers-area-sec .Sold-Out {
  border-radius: 2px;
  background: #f26a07;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 5px;
  width: 25%;
}
.sellers-area-sec .sell-price {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sellers-area-sec .sell-price span {
  color: #a5a5a5;
  font-weight: 400;
}
.sellers-area-sec .dis {
  color: #696969;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sellers-area-sec .sell-item a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #ffffff;
  padding: 10px 20px;
  transition: 0.5s ease-in-out;
}
.sellers-area-sec .sell-item:hover.sell-item a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #00973a;
  padding: 10px 20px;
}
.sellers-area-sec .sell-item:hover.sell-item .Out-of-Stock {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #f26a07;
  padding: 10px 20px;
}
.sellers-area-sec .carousel-1 {
  margin: 30px 0px;
}
.sellers-area-sec .item {
  padding: 30px 0px;
}

.Free-delivery {
  margin-bottom: 50px;
}
.grocery-store {
  background-image: url("../image/banner-1.png");
  background-size: cover;
  padding: 2.5rem !important;
  padding-right: 18rem !important;
}
.grocery-store .GROCERY {
  color: #231f20;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.grocery-store h2 {
  color: #231f20;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.grocery-store p {
  color: #231f20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Free-delivery .grocery-store a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #00973a;
  padding: 10px 20px;
}
.BREAKFAST-FOOD {
  background-image: url("../image/banner-2.png");
  background-size: cover;
  padding: 2.5rem !important;
  padding-right: 18rem !important;
}
.BREAKFAST-FOOD .GROCERY {
  color: #231f20;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.BREAKFAST-FOOD h2 {
  color: #231f20;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.BREAKFAST-FOOD p {
  color: #231f20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.Free-delivery .BREAKFAST-FOOD a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 33px;
  background: #00973a;
  padding: 10px 20px;
}
.option {
    background: #ffeed6;
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 10px;
}
.all-option {
  margin: 15px 0px;
}
.option-con a {
  color: #231f20;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.option-con p {
    color: #231F20;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}
.option-con {
    width: 70%;
    padding-left: 10px;
}
.option-img {
    width: 28%;
}
.option-img{
    background: #fff;
    padding: 15px;
    border-radius: 150px;
}

/* Best sellers area end */

