@import url("https://v1.fontapi.ir/css/SFProDisplay:800;900");

/*@import url("https://v1.fontapi.ir/css/SFProDisplay:500");*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "SF Pro Text";
}

a {
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

/* .dropdown-toggle::after {
  display: none;
} */
.star-rate {
  color: #f5b038;
}
.flex-1{
  flex: 1;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1410px;
  }

  .col-xl--2 {
    flex: 0 0 auto;
    width: 19.666667%;
  }

  .col-xl--3 {
    width: 25%;
  }

  .col-xl--10 {
    width: 78.3333%;
  }

  .container-fix-width {
    max-width: 1635px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-item:active {
  background-color: transparent;
}

.bg-offwhite {
  background: #f5f5f5 !important;
}

.bg-gray {
  background-color: #f6f7f7;
}

.bg-black {
  background-color: #060606;
}

.bg-light-gray {
  position: relative;
}

.bg-dark-gray {
  position: relative;
}

.arrow-color {
  color: #7e879f;
}

.bg-color-light {
  position: relative;
}

.card-shadow {
  border: 1.92771px solid #f5f5f5;
  box-shadow: 0px 7.71084px 20.1205px rgba(0, 0, 0, 0.04) !important;
  margin: 10px;
}

.bg-color-light::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}

.pt-50 {
  padding-top: 51px;
}

.set-at-start {
  justify-content: end;
}

.bg-light-gray::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,
      rgba(60, 60, 59, 0) 0%,
      rgba(60, 60, 59, 0.3) 52.08%,
      rgba(60, 60, 59, 0) 100%);
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

.bg-dark-gray::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,
      rgba(60, 60, 59, 0) 0%,
      rgba(60, 60, 59, 0.5) 52.08%,
      rgba(60, 60, 59, 0) 100%);
  opacity: 0.2;

  height: 100%;
  width: 100%;
}

/* .logo-oasis img {
  height: 40px;
} */
.opacity-down {
  opacity: 0.2;
}

.w-fit-content {
  width: fit-content;
}

.border-left {
  border-left: 1.20755px solid rgba(85, 85, 85, 0.2);
}

.oasis-gradiant-text {
  /* background: -webkit-linear-gradient(#eee, #333); */
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.text-black {
  color: #060606;
}

.welcome-text {
  background: #fdf8da;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  padding: 15px;
}

.welcome-text .quick-link {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;
  margin: 0 -18px;
  justify-content: flex-end;
}

.navbar-nav .user-login::after {
  display: none;
}

.navbar-nav .user-logout::after {
  display: none;
}

.navbar-nav .nav-item .nav-link {
  margin-left: 10px;
}

.navbar .nav-item .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -124%;
  margin-top: 0.125rem;
}

.navbar-nav .dropdown-menu .gradiant-arrow {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  width: 100%;
  height: 10px;
  position: relative;
}

.navbar-nav .dropdown-menu .gradiant-arrow::after {
  content: "";
  position: absolute;
  clip-path: polygon(50% 36%, 0% 100%, 100% 100%);
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  height: 17px;
  width: 11px;

  top: -15px;
  left: 50%;
}

.navbar-nav .nav-item .cart-img img {
  height: 30.9px;
  width: 30.9px;
}

.navbar-nav .nav-item .cart-img {
  padding: 9.34px 17.44px;
}

.nav-align-left .dropdown-toggle::after {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu hr {
  margin: 10px 0;
}

.dropdown-item {
  padding-right: 100px;
}

.dropdown-item-btn {
  background: #fad818;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 15px;
}

.quick-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quick-link li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.welcome-text .quick-link li {
  margin: 0;
  padding: 0 18px;
  position: relative;
}

.search-bar {
  background: #f5f5f5;
  border-radius: 27.5px !important;
  width: 737px;
  margin: 0 auto;
}

.search-bar .dropdown-toggle::after {
  color: #7e879f;
}

.search-icon {
  background: #f5f5f5;
  border-radius: 27.5px !important;
  padding-left: 21px;
}

.search-bar .dropdown-btn {
  background-color: #fff;
  border-color: #f5f5f5;
  border-radius: 27.5px 0px 0px 27.5px;
}

.pt-70 {
  padding-top: 74px;
}

.btn-gradiant {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%) !important;
}

.btn-search-style {
  border-radius: 30px;
  padding: 10px 23px;
  border-radius: 27.5px !important;
  color: #fff;
  margin: 4px;
}

.bg-yellow {
  background-color: #fad818;
}

.text-yellow {
  color: #fad818;
}

.badge-tag {
  border-radius: 50px;
  color: #000;
  padding: 5px 0.65em;
  display: block;
  height: fit-content;
  margin-left: 7px;
}

.border-radius-5 {
  border-radius: 50px;
  padding: 8px;
}

.slider-text .percent-off {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  font-size: 22.6909px;
  line-height: 150.5%;
  width: fit-content;
  font-family: "SF Pro Text";
}

.slider-img img {
  /* background: url(../../assets/images/Vector.svg) no-repeat; */
  height: 460px;
  width: 100%;
  object-fit: contain;
  position: relative;
z-index: -1;
}

.slider-text h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 150.5%;
  color: #060606;
  font-family: "sf pro display";
}

/* .slider-img img{
  height: 320px;
} */
.shop-now-btn {
  text-decoration: none;
  color: #fff;
  padding: 18px 42px;
  border-radius: 30px;
}

.slider-img-absolute {
  position: absolute;
  top: 23%;
  right: 15%;
}

.carousel-control-prev-icon {
  background-image: url(../images/icon/left-arrow.svg);
}

.carousel-control-prev {
  left: -20%;
}

.carousel-control-next-icon {
  background-image: url(../images/icon/right-arrow.svg);
  position: relative;
  z-index: 12;
}

.carousel-control-prev {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-next {
  right: -16%;
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.slider-img-absolute img {
  height: 340px;
}

.grocery-item p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #060606;
  padding-top: 20px;
}

.grocery-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.testimonial-area .testimonial-slider-active .slick-dots li button,
.testimonial-area .social-slider-active .slick-dots li button {
  font-size: 0px;
  width: 9px;
  height: 9px;
  border-radius: 7px;
  background-color: rgba(60, 60, 59, 0.15);
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
}

.testimonial-area .testimonial-slider-active .slick-dots {
  display: flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonial-area .testimonial-slider-active .slick-dots li,
.testimonial-area .social-slider-active .slick-dots li {
  margin-right: 6px;
}

.testimonial-area .testimonial-slider-active .slick-active button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  /* background-color: #fff; */
  opacity: 0.5;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
}

/* .testimonial-area .testimonial-slider-active .slick-dots li button,
.testimonial-area .social-slider-active .slick-dots li button {
  font-size: 0px;
  width: 8px;
  height: 7px;
  border-radius: 7px;
  background: rgba(60, 60, 59, 0.15);
  opacity: 0.5;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
} */
.testimonial-area ul li::marker {
  color: transparent;
}

.see-all-btn a {
  background: #f5f5f5;
  border-radius: 22.5px;
  padding: 12px 17px;
  color: #555555;
  text-decoration: none;
}

.see-all-btn img {
  width: 7px;
  height: 13px;
  margin-left: 5px;
}

.delivery-sameday {
  background: #fdf8da;
  border: 1.92771px solid #ffffff;
  border-radius: 15.4217px 15.4217px 0px 0px;
  text-transform: capitalize;
  color: #555555;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 13px;
}

.product-card {
  position: relative;
}

.product-card img {
  height: 162px;
  width: 162px;
  margin: 0 auto;
  padding: 20px;
  object-fit: contain;
}

.product-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 124.34%;
  color: #060606;
}

