* {
     font-family: Montserrat;
}
*{outline: none;}

 body{
     background: #FFF4F4;
}
p{
     margin: 0px;
     padding: 0px;
}a:hover {
    color: #0056b3;
    text-decoration: none;
}
 .btn_salonline{
     background: #D00096;
     color: #fff;
}
/**/
 .top_bar{
     /*height: 54px;*/
     left: 0px;
     top: 0px;
     background: #FFFFFF;
     box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
 .top_bar a img.logo {
     height: 35px;
   }
 .top_bar a img, .n_div img{
     height: 17px;
 }
 .top_bar .btn {
     padding-left: 0px;
     padding-right: 0px;
}
 .margin-top{
    margin-top: 5px;
}
 .float-right.text-left.ml-2 div {
     margin: 0px;
     padding: 0px;
}
 .text-left.ml-2 div:nth-child(1) {
     font-size: 10px;
     color: #868686;
}
 .text-left.ml-2 div:nth-child(2){
     font-size: 12px;
     margin-top: -4px;
}
 .search{
     display: unset;
     width: unset;
     height: calc(1.5em + .75rem + 2px);
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     background-color: #F2F2F2 !important;
     border: 1px solid #F2F2F2;
     border-radius: 2px;
}
 .search:focus {
     color: #495057;
     background-color: #fff0;
     border-color: #ffffff;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
 .cart_bg {
     position: absolute;
     top: 31px;
     background: #ffffff;
     margin-left: -3px;
     color: #020202;
     border: 1px solid #bc0079;
     border-radius: 50% !important;
     min-width: 20px;
     height: 20px;
     font-size: 13px;
     display: none;
}
 .p_heading{
     font-size: 18px;
}
/*================ start address css  ====================*/
 .address-div .card-body form {
    font-size: 12px;
        font-weight: 600;
    }
    .address-div .card-body form input {
    font-size: 12px;
    font-weight: 500;
    background-color: #e2e1e1;
    border-radius: 6px;
    border-color: #CCC !important;
    box-shadow: none !important;
  }
  .address-div form button{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    font-weight: 200;
    margin-left: 10px;
  }
  .address-div .main-add-list{
    display: grid;
    grid-template-columns:  85% 15%;
  }
  .address-div .select-list input{
    height: 30px;
    width: 25px;
    margin:10px;
  }
  .address-div .select-list{
    display: inline-flex;
  }
  .address-div .list-edit{
    margin-top: 10px;
  }
  .address-div .multi-add-list{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
  }
  .address-div .next-btn{
    width: 90%;
    margin: 10px 0px 20px 20px;
  }
/*================ end address css  ====================*/


/*===================== start Cart css =============================*/
 .coupan_cart_div table{width:100%;font-size: 12px;
    font-weight: 500; }
    .coupan_cart_div table td:nth-child(2){
      text-align: right;
    }
    .coupan_cart_divtable th:nth-child(2){
      text-align: right;
    }
     .coupan_cart_div .product_div {
      width: 100%;
      background: #fff;
      display: grid;
      grid-template-columns: 120px auto 180px;
      box-sizing: 0;
      border-radius: 5px;
      border: 1px solid rgba(0,0,0,.125);
      margin-bottom: 10px;
      /*height: 101px;*/
      grid-template-areas: "main mains header";
    }
    .coupan_cart_div .product_div .btn{
      background-color:#c1c1c1;
      /*margin: 10px 0px 0px 30px;*/
      background-color: #c1c1c1;
      font-size: 12px;
      font-weight: 400;
    }
    /*.coupan_cart_div .product_div div:nth-child(3){
      text-align: right; margin-right: 10px;
    }*/
    .coupan_cart_div .product_div strong{
      font-size: 15px;
    }
    /*.coupan_cart_div .product_div div:nth-child(1){
     margin: 8px 20px 10px 20px;
    }*/
    .coupan_cart_div .product_div   p{
      font-size: 12px;
      font-weight: 300;
    }
    .coupan_cart_div .product_div img {
      width: 100px;
      height: 100px;
    }
    .coupan_cart_div p {
      margin: 0px;
    }
    .coupan_cart_div .price {
      font-size: 14px;
    }
    .coupan_cart_div .product-price {
      text-align: right;
      font-weight: 600;
      /*font-size: 12px;*/
     /* margin-top: 15px;
      margin-right: 10px;*/
    }
    .coupan_cart_div .product-price span {
      font-weight: normal;
    }
    .coupan_cart_div .off_p {
      background: #6FCF97;
      font-size: 11px;
      color: #fff;
      padding: 2px;
      white-space: nowrap;
    }
   .coupan_cart_div #coupon{
      border: none;
      border-radius: 6px;
      background-color: #ced4da8c;
      height: 34px;
      font-size: 11px;
      outline: none;
      padding-left: 10px;
      padding-right: 60px;
    }
   /*.coupan_cart_div #coupon_btn{
      border: none;
      padding: 8px 37px 8px 37px;
      color: #fff;
      font-size: 11px;
      font-weight: 200;
      background-color: #e90e8b;
      color: #fff;
    }*/
    .coupan_cart_div .card-body div{
      font-size: 16px;
      font-weight: 400;
    }
   .coupan_cart_div .card-body button{
      background-color: #e90e8b;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
    }

   @media only screen and (max-width: 600px) {
       .coupan_cart_div .slider-bg .container {
      padding-left: none !important;
    }


    .coupan_cart_div .product_div {
      display: grid;
      grid-template-columns: 110px auto;
      grid-column-gap: 5px;

      grid-template-columns: none;
    grid-template-areas:
        "main mains"
        "header header";
        height: unset;
  }
  .coupan_cart_div .mobile_design_price {
    display: grid;
    grid-template-columns: 100px auto 100px;
    /*padding-top: 10px;*/
  }
  .coupan_cart_div .product-price
  {
    text-align: center;
    line-height: 1;
  }
  .coupan_cart_div .product-price i{
    /*font-size: 15px;*/
  }
  .coupan_cart_div .product-price span{
    font-size: 10px;
    font-weight: 400;
  }
.coupan_cart_div .product-price-off {
/*  display: grid;
  grid-template-columns: 59px 41px;*/
}

.coupan_cart_div .product_div .btn {
  /*margin: 10px 0px 0px 0px;*/
  font-size: 11px;
  font-weight: 400;
  padding: 8px 26px 8px 26px;
  border-radius: 2px !important;
}

.coupan_cart_div #coupon {
  font-size: 11px;
    padding-left: 10px;
    padding-right: 38px;
}
}
/*================end Cart Css=============================*/

