@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body{
    font-family: 'Poppins', sans-serif !important;
}
.page-bg {
    background: url("../images/bg_image.jpg") repeat;
    min-height: 100vh;
    }
.ht100{
   height: 100vh!important; 
}

img.sliderimage{
    
        width: 94%;
        height: auto;
        border-radius: 11px;
    
}
.slick-slider {
    margin-bottom: 0px;
}

.slidertitle{
    font-size: 16px;
    font-weight: 600;
    margin: 15px;
    color: #000
}

.country_code{
    box-shadow: 0 5px 7px rgb(0 0 0 / 8%);
    padding: 7px 8px;
    height: auto;
    border-radius: 5px !important;
    font-size: 0.9rem;
    margin-right: 5px;
}


.headimage {
    width: 24px;
}

.headspan {
    color: white;
    margin: 13px;
  }

  .backarrow_sec a:hover {
   background-color: #9157008c;
}


  .headsearch {
    background: #d5dbdb;
    padding: 10px;
    border-radius: 50px;
    margin-right: 18px;
  }
  
  .headcart {
    background: #d5dbdb;
    padding: 10px;
    border-radius: 50px;
    color: black;
  }
  

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.addr_txt{
    font-size: 15px;
    font-weight: 600;
}

.fw-5{
    font-weight: 500;
}

.fw-6{
    font-weight: 600;
}

.fw-7{
    font-weight: 700;
}

.p-50{
    padding: 50px !important;
}

.grclr{
    color:#60bd60 !important;
}

.qtyinpt{
    font-size: 16px;
    color: grey;
    width: 2.5em;
    border: none;
    background: #fff;
    text-align: center;
}

.spanadd{
    padding: 5px 15px;
    color: grey;
}

.spanadd1{
    padding: 0px 10px;
    font-weight: 600;
}

.pd-50{
    padding-top: 50px;
}

.cartbtn{
    border: 1px solid rgb(189, 186, 186); 
    padding: 3px 3px;
    border-radius: 5px;
}

.cart_dt{
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 1rem!important;
}

.clear{
    clear:both;
}

.fltl{
    float:left;
}

.fltr{
    float:right;
}

.mt-15{
    margin-top:1.5em!important;
}

.mt-1{
    margin-top:1rem!important;
}

.m-05{
    margin:0.5rem!important;
}

.m-08{
    margin:0.8em!important;
}

.pd-0{
    padding:0!important;
}


.mb-0{
    margin-bottom:0!important;
}

.mt-0{
    margin-top:0!important;
}

.mtb-0{
    margin-bottom:0!important;
    margin-top:0!important;
}

.mtb-3{
    margin-bottom:3rem!important;
    margin-top:3rem!important;
}

.mb-05{
    margin-bottom:0.5em!important;
}

.mb-1{
    margin-bottom:1rem!important;
}

.pl-1r{
    padding-left: 1rem;
}

.pr-2r{
    padding-right: 2rem;
}

.p-0{
    padding: 0;
}


.pl-0{
    padding-left: 0;
}

.pr-0{
    padding-right: 0;
}

.pl-1{
    padding-left: 1px;
}

.p-15{
    padding: 1.5rem!important;
}

.p-05{
    padding:0.5rem!important;
}

.pt-2{
    padding-top: 2rem!important;
}

.txtrht{
    text-align: right;
}

