.tp-top {
    margin-top: 75px;
    padding-bottom: 20px;
}
.common-radiuses {
    background-color: #fff;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    border-radius: 12px 12px 0px 0px;
}
.common-spacing {
    padding: 15px 0;
}
.calling-btns a {
    display: block;
    width: 100%;
    background-color: var(--main-bg-color);
    border-radius: 5px !important;
    padding: 8px 8px;
    color: #fff;
    border: 1px solid var(--main-bg-color);
    font-weight: 600;
}
.calling-btns a.outline {
    background: none;
    color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
}
.calling-btns a {
    margin-bottom: 12px;
}
.calling-btns a:last-child {
    margin: 0px;
}
.inline-btns {
    display: flex;
    margin-top: 20px;
}
.calling-btns.inline-btns a {
    margin-bottom: 0;
    margin-right: 12px;
}
.calling-btns.inline-btns a:last-child {
    margin: 0px;
}
.calling-btns.inline-btns a {
    margin-bottom: 0;
    margin-right: 12px;
    font-size: 16px;
}
.available-modes ul {
    display: flex;
    text-align: center;
    justify-content: center;
}
.available-modes ul li {
    padding: 0 7px;
}
.available-modes ul li p {
    color: #000;
    font-size: 14px;
    margin-top: 0;
    padding: 2px 10px;
    background-color: #e4f7e4;
    font-weight: 600;
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.available-modes ul .not-active {
    background-color: #FBF4F3;
    color: #DA251C !important;
}
.available-modes ul li:last-child {
	border: none;
}
.available-modes .avail-p {
    color: #616161;
    font-size: 16px;
    margin-bottom: 5px;
}
.available-modes {
    padding-top: 10px;
    border-top: 1px solid #E4E4E4;
    margin-top: 10px;
}
.get-directions {
    padding: 5px 5px;
    display: inline-block;
    border-radius: 5px !important;
    border: 1px solid #DBDBDB;
    font-weight: 600;
    text-align: center;
    min-width: 150px;
}
.get-directions svg {
    width: 100%;
    max-width: 18px;
}
.get-directions span {
    border-bottom: 1px solid #000;
}
.store-top-ul {
    display: flex;
}
.store-top-ul li:first-child {
    width: 100%;
    max-width: 90px;
    padding-right: 10px;
}
.store-top-ul li:last-child {
    width: 100%;
}
.store-top-ul li:last-child h1 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.store-top-ul li:last-child p {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    width: fit-content;
    display: flex;
}
.common-heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.store-top-ul li:last-child p span:first-child {
    margin-right: 4px;
}
.tooltipnew.pl-1.pl-md-0 {
    padding-left: 2px !important;
}
.coupon-start {
    display: flex;
    background-color: #fff;
    padding: 12px 12px;
    border-radius: 12px;
    cursor: pointer;
    width: 450px;
    height: 100%;
}
.coupon-start-outer {
    padding: 0 5px;
}
.coupon-start .coupon-img {
    width: 100%;
    max-width: 11%;
}
.coupon-img svg {
    width: 100%;
    max-width: 50px;
    height: auto;
}
.coupon-start .coupon-text {
    width: 100%;
    max-width: 89%;
    padding-left: 14px;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: #fff;
}
.slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}
.slick-slide {
    outline: none !important;
}
.slick-initialized .slick-slide {
    margin: 0;
}
.slick-dots {
    position: relative;
    display: block;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.special-promo .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}
