@charset "UTF-8";
:root {
  --theme-color: #333;
  --navbar-font-size: 20px;
  --theme-color-white: #fff;
  --navbar-height: 70px;
  --safe-area-top: 0px;
  --border-color: #f3f3f3;
  --body-color: #7e7e7e;
  --border-radius-lg: 18px;
  --border-radius: 14px;
}

body {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.3;
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  cursor: pointer;
  text-decoration: none !important;
  color: var(--theme-color);
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], input[type=url], input[type=date], input[type=month], input[type=datetime-local], input[type=time], input[type=number], input[type=file], select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  outline: 0;
  display: block;
  padding: 0;
  margin: 0;
  font-family: inherit;
  background: none;
  resize: none;
  font-size: inherit;
  color: inherit;
  border-bottom: 1px solid #e1e1e1 !important;
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=time]:focus, input[type=number]:focus, input[type=file]:focus, select:focus, textarea:focus {
  border-bottom: 1.9px solid #007bff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.5;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=url]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=datetime-local]::placeholder, input[type=time]::placeholder, input[type=number]::placeholder, input[type=file]::placeholder, select::placeholder, textarea::placeholder {
  opacity: 0.5;
}

.navbar {
  background: #f2f2f2;
  font-size: var(--navbar-font-size);
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
}
.navbar a.link {
  padding: 0 10px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1b1b1b;
  min-width: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar a.link i {
  font-size: 32px;
  fill: #000000;
}
.navbar a.link [fill],
.navbar a.link path {
  fill: #000000;
}
.navbar .navbar-inner {
  max-width: 1024px;
  left: 50%;
  padding: 0 28px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.navbar .navbar-inner .title {
  color: #1b1b1b;
  font-weight: 600;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.navbar.navbar-style-1 {
  height: var(--navbar-height);
}
.navbar.navbar-style-1 .navbar-inner .link.back {
  min-height: 46px;
  min-width: 46px;
  background-color: #EAEAEA;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navbar.navbar-style-1 .navbar-inner .link.back [fill],
.navbar.navbar-style-1 .navbar-inner .link.back path {
  fill: #373737;
}
.navbar.navbar-style-1 .navbar-inner .title {
  text-align: center;
}
.navbar.navbar-style-1 .navbar-inner .link.panel-open {
  padding: 0 0 0 10px !important;
  min-width: 40px;
}
.navbar.navbar-style-1.navbar-transparent {
  background-color: transparent;
  border-color: transparent;
}
.navbar.navbar-style-1.navbar-transparent a.link [fill],
.navbar.navbar-style-1.navbar-transparent a.link path {
  fill: #fff;
}
.navbar.navbar-style-1.navbar-transparent a.link .title,
.navbar.navbar-style-1.navbar-transparent a.link a,
.navbar.navbar-style-1.navbar-transparent a.link i {
  color: #fff;
}
.navbar.navbar-style-1.navbar-transparent .title {
  opacity: 1 !important;
  color: #fff;
}
.navbar.navbar-style-1.navbar-transparent .link.back {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar.navbar-style-1.navbar-transparent .link.back [fill],
.navbar.navbar-style-1.navbar-transparent .link.back path {
  fill: #fff;
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible {
  background: #fff;
  border-color: 1px solid #F4F4F4;
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link .title,
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link a,
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link i {
  color: var(--theme-color);
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link [fill],
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible a.link path {
  fill: var(--theme-color);
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .add-wishlist-btn i {
  color: var(--theme-color);
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back {
  background-color: #EAEAEA;
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back [fill],
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .link.back path {
  fill: #373737;
}
.navbar.navbar-style-1.navbar-transparent.navbar-transparent-visible .title {
  color: #1b1b1b;
}

.banner-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.banner-heading .bnr-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-height {
  height: 280px;
  width: 100%;
  display: block;
}

.fixed-content {
  background-color: var(--theme-color-white);
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 35px;
}

.delivery-man {
  padding: 20px 28px 50px;
  background-color: var(--theme-color-white);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  margin: 0 auto -30px;
}
.delivery-man p {
  margin: 0;
}
.delivery-man .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-man .inner-content i {
  font-size: 24px;
  position: relative;
  color: #fff;
  margin-top: 12px;
}
.delivery-man .icon-cell {
  margin-left: 10px;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.input-status label {
  font-weight: 600 !important;
  font-size: 14px;
}
.input-status label.active {
  background-color: #898989;
  border-color: #898989;
}

.page-content {
  top: calc(var(--navbar-height) - 1px);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-circle {
  min-height: 46px;
  min-width: 46px;
  background-color: #EAEAEA;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-bx .price sup {
  line-height: 14px;
  font-size: 14px;
  margin-right: 3px;
}

/**ORDER LIST****/
.rewards-box {
  padding: 25px 30px;
  border-radius: var(--border-radius-lg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rewards-box .sub-title {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 500;
}
.rewards-box .title {
  color: #fff;
  font-size: 34px;
  margin: 0;
}
.rewards-box .badge {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 12px 18px;
  border-radius: var(--border-radius);
  height: auto;
  font-size: 14px;
  line-height: 14px;
  margin-top: 25px;
}
.rewards-box:before, .rewards-box:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  z-index: -1;
  border-radius: 50%;
}
.rewards-box:before {
  left: -140px;
  bottom: -125px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.01)), to(black));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.1;
}
.rewards-box:after {
  right: -140px;
  top: -125px;
  background: #0073ed;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#0072ed), to(#0073ed));
  background: linear-gradient(to top, #0072ed 0%, #0073ed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.9;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.rewards-box .bg-icon {
  position: absolute;
  right: -54px;
  bottom: -20px;
}
.rewards-box .icon-bx {
  float: right;
}

.orders-list {
  padding: 0;
}
.orders-list .badge {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  padding: 0.4rem 0.8rem;
}
.orders-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orders-list > ul > li:hover {
  background-color: #f2f2f2;
}
.orders-list > ul > li.moving {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.11) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.11) !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.orders-list > ul > li .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border-color);
  /*justify-content: space-between;*/
  padding: 20px 28px;
}
.orders-list > ul > li .data .title {
  margin: 0 0 0.2rem 0;
  font-weight: 600;
}
.orders-list > ul > li .data .pts-bx {
  text-align: right;
  margin-left: auto;
}
.orders-list > ul > li .data .pts-bx .points {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 1.05rem;
}
.orders-list > ul > li .data .pts-bx p {
  margin: 0;
}
.orders-list > ul > li .data .move {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #333;
  font-size: 15px;
}
.orders-list .dz-meta ul {
  padding: 0;
  margin: 0;
}
.orders-list .dz-meta ul li {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.orders-list .dz-meta ul li:after {
  right: 0;
  position: absolute;
  color: inherit;
}
.orders-list .dz-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.orders-list .dz-meta ul li:last-child:after {
  content: none;
}

.searchbar input[type=search],
.searchbar input[type=text] {
  font-size: 16px;
}

.page-content .searchbar.search-box {
  height: 54px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 0 0 20px;
  border-radius: var(--border-radius);
  width: 100%;
  background-color: transparent;
}
.page-content .searchbar.search-box .searchbar-input-wrap input {
  border: 1px solid #e9e9e9;
  height: 60px;
  background-color: #f9f9f9;
  font-size: 16px;
  padding: 12px 50px 12px 25px;
  border-radius: 50px;
  font-weight: 400;
  color: #585858;
  width: 100%;
}
.page-content .searchbar.search-box .searchbar-input-wrap input:focus {
  border-bottom: none !important;
}
.page-content .searchbar.search-box .searchbar-input-wrap .searchbar-icon {
  right: 0px;
  margin: 0;
  top: -40px;
  left: 85%;
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.page-content .searchbar.search-box .searchbar-input-wrap .searchbar-icon:after {
  content: none;
}

.page.page-login input {
  border-bottom: 1px solid #e1e1e1;
}
.page.page-login input:focus {
  border-bottom: 1.9px solid #007bff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page.page-login input::-webkit-input-placeholder {
  opacity: 0.5;
}
.page.page-login input::-moz-placeholder {
  opacity: 0.5;
}
.page.page-login input:-ms-input-placeholder {
  opacity: 0.5;
}
.page.page-login input::-ms-input-placeholder {
  opacity: 0.5;
}
.page.page-login input::placeholder {
  opacity: 0.5;
}

/***TABLE***/
.table td, .table th {
  vertical-align: middle;
}
.table td {
  color: #777777;
}

.badge-md {
  height: auto;
  padding: 5px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.badge-md strong {
  margin-right: 5px;
  font-weight: 600;
}

.badge-lg {
  height: auto;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.badge-lg strong {
  margin-right: 5px;
  font-weight: 600;
}

.modal {
  padding: 0px !important;
}
.modal .modal-dialog {
  max-width: 100% !important;
  margin: 0px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.modal .modal-dialog .modal-content {
  border-radius: 20px 20px 0px 0 !important;
  border: none;
}
.modal .modal-dialog .modal-content.infront {
  -webkit-box-shadow: 0px -0.5rem 1rem rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0px -0.5rem 1rem rgba(0, 0, 0, 0.23) !important;
}
.modal .modal-dialog .modal-content .modal-body {
  max-height: 80vh;
  overflow: auto;
  padding-bottom: 2rem;
}

#ui-datepicker-div {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  display: block;
  max-height: 70%;
  overflow: hidden;
  padding-top: 0;
  top: auto !important;
  left: 0 !important;
  border-radius: 20px 20px 0 0;
  border: none;
  -webkit-box-shadow: 0px 1.5rem 5rem rgba(0, 0, 0, 0.61) !important;
          box-shadow: 0px 1.5rem 5rem rgba(0, 0, 0, 0.61) !important;
  z-index: 1055 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #f2f2f2 !important;
  border: none;
  font-size: 18px;
  padding: 1em 0 !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
#ui-datepicker-div .ui-datepicker-header .ui-icon::after {
  content: "";
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #f2f2f2;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #007bff !important;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  text-align: center;
  background: none;
  font-weight: 600;
  border: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active {
  color: #007bff;
}