@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
	font-family: "Inter", sans-serif;
}
p, h1, h2, h3, h4, h5, h6 {
    color: #333;
}
body {
	color: #333;
}
.common-space {
    padding: 30px 0;
}
.your-cart {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    position: sticky;
    position: -webkit-sticky;
    top: 84px;
    z-index: 1;
}
.cart-items-outer-main {
    max-height: 443px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
#cartDisplay {
    text-align: center;
    padding-top: 10px;
}
#cartDisplay svg {
    max-width: 150px;
    fill: #c7c7c7;
}
.cart-btn {
    border-radius: 10px !important;
    font-weight: 700;
    border: none !important;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 8px 15px;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 0px;
    color: #333;
    background-color: var(--main-bg-color);
}
.cart-btn.animatebtn, .cart-count-add.animatebtn {
    background-color: var(--main-bg-color) !important;
    color: #fff !important;
}
.cart-btn.cart-btn-tp {
    border: none !important;
    padding: 0 0 5px 0;
    background: none;
    color: #333;
}
.cart-items-outer {
    margin-top: 0;
    padding: 5px 5px 10px 5px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    margin-bottom: 5px;
}
.cart-items-outer .cart-lft-btn {
    padding: 0 3px 0 10px;
    display: flex;
}
.cart-items-outer .cart-lft-btn {
    padding: 0 3px 0 10px;
    display: flex;
}
.veg-flag {
    width: 16px;
    height: 16px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.veg-flag span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.non-vegflag {
    width: 16px;
    height: 16px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.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;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cart-items-outer .cart-lft-btn .veg-flag, .cart-items-outer .cart-lft-btn .non-vegflag {
    margin-top: 5px;
}
.wla-cart-dv .item-price {
    margin-bottom: 0px;
}
.item-small-hd {
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
    line-height: 20px;
}
.item-price span {
    font-weight: 400;
    margin-right: 8px;
    font-size: 13px;
}
.common-heading {
    font-size: 18px;
    margin-bottom: 0px;
}
#cartDisplay .cart-items-outer:first-child {
    border-top: 1px solid #DBDBDB;
    padding-top: 15px;
}
.cart-rgt-btn b {
    display: block;
}
.nav-tabs {
    border-bottom: none;
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}
.nav-tabs .nav-link {
    width: 100%;
    max-width: 50%;
    color: #555;
    font-weight: 400;
    font-size: 17px;
    border-radius: 50px !important;
}
.nav-tabs .nav-link {
    border: 1px solid #F9F9F9;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: 1px solid #F9F9F9;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid var(--main-bg-color);
    border-radius: 50px !important;
    color: #333;
    font-weight: 700;
}
.page-section .row {
    padding: 0 8px;
}
.item-card-design-new {
    padding: 7px 7px;
}
.item-card-design-new-start-outer {
    display: block;
    padding: 12px 12px;
    background-color: #fff;
    border-radius: 15px !important;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.item-card-design-new-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.item-card-design-new-start {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.item-card-design-detail-new {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px;
}
.item-card-design-detail-new {
    -ms-flex: initial;
    flex: auto;
    max-width: max-content;
    padding-right: 10px;
}
.item-tt-outer {
    display: flex;
}
.item-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 2px;
}
.pric.e-p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 14px;
    cursor: pointer;
}
.expand_details, .expand_details:hover {
    color: #201C1D !important;
}
.expand_details, .expand_details:hover {
    color: var(--main-bg-color);
    cursor: pointer;
}
.heading-customize {
    color: #787878;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    line-height: normal;
    word-break: break-word;
}
.item-card-placeholder-detail-new {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.item-with-img {
    margin-bottom: 17px;
}
.item-card-placeholder-detail-new {
    margin-left: 12px;
    max-height: 174px;
    min-width: 140px;
    margin-bottom: 18px;
    display: flex;
    justify-content: right;
}
.item-card-placeholder-nw-outer {
    height: fit-content;
}
.item-card-placeholder-nw {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 158px;
    max-height: 158px;
    border-radius: 16px;
    overflow: hidden;
}
.item-card-placeholder-nw {
    max-height: max-content;
    width: 145px;
    height: 145px;
    max-width: initial;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
}
.item-card-placeholder-nw img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-new-btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    width: 80px !important;
    height: 35px !important;
    overflow: hidden;
}
.item-card-placeholder-nw-outer .cart-new-btn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.cart-count-add {
    color: #222;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    animation: elpqW .2s ease;
}
.cart-btn {
    border: 1px solid #333 !important;
    color: #333;
    padding: 3px 12px;
    border-radius: 5px !important;
    font-size: 14px;
    background-color: #f4f4f4;
}
.cart-btn {
    padding: 6px 12px;
    border-radius: 10px !important;
    font-size: 14px;
    background-color: #fff;
    font-weight: 700;
}
.quantity-btn {
    /* background: transparent linear-gradient(90deg, #16a850 0%, #417649 100%) 0% 0% no-repeat padding-box; */
    width: max-content;
    border-radius: 5px !important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: hidden;
    border: 1px solid #d4d4d4;
}
.quantity-btn {
    border: 1px solid var(--main-bg-color) !important;
    background-color: var(--main-bg-color) !important;
    border-radius: 10px !important;
}
.cart-new-btn .quantity-btn {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}
.cart-last .cart-btn {
    color: var(--secondary-bg-color) !important;
}
.page-sec .row {
    margin-left: -5px;
    margin-right: -5px;
}
.inline-text-bg {
    margin-bottom: 6px;
}
.starting-p {
    margin: 0px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
}
.starting-p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-bg-color);
    left: 0px;
    top: 0px;
    border-radius: 5px;
    opacity: 0.2;
}
.ruppe-span {
    margin-left: 3px;
    font-weight: 500;
    font-size: 14px;
}
.ruppe-span span {
    color: #555555;
}
.lower-dv {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.price-p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}
.outer-dv-d {
    padding-bottom: 70px;
}
.nav-tabs .nav-link {
    font-size: 16px;
}
.next-available {
    padding-bottom: 35px;
}
.next-available .lower-dv {
    bottom: 35px;
}
.item-card-placeholder-detail-new.item-without-img-detail {
    padding-bottom: 0px;
    align-items: center;
    justify-content: center;
}
.item-card-placeholder-detail-new.item-without-img-detail {
    min-width: auto;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.item-without-img-detail .item-card-placeholder-nw-outer .cart-new-btn {
    position: relative;
    transform: translate(0%, 0%);
    left: 0;
    bottom: 0px;
    top: 5px;
}
.process-step, .process-count {
	position: relative;
}
.fixed-cart-data {
    display: none;
}
.price-checkout {
    margin-top: 0px;
    color: #fff;
    padding: 10px;
}
.price-checkout {
    border: none !important;
}
.checkout-modal .modal-footer {
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 10px #00000029;
    border: none;
    margin-top: 10px;
    background-color: #fff;
}
.modal.modal-top.checkout-modal .modal-content, .modal.modal-bottom.checkout-modal .modal-content {
	background-color: #f1f0f5;
}
.checkout-modal .modal-header {
    border: none;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 10px #00000029;
    margin-bottom: 10px;
}
#checkout-modal	.lower-bg-nw {
	background-color: #F1F0F5;
	padding: 10px 15px;
}
.businessName {
    font-weight: 700 !important;
    margin-bottom: 0px !important;
}
#checkout-modal .loc-m {
    color: #737373;
}
.free-delivery-main-dv {
    position: relative;
    padding: 10px 10px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #EDFFEE;
    width: 100%;
}
.free-delivery-main-dv  img {
    width: 100%;
    max-width: 30px;
}
.free-delivery-main-dv p {
    font-weight: 600;
    color: #116F3C;
    font-size: 14px;
    line-height: normal;
}
.free-delivery-main-dv li:first-child {
    margin-right: 5px;
}
.between-title {
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
}
.cart-bill-detail {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 12px !important;
    margin-top: 0;
}
.cartTable {
    width: 100%;
    margin-bottom: 0px;
}
.cartTable td {
    padding: 0px 0;
    color: #6F6F6F;
    font-size: 12px;
}
.g-total {
    font-weight: 700;
    color: #333 !important;
    border-top: 1px dashed #BDBDBD;
    padding-top: 3px !important;
    font-size: 14px !important;
}
.cartTable tbody tr:nth-last-child(2) td {
	padding-bottom: 5px;
}
.order-outer-dv {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
#order-details .order-detail-div {
    border-bottom: 1px solid #eee;
    padding: 0px 15px;
}
.order-detail-ul {
    padding: 12px 0px;
    margin: 0px 0px;
    list-style-type: none;
    display: flex;
    border-bottom: 1px solid #d8c8c8;
    cursor: pointer;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-detail-div ul:last-child {
    border-bottom: none;
}
.order-detail-div:first-child .order-detail-ul {
    margin-top: 0px;
}
.order-detail-div ul:last-child {
    border-bottom: none;
}
.order-detail-div:first-child .order-detail-ul {
    margin-top: 0px;
}
.order-detail-div:last-child .order-detail-ul {
    margin-bottom: 0px;
}
.order-detail-ul li {
    display: flex;
    margin-bottom: 0px;
}
.order-detail-ul li:first-child {
    width: 100%;
    max-width: 70%;
    display: flex;
    padding-top: 8px;
}
.order-detail-ul li:first-child {
	max-width: 62%;
	padding-right: 5px;
}
.order-detail-ul li {
    display: flex;
    margin-bottom: 0px;
}
.order-detail-ul li:first-child > div {
    display: flex;
}
.new-flag-design {
    margin-right: 8px;
}
.non-vegflag {
    width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.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;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.order-detail-ul .veg-flag, .order-detail-ul .non-vegflag {
    margin-right: 0px;
}
.order-detail-ul li h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}
.order-detail-ul li {
    display: flex;
    margin-bottom: 0px;
}
.order-detail-ul li:nth-child(2) {
    align-items: center;
}
.priceLi {
    text-align: right !important;
    font-weight: 600 !important;
    color: #000 !important;
    min-width: 75px;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 5px;
}
.special-instructions {
	padding-bottom: 0px;
	padding-top: 0;
}
.item-discription-main {
	display: flex;
    justify-content: space-between;
}
.order-type-div .item-discription-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 15px;
}
.order-type-div .item-discription-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 15px;
}
.inputouter {
    overflow: hidden;
    width: 100%;
}
.textarea-dv {
    width: 100%;
    position: relative;
}
.textarea-dv:before {
    position: absolute;
    content: "";
    background-image: url(comments_icon.png);
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    background-size: cover;
}
.special-instructions input {
    height: auto !important;
    border: none;
    font-size: 15px;
    padding-left: 0px;
    padding: 15px 15px 15px 45px;
}
.modal.modal-top .modal-body, .modal.modal-bottom .modal-body {
    padding: 0rem 0rem 0rem 0rem;
    max-height: 500px;
}
.cart-outer-btn-bg .cart-new-btn {
    width: 100% !important;
    height: 43.5px !important;
    border-radius: 5px !important;
}
.cart-outer-btn-bg ._29Y5Z:before {
    top: -3.5px;
}
.cart-outer-btn-bg .quantity-btn {
    border-radius: 5px !important;
    background: none !important;
    border-color: var(--main-bg-color) !important;
    color: #000;
}
.cart-outer-btn-bg .quantity-btn ._29Y5Z:before {
    background-color: #000;
}
.cart-outer-btn-bg ._2zAXs {
    color: #fff !important;
    border-radius: 0px;
}
.cart-outer-btn-bg ._1ds9T {
    padding-left: 0;
    justify-content: center;
}
.cart-outer-btn-bg ._29Y5Z {
    text-align: center;
    padding-right: 0;
}
.lower-bg-nw svg {
	fill: #fff;
}
.lower-bg-nw .add-btn {
    justify-content: space-between;
    padding: 10px 10px;
}
.spaicing .col-md-6 {
    padding: 0 7px;
}
.locker-started {
    margin-bottom: 15px;
}
.locker-started {
    padding: 12px;
}
.expiry-text {
    font-size: 16px;
}
.expiry-points span {
    padding: 2px 14px;
    font-size: 13px;
}
.expiry-points {
    font-size: 14px;
}
.locker-started .locker-text-area {
    padding-right: 15px;
}
.locker-bg-img {
    width: 150px;
    height: 150px;
}
.level-two-p {
    margin-bottom: 8px;
    font-size: 13px;
}