.product-card-body h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-transform: capitalize;
  color: #060606;
}

.product-card:hover .icons-share {
  display: block;
}

.icons-share {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  top: 56px;
  right: -50px;
  display: none;
}

.icons-share img {
  height: 45px;
  width: 100%;
  padding: 6px;
}

.sec-gap {
  padding-top: 120px;
}

.product-card:hover .icons-product-share {
  display: block;
}

.icons-product-share img {
  height: 45px;
  width: 100%;
  padding: 6px;
}

.icons-product-share {
  position: absolute;
  right: 25px;
  display: none;
  bottom: 13%;
  display: none;
}

.card-style {
  background: #ffffff;
  border: 1.92771px solid #f5f5f5;
  box-shadow: 0px 7.71084px 50.1205px rgba(0, 0, 0, 0.04);
  border-radius: 15.4217px;
}

.product-card .rating-star {
  color: #f5b038;
  padding-right: 5px;
}

.fs-7 {
  font-size: 14px !important;
}

.testimonial-slider-product button.slick-prev.slick-arrow {
  position: absolute;
  top: -13%;
  right: 2%;
  transform: translateX(-40px);
  z-index: 12;

  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 0;
}

.testimonial-slider-product button.slick-prev.slick-arrow:before {
  content: "";
  background: url(../images/icon/previous-icon.svg) no-repeat;
  height: 46px;
  width: 46px;
  position: absolute;
}

.testimonial-slider-product button.slick-next.slick-arrow {
  position: absolute;
  top: -13%;
  right: 0;
  transform: translateX(-40px);
  z-index: 12;

  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 0;
}

.testimonial-slider-product button.slick-next.slick-arrow:before {
  content: "";
  background: url(../images/icon/next-icon.svg) no-repeat;
  height: 46px;
  width: 46px;
  position: absolute;
}

.delivery-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  border-radius: 100px;
}

.delivery-tabs {
  background: #f5f5f5;
  border-radius: 100px;
  width: fit-content;
  color: #555555;
  float: right;
  margin-right: 16px;
  margin-bottom: 10px;
}

.delivery-tabs .nav-link {
  color: #555555;
  padding: 10px 25px 12px 25px;
  margin: 4px;
}

.form-label {
  margin-bottom: 0;
}

.duty-calc .input-group-text,
.duty-calc .form-control {
  background-color: #ffff;
  border: transparent;
  border-radius: 11px;
}

.duty-calc .input-group-text,
.duty-calc .form-control input {
  font-weight: 600;
  font-size: 16px;

  color: #060606;
}

.duty-calc .input-group-text {
  padding: 23px 17px;
}

.duty-calc .form-control textarea {
  height: 150px;
}

.item-name .form-control label {
  color: #555555;
  padding-left: 4px;
  padding-top: 2px;
}

.item-name .form-inputs input {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #060606;
  padding-bottom: 13px;
}

.item-name .form-control:focus {
  box-shadow: none;
}

.btn-calc {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  border-radius: 30px;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 0;
  color: #fff;
  margin-bottom: 125px;
}

.fix-width img {
  overflow: hidden;
  object-fit: cover;
}

.img-fit {
  background: url(../../assets/images/vector-curve.svg) no-repeat;
  background-size: cover;
}

.img-fit img {
  margin: 18px;
}

.app-avail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  padding-right: 45px;
}

/* .app-avail img {
  height: 63px;
  width: 459px;
} */
.app-avail p {
  font-weight: 700;
  font-size: 30px;
  line-height: 150.5%;
  color: #060606;
  padding-bottom: 36px;
  margin: 0;
}

.return-policy {
  display: flex;
  flex-direction: column;
  padding: 50px 24px;
}

.return-policy h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 150.5%;
  color: #060606;
}

.return-policy p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150.5%;
  color: #555555;
}

.resend-text p {
  padding-top: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #555555;
  margin-bottom: 8px;
}

.get-start .verify-code .input-height {
  height: 20px;
}

.otp-style {
  border-radius: 11px;
  padding: 24px 0;
}

.otp-style .form-control {
  border-radius: 0px;
  padding: 0;
}

.card-return {
  border: 1.92771px solid #f5f5f5;
  /* border-radius: 15.4217px; */
}

.card-return:hover {
  background-color: #f5f5f5;
}

.newsletter p {
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  color: #ffffff;
  padding: 37px 0;
}

.newsletter .input-group .form-control {
  padding: 13px 23px;
  border-radius: 50px;
  border: 0;
}

.form-bg {
  border-radius: 50px;
  background-color: #fff;
}

.form-bg a {
  background: #fad818 !important;
  border-radius: 30px;
  color: #000;
  width: 35%;
}

.newsletter .input-group .form-control:focus {
  box-shadow: none;
}

.newsletter .btn-search-style {
  font-weight: 600;
  text-transform: uppercase;
}

/* footer  */
.footer-links p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.footer-links ul li {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  padding-top: 22px;
  text-decoration: none;
}

.footer-links ul li a {
  text-decoration: none;
  color: #555555;
}

.footer-links ul li i {
  font-size: 9px;

  padding-right: 5px;
}

.contact-us p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.copyright-section {
  background-color: #555555;
  margin-top: 120px;
}

.copyright-section p {
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 10px;
}

/*  scroll to top  */
#button {
  display: inline-block;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 120px;
  right: 37px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#button::after {
  content: "";
  position: absolute;
  background: url(../images/icon/arrow-left.svg) no-repeat;
  height: 50px;
  width: 50px;
  left: 10px;
  top: 10px;
}

.chatbot {
  position: fixed;
  box-shadow: 0px 4px 18px rgba(250, 216, 24, 0.47);
  border-radius: 50px;
  right: 92px;
  bottom: 65px;
  z-index: 12;
}