.ptb-2{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.ptb-1{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ttl_txt{

    font-size: 25px;
    font-weight: 800;
    padding-bottom: 10px;  

}

.menuebutton:hover{
    background-color: #f1f1f1;
}


.checkoutbutton{
    width: 100%;
    height: 48px;
    background: #60bd60;
    border: 0;
    border-radius: 0;
}

.qrscanner{
    background: #f1f1f1;
    width: 234px;
    margin: auto;
    padding: 10px;
}

.member img {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.member button {
    border-radius: 0!important;
}



/* The radio */
.addr_radio {
 
   display: block;
   position: relative;
   padding-left: 30px;
   margin-bottom: 12px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}

/* Hide the browser's default radio button */

.addr_radio input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

.acc_det img{
    width: 60px;
}


/* Create a custom radio button */

.checkround {
   position: absolute;
   top: 3px;
   left: 0;
   height: 18px;
   width: 18px;
   background-color: #fff ;
   border-color:#082A5A;
   border-style:solid;
   border-width:2px;
   border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.addr_radio input:checked ~ .checkround {
   background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
   content: "";
   position: absolute;
   display: none;
}

/* Show the indicator (dot/circle) when checked */
.addr_radio input:checked ~ .checkround:after {
   display: block;
}

/* Style the indicator (dot/circle) */
.addr_radio .checkround:after {
   left: 1px;
   top: 1px;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background:#082a5ab8;
   

}

/* The check */
.check {
   display: block;
   position: relative;
   padding-left: 25px;
   margin-bottom: 12px;
   padding-right: 15px;
   cursor: pointer;
   font-size: 18px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
   position: absolute;
   top: 3px;
   left: 0;
   height: 18px;
   width: 18px;
   background-color: #fff ;
   border-color:#082A5A;
   border-style:solid;
   border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
   background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
   content: "";
   position: absolute;
   display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
   display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
   left: 5px;
   top: 1px;
   width: 5px;
   height: 10px;
   border: solid ;
   border-color:#082A5A;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.cust-btn{
   margin-bottom: 10px;
   background-color: #082A5A;
   border-width: 2px;
   border-color: #082A5A;
   color: #fff;
}
.cust-btn:hover{
   
   border-color: #082A5A;
   background-color: #fff;
   color: #082A5A;
   border-radius: 20px;
   transform-style: 2s;

}

.clr-blk{
    background: #201f1f;
}

.clr-wht{
    color: #fff;
}


.google-btn {
  padding: 13px 16px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);
}


.google-btn img {
    width: 30px;
    height: 30px;
}





.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 285px;
    background-color: white;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: clip;
    box-shadow: 1px 1px 20px 2px #f1f1f1;
  }
  
  .overlay-content {
    position: relative;
    
    width: 100%;
    
  }
  
  .overlay a {
    padding: 10px 8px 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
  }
  
  

 .overlay i{
    color: rgb(255 152 0 / 90%);
  }

  .overlay span {
     
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #717272;
    
}

.logoutdiv{

}
.logoutpara{
  font-size: 12px;
    padding: 0px 48px;

}

.order_items {
    width: 20%;
    display: flex;
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 1.3em;
    
}

.order_promo {
    background: #fbfbfb;
    border-radius: 15px 15px 15px 15px;
    margin: 5px 7px;
    height: 81px;
    box-shadow: 0px 3px 3px #e8e8e8;
    padding: 14px;
}

.order_promo img {
    width: 40%;
}

.order_promo span {
    color: #000;
}

.order_promo span:hover {
    color: red;
}

.notification{
    position: absolute;
    top: 8px;
    background: #082A5A;
    border-radius: 50%;
    padding: 4px 4px;
    font-size: 11px;
    height: 19px;
    color: white;
    width: 19px;
    margin: auto;
    right: 12px;

  }

  .bg-ld{
    background-color: #f2f2f2!important;
  }

  .brd-1{
    border: 1px solid #dfdedc;
  }

  






/* index modal */
.eventmodal{
    border-radius: 0;
    box-shadow: 0px -1px 3px 0px #082a5a;
    border: 1px solid #082a5a;
    min-height: 168px;
}


button.close{
    position: absolute;
    top: -18px;
    right: -16px;
    background: #082a5a;
    border-radius: 0;
    padding: 2px 6px;
    /* z-index: 145; */
    border: 1px solid #082a5a;
    color: white;
    opacity: 1;
}
.close:hover {
    color: white;
    text-decoration: none;
    opacity: 1;
}
.cateringbuttons{
    border-radius: 0;
    width: 175px;
    height: 45px;
    background: #082a5a;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    margin: 10px;
}
.caterintype{
    font-weight: 600;
}

/* product */

.sliderimage1 {
    width: 94%;
    height: 134px;
    border-radius: 11px;
    object-fit: fill;
}
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: none;
    }
    .fixbottombuttons {
        position: fixed;
        bottom: 0;
        width:58.3%;
        background: white;
    }
    
.productdetailsbutoon{
    background: #54bd54;
    border-radius: 0;
    height: 49px;
    border: 0;

}    
.acordian-input input[type=checkbox]:checked + label::after {
    -ms-transform: rotate(-180deg) translateY(100%);
    -webkit-transform: rotate(-180deg) translateY(100%);
    -moz-transform: rotate(-180deg) translateY(100%);
    transform: rotate(-180deg) translateY(100%);
  }

  /* cart */
  .subh {
    font-weight: 600;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    padding: 0px 11px;
}
.counter-bg {
    background-color: #f1f1f1;
    width: 127px;
    overflow: hidden;
    padding: 0 5px;
    float: right;
}
.head22 {
    padding: 5px 0px;
    width: 50px;
    background-color: #f1f1f1;
}
.btn-right {
    border-left: 2px solid #ece7e7;
    border-right: 2px solid #ece7e7;
}
h5.checkoutheading {
    font-size: 16px;
    font-weight: 600;
}
.col-md-12.proceed {
    position: fixed;
    bottom: 0;
    width: 58.3%;
    padding:0;
    margin-left: 15px;
}
.bg-white.text-left {
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 1px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fff; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .headicons{
      position: absolute;
      left: 33%;
  }
  .procustcarusel{
    height: 300px;
    object-fit: cover;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    padding: 12px 0px 2px;
    font-weight: 600;
}

    .sliderimage3 {
        width: 94%;
        height: auto;
        border-radius: 11px;
    }

.orderdetailsanker{
    color: #082A5A;
    font-size: 14px;
    font-weight: 600;
    
}
.orderlocationanddate{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 300;
    text-align: initial;
}
.payrollbutton{
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 32px;
    font-weight: 600;
}
p.smallcontent {
    font-size: 11px;
    font-weight: 100;
    color: gray;
    margin: 0;
}

/* product */
.productbycategorycard {
    height: auto;
}

/* mediaquery  */


@media screen and (max-width: 991px) {
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        overflow-y: clip;
        box-shadow: 1px 1px 20px 2px #f1f1f1;
    }
    .mediaicons{
        padding: 0px 23px;
    position: absolute;
    right: 0;
    top: 32px;
    }
    .order_items {
        width: 32%;
        display: flex;
        text-align: center;
        font-weight: bold;
        color: #000;
        font-size: 1.3em;
    }
    .healprice {
        position: absolute;
        bottom: -15px !important;
    }
    .fixbottombuttons {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: white;
    }
    .notification {
        position: absolute;
        top: -12px;
        background: #082A5A;
        border-radius: 50%;
        padding: 4px 4px;
        font-size: 8px;
        height: 15px;
        color: white;
        width: 15px;
        margin: auto;
        right: -3px;
    }
    .proceed {
        position: fixed;
        width: 100% !important;
        bottom: 0;
    }
  }


/* new-css */
a,a:hover {
    color: #ff9800;
}
.menuclose_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #ff9800;
	    height: 70px;
}
.menu_content11 {
    min-width: 270px;
}
.headicons {
    position: static;
}
.accordianheading {
    font-size: 1.05rem !important;
    color: black !important;
    font-weight: 600;
}
.h5_class{font-size:1rem;}
.navbar-expand-lg{margin-left:auto;}
.header_back_sec {
    display: flex;
    align-items: center;
}
.backarrow_sec a {
    display: block;
    line-height: 1;
    border:1px solid  #9157008c;
}


