* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.icon {
  font-size: 15px;
}
.icon .fa-solid {
  color: #f05829;
}

.store-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.store-info-sec1 {
  padding: 20px 0;
}
.store-info-sec1 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.store-info-sec1 .store-location {
  width: 10%;
}
.store-info-sec1 .store-location span {
  font-size: 14px;
}
.store-info-sec1 .store-location span .fa-solid {
  color: #f05829;
}
.store-info-sec1 .store-logo {
  width: 80%;
  margin: -140px auto 0 auto;
  text-align: center;
}
.store-info-sec1 .store-logo img {
  height: 100px;
  margin-bottom: 10px;
}
.store-info-sec1 .store-rating {
  width: 10%;
  text-align: right;
}
.store-info-sec1 .store-rating .ratings {
  background-color: #4fb175;
  color: #eff1f3;
  padding: 6px 15px;
  border-radius: 30px;
}
.store-info-sec1 .store-rating .ratings .fa-solid {
  color: #f05829;
  margin-right: 0px;
}
.store-info-sec1 .store-rating .share-btn {
  margin: 0 0 20px auto;
  background: #f05829;
  height: 40px;
  width: 80px;
  border-radius: 20px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eff1f3;
  font-weight: 600;
}
.store-info-sec1 .store-rating .share-btn .fa-solid {
  font-size: 20px;
  color: #eff1f3;
  margin-right: 5px;
}
.store-info-sec1 .verified {
  display: block;
  margin-top: 20px;
  font-weight: 500;
}
.store-info-sec1 .verified img {
  height: 40px;
}
.store-info-sec1 .shop-timing {
  padding: 5px 10px;
  color: #f05829;
  font-size: 14px;
}
.store-info-sec1 .shop-timing span {
  color: #4fb175;
  font-weight: bold;
  margin-right: 15px;
}
.store-info-sec1 .minimum-delivery {
  padding: 5px 10px;
  color: #f05829;
  font-size: 14px;
}
.store-info-sec1 .minimum-delivery span {
  color: #4fb175;
  font-weight: bold;
  margin-right: 15px;
}

