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

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  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;
  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;
  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: flex;
  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;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  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;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.accpt .ter .text-toogle input:checked[type=checkbox]:before {
  left: 24px;
}

/* custom css added Dikshant */
/* custom contaner width */
/* .container{
    width: 100% !important;
    padding: 0 20px !important;
} */
.head_part {
  padding: 12px 10px;
  background: #F3F4F6;
  cursor: pointer;
  outline: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_part .back {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: baseline;
  width: 100%;
}
.head_part .back .bak {
  margin-right: 5px;
}
.head_part .back .bak img {
  width: 25px;
}
.head_part .back .title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.head_part .back .title h3 span {
  display: block;
  font-size: 15px;
  color: #93959F;
}
.head_part .cancel img {
  width: 20px;
}

.back-mod {
  padding: 15px 10px;
  background: #f1f1f1;
  border-top: solid 1px #d8d8d8;
}
.back-mod .head {
  position: relative;
}
.back-mod .head a {
  text-decoration: none;
}
.back-mod .head h3 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #8505f9;
  height: 33px;
  position: relative;
  z-index: 9;
}
.back-mod .head h3 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #8505f9;
}

.main_sellect {
  padding: 10px;
  padding-bottom: 100px;
}
.main_sellect .head {
  margin: 10px 0 10px;
}
.main_sellect .head h3 {
  margin: 0;
  font-size: 16px;
}
.main_sellect .head p {
  margin: 0;
  font-size: 12px;
  color: #93959F;
  font-weight: 600;
}
.main_sellect .head .color_r {
  color: rgba(255, 34, 34, 0.9803921569);
}
@media only screen and (min-width: 768px) {
  .main_sellect .sellect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main_sellect .sellect label {
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  height: 50px;
  margin-bottom: 25px;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .main_sellect .sellect label {
    width: 46%;
  }
}
.main_sellect .sellect label:nth-last-child(2) {
  border: 0;
}
.main_sellect .sellect label input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 999 !important;
}
.main_sellect .sellect label input:checked + span:after {
  content: url("../../images/select.png");
  background: rgba(255, 34, 34, 0.9803921569);
  width: 25px;
  height: 25px;
  position: absolute;
  right: -6px;
  border-radius: 100px;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  line-height: 0;
  right: 0;
  margin: revert;
  left: revert;
}
.main_sellect .sellect label input:checked + span::before {
  border: solid 1px rgba(255, 34, 34, 0.9803921569);
}
.main_sellect .sellect label span {
  display: flex;
  padding: 0;
  border-radius: 99em;
  transition: 0.25s ease;
  align-items: center;
}
.main_sellect .sellect label span p {
  margin: 0;
  font-size: 14px;
  padding: 0px 15px;
}
.main_sellect .sellect label span p small {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  color: #93959F;
}
.main_sellect .sellect label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background: transparent;
  width: 100%;
  height: 50px;
  position: absolute;
  transition: 0.25s ease;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  border-radius: 5px;
}
.main_sellect .sellect label .add_btn {
  margin-top: 0px;
  flex-shrink: 0;
  padding-right: 10px;
}
.main_sellect .sellect label .add_btn .btn {
  padding: 0 !important;
}
.main_sellect .sellect label .add_btn .btn button {
  width: 80px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  font-weight: bold;
  padding: 0;
  height: 32px !important;
  margin: 0;
  outline: 0;
  border-radius: 5px !important;
  border: 0;
  font-size: 14px !important;
  color: rgba(255, 34, 34, 0.9803921569);
  position: relative;
  background: #fff;
  cursor: pointer;
}
.main_sellect .sellect label .add_btn .btn .inc {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main_sellect .sellect label .add_btn .btn .inc a {
  width: 100%;
  height: 100%;
}
.main_sellect .sellect label .add_btn .btn .inc span {
  position: relative;
  display: flex;
  align-items: center;
  color: #58A940;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.main_sellect .sellect label .add_btn .btn .inc span svg {
  width: 12px;
  height: 12px;
}
.main_sellect .sellect label .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}

