.ajaxRunning {
  pointer-events: none;
}

.fa-circle-o-notch {
  margin-right: 5px;
  font-size: 10px;
  display: none !important;
}

.ajaxRunning .fa-circle-o-notch {
  display: inline-block !important;
}

/* p { font-family: "Montserrat", sans-serif;} */
.comon_checkout {
  font-family: Roboto, sans-serif;
  min-height: calc(100vh - 18px);
}
.comon_checkout .form-control {
  height: 52px;
  background: transparent;
}
.comon_checkout p, .comon_checkout a, .comon_checkout h1, .comon_checkout h2, .comon_checkout h3, .comon_checkout h4, .comon_checkout h5, .comon_checkout h6, .comon_checkout span {
  font-family: Roboto, sans-serif;
}

@media only screen and (min-width: 1746px) {
  .comon_checkout .checkout_body {
    padding-right: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .right_fix_block {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (min-width: 1440px) {
  .right_fix_block {
    width: 375px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1745px) {
  .comon_checkout .checkout_body {
    padding-right: 230px;
    padding-right: 409px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .comon_checkout .checkout_body {
    padding-right: 400px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .comon_checkout .checkout_body {
    padding-right: 340px;
    padding-right: 380px;
  }
  .right_fix_block {
    width: 350px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .right_fix_block {
    width: 300px;
  }
  .comon_checkout .checkout_body {
    padding-right: 310px;
  }
}
@media only screen and (min-width: 992px) {
  .right_fix_cont {
    height: 100%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .comon_checkout .container-fluid {
    padding-left: 60px;
  }
  .comon_checkout .addAddress {
    padding-right: 90px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .comon_checkout .container-fluid {
    padding-left: 69px;
  }
  .comon_checkout .addAddress {
    padding-right: 103px;
  }
  .comon_checkout .netbank_block {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .comon_checkout .container-fluid {
    padding-left: 141px;
  }
  .comon_checkout .addAddress {
    padding-right: 179px;
  }
  .comon_checkout {
    /*.address_tabs{padding-right: 150px;}*/
  }
  .comon_checkout .netbank_block {
    padding-right: 135px;
  }
}
.right_fix_block { /*min-height:100vh; */ }

.order_summ_prod_count {
  padding: 15px 15px 10px;
  color: #1a1a1a;
  margin-bottom: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.27);
  position: relative;
}
.order_summ_prod_count .cls_btn_2 {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #999999;
  font-style: normal;
  top: 6px;
  display: none;
}

@media only screen and (min-width: 1920px) {
  .order_summ_prod_count {
    font-size: 21px;
    padding-top: 31px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .order_summ_prod_count {
    font-size: 16px;
  }
}
/* store name row start */
.store_name_row {
  height: 50px;
}
.store_name_row .store_name_2 {
  font-size: 18px;
  color: #292929;
  text-transform: uppercase;
  margin: 0;
  height: 50px;
  display: flex;
  font-weight: 600;
  align-items: center;
}

/* store name row start */
/* breadcrum row start */
.breadcrum_row {
  height: 38px;
  background-color: #ffffff;
  border-bottom: solid 1px #c4c4c4;
}

.breadcum_link {
  font-size: 1px;
  color: #292929;
  display: flex;
  align-items: center;
  height: 38px;
  margin: 0;
}
.breadcum_link a {
  color: #6c6c6c;
}

/* breadcrum row End */
/* top row start */
.top_row_inner {
  align-items: center;
  height: 70px;
  position: relative;
  display: flex;
}
.top_row_inner .left_arrow {
  position: relative;
}
.top_row_inner .desktop_back_arrow {
  margin-right: 12px;
}

.left_arrow .fa-angle-left {
  font-size: 34px;
  color: #717171;
}

.btn.checkout_btn {
  background: #ffffff;
  border-radius: 4px;
  color: #363636;
  width: 110px;
  max-width: 235px;
  height: 38px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #707070; /* height: 52px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.checkout_btn:hover {
  background: #e8f1ff;
}

.btn.checkout_btn.act {
  background: #e8f1ff;
}

.btn_list {
  display: flex; /*margin-left: -15px;*/ /*width:100%; */
}
.btn_list li {
  margin-left: 15px; /*width:19.043%;*/
  max-width: 235px;
}
.btn_list li:first-child {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .btn_list_cont .container {
    padding: 0;
  }
  .btn_list {
    margin-left: 0;
  }
  .btn_list li { /*width:50%;  max-width:50%;*/ }
}
/* top row End */
/* floating label strat */
.is-floating-label {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 11px;
  transition: all 200ms;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
  left: 12px;
  z-index: 1;
  line-height: normal;
  margin: 0;
}

.is-focused .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
}

.act_anim .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
  background: #ffffff;
}

/* floating label End */
.order_summery_wrp {
  margin: 20px 0 10px;
  display: none;
}

.order_summery_block {
  height: 70px;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #cecece;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blk {
  width: 50%;
  padding: 5px;
}

.txt_1 {
  font-size: 18px;
  color: #363636;
  margin: 0;
  position: relative;
  display: inline-block;
}
.txt_1:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid #cecece;
  position: absolute;
  top: 10px;
  right: -20px;
  transform: rotate(-90deg);
}

.txt_2 {
  font-size: 14px;
  color: #363636;
  margin: 0;
}

.txt_3 {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .order_summery_block {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
/* mid row start */
.mid_row { /*background: #f1f1f1;*/
  border-top: 1px solid #f1f1f1;
  padding: 25px 0;
}

.mid_heading {
  font-size: 18px;
  color: #363636;
  font-weight: 500;
}

.location_wrp {
  height: 250px;
  border: 1px solid #63767b;
  margin-top: 12px;
  width: 100%;
}

.btn.v2 {
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 10px;
  background: #000000;
  line-height: normal;
  font-weight: normal;
  height: 45px;
  border-radius: 4px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  outline: none;
  font-family: Rubik, sans-serif;
}
.btn.v2 span {
  font-family: inherit !important;
}

.btn.location_btn {
  background: #909090;
  max-width: initial;
  margin-top: 25px;
  width: 100%;
}
.btn.location_btn:hover {
  background: #000000;
}

.or_txt {
  font-size: 16px;
  color: #717171;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  text-decoration: underline;
  text-transform: lowercase;
}

.map_txt {
  font-size: 16px;
  color: #131313;
  margin-top: 5px;
  text-align: center;
}

/* address form start */
.address_form {
  margin-top: 0;
}
.address_form .is-floating-label {
  background: #ffffff;
  border-radius: 0.25rem;
}
.address_form .form-control {
  z-index: 2 !important;
  position: relative;
  background: transparent;
  font-size: 14px;
  color: #555555;
  height: 38px !important;
}
.address_form .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.address_form .form-check {
  margin-top: 15px;
}
.address_form .buildingCont {
  border: 1px solid #ced4da;
  padding: 10px;
}

.buildingOuterCont {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
  padding-bottom: 30px;
}

.form-check.v2 .form-check-input {
  position: relative;
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #707070;
  float: left;
}
.form-check.v2 .form-check-label {
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
  width: calc(100% - 32px);
  line-height: normal;
}

.bottom_btn_outer_wrp {
  margin-top: 15px;
}

.bottom_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
}

.bottom_btn_outer_wrp.guest_checout_wrp {
  display: flex;
  align-items: center;
}
.bottom_btn_outer_wrp.guest_checout_wrp .terms_checbox_checkout .form-group {
  margin-bottom: 0;
}
.bottom_btn_outer_wrp.guest_checout_wrp .bottom_btn_wrp {
  flex-flow: column-reverse;
  align-items: flex-end;
}
.bottom_btn_outer_wrp.guest_checout_wrp .bottom_btn_wrp a {
  margin-right: 0;
  margin-top: 6px;
}
.bottom_btn_outer_wrp.guest_checout_wrp .terms_checkbox {
  margin-bottom: 0;
}

/*.bottom_btn_wrp.v3{justify-content: space-between;
    .btn_wrp_2{display: flex; align-items: center;}
}*/
.txt_link {
  font-size: 16px;
  color: #363636;
  margin-right: 20px;
}

.form_btn_txt {
  font-size: 12px;
  color: #363636;
  margin: -5px 0 0 0;
  position: relative;
  padding-bottom: 15px;
}
.form_btn_txt::before {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.is-floating-label.error .form-control {
  border-color: red;
}

.form-group.has-error {
  color: red;
}
.form-group.has-error .form-control {
  border-color: red;
  box-shadow: 0 0 0 1px #ff6d6d;
}

.mobile_inp_cont .iti {
  width: 100%;
}
.mobile_inp_cont .iti__flag-container {
  z-index: 3;
}
.mobile_inp_cont .iti__flag-container .iti__selected-flag {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .location_wrp {
    height: 250px;
  }
}
.iti__country-list {
  z-index: 4 !important;
}

/* address form End */
/* mid row End */
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .btn.location_btn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .txt_link {
    font-size: 16px;
  }
  .btn.checkout_btn { /*width: 130px;*/
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }
  .top_row_inner .left_arrow {
    left: -1.5rem;
  }
  .mid_heading {
    font-size: 16px;
  }
  .map_txt {
    font-size: 18px;
  }
  .mid_row {
    border: none;
  }
  /*.address_form .form-control{height: 49px;}*/
  .form-control-placeholder {
    font-size: 16px;
    top: 16px;
  }
}
/* select address start */
.select_address_cont {
  padding-bottom: 50px;
  align-items: center;
}

.select_address .mid_heading {
  margin-bottom: 10px;
}

.add_heading {
  font-size: 18px;
  color: #363636;
  margin: 0;
  line-height: normal;
  padding-right: 25px;
  text-transform: capitalize;
}

.add_txt {
  font-size: 16px;
  color: #363636;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.slider_list {
  list-style: none;
  display: flex !important;
  width: 100%;
  flex-flow: row;
  outline: none;
}
.slider_list li { /*width: 312px;*/
  display: flex;
  margin-top: 1px;
}
.slider_list li .slider_inner {
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #ffffff;
  background-color: #ffffff; /*margin:8px;*/
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.slider_list li .form-check-input {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  display: none;
}
.slider_list li.act .slider_inner {
  background: #e8f1ff;
  border: 1px solid #636363;
}
.slider_list li.act .form-check-input {
  display: block;
}
.slider_list li.act .edit_delet_list {
  display: flex;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.slider_list.inner_hei_100 li {
  display: flex;
  flex-flow: column;
}
.slider_list.inner_hei_100 .slider_inner {
  height: 100%;
}
.slider_list.inner_hei_100 .edit_delet_list {
  position: absolute;
  bottom: -32px;
}

.add_link {
  width: 100% !important;
  height: 100% !important;
  float: right;
  border-radius: 4px;
  border: solid 1px #b4b4b4; /*background: #ebebeb;*/
  color: #363636;
  height: 130px;
  width: 130px;
  text-align: center;
  padding: 0 5px 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  line-height: normal;
  text-decoration: none;
}
.add_link .add_link_text {
  width: 100%;
  font-size: 12px;
  margin-top: -10px;
  float: left;
  line-height: normal;
}
.add_link .plus_icon {
  font-size: 70px;
  opacity: 0.5;
}

.edit_delet_list {
  list-style: none;
  display: flex;
  margin: 10px 0 5px -10px;
  display: none;
}
.edit_delet_list li {
  border-left: 1px solid #363636;
  line-height: normal;
  font-size: 14px;
  color: #363636;
}
.edit_delet_list li a {
  font-size: 14px;
  color: #363636;
  padding: 0 10px;
}
.edit_delet_list li:first-child {
  border: none;
}

.select_slot {
  border-top: 1px solid #e1e1e1;
  margin: 10px 0 0 0;
  padding-top: 40px;
}

.slider_list.v2 li { /*width: 270px;*/
  text-align: center;
}
.slider_list.v2 li .add_heading {
  padding: 0;
}

.devider {
  border-bottom: 1px solid #cccccc;
  width: 100px;
  margin: 5px auto;
}

.time_select {
  margin: 5px 0 0 0;
}
.time_select select {
  font-size: 14px;
}

.bottom_btn_wrp.v2 { /*justify-content: flex-start;*/
  padding: 0;
  margin-left: 15px;
}

.mt-140 {
  margin-top: 140px;
}

@media only screen and (min-width: 768px) {
  .add_link .add_link_text { /*position: absolute; bottom: 10px;*/ }
}
@media only screen and (min-width: 375px) and (max-width: 380px) {
  .slider_list.custom_width .time-slot-li {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 340px) {
  .slider_list.custom_width .time-slot-li {
    margin-top: 60px;
  }
}
/* select address End */
/* input by precent  start */
/*.address_form {
  .form-control { height:auto !important;  }
  .col-md-12 { 
    .form-control { padding:1.5965% 1.4513% 1.7416%; }
    .form-control-placeholder { }   
  }
  .col-md-6 {
    .form-control { padding:3.2640% 2.967% 3.5608%; }
    .form-control-placeholder {} 
  }
  option { font-size:18px;}

}

@media only screen and (max-width: 767px) {
  .btn.v2{width: 100%;}
}*/
/* input by precent  end */
/* netbanking page start */
.edit_link {
  font-size: 14px;
  color: #363636;
}

.netbank_block {
  padding-top: 30px;
}
.netbank_block .slider_list {
  margin-left: -30px;
  margin-top: 0;
}
.netbank_block .slider_list li .edit_link {
  position: absolute;
  bottom: -25px;
  left: 14px;
}
.netbank_block .slider_list li .net_heading {
  position: absolute;
  top: -30px;
  left: 14px;
}

.net_heading {
  font-size: 16px;
  color: #363636;
}

.net_heading.v2 {
  font-weight: 600;
  margin-bottom: 19px;
}

.choose_block {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}

.payment_option_block {
  margin: 50px 0 0 0;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
}

.option_list {
  list-style: none;
  margin-top: 4px;
}
.option_list > li {
  width: 100%;
}
.option_list > li > a {
  margin-top: 10px;
}
.option_list > li > a .fa-play {
  display: none;
  font-size: 15px;
  margin-right: 10px;
}
.option_list > li.act > a {
  font-weight: 600;
  border: solid 1.3px #363636;
  background-color: #e7f0fe;
}
.option_list > li.act > a .fa-play {
  display: block;
}

[data-method=paypal] {
  margin-top: 10px;
}

@media only screen and (min-width: 1122px) {
  [data-method=paypal] #paypal-button-container {
    height: 35px;
  }
}
@media only screen and (min-width: 1024) and (max-width: 1121px) {
  [data-method=paypal] #paypal-button-container {
    height: 25px;
  }
}
@media only screen and (min-width: 812px) and (max-width: 1023px) {
  [data-method=paypal] {
    margin-bottom: 10px;
  }
  [data-method=paypal] #paypal-button-container {
    height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 811px) {
  [data-method=paypal] {
    margin-bottom: 10px;
  }
  [data-method=paypal] #paypal-button-container {
    height: 25px;
  }
}
@media only screen and (min-width: 533px) and (max-width: 767px) {
  [data-method=paypal] {
    margin-bottom: 10px;
  }
  [data-method=paypal] #paypal-button-container {
    height: 55px;
  }
}
@media only screen and (min-width: 333px) and (max-width: 532px) {
  [data-method=paypal] {
    margin-bottom: 10px;
  }
  [data-method=paypal] #paypal-button-container {
    height: 45px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 332px) {
  [data-method=paypal] {
    margin-bottom: 10px;
  }
  [data-method=paypal] #paypal-button-container {
    height: 35px;
  }
}
.option_btn {
  font-size: 18px;
  color: #363636;
  height: 68px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #fafafa;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.payment_option {
  padding: 28px 30px 30px 30px;
  border-right: 1px solid #e5e5e5;
}

.right_block {
  display: none;
  width: 100%;
}
.right_block .btn.v2 {
  margin: 35px 0 0 10px;
  float: right;
}
.right_block .mbl_wrp {
  margin-top: 20px;
  width: 100%;
  max-width: 375px;
  margin-bottom: 0;
}
.right_block .mbl_wrp .form-control {
  height: 35px;
  height: 38px;
  border-color: #9f9f9f;
  position: relative;
  z-index: 2;
}
.right_block .mbl_wrp .btn.v2 {
  height: 35px;
}
.right_block {
  /*.mbl_wrp .form-group{width: calc(100% - 110px);}*/
}

.right_block.act {
  display: inline-block;
}

.img_list {
  display: flex; /*height: 146px;*/
  height: 50%;
  border-bottom: 1px solid #e5e5e5;
  margin-left: -15px;
  overflow: hidden;
  padding-right: 70px;
  padding-bottom: 30px;
}
.img_list li {
  display: flex;
  align-items: flex-end; /*margin-bottom: -75px;*/
}
.img_list li img {
  max-width: 100%;
}
.img_list li.razor {
  padding-top: 43px;
}
.img_list {
  /*li.upi{padding-top: 54px; margin-left: -7px;}*/
}
.img_list li.mc {
  padding-left: 22px;
  padding-top: 46px;
}
.img_list {
  /*li.visa{padding-left: 50px; padding-top: 46px;}*/
}
.img_list li.visa {
  padding: 43px 0 0 35px;
}
.img_list li.mastercard {
  padding: 44px 0 0 20px;
}
.img_list li.amex {
  padding: 40px 0 0 21px;
}
.img_list li.upi {
  padding: 43px 0 0 22px;
}
.img_list li.wallets {
  padding: 44px 0 0 21px;
}
.img_list li.banking {
  padding: 40px 0 0 22px;
}

.img_list.payIcCont {
  margin: 0 0 0 -15px;
  padding-left: 34px;
  padding-top: 32px;
  padding-right: 10px;
}
.img_list.payIcCont li {
  margin: 0 7px;
}

.verify_block {
  width: 100%;
  max-width: 437px;
  padding: 22px 0 0 0;
}
.verify_block .otp_block { /*max-width: 445px;*/
  width: 380px;
}
.verify_block .otp_block .form-control {
  justify-content: inherit;
  width: 410px;
  width: 260px;
  height: 35px;
  border-color: #9f9f9f;
}
.verify_block .otp_block .form-control .timer {
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
.verify_block .otp_block .pincode-input-container input {
  width: 20px;
  border-color: #d0d0d0;
  height: 20px;
  margin-top: 0;
}
.verify_block .btn.v2 {
  margin: 4px 0 10px 200px;
  float: left;
}
.verify_block .mbl_wrp .form-group {
  width: calc(100% - 110px);
}

.border_bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4px;
}

.net_heading.v2.border_bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 4px;
  margin-bottom: 7px;
}

.code_txt_2 {
  font-size: 10px;
  color: #9f9f9f;
  line-height: normal;
}

.otp_txt2 {
  font-size: 12px;
  color: #636363;
  line-height: normal;
  margin-left: 10px;
  min-width: 180px;
  margin-top: 15px;
}

.edit_delet_list.v2 {
  margin: 30px 0 20px 0;
  display: flex;
  width: 100%;
}
.edit_delet_list.v2 li {
  padding-left: 10px;
}
.edit_delet_list.v2 li:first-child {
  padding: 0;
}

.aboutShipComp {
  display: flex;
  flex-flow: row;
}

.net_heading_n {
  font-size: 16px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 6px;
}

.ship_complete_info {
  font-size: 14px;
  font-weight: normal;
}

.form-check-input-n {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.shippiingTxtCont {
  display: flex;
  flex-flow: column;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .option_btn {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .payment_blck.act .mbl_payment_option {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mid_heading {
    margin-top: 10px;
  }
  .netbank_block .slider_list {
    margin: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .netbank_block .slider_list li:first-child {
    padding-right: 0;
  }
  .netbank_block .slider_list li .add_heading {
    font-size: 14px;
    font-weight: 600;
  }
  .netbank_block .slider_list li .add_txt {
    font-size: 12px;
    line-height: 14px;
  }
  .dsk_payment_option {
    display: none;
  }
  .payment_blck.act .mbl_payment_option { /*display: block; */
    width: 100% !important;
  }
  .payment_blck.act .mbl_payment_option .img_list {
    margin-bottom: 15px;
    padding: 0 0 20px 0;
  }
  .payment_blck.act .mbl_payment_option .img_list li {
    padding: 0 0 0 10px !important;
  }
  .option_list li:first-child .mbl_payment_option {
    display: block;
  }
  .option_list > li {
    border: solid 1.3px #d1d1d1;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .option_list > li > a {
    margin: 0;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .option_list > li.act > a {
    border: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .dsk_payment_option {
    display: none !important;
  }
}
/* netbanking page End */
@media only screen and (max-width: 1023px) {
  .right_fix_block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .right_fix_cont {
    position: relative;
    z-index: 4;
    background: white;
    width: calc(100% - 30px);
    height: calc(100vh - 40px);
    margin: 20px auto 0;
    border-radius: 5px;
  }
  .popup-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #000;
    opacity: 0.5;
  }
  .order_summery_wrp {
    display: block;
  }
  .cart_dd_ul {
    max-height: initial;
  }
  .checkout-box-wrapper {
    overflow: hidden;
    overflow-y: scroll;
  }
  #order-summary .right_fix_cont {
    overflow: hidden;
    overflow-y: auto;
  }
  #order-summary .right_fix_cont .checkout-box-wrapper {
    height: auto !important;
  }
  #order-summary .right_fix_cont .sidebar_btm_cnt {
    position: relative;
    bottom: inherit;
  }
  .order_summ_prod_count .cls_btn_2 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .add_link {
    width: 110px;
    height: 110px;
  }
  .add_link .plus_icon {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .top_row_inner {
    height: auto;
    flex-wrap: wrap;
  }
  .mid_row {
    padding-top: 8px;
  }
  .store_name_row {
    height: 43px;
  }
  .store_name_row .store_name_2 {
    font-size: 16px;
    height: 43px;
  }
  .slider_wrp {
    width: calc(100% - 70px);
  }
  .add_address_cont {
    width: 65px;
  }
  .add_link {
    width: 65px;
    height: 100px;
  }
  .add_link .plus_icon {
    font-size: 48px;
  }
  .select_address {
    margin-top: 10px;
  }
  .verify_block .otp_block {
    flex-wrap: wrap;
  }
  .right_block {
    padding: 15px;
    background: #fafafa;
  }
  .right_block .verify_block {
    padding: 0;
  }
  .right_block .verify_block .edit_delet_list.v2 {
    flex-wrap: wrap;
    margin: 0;
  }
  .right_block .verify_block .edit_delet_list.v2 li {
    border: none;
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #707070;
    width: 100%;
    padding-top: 10px;
  }
  .right_block .verify_block .edit_delet_list.v2 li:first-child {
    border: none;
  }
  .right_block .verify_block .btn.v2 {
    width: 100%;
  }
  .right_block .verify_block .btn.v2.otp_btn {
    width: 97px;
  }
  .right_block .btn.v2 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .payment_option {
    padding: 0;
    border: none;
  }
  #select_delivery_slot .slider_wrp_2 {
    padding: 10px 0 0 0 !important;
  }
  #select_delivery_slot .slider_wrp_2 .slider_list.v2 {
    margin: 0;
  }
  .bottom_btn_wrp.v2 {
    margin-right: -15px;
  }
  .payment_option_block {
    margin-top: 40px;
    box-shadow: none;
  }
  .choose_block {
    padding-bottom: 20px;
    border: none;
  }
}
#tab_cod .btn.v2 {
  position: absolute;
  bottom: 32px;
  right: 20px;
}
#tab_cod .verify_block.show-cod-otp-screen .btn.v2 {
  position: relative;
  bottom: inherit;
  right: inherit;
  width: 100%;
  margin: 5px 0 20px 0;
}

@media only screen and (max-width: 374px) {
  .txt_1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .verify_block .otp_block {
    flex-wrap: wrap;
  }
  .verify_block .otp_block .form-control {
    width: 265px;
  }
  .verify_block .otp_block .otp_txt2 {
    margin-bottom: 0;
    margin-left: 0;
  }
}
/* floating label strat */
.is-floating-label {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 11px;
  transition: all 200ms;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
  left: 12px;
  z-index: 1;
  line-height: normal;
  margin: 0;
}

.is-focused .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
}

.act_anim .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
  background: #ffffff;
  color: #363636 !important;
}

/* floating label End */
.modal.v2 {
  padding: 0 !important;
}
.modal.v2 .modal-dialog {
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  margin-top: 40px;
}
.modal.v2 .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 0;
}
.modal.v2 .modal-dialog .modal-header {
  padding: 15px 15px 0 15px;
  border: none;
}
.modal.v2 .modal-dialog .modal-header .close {
  font-size: 50px;
  font-weight: normal;
  padding: 0 13px 0 0;
  position: static;
  margin: -15px -15px -15px auto;
  background: transparent;
  color: #363636;
  border: none;
  width: auto;
  height: inherit;
}
.modal.v2 .modal-dialog .modal-body {
  padding-top: 8px;
  padding-bottom: 65px;
  padding: 8px 15px 65px;
}
.modal.v2 .form-control {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .modal.v2 .modal-dialog {
    width: calc(100% - 30px);
    margin: 20px auto;
  }
  .modal.v2 .modal-dialog .modal-header .close {
    font-size: 40px;
  }
  /*.address_form{
      .form-control-placeholder{top: 18px;}
      .act_anim .form-control-placeholder{top: -7px;}
  }*/
}
/* sign in start */
.login_block {
  padding: 0 40px;
}

.login_heading {
  font-size: 18px;
  color: #363636;
  text-align: center; /* border-bottom:1px solid #d4d4d4;  padding-bottom: 18px;*/
  margin-bottom: 0;
  padding-top: 9px;
}
.login_heading.sub_head {
  font-size: 16px;
  margin-top: 20px;
}
.login_heading a {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.tab_list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; /*margin-top: 21px; */
}
.tab_list li {
  display: flex;
}
.tab_list li a {
  font-size: 16px;
  color: #494848;
  padding: 15px 35px 8px 35px;
  border-bottom: 2px solid #909090;
}
.tab_list li.act a {
  border-color: #292929;
  color: #333333;
  font-weight: 500;
  border-color: #292929;
}

.gen_otp {
  font-size: 13px;
  color: #005dff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 3;
}
.gen_otp:hover {
  color: #005dff;
}

.tab {
  margin-top: 18px;
  display: none;
}
.tab .form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c7c7c7;
  color: #363636;
}
.tab .form-control-placeholder {
  font-size: 14px;
  color: #999999;
}
.tab .btn.v2 {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: capitalize;
  align-items: center;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  background: #000000;
  color: #ffffff;
}