.store-info-product-sec {
  padding: 20px 0;
}
.store-info-product-sec .store-products-tabs-nav {
  width: 70%;
  margin: 0 auto;
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1%;
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs li {
  list-style: none;
  background-color: #4fb175;
  width: 33%;
  border-radius: 50px;
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs li a {
  display: block;
  padding: 15px 20px;
  color: #eff1f3;
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs li a svg {
  height: 20px;
  margin-bottom: -4px;
  margin-right: 8px;
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs li a svg path {
  fill: #eff1f3; /* Replace 'red' with your desired color */
}
.store-info-product-sec .store-products-tabs-nav #store-products-tabs li.active {
  background-color: #f05829;
}
.store-info-product-sec .store-product-box {
  width: 47%;
  background-color: rgba(239, 241, 243, 0.2);
  padding: 10px;
  border: 1px solid rgba(54, 54, 54, 0.075);
  margin-bottom: 15px;
  border-radius: 10px;
}
.store-info-product-sec .store-product-box .row {
  gap: 20px;
  color: #333333;
}
.store-info-product-sec .store-product-box .row .product-img {
  width: 30%;
  height: 170px;
  border-radius: 5px;
}
.store-info-product-sec .store-product-box .product-info {
  position: relative;
  width: 70%;
}
.store-info-product-sec .store-product-box .product-info h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.store-info-product-sec .store-product-box .product-info h4 a {
  color: #333333;
}
.store-info-product-sec .store-product-box .product-info p {
  font-size: 14px;
  margin-top: 5px;
}
.store-info-product-sec .store-product-box .product-info .duaration-time {
  position: absolute;
  height: 30px;
  right: 0px;
  top: 30px;
  font-weight: 600;
  text-align: right;
}
.store-info-product-sec .store-product-box .product-info .duaration-time span {
  color: #4fb175;
}
.store-info-product-sec .store-product-box .product-info .price-current {
  margin-bottom: 5px;
  color: #f05829;
  font-weight: bold;
}
.store-info-product-sec .store-product-box .product-info .price {
  text-decoration: line-through;
  margin-bottom: 5px;
}
.store-info-product-sec .store-product-box .mart-location {
  margin: 10px 0;
  font-size: 14px;
}
.store-info-product-sec .store-product-box .mart-location span .fa-solid {
  color: #f05829;
}
.store-info-product-sec .store-product-box .offer-tag {
  display: flex;
  justify-content: space-between;
}
.store-info-product-sec .store-product-box .offer-tag span {
  font-size: 14px;
  background-color: #4fb175;
  padding: 8px 20px;
  color: #eff1f3;
  border-radius: 20px;
}
.store-info-product-sec .store-product-box .buttons-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-info-product-sec .store-product-box .buttons-row button {
  cursor: pointer;
}
.store-info-product-sec .store-product-box .ratings {
  font-size: 14px;
  background-color: #f05829;
  padding: 8px 20px;
  color: #eff1f3;
  border-radius: 20px;
}

.form-section {
  padding: 30px 0;
}
.form-section .form-container {
  width: 40%;
  margin: 0 auto;
}
.form-section .form-container h4 {
  padding-top: 10px;
  color: #6a6767;
  padding-bottom: 10px;
}
.form-section .form-container h3 {
  padding-top: 10px;
  color: #6a6767;
  padding-bottom: 10px;
}
.form-section .form-container .form-logo {
  text-align: center;
}
.form-section .form-container .form-logo img {
  height: 120px;
  text-align: center;
}
.form-section .form-container .reg-form p,
.form-section .form-container .reg-form a,
.form-section .form-container .reg-form span {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.form-section .form-container .reg-form a {
  color: #0a1dcc;
}
.form-section .form-container .reg-form .form-row {
  display: flex;
  justify-content: space-between;
}
.form-section .form-container .reg-form .form-col {
  padding: 10px 0 0 0 !important;
}
.form-section .form-container .reg-form .form-col input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #d1c7c7;
  outline: none;
  padding: 10px 0;
}
.form-section .form-container .reg-form .form-col select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #d1c7c7;
  outline: none;
  padding: 10px 0;
  color: #9d9a9a;
  text-transform: uppercase;
}
.form-section .form-container .reg-form .form-col .otp-btns {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 10px 0;
}
.form-section .form-container .reg-form .form-col .resend-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  color: #1301e5;
  font-weight: bold;
}
.form-section .form-container .reg-form .form-col ::-moz-placeholder {
  color: #9d9a9a;
  text-transform: uppercase;
}
.form-section .form-container .reg-form .form-col ::placeholder {
  color: #9d9a9a;
  text-transform: uppercase;
}
.form-section .form-container .reg-form .form-col label {
  color: #767676;
  font-weight: 500;
  font-size: 12px;
}
.form-section .form-container .reg-form .form-col .upload-btns {
  width: 100%;
  padding: 10px 20px;
  background-color: #eff1f3;
  border-radius: 25px;
  border: none;
  outline: none;
  margin: 5px 0;
}
.form-section .form-container .reg-form .form-col .offer-btn {
  width: 100%;
  padding: 10px 20px;
  background-color: #f05829;
  border-radius: 25px;
  border: none;
  outline: none;
  margin: 5px 0;
  color: #eff1f3;
}
.form-section .form-container .reg-form .pay-col {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.form-section .form-container .reg-form .pay-col label {
  color: #767676;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.form-section .form-container .reg-form .pay-col select {
  width: 40%;
  background-color: #eff1f3;
  padding: 5px;
  outline: none;
  border: none;
}
.form-section .form-container .reg-form .check-box input {
  width: 20px !important;
}
.form-section .form-container .reg-form .check-box label {
  color: #4fb175;
}
.form-section .form-container .reg-form .verify-btn {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 2px solid #d1c7c7;
  padding: 10px 0 5px 0 !important;
}
.form-section .form-container .reg-form .verify-btn .verify-col {
  width: 75% !important;
}
.form-section .form-container .reg-form .verify-btn .verify-col input {
  border: none !important;
}
.form-section .form-container .reg-form .submit-btn-col {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.form-section .form-container .reg-form .submit-btn-col2 {
  width: 100%;
}
.form-section .form-container .reg-form .file-col {
  position: relative;
}
.form-section .form-container .reg-form .file-col .file-input-label {
  position: absolute;
  top: 10px;
  left: 20%;
  background-color: #fff;
  padding: 10px 0;
}

.category-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/grocery/banner.jpg") center no-repeat;
  background-size: cover;
}

.category-food-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/resturant/1.jpg") center no-repeat;
  background-size: cover;
}

.category-saloon-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/saloon/saloon-banner.jpg") center no-repeat;
  background-size: cover;
}