/* #button img {
  position: fixed;

  right: 4%;
  bottom: 7%;
} */
/* #button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
} */
/* #button {
  display: inline-block;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 12%;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
} */
/* #button::after {
  content: "";
  position: absolute;
  background: url(../images/icon/arrow-left.svg) no-repeat;
  height: 50px;
  width: 50px;
  left: 0px;
  top: 0px;
  background-position: center;
} */
#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* .show img {
  position: fixed;
  right: 4%;
  bottom: 7%;
} */
/* login & signup */
.item-name .input-group {
  background-color: #f5f5f5;
  border-radius: 11px;
}

.item-name .form-inputs::-webkit-input-placeholder {
  color: #060606;
}

.item-name .form-inputs::-moz-placeholder {
  color: #060606;
}

.item-name .form-inputs:-ms-input-placeholder {
  color: #060606;
}

.item-name .form-inputsinput:-moz-placeholder {
  color: #060606;
}

.bg-sec-color {
  position: relative;
  z-index: 0;
}

.bg-sec-color::before {
  content: "";
  position: absolute;
  background: rgba(60, 60, 59, 0.15);
  opacity: 0.1;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.login-div h1 {
  font-weight: 800;
  font-size: 30px;
  line-height: 150.5%;
  text-transform: uppercase;
  font-family: "sf pro display";
}

.login-div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

.login-div .hr-line {
  border: 1px solid rgba(60, 60, 59, 0.15);
}

.pad-bottom {
  padding-bottom: 244px;
}

.login-card .forgot-password-text {
  text-align: center;
  color: #555555;
}

.login-card .form-check-input {
  padding: 10px;
  border-radius: 50px;
  border: transparent;
  background-image: url(../images/icon/gray-checkbox.svg);
}

.login-card .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/icon/Checkbox.svg);
  border: transparent;
  background-color: transparent;
}

.login-card {
  background: #ffffff;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin: 0 auto;
  border: 0;
  padding: 45px;
  margin-top: 38px;
}

.login-card h1,
.login-created h1 {
  padding-top: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #060606;
  padding-bottom: 30px;
}

.login-created {
  background: transparent;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin: 0 auto;
  border: 0;
  padding: 45px;
  margin-top: 38px;
  padding-bottom: 244px;
}

.get-start .input-group-text,
.get-start .form-control {
  background-color: #f5f5f5;
  border-radius: 11px;
  border: none;
}

.get-start a.link-to {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #555555;
  padding-top: 30px;
}

.login-btn {
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.get-start .new-user {
  text-align: center;
  color: #060600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;

  padding: 18px 35px;
  margin-top: 33px;
}

.get-start .new-user img {
  margin-right: 10px;
}

.get-start .form-check-label a {
  text-decoration: none;
  color: #000;
}

.get-start .verify-code .form-control {
  border-left: 1px solid rgba(60, 60, 59, 0.15);
  text-align: center;
  color: #fad818;
  font-size: 38px;
}

.get-start .otp-style .form-control::-webkit-input-placeholder {
  color: #555555;
  opacity: 0.3;
}

.get-start .verify-code .form-control::-moz-placeholder {
  color: #555555;
}

.get-start .verify-code .form-control:-ms-input-placeholder {
  color: #555555;
}

.get-start .verify-code .form-controlinput:-moz-placeholder {
  color: #555555;
}

.get-start .contact-textarea {
  height: 157px;
  padding: 14px;
}

.oasis-hello-text {
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 40px;
  text-align: center;
  font-family: "sf pro display";
  background: linear-gradient(90deg,
      #0fb0de 0%,
      rgba(54, 145, 81, 0.85) 56.57%,
      #08de48 111.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
}

/*   my account  */

.my-account-sec .breadcrumb-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 150.5%;
  text-decoration: none;
  color: #060606;
}

.my-account-sec {
  background: rgb(250 216 21 / 5%);
  text-align: center;
  margin-top: 60px;
}

.my-account-sec .slider-text {
  opacity: 1;
  padding: 92px 0;
}

.vertical-tabs {
  background-color: #f6f7f7;
  border-radius: 8px;
  margin-top: 66px;
  padding: 24px 21px;
}

.vertical-tabs .address-card .form-check-input:checked[type="radio"] {
  background-image: url(../images/icon/Checkbox.svg) !important;
}

.vertical-tabs .border-radius {
  border-radius: 6px;
}

.vertical-tabs .nav-link {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #060606;
  padding: 20px 30px;
  text-align: start;
}

.vertical-tabs .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #f6f7f7;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vertical-tabs .nav-coupon.active .coupon-button .coupon-button-1 p {
  color: #fff !important;
}

.vertical-tabs .nav-coupon.active {
  -webkit-text-fill-color: white;
}

.vertical-tabs p {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 24px;
  color: #060606;
  margin: 0;
}
.validate_text{
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}
.validate_text .parsley-errors-list {
  padding-bottom: 18px;
}
.vertical-tabs .hr-line {
  border-bottom: 1px solid rgba(60, 60, 59, 0.15);

  margin-bottom: 25px;
}

.vertical-tabs .get-start .input-group {
  border-radius: 11px;
}

.breadcrumb-item.active a {
  color: #555555;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background: url(../images/icon/arrow-right.svg) no-repeat;
  height: 100%;
  background-position: center;
  float: left;
  padding-right: 0.5rem;
  height: 11.33px;
  width: 6px;
  background-size: contain;
  margin-right: 10px;
  margin-top: 8px;
}

.edit-update-btn a {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 127px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin: 20px 0;
}

.vertical-nav-tabs {
  background-color: #f6f7f7;
  border-radius: 8px;
  margin-top: 66px;
  padding: 0 !important;
}

.vertical-tabs .form-check-input:checked {
  border: #2ece95;
  background-color: #2ece95;
}

.vertical-tabs .address-card .form-check-input {
  padding: 10px;
  border-radius: 50px;
  border: transparent;
  background-image: url(../images/icon/gray-checkbox.svg);
}

.vertical-tabs .form-check-input:checked[type="checkbox"] {
  background-image: url(../images/icon/Checkbox.svg);
}

#v-pills-coupon-tab {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 15px;
}

.user-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-profile .user-img-fit {
  height: 100px;
  width: 100px;
  /* border: 1px solid;
  border-width: 2px;
  border-style: solid;
  border-color: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  border-radius: 50px; */
  position: relative;
  z-index: 4;
}

.user-profile .user-img-fit .border-gradiant {
  position: relative;
  background: #fff;
  /*The background extends to the outside edge of the padding. No background is drawn beneath the border.*/
  background-clip: padding-box;
  border: solid 8px transparent;
  border-radius: 3.8rem;
}

.user-img-fit .border-gradiant::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* same as border width */
  border-radius: inherit;
  /* inherit container box's radius */
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
}