.tab.act {
  display: block;
}

@media only screen and (max-width: 767px) {
  .login_block {
    padding: 0 10px;
  }
  .login_heading {
    font-size: 14px;
    text-align: left;
  }
  .tab_list li {
    width: 50%;
  }
  .tab_list li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#mobile_no {
  padding-left: 97px !important;
}

#ls-signin-overlay .tab .form-group {
  position: relative;
}
#ls-signin-overlay .tab .form-group #generate_otp {
  position: absolute;
  top: 20px;
  right: 10px;
}
#ls-signin-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signin-overlay .iti__country-list {
  z-index: 5;
}

/* sign in End */
/* sign up start */
.signup_heading {
  font-size: 18px;
  color: #494848;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}

.login_block.v2 {
  padding: 0 25px;
}

.signup_wrp.tab {
  display: block;
}
.signup_wrp.tab .btn.v2 {
  margin-top: 0;
  display: flex;
}

.mbl_wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbl_wrp .form-group { /*width: calc(100% - 110px);*/
  margin-bottom: 5px;
}
.mbl_wrp .btn.v2 {
  width: 97px;
  margin: 0;
  height: 40px;
  padding: 0 5px;
  border: solid 1px #8f8f8f;
  color: #363636;
  background-color: #ececec;
}

.code_txt {
  font-size: 12px;
  color: #363636;
  line-height: normal;
  margin: 0;
}

.otp_block {
  display: flex;
  align-items: center;
}
.otp_block .form-control {
  justify-content: center;
  display: flex;
}
.otp_block .pincode-input-container input {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  box-shadow: none;
  border-radius: 0 !important;
  margin: 5px 5px 0;
  padding: 0;
  text-align: center;
  height: 20px;
}

.timer {
  font-size: 14px;
  color: #717171;
  margin-left: 10px;
}

#ls-signup-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti .iti__flag-container {
  z-index: 3;
}
#ls-signup-overlay .iti__country-list {
  z-index: 3;
}
#ls-signup-overlay .login_block.v2 .signup_wrp.tab .mbl_wrp.form-group .iti .form-control {
  padding-left: 97px !important;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .login_block.v2 {
    padding: 0 10px;
  }
  .otp_block .pincode-input-container input {
    width: 26px;
  }
  .signup_heading {
    font-size: 16px; /*text-align: left;*/
  }
  .btn.v2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 464px) {
  .otp_block .pincode-input-container input {
    width: 17px;
  }
  #ls-signup-overlay .tab .mbl_wrp .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #ls-signup-overlay .mbl_wrp {
    display: block;
  }
  #ls-signup-overlay .mbl_wrp .code_txt {
    margin-top: 10px;
  }
}
/* sign up End */
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #000000;
  box-shadow: none;
}

/*sigIn signUp overlay start*/
#ls-signin-overlay .ml-66, #ls-signin-overlay .iti + label.form-control-placeholder, #ls-signup-overlay .ml-66, #ls-signup-overlay .iti + label.form-control-placeholder {
  margin-left: 80px;
}
#ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-signin-overlay .pincode-input-text, #ls-signin-overlay .form-control.pincode-input-text, #ls-signup-overlay .pincode-input-text, #ls-signup-overlay .form-control.pincode-input-text {
  font-family: inherit;
}
#ls-signin-overlay .iti__flag-container, #ls-signup-overlay .iti__flag-container {
  width: 90px;
}

#ls-signin-overlay .tab .iti {
  width: 100%;
}

#ls-signin-overlay .has-error .gen_otp {
  top: 34%;
}

/*sigIn signUp overlay end*/
/* sign in sign up start */
@media only screen and (min-width: 1920px) {
  .modal.v2 .login_heading {
    font-size: 20px;
  }
  .modal.v2 .tab_list li a {
    font-size: 20px;
  }
  .modal.v2 .tab .form-control {
    height: 52px;
  }
  .modal.v2 .tab .form-control-placeholder {
    top: 15px;
  }
  .modal.v2 .tab .act_anim .form-control-placeholder {
    top: -10px;
  }
  .modal.v2 .tab .form-control-placeholder, .modal.v2 .tab .form-control, .modal.v2 .tab .gen_otp {
    font-size: 17px;
  }
  .modal.v2 .code_txt {
    font-size: 14px;
  }
  .modal.v2 .signup_heading {
    font-size: 24px;
  }
  .modal.v2 .btn.v2 {
    font-size: 24px;
    height: 60px;
  }
  .modal.v2#ls-signin-overlay .tab .form-group #generate_otp {
    top: 25px;
  }
  #ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
    height: 52px;
  }
  .signup_wrp.tab .btn.v2.verifySignIn, #add-address-register-otp .btn.v2 {
    width: 330px;
  }
  #ls-signup-overlay .pincode-input-container .form-control, #ls-signin-overlay .pincode-input-container .form-control {
    top: 10px;
    height: auto;
    margin-top: 0;
  }
  #ls-signin-overlay .tab .btn.v2 {
    width: 270px;
  }
}
/* sign in sign up End */
.iti-mobile .iti--container {
  z-index: 1000000;
}

.otp_inp_outer_wrp {
  width: 286px;
  overflow: hidden;
  positino: absolute;
}

.otp_input_inn_wrp {
  left: 0;
  position: sticky;
}

.otp_input_ele {
  height: 23px;
  padding-left: 15px;
  letter-spacing: 43px;
  border: 0;
  width: 336px;
  min-width: 336px;
  transition: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}
.otp_input_ele:focus {
  box-shadow: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 319px;
    max-width: 319px;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 256;
    max-width: 256px;
    background-size: 34px 1px;
    letter-spacing: 27px;
    padding-left: 20px;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 34px 1px;
    letter-spacing: 27px;
  }
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
}
#add-address-register-otp .otp_block.v3 {
  flex-flow: column;
}
#add-address-register-otp .code_txt_2 {
  width: 100%;
  margin-bottom: 5px;
}
#add-address-register-otp .timer.cod_timer {
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#add-address-register-otp .resendcode_link.act {
  color: blue;
  cursor: pointer;
}
#add-address-register-otp .otp_inp_outer_wrp {
  width: 453px;
}
#add-address-register-otp .otp_input_ele {
  width: 276px;
  max-width: 276px;
  background-size: 46px 1px;
  letter-spacing: 39px;
  padding-left: 16px;
}
#add-address-register-otp .otp_input_ele:focus {
  box-shadow: none;
  background-size: 46px 1px;
  letter-spacing: 39px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 240px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 29px 1px;
    letter-spacing: 22px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 29px 1px;
    letter-spacing: 22px;
  }
}
@media only screen and (max-width: 359) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 260px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 23px 1px;
    letter-spacing: 16px;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
}
.code_inp_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.code_inp_list li {
  width: 11.5%;
  margin-left: 10px;
  border-bottom: 1px solid #c7c7c7;
  height: 23px;
}
.code_inp_list li:first-child {
  margin-left: 0;
}
.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: none !important;
  height: auto !important;
  padding: 0;
  text-align: center;
  background: none;
}
.code_inp_list li .code_inp:focus {
  outline: none;
  box-shadow: none;
}

#add-address-register-otp .code_inp_list_wrp {
  display: flex;
  flex-flow: row;
}
#add-address-register-otp .code_inp_list_wrp .timer.cod_timer {
  width: 82px;
  max-width: initial;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.terms_privacy {
  font-size: 14px;
  color: #292929;
  display: flex;
}
.terms_privacy .terms_checkbox {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.terms_privacy label {
  cursor: pointer;
}

/* gl-6034 starts*/
#ls-signup-overlay .divider_line, #ls-signin-overlay .divider_line {
  display: flex;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}
#ls-signup-overlay .divider_line .divider_text, #ls-signin-overlay .divider_line .divider_text {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 0;
}
#ls-signup-overlay .social_login_btn_wrp, #ls-signin-overlay .social_login_btn_wrp {
  display: flex;
  justify-content: space-between;
}
#ls-signup-overlay .social_login_btn_wrp .social_login_btn, #ls-signin-overlay .social_login_btn_wrp .social_login_btn {
  border: 1px solid #ccc;
  background: transparent;
  padding: 7px;
  border-radius: 50px;
  font-size: 14px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000000;
}
#ls-signup-overlay .social_login_btn_wrp .google_logo, #ls-signin-overlay .social_login_btn_wrp .google_logo {
  margin-right: 10px;
}
#ls-signup-overlay .social_login_btn_wrp .facebook_logo, #ls-signin-overlay .social_login_btn_wrp .facebook_logo {
  color: #4267B2 !important;
  font-size: 20px;
  margin-right: 10px;
}

#ls-verifymobile-overlay .mbl_wrp {
  padding-bottom: 10px;
}
#ls-verifymobile-overlay .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-verifymobile-overlay .mbl_wrp .iti {
  display: block;
}
#ls-verifymobile-overlay .mbl_wrp .form-control-placeholder {
  margin-left: 80px;
}
#ls-verifymobile-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-verifymobile-overlay .mbl_wrp .otp_block_cont {
  padding-top: 10px;
}
#ls-verifymobile-overlay .modal-body {
  padding-bottom: 0;
}
#ls-verifymobile-overlay .modal-body .login_block.v2 {
  padding-bottom: 35px;
}
#ls-verifymobile-overlay .bottom_text {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin-bottom: 0;
}
#ls-verifymobile-overlay .bottom_text a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#ls-verifymobile-overlay .code_inp_list {
  width: calc(100% - 22px);
}
#ls-verifymobile-overlay .verify_mobile_timer {
  width: 106px;
  padding-top: 0;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  display: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a {
  pointer-events: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a.act {
  pointer-events: all;
  cursor: pointer;
}
#ls-verifymobile-overlay .optButton {
  min-width: 120px;
  background-color: #ececec;
  border: solid 1px #8f8f8f;
  color: #363636;
}
@media only screen and (max-width: 420px) {
  #ls-verifymobile-overlay .mbl_wrp .btn.v2.mt-0 {
    width: 80px;
    font-size: 14px;
  }
  #ls-verifymobile-overlay .mbl_wrp .form-group {
    width: calc(100% - 85px);
  }
  #ls-verifymobile-overlay .verify_mobile_timer {
    font-size: 11px;
  }
  #ls-verifymobile-overlay .code_inp_list li .code_inp {
    font-size: 14px;
  }
  #ls-verifymobile-overlay .act_anim .form-control-placeholder {
    top: -9px;
    font-size: 12px;
  }
  #ls-verifymobile-overlay .bottom_text {
    font-size: 16px;
  }
}