.category-fitness-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/fitness/fitness-banner.jpg") center no-repeat;
  background-size: cover;
}

.category-pharmacy-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/pharmacy/pharmacy-banner.jpg") center no-repeat;
  background-size: cover;
}

.category-laundry-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/laundry/laundary-banner.jpg") center no-repeat;
  background-size: cover;
}

.category-mobile-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/mobiles/mobile-banner.jpg") center no-repeat;
  background-size: cover;
}

.category-carrepair-banner {
  width: 100%;
  height: 350px;
  background: url("../images/categories/car-repair/car-repair-images.jpg") center no-repeat;
  background-size: cover;
}

.reg-btn {
  padding: 8px 20px;
  background-color: #4fb175;
  font-weight: 600;
  border-radius: 20px;
  border: none;
  outline: none;
  margin: 10px 0 10px auto;
  float: right;
}

.order-success-sec {
  width: 100%;
  background-color: #ec780e;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-success-sec .order-sucess-image {
  width: 60%;
  margin: 0 auto;
}
.order-success-sec .order-sucess-image img {
  width: 100%;
}
.order-success-sec .order-success-col {
  background-color: #eff1f3;
  padding: 20px 20px;
  border-radius: 20px;
  height: 28vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.order-success-sec .order-btn {
  padding: 10px 30px;
  color: #eff1f3;
  background-color: #ec780e;
  border-radius: 30px;
  text-decoration: none;
}

.cart-header {
  background-color: #f05829;
  padding: 30px 0;
}
.cart-header .cart-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-header .cart-col .shooping-cart-text {
  text-align: center;
  color: #eff1f3;
  font-size: 18px;
}
.cart-header .cart-col .cart-back {
  display: inline;
  color: #eff1f3;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 30px;
}
.cart-header .cart-col p {
  color: #eff1f3;
}

.cart-main {
  background-color: #eff1f3;
  padding: 30px 0;
}
.cart-main .cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.cart-main .cart-box {
  background-color: #fff;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-main .cart-box .cart-img {
  width: 11%;
}
.cart-main .cart-box .cart-img img {
  height: 100px;
  padding: 0 20px;
}
.cart-main .cart-box .cart-details {
  width: 75%;
  padding: 20px;
}
.cart-main .cart-box .cart-details h5 {
  color: #4fb175;
  font-weight: 500;
}
.cart-main .cart-box .cart-details p {
  color: #787878;
}
.cart-main .cart-box .cart-quality {
  width: 2%;
  text-align: center;
  padding: 20px;
}
.cart-main .cart-box .cart-quality button {
  color: #f05829;
  font-size: 22px;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: none;
  font-weight: 600;
}
.cart-main .cart-box .delete-btn {
  background-color: #f05829;
  width: 13%;
  height: 120px;
  border: none;
  outline: none;
}
.cart-main .cart-box .delete-btn img {
  height: 30px;
}
.cart-main .total-cal p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
  font-size: 14px;
}
.cart-main .total-cal h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.cart-main .total-cal .total-btn {
  text-align: right;
  margin-top: 5px;
}
.cart-main .total-cal .total-btn button {
  background-color: #f05829;
  padding: 6px 10px;
  color: #fff;
  border: none;
  outline: none;
}