.user-profile .user-img-fit img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 1px;
}

.camera-img {
  position: absolute;
  background-color: #fff;
  border-radius: 51px;
  left: 67%;
  top: 59%;
  z-index: 1;
  z-index: 12;
}

.vertical-tabs .add-button {
  /* padding: 24px 21px; */
}

.address-card {
  border: 0;
  border-radius: 6px;
  margin-bottom: 20px;
}

.address-card p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 5px;
  color: #060606;
}

.address-card p span {
  font-weight: normal;
  color: #555555;
}

.product-border {
  background: #ffffff;
  border: 1px solid rgba(85, 85, 85, 0.05);
  border-radius: 5px;
  padding: 7px;
  margin-right: 10px;
}

.code p {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: #555555;
}

.coupon-button {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.coupon-button p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  color: #ffffff;
}

.coupon-button span {
  font-size: 12px;
  font-weight: 400;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* help & faq */
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon/dropdown.svg");

  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/icon/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}

.faq-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 137.5%;

  text-transform: capitalize;

  color: #060606;
}

.faq-para p {
  font-weight: 400;
  font-size: 14px;
  line-height: 137.5%;

  color: #555555;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;

  outline: 0;
  box-shadow: none;
}

.help-item,
.terms-card {
  background: #ffffff;
  margin-top: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #f5f5f5;
}

.terms-sec {
  margin-top: 66px;
}

/* contact-us */

.icon-bg {
  background: #fad818;
}

.icon-bg {
  background: #fad818;
  display: flex;
  justify-content: center;
  padding: 16px;
  width: 66px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}

.icon-bg img {
  height: 32px;
  width: 32px;
}

.contact-card p {
  padding-top: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150.5%;

  text-align: center;

  color: #060606;
}

.contact-card {
  background: #ffffff;
  margin-bottom: 20px;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
}

.m-top {
  margin-top: 66px;
}

.contact-card:hover {
  background: #555555;
  color: #fff;
  cursor: pointer;
}

.contact-card:hover p {
  color: #fff;
}

.contact-card:hover .icon-bg {
  background-color: #fff;
}

.oais-dashboard-order .dropdown-toggle::after {
  background: url(../images/icon/arow-dropdown.svg) no-repeat;
  height: 14px;
  width: 14px;
  background-position: center;
  border: none;
  vertical-align: middle;
}

.oais-dashboard-order tbody tr .product-store {
  white-space: nowrap;
}

.oais-dashboard-order .table-responsive thead {
  background: #f5f5f5;
  border-radius: 4px 4px 0px 0px;
}

.oais-dashboard-order thead tr th {
  padding: 22px 26px;
  white-space: nowrap;
}

.oais-dashboard-order tbody tr {
  border-bottom: 1px solid rgba(60, 60, 59, 0.15);
}

.oais-dashboard-order tbody tr th,
.oais-dashboard-order tbody tr td {
  padding: 25px 27px;
  vertical-align: middle;
}

.oais-dashboard-order tbody tr td {
  vertical-align: middle;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.oais-dashboard-order .table-responsive {
  background: #ffffff;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
}

.oais-dashboard-order .table-responsive table {
  margin-bottom: 0;
}

.oais-dashboard-order .vr-line {
  opacity: 0.3;
  border: 0px solid #555555;
  transform: rotate(90deg);

  margin-left: 9px;
  margin-right: 5px;
}

.oais-dashboard-order .date-time {
  font-weight: 400;
  font-size: 14px;

  text-transform: capitalize;

  color: #555555;
}

.oais-dashboard-order .product-border {
  width: 47.66px;
  height: 47.66px;
}

.oais-dashboard-order .product-border img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.oais-dashboard-order .product-count {
  background: #f5f5f5;
  border-radius: 18.5px;
  padding: 5px 10px;
  width: 78px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;

  text-align: center;

  color: #060606;
}

.oais-dashboard-order .open-btn {
  background: rgba(255, 204, 41, 0.5);
  border-radius: 18px;
  text-decoration: none;

  padding: 6px 18.5px;
  font-weight: 400;
  font-size: 14px;

  text-transform: capitalize;

  color: #060606;
}

.oais-dashboard-order .close-btn {
  background: linear-gradient(90deg,
      rgba(15, 176, 222, 0.5) 0%,
      rgba(11, 211, 71, 0.5) 111.97%);
  border-radius: 18px;
  text-decoration: none;

  padding: 6px 18.5px;
  padding: 6px 18.5px;
  font-weight: 400;
  font-size: 14px;

  text-transform: capitalize;

  color: #060606;
}

/* open-order order-history*/

.open-order .slider-text {
  padding: 20px;
}

.order-id h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 20.061px;
  line-height: 124.34%;
  /* identical to box height, or 25px */
  text-transform: capitalize;
  color: #060606;
}

.order-id p {
  font-weight: 400;
  font-size: 17.1951px;
  line-height: 21px;
  /* identical to box height */
  text-transform: capitalize;
  color: #555555;
}

.order-card .card-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  background: #f5f5f5;
  border-radius: 4px 4px 0px 0px;

  color: #060606;
}

.order-card .product-border {
  width: 70px;
  height: 70px;
}

.order-card .product-border img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.order-card .card-detials {
  display: flex;

  margin: 37px 18px 30px 32px;
  border-right: 1px solid rgba(60, 60, 59, 0.15);
}

.order-card .qantity-count {
  background: #ffffff;
  white-space: nowrap;
  padding: 5px 13px;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 18.5px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 6px;
  text-decoration: none;
  text-align: center;

  color: #060606;
}

.delivery-time {
  background: #fdf8da;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 6px;
  /* identical to box height, or 15px */
  padding: 6.5px 14px;
  text-align: center;
  display: flex;
  align-items: center;
  /* dark gray */
  font-weight: 600;
  color: #555555;
  white-space: nowrap;
}

.hh-grayBox {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 35px;
  margin-top: 20px;
}

.pt45 {
  padding-top: 45px;
}

.order-tracking {
  text-align: center;
  width: 84px;
  position: relative;
  display: block;
}

.order-tracking .is-complete {
  display: block;
  position: relative;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  border: 0px solid #afafaf;
  /* background-color: #f7be16; */
  margin: 0 auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  z-index: 2;
  background: #ccc;
}

.order-tracking .is-complete:after {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  width: 7px;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  border: 0px solid #afafaf;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.order-tracking.completed .is-complete {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  border: 1.72692px solid #ffffff;
  height: 16px;
  width: 16px;
}

.order-tracking.completed .is-complete:after {
  border-color: #fff;
  /* border-width: 0px 3px 3px 0; */
  width: 6px;
  left: 6px;
  opacity: 1;
  top: -5px;
}