/* gl-6034 ends*/
.cart_content {
  margin-bottom: -24px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}
.cart_content p {
  font-family: Roboto, sans-serif;
}
.cart_content .cart_lhs {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  width: calc(100% - 275px);
  max-height: 464px;
  position: relative;
}
.cart_content .table {
  max-height: 396px;
  margin-bottom: 70px;
}
.cart_content .table th {
  font-size: 15px;
  color: #1a1a1a;
  border: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
}
.cart_content .table td, .cart_content .table th {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.cart_content .table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart_content .table td.border-grey {
  border-top: 1px solid #d7d7d7;
}
.cart_content .table tbody tr:first-child td {
  border-top: 0;
}
.cart_content .table thead th {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  border-top: 0;
}
.cart_content .product_details {
  width: 35%; /*width: 350px; width:275px;*/
}
.cart_content .product_variants {
  width: 30%; /*width:260px;width:220px;*/
}
.cart_content .cat_nm {
  width: 60px;
  font-size: 14px; /*width:50px;*/
  color: #494848;
}
.cart_content .prod_nm { /*width:65px;*/
  font-size: 16px;
  color: #292929;
}
.cart_content .wrp {
  width: 130px;
}
.cart_content .cart_variants label {
  margin-bottom: 0;
  font-size: 12px;
  color: #1a1a1a;
  margin-right: 10px;
}
.cart_content .cart_variants ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}
.cart_content .cart_variants li {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.cart_content .cart_variants ul a {
  width: auto;
  height: 25px;
  border-radius: 5px;
  border: solid 1px #bcbcbc;
  background-color: #ffffff;
  padding: 5px;
  font-size: 12px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_content .cart_variants ul.size_list a {
  min-width: 30px;
  height: 30px;
}
.cart_content .cart_variants ul li {
  margin-left: 5px;
}
.cart_content .cart_variants ul p {
  margin-bottom: 0;
}
.cart_content .cart_variants ul .color a {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  overflow: hidden;
  padding: 0;
  border: none;
}
.cart_content .cart_variants ul .color a span {
  display: block;
  width: 100%;
  height: 100%;
}
.cart_content .cart_variants .color .active {
  border: 1px solid black;
}
.cart_content .cart_variants .attribute .active {
  background-color: #f1f1f1;
}
.cart_content .ml-30 {
  margin-left: 30px;
}
.cart_content .mb-1 {
  margin-bottom: 1rem !important;
}
.cart_content .mrp {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-decoration: line-through;
}
.cart_content .selling-price {
  padding-top: 5px;
}
.cart_content .mrp, .cart_content .selling-price {
  color: #909090;
  font-size: 13px;
}
.cart_content .cart-plus-minus {
  display: block;
  height: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border: solid 1px #9f9f9f;
  background-color: #ffffff;
}
.cart_content .cart-plus-minus .qtybtn {
  color: #9f9f9f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 25px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  top: 0;
}
.cart_content .cart-plus-minus .dec {
  left: 0;
  border-right: solid 1px #9f9f9f;
}
.cart_content .cart-plus-minus .inc {
  right: 0;
  border-left: solid 1px #9f9f9f;
}
.cart_content .cart-plus-minus input.cart-plus-minus-box {
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #1a1a1a;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  padding: 0 30px;
}
.cart_content .cart-plus-minus, .cart_content .cart-plus-minus input.cart-plus-minus-box {
  width: 90px;
}
.cart_content .fa {
  color: #9f9f9f;
  font-size: 18px;
}
.cart_content .cart_bottom {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 0 20px;
  align-items: center;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding-left: 12px;
  height: 68px;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.cart_content .cart_bottom .total-items {
  font-size: 22px;
  border-right: 1px solid black;
  padding-right: 15px;
  color: #1a1a1a;
}
.cart_content .cart_bottom .subtotal {
  padding-left: 10px;
}
.cart_content .cart_bottom .subtotal-price {
  font-size: 21px;
  padding-left: 5px;
  font-weight: 500;
}
.cart_content .cart_bottom {
  /*.cart_button{border-radius: 7px;border: solid 1px #636363;background-color: #ffffff;display: inline-block;padding: 5px 25px;font-size: 14px;font-weight: 500;}*/
}
.cart_content .cart_bottom .cart_button {
  background: #ffffff;
  border: 1px solid #636363;
  margin-right: 10px;
  color: #000000;
  min-width: 100px;
}
.cart_content .cart_bottom .btn.v2, .cart_content .cart_bottom .cart_button {
  height: 40px;
}
.cart_content .cart_bottom {
  /*.cart_button.v2    {background-color: #000000;color: #fff;margin-left: 5px;}*/
}
.cart_content .table .product_details {
  padding-left: 0;
}
.cart_content .table .catNameWrp {
  padding-left: 12px;
  padding-right: 37px;
}
.cart_content .w-10 {
  width: 15%;
}
.cart_content .total_price {
  font-size: 16px;
  color: #494848;
  font-weight: 500;
}
.cart_content .cart_sidebar {
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-top: 0;
  max-height: 410px;
}
.cart_content .cart_sidebar .product-items {
  width: 50%;
  padding: 10px 5px;
}
.cart_content .cart_sidebar .prod-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.cart_content .cart_sidebar .prod-details {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.cart_content .cart_sidebar .prod-details .prod-title, .cart_content .cart_sidebar .prod-details span {
  font-size: 10px;
}
.cart_content .cart_sidebar .prod-details i {
  font-size: 10px;
}
.cart_content .cart_sidebar .prod-details p {
  line-height: 1.5;
}
.cart_content .cart_sidebar .prod-details .prod-price span {
  display: block;
  margin: 0 2px;
}
.cart_content .cart_sidebar .prod-details .prod-price {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
}
.cart_content .cart_sidebar .prod-details .prod-price .old-price {
  color: #9f9f9f;
  text-decoration: line-through;
  font-size: 9px;
}
.cart_content .cart_sidebar .prod-img {
  width: 75px;
  display: block;
  border: solid 1px #b9b8b8;
  border-radius: 5px;
  margin: 0 auto;
}
.cart_content .cart_sidebar .os-content {
  display: flex;
  flex-flow: row wrap;
}
.cart_content .cart_sidebar_header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.cart_content .cart_rhs {
  overflow: hidden;
  overflow-y: auto;
  width: 275px;
  margin-top: 0.75rem;
}
.cart_content img {
  width: 100%;
  border-radius: 5px;
}
.cart_content .option_wrp {
  padding-top: 15px;
}
.cart_content .option_wrp label {
  margin-bottom: 5px;
  color: #292929;
  font-size: 12px;
}
.cart_content .option_wrp input, .cart_content .option_wrp select, .cart_content .option_wrp textarea {
  border-radius: 5px;
  border: solid 1px #9f9f9f;
  height: 30px;
  background: #fff;
}
.cart_content .option_wrp small {
  font-size: 11px;
  color: #292929;
}
.cart_content .option_wrp textarea {
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart_content .table th {
    font-size: 14px;
  }
  .cart_content .prod_nm {
    font-size: 14px;
  }
  .cart_content .wrp {
    width: 90px;
  }
  .cart_content .product_variants {
    width: 20%;
  }
  .cart_content .cart_variants li.mb-1 {
    display: block;
  }
  .cart_content .cart_variants .ml-30, .cart_content .cart_variants ul li:first-child {
    margin-left: 0;
  }
  .cart_content .cart_variants label {
    margin-bottom: 5px;
  }
  .cart_content .w-10 {
    width: 12%;
  }
  .cart_content .mrp, .cart_content .selling-price, .cart_content .total_price {
    font-size: 12px;
  }
  .cart_content .fa {
    font-size: 18px;
  }
  .cart_content .cart_sidebar {
    padding: 15px;
  }
  .cart_content .cart_sidebar .product-items {
    width: 50%;
  }
  .cart_content .cart_sidebar_header {
    font-size: 14px;
  }
  .cart_content .cart_rhs {
    max-height: 469px;
    width: 240px;
  }
  .cart_content .cart_lhs {
    width: calc(100% - 240px);
  }
  .cart_content .fa-star-o {
    padding-top: 10px;
  }
  .cart_content .cart_bottom {
    padding-left: 12px;
  }
}

.cart_mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .cart_desktop {
    display: none;
  }
  .cart_mobile {
    display: block;
  }
  .cart_mobile .cart-box-wrapper {
    width: 100%;
    float: none;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_ul {
    max-height: none;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_ul li.cart_dd_li {
    padding-left: 10px;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom {
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: #ffffff;
    padding: 10px 25px 35px;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_btn_cont .cart_dd_edit_btn {
    background-color: #d7d7d7;
    color: #000000;
    flex-grow: unset;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_btn_cont .cart_dd_checkout_btn {
    background-color: #333333;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_btn_cont a {
    text-align: center;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_btn_cont .cart_dd_total_label {
    margin-bottom: 0;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_cont .cart_dd_total_label {
    margin-bottom: 0;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_cont .cart_dd_total_amount {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
  }
  .cart_mobile .cart-box-wrapper .cart_variants li {
    display: flex;
  }
  .cart_mobile .cart-box-wrapper .cart_variants label {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_right_cont {
    width: calc(100% - 93.4px);
  }
  .cart_mobile {
    /*.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_row{width:45%;float: right;}*/
  }
  .cart_mobile .cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_row.left_right {
    float: left;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cart_mobile {
    max-width: 100%;
  }
  .cart_mobile .cart-box-wrapper {
    margin-left: 0;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_ul {
    display: flex;
    flex-flow: row wrap;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_ul li.cart_dd_li {
    width: 50%;
  }
  .cart_mobile .cart-box-wrapper .cart_dd_ul li.cart_dd_li:nth-child(2) {
    border-top: none;
  }
  .pb-95 .footer-area {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .just_for_you_block_wrap i {
    font-size: 30px;
    position: absolute;
    z-index: 100;
    top: 45%;
    padding: 0 10px;
  }
  .just_for_you_block_wrap i.fa-angle-right {
    right: 0;
  }
  .just_for_you_block_wrap img {
    border-radius: 10px;
  }
  .just_for_you_block_wrap .just_for_you_content {
    padding-top: 20px;
  }
  .just_for_you_block_wrap .just_for_you_content h5 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  .just_for_you_block_wrap .just_for_you_content p {
    font-size: 14px;
  }
  .just_for_you_block_wrap .just_for_you_content .availability_txt {
    margin-right: 20px;
  }
  .just_for_you_block_wrap .just_for_you_content .price_txt {
    margin-right: 30px;
    font-size: 16px;
  }
  .just_for_you_block_wrap .just_for_you_content del {
    color: #888888;
    margin-right: 10px;
  }
  .just_for_you_block_wrap .just_for_you_content .qty-cart-add label {
    margin-right: 45px;
    font-size: 16px;
  }
  .just_for_you_block_wrap .just_for_you_content .btm_btn {
    padding-top: 50px;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
  }
  .just_for_you_block_wrap .just_for_you_content .btm_btn a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 13px 10px;
    flex-grow: 1;
    background: #bda87f;
    text-align: center;
    color: #fff;
  }
  .just_for_you_block_wrap .just_for_you_content .btm_btn a.buy_now_btn {
    margin-left: 10px;
    background-color: #d7d7d7;
    color: #000000;
  }
  .just_for_you_block_wrap .just_for_you_content .sp {
    font-weight: 600;
  }
  #ls-justforyou-overlay .modal-body {
    padding-bottom: 0;
  }
  .cart_body .footer-bottom {
    margin-bottom: 35px;
  }
}
.right_cont {
  display: flex;
}

.align-normal {
  align-items: normal;
}

.suggested-prod-btn {
  position: fixed;
  width: 39px;
  height: 39px;
  bottom: 160px;
  right: 12px;
  z-index: 1;
}

@media only screen and (min-width: 1920px) {
  .cart_content .cart_sidebar .prod-details .prod-title, .cart_content .cart_sidebar .prod-details span {
    font-size: 16px;
  }
  .cart_content .cart_lhs {
    width: calc(100% - 375px);
  }
  .cart_content .cart_rhs {
    width: 375px;
  }
  .cart_content .cart_sidebar .prod-img {
    width: 115px; /*height: 135px;*/
  }
  .cart_content .cart_sidebar .prod-details .prod-price .old-price {
    font-size: 15px;
  }
}
.cart_content .cart_rhs .os-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cart_lhs .os-content .cart__row .fa-star-o {
  display: none;
}

.cart_content .cart_bottom .btn.v2.disable, .cart_mobile .cart-box-wrapper .cart_dd_bottom .cart_dd_total_btn_cont .cart_dd_checkout_btn.disable {
  background: #e3e3e3;
  color: #333333;
  pointer-events: none;
}

/* Download Cart as Quote start */
.modal.v2#download_cart_quote .modal-dialog {
  max-width: 574px;
  border-radius: 0;
}
.modal.v2#download_cart_quote .modal-dialog .modal-content {
  border-radius: 0;
}
.modal.v2#download_cart_quote .modal-dialog .modal-header {
  border-bottom: 1px solid #f0f2f4;
  padding-bottom: 10px;
  padding-left: 30px;
}
.modal.v2#download_cart_quote .modal-dialog .modal-header .modal-title {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.modal.v2#download_cart_quote .modal-dialog .modal-header .close {
  margin-top: -10px;
  font-size: 28px;
}
.modal.v2#download_cart_quote .modal-dialog .modal-footer {
  border: none;
  padding: 0 30px 45px;
  display: flex;
  justify-content: flex-end;
}
.modal.v2#download_cart_quote .modal-dialog .modal-body {
  padding: 30px 30px 20px 30px;
}
.modal.v2#download_cart_quote .modal-dialog .form-control {
  font-size: 14px;
  color: #000000;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .form-check-input { /*width: 14px; height: 14px;*/
  left: 22px;
  width: auto;
  height: auto;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .form-check-label {
  padding-left: 25px;
  font-size: 12px;
  color: #868686;
  line-height: normal;
}
.modal.v2#download_cart_quote .modal-dialog .form-check #tnc_check {
  margin-top: 2px;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .consent_txt {
  display: flex;
  position: relative;
  padding-left: 23px;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .consent_txt.has-error {
  color: red;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .consent_txt.has-error input {
  border-color: transparent;
  box-shadow: none;
}
.modal.v2#download_cart_quote .modal-dialog .form-check .consent_txt.has-error .border_wrp {
  border: 2px solid red;
  position: absolute;
  left: 1px;
  padding: 5px;
  top: 1px;
}
.modal.v2#download_cart_quote .modal-dialog .iti {
  display: block !important;
}
.modal.v2#download_cart_quote .modal-dialog .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.89);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-bottom: 10px;
}

.dheading {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.form_heading {
  font-size: 14px;
  color: #868686;
}

@media only screen and (max-width: 767px) {
  .form_heading {
    margin-bottom: 5px;
  }
  .mbl_none {
    display: none;
  }
}
/*common for old themes*/
.checkout-cart .modal.v2#download_cart_quote .modal-dialog .form-check .consent_txt.has-error .border_wrp {
  left: 4px;
}

/*common for old themes end*/
/* Download Cart as Quote End */
.pl-35 {
  padding-left: 35px;
}

.user_exp_wrapper {
  border: solid 2px #aaaaaa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.user_exp_wrapper .thnk_u_msg_wrp {
  position: relative;
  width: 100%;
  height: 100%;
  border: 4px solid #909090;
  border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.user_exp_wrapper .thnk_u_msg_wrp h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 150px;
}
.user_exp_wrapper .thnk_u_msg_wrp .main_txt {
  text-align: center;
  color: #576e85;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating {
  padding-bottom: 15px;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating #rating_stars {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating #rating_stars .fa {
  font-size: 20px;
  margin-right: 5px;
  color: #cccccc;
  cursor: pointer;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating #rating_stars li.star.hover > i.fa, .user_exp_wrapper .thnk_u_msg_wrp .rating #rating_stars li.star.selected > i.fa {
  color: #FFCC36;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating_wrp {
  text-align: center;
}
.user_exp_wrapper .thnk_u_msg_wrp .rating_wrp p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.user_exp_wrapper .thnk_u_msg_wrp .img_top {
  position: absolute;
  top: -17px;
}
.user_exp_wrapper .thnk_u_msg_wrp .img_btm {
  position: absolute;
  bottom: -17px;
  transform: rotate(180deg);
}

#rating-success-overlay .modal-dialog {
  width: 260px;
  height: 260px;
  background: transparent;
}
#rating-success-overlay .modal-content {
  text-align: center;
  padding: 0;
  border-radius: 10px;
}
#rating-success-overlay .modal-body {
  text-align: center;
  padding: 30px 30px;
}
#rating-success-overlay .modal-body i {
  font-size: 80px;
  color: #08bc41;
  -webkit-text-stroke: 7px white;
}
#rating-success-overlay .modal-body p {
  font-size: 16px;
}
#rating-success-overlay .modal-body .btn {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #7fa480;
  background-color: #ffffff;
  color: #333;
  padding: 0.375rem 0.75rem;
}

.whatsapp_wrapper {
  text-align: center;
  padding: 20px 30px;
  border-radius: 12px;
  border: solid 2px #4caf50;
  background-color: #ffffff;
  margin-top: 30px;
}
.whatsapp_wrapper p {
  color: #363636;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .pl-35 {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .user_exp_wrapper .thnk_u_msg_wrp {
    padding: 40px 20px;
  }
  .whatsapp_wrapper {
    padding: 15px;
  }
  .whatsapp_wrapper p {
    font-size: 12px;
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  .user_exp_wrapper .thnk_u_msg_wrp {
    padding: 40px 20px;
  }
  .whatsapp_wrapper {
    padding: 15px;
  }
  .whatsapp_wrapper p {
    font-size: 12px;
  }
}
.colaps_block {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}

.scheme_block {
  padding: 15px 20px 5px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.scheme_block .clps_link {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.scheme_block .clps_link .cart_dd_down_arr {
  top: 7px;
  right: 0;
}
.scheme_block .clps_link.act .cart_dd_down_arr {
  transform: rotate(-90deg);
}
.scheme_block .scheme_wrp label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding-right: 50px;
  line-height: 16px;
  margin: 7px 0px 10px;
  font-size: 14px;
  padding-left: 25px;
}
.scheme_block .scheme_wrp label .rad_inp {
  width: auto;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.scheme_block .scheme_wrp label .applied_txt {
  font-size: 14px;
  color: #005dff;
  position: absolute;
  top: 6px;
  right: 0;
  display: none;
}
.scheme_block .scheme_wrp label {
  /*input[type="radio"]:checked + .applied_txt{display: block;}*/
}
.scheme_block .scheme_wrp label.act .applied_txt {
  display: block;
}
.scheme_block .scheme_btn {
  height: 36px;
  border-radius: 4px;
  border: solid 1px #707070;
  background-color: #e6e6e6;
  color: #494848;
  padding: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  float: right;
  margin: 10px 0 15px;
}

.order-info-lhs .prdname {
  width: 330px;
}

@media (min-width: 1200px) {
  .order_info_sidebar {
    max-width: 439px;
  }
  .order-info-lhs {
    max-width: calc(100% - 439px);
  }
  .order-info-lhs .prdname {
    width: 280px;
  }
  .wishlist-section.order_info_pg .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .order-info-lhs .price_wrp, .order-info-lhs .total_text {
    width: 90px;
  }
}
.order-info-center {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .order_info_sidebar {
    max-width: 439px;
    margin: 0 auto;
    float: none;
  }
}
/*tracking modal*/
#shippop_tracking {
  padding-right: 10px !important;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #shippop_tracking .modal-dialog {
    width: 600px;
  }
}
#shippop_tracking .modal-dialog {
  background: transparent;
}
#shippop_tracking .modal-content {
  padding: 0;
  border-radius: 6px;
}
#shippop_tracking .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
#shippop_tracking .track_modal_close {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#shippop_tracking .track_modal_close:hover {
  color: #000;
  opacity: 0.5;
}
#shippop_tracking .modal-title {
  font-size: 18px;
  font-weight: 500;
}
#shippop_tracking .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}
#shippop_tracking .modal-footer p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}
#shippop_tracking .modal-footer .track_btn {
  color: #333;
  font-size: 14px;
  background-color: rgba(204, 204, 204, 0.3);
  padding: 6px 12px;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
