/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.group {
  position: relative;
  margin-bottom: 25px;
  height: 45px;
  /* LABEL ======================================= */
  /* active state */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* HIGHLIGHTER ================================== */
}

.group svg {
  position: absolute;
  top: 12px;
  right: 5px;
  background: #fff;
}

.group input,
.group select,
.group textarea {
  font-size: 18px !important;
  padding: 10px 10px 10px 5px !important;
  display: block;
  /* width: 100% !important; */
  border: none;
  border: 1px solid #cecece !important;
  background-color: transparent !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  height: 45px !important;
  padding: 0px 15px !important;
  border-radius: 5px !important;
  width: 100%;
}

.group input:focus,
.group select:focus,
.group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 12px;
  left: 10px !important;
  padding: 0px 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group input:focus ~ label,
.group input:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group select:focus ~ label,
.group select:valid ~ label {
  top: -7px;
  font-size: 12px;
  color: #8505f9;
  padding: 0px 5px;
  font-weight: bold;
  left: 12px;
  margin-left: -3px !important;
  background: #fff;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.accpt {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 85px;
}

@media only screen and (min-width: 1125px) {
  .accpt {
    margin-bottom: 0px !important;
  }
}

.accpt p {
  font-size: 12px;
  margin: 0;
  margin-left: 10px;
}

.accpt .ter .text-toogle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.accpt .ter .text-toogle input[type="checkbox"] {
  position: relative;
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  pointer-events: revert;
}

.accpt .ter .text-toogle input:checked[type="checkbox"] {
  background: #8505f9;
}

.accpt .ter .text-toogle input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.accpt .ter .text-toogle input:checked[type="checkbox"]:before {
  left: 24px;
}

@media only screen and (min-width: 1125px) {
  .pad-mg {
    margin: 0 20px;
    background: #f3f4f6;
    padding: 20px;
  }
}

.pad-mg .head_part {
  padding: 12px 10px;
  background: #F3F4F6;
  cursor: pointer;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1125px) {
  .pad-mg .head_part {
    display: none;
  }
}

.pad-mg .head_part .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pad-mg .head_part .back .bak {
  margin-right: 5px;
}

.pad-mg .head_part .back .bak img {
  width: 30px;
}

.pad-mg .head_part .back .title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.pad-mg .head_part .back .title h3 span {
  display: block;
  font-size: 15px;
  color: #93959F;
  font-weight: normal;
}

.pad-mg .tabs_desserts .tab {
  margin: 12px 0;
}

.pad-mg .tabs_desserts .tab ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 300px;
}

@media only screen and (min-width: 1125px) {
  .pad-mg .tabs_desserts .tab ul {
    width: 100%;
    margin-bottom: 25px;
  }
}

.pad-mg .tabs_desserts .tab ul .active-coll {
  display: none;
}

.pad-mg .tabs_desserts .tab ul .active-del {
  display: none;
}

.pad-mg .tabs_desserts .tab ul li {
  list-style: none;
  color: #93959F;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pad-mg .tabs_desserts .tab ul li span {
  width: 6px;
  height: 6px;
  background-color: #93959F;
  display: inline-block;
  border-radius: 50px;
  margin: 0px 5px;
}

.pad-mg .tabs_desserts .tab ul li svg {
  fill: #93959F;
}

.pad-mg .tabs_desserts .tab ul .active {
  color: #ff2222fa;
  font-weight: 900;
}

.pad-mg .tabs_desserts .tab ul .active svg {
  fill: #ff2222fa;
}

.pad-mg .tabs_desserts .tab ul .active span {
  background-color: #ff2222fa;
}

.pad-mg .order-placed {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1125px) {
  .pad-mg .order-placed {
    height: auto;
  }
}

.pad-mg .order-placed .div_order {
  text-align: center;
  width: 100%;
}

.pad-mg .order-placed .div_order .animation {
  position: relative;
  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;
}

.pad-mg .order-placed .div_order .animation lottie-player {
  width: 240px;
  height: 240px;
}

.pad-mg .order-placed .div_order .animation svg {
  position: absolute;
}

.pad-mg .order-placed .div_order .title {
  font-size: 16px;
}

.pad-mg .order-placed .div_order .stutas {
  padding: 20px;
}

.pad-mg .order-placed .div_order .stutas h3 {
  font-size: 25px;
  font-weight: bold;
  color: #8505f9;
}

.pad-mg .order-placed .div_order .stutas p {
  color: #4A4A4A;
  font-size: 14px;
}

.pad-mg .fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1125px) {
  .pad-mg .fixed_btn {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.pad-mg .fixed_btn .contune .process_btn {
  position: relative;
}

.pad-mg .fixed_btn .contune .process_btn .process svg {
  width: 100%;
  stroke: #ff2222fa;
  stroke-width: 2px;
  width: 100%;
}

.pad-mg .fixed_btn .contune .process_btn .process button {
  width: 100%;
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #ff2222fa;
  font-weight: normal;
  outline: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -5px;
  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;
  padding: 0px 20px;
}

.pad-mg .fixed_btn .contune .process_btn .process button p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.pad-mg .fixed_btn .contune .process_btn .process button p span {
  width: 28px;
  display: inline-block;
}

.pad-mg .fixed_btn .contune .process_btn .process button p span img {
  width: 100%;
  margin-bottom: -3px;
}

.container {
  padding: 0;
}

@media only screen and (max-width: 1124px) {
  .web-view-btn {
    display: none;
  }
  .mob-view-btn {
    display: block;
  }
  .container .cart-page {
    display: none;
  }
}

@media only screen and (min-width: 1125px) {
  .web-view-btn {
    display: block;
  }
  .mob-view-btn {
    display: none;
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
  }
  .container .checkout-page {
    width: 65%;
    padding: 12px 0;
  }
  .container .cart-page {
    border-left: 1px dashed #93959F;
    width: 35%;
    height: 100vh;
  }
}
/*# sourceMappingURL=orderstatus.css.map */