.order-tracking p {
  color: #a4a4a4;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 20px;
}

.order-tracking p span {
  font-size: 14px;
}

.order-tracking.completed p {
  font-size: 11px;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.order-tracking::before {
  content: "";
  display: block;
  height: 1px;
  width: 90%;

  top: 6px;
  position: absolute;
  left: -37px;
  z-index: 0;
  background: #ccc;
}

.order-tracking:first-child:before {
  display: none;
}

.order-tracking.completed:before {
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
}

.card-detials .cancel-btn {
  background: #ed2323;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  padding: 6.5px 13px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.cancel-btn i {
  padding-right: 5px;
}

.order-info .open-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 124.34%;
  /* identical to box height, or 25px */
  padding: 11.38px 24.65px;
  text-align: right;
  text-transform: capitalize;
  background: rgba(255, 204, 41, 0.5);
  border-radius: 25.6008px;
  text-decoration: none;
  color: #060606;
}

.order-info .hr-line {
  border: 1px solid rgba(60, 60, 59, 0.15);
  margin: 20px 0;
}

.order-info .order-card p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  padding: 0;
  /* black */
  margin: 0;
  color: #060606;
}

.order-info .order-card p span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  text-transform: capitalize;

  color: #060606;
}

.order-info .payment-card p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}

.payment-card .text-gray {
  font-weight: 400;
  font-size: 15px;

  color: #555555;
}

.payment-card .order-dark-text {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
  color: #060606;
}

.order-info .totalpay p {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 10px 0;
  color: #060606;
}

.order-info {
  margin-top: 60px;
}

.order-info .close-btn {
  background: linear-gradient(90deg,
      rgba(15, 176, 222, 0.5) 0%,
      rgba(11, 211, 71, 0.5) 111.97%);
  border-radius: 25.6008px;
  text-decoration: none;
  color: #060606;
  font-weight: 400;
  font-size: 20px;
  line-height: 124.34%;
  padding: 11.38px 24.65px;
  text-align: right;
  text-transform: capitalize;
}

.order-card .cancelled-btn a {
  background: rgba(237, 35, 35, 0.15);
  border-radius: 18.5px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 7px 10.5px;
  text-decoration: none;
  color: #555555;
}

.report-links {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #060606;
}

.report-links a {
  text-decoration: none;
  color: #060606;
}

.cancel-modal-content {
  background: #f5f5f5;
  mix-blend-mode: normal;
  border-radius: 20px;
  width: 450px;
  height: 555px;
  padding: 28px;
}

.cancel-modal-content .modal-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 143.34%;
  text-align: center;
  color: #060606;
  padding-top: 24px;
  padding-bottom: 14px;
}

.cancel-modal-content .form-check .form-check-input {
  float: right;
  margin-left: -1.5em;
}

.cancel-modal-content .form-check {
  padding-left: 0;
}

.cancel-modal-content .form-check .form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #060606;
  padding-bottom: 24px;
}

.cancel-modal-content .form-check .form-check-input:checked {
  border: transparent;
  position: relative;
  background-color: #2ece95;
  padding: 4px;
}

.cancel-modal-content .form-control {
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  margin-bottom: 35px;
}

.cancel-modal-content .btn-gradiant {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.cancel-modal-content .btn-gray {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 16px;
  color: #555555;
}

.cancel-modal-content .btn-gray a {
  text-decoration: none;
  color: #555555;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.cancel-modal-content .dropdown-toggle p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: #060606;
}

/* Upload-file    */
.upload-files-container p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: #060606;
}

.drag-file-area {
  display: flex;
  flex-direction: column;
}

.drag-file-area label .browse-files-text {
  color: #c293c7;
  font-weight: bolder;
  cursor: pointer;
}

.browse-files span {
  position: relative;
  top: -25px;
}

.default-file-input {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* End of Upload-file */

/*end of open-order order-history */
.cancel-modal-content .product-border img {
  width: 31.51px;
  height: 35.25px;
}

.cancel-modal-content .product-border p {
  font-weight: 500;
  font-size: 14px;
  line-height: 147.84%;

  padding-left: 12.5px;
  text-transform: capitalize;

  color: #555555;
}

.cancel-modal-content .product-border {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel-modal-content .rating {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 38px;
  font-size: 30px;
  padding-bottom: 10px;
}

.cancel-modal-content .rating i:hover {
  color: #f5b038;
}

.cancel-modal-content .rating i:focus {
  color: #f5b038;
}

.cancel-modal-content .dropdown-toggle::after {
  border: none;
  display: none;
}

.star-rating {
  direction: ltr;
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  cursor: default;
  padding-top: 30px;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
  color: #f2b600;
}

/*  my-cart page   */
.cart-sec .oais-dashboard-order thead tr th {
  padding: 22px 12px;
}

.cart-items {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
  align-items: center;
}

.cart-items p {
  font-weight: 700;
  font-size: 20px;
  line-height: 124.34%;
  color: #060606;
}

.cart-items .continue-shop {
  background: #f5f5f5;
  border-radius: 27.5px;
  padding: 18px 29px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  height: fit-content;
  white-space: nowrap;
  text-align: center;

  color: #060606;
}

.cart-sec .hr-line {
  border: 1px solid rgba(60, 60, 59, 0.15);
  margin-top: 20px;
  margin-bottom: 46px;
}

.pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 32px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);

  color: #27272e;
  font-weight: 600;
  font-size: 15px;
}

.cart-sec .oais-dashboard-order tbody tr th,
.oais-dashboard-order tbody tr td {
  padding: 18px 10px;
}

.cart-sec .pro-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #060606;
  background: #f5f5f5;
  border-radius: 18.5px;
}

.oais-dashboard-order .product-store a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  text-transform: capitalize;

  text-decoration: none;
  color: #060606;
}

/* Chrome, Safari, Edge, Opera */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity-input[type="number"] {
  -moz-appearance: textfield;
}

.oais-dashboard-order .product-action .replace {
  background: #f5f5f5;
  border-radius: 18.5px;
  padding: 6px 19.5px;
  font-weight: 400;
  font-size: 13px;

  display: flex;
  align-items: center;
  text-align: center;

  color: #555555;
}

.product-by p {
  background: #fdf8da;
  border-radius: 20px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 11px;
  line-height: 124.34%;
  padding: 6px 12px;
  white-space: nowrap;
}

.oais-dashboard-order tbody tr .product-type {
  white-space: nowrap;
}

.oais-dashboard-order .product-by p {
  margin-bottom: 0;
}

.oais-dashboard-order .product-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #060606;
}

.oais-dashboard-order .pro-qty p {
  padding: 5px 13px;
  font-weight: 600;
  font-size: 15px;
}

.oais-dashboard-order .product-title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;

  text-transform: capitalize;

  color: #060606;
}