#shippop_tracking .modal-footer::before, #shippop_tracking .modal-footer:after {
  content: none;
}
#shippop_tracking .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#shippop_tracking .embed-responsive .embed-responsive-item, #shippop_tracking .embed-responsive embed, #shippop_tracking .embed-responsive iframe, #shippop_tracking .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#shippop_tracking .embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#shippop_tracking .modal-body {
  padding-bottom: 30px;
}

/*tracking modal end*/
.customisation-wrp {
  margin-bottom: 14px;
}
.customisation-wrp p {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 0;
}

.customisation-wrp .customisation-label {
  color: #8a8a8a;
}

.customisation-txt {
  width: 100%;
  color: #000000;
  word-break: break-all;
}

.mobile_inp_cont .form-control-placeholder { /* left:84px !important; */ }

.choose_block .slider_list li .slider_inner {
  width: 100%;
}

#checkout_body .choose_block .slider_list .add_heading.dif_txt {
  font-size: 14px;
  margin: 10px 0;
}

/* temp start */
/*.hide_show{display: none;}
.hide_show.act{display: flex;}
.btn.next{float: right; margin-top: 100px; margin-left: 50px;}
.btn.pre{float: left; margin-top: 100px;}
.payment_option_block{width: 100%;}
.tmp{flex-wrap: wrap;}*/
/* temp start */
/* 1920 start */
@media only screen and (min-width: 1920px) {
  .breadcum_link, .breadcrum_row {
    height: 52px;
    font-size: 18px;
  }
  .top_row_inner {
    height: 80px;
  }
  .btn.checkout_btn {
    width: 235px;
    height: 52px;
    font-size: 20px;
  }
  .mid_row {
    padding: 30px 0;
  }
  .mid_heading {
    font-size: 21px;
  }
  .add_heading {
    font-size: 20px;
  }
  .add_txt {
    font-size: 18px;
  }
  .add_link {
    width: 150px;
    height: 150px;
  }
  .add_link .plus_icon {
    font-size: 84px;
  }
  .add_link .add_link_text {
    font-size: 14px;
  }
  .address_form { /* margin-top: 20px; */ }
  .address_form .form-control {
    height: 52px !important;
    font-size: 18px;
  }
  .address_form .form-control-placeholder {
    font-size: 18px;
    top: 15px;
  }
  .address_form .act_anim .form-control-placeholder {
    top: -10px;
  }
  .address_form .bottom_btn_wrp {
    margin-top: 30px;
  }
  .help-block {
    font-size: 14px;
  }
  .btn.v2 { /* font-size: 24px; height: 60px; */ }
  .form_btn_txt {
    font-size: 16px;
  }
  .or_txt {
    font-size: 21px;
  }
  .map_txt {
    font-size: 24px;
  }
  .btn.location_btn {
    margin-top: 30px;
  }
  .location_wrp {
    margin-top: 20px;
    height: 375px;
  }
  .store_name_row {
    height: 74px;
  }
  .store_name_row .store_name_2 {
    font-size: 24px;
    height: 74px;
  }
  .edit_delet_list li a {
    font-size: 16px;
  }
  .mbl_wrp .btn.v2 {
    width: 130px;
  }
  .verify_block .mbl_wrp .form-group {
    width: calc(100% - 145px);
  }
  .code_txt_2 {
    width: 100%;
  }
  .right_block .mbl_wrp .btn.v2 {
    height: 52px;
  }
  .right_block .mbl_wrp .form-control {
    height: 52px;
  }
  .right_block .mbl_wrp .form-control-placeholder {
    top: 20px;
  }
  .right_block .mbl_wrp .act_anim .form-control-placeholder {
    top: 10px;
  }
  .verify_block .otp_block .form-control {
    height: 52px;
  }
  .otp_txt2 {
    margin-top: 10px;
  }
  .verify_block .otp_block .form-control .timer {
    padding-top: 10px;
  }
  .verify_block {
    padding-bottom: 20px;
  }
  .cart_content .cart_bottom {
    height: 90px;
  }
}
/* 1920 End */
.mobile_back_arrow {
  display: none;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}
.mobile_back_arrow .fa-angle-left {
  font-size: 25px;
}

@media only screen and (max-width: 1023px) {
  #checkout_body { /* padding:0; */ }
  .mobile_back_arrow {
    display: block;
  }
  .desktop_back_arrow {
    display: none;
  }
}
/* slider start */
.select_address_cont #address_slider_list.visib_hidden {
  visibility: hidden;
}
.select_address_cont .slick-list {
  padding-bottom: 32px;
  margin-bottom: -32px;
  margin-top: -20px;
}
.select_address_cont .slick-list .slick-track {
  margin-top: 20px;
}
.select_address_cont .slick-slider .slick-arrow {
  background: #f0f2f9;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #191919;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  top: -65px;
  right: 35px;
  z-index: 9;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: bold;
}
.select_address_cont .slick-slider .slick-arrow {
  top: -50px;
}
.select_address_cont .slick-slider .slick-arrow.fa-angle-right {
  right: 0;
}
.select_address_cont .slick-list.draggable::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #ffffff, #d6d6d6);
  display: none;
}

/* slider end */
/*checkout sidebar start*/
.right_fix_block { /* visibility: hidden;  */ }
.right_fix_block .os-content { /* visibility: hidden; */ }
.right_fix_block {
  /*.cart_dd_ul li.cart_dd_li{padding: 0 15px; border-top: 1px solid #b4b4b4;}*/
}
.right_fix_block .cart_dd_ul li.cart_dd_li {
  /*&:first-child{border: none;}*/
  /*.cart_dd_row:last-child{padding-bottom: 0;}*/
  /*.cart_dd_down_arr{top:15px;}*/
  /*.cart_dd_row.align-normal{align-items: normal; border-top: 1px solid #b4b4b4; padding:15px 0;
    &:first-child{border: none;}
  }*/
  /*.cart_dd_right_cont{width: calc(100% - 93.4px);padding-right:15px;}
  .prod_attr{padding-top:5px; margin-bottom: 0; word-break: break-all;}
  .cart_dd_sp{margin:0;}
  .cart_dd_mrp{margin:0 15px 0 0}*/
}
.right_fix_block .coupon_block {
  padding: 20px;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.12);
}
.right_fix_block .coupon_block p {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.right_fix_block .coupon_block .coupon_wrp {
  display: flex;
}
.right_fix_block .coupon_block .coupon_wrp input, .right_fix_block .coupon_block .coupon_wrp button {
  border-radius: 4px;
  border: solid 1px #707070;
}
.right_fix_block .coupon_block .coupon_wrp input {
  width: 70%;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.right_fix_block .coupon_block .coupon_wrp button {
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #494848;
  cursor: pointer;
}
.right_fix_block .sidebar_btm {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.right_fix_block .sidebar_btm .dis-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.right_fix_block .sidebar_btm span {
  font-size: 15px;
  color: #1a1a1a;
}
.right_fix_block .sidebar_btm .total {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 15px;
}
.right_fix_block .sidebar_btm .total span {
  font-size: 16px;
  font-weight: 500;
}
.right_fix_block .quantity-update-box {
  height: 26px;
  margin-top: 25px;
  /*.qtyUpdateBtn{ color: #343538;cursor: pointer;float: inherit;font-size: 14px;font-weight: 500;line-height: 21px;margin: 0;position: absolute;text-align: center;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 20px;height: 100%;display: flex;flex-flow: row wrap;align-items: center;justify-content: center;top: 0;}
  .decr  {left: 0;border-right: solid 1px #cccccc;}
  .incr {right: 0;border-left: solid 1px #cccccc;}*/
  /*.quantity-input-box {border-radius: 0;background: transparent none repeat scroll 0 0;border: medium none;color: #343538;float: left;font-size: 14px;margin: 0;padding: 0;text-align: center;height: 100%;padding: 0 30px;}*/
}

.sidebar_btm_cnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  z-index: 12;
}
.sidebar_btm_cnt.pos_relative {
  position: relative;
  bottom: inherit;
}
.sidebar_btm_cnt .sidebar_btm {
  padding-bottom: 0;
}

.scheme_prd .qtyUpdateBtn {
  pointer-events: none !important;
  opacity: 0.5;
}

#order-summary {
  height: 100%;
  overflow: hidden;
}

/*checkout sidebar end*/
.cart_dd_li.collapsed {
  margin-bottom: 25px;
}
.slider_wrp_2 .slick-slider .slick-arrow {
  background: #f0f2f9;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #191919;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  top: -65px;
  right: 50px;
  z-index: 9;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.slider_wrp_2 .slick-slider .slick-arrow {
  top: -35px;
  margin: 0;
}
.slider_wrp_2 .slick-slider .slick-arrow.fa-angle-right {
  right: 17px;
}
.slider_wrp_2 .slick-list.draggable {
  padding-bottom: 10px;
}

.address_tabs {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.address_tabs.act {
  height: auto;
  overflow: visible;
  visibility: visible;
}

.checkout_success_msg, .checkout_error_msg {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.checkout_success_msg {
  background-color: #d4edda !important;
  color: #155724;
}

.checkout_error_msg {
  background-color: #f8d7da !important;
  color: #721c24;
}

.checkout_success_msg.animate, .checkout_error_msg.animate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.checkoutMess_wrp { /*  border: solid 1px #707070; border-radius: 5px; font-size: 12px;padding: 15px;margin-left: 20px; margin-right: 20px; */ }

#add-address-register-otp .mbl_wrp.form-group .form-group {
  width: calc(100% - 120px);
}
#add-address-register-otp .mbl_wrp.form-group .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#add-address-register-otp .timer {
  margin-bottom: 0;
}

.already_login {
  font-size: 16px;
  color: #000000;
  position: absolute;
}
.already_login .lgn_link {
  font-weight: 700;
}

@media only screen and (min-width: 1920px) {
  #add-address-register-otp .mbl_wrp.form-group .btn.v2 {
    height: 52px;
  }
  .otp_block .pincode-input-container input {
    height: auto !important;
  }
}
#add_new_address {
  position: relative;
}
#add_new_address .already_login {
  top: -85px;
  right: 200px;
}

#deliveryAddress {
  position: relative;
}
#deliveryAddress .already_login {
  top: -85px;
  right: 165px;
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  #add_new_address {
    position: relative;
  }
  #add_new_address .already_login {
    top: -72px;
    right: 120px;
  }
  #deliveryAddress {
    position: relative;
  }
  #deliveryAddress .already_login {
    top: -72px;
    right: 125px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  #add_new_address {
    position: relative;
  }
  #add_new_address .already_login {
    top: -72px;
    right: 105px;
  }
  #deliveryAddress {
    position: relative;
  }
  #deliveryAddress .already_login {
    top: -72px;
    right: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #add_new_address {
    position: relative;
  }
  #add_new_address .already_login {
    top: -72px;
    right: 20px;
  }
  #deliveryAddress {
    position: relative;
  }
  #deliveryAddress .already_login {
    top: -72px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #deliveryAddress .already_login, #add_new_address .already_login {
    position: relative;
    right: inherit;
    top: inherit;
    margin-left: 15px;
    float: right;
    margin-top: 20px;
  }
}
/*@media only screen and (min-width: 1336px) and (max-width: 1439px) {
  .already_login{margin-right: 430px; width: 460px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1335px) {
    .already_login{margin-right: 440px; width: 460px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .already_login{margin-right: 290px;}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .already_login{margin-right: 0; width: 275px;}
}

@media only screen and (max-width: 767px) {
  .already_login{margin-right: 0; width: 450px; justify-content: flex-end; margin-top: 20px;}
}*/
/*@media only screen and (max-width: 872px) {
  .bottom_btn_wrp.v3{flex-wrap: wrap; margin-top: 0;
    .already_login{margin-bottom: 10px;}
  }
}*/
.slider_list.custom_width li {
  width: 260px;
  position: relative;
}
.slider_list.custom_width li:first-child {
  width: 337px;
}
.slider_list.custom_width li .slider_inner {
  margin-left: 15px;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .slider_list.custom_width { /*display: inline-block !important;*/
    flex-flow: row wrap;
  }
  .slider_list.custom_width li {
    width: 160px;
    float: left;
  }
  .slider_list.custom_width li:first-child {
    width: 200px;
  }
}
@media only screen and (max-width: 374px) {
  .slider_list.custom_width { /*display: inline-block !important;*/
    flex-flow: row wrap;
  }
  .slider_list.custom_width li {
    width: 145px;
    float: left;
  }
  .slider_list.custom_width li:first-child {
    width: 160px;
  }
}
@media only screen and (min-width: 1920px) {
  .slider_list.custom_width li {
    width: 283px;
  }
  .slider_list.custom_width li:first-child {
    width: 367px;
  }
}
.slider_list li.single_add.act .slider_inner {
  cursor: default;
}

.autocomplete > div:hover:not(.group), .autocomplete > div.selected {
  background: transparent !important;
}

.autocomplete > div:hover:not(.group), .autocomplete > div.selected {
  background: transparent !important;
}

@media only screen and (max-width: 767px) {
  .cod-verified-mobile-text {
    font-size: 16px;
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #show-cod-otp-screen .net_heading.v2.border_bottom {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .option_list > li > a {
    padding-right: 30px;
  }
  .option_list > li > a .fa-play {
    position: absolute;
    left: 12px;
  }
  .netbank_block .payment_option_block .payment_option .net_heading.v2 {
    margin-bottom: 10px;
  }
}
.cod_wrp {
  max-width: 370px;
  width: 100%;
  margin-top: 13px;
}

.otp_txt_wrp {
  border-radius: 4px;
  border: solid 1px #636363;
  background-color: #e8f1ff;
  padding: 10px 55px 10px 10px;
  width: 100%;
  font-size: 14px;
  color: #363636;
  position: relative;
  line-height: normal;
}
.otp_txt_wrp .cmnts_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #999999;
  background: url(../images/comments.png) no-repeat;
  width: 26px;
  height: 24px;
}