/*=============  start date and time css  ====================*/
   .date-time-div .input-field .mobile_one .form-control {
        margin-left: 38px;
        width: calc(85%);
        float: none;
    }
    .date-time-div .input-field .form-control, .date-time-div .input-field select {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 35px;
        width: 100%;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all 0.3s;
    }
    .date-time-div input #mobile {
        border-bottom: 2px solid #898383;
        margin-left: 40px;
        width: 403px;
    }
    .date-time-div a.btn.btn-sm.edti_click {
        float: right;
        margin-top: -37px;
        margin-right: 24px;
    }
    .date-time-div .modal-backdrop.in {
        opacity: 0!important;
        filter: alpha(opacity=50);
    }
.date-time-div .modal-open {
     overflow: scroll!important;
}
 .date-time-div .modal-backdrop {
     position: inherit!important;
}
 .date-time-div .popup-heading{
     font-size: 18px;
     text-transform: capitalize;
     line-height: 1.5;
     letter-spacing: 0.499px;
     padding-right: 20px;
     margin: 0;
     color: #fff;
     -webkit-font-smoothing: antialiased;
}
 .date-time-div .popup-header {
     position: relative;
     background-color: #2e3192;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
     border-bottom: 1px solid #e8e8e8;
     text-align: center;
     padding: .5em;
     border-radius: 2px 2px 0 0;
}
 .date-time-div button.close {
     margin-top: -25px;
     color: #fff;
     opacity: 2.1;
}
 .date-time-div #otp-block .otp-heading {
     font-size: 15px;
     text-align: center;
     display: block;
     float: none;
     color: #242424;
     font-weight: 700;
}
 .date-time-div#otp-block .otp_wrapper {
     margin: 10px 0;
}
 .date-time-div#otp-block #auth_code1 {
     display: block;
     float: none;
}
 .date-time-div #auth_code1 .inputs {
     padding-left: 15px;
     line-height: 30px;
     margin: 15px 8px;
     vertical-align: top;
     width: 89px;
     border: 1px solid #c7c7c7;
     display: inline-block;
     outline: 0px;
     background-color: rgba(0,0,0,.075);
     border-radius: 5px;
     border: none;
     font-size: 11px;
}
 .date-time-div #auth_code .inputs {
     line-height: 30px;
     margin: 15px 8px;
     vertical-align: top;
     width: 89px;
     border: 1px solid #c7c7c7;
     display: inline-block;
     outline: 0px;
     background-color: rgba(0,0,0,.075);
     border-radius: 5px;
     border: none;
     font-size: 11px;
     padding-left: 11px;
}
 .date-time-div .modal-content {
     box-shadow : 0 0px 0px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.5);
     border : 0px;
     margin: 20px!important;
}
 .date-time-div p.otp-heading {
     color: black;
}
 .date-time-div a#edti_click {
     float: right;
     margin-top: -36px;
     margin-right: 25px;
}
 .date-time-div input#phone {
     width: 402px;
     margin-left: 42px;
}
 .date-time-div .date-text{
     margin-top: 14px;
     margin-left: 10px;
     font-size: 14px;
     font-weight: 500;
     margin-bottom: -13px;
}
 .date-time-div .heading-text{
     margin-top: 5rem !important;
     font-size: 12px;
     font-weight: 400;
}
 .date-time-div #msg textarea{
     border-radius: 5px;
     resize: vertical;
     height: 100px;
     width: 90%;
     margin-left: 12px;
     background-color: #eaeaea;
     border: none;
     outline:none;
}
 .date-time-div .otp_wrapper a {
     font-size: 11px;
     font-weight: 200;
}
 .btn_salonline_btn{
     width: 90%;
     margin-left: 14px;
}
 .msg-text{
     font-weight: 500;
     font-size: 12px;
     margin: 18px;
}
 @media only screen and (max-width: 600px) {
     .date-time-div .heading-text {
         margin-top: 2rem !important;
         font-size: 13px;
    }
     .date-time-div .auth_code_input{
         display: grid;
         grid-template-columns: 100px auto 113px;
         font-size: 13px;
    }
}
/*============ end date and time css==========================*/