.checkout-sec .oais-dashboard-order .dropdown-toggle::after {
  display: none;
}

.cart-sec .checkout-btn {
  font-weight: 600;
  font-size: 16px;

  text-decoration: none;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  background: #555555;
  border-radius: 30px;
  padding: 18px 55px;
}

.cart-sec .payment-card {
  margin-bottom: 44px;
}

.vertical-tabs .radio-btn:checked {
  border: transparent;
  background-color: #69e2d8;
}

.vertical-tabs .payment-method span {
  font-weight: 400;
  font-size: 12px;

  color: #555555;
}

.card-ship {
  background: #ffffff;
  padding: 24px 22px;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
}

.card-ship .hr-line {
  border: 1px solid rgba(60, 60, 59, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-ship .card-title {
  font-weight: 700;
  font-size: 18px;

  color: #060606;
}

.card-ship .card-text {
  font-weight: 700;
  font-size: 14px;

  color: #060606;
}

.card-text span {
  color: rgba(85, 85, 85, 1);
  font-weight: normal;
}

.payment-method .card-img-pay {
  display: flex;
}

.vertical-tabs .payment-method {
  display: flex;
  flex-direction: row;
  background-color: #f6f7f7f7;

  border-radius: 9px;
}

.vertical-tabs .cod-card p {
  font-weight: 500;
  font-size: 16px;

  color: #060606;
}

.vertical-tabs .coupon-method span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;

  /* dark gray */

  color: #555555;
}

.vertical-tabs .coupon-method {
  border-radius: 9px;
  border: none;
}

.cart-sec .form-bg,
.vertical-tabs .cod-card {
  background: #ffffff;
  border-radius: 8px;
}

.coupon-method .apply-btn {
  background: #fad818;
  border-radius: 30px !important;
  font-weight: bold;
  padding: 9px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;

  text-align: center;

  color: #060606;
}

.cart-sec .vertical-tabs .edit-update-btn a {
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 93px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin: 20px 0;
}

.add-card-button .cancel-btn {
  background: #555555;
  border-radius: 30px;
  padding: 18px;
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;

  text-align: center;
  text-transform: uppercase;
}

.cart-sec .vertical-tabs .edit-update-btn.add-btn a {
  padding: 18px 142px;
}

.cart-sec .vertical-tabs .edit-update-btn .cancel-btn {
  background: #555555;
  border-radius: 30px;
  margin-right: 21px;
}

.order-done .img-bg-set {
  background-image: url(../images/vector-done.svg);
  height: 380px;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 12;
}

.order-done .img-bg-set::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,
      #ffffff 30.5%,
      rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.order-done .img-bg-set img {
  object-fit: contain;
  position: relative;
  z-index: 12;
}

.order-done .redirect {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.order-done .redirect .to-my-order {
  background: #fad818;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  color: #060606;
  white-space: nowrap;
}

.checkout-top-pad {
  padding-top: 53px;
}

/* Featured Products */
.featured-product {
  margin-top: 50px;
}

.featured-product .hr-line {
  border: 1px solid rgba(60, 60, 59, 0.15);
}

.featured-product .m-bottom {
  margin-bottom: 50px;
}

.featured-product .filter-direct {
  display: flex;
}

.featured-product .filter-direct p {
  font-weight: 500;
  font-size: 20px;
  line-height: 124.34%;
  padding: 14px 19px;
  text-transform: capitalize;
white-space: nowrap;
  color: #000000;
}

.same-day-sec .product-card .product-img {
  padding: 0;
}

.same-day-sec .icons-share {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  top: 0px;
  right: -45px;
  display: none;
}

/* FILTER */
.select2-container {
  width: 100% !important;
}

.filter_design .select2-container {
  background: #ffffff;
  padding: 10px 19px;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
  width: 100%;
}

.filter_design .select2-container--default .select2-selection--single {
  border: none;
}

.filter_design .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 20px;
}

.filter_design .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fdf8da !important;
  color: #000;
}

.featured-product .filter-direct .start-line {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124.34%;
  padding: 14px 19px;
  text-transform: capitalize;

  color: #555555;
}

.filter-direct .sort-by::after {
  border: none;
}

.featured-product .filter-direct .dropdown-toggle {
  background: #ffffff;
  padding: 14px 19px;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
  width: 100%;
}

.featured-product .filter-direct .dropdown-menu {
  width: -webkit-fill-available;
}

.featured-product .page-link:focus {
  z-index: 3;
  color: #fff;

  outline: 0;
  background: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%);
  box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}

.featured-product .page-link {
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-right: 10px;
  color: #555555;
}

.featured-product .page-item a {
  padding: 10px 15px;
}

.featured-product .pagination {
  justify-content: end;
}

/* end of featured Products */

/* CATEGORIES */
.categories-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #fad818;
  border-radius: 10px;
}

.categories-tab .nav-pills .nav-link {
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  border: 0;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 16px;

  text-align: start;
  color: #060606;
  display: flex;
}

.categories-tab .nav-pills .nav-link .vertical-align {
  display: flex;
  flex-direction: column;
}

.categories-tab .nav-pills .nav-link .vertical-align span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: #555555;
}

.Categories-toggle::after {
  display: none;
}

/* END OF CATEGORIES */

/* NOTIFICATION */
.notify-sec {
  padding-top: 122px;
  padding-bottom: 130px;
}

.notify-sec .date-p {
  font-weight: 700;
  font-size: 22px;

  color: #060606;
}

.card-notofication {
  background: #ffffff;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
}

.card-notofication .card {
  border-bottom: 1px solid rgba(60, 60, 59, 0.15);
  padding: 10px;
  border-radius: 0;
}

.card-notofication .card .card-body span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;

  color: #555555;
}

.card-notofication .card .card-body p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  color: #060606;
}

/*END OF NOTIFICATION */
/* PRODUCT-DETAILS */
.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.image-gallery {
  margin: 0 auto;
  display: table;
  padding-top: 38px;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 150px;
  vertical-align: top;
}

.primary {
  background-image: url(../images/main-product-img.svg);
  width: 600px;
  height: 400px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.primary-div {
  border: 1.92771px solid #f5f5f5;
  border-radius: 15.4217px;
  overflow: hidden;
  padding: 46px;
}

/* .thumbnail:hover .thumbnail-image,
.selected .thumbnail-image {
  border: 2px solid gray;
} */

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  border: 1px solid rgba(60, 60, 59, 0.15);
  border-radius: 5px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.thumbnail-image .product-border {}

.thumbnail-image img {
  object-fit: contain;
  height: 100%;

  margin: 0 auto;
}

.product-name p {
  padding-top: 50px;
  font-weight: 700;
  font-size: 22px;
  line-height: 147.84%;

  text-transform: capitalize;

  color: #060606;
}

.product-name .rating-star {
  color: #f5b038;
  padding-right: 5px;
}

.product-cate p {
  padding-top: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  text-transform: capitalize;

  color: #060606;
}

.product-cate h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-transform: capitalize;

  /* black */

  color: #060606;
}