.backarrow_sec {
    padding: 0rem 0.5rem;
}
.headimage {
    filter: invert(1) brightness(0);
}
.headspan {
    margin: 13px 0 !important;
}
.overlay {
    box-shadow: 1px 1px 20px 2px rgb(0 0 0 / 40%) !important;
}
.bg-white.text-left {
    max-height: initial;
    overflow-y: initial;
    overflow-x: initial;
}
.header_back_box{
display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    justify-content: space-between;
    padding: 0px !important;
	background: #ff9800 !important;
	    box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
		    min-height: 70px;
			font-weight: 500;
}
.cart_search_sec {
    display: flex;
    align-items: center;
}
.headsearch {
    margin-right: 10px !important;
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
}
.headcart{
    background: transparent !important;
    color: #fff !important;
    padding: 0 14px 0 0 !important;
    margin-right: 10px !important;
    position: relative;
}
span.notification {
    font-family: 'Poppins', sans-serif !important;
}
.navbar-brand img {
    filter: invert(1) brightness(2.5);
}
.navbar-brand {
    margin-right: 0;
    line-height: 1;
}

.page-bg {
    background: linear-gradient(45deg, #161616, rgb(0 0 0 / 50%)), url(../images/bg_image.jpg);
    min-height: 100vh;
    background-attachment: fixed;
}
.order_promo img {
    width: 100%;
}
.category_box_main {
    display: flex;
    background: #fff;
	padding: 5px;
}

.category_sub_box img {
    max-width: 100% !important;
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto;
	filter: grayscale(1);
}

.order_promo {
    height: auto;
    padding: 5px;
    margin: 0;
    background: #fbfbfb;
    display: block;
    white-space: nowrap;
	box-shadow: 1px 2px 5px #b6b6b6;
}
.order_promo:hover span {
    color: #000000;
}
.order_promo:hover {
    filter: brightness(0.9);
}
.order_promo span {
    font-weight: 500;
}
.category_sub_box {
    width: 100%;
    margin: 5px;
}

.order_promo span {
    font-size: 12px;
}
.chicken.category_not_found p {
    background: #ececec;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 0;
}

.chicken.category_not_found {
    padding: 5px;
}
.category_section_2 .category_section_2_sub {
    padding: 0 15px;
    position: relative;
    margin-bottom: 15px;
}

.category_section_2 .category_section_2_sub img {
    border-radius: 10px;
    height: 146px;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
}
.category_section_2_sub_title {
    position: absolute;
    left: 7%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    bottom: 14px;
    font-size: 1.5em;
    text-shadow: 3px 4px 10px rgb(0 0 0 / 69%);
}
.notification {
top: -16px !important;
    background: #000 !important;
    right: 0px !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 4px 4px !important;
    font-size: 11px !important;
    height: 19px !important;
    width: 19px !important;
    margin: auto !important;
}
.carousel-indicators {
    z-index: 1;
}
.overlay {
    z-index: 11;
    max-width: 300px;
    position: absolute;
    text-align: left;
    left: initial;
    right: 0;
    background: #f8f8f8;
    bottom: 0;
    top: 0;
    overflow: auto;
    height: 100vh;
}
.userdetails_box {
    padding: 10px;
    background: #ffffff;
    color: #000;
    text-transform: uppercase;
}
.category_section_2 {
    background: #fff;
}
.main-box1{
	box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
	position: relative;
	    min-height: 100vh;
    background: #fff;
}
span.headspan {
    color: #000;
}
.leftmenu_box_sub {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
}

.overlay-content {
    padding: 15px;
    margin: 0 !important;
}

.leftmenu_box_sub a span {
    font-size: 0.85em;
    padding: 0;
    margin-left: 10px;
}

.leftmenu_box_sub a {
    padding: 8px 15px;
    border-bottom: 1px solid #f6f3f3;
}

.leftmenu_box_sub a:last-child {
    border-bottom: none;
}

.leftmenu_box_sub a:hover {
    background: #f8f8f8;
    border-radius: 10px;
}
.backarrow_sec g {
    fill: #fff;
}
img.menu_logo {
    filter: grayscale(1);
    width: 48px;
}
.product_slider_sec .main {
    width: 100%;
    padding-top: 14px !important;
}

.product_box_sub22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 18%);
}