.special-promo .slick-dots button {
    background-color: #fff;
    border-radius: 50% !important;
}
.special-promo .slick-dots li.slick-active button {
    background-color: var(--main-bg-color);
    border-radius: 12px !important;
    width: 32px;
    height: 12px;
}
.coupon-text h4 {
    font-size: 17px;
    font-weight: 600;
}
.coupon-text p {
	color: #696969;
}
.payment-meathod {
    display: flex;
    justify-content: center;
}
.payment-meathod li {
    padding: 0px 30px;
}
.payment-meathod li:first-child {
    padding-left: 0px;
}
.payment-meathod li:last-child {
    padding-right: 0px;
}
.payment-meathod li img {
    width: 100%;
    max-width: 75px;
}
.inr-sec {
    background-color: #fff;
    padding: 25px 25px;
    border-radius: 12px;
}
.explore-menu-ul {
    display: flex;
    flex-wrap: wrap;
}
.explore-menu-ul li {
    width: 100%;
    max-width: 16.66%;
    text-align: center;
    padding: 0px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.menu-placeholder {
    width: 100%;
    max-width: 167px;
    height: 167px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}
.menu-placeholder img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    backface-visibility: hidden;
}
.explore-menu-ul .eplore-menu-title {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    color: #201C1D;
    padding: 0 10px;
    font-weight: 600;
}
.featured-items-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    justify-content: center;
}
.featured-items-ul li {
    width: 100%;
    max-width: 20%;
    padding: 0 7.5px;
}
.featured-items {
    box-shadow: 0px 3px 6px #00000029 !important;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.featured-detail p {
    padding: 7px 7px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    align-items: center;
    font-size: 17px;
}
.featured-img {
    width: 100%;
    max-width: 100%;
    height: 222px;
    position: relative;
}
.featured-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.add-btn-nw {
    display: inline-block;
    border: 1px solid var(--main-bg-color);
    padding: 3px 10px;
    border-radius: 12px;
    color: var(--main-bg-color);
    font-size: 16px;
}
.add-btn-nw:hover {
	color: #fff;
	background-color: var(--main-bg-color);
	color: #fff;
}
.featured-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #111);
}
.featured-img .featured-upr-detail {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    padding: 0 10px;
}
.featured-upr-detail p {
    color: #fff;
}
.customiz-available {
    font-size: 13px;
}
.featured-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    line-height: 8px;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
}
.non-vegflag {	
	width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    line-height: 8px;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
}
.veg-flag span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #3DA66E;
    border-radius: 50%;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
}
.flag-feat {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}
.testimonial-outer {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    padding: 10px 20px;
    height: 100%;
    align-items: center;
    width: 382px;
}
.testimonial-main {
    padding: 0 5px;
}
.review {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 12px;
}
.testimonial-left {
    max-width: 10%;
}
.testimonial-left svg {
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}
.testimonial-right {
    max-width: 90%;
    padding-left: 12px;
}
.testimonial-outer h5 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.testimonial-outer p {
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    margin-top: 5px;
}
.review-icon svg {
    width: 100%;
    max-width: 16px;
}
.download-app-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.download-app-sec li:first-child {
    width: 13%;
}
.download-app-sec li:nth-child(2) {
    width: 50%;
}
.download-app-sec li:last-child {
    width: 37%;
	position: relative;
}
.download-icons img {
    width: 100%;
    max-width: 150px;
}
.download-app-sec h5 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 12px;
}
.download-app-sec li:nth-child(2) h4 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.download-icons a {
    margin: 0px 5px;
}
.download-icons a:first-child {
    margin-left: 0px;
}
.download-icons a:last-child {
    margin-right: 0px;
}
.download-app-sec li:last-child img {
    width: 100%;
    max-width: 180px;
}
.download-app-sec li:last-child:before {
    content: "";
    position: absolute;
    background-image: url(/assets/wla_new/img/scan-qr-to-download.png);
    left: 0px;
    top: 50%;
    width: 200px;
    height: 66px;
    z-index: 3;
    background-size: cover;
    transform: translate(0%, -50%);
}
.city-name-outr {
    display: flex;
    margin-bottom: 10px;
}
.city-name-outr .city-name-souter {
    width: 100%;
    max-width: 3.5%;
}
.city-name-outr .city-name-s {
    background-color: #fff;
    margin: 0;
    font-weight: 500;
    margin-top: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 20%);
    border: 1px solid var(--main-bg-color);
}
.city-name-outr .cities-list-nw {
    width: 100%;
    max-width: 96.5%;
}
.cities-list-nw li {
    color: var(--main-bg-color);
    width: auto;
    padding: 7px 10px;
    background: #fff;
    border-radius: 0.5em;
    margin: 0.3em;
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 30%);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    border: 1px solid var(--main-bg-color);
}
.cities-list-nw li:hover {
    background-color: var(--main-bg-color);
}
.cities-list-nw li:hover a {
	color: #fff;
}
.new-lauched-start {
    padding: 0 7px;
}
.new-lauched {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 376px;
}
.new-launched-img img {
    width: 100%;
    max-width: 100%;
}
.new-launched-details {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-launched-details i {
    font-size: 24px;
}
.new-launched-details h4 {
    font-size: 17px;
}
.inr-sec.explore-menu {
    padding-bottom: 0px;
}
.mobile-image + .common-radiuses .col-md-7 {
    -ms-flex: 0 0 61.5%;
    flex: 0 0 61.5%;
    max-width: 61.5%;
}
.mobile-image + .common-radiuses .col-md-5 {
    -ms-flex: 0 0 38.5%;
    flex: 0 0 38.5%;
    max-width: 38.5%;
}
.add-btn-nw i {
    margin-left: 3px;
}
.tipcontent {
    position: absolute;
    background-color: #fff;
    top: 35px;
    width: 270px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 5px 0px 15px rgb(0 0 0 / 11%);
    left: -243px;
    display: none;
    z-index: 1;
    color: #000;
}
.tooltipnew:hover .tipcontent {
    display: block;
}
.tipcontent:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    top: -11px;
    right: 7px;
}
.tooltipnew {
    position: relative;
}
.store-card-discription {
    padding: 5px 0px 0px;
    margin: 0px;
    list-style: none;
    color: #000;
}
.custom-lower {
    display: flex;
    flex-wrap: wrap;
}
.custom-lower .available-modes {
    width: 100%;
    max-width: 70%;
}
.custom-lower .store-card-discription {
	width: 100%;
    max-width: 30%;
}
.store-wrap .btn {
    padding: 5px 20px !important;
    border-radius: 5px !important;
    margin-top: 0px !important;
}
.store-wrap {
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 30%);
    background-color: #fff;
    padding: 15px 15px 55px 15px;
    border-radius: 10px;
    height: 100%;
}
.store-wrap p {
    font-size: 14px;
    line-height: normal;
    color: #201C1D !important;
}
.store-wrap ul {
    margin-bottom: 3px;
    color: #999;
    margin-top: 5px;
}
.store-wrap ul li {
    display: inline-block;
    margin-right: 0.7rem;
    font-size: 13px;
}
.store-wrap ul li:last-child {
	margin-right: 0px;
}
.store-wrap h2 {
    font-size: 20px;
}
.review-main-dv {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    padding: 15px 15px;
    line-height: normal;
    margin-bottom: 15px;
}
.review-main-dv li {
    padding: 0 15px;
}
.review-main-dv li:first-child {
    width: 100%;
    max-width: 70%;
    padding-left: 0px;
    border-right: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.review-main-dv li:last-child {
    width: 100%;
    max-width: 30%;
    padding-right: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.review-main-dv li:last-child p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.review-main-dv li:last-child p span {
    color: #7A7A7A;
    font-size: 16px;
}
.review-main-dv li:first-child h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.review-main-dv li:first-child p {
    color: #585858;
    font-weight: 600;
}
.main-svg {
    width: 100%;
    max-width: 8%;
    padding-top: 5px;
}
.coupon-start svg {
    width: 100%;
    height: auto;
}
.promo-text {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px !important;
}
.promo-code {
    border: 1px dashed var(--main-bg-color);
    padding: 3px 12px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    font-size: 13px;
    margin-left: 0;
    margin-top: 5px;
    font-weight: 600;
    color: var(--main-bg-color);
    overflow: hidden;
    text-align: center;
}
.promo-code span {
    font-weight: 700;
}
.promo-code:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: var(--main-bg-color);
    top: 0px;
    z-index: 0;
    opacity: 0.2;
}
.bottom-sheet {
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    position: relative;
    margin-top: -10px;
    z-index: 0;
    border-radius: 0px 0px 12px 12px;
}
.bottom-sheet ul {
    display: flex;
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;
}
.bottom-sheet ul p {
    font-weight: 600;
}
.bottom-sheet ul p span {
    color: #666;
    font-size: 14px;
}
.bottom-sheet ul li {
    margin: 0 20px;
}
.bottom-sheet ul li:first-child {
    margin-left: 0px;
}
.bottom-sheet ul li:last-child {
    margin-right: 0px;
}
.available-modes ul li:first-child {
	padding-left: 0px;
}
.available-modes ul li:last-child {
	padding-right: 0px;
}
.available-modes ul p {
    border-radius: 5px;
    overflow: hidden;
}
.order-btn {
    height: 100%;
    margin-top: 6px;
}
.order-btn a {
    background-color: var(--main-bg-color);
    display: inline-block;
    padding: 10px 60px;
    color: #fff;
    border-radius: 5px !important;
    border: 1px solid var(--main-bg-color);
    font-size: 16px;
    font-weight: 600;
}
.d-f {
    display: flex;
}
.rating-pp {
    background-color: var(--main-bg-color);
    display: flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.rating-pp svg {
    margin-top: -3px;
    margin-left: 3px;
}
.store-top-ul img {
    border-radius: 5px;
}
.need-arrows .slick-arrow.slick-hidden {
    display: none;
}
.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows .slick-prev {
    left: 7px;
    z-index: 2;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px!important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    left: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    right: -28px;
}
.need-arrows .slick-next, .need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%,-50%);
}
.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate( -45deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate( 135deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before, .need-arrows .slick-next:before {
    font-size: 40px;
}
.review .slick-track,
.review .slick-list {
	display: flex;
}
.promo-dv .slick-list,
.promo-dv .slick-track {
	display: flex;
}
.available-modessss:hover .tipcontent {
    display: block;
}
.available-modes ul li p .nt-a {
    color: #f2f2f2;
    font-size: 10px;
    display: block;
    margin-top: 3px;
}
.available-modes ul .not-active .nt-a {
	color: #DA251C !important;
}
.rating-outer {
    display: flex;
    align-items: center;
    margin-left: 10px;
    border: 1px solid var(--main-bg-color);
    border-radius: 6px;
}
.rating-count {
    padding: 0 5px;
    color: #000;
    display: flex;
}
.rating-number {
    font-weight: 700;
}
.store-top-ul .available-modessss > span {
    cursor: pointer;
}
.available-modessss:hover .tipcontent {
    cursor: initial;
}
.expand_details {
    cursor: pointer;
    color: #000;
}
.review-icon {
    line-height: normal;
}
.modal.modal-top.promocode .modal-content {
    border-radius: 20px !important;
}
.modal.modal-top.promocode#reviewsmodal .modal-content .testimonial-outer,
.modal.modal-top.promocode#reviewsmodal .modal-content .testimonial-outer, .modal.modal-top.promocode#reviewsmore .modal-content .testimonial-outer {
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    width: 100%;
}
.start-here-new {
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 12px !important;
}
.new-lauched-outer {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 12px;
    margin: 0 -6px;
}
.new-lauched-outer::-webkit-scrollbar-track,
.review::-webkit-scrollbar-track,
.promo-dv::-webkit-scrollbar-track,
.near-you::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.new-lauched-outer::-webkit-scrollbar,
.review::-webkit-scrollbar,
.promo-dv::-webkit-scrollbar,
.near-you::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.new-lauched-outer::-webkit-scrollbar-thumb,
.review::-webkit-scrollbar-thumb,
.promo-dv::-webkit-scrollbar-thumb,
.near-you::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.newly-lauched-single .new-lauched-outer {
    justify-content: center;
    padding-bottom: 0px;
    margin: 0px;
}
.review-section .container {
    padding: 0 10px;
}
.review-section-single .container {
    padding: 0 15px;
}
.review-section-single .review {
    justify-content: center;
    padding-bottom: 0px;
}
.promo-dv {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 12px;
}
.promo-code-sec .container {
    padding: 0 10px;
}
.promo-code-sec-single .container {
	padding: 0 15px;
}
.promo-code-sec-single .coupon-start-outer {
    padding: 0px;
    width: 100%;
}
.promo-code-sec-single .promo-dv {
    padding: 0px;
    justify-content: center;
}
.promo-code-sec-twice .promo-dv,
.newly-launched-twice .new-lauched-outer,
.review-twice .review {
    justify-content: center;	
}
.promo-code-sec-single .coupon-start {
    justify-content: center;
}
.main-svg-text {
    padding-left: 12px;
}
.review-section,
.newly-launched,
.promo-code-sec {
    overflow: hidden;
}
.promo-code-sec-single .coupon-start-outer {
    width: auto;
}
.review-name {
    width: 33px;
    height: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    letter-spacing: -1.8px;
    font-size: 13px;
}
.review-name span {
    color: #fff;
    position: relative;
}
.review-name::before {
    content: "";
    position: absolute;
    background-color: var(--main-bg-color);
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: .9;
}
.new-launched-img {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.new-launched-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100px;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    overflow: hidden;
    filter: grayscale(0.9);
}
.tipcontent .row .col-6:first-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0px;
}
.tipcontent .row .col-6:last-child {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    text-align: right;
}
.testimonial-outer.view-all-btn {
    width: 80px;
    background: none;
    padding-left: 5px;
    padding-right: 0;
}
.testimonial-outer.view-all-btn .testimonial-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.testimonial-outer.view-all-btn .testimonial-view p {
    font-weight: 600;
    font-size: 16px;
    color: var(--main-bg-color);
}
.testimonial-outer.view-all-btn .d-flex.w-100 {
    justify-content: center;
}
.view-all-btn-new {
    border-radius: 50%;
    color: var(--main-bg-color);
    font-size: 26px;
    display: inline-block;
}
.view-all-btn {
    cursor: pointer;
}
.testimonial-outer.view-all-btn .testimonial-view > span {
    display: block;
    width: 100%;
}
#reviewsmore .modal-content .testimonial-outer {
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0px !important;
    padding: 15px 5px 15px 5px !important;
}
.test-nw {
    overflow: hidden;
    overflow: hidden;
    overflow-y: auto;
    max-height: 450px;
    margin: 55px 15px 20px 15px;
}
#reviewsmore .modal-title {
    font-size: 17px;
    color: #201C1D;
    font-weight: 700;
}
#reviewsmore .test-nw .testimonial-outer:first-child {
    padding-top: 0px !important;
}
.test-nw .testimonial-outer:last-child {
    border: none !important;
}
.testimonial-outer.view-all-btn {
    padding-left: 0;
}
#reviewsmore .modal-header {
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 20px 20px 0 0;
}
#reviewsmore .test-nw .testimonial-outer {
    padding-top: 10px !important;
}
.promocode.modal.modal-top.fade.show .modal-dialog {
    margin-top: 100px;
}
.spinner-new {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 111111;
}
.spinner-inner-new {
    display: flex;
    position: fixed;
    z-index: 1031;
    top: 50%;
    right: 49%;
    transform: translate(0%, -50%);
    color: var(--main-bg-color);
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}
.spinner-border-new {
    width: 42px;
    height: 42px;
    position: absolute;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
}
.sr-only-new {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.spinner-inner-new img {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.spinner-border-new {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.icons-img {
    background-color: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 13px;
}
.icons-img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.static-btns {
    position: absolute;
    bottom: 15px;
}
.rating-count span:last-child {
    padding-left: 5px;
}
.banner-feed > div > div {
    padding-bottom: 7px !important;
    padding: 0;
    padding-top: 16px;
}
.banner-feed img {
    border-radius: 5px;
}
.banner-feed > div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ebebeb;
}
.banner-feed > div::-webkit-scrollbar {
	height: 5px;
	background-color: #ebebeb;
}
.banner-feed > div::-webkit-scrollbar-thumb {
	background-color: #6d6d6d;
}
.store-div {
    border: 1px solid #EFEFEF;
    border-radius: 12px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    background-color: #fff;
    height: 100%;
}
.store-div-top {
    padding: 20px 20px;
}
.store-div-heading {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.store-div-para {
    color: #000;
    margin: 0px;
    font-size: 14px;
}
.store-div-bottom {
    padding: 20px 15px;
    border-radius: 12px;
    position: relative;
}
.phone-icn {
    background: none;
    background-color: #fff;
    display: inline-block;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: -15px;
    font-size: 17px;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 12%) !important;
}
.phone-icn img {
    width: 100%;
    max-width: 16px;
    margin: 0 auto;
    margin-top: 5px;
}
.store-div-bottom .lapinoz-logo-icon {
    max-width: 50px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
.store-detail {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    max-width: 75%;
}
.store-icon {
    width: 100%;
    max-width: 7%;
    display: flex;
    align-items: center;
	justify-content: right;
}
.outlet-card {
    display: flex;
}
.store-icon svg {
    width: 100%;
    max-width: 16px;
}
.store-logo {
    width: 100%;
    max-width: 18%;
}
.first {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
}
.second {
    display: block;
    font-size: 15px;
}
.banner-feed-nws {
    margin: 0 -5px;
}
.newly-launched-twice .banner-feed-nws > div,
.newly-lauched-single .banner-feed-nws > div {
    justify-content: center;
}
.near-you {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 12px;
}
.near-you .col-md-6 {
    padding: 0 7px;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.find-bikaner_twice .near-you, 
.find-bikaner_single .near-you {
    justify-content: center;
}

@media only screen and (max-width: 1280px) {
.test-nw {
    max-height: 400px;
}

}

@media only screen and (max-width: 1199px) {
.coupon-start {
    width: 360px;
}
.menu-placeholder {
    height: 136.93px;
}
.featured-img {
    height: 180px;
}
.main-svg {
    padding-top: 5px;
    max-width: 9%;
}
.download-app-sec li:last-child:before {
	display: none;
}

}

@media only screen and (max-width: 991px) {
.featured-img {
    height: 135px;
}
.featured-heading {
    font-size: 14px;
}
.menu-placeholder {
    height: auto;
    margin-bottom: 10px;
}
.explore-menu-ul .eplore-menu-title {
    font-size: 14px;
}
.review {
    margin: 0px 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 0px;
    display: block;
}
.testimonial-main {
    padding: 12px 12px;
    border-bottom: 1px solid #E4E4E4;
}
.review .testimonial-main:last-child {
	border: none;
}
.testimonial-outer {
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0px;
}
.order-btn a {
    padding: 10px 30px;
}
.store-top-ul li:first-child {
    max-width: 70px;
}
.inr-sec {
    padding: 20px 20px;
}
.store-top-bar .col-10.col-md-9 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.store-top-bar .col-2.col-md-3 {
	-ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.new-lauched {
    width: 355px;
}
.coupon-start {
    width: 365px;
}
.testimonial-outer.view-all-btn {
    width: 100%;
}
.testimonial-outer.view-all-btn .testimonial-view > span:first-child {
    order: 2;
    display: flex;
}
.testimonial-outer.view-all-btn .testimonial-view > span {
    display: inline-block;
    width: auto;
}
.view-all-btn-new {
    margin-left: 3px;
    font-size: 22px;
}
.download-app-sec li:nth-child(2) {
    width: 65%;
}
.download-app-sec li:last-child {
    width: 22%;
}
.store-detail {
    max-width: 67%;
}
.store-logo {
    max-width: 26%;
}
.store-icon {
    max-width: 7%;
}

}

@media only screen and (max-width: 767px) {
.tp-top {
    margin-top: 63px;
}
.common-spacing {
    padding: 12px 0;
}
.calling-btns {
    display: flex;
    margin-top: 15px;
}
.store-top-ul li:last-child h1 {
    font-size: 17px;
    padding-right: 20px;
    margin-bottom: 7px;
}
.calling-btns.inline-btns a, .calling-btns a {
    margin-right: 10px;
    font-size: 13px;
    margin-bottom: 0px;
    padding: 8px 8px;
}
.available-modes .avail-p {
    font-size: 14px;
    margin-bottom: 5px;
}
.available-modes ul li svg {
    max-width: 22px;
    height: auto;
}
.available-modes ul li p {
    font-size: 12px;
    margin-top: 0px;
    padding: 5px 3px;
}
.store-top-ul li:last-child p {
    font-size: 14px;
    display: flex;
}
.available-modes {
    padding-top: 5px;
    margin-top: 5px;
}
.store-top-ul li:first-child {
    max-width: 18%;
    padding-right: 8px;
	display: none;
}
.store-top-ul li:last-child {
    width: 100%;
    max-width: 100%;
}
.store-top-ul li:last-child p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 7px !important;
    padding-right: 12px;
}
.common-radiuses {
    padding: 10px 7.5px;
}
.available-modessss .tooltipnew span:first-child {
    margin-right: 0px !important;
}
.image-start {
    display: none;
}
.mobile-image {
    margin: 0 -7.5px -20px -7.5px;
    position: relative;
}
.mobile-image:before {
    content: '';
    background-image: linear-gradient(to top, rgba(239,239,239,255), rgba(239,239,239,0));
    position: absolute;
    height: 30px;
    right: 0;
    bottom: 0;
    left: 0;
}
.common-heading {
    font-size: 15px;
    margin-bottom: 12px;
}
.inr-sec {
    padding: 12px 11px;
}
.payment-meathod li {
    padding: 0px 3px;
}
.special-promo .slick-dots li.slick-active button {
    width: 25px;
    height: 10px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
}
.coupon-start .coupon-text {
    padding-left: 12px;
}
.coupon-start {
    padding: 12px 12px;
    height: 100%;
}
.explore-menu-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.explore-menu-ul li {
    max-width: 33.33%;
    padding: 0 7px;
    margin-bottom: 15px;
}
.menu-placeholder {
    max-width: 100%;
    margin-bottom: 10px;
}
.explore-menu-ul .eplore-menu-title {
    font-size: 13px;
    padding: 0;
}
.coupon-text h4 {
    font-size: 15px;
}
.coupon-text p {
    font-size: 13px;
}
.featured-detail p {
    font-size: 14px;
}
.featured-items-ul li {
    max-width: 50%;
    padding: 5px 5px;
}
.featured-img {
    width: 100%;
    height: 180px;
}
.featured-img .featured-upr-detail {
    bottom: 7px;
    left: 0;
}
.featured-heading {
    font-size: 14px;
}
.customiz-available {
    font-size: 12px;
}
.testimonial-outer {
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0px;
    width: 100%;
}
.testimonial-outer p {
    margin-top: 5px;
}
.testimonial-left {
    max-width: 12%;
}
.testimonial-right {
    max-width: 88%;
    padding-left: 10px;
}
.download-app-sec li:first-child {
    width: 100%;
}
.download-app-sec li:nth-child(2) {
    width: 100%;
}
.download-app-sec li:last-child {
    width: 100%;
}
.download-app-sec h5 {
    font-size: 22px;
    margin-bottom: 10px;
}
.download-app-sec li:nth-child(2) h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.download-icons img {
    max-width: 110px;
}
.download-app-sec li:first-child img {
    max-width: 60px;
}
.download-app-sec li:last-child:before {
	display: none;
}
.download-app-sec li:last-child img {
    max-width: 150px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.download-app-sec li:last-child p {
    color: #fff;
}
.city-name-outr .city-name-souter {
    max-width: 12%;
}
.city-name-outr .cities-list-nw {
    max-width: 88%;
}
.cities-list-nw li {
    padding: 5px 5px;
    font-size: 14px;
	margin: 0.3em 0.2em;
}
.mobile-image + .common-radiuses .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile-image + .common-radiuses .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.store-wrap .btn {
	padding: 8px 10px !important;
	width: 100%;
}
.store-wrap h2 {
    font-size: 17px;
}
.promo-text {
    font-size: 17px;
    line-height: normal;
    max-width: 40%;
}
.coupon-start {
    justify-content: center;
    width: 270px;
}
.coupon-start svg {
    width: 28px;
}
.bottom-sheet ul {
    flex-wrap: wrap;
}
.bottom-sheet ul li {
    margin: 0px;
    padding: 3px 0;
    width: 100%;
}
.bottom-sheet ul p {
    line-height: normal;
}
.bottom-sheet {
    padding: 10px 10px 10px 10px;
}
.bottom-sheet ul li:first-child {
    margin-top: 0px;
	padding-top: 0px;
}
.bottom-sheet ul li:last-child {
    margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}
.order-btn a {
    padding: 5px 28px;
    width: 100%;
    font-size: 15px;
}
.available-modes .row {
    margin: 0px;
}
.available-modes ul li {
    padding: 0 2px;
    width: 100%;
    max-width: 25%;
}
.order-btn {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E4E4E4;
    display: flex;
    position: fixed;
    bottom: 0px;
    height: auto;
    left: 0px;
    padding: 10px 10px !important;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
}
.get-directions {
    min-width: auto;
    padding: 0px 5.5px;
    line-height: 17px;
    width: 100%;
}
.store-top-bar .col-10 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}
.store-top-bar .col-2 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.order-btn a.outline {
    background: none;
	color: var(--main-bg-color);
	font-weight: 600;
}
.outline {
    margin-right: 10px;
}
.rating-pp {
    padding: 0px 6px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    width: 100%;
    justify-content: center;
}
.rating-outer {
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 2px;
    flex-wrap: wrap;
    justify-content: center;
}
.store-top-bar {
	position: relative;
}
.absolute-icons {
    position: absolute;
    right: 13.5px;
    text-align: center;
}
.review button.slick-next.slick-arrow {
    right: -24px;
}
.review button.slick-prev.slick-arrow {
    left: 10px;
}
.rating-count {
    padding: 2px 2px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
}
.rating-pp svg {
    margin-top: -4px;
    margin-left: 3px;
    max-width: 11px;
}
.get-directions svg {
    max-width: 13px;
}
.tipcontent .row .col-6:first-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.tipcontent .row .col-6:last-child {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    text-align: right;
}
.tipcontent {
    width: 210px;
    left: -180px;
}
.modal.modal-top.promocode .modal-content {
	border-radius: 30px 30px 0px 0px !important;
}
.modal.modal-top.promocode#reviewsmodal .modal-content .testimonial-outer,
.modal.modal-top.promocode#reviewsmore .modal-content .testimonial-outer {
    border-radius: 30px 30px 0px 0px !important;
    padding: 25px 20px 15px 20px;
}
.featured-items-ul {
    margin: 0 -5px;
    justify-content: left;
}
.promo-code-sec .container {
    padding: 0 0px 0 10px;
}
.need-arrows button.slick-next.slick-arrow {
    right: -23px;
}
.promo-code-sec-single .container {
    padding: 0 15px 0 15px;
}
.need-arrows .slick-prev {
    left: 13px;
}
.extraspace .tp-top {
    margin-top: 30px;
    padding-top: 22px;
}
.store-top-bar .col-10.col-md-9 {
    flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    max-width: 85%;
}
.store-top-bar .col-2.col-md-3 {
	-ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.new-lauched {
    width: 280px;
}
.newly-lauched-single .new-lauched-outer .new-lauched {
    width: 100%;
}
.newly-lauched-single .new-lauched-outer .new-lauched-start {
	padding: 0px;
}
.new-launched-details h4 {
    font-size: 16px;
}
.newly-launched .container {
    padding-right: 0px;
}
.newly-launched.newly-lauched-single .container {
    padding-right: 15px;
}
.review-section .container {
    padding: 0 15px;
}
.promo-text {
    font-size: 14px;
    max-width: 100%;
}
.promo-code {
    padding: 5px 6px;
    font-size: 12px;
    line-height: normal;
    margin-left: 0;
    margin-top: 5px;
}
.promo-code-sec-single .coupon-start-outer,
.promo-code-sec-single .coupon-start {
    width: 100%;
}
.promo-code-sec-twice .promo-dv,
.newly-launched-twice .new-lauched-outer,
.review-twice .review {
    justify-content: left;	
}
.new-lauched-outer {
    margin: 0 -6px 0 0px;
}
.new-lauched-outer .new-lauched-start {
    padding-left: 0px;
}
.newly-lauched-single .new-lauched-outer {
    margin: 0px;
}
.new-lauched-outer::-webkit-scrollbar,
.review::-webkit-scrollbar,
.promo-dv::-webkit-scrollbar {
    height: 3px;
}
.new-launched-img span {
    max-width: 80px;
}
.new-lauched-outer, 
.promo-dv {
	padding-bottom: 8px;
}
.tipcontent .row.m-0 {
    margin-bottom: 5px !important;
}
.tipcontent .row.m-0:last-child {
    margin-bottom: 0px !important;
}
.promocode.modal.modal-top.fade.show .modal-dialog {
    margin-top: 0px;
}
.spinner-inner-new {
    right: 42%;
}
.static-btns {
	bottom: 10px;
	width: 100%;
	display: flex;
	left: 0;
	padding: 0 15px;
}
.store-wrap {
	padding: 10px 10px 55px 10px;
}
.store-div-bottom {
    padding: 15px 15px;
}
.store-detail {
    font-size: 15px;
}
.store-div-top {
    padding: 15px 15px;
}
.store-div-heading {
    font-size: 16px;
}
.store-div-bottom .lapinoz-logo-icon {
    max-width: 40px;
}
.first {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 4px;
}
.second {
    font-size: 14px;
}
.newly-launched-twice .banner-feed-nws > div, .newly-lauched-single .banner-feed-nws > div {
	justify-content: left;
}
.newly-lauched-single .banner-feed-nws > div {
	justify-content: left;
	overflow: visible !important;
}
.newly-lauched-single .banner-feed-nws .banner-feed-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin: 0px !important;
    padding: 0 5px;
}
.newly-lauched-single .banner-feed-nws {
    margin: 0px;
}
.store-detail {
    max-width: 75%;
}
.store-logo {
    max-width: 18%;
}
.store-icon {
    max-width: 7%;
}
.near-you .col-md-6 {
    padding: 0 5px;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
.find-bikaner_uae .container {
	padding-right: 0px;
	padding-left: 10px;
}
.static-btns a:last-child {
    margin-left: 7px;
}
.find-bikaner_twice .near-you, 
.find-bikaner_single .near-you {
    justify-content: left;
}
.find-bikaner_single .near-you .col-md-6 {
	padding: 0px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.find-bikaner_uae .container {
	padding-right: 15px;
	padding-left: 15px;
}

}

@media (max-width: 575px) {
    .footer-bottom p:last-child {
        padding-bottom: 80px !important;
    }
}