.product-cate p span {
  color: #555555;
}

.product-deliver .delivery-time {
  margin-top: 22px;
}

.product-deliver .delivery-time {
  color: #0c1a30;
  font-weight: bold;
}

.product-deliver .delivery-time span {
  color: #2fb48c;
  font-weight: bold;
  font-size: 12px;
  line-height: 157%;
  padding-left: 5px;
  text-transform: capitalize;
}

.product-deliver .hr-line {
  opacity: 0.1;
  margin: 20px 0;
  border: 1px solid #555555;
}

.text-color {
  color: #555555;
}

.details-sec {
  margin-top: 50px;
}

.details-sec .pro-qty {
  padding: 15px 35px;
  border-radius: 50px;
  margin-right: 20px;
}

.wishlist-dropdown .dropdown-toggle::after {
  color: #7e879f;
}

.details-sec .wishlist {
  margin-left: 20px;
  width: 55px;
  height: 55px;
}

.details-sec .wishlist img {
  height: 100%;
}

.details-sec .add-cart a {
  font-weight: 600;
  font-size: 16px;
  padding: 19px 42px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

.details-sec .pro-qty input {
  font-size: 20px;
}

.product-section .nav-tabs .nav-link.active {
  border-image: linear-gradient(90deg, #0fb0de 0%, #0bd347 111.97%) 1 !important;
  border-top: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;

  border: 2px solid;
  color: #060606 !important;
}

.product-section .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 15px;
  color: #555555 !important;
}

.product-section .nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

.product-section .tab-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 154.5%;

  color: #555555;
}

.product-section .tab-content .card h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150.5%;

  color: #060606;
}

.product-section .reviews .review-p {
  font-weight: 700;
  font-size: 36.2264px;
  line-height: 43px;
  letter-spacing: -0.02em;

  color: #060606;
}

.product-section .reviews .review-total {
  font-size: 16.9057px;
  line-height: 20px;
  letter-spacing: 0.241509px;

  color: #555555;
}

.product-section .rating-star {
  color: #f5b038;
}

.product-section .card i {
  padding-right: 5px;
}

.product-section .progress {
  width: 200px;
  height: 5px;
  margin-left: 10px;
}

.product-section .progress .progress-bar {
  background-color: #f5b038;
}

.product-section .progress-rate {
  font-weight: 600 !important;
  font-size: 14.4906px !important;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.241509px;
  padding-left: 10px;
  color: #555555;
}

.rating {
  color: #c4c5c4;
}

.product-section .card-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;

  letter-spacing: 0.2px;

  color: #060606;
}

.product-section .card-review .card-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
  letter-spacing: 0.2px;

  color: #555555;
}

.product-share-icons {
  padding-top: 7px;
  padding-right: 7px;
  position: absolute;
  top: 56px;
  right: 7px;
  display: none;
}

.product-share-icons img {
  height: 45px;
  width: 100%;
  padding: 6px;
}

.product-card:hover .product-share-icons {
  display: block;
}

/* END OF PRODUCT DETAILS */
.product-card {
  margin-bottom: 20px;
}
@media (max-width: 1400px ) and (min-width: 1024px){
.logo-oasis img {
  height: 50px;
}

}
@media (max-width: 1400px) and (min-width: 1300px){
  .pad-left-0{
    padding-left: 0;

  }
  .pad-left-0 img{
    width: auto !important;
  }
  .navbar-nav .dropdown-menu .gradiant-arrow::after {
left: 78%;
  }
  .navbar .nav-item .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -241%;}
}
@media (max-width: 768px) {
  .Categories-toggle {
    margin-top: 15px;
  }

  #button img {
    right: 18%;
  }

  .img-fit {
    margin-top: 50px;
    padding: 30px;
  }
  .search-input-group {
    width: auto;
    flex-direction: column;}
  .img-fit img {
    margin-top: 50px;
    margin: 0;
  }

  .fix-width {
    padding-top: 50px;
  }

  .card-style {
    margin: 0 auto !important;
  }

  .testimonial-slider-product button.slick-prev.slick-arrow {
    right: 0;
  }

  .testimonial-slider-product button.slick-next.slick-arrow {
    right: 0;
  }

  .carousel-control-next-icon {
    display: none;
  }

  .product-card {
    margin-top: 20px !important;
  }

  .carousel-control-next {
    right: unset;
  }

  .login-card {
    width: 100%;
  }

  .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: unset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* .btn-search-style {
    width: 100% !important;
  } */
  .search-bar .dropdown-btn {
    width: 100%;
    border-radius: 10px;
  }

  .search-bar {
    border-radius: 10px !important;
    width: auto;
  }

  /* .newsletter .input-group .form-control {
    border-radius: unset;
  } */
  .cart-sec .vertical-tabs .edit-update-btn {
    display: flex;
    flex-wrap: wrap;
  }

  .featured-product .pagination {
    justify-content: center;
    margin-top: 10px;
  }

  .featured-product .filter-direct {
    justify-content: center;
    display: flex;
  }

  .nav-align-left {
      
       display: flex;
       /* align-items: center;
       flex-direction: row; */
  }
  .SuggInput {
    width: 100%;
    height: 60px !important;

  }
 
    .SuggDropDown {
      height: 175px !important;
    }
