.zirew_header{
  background: var(--main-header_color);
  border-bottom: 1px var(--main-header_underline_color) solid;
  /* filter: brightness(1.2); */
}

.zirew_points_widget{
    border: 2px solid white;
    border-radius: 10px;
}


/*****************Right Sidebar ***************/
.right-sidebar {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.right-sidebar-cover {
  position: fixed;
  top: 0px;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fbfbfb;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 3;
  -webkit-transition: all linear .4s;
  transition: all linear .4s;
}

.right-sidebar-cover .container {
  padding: 0px 25px;
}

.right-sidebar-cover::-webkit-scrollbar {
  width: 0px;
}

.right-sidebar.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.right-sidebar.active .right-sidebar-cover {
  right: 0px;
}

.cross-btn {
  position: absolute;
  top: 15px;
}

.cross-btn i {
  color: #555;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.cross-btn i:hover {
  color: #fff;
  background: var(--main-theme-color);
}

.right-cross {
  left: 15px;
}

.sidebar-logo {
  text-align: center;
  padding: 5px 0px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-logo a img {
  width: 60px;
  height: auto;
}

.sidebar-heading {
  margin-bottom: 30px;
}

.sidebar-heading h4 {
  font-weight: 500;
}

.cart-price {
  margin-bottom: 30px;
}

.cart-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0px;
}

.cart-price li span {
  color: #232d3b;
  text-transform: capitalize;
}

.cart-price li span:nth-child(2) {
  font-weight: 700;
}

.cart-btn {
  margin-bottom: 100px;
}

.cart-btn li {
  margin-bottom: 15px;
}

.cart-btn li .btn {
  width: 100%;
}
/*************Responsive*****************/


/*********************bottomsheet**********************/
.modal.action-sheet {
  z-index: 9999;
}

.modal.action-sheet .modal-dialog {
  padding: 0 35% 0 35%;
  margin: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  min-width: 100%;
  /* min-width: 512px;
  max-width: calc(100vw - 256px); */
  z-index: 12000;
  transform: translate(0, 100%);
}
@media (max-width: 767.98px){
  .modal.action-sheet .modal-dialog {
    padding: 0 0.5% 0 0.5%;
  }
}
.modal.action-sheet.show .modal-dialog {
  transform: translate(0, 0);
}

/* .modal.action-sheet .close-button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 3px;
  color: #A1A1A2;
}

.modal.action-sheet .close-button:hover, .modal.action-sheet .close-button:active {
  color: #4F5050;
} */

.modal.action-sheet .modal-content {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 1% 1% 0 0;
  padding-bottom: env(safe-area-inset-bottom);
}


.modal.action-sheet .modal-content .action-sheet-content {
  padding: 20px 16px;
  max-height: 460px;
  overflow: auto;
}

.modal.action-sheet .modal-content .modal-header {
  display: block;
  padding: 2px 20px;
}

.modal.action-sheet .modal-content .modal-header .modal-title {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  font-size: 13px;
  padding: 6px 0;
  color: #141515;
  font-weight: 500;
}

.modal.action-sheet .modal-content .modal-body {
  padding: 0;
}

.action-button-list {
  padding: 0;
  margin: 0;
}

.action-button-list > li {
  display: block;
}

.action-button-list > li .btn {
  padding: 0;
  display: flex;
  width: 100%;
  min-height: 50px;
  font-size: 15px;
  color: #141515;
  line-height: 1.1em;
  justify-content: space-between;
  font-weight: 400;
  border-radius: 0 !important;
  padding: 10px 16px;
}

.action-button-list > li .btn:active, .action-button-list > li .btn.active {
  background: rgba(225, 225, 225, 0.3);
}

.action-button-list > li .btn.text-primary {
  color: #1E74FD !important;
}

.action-button-list > li .btn.text-secondary {
  color: #6C7C94 !important;
}

.action-button-list > li .btn.text-danger {
  color: #EC4433 !important;
}

.action-button-list > li .btn.text-success {
  color: #34C759 !important;
}

.action-button-list > li .btn.text-warning {
  color: #FE9500 !important;
}

.action-button-list > li .btn.text-info {
  color: #592BCA !important;
}

.action-button-list > li .btn.text-light {
  color: #FFF !important;
}

.action-button-list > li .btn.text-dark {
  color: #141515 !important;
}

.action-button-list > li .btn > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.action-button-list > li .btn i.icon,
.action-button-list > li .btn ion-icon {
  width: 24px !important;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: -5px;
  font-size: 24px;
  line-height: 1em;
}

.action-button-list > li.action-divider {
  height: 1px;
  background: #E1E1E1;
}

.action-sheet.inset .modal-dialog {
  padding: 16px;
  padding-bottom: 16px !important;
  margin-bottom: env(safe-area-inset-bottom);
}

.action-sheet.inset .modal-dialog .modal-content {
  border-radius: 16px;
  padding-bottom: 0;
}

.action-sheet.inset .action-button-list > li:last-child .btn {
  border-radius: 0 0 16px 16px !important;
}

.authmessage {
  font-size: small;
  color: rgb(143, 23, 23)
}


.login-new {
  /* width: 480px; */
  max-height: 100vh;
  min-height: 50vh;
  overflow: scroll;
  position: static;
}

@media (max-width:768px) {
  .login-new {
      width: 100%;
  }
}


/* Hide scrollbar for Chrome, Safari and Opera */

.login-new::-webkit-scrollbar {
  display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.login-new {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 576px) {
  .login-new {
      width: 100%;
  }
}

.login-new .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom: 1px solid #a6a6a6;
}

.login-new .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dc3545;
  outline: 0;
  box-shadow: none;
}

.login-new .form-control::-webkit-input-placeholder {
  color: #757575;
  opacity: 1
}

.login-new .form-control::-moz-placeholder {
  color: #757575;
  opacity: 1
}

.login-new .form-control:-ms-input-placeholder {
  color: #757575;
  opacity: 1
}

.login-new .form-control::-ms-input-placeholder {
  color: #757575;
  opacity: 1
}

.login-new .form-control::placeholder {
  color: #757575;
  opacity: 1
}

.login-new .top-validations {
  border: 1px solid #e0e0e0;
}
@media (max-width: 767px){
.login-new .close {
    right: 10px !important;
}
}
.login-new .close {
  padding: 0;
  background-color: var(--main-theme-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  border: 3px solid #fff;
  font-size: large;
  box-shadow: 0 3px 3px #000;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  opacity: 1;
  z-index: 99999;
}
.login-new .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-new .btn1.btn-sm {
  padding: 0.8rem 1rem;
  border: 3px var(--main-theme-color)!important;
}
.login-new .btn1 {
  color: #ffffff!important;
  background: url(btn_bg_4.6f35cbf….svg) repeat-x 0 scroll var(--main-theme-color);
  position: relative;
  border: 6px solid #efd46d!important;
  background-size: cover;
  font-size: 1.2rem;
  font-weight: 600;
}
.login-new .btn4{
  border: 1px solid #fd9f32;
  color: #000!important;
  background-color: #fff;
}

.loginverifyotpforminbtmsheet {
  display: none;
}

.registerforminbtmsheet {
  display: none;
}

.registerotpforminbtmsheet {
  display: none;
}

#overlayer .fa {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  font-size: 40px;
  color: #fff;
  left: 50%;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000000000;
  background: rgb(0 0 0 / 80%);
}

.hidden {
  display: none;
}