.verify_block .otp_block.v3 {
  flex-wrap: wrap;
  width: 100%;
}
.verify_block .otp_block.v3 .code_txt_2 {
  width: 100%;
  margin: 2px 0 5px 0;
  font-size: 12px;
  color: #636363;
}
.verify_block .otp_block.v3 > .form-control {
  width: 100%;
  height: 42px;
}
.verify_block .otp_block.v3 > .form-control .pincode-input-container {
  width: calc(100% - 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify_block .otp_block.v3 > .form-control .pincode-input-container input {
  width: 32px;
  height: 25px;
  padding: 0;
}
.verify_block .otp_block.v3 > .form-control .timer {
  width: 106px;
  padding-top: 0;
}
.verify_block .otp_block.v3 > .form-control .timer .resendcode_link {
  cursor: default;
}
.verify_block .otp_block.v3 > .form-control .timer .resendcode_link.act {
  color: blue;
  cursor: pointer;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  #show-cod-otp-screen .net_heading.v2.border_bottom {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container {
    width: calc(100% - 45px);
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container input {
    width: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #show-cod-otp-screen .net_heading.v2.border_bottom {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container {
    width: calc(100% - 54px);
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container input {
    width: 12px;
  }
}
.form-group.has-error .iti__country-name {
  color: #444444;
}

#cod-method-button .cod-verified-mobile-text {
  font-size: 20px;
  color: #363636;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  padding-top: 115px;
  width: 100%;
}
#cod-method-button .btn.v2 {
  position: relative;
  right: inherit;
  bottom: inherit;
  float: right;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  #cod-method-button {
    height: 110px;
  }
  #cod-method-button .offline_txt {
    padding-top: 0;
    font-size: 16px;
    line-height: normal;
  }
  #cod-method-button .btn.v2 {
    margin: 0;
  }
}
.offline_wrp .offline_txt {
  font-size: 20px;
  color: #363636;
  border-bottom: 2px solid #ccc;
  padding-bottom: 20px;
  padding-top: 115px;
  width: 100%;
}
.offline_wrp .btn.v2 {
  position: relative;
  right: inherit;
  bottom: inherit;
  float: right;
  margin: 20px 0 0 0;
}

#tab_offline .offline_wrp .offline_txt {
  padding-top: 30px;
  line-height: 28px;
}
#tab_offline .offline_wrp .btn.v2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .offline_wrp {
    height: inherit; /*min-height: 110px;*/
    padding-bottom: 45px;
  }
  .offline_wrp .offline_txt {
    padding-top: 0;
    font-size: 16px;
    line-height: normal;
  }
  .offline_wrp .btn.v2 {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .order_sum_btm_btn_wrp {
    display: flex !important;
    width: 100%;
    margin-top: 8px;
    bottom: 0;
    padding: 0 20px 20px;
  }
  .order_sum_btm_btn_wrp a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
  }
  .order_sum_btm_btn_wrp .order_sum_chck_btn {
    background-color: #000000;
    color: #ffffff;
    margin-left: 10px;
    flex-grow: 1;
  }
  .order_sum_btm_btn_wrp .order_sum_back_btn {
    min-width: 80px;
    background: #e9e9e9;
    color: #000000;
  }
}
.search_landmark {
  font-size: 11px;
  line-height: initial;
  color: #555555;
  margin: 0;
  position: absolute;
  top: 13px;
  left: 6px;
  color: #999999;
  display: none;
}

.landmark_placeholder input {
  padding-left: 30px;
}

form[name=form-address-add] .form-control:not([name=mobile_no]) {
  padding-left: 17px !important;
}
form[name=form-address-add] .form-control-placeholder {
  left: 13px;
}
form[name=form-address-add] select {
  padding-left: 15px !important;
}
form[name=form-address-add] input[name=mobile_no] { /* padding-left: 88px !important; */ }
form[name=form-address-add] .iti__selected-flag {
  width: auto;
}
form[name=form-address-add] .iti__selected-dial-code {
  margin-left: 6px !important;
}

/* 5295 map repositioning start */
.map_row {
  display: flex;
}

@media only screen and (min-width: 1920px) {
  .map_row {
    height: 188px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  .map_row {
    height: 146px;
  }
}
@media only screen and (min-width: 992px) {
  .map_row {
    position: absolute;
    top: 0;
    right: calc(100% + 10px);
    width: 51%;
  }
  .map_row .location_wrp {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map_row {
    position: absolute;
    top: 0;
    left: -311px;
    width: 340px;
  }
  .map_row .location_wrp {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .map_row {
    height: auto;
    margin-bottom: 0.5rem;
  }
  .map_row .location_wrp {
    height: 100px;
    margin: 0;
  }
}
.map_txt {
  font-size: 14px;
  color: #333333;
  margin-top: 15px;
  text-align: left;
  line-height: 20px;
}

/* money transfer overlay start */
/* stepper start */
.stepper {
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.stepOutCont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  min-width: 400px;
}

.stepper p {
  margin: 0;
}

.stepCont {
  width: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.stepNum {
  width: 24px;
  height: 24px;
  border: solid 1px #8c8c8c;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.stepNumTxt {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8c8c8c;
}

.stepLabel {
  width: 66px;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8c8c8c;
}

.stepCont.act .stepNum {
  background-color: #000000;
  border-color: #000000;
}

.stepCont.act .stepNum::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.stepCont.finish .stepNum::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.stepCont.act .stepNumTxt {
  color: #ffffff;
}

.stepCont .stepNumTxt .fa.fa-check {
  display: none;
  color: #ffffff;
}

.stepCont.finish .stepNumTxt .fa.fa-check {
  display: block;
}

.stepCont.finish .stepNum {
  border-color: #000000;
  background: #000000;
}

.stepCont.finish .number_count {
  display: none;
}

.stepCont.act .stepLabel {
  color: #000000;
}

.stepDotCont {
  width: 19px;
  display: flex;
  justify-content: space-between;
}

.stepDot {
  width: 3px;
  height: 3px;
  background: #8c8c8c;
  border-radius: 50%;
}

.resIc {
  width: 18px;
  height: 17px;
  background: url(../img/responsiveIc.html);
  float: right;
}

@media only screen and (max-width: 1023px) {
  .stepper {
    overflow: hidden;
    overflow-x: scroll;
  }
  /*.stepOutCont {
      width: 800px;
  }*/
  /* .stepCont { flex-flow: column;}
    .stepLabel { text-align: center;}
    .stepper p.stepNum { margin-bottom: 10px; } */
}
/* stepper End */
.midwrp {
  width: 100%;
  padding: 0 15px;
  display: inline-block;
}
.midwrp .btn.v2 {
  margin: 20px auto 0;
  min-width: 150px;
}

.mthdng {
  font-size: 18px;
  color: #000000;
  text-align: center;
  max-width: 340px;
  margin: 20px auto;
}

.dtl_wrp {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.dtl_wrp .dtl_txt {
  font-size: 14px;
  color: #000000;
  margin: 10px 0 0 0;
}
.dtl_wrp .dtl_txt.v2 {
  font-weight: bold;
}

.dtl_wrp.ttl_wp {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  padding-top: 10px;
}

.midwrp.v2 {
  max-width: 315px;
  display: block;
  margin: 0 auto;
}

.ubload_btn {
  position: relative;
  width: 100px;
  margin: 0 auto;
  display: flex;
}
.ubload_btn .btn.v2 {
  min-width: 100px;
  margin-top: 0;
}
.ubload_btn .upld_inpt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0;
}

.file_type {
  font-size: 12px;
  color: #cccccc;
  margin: 5px auto 0;
  text-align: center;
}

.devider_wrp {
  width: 100%;
  height: 1px;
  background: #cccccc;
  position: relative;
  margin-top: 30px;
}

.devider_circle {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #333333;
  margin-left: -15px;
  background: #ffffff;
  z-index: 2;
}

.ref_inp {
  width: 100%;
  border-radius: 4px;
}

.uploded_txt {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.remove_icon {
  font-size: 25px;
  margin-left: 5px;
}

/* money transfer overlay End */
/* choose shipping method start */
.shipping_method {
  margin: 30px 0 0 0;
}

.form_radio_input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}

.ship_txt {
  padding: 0 90px 0 30px;
  text-align: left;
}
.ship_txt .add_heading {
  color: #000000;
  font-size: 16px;
}
.ship_txt .add_heading.deltime {
  font-size: 14px;
  margin: 5px 0;
  color: #666666;
}

.lgwrp {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ccc;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .ship_txt {
    padding-left: 45px;
  }
  .form_radio_input {
    left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping_method .slider_wrp_2 {
    padding: 10px 0 0 0 !important;
  }
  .shipping_method .slider_wrp_2 .slick-slider {
    margin: 0;
    padding-right: 15px;
  }
  .ship_txt {
    padding-left: 27px;
  }
  .ship_txt .add_heading {
    font-size: 14px;
  }
  .ship_txt .add_heading.deltime {
    font-size: 12px;
  }
  .form_radio_input {
    left: 10px;
    width: 15px;
    height: 15px;
  }
}
/* choose shipping method End */
/* 5295 map repositioning End */
.search_landmark .fa {
  font-size: 11px;
}

#prepend_coupon #page-message {
  line-height: 1.5;
}
#prepend_coupon .coupon_close_btn {
  position: absolute;
  font-size: 28px;
  right: 10px;
  bottom: 0;
  color: #333333;
}

.btn.checkout_btn {
  width: auto;
  min-width: 110px;
}

/*manee qr payment modal starts*/
.checkout_modal {
  padding: 0 !important;
}

.checkout_modal .modal-title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.checkout_modal .modal_close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  cursor: pointer;
}

.checkout_modal p {
  margin: 0;
}

.stepper_list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.stepper_list li {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.stepper_list li .circle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 100%;
}

.stepper_list li .circle .inner_circle {
  width: 24px;
  height: 24px;
  border: 1px solid #8c8c8c;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #8c8c8c;
}

.stepper_list li .stepper_text {
  font-size: 11px;
  color: #8c8c8c;
  line-height: normal;
}

.stepper_list li:first-child {
  width: 25%;
  justify-content: left;
}

.stepper_list li:last-child {
  width: 25%;
  justify-content: right;
}

.stepper_list li .dot {
  color: #8c8c8c;
  position: absolute;
  top: 0;
  left: 10px;
}

.stepper_list li .dot.right {
  left: inherit;
  right: 15px;
}

.stepper_list li.act .stepper_text {
  color: #000000;
  font-weight: bold;
}

.stepper_list li.act .circle {
  background: #e5e5e5;
  margin-right: 5px;
}

.stepper_list li.act .circle .inner_circle {
  background: #000000;
  border: none;
  color: #ffffff;
}

.qr_image {
  width: 200px;
  margin: 25px auto 0;
}
.qr_image img {
  width: 100%;
}

.modal-footer.v2 {
  display: flex;
  justify-content: center;
  border: none;
  padding: 15px;
  margin-top: 0;
}

.btn-primary.v2 {
  background-color: #000000;
  border-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
}

.btn-primary.v2:disabled {
  opacity: 0.3;
}

.step_2_wrp {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 35px;
}

.step_2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.step_2 .upload_text {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}

.step_2 .sheading {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.step_2 .sheading.v2 {
  margin-top: 25px;
  margin-bottom: 0;
}

.divider_line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  text-align: center;
  display: inline-block;
  margin-top: 35px;
}

.divider_line .divider_circle {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  color: #666666;
  border-radius: 100%;
  margin: -15px auto 0;
  background: #ffffff;
}

.checkout_input {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 40px;
  border-radius: 3px;
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-top: 5px;
}

.btn-primary.v2.co {
  height: 48px;
}

.uploaded_text { /*height: 38px; line-height: 38px;*/
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  display: none;
}

.uploaded_text .uploaded_text_inr {
  text-decoration: underline;
}

.uploaded_text .uploaded_link {
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  .stepper_list li {
    display: inline-block;
    width: 40%;
  }
  .stepper_list li .circle {
    margin: 0 auto;
  }
  .stepper_list li:last-child, .stepper_list li:first-child {
    width: 30%;
  }
  .stepper_list li.act .circle {
    margin-right: auto;
  }
  .stepper_list li .stepper_text {
    text-align: center;
  }
  .stepper_list li .dot {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .stepper_list li .dot.right {
    right: -10px;
  }
}
@media (min-width: 576px) {
  .checkout_modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .checkout_modal .modal-dialog {
    height: auto;
    background: none;
  }
}
.checkout_modal .modal-content {
  padding: 0;
  border-radius: 0.3rem;
}

.err, .upload_err {
  display: none;
  font-size: 12px;
  color: #ff6d6d;
  padding-top: 8px;
}

.upload_err {
  display: block;
}

.has-error .err {
  display: block;
}

.has-error input {
  border-color: #ff6d6d;
  box-shadow: 0 0 0 1px #ff6d6d;
}

.checkout_modal {
  overflow: hidden;
  overflow-y: auto;
}

[hidden] {
  display: none !important;
}

.checkout_modal .btn:disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.upload_rec_btn {
  padding: 0;
}

#upload_reciept {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload_rec_btn label {
  margin-bottom: 0;
  cursor: pointer;
  padding: 0 45px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-btn-wrapper button {
  line-height: 42px;
}

/*manee qr payment modal ends*/
@media only screen and (max-width: 767px) {
  .checkout_modal .modal-dialog {
    min-height: calc(100% - 5rem);
    background: none;
  }
}
.modalOverflow {
  overflow: hidden;
}

.checkout_modal .btn-primary:not([disabled]):not(.disabled):active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
}

.checkout_modal .note_msg {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  padding: 0px 20px;
}

@media only screen and (max-width: 479px) {
  .checkout_modal .note_msg {
    padding: 0px 10px;
  }
}
.search_landmark .fa {
  font-size: 11px;
}

@media (min-width: 480px) {
  #chck-msg-modal .modal-dialog {
    width: 430px !important;
  }
}
#chck-msg-modal .chck-msg-close-btn {
  background: transparent;
  border: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
#chck-msg-modal .modal-dialog {
  background-color: transparent !important;
}
#chck-msg-modal .modal-content {
  border-radius: 0.5rem;
}
#chck-msg-modal .row {
  justify-content: center;
}
#chck-msg-modal p {
  font-weight: 600;
}
#chck-msg-modal a {
  color: #007bff;
  text-decoration: underline;
}

.order_summery_block #cart-total-mobile, .order_summery_block .txt_3 {
  margin-top: 5px;
}

#tab_maneeqr .btn.v2 {
  position: absolute;
  bottom: 32px;
  right: 20px;
}

@media (min-width: 768px) {
  .aboutShipComp {
    min-width: 295px;
  }
}
.aboutShipComp .shippiingTxtCont {
  margin-top: -3px;
}

@media only screen and (min-width: 1920px) {
  .form-check.v2 .form-check-label {
    font-size: 16px;
  }
}
.coupon_block #page-message {
  position: relative;
}

/* gl-5334 gift option start */
/* overlay start */
/* overlay End */
/* checkbox start */
.checkbox_wrp {
  margin: 0 0 0 60px;
  display: flex;
  flex-flow: column wrap;
}

.gift_checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}
.gift_checkbox .form-check-input {
  width: 20px;
  height: 20px;
  line-height: normal;
  top: -6px;
}
.gift_checkbox .form-check-label {
  padding: 0 0 0 10px;
  line-height: normal;
  font-size: 14px;
  color: #494848;
  cursor: pointer;
}

.know_more_link {
  font-size: 14px;
  color: #2f77a2;
  line-height: 17px;
  padding-left: 10px;
  box-sizing: border-box;
}
.know_more_link:hover {
  text-decoration: underline;
}

.top_row.btn_list_cont .top_row_inner p {
  margin-bottom: 0;
}

.checkbox_wrp.v2 {
  margin: 0;
  padding-right: 40px;
  position: relative;
  margin-top: -10px;
}
.checkbox_wrp.v2 .gift_checkbox .form-check-input, .checkbox_wrp.v2 .comments_checkbox .form-check-input {
  top: 8px;
}
.checkbox_wrp.v2 .gift_checkbox .form-check-label, .checkbox_wrp.v2 .comments_checkbox .form-check-label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 5px;
}
.checkbox_wrp.v2 .gift_checkbox .fa-gift, .checkbox_wrp.v2 .comments_checkbox .fa-gift {
  font-size: 28px;
  margin-left: 15px;
  margin-top: 8px;
  color: #494848;
}
.checkbox_wrp.v2 .know_more_link {
  position: absolute;
  top: 26px;
  left: 47px;
  padding: 0;
}

.rght_block {
  display: flex;
  align-items: center;
}

.cart_bottom .rght_block .checkbox_wrp.v2 {
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .bottom_btn_wrp.gift_option {
    justify-content: space-between;
  }
}
.address_form .form-check.gift_checkbox, .address_form .form-check.comments_checkbox {
  margin: 0;
}

@media only screen and (min-width: 1600px) {
  .adrs_gift_option .txt_link {
    margin-left: -408px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .adrs_gift_option .txt_link {
    margin-left: -296px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .adrs_gift_option .txt_link {
    margin-left: -291px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .adrs_gift_option .txt_link {
    margin-left: -255px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .adrs_gift_option .txt_link {
    margin-left: -245px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .adrs_gift_option .txt_link {
    margin-left: -327px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .cart_content .cart_bottom {
    height: 120px;
  }
  .cart_bottom .rght_block {
    display: inline-block;
  }
  .cart_bottom .rght_block .checkbox_wrp.v2 {
    margin-bottom: 14px;
    padding: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cart_dd_bottom.gft_option .checkbox_wrp.v2 {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 0 0 0 20px;
    margin: 10px 0 15px 0;
    display: inline-block;
  }
  .cart_dd_bottom.gft_option .checkbox_wrp.v2 .gift_checkbox {
    float: left;
  }
  .cart_dd_bottom.gft_option .checkbox_wrp.v2 .know_more_link {
    line-height: normal;
    padding: 10px;
    position: static;
    top: inherit;
    left: inherit;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox_wrp {
    margin: 20px 0 0 20px;
    width: 100%;
  }
  .know_more_link {
    padding-left: 10px;
  }
  .bottom_btn_wrp.gift_option {
    position: relative;
  }
  .checkbox_wrp.v2 {
    position: absolute;
    top: -50px;
    left: 20px;
    width: 100%;
    flex-flow: inherit;
  }
  .checkbox_wrp.v2 .know_more_link {
    line-height: normal;
    padding: 10px;
    position: static;
    top: inherit;
    left: inherit;
  }
  .adrs_gift_option {
    padding-top: 30px;
  }
  .adrs_gift_option .checkbox_wrp.v2 {
    top: -20px;
    left: 40px;
  }
  .checkbox_wrp.v2 .gift_checkbox .fa-gift {
    margin-top: 0;
  }
  .checkbox_wrp.v2 .gift_checkbox .form-check-input {
    top: 4px;
  }
}
/* gift option gl-5334 End */
@media only screen and (max-width: 767px) {
  .slider_list.custom_width li.aboutShipComp {
    width: 100%;
    margin-top: 40px;
  }
  .comon_checkout.i-phone .order_sum_btm_btn_wrp {
    padding-bottom: 120px;
  }
}
/* checkbox start */
/* gl-5334 gift option End */
/*-- store sharing options modal start--*/
#gift-order .modal-header {
  border-bottom: none;
}

#gift-order {
  font-family: Roboto, sans-serif;
}
#gift-order p {
  font-family: Roboto, sans-serif;
}
#gift-order .modal-dialog {
  height: fit-content;
  max-width: 730px;
  margin-top: 20px;
  width: auto;
}
#gift-order .close {
  font-size: 40px;
  background: transparent;
  position: inherit;
  font-weight: inherit;
  opacity: 1;
  color: #707070;
  position: absolute;
  right: -25px;
  top: -15px !important;
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  margin: 0;
}
#gift-order .modal-body {
  padding: 0 0 15px 0;
}
#gift-order .modal-header {
  padding: 15px 0 0 0;
  position: relative;
}
#gift-order .modal-content {
  padding: 20px 40px;
}
#gift-order .git-icon-wrp {
  float: left;
  width: 54px;
}
#gift-order .fa.fa-gift {
  font-size: 62px;
}
#gift-order .gift-wrpr {
  margin-left: 20px;
  margin-top: 6px;
}
#gift-order .ghdng_2 {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}
#gift-order form {
  margin: 20px 0;
}
#gift-order .modal-title {
  font-size: 26px;
  font-weight: 500;
  color: #494848;
  font-family: Roboto, sans-serif;
  line-height: normal;
  text-transform: capitalize;
}
#gift-order .gift_checkbox {
  margin-left: 20px;
  padding: 0;
}
#gift-order .txt-cncl {
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
}
#gift-order .btn-wrpr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#gift-order .btn.btn-primary { /*font-weight:normal;width:192px;height:48px;border-radius:4px; padding: 0;border: none;*/ }
#gift-order .txt-area {
  margin-bottom: 0;
}
#gift-order .form-check-label {
  color: #636363;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
