.pac-container {
	z-index: 10000 !important;
}
.hide {
  display: none;
}

    /***** Live Order Summary Start ****/
.live-order-summary{
	background-color:#11B295;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items:center;
   height:195px;
}
.order-live-content{
	position:relative
}

.order-live-content p{
	font-weight:600;
	font-size:15px;
	margin-bottom: 4px;
	text-align:center;
	color:#fff;
}

.order-live-content h1{
	font-weight:bold;
	font-size: 1.5rem;
	margin-bottom:0;
	text-align:center;
	margin-bottom: 3px;
	color:#fff;
}
.order-live-content a {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
}
.new-live-tab {
    margin-top: 15px;
    margin-bottom: 15px;
}
.new-live-tab.nav-tabs .nav-link {
   /* border-bottom: 1px solid #E5E5E5; */
    border-radius: 0;
    border: 0;
	font-weight:600;
	color:rgba(0, 0, 0, 0.38);
}
.new-live-tab.nav-tabs .nav-link.active{
	color: #000;
    background-color: #fff;
    border-bottom: 4px solid #11B295 !important;
    border-top: 0 !important;
    border-color: transparent;
}
.new-live-tab li{
	margin: 0 auto;
}
.d-boy-box{
	background-color:#E5FAF1;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
	border-radius:10px;
	padding: 10px;
}
.d-boy-box img {
    position: absolute;
    bottom: -12px;
    left: 12px;
    width: 30px;
}
.d-boy-box h2 {
    font-weight: bold;
    font-size: 17px;
    color: #11B295;
    margin-bottom:3px;
    margin-top:3px;
}
.d-boy-box p {
    margin-bottom: 0;
    font-size: 14px;
}
.d-img img {
    margin: auto;
    display: block;
}
.d-content-live h3{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.d-content-live p{
	font-size: 13px;
    margin-bottom: 0;
}
.order-live-d{
	text-decoration:underline;
	color: #11B295;
	font-weight:bold;
}
.order-live-d:hover,.order-live-d:focus{
	text-decoration:underline;
	color: #11B295;
	font-weight:bold;
}
.D-s-live{
	
}

.D-s-live h5{
	font-size:18px;
	font-weight:600;
	color:#000;
}
.D-s-live p{
	font-size:16px;
	font-weight:600;
	color:#808080;
	margin-bottom:2px;
	
}
.ds-a h5{
	color:#11B295;
}
.c-live p{
	font-size: 13px;
    color: #11b295;
}
.live-od-footer{
	background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding:10px;
}
.live-od-content p{
	color:#134D91;
	font-weight:600;
	margin-bottom:0px;
}

.item-live{
	background-color: #F0F0F0;
    padding: 10px;
    border-radius: 5px;
}

.item-live-content p{
	font-weight:600;
	font-size:16px;
	margin-bottom:0px;
}
.padding-new-live{
	    padding-left: 6px;
    padding-right: 6px;
}
.item-live-box-product{
	position:relative;
}

.item-live-box-product img{
	    margin-bottom: 4px;
    width: 102px;
    height: 72px;
    object-fit: cover;
}


.star-rating i {
	color: #FFCC3B;
    font-size: 15px;
}
.star-rating-c {
	color:#ffd300!important;
}
.item-live-content-product h2{
	color: #000;
	font-weight:bold;
	font-size:19px;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.item-live-content-product h3{
	font-size: 17px;
	margin-bottom: 4px;
	color: #808080;
}
.item-live-content-product h4{
	font-size: 16px;
    margin-bottom: 4px;
    color: #808080;
}
.item-live-content-product h5{
	font-size: 16px;
	margin-bottom: 4px;
	color: #808080;
}
.item-live-content-product p{
	position: absolute;
	bottom: 0px;
	right: 0;
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
}
.item-live-content-product{
	position:relative;
}
.order-com{
	background-color:#28a745;
}
/***** Live Order Summary End ****/

/****** Search Location Modal Css  *******/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');
.search-location{
	position:relative;
}

.search-location input {
        padding: 10px 32px;
    background: #f4f4f4;
    border: 0;
    border-radius: 10px;
}
.search-location i {
	position: absolute;
    top: 14px;
    left: 9px;
    font-size: 17px;
}

.u-lo hr{
	    margin-top: 10px;
    margin-bottom: 10px;
}

.u-lo a{
	  color:#11b295;
}

.hr-live{
	margin-top: 10px;
    margin-bottom: 10px;
}
.otp-live p{
	margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
/****** Search Location Modal Css *******/
    /****** My Order Detail Page Css *******/

.my-order-details-box-new{
background-color:rgba(17, 178, 149, 0.03);
border:1px solid #E4E3E3;
padding:6px;
border-radius:10px;
    margin-bottom: 20px;
}
.name-order-d p
{
font-weight: bold;
font-size: 17px;
color: #000;
margin-bottom: 1px;
}

.order-id p
{
font-size: 16px;
color: #134D91;
margin-bottom: 3px;
font-weight:600;
}

.order-item p
{
font-size: 16px;
color: rgba(0, 0, 0, 0.38);
margin-bottom: 3px;
font-weight: bold;
}
.see-more-order p {
	    font-size: 15px;
    margin-bottom: 3px;
	font-weight:bold;
}
.see-more-order p a{
	color:#134D91;
	text-decoration:underline;
	
}
.price-order p {
	    font-size: 16px;
    margin-bottom: 3px;
	font-weight:bold;
	color:#11B295;
}

.order-badge{
	border-radius:100px;
	font-weight:normal;
	margin-bottom:10px;
}
.teal-badge{
	background-color:#11B295;
	color: #fff;
}
.completed-order-p p{
	font-size: 15px;
	margin-left: 0px;
	color: #134D91;
	margin-bottom: 1px;
	font-weight:600;
}
.completed-order-p img {
    float: left;
    width: 20px;
	    margin-right: 4px;
}
.col-4.completed-order-p {
    padding-right: 0;
	
}
/****** My Order Detail Page Css *******/

/************ Add Address **********/

.new-address-box{
	    
}
.product-de-new-22 i {
   color: rgb(17 178 149);
    font-size: 24px;
}
.product-de-new-cont p{
	font-size: 19px;
    margin: 2px 3px 10px;
}
.icon-checkmark svg {
    width: 20px;
    height: 20px;
    width: 100%;
    color: #134d91;
    fill: currentColor;
}
.icon-checkmark {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: .1em;
    text-align: center;
    position: relative;
    bottom: -.2em;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.pdl-0 {
    padding-left: 0;
}
.button-new-add{
	cursor: pointer;
	width: 100%;
	color: #11B295;
	background-color: transparent;
	height: 49px;
	font-size: 14px;
	text-decoration: none;
	border-width: 1px;
	border-style: dotted;
	border-color: #11B295;
	transition: all 0.35s ease 0s;
	border-radius: 6px;
	font-weight: 600;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 10px;
}
.address-box-all{
	font-size: 12px;
    background-color: rgb(247, 247, 247);
    padding: 10px;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(247, 247, 247);
    margin-bottom: 5px;
    margin-top: 6px;
    border: 1px solid rgb(19 77 145 / 11%);
    position: relative;
	cursor: pointer;
}
.radio-new-o lable{
	cursor:pointer;
}
.radio-new-o input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-new-o input[type="radio"] + .radio-label:before {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #11B295;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio-new-o label {
    
    cursor: pointer;
}
.radio-new-o input[type="radio"]:checked + .radio-label:before {
  background-color: #11B295;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.radio-new-o input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #11B295;
}
.radio-new-o input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-new-o input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.save-btn-add {
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color:#11B295;
    width: 100%;
    border: transparent;
    border-radius:100px;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
	margin-top:10px;
}

.radio-new-o label{
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.radio-new-o.form-input {
    margin-top: 0px;
    margin-bottom: 0px;
}
.radio-new-o p{
	text-align: justify;
	margin: 0 26px 10px;
	font-size: 15px;
	color: #000;
}
.box-main-edit-d{
	position: absolute;
	right: 10px;
	top: 10px;
}
.box-main-edit-d i {
    margin-left: 6px;
    color: #134d91;
    font-size: 13px;
}
.box-main-edit-d a {
    
    color: #134d91;
   
}
.address-new-popup{
	    padding: 1rem !important;
}
.new-legend{
	display: inline-block !IMPORTANT;
    width: auto;
    padding: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    padding-left: 7px;
    border-bottom: 0;
}
.filed-new{
    padding: 10px!IMPORTANT;
    margin: 0 2px!IMPORTANT;
    border: 1px solid rgb(192 192 192 / 23%)!IMPORTANT;
    margin-bottom: 10px!IMPORTANT;
}

.address-box-scroll {
    padding-right: 8px;
    max-height: 332px;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}


.intl-tel-input .country-list{
	white-space: break-spaces !IMPORTANT;
}

.address-box-scroll::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .address-box-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .address-box-scroll::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .address-box-scroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .new-count-digit-1:before{
	  counter-increment: section-counter 1;
  }
  .new-count-digit-2 .check-out-heading:before{
	  counter-increment: section-counter 2;
  }
  .new-count-digit-3:before{
	  counter-increment: section-counter 3;
  }
  
  .new-mobile-pop p{
	  text-align:center;
  }
@media (max-width:777px) {
	.address-box-scroll {
	   padding-right: 0px;
		max-height: fit-content;
		overflow-y: auto;
		display: inline-block;
		width: 100%;
		overflow-x: hidden;
	}
	.radio-new-o label {
		text-align: center;
	}
}

/************ Add Address **********/