/*===================start order list css=========================*/

  .order_list_div .order_action_order_list p:nth-child(2){
      font-size: 16px;
  }
  .order_list_div .order_action_order_list p:nth-child(1){
      font-size: 13px;
      color: #ADADAD;
  }
.order_list_div .booking_date{
    color:#D00096;
    font-size:12;
  }
  .order_list_div .card table{
    width: 100%;
    font-size: 13px;
  }
  .order_list_div .card table tr td:nth-child(1){
    color: #9B9B9B;
    width: fit-content;
    vertical-align: baseline;
  }
  .order_list_div .card{
    padding: 25px
  }
   
   .order_detail_action {
    border-radius: 0px;
    border: 0px;
    outline: none;
    padding: 8px 40px 8px 40px;
    font-size: 11px
}
.order_list_div .card {
    margin-bottom: 20px;
}

   @media only screen and (max-width: 600px) {
     .order_detail_action {
      padding: none;
     }
  .order_list_div .order_action_order_list {
        display: grid;
        grid-template-columns: auto auto;
    }
  .order_list_div .order_list_div .card{
    padding: 18px
  }
.order_list_div .order_action_order_list div:nth-child(1) {
    text-align: left;
}
   }

   /*============step progress bar ============================*/
  .order_list_div .step_progress .step {
  list-style: none;
  margin: auto;
  width: 100%;
  padding: 0;
}

.order_list_div .step_progress .step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

.order_list_div .step_progress .step .step-item:not(:first-child)::before {
  background: #2cbb4c;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.order_list_div .step_progress .step .step-item a {
  color: #acb3c2;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  font-size: 10px;

}

.order_list_div .step_progress .step .step-item a::before {
  background: #2cbb4c;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}

.order_list_div .step_progress .step .step-item.active a::before {
  background: #fff;
  border: .1rem solid #2cbb4c;
}

.order_list_div .step_progress .step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}

.order_list_div .step_progress .step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}
/*end step progress bar */


/*===================end order list css=========================*/