.product_box_sub22_img .sliderimage1 {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.product_slider_sec .sliderimage {
    width: 100%;
    padding: 4px;
}
.product_slider_sec .slidertitle {
    font-size: 0.85em;
    margin: 5px;
}
.product_box_sub22 .healprice {
    position: static;
}
.product_box_sub22_main_title {
    background: #f8f8f8 !important;
    padding-top: 8px;
}
.product_box_sub22_main {
    background: #f8f8f8 !important;
    padding: 10px;
}

.card.productbycategorycard {
    border: none;
}

.product_box_sub22_cont .landinghead {
    color: #000 !important;
    margin-bottom: 1px;
}

.product_box_sub22_cont .landingpara {
font-weight: normal;
    color: #ff9800;
    font-size: 13px;
}

.product_box_sub22_cont .landingprice {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 0;
}
.slidertitle {
    font-size: 0.85em;
}
.slick-next {
    right: 15px !important;
    top: 40% !important;
}
.slick-prev{
	left: 15px !important;
    top: 40% !important;
	    z-index: 1;
}
.slider.slider-for {
    margin: 0 !important;
}
.slick-dots li {
    width: 6px !important;
}
.slick-dots {
    bottom: -40px !important;
}

.fixbottombuttons,.proceed {
    background: white;
    position: sticky !important;
    bottom: 0;
    z-index: 1;
    width: 100% !important;
    padding: 10px;
}

.procustcarusel {
    border-radius: 20px;
}
.acordian-label {
padding: 1rem 3rem 1rem 1rem !important;
    background-color: #ebebeb !important;
}
.productdetailsbutoon,.checkoutbutton {
    background: #ff9800 !important;
    border-radius: 5px;
	box-shadow:0 3px 2px rgb(0 0 0 / 18%) !important;
}

.productdetailsbutoon:hover,.checkoutbutton:hover {
    filter: brightness(1.3);
}
input[type=checkbox], input[type=radio] {
    filter: hue-rotate(286deg);
}
.acordian-label:after, .acordian-input:checked + .acordian-label:after{
    background-color: #ff9800 !important;
    color: #fff !important;
    width: 24px !important;
    height: 24px !important;
}
.acordian-label:hover:after, .acordian-input:checked + .acordian-label:after {
    background-color: #ff9800 !important;
    color: #fff !important;
}
.form-control:focus {
    border-color: #ff9800;
}
.fixbottombuttons .spanborder {
    width: fit-content;
    display: block !important;
}
.userdetails_home {
    color: #000 !important;
    font-size: 1.2em;
}
.orderdetailsanker {
    color: #ff9800 !important;
}
.pendingpage {
    border: 1px solid #ff9800 !important;
    background: #ff9800 !important;
    padding: 2px 3px !important;
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-right: 5px !important;
}
ul#myTab {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #ff9800 !important;
    border: none !important;
}
.qtyinpt {
    background: #fff;
    border: 1px solid #f1f1f1;
}
.qty_amt_delete_sec {
    display: flex;
    align-items: center;
}