/*locker-based-modal*/
.pricing-db {
    padding: 0em 1.5em 0em 1.5em;
}
.price-dblft {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.price-dbrht {
    border: 1px solid var(--main-bg-color);
    padding: 5px 5px;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    line-height: normal;
    margin-left: 8px;
    position: relative;
    display: flex;
    align-items: center;
}
.price-dbrht:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--main-bg-color);
    border-radius: 6px;
    opacity: 0.3;
}
.price-dbrht img {
    width: 100%;
    max-width: 18px;
    margin-right: 5px;
}
.radios-btns {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
}
.pack-started .pack-inner {
    background-color: #fff;
    padding: 5px 5px;
    z-index: 1;
    position: relative;
    border-radius: 15px;
}
.pack-inner > span {
    line-height: normal;
    margin-bottom: 5px;
}
.pack-inner > span:last-child {
    margin-bottom: 0px;
}
.radios-btns input[type="radio"] {
    opacity: 0.011;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.radios-btns.bestvalue {
    padding-top: 23px;
}
.bestvalue:before {
    content: "★ Best Value";
    position: absolute;
    background-color: var(--main-bg-color);
    width: 100%;
    top: 0px;
    LEFT: 0px;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    font-weight: 600;
    padding-bottom: 15px;
    z-index: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.radios-btns input[type="radio"]:checked + .label-div {
    border: 1px solid var(--main-bg-color);
    border-radius: 14px;
    z-index: 2;
}
.choose-packs {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    align-items: baseline;
}
.choose-packs .adjust-spacing {
    width: 100%;
    max-width: 50%;
    padding: 5px 5px;
}
.save-db {
    padding: 4px 10px;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.save-db:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--main-bg-color);
    content: "";
    opacity: 0.2;
    border-radius: 50px;
}
.save-disc {
    color: #555555;
    font-weight: 300;
    margin-top: 2px;
    font-size: 12px;
}
.save-nu {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.save-price {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0 !important;
}
.time-reservation.locakerenabled > div {
    width: 50%;
    margin-bottom: 10px;
}
.radio-button-one input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}
.radio-button-one input[type="checkbox"]:checked+label {
    border: 1px solid var(--main-bg-color);
    color: #fff;
    background-color: var(--main-bg-color);
}
.time-reservation.locakerenabled .radio-button-one label {
    color: #707070;
    font-weight: 500;
    border-color: #ECECEC;
}
.locker-spacing {
    background-color: #fff;
    padding: 12px 12px 3px 12px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.time-reservation.locakerenabled {
    margin-right: -15px;
    margin-top: -5px;
}
.locker-heading {
    font-weight: 600;
    font-size: 15px;
}
.locker-count {
    color: #707070;
}
.locker-count {
    color: #707070;
    font-size: 12px;
}
.select-dropdown-nw.lockerdrop select {
    font-size: 14px !important;
    border-color: #ECECEC;
}
.select-dropdown-nw.lockerdrop::after {
    right: 0;
}
.datelocker input {
    text-align: left;
    box-shadow: none !important;
    border-radius: 13px !important;
    padding: 9px 9px 9px 9px !important;
    border: 1px solid #bebebe;
    width: 100% !important;
    max-width: 100%;
    font-weight: 500;
    color: #212529 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 14px !important;
    border-color: #ECECEC;
    height: auto;
}
.inner-options.spcinglc p {
    margin-bottom: 10px;
}
.inner-options.spcinglc {
    padding-top: 10px;
}
.activepacks .slick-prev {
    left: -3px;
}
.time-reservation {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
}
.time-reservation .radio-button-one {
    overflow: hidden;
    padding-right: 15px;
}
.time-reservation .radio-button-one label {
    margin-bottom: 0px;
    max-width: 100%;
    padding: 10px 10px 10px 10px !important;
    font-size: 14px !important;
}
.radio-button-one input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.select-dropdown-nw {
    position: relative;
}
.select-dropdown-nw select {
    display: inline-flex
;
    text-align: left;
    box-shadow: none;
    border-radius: 13px !important;
    padding: 8px 17px 8px 8px !important;
    border: 1px solid #bebebe;
    width: 100%;
    max-width: 100%;
    font-weight: 500;
    justify-content: center;
    color: #212529;
    font-size: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.select-dropdown-nw.lockerdrop select {
    font-size: 14px !important;
    border-color: #ECECEC;
}
.select-dropdown-nw::after {
    content: "";
    background-image: url(https://wowmomos.uengage.in/assets/wla_new/img/arrow-down.svg);
    position: absolute;
    top: 51%;
    right: 10%;
    pointer-events: none;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    transform: translate(-50%, -50%);
    background-size: cover;
}
.select-dropdown-nw.lockerdrop::after {
    right: 0;
}
.loc-m .businessName {
    color: #000;
}
.pizza-popups#nearestLocalityModal .modal-header {
    padding: 15px 30px !important;
    background-color: var(--main-bg-color);
}
.modal-logo img {
    width: 100%;
    max-width: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    margin-left: 10px;
}
/*locker-based-modal*/

@media only screen and (max-width: 1280px) {
    .item-card-placeholder-nw {
        height: 126px;
        width: 126px;
    }
}

@media only screen and (max-width: 1199px) {
.item-title {
	font-size: 14px;
}
.item-card-placeholder-detail-new {
	margin-left: 10px;
	max-height: 174px;
	min-width: 125px;
	margin-bottom: 15px;
}
.item-card-placeholder-nw {
	height: 116px;
	width: 116px;
}

}

@media only screen and (max-width: 767px) {
.fixed-cart-data {
	display: block;
	position: fixed;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	left: 0px;
}
.fixed-cart-data .price-checkout, .outletclosed {
	box-shadow: 0px 0px 10px #00000029;
	padding: 10px 15px !important;
}
.view-cart-dv .cart-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--main-bg-color);
    border-radius: 13px !important;
    align-items: center;
    padding: 12px 12px;
    color: #fff;
    box-shadow: 0px 12px 32px -4px rgb(32 28 29 / 20%);
    font-size: 16px !important;
}
.first-cb {
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-left: 0px;
}
.second-cb {
	font-weight: 500;
	display: flex;
}
.view-cart-dv .cart-button svg {
	fill: #fff;
}
.outletclosed {
	margin-top: 0px;
	color: #fff;
	padding: 10px;
	background-color: #ffe1e1;
}
.fixed-cart-data .price-checkout, .outletclosed {
	box-shadow: 0px 0px 10px #00000029;
	padding: 10px 15px !important;
	background-color: #fff;
}
.outletclosed {
	margin-top: 0px;
	color: #fff;
	padding: 10px;
	background-color: #ffe1e1;
}
.outletclosed .cart-button {
	color: red;
}
.checkout-modal.modal.modal-top .modal-content {
	border-radius: 0px 0px 0px 0px !important;
}

}

@media only screen and (max-width: 767px) {
.item-card-design-new {
	padding: 5px 0px;
}
.page-section .row {
	padding: 0 15px;
}
.item-card-design-new-start-outer {
	padding: 10px;
}
.item-card-design-detail-new {
	padding-right: 5px;
}
.item-title {
	font-size: 15px;
}
.heading-customize {
	font-size: 12px;
}
.heading-customize {
	font-size: 12px;
}
.item-with-img {
	margin-bottom: 18px;
	min-width: 155px;
}
.item-card-placeholder-nw {
	height: 155px;
	width: 155px;
}
.your-cart {
    display: none;
}
#order-details .order-detail-div {
	padding: 0px 12px 0px 12px;
}
.order-detail-ul {
	margin: 0px 0px;
}
.order-detail-ul li {
	display: block;
}
.order-detail-ul li h6 {
	font-size: 13px;
	line-height: 20px;
}
.order-detail-ul li {
	display: block;
}
.priceLi {
        font-size: 14px;
        width: 100%;
    }
	    .priceLi {
        margin-top: 0px;
        margin-left: 0px;
        line-height: normal;
    }
	    .order-type-div .item-discription-main {
        font-size: 13px;
    }
	    .order-type-div .item-discription-main {
        font-size: 13px;
    }
	.inputouter {
        box-shadow: none !important;
        background-color: #fff;
    }
	    .special-instructions input {
        font-size: 14px;
    }
	    .special-instructions input {
        border-radius: 5px !important;
        padding: 12px 0px 12px 38px;
    }
.common-space {
    padding: 0px 0 30px 0;
}
.banner-slide-nw {
    margin: 0 -15px;
}
.footer-bottom {
    padding-bottom: 85px !important;
}
.nav-tabs .nav-link {
    font-size: 15px;
}
.pizza-popups#nearestLocalityModal .modal-header {
    padding: 15px 10px !important;
}

}

@media only screen and (max-width: 575px) {
    .item-card-placeholder-detail-new {
        margin-left: 8px;
        max-height: 164px;
        min-width: 155px;
        margin-bottom: 18px;
    }
}