/*======================start order detail ====================*/
.order_detail_div .order_action p:nth-child(2){
      font-size: 16px;
  }
 .order_detail_div .order_action p:nth-child(1){
      font-size: 13px;
      color: #ADADAD;
  }
 .order_detail_div .booking_date{
    color:#D00096;
    font-size:12;
  }
 .order_detail_div table{
    width: 100%;
    font-size: 13px;
  }
.order_detail_div table tr td:nth-child(1){
    color: #9B9B9B;
    width: fit-content;
    vertical-align: baseline;
  }
.order_detail_div .card{
    padding: 25px
  }
   
.order_detail_div .order_detail_action {
    border-radius: 0px;
    border: 0px;
    outline: none;
    padding: 5px 25px 5px 25px;
    font-size: 13px
}
.order_detail_div .card {
    margin-bottom: 20px;
}
/*.order_detail_div .order_action div a:nth-child(2) {

  background: #D9D9D9;
  color: #2B2B2B;
}*/

   @media only screen and (max-width: 600px) {
  .order_detail_div .order_action div:nth-child(1) { 
    display: grid;
    grid-template-columns: 50% auto;
    text-align: left;
  }
  .order_detail_div .order_action div:nth-child(2) {
    /*display: grid;*/
    grid-template-columns: 50% auto;
    grid-column-gap: 10px;
  }
.order_detail_div .order_detail_action {
    padding: 8px 7px 8px 7px;
    font-size: 11px;
  }
}

   /*============step progress bar ============================*/
 .order_detail_div .step {
  list-style: none;
  margin: auto;
  width: 100%;
  padding: 0;
}

.order_detail_div .step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

 .order_detail_div .step .step-item:not(:first-child)::before {
  background: #2cbb4c;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.order_detail_div .step .step-item a {
  color: #acb3c2;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  font-size: 10px;
}

.order_detail_div .step .step-item a::before {
  background: #2cbb4c;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}

.order_detail_div .step .step-item.active a::before {
  background: #fff;
  border: .1rem solid #2cbb4c;
}

.order_detail_div .step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}

.order_detail_div .step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}
/*end step progress bar */

/*======================start order Detail style===================*/
.app_order_div table{width:100%;font-size: 12px;
    font-weight: 500; }
   .app_order_div table td:nth-child(2){
      text-align: right;
    }
   .app_order_div table th:nth-child(2){
      text-align: right;
    }
   .app_order_div .order_booking {
    width: 100%;
    background: #fff;
    display: grid;
    grid-template-columns: 120px auto 150px;
    box-sizing: 0;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
  }
   .app_order_div .order_booking .btn{
    background-color:#c1c1c1;margin: 10px 0px 0px 30px;
    background-color: #c1c1c1;
    font-size: 12px;
    font-weight: 400;
  }
   .app_order_div .order_booking div:nth-child(3){
      text-align: right; margin-right: 10px;
    }
    .app_order_div .order_booking strong{
      font-size: 15px;
    }
   .app_order_div .order_booking div:nth-child(2){
    /*margin-left: 20px;*/
    margin: 8px 20px 10px 20px;
    }

   .app_order_div .order_booking div:nth-child(2) p{
       font-size: 12px;
       font-weight: 300; 
    }


   .app_order_div .order_booking img {
        width: 120px;
        height: 120px;
    }
   .app_order_div p {
        margin: 0px;
    }
   .app_order_div .price {
        font-size: 14px;
    }
   .app_order_div .product-price {
        text-align: right;
        font-weight: 600;
        font-size: 12px;
        margin-top: 15px;
        margin-right: 10px;
    }
   .app_order_div .product-price span {
        font-weight: normal;
      }
   .app_order_div .off_p {
        background: #8BC34A;
        font-size: 11px;
        color: #fff;
        padding: 2px;
    }
   .app_order_div #coupon {
      border: none;
      border-radius: 6px;
      background-color: #ced4da8c;
      height: 34px;
    }
   .app_order_div #coupon_btn {
      border: none;
      padding: 9px 30px 5px 30px;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      background-color: #e90e8b;
      color: #fff;
    }
   .app_order_div .card-body div {
      font-size: 12px;
      font-weight: 400;
    }
   .app_order_div .card-body button {
      background-color: #e90e8b;
      color: #fff;
      font-size: 12px;
      font-weight: 500;

    }
    /*======end order detail style================*/
