
.w-popup {
    max-width: 34rem;
    width: 100%;
    height: 35rem;
    margin: 0 auto;

}

.webkit_center
{
    text-align: -webkit-center;
}


.address-popup
{
    max-width: 34rem;
    width: 100%;
    height: 31rem;
    margin: 0 auto;
}

.bgcustom {
    background-color: #F7FDFA;
}

@media only screen and(min-width: 640px) {
    .bgcustom {
        background-color: #F7FDFA;
    }

}

.bord-bot {
    border-bottom: 1px solid rgba(247, 253, 250, 0.384);
}

.pos-abs {
    position: absolute;
    top: 0;
    left: -15.2%;
}

*::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

*::-webkit-scrollbar-thumb {
    background: #000;
    border: 10px solid #000;
    border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

*::-webkit-scrollbar-track {
    background: #E6E6E6;
    border-radius: 0px;
    box-shadow: inset -10px -0.3px 9px 0px #EBEBEB;
}

.pac-item{
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 42px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    border-color: lightgray;
}

.ellipsis_class
{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: auto;
    max-width: 175px;
}

.category_active
{
    font-weight: 600;
    font-size: 16px;
    color: rgb(0, 179, 122);
    border-right: 4px solid rgb(0, 179, 122);
}

.empty_cart_class
{
    box-sizing: border-box;
    display: flex;
    height: calc(50vh - 72px);
    width: 100%;
    padding: 32px 32px 32px;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.pempty_cart{
    text-align: center;
    font-weight: 600;
    color: rgb(23, 30, 48);
    opacity: 0.5;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#message:focus-visible {
    outline: 0px;
}

#pac-input:focus-visible{
    outline: 0px;
}
#edit-pac-input:focus-visible{
    outline: 0px;
}
.active_cart_class
{
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(0, 210, 144);
    border: 3px solid rgba(0, 210, 144, 0.2);
}

.selectgroup-pills {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-input:focus + .selectgroup-button, .selectgroup-input:checked + .selectgroup-button {
    background-color: rgb(16, 185, 129);
    color: #fff;
    z-index: 1;
    padding: 6px;
    border-radius: 15px;
    font-size: 10px;
    border: 1px solid rgb(16, 185, 129);
}

.selectgroup-button-icon{
    z-index: 1;
    padding: 6px;
    border-radius: 15px;
    font-size: 10px;
    border: 1px solid black;
}

.selectgroup-button-icon i {
    font-size: 14px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #6777ef !important;
}

.custom-control {
    line-height: 1.6rem;
}

.custom-checkbox {
    margin-right: 15px;
}

.flutterwave_icon{
    width: 115px;
    height: 65px;
    margin-top: -18px;
}

.custom-control-label {
    margin-left: 7px;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }

  .loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }

  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.hide{
    display: none;
}

.outline_focus_invisible:focus-visible
{
    outline: -webkit-focus-ring-color auto 0px;
}

		.dataTables_wrapper select,
		.dataTables_wrapper .dataTables_filter input {
			color: #4a5568;	
			padding-left: 1rem;	
			padding-right: 1rem; 	
			padding-top: .5rem;
			padding-bottom: .5rem;
			line-height: 1.25;	
			border-width: 2px;	
			border-radius: .25rem;
			border-color: #edf2f7;
			background-color: #edf2f7;
		}

		table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
			background-color: #ebf4ff;
		}
		.dataTables_wrapper .dataTables_paginate .paginate_button		{
			font-weight: 700;				
			border-radius: .25rem;			
			border: 1px solid transparent;	
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button.current	{
			color: #fff !important;
			box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
			font-weight: 700;
			border-radius: .25rem;
			background: #667eea !important;
			border: 1px solid transparent;	
		}

		.dataTables_wrapper .dataTables_paginate .paginate_button:hover		{
			color: #fff !important;
			box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
			font-weight: 700;
			border-radius: .25rem;
			background: #667eea !important;
			border: 1px solid transparent;
		}

		table.dataTable.no-footer {
			border-bottom: 1px solid #e2e8f0;
			margin-top: 0.75em;
			margin-bottom: 0.75em;
		}
		table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
			background-color: #667eea !important;
		}

.edit-address-popup{
    max-width: 34rem;
    width: 100%;
    height: 31rem;
    margin: 0 auto;
}

.webkit-center
{
    text-align: -webkit-center;
}

.fit-content
{
    width: fit-content;
}

.border-lightGray{
    border-color : #0000002e;
}

 #full-stars-example-two .rating-group {
	 display: inline-flex;
}
 #full-stars-example-two .rating__icon {
	 pointer-events: none;
}
 #full-stars-example-two .rating__input {
	 position: absolute !important;
	 left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
	 display: none;
}
 #full-stars-example-two .rating__label {
	 cursor: pointer;
	 padding: 0 0.1em;
	 font-size: 25px;
}
 #full-stars-example-two .rating__icon--star {
	 color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
	 color: orange;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
	 color: #ddd;
}

.reviewDiv
{
    height: 300px;
    width: 500px;
}

.sidebar_open{
    position: fixed;
    overflow:auto;
    right: -30%;
    width: 30%;
    height: 100%;
    display: none;
    z-index: 2010;
    background: #ffffff;
    top: 0px;
    padding-bottom: 20px;
    height: 100%;
    -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show_sidebar, .show_sidebar_create, .show_sidebar_edit{
    right: 0px;
    width: 25%;
    display: block;
}

.show
{
    display:block;
}

.custimization-text{
    font-size: 10px;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
}

.custimizationDiv
{
    width: 500px;
    height: max-content;
    height: 500px;
    overflow: auto;
    padding-top: 20px;
}

.select2-dropdown
{
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.promo_desc
{
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
    overflow: hidden;
}
.promo-code-box{
    width: 6rem;
    height: 2rem;
    text-align: center;
    padding: 6px;
    margin-top: 15px;
}

.triple-spinner {
    display: block;
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #FF5722;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  .triple-spinner::before,
  .triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
  }
  .triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #FF9800;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
  }
  .triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #FFC107;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
  }
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader_section
{
    width: 30%;
    display: -webkit-inline-box;
    text-align: center;
    min-height: 215px;
    vertical-align: top;
    margin: 1%;
    top: 30%;
    position: absolute;
}
.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid var(--primary_color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid var(--primary_color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
input[type=text]{
    text-transform: none;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

textarea,
input[type] {
    text-transform: none !important;
}

.cartMap{
    height:250px;
    border-radius:12px;
}

.noData {
   text-align: center;
   background: var(--primary_color);
   color: white;
   padding: 8px 20px 8px 20px;
   border-radius: 22%;
   font-size: 30px;
}

.text_transform_none
{
    text-transform: none !important;
}