#gift-order .name-area input {
  border-top-left-radius: 0;
  border-top: none;
  border-top-right-radius: 0;
}
#gift-order .note-txt {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
#gift-order .note-txt .text-1, #gift-order .note-txt .text-2 {
  font-size: 14px;
  color: #494848;
  margin: 0;
}
#gift-order .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
#gift-order textarea.form-control:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.textarea_wrp {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.add_gift_wrp {
  margin-top: 20px;
}

.gift-main-wrp {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #gift-order .close {
    right: -5px;
  }
  #gift-order .ghdng_2 {
    font-size: 14px;
  }
  #gift-order .modal-dialog {
    margin: 15px auto;
    width: 90%;
  }
  #gift-order .modal-content {
    padding: 15px;
  }
  #gift-order .fa.fa-gift {
    font-size: 40px;
  }
  #gift-order .modal-title {
    font-size: 18px;
  }
  #gift-order .gift-wrpr {
    margin-left: 10px;
  }
  #gift-order .gift-main-wrp {
    display: flex;
    margin-top: 10px;
  }
  #gift-order .btn.btn-primary {
    width: 146px;
    height: 40px;
    line-height: 40px;
  }
}
#gift-order .help-block {
  display: none;
}

/*-- store sharing options modal end--*/
.textarea_wrp .help-block.error {
  color: red;
  margin-top: -7px;
  float: left;
}

.txt_limit {
  font-size: 14px;
  color: #363636;
  margin: -5px 0 10px 0;
}

.select_address_cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* mobile verification overlay */
#ls-mobile-verify-overlay .modal-dialog {
  height: auto;
  bottom: initial;
}
#ls-mobile-verify-overlay .login_heading {
  border: none;
  font-weight: bold;
  padding-bottom: 0;
}
#ls-mobile-verify-overlay .mobile_verify_sub_heading {
  max-width: 278px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 0 auto;
}
#ls-mobile-verify-overlay .mobileVerifyform {
  border-top: solid 1px #d4d4d4;
  margin: 15px 0 0 0;
}
#ls-mobile-verify-overlay .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-mobile-verify-overlay .mbl_wrp .form-group .iti {
  width: 100%;
}
#ls-mobile-verify-overlay .mbl_wrp .form-group .iti .iti__flag-container {
  z-index: 3;
}
#ls-mobile-verify-overlay .mbl_wrp .form-group .iti .form-control {
  padding-left: 89px !important;
  z-index: 2;
}
#ls-mobile-verify-overlay .ml-66 {
  margin-left: 72px;
}
#ls-mobile-verify-overlay .code_txt {
  letter-spacing: normal;
}
#ls-mobile-verify-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-mobile-verify-overlay .close {
  opacity: 1;
  cursor: pointer;
  right: 0;
  top: -3px !important;
  position: absolute;
  margin: 0;
}
#ls-mobile-verify-overlay .otp_block_label {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 5px;
}
#ls-mobile-verify-overlay .timer.cod_timer {
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  width: 82px;
  max-width: initial;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}
#ls-mobile-verify-overlay .timer.cod_timer a {
  display: block;
}
#ls-mobile-verify-overlay .resendcode_link.act {
  color: blue;
  cursor: pointer;
}
#ls-mobile-verify-overlay .mbl_wrp .btn.v2 {
  background-color: #000000;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  #ls-mobile-verify-overlay .mbl_wrp .form-control-placeholder {
    font-size: 12px;
    top: 13px;
  }
  #ls-mobile-verify-overlay .mbl_wrp .form-group .iti .form-control {
    padding-left: 85px !important;
  }
  #ls-mobile-verify-overlay .mbl_wrp .ml-66 {
    margin-left: 69px;
  }
  #ls-mobile-verify-overlay .mbl_wrp .act_anim .form-control-placeholder {
    top: -8px;
  }
  #ls-mobile-verify-overlay .mbl_wrp .form-group {
    width: calc(100% - 85px);
  }
  #ls-mobile-verify-overlay .mbl_wrp .btn.v2 {
    width: 80px;
    font-size: 12px;
  }
}

/* new cart desing start */
.position-relative {
  position: relative !important;
}

.cart_content {
  padding-bottom: 40px;
}
.cart_content .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.cart_lhs_wrp {
  margin-top: 30px;
  line-height: normal;
}
.cart_lhs_wrp .btn-primary { /* border: 0; */ }

.to-checkout-btn {
  width: 100%;
  max-width: 260px;
  height: 48px;
  border-radius: 5px;
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

.cart_list {
  width: 100%;
  list-style-type: none;
  margin: 20px 0;
  padding-left: 0;
}
.cart_list > li {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}
.cart_list .cart-plus-minus {
  position: absolute;
  left: 0;
  top: 0;
}

.cart_pro_image {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  display: inline-flex;
  margin-right: 15px;
}

.cart_pro_detail {
  display: inline-flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-flow: column;
}

.cart_label {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  color: #909090;
  margin-bottom: 8px;
}
.cart_label.dark {
  color: #383838;
}

.cart_prod_nm {
  font-size: 16px;
  font-weight: bold;
}

.cart_prod_variants {
  margin-top: 12px;
}
.cart_prod_variants > li {
  display: flex;
  margin-bottom: 9px;
}
.cart_prod_variants > li:first-child {
  margin-top: 0;
}
.cart_prod_variants > li .cart_label {
  width: 47px;
  margin-bottom: 0;
}

.cart_option_wrp {
  margin-top: 12px;
}
.cart_option_wrp .cart_label {
  width: 100%;
  margin-bottom: 2px;
}
.cart_option_wrp.v2 {
  display: flex;
  margin-top: 2px;
  align-items: center;
}
.cart_option_wrp.v2 .cart_label {
  width: auto;
  margin-right: 4px;
}

.cart_opt_value {
  font-size: 12px;
  margin-bottom: 0;
  color: #333333;
}

.cart_options {
  width: 150px;
  height: 36px;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  display: block;
  padding: 0 10px;
}

.cart-prod-price {
  text-align: right;
  padding-right: 50px;
}
.cart-prod-price p {
  margin-bottom: 0;
}

.cart-prod-mrp {
  font-size: 14px;
  color: #909090;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  text-decoration: line-through;
}

.cart-prod-sp, .cart_total_price {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
}

.cart_total_price {
  margin-top: 10px;
}

.cart-delete-prod {
  position: absolute;
  top: 0;
  right: 20px;
}

.cart-prod-total-items {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #333333;
  margin-top: 23px;
}

.cart_content .cart-plus-minus {
  width: 120px;
  height: 36px;
  border-color: #ebebeb;
}
.cart_content .cart-plus-minus input.cart-plus-minus-box {
  width: 120px;
}
.cart_content .cart-plus-minus .qtybtn {
  width: 36px;
}
.cart_content .cart-plus-minus .dec, .cart_content .cart-plus-minus .inc {
  border-color: #ebebeb;
}

#input-coupon {
  background: transparent;
}