.register-form2 .form-col {
  display: flex;
  align-items: center;
}
.register-form2 .form-col label {
  width: 18% !important;
  color: #333333;
  font-weight: 600;
  margin-right: 10px;
}
.register-form2 .form-col input {
  width: 80%;
  background-color: #ffdbb1;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
}
.register-form2 .form-col input:focus {
  border: none;
  outline: none;
}
.register-form2 .form-col select {
  width: 30%;
  background-color: #ffdbb1;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
}
.register-form2 .form-col select:focus {
  border: none;
  outline: none;
}
.register-form2 .form-col2 label {
  width: 18% !important;
  color: #333333;
  font-weight: 600;
  margin-right: 10px;
}
.register-form2 .form-col2 input {
  width: 90%;
  background-color: #ffdbb1;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
}
.register-form2 .form-col2 input:focus {
  border: none;
  outline: none;
}
.register-form2 .form-col2 select {
  width: 90%;
  background-color: #ffdbb1;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
}
.register-form2 .form-col2 select:focus {
  border: none;
  outline: none;
}
.register-form2 .submit-btn-col {
  text-align: center;
}
.register-form2 .submit-btn-col .submit-btn {
  background-color: #4fb175;
  padding: 10px 40px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
}

@media (max-width: 768px) {
    
  .cart-main {
    padding: 30px 0;
  }
  .cart-main .cart-box {
    background-color: #fff;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .cart-main .cart-box .cart-img {
    width: 30%;
  }
  .cart-main .cart-box .cart-img img {
    height: 100px;
    padding: 0px;
  }
  .cart-main .cart-box .cart-details {
    width: 40%;
    padding: 20px 0;
  }
  .cart-main .cart-box .cart-details h5 {
    color: #4fb175;
    font-weight: 500;
  }
  .cart-main .cart-box .cart-details p {
    color: #787878;
  }
  .cart-main .cart-box .cart-quality {
    width: 5%;
    padding: 10px 0px;
  }
  .cart-main .cart-box .delete-btn {
    background-color: #f05829;
    width: 22%;
    height: 120px;
    border: none;
    outline: none;
  }
  .cart-main .cart-box .delete-btn img {
    height: 20px;
  }
  .cart-main .total-cal p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    font-size: 14px;
  }
  .cart-main .total-cal h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
  }
  .cart-main .total-cal .total-btn {
    text-align: right;
    margin-top: 5px;
  }
  .cart-main .total-cal .total-btn button {
    background-color: #f05829;
    padding: 6px 10px;
    color: #fff;
    border: none;
    outline: none;
  }
  .register-form2 .form-col {
    display: flex;
    align-items: center;
  }
  .register-form2 .form-col label {
    width: 25% !important;
    color: #333333;
    font-weight: 600;
    margin-right: 10px;
  }
  .register-form2 .form-col input {
    width: 60%;
    background-color: #ffdbb1;
    padding: 8px 20px;
    border: none;
    border-radius: 30px;
  }
  .register-form2 .form-col input:focus {
    border: none;
    outline: none;
  }
  .register-form2 .form-col select {
    width: 40%;
    background-color: #ffdbb1;
    padding: 8px 10px;
    border: none;
    border-radius: 30px;
  }
  .register-form2 .form-col select:focus {
    border: none;
    outline: none;
  }
  .category-banner {
    height: 200px;
  }
  .category-food-banner {
    height: 200px;
  }
  .category-saloon-banner {
    height: 200px;
  }
  .category-fitness-banner {
    height: 200px;
  }
  .category-pharmacy-banner {
    height: 200px;
  }
  .category-laundry-banner {
    height: 200px;
  }
  .category-mobile-banner {
    height: 200px;
  }
  .category-carrepair-banner {
    height: 200px;
  }
  
  .store-info-product-sec .store-products-tabs-nav #store-products-tabs li a {
    display: block;
    padding: 8px 10px !important;
    color: #eff1f3;
}
  
  
}/*# sourceMappingURL=inside-pages.css.map */