.welcome-text p{
  text-align: center ;
}
.welcome-text .quick-link {
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 0;
    width: 100%;
}

  p,
  span {
    font-size: 12px;
  }

  .quick-link li a {
    font-size: 12px;
  }

  .login-created {
    padding-bottom: 155px;
    margin-top: unset;
    text-align: center;
  }

  .newsletter p {
    font-size: 22px;
  }

  .btn-search-style {
    border-radius: 30px;
  }

  .footer-links ul li {
    font-size: 14px;

    padding-top: 14px;
  }

  .footer-links p {
    font-size: 20px;
    margin-bottom: 0;
  }

  .sec-gap {
    padding-top: 90px;
  }

  .contact-us p {
    font-size: 16px;
  }

  .copyright-section p {
    font-size: 12px;
  }

  .order-card .card-detials {
    display: block;
    border-right: 0;
  }

  .return-policy {
    padding: 34px 24px;
  }

  .pt45 {
    padding-top: unset;
  }

  .my-account-sec {
    margin-top: 30px;
  }

  .my-account-sec {
    height: 340px;
  }

  .slider-text h1,
  .slider-text span {
    font-size: 38px;
  }

  /* .featured-product .filter-direct p,
  .featured-product .filter-direct span {
    padding: 0;
    font-size: 18px;
  } */
  .cancel-modal-content {
    width: auto;
  }

  .my-account-sec {
    height: unset !important;
  }

  .cancel-modal-content .btn-gradiant {
    padding: 18px 72px;
  }

  .order-done .redirect .to-my-order {
    padding: 18px 59.5px;
  }

  .navbar-nav .dropdown-menu .gradiant-arrow::after {
    left: 11% !important;
  }

  .login-div h1 span,
  .login-card h1 {
    font-size: 20px;
  }

  .testimonial-slider-product button.slick-prev.slick-arrow {
    right: 0;
    top: -1%;
  }

  .testimonial-slider-product button.slick-next.slick-arrow {
    top: -1%;
    right: -20px;
  }

  .wishlist-dropdown {
    margin-left: 18px;
  }

  .set-at-start {
    justify-content: start !important;
  }

  .mob-t5 {
    margin-top: 20px;
  }

  .featured-product .filter-direct p,
  .featured-product .filter-direct span {
    padding: 0;
    font-size: 16px;
    margin-right: 8px;
  }

  .featured-product .filter-direct .dropdown-toggle {
    padding: 10px 19px;
  }
}

@media (max-width: 500px) and (min-width: 320px) {

  .login-div p,
  .login-card .login-btn,
  .get-start .new-user {
    font-size: 12px;
  }

  .get-start .form-control {
    font-size: 12px;
  }

  .fs-12 {
    font-size: 12px !important;
  }

  .btn-search-style {
    padding: 8px 23px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    height: 8.33px;
  }

  .fs-20 {
    font-size: 20px !important;
  }

  .fs-16 {
    font-size: 16px !important;
  }

  .fs-14 {
    font-size: 14px !important;
  }

  .fs-12 {
    font-size: 12px;
  }

  .see-all-btn a {
    font-size: 12px;
  }

  .app-avail p {
    font-size: 26px;
  }

  .card-return img {
    height: 70px;
    padding-left: 16px !important;
  }

  .return-policy {
    padding: 26px 24px;
  }

  .return-policy h1 {
    font-size: 20px;
  }

  .edit-update-btn a {
    display: block;
    width: 100%;
  }

  .newsletter .btn-search-style {
    font-size: 12px;
  }

  .product-text {
    font-size: 16px;
  }

  .product-card .card-title {
    font-size: 16px;
  }

  .shop-now-btn {
    padding: 14px 34px;

    font-size: 10px;
  }

  .testimonial-slider-product button.slick-prev.slick-arrow {
    right: 0;
    top: -1%;
  }

  .testimonial-slider-product button.slick-next.slick-arrow {
    top: -1%;
    right: -20px;
  }

  .featured-product .filter-direct {
    float: unset !important;
  }

  .see-all-btn img {
    height: 8px;
  }

  .order-card .qantity-count {
    flex-wrap: nowrap !important;
    padding: 5px 8px;
    font-size: 12px;
  }

  .delivery-time {
    font-size: 12px;

    padding: 6.5px 8px;
  }

  .image-gallery {
    display: unset;
  }

  .thumbnail {
    margin-left: 10px;
  }

  .details-sec .pro-qty {
    padding: 7px 17px;
    border-radius: 50px;
    margin-right: 5px;
  }

  .details-sec .add-cart a {
    font-weight: 600;
    font-size: 12px;
    padding: 14px 33px;
  }

  .details-sec .pro-qty input {
    font-size: 16px;
  }

  .details-sec .wishlist {
    margin-left: 7px;
    width: 42px;
    height: 45px;
  }

  .thumbnails {
    display: flex;
    width: 100%;
    overflow-x: scroll;
  }

  .mob-t5 {
    margin-top: 20px;
  }

  .add-card-button {
    margin-top: 25px;
  }

  .add-card-button .cancel-btn {
    padding: 12px;
    font-size: 14px;
  }

  .form-bg a {
    width: auto;
  }

  .order-tracking::before {
    left: -22px;
  }
}

@media (min-width: 280px) and (max-width: 360px) {
  .thumbnails {
    display: flex;
    width: 340px !important;
    overflow-x: scroll;
  }
}

@media (min-width: 900px) and (max-width: 1280px) {
  .card-style {
    width: auto !important;
  }

  .carousel-control-next {
    left: 92%;
  }

  .carousel-control-prev {
    left: -10%;
  }

  #button img {
    position: fixed;
    right: 7%;
    bottom: 0%;
  }

  .set-at-start {
    justify-content: start;
  }

  .edit-update-btn a {
    padding: 14px 83px;
  }
}

@media (max-width: 950px) {
  .product-card {
    margin-top: 20px !important;
  }
}

@media (max-width: 986px) {
  .nav-align-left {
    align-items: unset !important;
    margin-top: 20px;
    flex-direction: row;
    gap: 10px;
  }

  .navbar-nav .dropdown-menu .gradiant-arrow::after {
    left: 7%;
  }
}

@media (min-width: 950px) and (max-width: 1280px) {
  .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }

  .search-bar {
    width: auto;
  }

  .button-pad {
    font-size: 12px;
    padding: 13px 16px;
  }
}

@media (min-width: 970px) and (max-width: 1280px) {
  .navbar .nav-item .dropdown-menu[data-bs-popper] {
    left: -238%;
  }

  .row.margin-set {
    margin-right: calc(var(--bs-gutter-x) * 1.5);
    margin-left: calc(var(--bs-gutter-x) * 2.5);
  }

  .slider-text h1 {
    font-size: 48px;
  }

  .carousel-control-prev {
    left: -7%;
  }

  .see-all-btn a {
    padding: 8px 9px;
    font-size: 12px;
  }

  .order-info .close-btn {
    font-size: 18px;

    padding: 8.38px 22.65px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 12%;
  }

  .card-detials .delivery-time {
    padding: 6.5px 8px;
  }

  .card-detials {
    margin: 10px !important;
  }

  .order-card .qantity-count {
    padding: 5px 8px;
  }

  .search-bar .dropdown-btn,
  .search-bar .form-control,
  .search-bar .btn-search-style {
    font-size: 14px;
  }

  .navbar-nav .dropdown-menu .gradiant-arrow::after {
    left: 70%;
  }

  .order-tracking {
    width: 58px;
  }

  .order-tracking::before {
    left: -26px;
  }
}

@media (max-width: 1024px) {
  .order-tracking::before {
    width: 90%;
  }

  .order-tracking {
    width: 58px;
  }

  .order-tracking::before {
    left: -26px;
  }

  .d--block {
    display: block !important;
  }

  /* #button {
    bottom: 10%;
  }
  .chatbot {
    right: 7%;
  } */
}