.select-just-for-you-box {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}
.select-just-for-you-box h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  color: #333333;
  padding-bottom: 20px;
}
.select-just-for-you-box .old-price {
  font-size: 15px;
  font-weight: normal;
  color: #999999;
  text-decoration: line-through;
}
.select-just-for-you-box .selling_price {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
}
.select-just-for-you-box .prod-details {
  min-height: 61px;
  text-align: center;
  margin-bottom: 13px;
}
.select-just-for-you-box .slick-track, .select-just-for-you-box .slick-initialized .slick-slide {
  display: block;
}
.select-just-for-you-box .slick-track {
  padding-bottom: 1px;
}
.select-just-for-you-box .slick-arrow-cont {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #cccccc;
  display: flex;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.select-just-for-you-box .slick-arrow-cont.left {
  left: 0;
}
.select-just-for-you-box .slick-arrow-cont.right {
  right: 0;
}
@media only screen and (max-width: 479px) {
  .select-just-for-you-box .prod-details {
    height: auto;
    min-height: 61px;
  }
  .select-just-for-you-box .prod-details .prod-price {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    line-height: 22px;
  }
  .select-just-for-you-box .prod-details .prod-price .old-price {
    margin-left: 5px;
  }
}

.suggested-prod-title {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin: 9px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

.cartpg-addtocart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}

.cart-rhs-block {
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #ebebeb;
  background-color: #ffffff;
}
.cart-rhs-block .checkout-accord-hd {
  margin-bottom: 15px;
}
.cart-rhs-block > label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.cart-rhs-block .sidebar_btm .dis-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.cart-rhs-block .sidebar_btm .dis-flex span {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.cart-rhs-block .total, .cart-rhs-block .checkoutMess {
  width: calc(100% + 41px);
  margin-left: -21px;
  border-top: 1px solid #ebebeb;
  padding: 15px 20px 0;
}
.cart-rhs-block .checkoutMess {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.cart-rhs-block .total-row {
  display: flex;
  justify-content: space-between;
}
.cart-rhs-block .total-amount span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.cart-rhs-block .saved-amount span {
  font-size: 14px;
  color: #31b81d; /*font-weight: bold; */
}
.cart-rhs-block .checkoutMess_wrp {
  background-color: #e4f5fd; /* border: solid 1px #ebebeb;    border-radius: 5px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);*/
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  line-height: 21px;
}
.cart-rhs-block .checkoutMess_wrp p {
  font-size: 16px;
  font-weight: 500;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.5;
}

.coupon_block {
  margin-top: 30px;
}
.coupon_block input {
  font-size: 14px;
  color: #333333;
  border-radius: 5px !important;
  height: 40px !important;
  border: solid 1px #c4c4c4;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
  margin-right: 0 !important;
}
.coupon_block button {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #333333;
  width: 82px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #c4c4c4;
  background-color: #ebebeb;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  line-height: initial;
}

#deliverycharge {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
}

.shippint-hint {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  margin-bottom: 3px;
  margin-top: 10px;
}

.continue-shopping, .download_quot_link {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  color: #333333;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 13px;
}

.acc-plus-cont {
  width: 12px;
  height: 12px;
  position: relative;
  display: flex;
}
.acc-plus-cont > div {
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.acc-plus-cont .horizontal {
  width: 100%;
  height: 2px;
}
.acc-plus-cont .vertical {
  width: 2px;
  height: 100%;
}

.scheme-list {
  width: 100%;
  list-style-type: none;
}
.scheme-list li {
  width: 100%;
  border-top: solid 1px #ebebeb;
  margin-top: 20px;
  padding-top: 14px;
  display: flex;
  flex-flow: column;
}
.scheme-list li:first-child {
  margin-top: 0; /*border-top: none;padding-top: 0;*/
}
.scheme-list p {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0;
}
.scheme-list .applied {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  text-align: right;
  display: none;
  margin: 5px 0 -5px 0;
}
.scheme-list .applied .fa-check-circle-o {
  font-size: 14px;
  color: #2baf18;
  margin-right: 4px;
}
.scheme-list .scheme-apply-btn {
  float: right;
  width: 76px;
  height: 24px;
  align-self: flex-end;
  font-family: Rubik, sans-serif;
  border-radius: 5px;
  background-color: #ebebeb;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343538;
}
.scheme-list .scheme-apply-btn i {
  font-size: 12px;
}

.order-summary { /* max-height: 450px; overflow: hidden; */ }

.cart_dd_ul {
  width: 100%;
}
.cart_dd_ul li.cart_dd_li {
  padding-left: 0;
  padding-right: 0;
}
.cart_dd_ul li.cart_dd_li:first-child {
  padding-top: 0;
}
#order-summary {
  height: auto;
}
#order-summary .cart_dd_down_arr {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .cart_lhs_wrp {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cart_rhs_wrp {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .cart_lhs_wrp {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .cart_rhs_wrp {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .cart_rhs_wrp, .cart_lhs_wrp, .cart-list-prod-left, .cart-list-prod-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cart_list .cart-plus-minus {
    left: 140px;
  }
  .cart_list li .cart-list-prod-right {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .cart_content.container {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cart_pro_image {
    width: 80px;
    height: 80px;
  }
  .to-checkout-btn {
    max-width: 100%;
    font-size: 14px;
  }
  .cart-prod-total-items {
    font-size: 18px;
  }
  .cart-prod-price {
    padding-bottom: 30px;
    padding-right: 0;
  }
  .cart-delete-prod {
    bottom: 0;
    top: initial;
  }
  .cart_content .fa {
    font-size: 22px;
  }
  .cart_list .cart-plus-minus {
    left: 111px;
  }
  .cart-prod-mrp {
    font-size: 12px;
  }
  .cart_list li .col, .cart_list li > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart_list li .cart-list-prod-right {
    width: 100%;
  }
}
/* checkout overwrite */
.right_fix_block {
  display: none;
}

.footer-area {
  margin-top: 0;
}

.mid_row {
  padding: 0;
  border: 0;
}

.breadcum_link {
  font-size: 13px;
  color: #909090;
}
.breadcum_link a {
  color: inherit;
}
.breadcum_link a.act {
  color: #333333;
}

.comon_checkout .checkout_body {
  padding: 0 15px 30px;
  background-color: #f4f4f4;
}
.comon_checkout .checkout_body .cart_lhs_inn_wrp {
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  align-self: flex-start;
}

.checkout-sign-btn {
  width: auto;
  min-width: 100px;
  padding: 0 15px;
  height: 38px;
  border-radius: 5px;
  background-color: #333333;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.slider_list li {
  width: 270px;
  padding: 0 5px;
}
.slider_list li .slider_inner {
  width: 100%;
}

.edit_delet_list li {
  width: auto;
}

.mid_heading {
  border-top: solid 1px #c4c4c4;
  font-size: 24px;
  color: #333333;
  padding-top: 21px;
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
}
.mid_heading .fa {
  font-size: 24px;
}

.select_address {
  display: flex;
  flex-flow: column;
}
.select_address .mid_heading {
  margin-bottom: 30px;
}

.bottom_btn_wrp.v2 {
  margin-top: 40px;
}

.add_heading {
  font-size: 16px;
}

.add_txt {
  font-size: 14px;
  line-height: 18px;
}

.select_slot {
  border: 0;
  padding-top: 0;
}
.select_slot .mid_heading {
  margin-top: 10px;
}

.cart-rhs-block .cart_dd_ul {
  max-height: initial;
}
.cart-rhs-block .cart_dd_right_cont {
  margin-left: 12px;
}
.cart-rhs-block .cart_dd_li .cart_dd_category_name {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.cart-rhs-block .cart_dd_prod_name {
  font-size: 14px;
  margin-bottom: 5px;
  padding-right: 0;
}
.cart-rhs-block .cart_dd_mrp {
  font-size: 11px;
  color: #909090;
  flex: 0 0 auto;
}
.cart-rhs-block .cart_dd_sp {
  font-size: 13px;
  color: #333333;
  flex: 0 0 auto;
  margin-left: 10px;
}
.cart-rhs-block .cart_dd_li .cart_dd_left_cont {
  width: auto;
}
.cart-rhs-block .cart_dd_li .cart_dd_img_cont {
  width: 80px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
}
.cart-rhs-block .cart_dd_li .cart_dd_img_cont img {
  width: 100%;
}

.prod-attr-li {
  width: 100%;
  list-style-type: none;
}
.prod-attr-li li {
  display: flex;
  margin-bottom: 2px;
  flex-flow: row wrap;
}
.prod-attr-li li .prod-attr-label {
  margin-right: 3px;
}
.prod-attr-li li .prod-attr-label, .prod-attr-li li .prod-attr-value {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  line-height: initial;
  margin-bottom: 0;
}
.prod-attr-li li .prod-attr-label.v1, .prod-attr-li li .prod-attr-value.v1 {
  font-size: 11px;
  line-height: 13px;
}
.prod-attr-li li .prod-attr-label a, .prod-attr-li li .prod-attr-value a {
  color: #000000;
  word-break: break-all;
}
.prod-attr-li li .prod-attr-value.v1 {
  color: #000000;
}

.cart_dd_li .product_group > .cart_dd_row {
  border-top: 1px solid #ebebeb;
  margin-top: 13px;
  padding-top: 13px;
}
.cart_dd_li .product_group > .cart_dd_row:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.cart_dd_right_cont .quantity-update-box {
  width: 74px;
  margin-top: 0;
}
.cart_dd_right_cont .cls_btn.fa.fa-trash-o {
  font-size: 16px;
}

.delete-qty-cont {
  justify-content: space-between;
  margin-top: 10px;
}
.delete-qty-cont .cls_btn {
  cursor: pointer;
  margin-top: 4px;
}

.cart_dd_down_arr {
  top: 5px;
}

.cart_dd_li.slided .prod-attr-li, .cart_dd_li.slided .quantity-update-box, .cart_dd_li.slided .cart_dd_mrp {
  display: none !important;
}
.cart_dd_li.slided .delete-qty-cont {
  position: absolute;
  right: 0;
  top: 0;
}
.cart_dd_li.slided .cart_dd_sp {
  display: block !important;
  margin-top: -1px;
  margin-right: 5px;
}

.order-summary .right_fix_cont_v2 {
  max-height: 428px;
  overflow: hidden;
}

.os-viewport .os-content .cart_dd_ul {
  width: calc(100% - 15px);
  margin: 0;
}

.comon_checkout .addAddress {
  padding-right: 0 !important;
}

.addAddress.address_tabs .mid_heading {
  max-width: calc(100% - 30px);
  margin-left: 15px;
}

.select_address.address_tabs .mid_heading {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.address_form .form_btn_txt, .address_form .form-control-placeholder {
  color: #909090;
}
.address_form .form-control {
  border-color: #c4c4c4;
}
.address_form .form-check {
  display: flex;
  align-items: center;
}
.address_form .form-check-label {
  font-size: 16px;
  color: #333333;
}

.git-opt-accor {
  position: relative;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 16px 30px;
  margin-top: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.git-opt-accor .checkout-accord-body {
  padding-left: 46px;
  padding-bottom: 15px;
}
.git-opt-accor .checkbox_wrp.v2 {
  margin: 0;
}
.git-opt-accor .checkbox_wrp.v2 .gift_checkbox .fa-gift {
  margin: 0;
  font-size: 32px;
}
.git-opt-accor .form-check-label {
  font-size: 24px !important;
  color: #333333;
  margin-left: 10px;
}
.git-opt-accor .acc-plus-cont {
  width: 16px;
  height: 16px;
}
.git-opt-accor .textarea_wrp {
  margin-top: 15px;
}
.git-opt-accor .textarea_wrp .form-group.txt-area {
  margin-bottom: 0;
  margin-top: 10px;
}
.git-opt-accor .textarea_wrp .form-group.txt-area .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  max-width: 480px;
  height: 70px;
}
.git-opt-accor .textarea_wrp .name-area {
  margin-bottom: 5px;
}
.git-opt-accor .textarea_wrp .name-area input {
  border-top-left-radius: 0;
  border-top: none;
  border-top-right-radius: 0;
  width: 100%;
  max-width: 480px;
  height: 40px;
}
.git-opt-accor .btn.btn-primary.v2 {
  font-size: 16px;
  text-transform: initial;
  font-weight: bold;
}
.git-opt-accor .txt_limit {
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  text-align: right;
}
.git-opt-accor .help-block {
  display: none;
}

.checkout-accord-hd {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
}
.checkout-accord-hd * {
  margin-bottom: 0;
}
.checkout-accord-hd label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.checkout-accord-hd.accor-opened .vertical {
  display: none;
}

.git-label-wrp {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.git-label-wrp .form-check-label {
  font-size: 16px !important;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 10px;
}

.gift-note {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  line-height: initial;
}

.gift_checkbox .form-check-input {
  width: 16px !important;
  height: 16px !important;
  top: -3px !important;
  left: 20px;
}
.gift_checkbox.add_gift_wrp .form-check-label {
  font-size: 16px !important;
  font-weight: bold;
  margin-left: 15px;
}

.top_row_inner .left_arrow {
  left: initial;
  margin-right: 20px;
}

.show360 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .btn_list_cont .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn_list_cont .container .top_row_inner {
    padding: 10px 15px;
  }
  .btn_list_cont .container .top_row_inner .left_arrow {
    margin-right: 10px;
  }
  .add_address_cont {
    padding: 0;
  }
  .add_address_cont .add_link {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .payment_option_block .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .payment_option_block .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .select_address_cont .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .select_address_cont .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .top_row_inner {
    padding: 10px 0;
  }
  .checkout-accord-hd .checkbox_wrp.v2 {
    position: relative;
    top: inherit;
    left: inherit;
  }
  #order-summary .cart_dd_ul {
    width: 100%;
  }
  #order-summary .cart_dd_ul li.cart_dd_li {
    padding: 20px 0;
  }
  .cart_lhs_wrp.address-cont .mid_heading {
    font-size: 18px;
    padding-left: 15px;
  }
  .git-opt-accor .form-check-label {
    font-size: 16px !important; /*padding-left: 0 !important;*/
  }
  .git-opt-accor .checkbox_wrp.v2 .gift_checkbox .fa-gift {
    font-size: 26px;
  }
  .order-summary {
    max-height: initial;
  }
  #order-summary .cart_dd_ul li.cart_dd_li .cart_dd_down_arr {
    top: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .comon_checkout .checkout_body .cart_lhs_inn_wrp, .git-opt-accor, .cart-rhs-block {
    padding: 10px;
  }
  .select_address .mid_heading, .addAddress .mid_heading {
    margin: 16px 0 15px 0;
    padding-top: 12px;
  }
  .address_form {
    margin-top: 0;
  }
  .btn.checkout_btn {
    font-size: 14px;
  }
  .select_address_cont .slick-slider .slick-arrow {
    top: -36px;
  }
  .select_address_cont .slick-slider .slick-arrow.fa-angle-left {
    right: 59px;
  }
  .select_address_cont .slick-slider .slick-arrow.fa-angle-right {
    right: 24px;
  }
  .select_slot {
    margin-top: -15px;
  }
  .checkout_body .container { /* padding: 0; */ }
  .payment_option_block .payment_option {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .store_name_row .container, .breadcrum_row .container, .top_row.btn_list_cont .container, .checkout_body .container {
    max-width: 450px;
  }
}
@media only screen and (max-width: 560px) {
  .top_row_inner p {
    display: flex;
    align-items: center;
    width: calc(100% - 23px);
    line-height: initial;
  }
}
@media only screen and (max-width: 360px) {
  .checkout_body .container {
    padding: 0;
  }
}
/* checkout pay start */
.netbank_block {
  padding: 0 !important;
}

.checkout-pay-hd {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 5px;
}

.net_heading_v2 {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0;
}

.netbank_block .slider_list.custom_width {
  width: 100%;
  margin: 0 -5px;
}

.netbank_block .slider_list.custom_width li .slider_inner {
  margin-left: 0;
}

.netbank_block .slider_list > li {
  padding: 0 5px;
}

.netbank_block .choose_block {
  border-bottom: 0;
  padding-bottom: 0;
}

.selected-time-slot {
  font-size: 14px;
  color: #333333;
}

.slider_list.custom_width .time-slot-li {
  width: auto !important;
}

.payment-heading {
  font-size: 24px;
  color: #333333;
  margin-bottom: 0;
}
.payment-heading .fa-credit-card {
  margin-right: 15px;
  font-size: 22px;
}

.option_list {
  margin-top: 25px;
}

.payment-hint {
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  margin-top: 8px;
}

.option_btn {
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.option_btn img {
  width: 45%;
}
.option_btn .fa.fa-play {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.payment-name {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.comon_checkout ul {
  padding-right: 0;
}

.img_list.placeOrderList {
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center; /* margin-left: -4px; margin-right: -4px; */
}
.img_list.placeOrderList li {
  width: 16.6666%;
  cursor: pointer;
  max-width: 67px;
  height: 45px;
  padding: 0;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  margin: 5px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_list.placeOrderList.disabled {
  pointer-events: none;
}

.mbl_payment_option .offline_wrp {
  width: 100%;
}
.mbl_payment_option .offline_wrp .offline_txt {
  padding-top: 0;
}

.mbl_payment_option .btn.btn-primary.v2 {
  align-self: flex-end;
}

.option_btn img.paytm_opt_logo {
  width: 54px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .payment_blck.act .mbl_payment_option {
    display: flex;
  }
  .payment_option_block {
    position: relative;
  }
  .payment_option {
    position: static;
  }
  .right_block {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .payment_option {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .payment_option {
    padding: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .payments-deatil-cont {
    width: 100%;
  }
  .payments-deatil-cont .img_list.placeOrderList li {
    justify-content: center;
  }
  .payment_blck.act .mbl_payment_option .img_list li {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .payment_blck.act .mbl_payment_option {
    background: white;
  }
  .payment-heading {
    font-size: 18px;
  }
  .payment-heading .fa-credit-card {
    font-size: 16px;
    margin-right: 7px;
  }
  .option_btn img {
    max-width: 102px;
  }
  .option_list {
    margin-top: 10px;
  }
  .payment_option_block {
    margin-top: 40px;
  }
}
/* upi payment method start */
.upi-payment-cont {
  width: 100%;
}
.upi-payment-cont .upi-heading {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 8px;
}

.upi-hint-list {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.upi-hint-list li {
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  color: #6a6a6a;
  position: relative;
  padding-left: 20px;
}
.upi-hint-list li span {
  position: absolute;
  left: 0;
  top: 0;
}

.upi-mid-section {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.upi-label {
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 4px;
}

.upi-link-col {
  width: calc(100% - 145px);
}

.upi-qrcode-col {
  width: 125px;
}
.upi-qrcode-col img {
  width: 100%;
}

/* upi payment method end */
/* checkout pay end */
/*coupon block start*/
.coupon_block button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.coupon_applied_wrap {
  display: none;
}
.coupon_applied_wrap .coupon_wrp_2, .coupon_applied_wrap .flex_wrp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.coupon_applied_wrap .coupon_wrp_2 .coupon_success_msg, .coupon_applied_wrap .flex_wrp .coupon_success_msg { /*max-width: calc(100% - 70px);padding-right: 10px;*/
  font-size: 14px;
  line-height: 22px;
}
.coupon_applied_wrap .coupon_wrp_2 .remove_coupon, .coupon_applied_wrap .flex_wrp .remove_coupon {
  color: #909090;
  font-size: 11px;
  cursor: pointer;
  text-decoration: underline;
}
.coupon_applied_wrap .coupon_wrp_2 .remove_coupon i, .coupon_applied_wrap .flex_wrp .remove_coupon i {
  font-size: 14px;
  margin-right: 4px;
}
.coupon_applied_wrap .coupon_wrp_2 .remove_coupon:hover, .coupon_applied_wrap .flex_wrp .remove_coupon:hover {
  color: #333333;
}
.coupon_applied_wrap .f-16 {
  font-size: 16px;
}
.coupon_applied_wrap .f-14 {
  font-size: 14px;
}
.coupon_applied_wrap label, .coupon_applied_wrap p {
  color: #333333;
}
.coupon_applied_wrap .checkout-accord-hd {
  margin-bottom: 5px;
}
.coupon_applied_wrap .flex_wrp {
  margin-bottom: 5px;
}

.coupon_error {
  display: none;
  color: red;
  line-height: 14px;
  font-size: 11px;
  margin-top: 8px;
}

/*coupon block end*/
.mid_heading {
  margin-bottom: 25px;
}

.top_row_inner p {
  margin-bottom: 0;
}

.hide-btn-wrp {
  display: none;
}

/*gift option start*/
.git-opt-accor .git-label-wrp {
  position: relative;
}
.git-opt-accor .git-label-wrp .add_remove_gift {
  width: 16px;
  height: 16px;
  top: -3px;
  left: 20px;
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.git-opt-accor .git-label-wrp label.form-check-label {
  margin-left: 25px !important;
}
.git-opt-accor .form-group.txt-area .form-control {
  height: 100px !important;
}
.git-opt-accor .gift-note, .git-opt-accor .form-group.txt-area, .git-opt-accor .form-group.name-area, .git-opt-accor .help-block.error {
  margin-left: 25px;
}
.git-opt-accor .checkout-accord-body {
  width: 100%;
}
.git-opt-accor .textarea_wrp {
  max-width: 480px;
}
.git-opt-accor .form-check.gift_checkbox.add_gift_wrp {
  margin-top: 20px;
}
.git-opt-accor .btn {
  float: right;
}
.git-opt-accor .txt_limit {
  margin-top: 5px;
}
.git-opt-accor #nameError {
  padding-top: 10px;
}
.git-opt-accor .help-block.error {
  float: none;
}

/*gift option end*/
.to-checkout-btn:hover, .to-checkout-btn:focus {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  box-shadow: none;
}

.checkout-sign-btn:hover, .checkout-sign-btn:focus {
  color: #ffffff;
}

#address_form_new input.form-check-input, #address_form_new #form-address-edit input.form-check-input {
  width: 20px;
  height: 20px;
}
#address_form_new .address_page_bottom_btn_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 40px 0;
}
#address_form_new .act_anim .form-control-placeholder, #address_form_new .is-focused .form-control-placeholder {
  top: -7px;
  font-size: 11px;
  color: #c4c4c4 !important;
}
#address_form_new .addAddress .form-group {
  margin-bottom: 24px;
}
#address_form_new .form-control, #address_form_new .iti--separate-dial-code {
  margin-bottom: 0;
}
#address_form_new .has-error .help-block {
  color: red;
}

.checkout-accord-hd .f-normal {
  font-weight: 400;
}

.flex_wrp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.applied-scheme .applied-scheme-msg {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0;
}
.applied-scheme .applied {
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  text-align: right;
  margin: 0;
}
.applied-scheme .applied .fa-check-circle-o {
  font-size: 14px;
  color: #2baf18;
  margin-right: 4px;
}

#checkout_body {
  padding-bottom: 90px;
}
@media only screen and (max-width: 575px) {
  #checkout_body .cart_lhs_wrp, #checkout_body .cart_rhs_wrp {
    padding-left: 10px;
    padding-right: 10px;
  }
  #checkout_body .container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .git-opt-accor .checkout-accord-body {
    padding-left: 0;
  }
}
.cart_content {
  margin-bottom: 80px !important;
  padding-bottom: 0;
}

#address_form_new .delivery_area .powered_by_google {
  position: absolute;
  right: 10px;
  color: #909090;
  font-size: 12px;
}
@media only screen and (min-width: 480px) {
  #address_form_new .delivery_area .pr {
    padding-right: 135px;
  }
  #address_form_new .delivery_area .powered_by_google {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 479px) {
  #address_form_new .delivery_area {
    margin-bottom: 34px !important;
  }
  #address_form_new .delivery_area .powered_by_google {
    margin-top: 5px;
    right: 0;
  }
}

.cart-plus-minus .qtybtn {
  z-index: 5;
}

@media only screen and (max-width: 992px) {
  .order-summary .right_fix_cont_v2 {
    overflow: auto;
  }
}
.scheme-block .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.scheme-block .checkout-accord-hd {
  margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
  .cart_rhs_wrp .checkout_btn_wrp {
    display: none !important;
  }
}
.slider_list li.act .edit_delet_list.pay_pg {
  bottom: -30px;
  left: 10px;
}
.slider_list li.act .edit_delet_list.pay_pg li {
  width: auto;
}
.slider_list li.act .edit_delet_list.pay_pg li, .slider_list li.act .edit_delet_list.pay_pg a {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .payment_option_block.min-height-wrp {
    min-height: 300px;
    min-height: 420px;
  }
  .payment_option_block.min-height-wrp.has-upi-method {
    min-height: 432px;
  }
}
.applied-scheme-discount p {
  color: #333333;
  padding-bottom: 14px;
}

/* city select and text input start*/
form[name=form-address-add] .selectize-control {
  border: 0;
  padding: 0 !important;
  z-index: 5 !important;
}
form[name=form-address-add] .selectize-control .selectize-input {
  box-shadow: none;
  height: 100%;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.5;
}
form[name=form-address-add] .selectize-control .selectize-input .options {
  padding-left: 0;
}
form[name=form-address-add] .selectize-control .selectize-input.input-active {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
form[name=form-address-add] .selectize-control .selectize-input.focus {
  box-shadow: none;
}
form[name=form-address-add] .selectize-control .selectize-input input {
  transition: none;
  max-height: 100% !important; /*top:50%;transform: translateY(-50%);*/
}
form[name=form-address-add] .selectize-control .selectize-dropdown {
  position: absolute;
  padding: 0 !important;
  height: auto !important;
}
form[name=form-address-add] .selectize-control .selectize-dropdown .selectize-dropdown-content .options {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
form[name=form-address-add] .selectize-control .selectize-input:after {
  background: url(../images/down_arrow.png) 0px 0 no-repeat;
  content: "";
  border: 0;
  background-size: contain;
  width: 10px;
  height: 8px;
  right: 4px;
}

.city_wrpr .form-control-placeholder {
  z-index: 10;
}

.form-group.has-error .selectize-control.form-control {
  border-color: unset;
  box-shadow: none;
}
.form-group.has-error .selectize-input {
  border-color: red;
  box-shadow: 0 0 0 1px #ff6d6d !important;
}

.nccWrpClass .form-control {
  pointer-events: none;
}

form[name=form-address-add] .selectize-control .selectize-input.input-active.focus {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* city select and text input end*/
:focus {
  outline: none;
}

.cart-rhs-block .to-checkout-btn {
  margin: 0 auto;
}

.select_address_cont .slick-slider .slick-arrow {
  margin-top: 0;
}

.cart_dd_row.mrp_sp_cont {
  flex-flow: row wrap;
  margin-left: -10px;
  margin-top: 10px;
}
.cart_dd_row.mrp_sp_cont .cart_dd_mrp {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .select_address_cont .slider_list.slick-initialized {
    margin-top: 25px;
  }
  .select_address_cont .slick-slider .slick-arrow {
    top: -30px;
    margin-top: 0;
  }
  .select_address_cont .slick-slider .slick-arrow.fa-angle-left {
    right: 45px;
  }
  .select_address_cont .slick-slider .slick-arrow.fa-angle-right {
    right: 15px;
  }
  .select_address_cont .slider_wrp {
    padding-right: 0;
  }
}
form[name=form-address-add] .selectize-control .selectize-dropdown {
  background: rgb(255, 255, 255);
}
form[name=form-address-add] .selectize-control .selectize-dropdown .options {
  padding-left: 17px;
}

.time_select select {
  text-align-last: center;
}

.breadcum_link a.act {
  pointer-events: none;
}

@media only screen and (max-width: 575px) {
  .slot_slider.slick-initialized.slick-slider {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  #order-summary .cart_dd_ul li.cart_dd_li {
    padding-right: 10px;
  }
}
.payments-deatil-cont {
  width: 100%;
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .payment_blck.act .mbl_payment_option {
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 30px;
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container input {
    width: 36px;
  }
  .cod_wrp {
    max-width: fit-content;
  }
  /* .right_block.cod_ver_wrp{transform: none;} commented this to show error message before button itself */
}
.cart_content .cart-plus-minus input.cart-plus-minus-box {
  opacity: 1;
}

.git-opt-accor .textarea_wrp .name-area.has-error input {
  border-top: 1px solid red;
}

.cart-rhs-block .continue-shopping {
  border-bottom: 1px solid #333333;
  margin: 0 auto;
  margin-top: 13px;
  text-decoration: none;
  width: fit-content;
}
.cart-rhs-block .continue-shopping:hover {
  border-bottom: none;
}

.mobile_inp_cont .iti__flag-container {
  z-index: 20;
}

form[name=form-address-add] .form-group.add-index .form-control-placeholder {
  z-index: 22 !important;
}
form[name=form-address-add] .form-group.add-index .selectize-control {
  z-index: 21 !important;
}

.download_quot_link {
  font-size: 16px;
}

.newItemAdded {
  width: 100px;
}

.paymongo_btn_wrp {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.paymongo_btn_wrp .paymongo_btn {
  width: 224px;
  height: 44px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.paymongo_btn_wrp .paymongo_btn.grab_pay {
  background: url(../images/grab_pay.png) no-repeat;
  background-size: cover;
}
.paymongo_btn_wrp .paymongo_btn.g_cash {
  background: url(../images/g_cash.png) no-repeat;
  background-size: cover;
}
.paymongo_btn_wrp .paymongo_btn i {
  display: none !important;
}
.paymongo_btn_wrp .pm_divider_line {
  display: flex;
  /* width: 50%; */
  width: 50%;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 25px;
  margin-bottom: 25px;
  float: left;
  align-items: center;
}
.paymongo_btn_wrp .pm_divider_text {
  width: auto;
  position: absolute;
  left: 50%;
  /* top: -7px; */
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
  color: #cdcdcd;
  margin-bottom: 0;
}

.cart_top_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart_top_row .cart_top_row_left {
  width: 65%;
}
.cart_top_row .cart_top_row_right {
  width: 35%;
}
.cart_top_row .cart_top_row_right .download_quot_link {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .cart_top_row {
    flex-flow: column;
  }
  .cart_top_row .cart_top_row_left, .cart_top_row .cart_top_row_right {
    width: 100%;
  }
  .cart_top_row .cart_top_row_right .download_quot_link {
    text-align: left;
    margin-top: 0;
  }
}
/* mode of payment overwrite start */
.mbl_payment_option #show-cod-otp-screen .cod_wrp form {
  display: flex;
  flex-flow: column;
}
.mbl_payment_option #show-cod-otp-screen .cod_wrp form .btn.btn-primary.v2 {
  margin-left: 0;
  float: none;
  align-self: flex-end;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .payment_option, .payment_blck.act .mbl_payment_option {
    padding-left: 20px;
    padding-right: 20px;
  }
  .verify_block {
    padding: 0;
  }
  .verify_block .otp_block.v3 > .form-control .pincode-input-container input {
    width: calc(16.66% - 10px);
    padding: 0 5px;
  }
  #show-cod-otp-screen .form-control {
    padding-left: 5px;
  }
}
/* mode of payment overwrite end */
/* select seller select menu start */
.update_seller .select_seller_dd {
  display: block;
}
.update_seller .cart-prod-price, .update_seller .cart_rhs_wrp {
  display: none;
}
.update_seller .seller_updated .cart-prod-price {
  display: block;
}

.select_seller_dd {
  position: relative;
  display: none;
}
.select_seller_dd .form-control {
  height: 36px;
  border-radius: 5px;
  border-color: #c4c4c4;
  font-size: 14px;
  color: #000000;
  padding: 5px;
  margin-top: 10px;
  width: 100%;
  max-width: 330px;
}
.select_seller_dd .get_seller_list {
  position: relative;
  padding: 6px 25px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: none;
}
.select_seller_dd .get_seller_list .fa-angle-down {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #000000;
  font-size: 24px;
}
.select_seller_dd .get_seller_list #selected_text {
  font-size: 14px;
  color: #000000;
}
.select_seller_dd .fa-spin {
  font-size: 13px;
  color: #000000;
  position: absolute;
  right: 38px;
  top: 22px;
}

.select_seller_ddlist {
  width: 475px;
  list-style: none;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  position: absolute;
  top: 45px;
  z-index: 6;
  background: #ffffff;
  left: 0;
  min-height: 100px;
  max-height: 305px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.select_seller_ddlist li {
  border-top: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}
.select_seller_ddlist li:first-child {
  border-top: none;
}
.select_seller_ddlist li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.select_seller_ddlist li a .seller_name {
  font-size: 14px;
  color: #000000;
  max-width: 340px;
}
.select_seller_ddlist li a .seller_name .seller_loation {
  color: #6a6a6a;
}
.select_seller_ddlist li a .sprice {
  font-size: 14px;
  color: #3a3a7f;
}
.select_seller_ddlist li a:hover {
  background: #f4f4f4;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .select_seller_dd {
    width: 240px;
  }
  .select_seller_ddlist {
    width: 100%;
  }
  .select_seller_ddlist li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .select_seller_dd {
    width: 185px;
  }
  .select_seller_ddlist {
    width: 100%;
  }
  .select_seller_ddlist li a {
    padding: 10px;
  }
}
/* select seller select menu End */
.btn_list_wrp {
  display: flex;
  align-items: center;
}

.delivering_to {
  font-size: 14px;
  color: #000000;
  margin-left: 10px;
  margin-bottom: 0;
}

.pincode_overlay .add_link {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  color: #000000;
  text-decoration: underline;
}

/* enjoy you saving start */
#chooseSchemeOverlay .modal-title, #chooseSchemeOverlay .close-modal-link, #chooseSchemeOverlay .scheme-label, #chooseSchemeOverlay .amount-saved {
  font-family: Roboto, sans-serif;
}
#chooseSchemeOverlay .modal-dialog {
  max-width: 906px;
}
#chooseSchemeOverlay .modal-content {
  padding: 0 !important;
}
#chooseSchemeOverlay .modal-body {
  padding-top: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#chooseSchemeOverlay .modal-header {
  padding: 27px 15px 20px;
  border-bottom: none !important;
}
#chooseSchemeOverlay .close {
  color: #333333;
  font-weight: normal;
  margin: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