.modifier {
  padding: 10px;
  padding-bottom: 150px;
}
.modifier .title_mod .name {
  margin-bottom: 12px;
}
.modifier .title_mod .name h3 {
  margin: 0;
  font-size: 16px;
}
.modifier .title_mod .name p {
  margin: 0;
  font-size: 14px;
  color: #93959F;
}
@media only screen and (min-width: 768px) {
  .modifier .modi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.modifier .modi .iteam {
  display: flex !important;
  align-items: center;
  margin-bottom: 0px;
  border-bottom: 0.7px solid #D4D5D7;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .modifier .modi .iteam {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .modifier .modi .iteam:last-child {
    border: 0;
  }
}
.modifier .modi .iteam .img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 5px;
}
.modifier .modi .iteam .img img {
  width: 100%;
}
.modifier .modi .iteam .title {
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  padding-right: 10px;
  width: 100%;
}
.modifier .modi .iteam .title .hed {
  width: 100%;
}
.modifier .modi .iteam .title .hed h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.modifier .modi .iteam .title .price {
  display: flex;
  align-items: center;
  width: 100%;
}
.modifier .modi .iteam .title .price p {
  margin: 0;
  font-size: 15px;
  color: #93959F;
}
.modifier .modi .iteam .title .price .info {
  height: 17px;
  width: 17px;
  margin-left: 10px;
}
.modifier .modi .iteam .title .price .info img {
  width: 100%;
}
.modifier .modi .add_btn {
  margin-top: 0px;
  flex-shrink: 0;
}
.modifier .modi .add_btn .btn {
  padding: 0;
}
.modifier .modi .add_btn .btn button {
  width: 80px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.46);
  font-weight: bold;
  padding: 0;
  height: 32px;
  margin: 0;
  outline: 0;
  border-radius: 5px !important;
  border: 0;
  font-size: 14px !important;
  color: rgba(255, 34, 34, 0.9803921569);
  position: relative;
  background: #fff;
  cursor: pointer;
}
.modifier .modi .add_btn .btn .inc {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.modifier .modi .add_btn .btn .inc a {
  width: 100%;
  height: 100%;
}
.modifier .modi .add_btn .btn .inc span {
  position: relative;
  display: flex;
  align-items: center;
  color: #58A940;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.modifier .modi .add_btn .btn .inc span svg {
  width: 12px;
  height: 12px;
}
.modifier .modi .add_btn p {
  margin: 5px 0 0;
  font-size: 11px;
  height: 14px;
}

.btn_fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAF7FF;
  box-shadow: 0px 0px 1px #676767;
  z-index: 99;
}
.btn_fixed .offer_ban {
  background: #272C3F;
}
.btn_fixed .offer_ban .ban p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  margin: 0px 0 0;
  font-weight: 100;
}
.btn_fixed .fixed {
  padding: 10px 15px;
}
.btn_fixed .fixed .shwoing {
  margin-bottom: 10px;
}
.btn_fixed .fixed .shwoing h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #8505f9;
  cursor: pointer;
  text-align: right;
  font-weight: bold;
}
.btn_fixed .fixed .shwoing .tit {
  max-height: 150px;
  overflow: auto;
}
.btn_fixed .fixed .shwoing .tit p,
.btn_fixed .fixed .shwoing .tit span {
  margin: 0;
  font-size: 12px;
  color: #8505f9;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.btn_fixed .fixed .shwoing .tit p img,
.btn_fixed .fixed .shwoing .tit span img {
  width: 23px !important;
  margin-left: 15px;
  border-radius: 10px;
  border: solid 1px #cd0913;
  padding: 4px;
  cursor: pointer;
}
.btn_fixed .fixed .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: solid 1px #8505f9;
  border-radius: 5px;
  margin: 10px 0;
}
.btn_fixed .fixed .btns button {
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #8505f9;
  outline: 0;
}
.btn_fixed .fixed .btns .two {
  text-transform: uppercase;
  cursor: pointer;
}
.btn_fixed .fixed .desserts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.btn_fixed .fixed .desserts .title .head h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0;
}
.btn_fixed .fixed .desserts .title .pera p {
  margin: 0;
  font-size: 12px;
}
.btn_fixed .fixed .desserts .hide_show .hide h3 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #8505f9;
  cursor: pointer;
}/*# sourceMappingURL=Modifiers.css.map */