/*=============  end order detail  ===========*/
/*=========start order detail mobile view================= */
    @media only screen and (max-width: 600px) {
      .app_order_div .cart_order_list {
        display: grid;
        grid-template-columns: 100%;
      }
      .app_order_div .order_booking {
        display: grid;
        grid-template-columns: 50% 50%;
      }
      .app_order_div .product-price-div {
        display: unset !important;
      }
    }
/*=========end order detail mobile view================= */

/* ========= cart action =====================*/
._add_cart_button {
    display: grid;
    grid-template-columns: 25px 34px 25px;
    text-align: center;
    /* vertical-align: middle; */
    float: right;
}

._add_cart_button div:nth-child(2) {
    color: #b92875;
    padding-top: 5px;
}
.decrease_item {
    border: 1px solid #8C8C8C;
    box-sizing: border-box;
}
.increase_item {
  border: 1px solid #8C8C8C;
  box-sizing: border-box;
}

.decrease_items {
    border: 1px solid #8C8C8C;
    box-sizing: border-box;
}
.increase_items {
  border: 1px solid #8C8C8C;
  box-sizing: border-box;
}

/*===========start category list css=================*/
.category-list-div .panel-heading {
  padding: 0;
  border: 0;
}

.category-list-div .panel-title>a, .category-list-div .panel-title>a:active {
  display: block;
  padding: 5px;
  color: #555;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.category-list-div .arrow_up {
  height: unset !important;
  width: 25px;
  margin-top: 8px;
}

.category-list-div .arrow_down {
  height: unset !important;
  width: 25px;
  margin-left: -5px;
}

.category-list-div .panel-title img {
  height: 50px;
  border-radius: 50%;
}

.category-list-div .panel-heading {
  background: #FFF;
}

.category-list-div .panel-heading.active {
  background: #EE509C;
}

.category-list-div .panel-heading.active .panel-title img.arrow_up {
  display: block;
}

.category-list-div .panel-heading.active .panel-title img.arrow_down {
  display: none;
}

.category-list-div .panel-heading .panel-title img.arrow_up {
  display: none;
}

.category-list-div .panel-heading .panel-title a div {
  float: right;
  height: 60px;
  margin: -5px;
  width: 40px;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-left: 8px;
}

.category-list-div .panel-heading.active .panel-title a div {
  background: #EA2A98;
}

.category-list-div .panel-heading.active .panel-title a {
  color: #fff;
}
/**/
.category-list-div .sub_cat_list {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

@media only screen and (max-width: 600px) {
  .category-list-div .sub_cat_list {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }

  .category-list-div .img_category a img {
    margin: unset !important;
  }

  .category-list-div .img_category {
    background: #fff;
    margin: 10px;
    text-align: center;
    padding: 5px;
    font-size: 14px !important;
    line-height: 1;
  }

  .category-list-div .img_category a p {
    text-decoration: none !important;
    color: #000;
  }
}

.category-list-div .img_category {
  background: #fff;
  margin: 10px;
  padding: 15px;
  text-align: center;
}
/*=======end category list css==================*/

a.left-arrow.carousel-control-prev img, a.right-arrow.carousel-control-next img {
    width: 12px;
}

a.left-arrow.carousel-control-prev, a.right-arrow.carousel-control-next {
    white-space: unset;
    padding: unset;
    max-width: 30px;
   /* min-width: 30px;
    height: 30px;
    margin-top: 10px;*/
    opacity: 1;
    border-radius: 34px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ae296c;
}

.go_to_cart.ff_f {
    position: fixed;
    z-index: 9999;
    bottom: 21px;
    display: none;
    right: 0px;
}
.all_search{
    text-align: center;
    color: #e90e8b;
    font-weight: bold;
}
.modal_search .modal-content{
    border-radius: 3.3rem;
}

/* book on whatsapp*/
img.product_whatsapp {
    width: 20px !important;
    margin-left: 5px;
    
    /*box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);*/
    /*-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
    /*-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
    /*-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
    /*animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);*/
}

/*@-webkit-keyframes pulse{to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}} */
/*@-moz-keyframes pulse{to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}*/
/*@-ms-keyframes pulse{to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}} */
/*@keyframes pulse{to{box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}*/