#chooseSchemeOverlay .modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  width: 100%;
  display: flex;
  justify-content: center;
}
#chooseSchemeOverlay .close-modal-link {
  font-size: 16px;
  color: #333333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 0;
}
#chooseSchemeOverlay.slide_2 .modal-dialog {
  max-width: 500px;
}

.scheme-slider-wrp {
  width: 100%;
  display: flex;
  justify-content: center;
}

.scheme-slider-list {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}
.scheme-slider-list li {
  float: left;
  width: auto;
  width: 145.7px;
  margin-right: 60px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
}
.scheme-slider-list li .img-cont-01 {
  width: 100%;
  height: 182px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme-slider-list li img {
  width: 100%;
  height: auto;
}
.scheme-slider-list .scheme-label, .scheme-slider-list .amount-saved {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.scheme-slider-list .scheme-label {
  margin-bottom: 0;
  line-height: 17px;
  margin-top: 9px;
  min-height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.scheme-slider-list .amount-saved {
  margin-top: 17px;
  margin-bottom: 24px;
  line-height: 20px;
}
.scheme-slider-list .scheme-apply-btn {
  width: 120px;
  height: 40px;
  background-color: #000000;
  margin: auto;
  border-radius: 4px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme-slider-list .slick-arrow {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: solid 1px #d2d2d2;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transform: translateY(-50%) !important;
  position: absolute;
  top: 50% !important;
}
.scheme-slider-list .fa-angle-right {
  right: 0;
}
.scheme-slider-list .product-price-2.product-price {
  margin-top: 17px;
  margin-bottom: 24px;
  text-align: center;
}
.scheme-slider-list .product-price-2.product-price span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.scheme-slider-list:not(.slick-initialized) {
  width: auto;
}

.flex_wrp.v-center {
  align-items: center;
}

.checkout-accord-hd.one_scheme {
  pointer-events: none;
}
.checkout-accord-hd.one_scheme .acc-plus-cont {
  display: none;
}

@media only screen and (max-width: 991px) {
  #chooseSchemeOverlay {
    padding: 20px !important;
  }
}
/* enjoy you saving end */
/* variant listing start */
#suggested_products .prod_listing_attr_list {
  margin-bottom: 20px;
}
#suggested_products .prod_listing_attr_list .prod_list_attr_wrp {
  max-width: 135px;
}
#suggested_products .prod_listing_attr_list .product-dec-next {
  right: -23px;
}

@media only screen and (max-width: 1279px) {
  #suggested_products .prod_listing_attr_list .prod_list_attr_wrp {
    max-width: 105px;
  }
}
/*
@media only screen and (min-width:768px) and (max-width:1023px) {
  #suggested_products {
    .prod_listing_attr_list {  
      .prod_list_attr_wrp { max-width: 105px;  }       
    }
  }
} */
/* variant listing end */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .verify_block .otp_block.v3 > .form-control .pincode-input-container input {
    width: 25px;
  }
}
.lctxt {
  font-size: 16px;
  color: #333333;
  margin: 20px 0 0 0;
}

.comment_wrp {
  margin-top: 8px;
  display: flex;
  flex-flow: column;
  align-items: end;
}
.comment_wrp .comment_area {
  width: 100%;
  min-height: 72px;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  border-radius: 5px;
  background: transparent;
  color: #909090;
  padding: 13px;
}
.comment_wrp .character_txt {
  font-size: 12px;
  color: #909090;
  line-height: normal;
  float: right;
  margin-top: 2px;
  text-transform: capitalize;
}
.comment_wrp .help_error_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.comment_wrp .help-block {
  margin-left: 0 !important;
}
.comment_wrp.has-error .help_error_block {
  justify-content: space-between;
}
.comment_wrp.has-error .comment_area {
  border-color: red;
}

.btn.comments_btn {
  background: #ebebeb;
  height: 48px;
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 15px;
  border: none;
  border-radius: 5px;
}

.comments_checkbox .fa-comment {
  font-size: 24px;
  color: #333333;
}

.theme_btn_clr {
  background: #252531 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 39px;
  padding: 0 27px;
  text-transform: uppercase;
}
.theme_btn_clr:hover {
  color: #ffffff;
}

.return_bottom_btn .theme_btn_clr {
  color: #ffffff !important;
  background-color: #333333 !important;
  border: 1px solid #333333 !important;
}

.discount-coup-hd {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0 -6px 0;
}

.view-discount-coupon, .view-discount-coupon-less {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  margin-top: 16px;
  text-align: right;
  text-decoration: underline;
}
.view-discount-coupon:hover, .view-discount-coupon-less:hover {
  color: #333333;
}

.discount-list-wrp {
  display: none;
}

.scheme-list.discount-list li:first-child {
  border-top: none;
}
.scheme-list.discount-list li .applied-wrp {
  display: none;
  text-align: right;
}
.scheme-list.discount-list li .applied-wrp .fa-check-circle {
  color: #2baf18;
  margin-right: 5px;
}
.scheme-list.discount-list li .applied-wrp span {
  color: #909090;
}
.scheme-list.discount-list li.coupon-applied .applied-wrp {
  display: block;
}
.scheme-list.discount-list li.coupon-applied .scheme-apply-btn {
  display: none;
}

.coupon_applied_wrap .coupon_code_val {
  margin-bottom: 0;
}
.coupon_applied_wrap .coupon_wrp_2 {
  margin-bottom: -7px;
}

.mode-btn-wrp {
  display: flex;
  flex-flow: row wrap;
}

.mode-btn-row, .payment-hint {
  width: 100%;
}

.mode-btn-row {
  display: flex;
  align-items: center;
}
.mode-btn-row .faiita-logo {
  width: 38px;
  height: auto;
}
.mode-btn-row p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #353535;
}

.faiita-pay-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: initial;
  color: #212121;
  margin-bottom: 0;
  margin-top: 15px;
}
.faiita-pay-desc span {
  color: #156ef6;
}

.img_list.placeOrderList {
  height: auto;
}

.cart_option_file_wrp { /* margin-top: 8px; */
  line-height: 16px;
  width: 160%;
}
.cart_option_file_wrp .option-file-txt {
  font-size: 12px;
  margin-bottom: 0;
}
.cart_option_file_wrp .option-file-label {
  color: #6a6a6a;
  margin-right: 5px;
}
.cart_option_file_wrp .option-file-name {
  color: #383838;
  word-break: break-all;
}

.img_list.placeOrderList {
  height: auto;
}

/* captcha position */
.checkout_btn_wrp .rght_block .grecaptcha-badge {
  z-index: 2;
  transition: right 0.3s ease 0s !important;
  right: -186px !important;
}

@media only screen and (max-width: 767px) {
  .payment_option_block .grecaptcha-badge {
    z-index: 2;
    transition: right 0.3s ease 0s !important;
    right: -186px !important;
  }
}
@media only screen and (min-width: 1920px) {
  #show-cod-otp-screen.show-cod-otp-screen .cod_wrp {
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1919px) {
  #show-cod-otp-screen.show-cod-otp-screen .cod_wrp {
    padding-bottom: 80px;
  }
}
.currency-disclaimer {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #6a6a6a;
  margin: 15px 0 0 0;
}

#add-address-register-otp .form-group.otp_block.v3 .code_inp_list_wrp .code_inp_list {
  margin-bottom: 5px;
  align-items: flex-end;
}
#add-address-register-otp .form-group.otp_block.v3 .code_inp_list_wrp .code_inp_list li {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.city_wrpr .selectize-input .options, #select-city-selectized {
  font-size: 14px; /* padding-top: 2px;   */
}
@media only screen and (min-width: 1920px) {
  .city_wrpr .selectize-input .options, #select-city-selectized {
    font-size: 18px;
    padding-top: 3px !important;
  }
}

#address_form_new .iti__flag:not(.flag_dis) {
  margin-left: 0;
}

.cart-accordion {
  padding-right: 5px;
}
.cart-accordion .checkout-accord-hd {
  padding-right: 15px;
}

.avail-free-shipping-cont {
  background-color: #f4f4f4;
  padding: 0 15px !important;
  max-width: initial !important;
}

.avail-free-shipping {
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #e4f5fd;
  color: #000000;
  border: 1px solid #ebebeb;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.avail-free-shipping a {
  width: 30px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .mbl_wrp.form-group .form-group .iti {
  /*.form-control[name="mobile_no"]{padding-left: 110px !important;}*/
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .mbl_wrp.form-group .form-group .iti .iti__selected-flag {
  width: 80px;
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .mbl_wrp.form-group .form-group .iti .iti__selected-flag .iti__selected-dial-code {
  margin-left: 0;
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .mbl_wrp.form-group .form-group {
  /*.form-control-placeholder{margin-left: 93px;}*/
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .otp_block_cont .form-group.otp_block .form-control {
  height: 52px;
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .otp_block_cont .form-group.otp_block .form-control .code_inp_list {
  padding-left: 0;
  margin-bottom: 0;
}
#ls-mobile-verify-overlay .mobileVerifyform[name=ls-mobileVerifyForm] .signup_wrp.tab .otp_block_cont .form-group.otp_block .form-control .code_inp_list li {
  height: 35px;
}

/* captcha issuee on checkout page start */
#checkout_body.captcha {
  position: relative;
  overflow: hidden;
}
#checkout_body.captcha .cart_lhs_wrp.address-cont {
  position: static;
}
#checkout_body.captcha .cart_lhs_wrp.address-cont .address_form .checkout_btn_wrp .address_form_btn { /*padding-bottom: 60px;*/
  position: static;
}
#checkout_body.captcha .cart_lhs_wrp.address-cont .address_form .checkout_btn_wrp .address_form_btn .rght_block .grecaptcha-badge {
  position: absolute !important;
  bottom: 10px !important;
  right: -186px !important;
  left: inherit !important;
  transform: inherit;
}
#checkout_body.captcha .cart_lhs_wrp.address-cont .address_form .checkout_btn_wrp .address_form_btn .rght_block .grecaptcha-badge:hover {
  right: 0 !important;
}

/*
.payment_option_block{
  .option_list{
    li{
      .grecaptcha-badge{opacity: 0; pointer-events: none; position: absolute !important; left: inherit; right: 30px !important; bottom: 25px !important;}
      &.payment_blck.act[data="tab_cod"]{z-index: 9999 !important; opacity: 1;
        .grecaptcha-badge{opacity: 1; pointer-events: all;}
      }
    }
  }
  .grecaptcha-badge{right: -186px !important; right: 0 !important; left: inherit; transform: inherit; z-index: 9999 !important; transition: right 0.3s;}
}
*/
/* captcha issuee on checkout page End */
.infoTextWrp.modal-header {
  flex-flow: row wrap;
}
.infoTextWrp.modal-header .close {
  position: absolute !important;
  top: 15px;
  right: 15px;
}
.infoTextWrp.modal-header .ls-signin-title {
  margin-bottom: 0;
}
.infoTextWrp.modal-header .info-text {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

#ls-email-signin-overlay-v1 #cont-verify-login-otp .otp-wrapper .code_inp_list li {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 359px) {
  #ls-email-signin-overlay-v1 #cont-verify-login-otp .otp-wrapper .code_inp_list li {
    width: 35px;
    height: 35px;
  }
}