.cart_prdt_bx22 .head21 {
    margin-bottom: 0;
}

.cart_main_bx22 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.cart_prdt_bx22 {
    display: flex;
    align-items: center;
}
.cart_main_bx22 .cart_dt {
    padding-left: 0 !important;
}
.cart_main_bx22:last-child {
    border-bottom: 0;
}
.cart_qty_sec,.cart_price_sec  {
    margin-right: 10px;
}
.clear_cart {
    color: #ff9800 !important;
}
.delivery_box11 {
    background: #ececec;
    padding: 10px 0;
    margin-bottom: 1em;
    align-items: center;
}
.placedbutton,.signupbutton {
    background: #ff9800 !important;
    border: none !important;
}
.placedbutton:hover,.signupbutton:hover {
filter: brightness(1.3);
}
.menu_overlay_22 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    bottom: 0;
    z-index: 11;
}

.menu_overlay_22.open {
    display: block;
}
.member_dtls .row {
    padding: 0;
    margin: 0;
}

.member_dtls .row .col-12 {
    padding: 0;
}
.page-bg.overflow_hide{
overflow: hidden;
    height: 100vh;
}
.payactions {
    width: auto !important;
    display: flex;
    align-items: center;
    padding: 0;
	max-width: initial;
}

.payactions input#pay_stripe {
    margin-right: 10px;
}
.addr_radio .checkround:after {
    background: #28a745;
}
.checkround {
    border-color: #28a745;
}
.StripeElement {
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 8px;
}

.StripeElement * {
    width: 100%;
}
.option_select_box11 {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    line-height: 1.3;
}

.option_select_box11 input {
    min-width: 24px;
}
.acordian-text, .acordian-sub-text{
	transition: 0.3s !important;
}
.acordian-input:checked ~ .acordian-text, .acordian-sub .acordian-input:checked ~ .acordian-sub-text {
    height: 56px !important;
    transition: 0.3s !important;
}
@media screen and (max-width:767px){
	.delivery_box11 {
    justify-content: center;
    text-align: center;
}
.delivery_box11 .text-right {
    text-align: center !important;
}
	.cart_qty_sec {
    margin-right: 10px;
}

.cart_main_bx22 {
    display: block;
}

.qty_amt_delete_sec {
    justify-content: flex-end;
}

.cart_prdt_bx22 {
    margin-bottom: 6px;
}
	.order_promo span {
    font-size: 9px;
}
.order_promo {
    padding: 4px;
	line-height: 1.2;
}
.category_sub_box {
    margin: 3px;
}
.category_box_main {
    padding: 9px 3px;
}
.category_sub_box img {
    width: 25px;
    height: 25px;
}
}