 :root {
     --main-bg-color: #d52430;
     --sec-bg-color: #64b384;
     --secondary-bg-color: ;
 }

 a {
     text-decoration: none;
 }

 .common-sec {
     padding: 25px 0;
 }

 .order-type-div-outer {
     background-color: #f7f7f7;
     border-radius: 12px !important;
     overflow: hidden;
 }

 .order-type-div {
     background-color: #fff;
     padding: 15px 15px 10px 15px;
     margin-bottom: 8px;
     border-radius: 12px;
 }

 .order_instructions_para p{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-bg-color);
 }

 .outlet-discription {
     padding: 0px 15px;
     list-style-type: none;
     display: flex;
     margin: 0px;
     align-items: center;
 }

 .tp-nw-icon {
     width: 100%;
     max-width: 20px;
     margin-right: 10px;
 }

 .outlet-address {
     color: #000;
     margin: 0px;
     font-weight: 500;
     font-size: 16px;
     margin-bottom: 0px;
     display: flex;
     letter-spacing: 0px;
     line-height: initial;
     align-items: center;
 }

 .outlet-address i {
     margin-right: 2px;
 }

 .delivery-div {
     padding: 10px 0px 15px;
 }

 .order-type-div .delivery-div {
     padding-bottom: 5px;
 }

 .order-type {
     border-radius: 1000px !important;
     display: flex;
     width: 100%;
 }

 .order-type-div .order-type {
     width: 100%;
     max-width: 100%;
 }

 .order-type a {
     padding: 4px 3px;
     border-radius: 5px !important;
     background-color: #f7f7f7;
     font-weight: 400;
     transition: background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
     color: #848484 !important;
     margin: 0 2px;
     text-align: center;
     width: 100%;
 }

 .order-type a:first-child {
     margin-left: 0px;
 }

 .order-type a:last-child {
     margin-right: 0px;
 }

 .order-type-div .order-type a {
     width: 100%;
     max-width: 170px;
     text-align: center;
     padding: 5px 5px;
     cursor: pointer;
 }

 .order-type .active {
     background-color: #d52430;
     color: #fff !important;
 }

 .order-type a i {
     display: block;
     font-size: 20px;
 }

 .order-type a.disabled {
     position: relative;
     color: red;
     pointer-events: none;
     border: none;
     background: none;
 }

 .order-type a.disabled:before {
     content: "\f05e";
     position: absolute;
     font-size: 13px;
     font-family: 'Line Awesome Free';
     font-weight: 900;
     right: 3px;
     top: 0;
 }

 .select-address {
     display: flex;
     align-items: center;
     padding: 10px 15px 10px 15px;
     background-color: #fff;
 }

 .select-address .address-icon {
     width: 100%;
     max-width: 4%;
 }

 .select-address .address-discription {
     width: 100%;
     max-width: 70%;
 }

 .select-address .address-anker {
     width: 100%;
     max-width: 26%;
     text-align: right;
     font-size: 14px;
     cursor: pointer;
 }

 .select-address .address-icon i {
     color: #848484;
     font-size: 21px;
     padding-top: 8px;
 }

 .select-address .address-discription span {
     color: #848484;
     font-size: 14px;
 }

 .select-address .address-discription p {
     margin: 0px;
     font-weight: 400;
     font-size: 15px;
     display: flex;
     color: #000;
 }

 .select-address .address-anker a {
     color: var(--main-bg-color);
     font-weight: 500;
     cursor: pointer;
 }

 .free-delvry {
     background-color: #eee;
     width: 100%;
     border-radius: 5px;
     font-size: 15px;
     padding: 4px 15px 4px 10px;
     max-width: fit-content;
     /* margin-left: 30px; */
 }

 .free-delvry img {
     width: 100%;
     max-width: 26px;
     margin-right: 9px;
 }

 .order-type-div {
     background-color: #fff;
     padding: 15px 15px 10px 15px;
     margin-bottom: 8px;
 }

 #order-details .order-detail-div {
     border-bottom: 1px solid #eee;
 }

 .order-detail-ul {
     padding: 8px 0px;
     margin: 8px 0px;
     list-style-type: none;
     display: flex;
     flex-wrap: wrap;
     border-bottom: 1px solid #d8c8c8;
     cursor: pointer;
 }

 .order-detail-div ul:last-child {
     border-bottom: none;
 }

 .order-detail-div:first-child .order-detail-ul {
     margin-top: 0px;
 }

 .order-detail-ul li {
     display: inline-block;
     margin-bottom: 0px;
 }

 .order-detail-ul li:first-child {
     width: 100%;
     max-width: 75%;
     display: flex;
 }

 .item-cart-placeholder {
     margin-right: 10px;
 }

 .item-nw-placeholder {
     border-radius: 8px !important;
     overflow: hidden;
     width: 100%;
     max-width: 100px;
     height: 100px;
     position: relative;
     border: 1px solid #fafafa;
 }

 .order-detail-div .item-nw-placeholder {
     height: 65px;
     width: 65px;
 }

 .item-nw-placeholder img {
     width: 100%;
     max-width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .veg-flag {
     width: 13px;
     height: 13px;
     border: 1px solid #3DA66E;
     text-align: center;
     background-color: #fff;
     margin-right: 7px;
     margin-top: 2px;
     position: relative;
 }

 .veg-flag span {
     display: inline-block;
     width: 7px;
     height: 7px;
     background-color: #3DA66E;
     border-radius: 50% !important;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .order-detail-div .veg-flag,
 .order-detail-div .non-vegflag {
     margin-bottom: 5px;
 }

 .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 li h6 {
     font-size: 16px;
     font-weight: 500;
     margin-bottom: 4px;
 }

 #order-details .order-detail-div:last-child {
     border-bottom: none;
 }

 .order-detail-div:last-child .order-detail-ul {
     margin-bottom: 0px;
 }

 .extrdp-outer {
     width: 100%;
 }

 .extrdp {
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 10px;
     line-height: 20px;
 }

 .extrdp-outer .extrdp:first-child {
     margin-top: 6px;
 }

 .extrdp-outer .extrdp:last-child {
     margin-bottom: 0px;
 }

 .order-detail-ul li:nth-child(2) {
     width: 100%;
     max-width: 25%;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .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: none;
     border: 1px solid #d4d4d4;
 }

 .order-detail-ul li .quantity-btn {
     display: inline-flex;
 }

 .input-group-prepend {
     margin-right: 0px;
 }

 .qty-decrease {
     border-radius: 20px 0 0 20px !important;
 }

 .qty-increase {
     border-radius: 0 20px 20px 0 !important;
 }

 .qty-decrease,
 .qty-increase {
     border: none;
     border-radius: 0px !important;
     background: none;
     font-size: 14px;
     line-height: 1.5;
     background: none;
     border: none;
     color: var(--main-bg-color);
 }

 .qty-decrease {
     padding: 6px 2px 6px 9px;
     background-color: #fff;
     border-radius: 5px 0px 0px 5px !important;
 }

 .form-control.qtyVal {
     width: auto;
     max-width: 25px;
     text-align: center;
     height: auto;
     background-color: #fff;
     border: none;
     font-size: 15px;
     font-weight: 700;
 }

 .qty-increase {
     padding: 6px 9px 6px 3px;
     color: var(--main-bg-color);
     background-color: #fff;
     border-radius: 0px 5px 5px 04px !important;
 }

 .priceLi {
     text-align: right !important;
     font-weight: 400 !important;
     color: var(--main-bg-color) !important;
     min-width: 75px;
     font-size: 15px;
 }

 #nav-tabContent {
     padding: 0px;
 }

 .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: 16px;
     margin-bottom: 10px;
 }

 .inputouter {
     box-shadow: 0px 6px 16px rgb(0 0 0 / 6%) !important;
     border-radius: 12px !important;
     border: 1px solid #f7f7f7;
     overflow: hidden;
     width: 100%;
 }

 .add-item-start {
     padding: 15px 15px 15px 15px;
     border-bottom: 1px dashed #eeeeee;
     font-size: 14px;
     color: #848484;
 }

 .add-item-start i {
     margin-right: 4px;
     font-size: 18px;
 }

 .add-item-start a {
     color: #848484;
 }

 .textarea-dv {
     width: 100%;
     position: relative;
 }

 .textarea-dv:before {
     position: absolute;
     content: "";
     width: 20px;
     height: 20px;
     left: 16px;
     top: 15px;
     background-size: cover;
 }

 .special-instructions input {
     height: auto !important;
     border: none;
     font-size: 15px;
     padding-left: 0px;
     padding: 15px 15px 15px 45px;
 }

 .special-instructions input:focus {
     border-color: var(--main-bg-color);
 }

 .special-instructions input:focus {
     box-shadow: none;
 }

 #suggestionItems .item-discription-main {
     border-bottom: 1px solid #eee;
     padding-bottom: 10px;
     margin-bottom: 15px;
     cursor: pointer;
 }

 #suggestionItems .item-discription-main:last-child {
     margin-bottom: 0px;
     padding-bottom: 0px;
     border-bottom: none;
 }

 .order-type-div .item-price .cart-btn {
     margin-right: 0px;
 }

 .order-type-div .item-name {
     width: 100%;
     max-width: 70%;
     display: flex;
     font-weight: 500;
 }

 .item-discription-main .item-nw-placeholder {
     height: 65px;
     width: 65px;
 }

 .coupon-main-right {
     position: sticky;
     position: -webkit-sticky;
     top: 100px;
     z-index: 1;
 }

 .coupen-div {
     box-sizing: border-box;
 }

 .top-div-p {
     cursor: pointer;
 }

 .coupen-div>div {
     padding: 15px 15px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: 600;
     font-size: 15px;
     color: #333;
 }

 .coupen-div a {
     color: #333333;
 }

 .coupen-div>div>a {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
 }

 .coupen-div>div .coupon-icn {
     width: 100%;
     max-width: 28px;
     margin-right: 12px;
 }

 #availablecoupen {
     display: block;
     color: #848484;
     font-weight: 400;
     font-size: 13px;
 }

 #walletDiv small {
     font-size: 13px;
 }

 .new .form-group {
     display: block;
 }

 .new .form-group input {
     padding: 0;
     height: initial;
     width: initial;
     margin-bottom: 0;
     display: none;
     cursor: pointer;
 }

 .new .form-group label {
     position: relative;
     cursor: pointer;
 }

 .new .form-group label:before {
     content: '';
     -webkit-appearance: none;
     background-color: transparent;
     border: 2px solid var(--main-bg-color);
     box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
     padding: 10px;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     background-color: #fff;
     border-radius: 4px !important;
 }

 .new .form-group input:checked+label:before {
     border: solid var(--main-bg-color);
     background-color: var(--main-bg-color);
 }

 .new .form-group input:checked+label:after {
     content: '';
     display: block;
     position: absolute;
     top: 2px;
     left: 9px;
     width: 6px;
     height: 14px;
     border: solid #fff;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
 }

 .available-coupons-span {
     display: block;
     color: var(--main-bg-color);
     font-size: 17px;
     font-weight: 500;
 }

 .apply-coupon-div {
     padding: 0px 0px 15px;
     margin: 18px 0px;
     list-style-type: none;
     border-bottom: 1px solid #E7E7E7;
     color: #000;
 }

 .apply-coupon-div:last-child {
     border-bottom: 1px solid #E7E7E7;
     padding-bottom: 15px;
 }

 .coupon-code {
     border: 1px dashed rgba(0, 102, 48, 0.3);
     box-sizing: border-box;
     border-radius: 4px !important;
     padding: 7px 20px;
     background-color: #EEF8F3;
     font-size: 14px;
     font-weight: 700;
     position: relative;
 }

 .apply-coupon-div a {
     color: #201C1D;
     display: block;
 }

 .coupon-code:before {
     content: "";
     position: absolute;
     left: 0px;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 20px;
     height: 20px;
     border-radius: 50% !important;
     border: 1px dashed rgba(0, 102, 48, 0.3);
     background-color: #fff;
 }

 .coupon-code:after {
     content: "";
     position: absolute;
     right: -10px;
     top: 50%;
     transform: translate(0%, -50%);
     width: 20px;
     height: 20px;
     border-radius: 50% !important;
     border: 1px dashed rgba(0, 102, 48, 0.3);
     background-color: #fff;
 }

 .coupen-code-outer {
     overflow: hidden;
 }

 .coupon-code img {
     width: 100%;
     max-width: 20px;
     margin-right: 5px;
 }

 .coupon-outer {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .coupon-button {
     color: var(--main-bg-color);
     font-weight: 600;
 }

 .coupon-main-right {
     position: sticky;
     position: -webkit-sticky;
     top: 100px;
     z-index: 1;
 }

 .coupon-discription {
     padding-top: 15px;
 }

 .coupon-discription h4 {
     font-size: 14px;
     font-weight: 500;
     color: #000;
 }

 .coupon-discription ul {
     padding-left: 15px;
     list-style-type: circle;
     font-size: 12px;
 }

 .slot-div {
     box-sizing: border-box;
     border-radius: 12px !important;
     margin-top: 15px;
     box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
 }

 .slot-div .select-address {
     padding: 0px;
 }

 .slot-div .select-address .address-icon {
     max-width: 9%;
     display: block;
 }

 .slot-div .select-address .address-discription {
     max-width: 74%;
 }

 .cart-bill-detail {
     background-color: #fff;
/*     padding: 20px 15px;*/
     border-radius: 12px !important;
     margin-top: 0;
     box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
     position: relative;
 }

 .cart-detail-head {
     color: #333333;
     font-weight: 700;
     font-size: 18px;
     padding-bottom: 0;
 }

 #cartTable {
     width: 100%;
 }

 #cartTable td {
     padding: 5px 0;
     color: #333333;
     font-size: 15px;
 }

 .g-total {
     font-weight: 700;
 }

 .cart-btn {
     border: none;
     border: 1px solid #d52430;
     color: var(--main-bg-color);
     padding: 3px 12px;
     border-radius: 5px !important;
     font-weight: 700;
     font-size: 14px;
 }

 .error-btn {
     display: block;
     color: red;
     text-align: center;
     background-color: #ffe1e1;
     padding: 10px 10px;
 }

 .cart-main-btn {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #d52430;
     color: #fff;
     font-weight: 500;
     font-size: 16px;
     padding: 12px 12px;
     border-radius: 30px !important;
     margin-top: 0;
     text-align: center;
     cursor: pointer;
 }

 .cart-main-btn .la.la-inr {
     font-size: 17px;
 }

 .cart-main-btn:hover,
 .cart-main-btn:focus {
     color: #fff;
 }

 .alert-danger {
     color: #721c24;
     background-color: #f8d7da;
     border-color: #f5c6cb;
 }

 .alert {
     position: absolute;
     bottom: 4em;
     width: 100%;
     z-index: 11111;
     display: none;
 }

 .no-refund {
     background-color: #f7f7f7;
 }

 .tipcontent {
     position: absolute;
     background-color: #fff;
     bottom: 159px;
     width: 240px;
     border-radius: 5px;
     padding: 10px;
     /* box-shadow: 0px 12px 20px rgb(0 0 0 / 6%); */
     box-shadow: 13px 20px 28px rgb(0 0 0 / 11%);
     left: 12px;
     display: none;
 }

 .tipcontent:before {
     content: "";
     position: absolute;
     width: 0px;
     height: 0px;
     border-left: 12px solid transparent;
     border-right: 12px solid transparent;
     border-top: 12px solid #fff;
     bottom: -12px;
     left: 30px;
 }

 .tooltipnew:hover .tipcontent {
     display: block;
 }

 .sticky-nav-men {
     background-color: #fff;
     padding: 10px 10px 5px 10px;
     box-shadow: 3px 0px 6px #00000029;
 }

 .sticky-nav-men i {
     font-size: 22px;
 }

 .cart-number {
     position: relative;
 }

 .cart-number span {
     content: "";
     position: absolute;
     top: -10px;
     right: -21px;
     width: 20px;
     height: 20px;
     line-height: 20px;
     text-align: center;
     background-color: var(--main-bg-color);
     color: #fff;
     border-radius: 50%;
     font-size: 10px;
 }

 .rotate-x {
     -webkit-animation-duration: 0.6s;
     animation-duration: 0.6s;
     -webkit-animation-name: rotate-x;
     animation-name: rotate-x;
 }

 @-webkit-keyframes rotate-x {
     from {
         transform: rotateY(0deg);
     }

     to {
         transform: rotateY(360deg);
     }
 }

 @keyframes rotate-x {
     from {
         transform: rotateY(0deg);
     }

     to {
         transform: rotateY(360deg);
     }
 }

 .sticky-nav-men div {
     width: 100%;
     max-width: 25%;
 }

 .sticky-nav-men div a {
     display: block;
     text-align: center;
     font-size: 13px;
 }

 .sticky-nav-men div a svg {
     margin: 0 auto;
     margin-bottom: 2px;
     max-width: 20px;
     height: auto;
 }

 .sticky-nav-men-active {
     color: var(--main-bg-color);
     font-weight: 500;
     position: relative;
 }

 .sticky-nav-men-active:after {
     content: "";
     position: absolute;
     top: -10px;
     left: 0px;
     background-color: var(--main-bg-color);
     height: 2px;
     width: 100%;
 }

 .sticky-nav-men-active svg g {
     fill: var(--main-bg-color);
 }

 .fixed-cart-data {
     display: none;
 }

 .tool_tip.grocery {
     font-size: 10px;
     padding: 2px;
     top: -39px;
     width: 135px;
     right: -37px;
 }

 .suggestion_section {
     display: inline-block;
     line-height: initial;
     font-size: 13px;
     margin-bottom: 3px;
     background-color: #ffff;
     padding: 3px 5px;
     border-radius: 5px;
     color: var(--main-bg-color);
 }

 #map-canvas {
     margin: 0 -17px;
     margin-top: -16px;
 }

 .doorstep-div {
     border-radius: 10px 10px 0 0 !important;
     position: relative;
     box-shadow: 0px -4px 10px #9f9b9b5e;
     padding: 12px 15px;
     margin: 0 -33px;
     margin-top: -5px;
 }

 .single-doorsep {
     margin-top: -15px;
     border-radius: 0px !important;
     box-shadow: none;
 }

 .adress-loc::after {
     content: "\f044";
     position: absolute;
     right: 0px;
     top: 50%;
     font-family: 'Line Awesome Free';
     font-weight: 900;
     transform: translate(0px, -50%);
     color: var(--main-bg-color);
     pointer-events: none;
 }

 #order-details {
     background-color: #fff;
     padding: 0 10px;
     border-radius: 12px;
 }

 .extra-main-dv {
     margin-top: 5px;
 }

 .angle-icon-up {
     display: inline-block;
 }

 .angle-icon-down {
     display: none;
 }

 .main-button-blue .angle-icon-up {
     display: none;
 }

 .main-button-blue .angle-icon-down {
     display: inline-block;
 }

 .nearcarddesign {
     border-radius: 8px;
     border: 2px solid var(--main-bg-color);
 }

 .nearcarddesign:hover .nearcardfooter {
     background-color: var(--main-bg-color);
     color: #fff !important;
 }

 .nearcardheader {
     padding: 8px;
     position: relative;
 }

 .nearcardbg {
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     left: 0px;
     right: 0px;
     bottom: 0px;
     top: 0px;
     background-color: var(--main-bg-color);
     z-index: 0;
     opacity: 0.05;
 }

 #cartTable tbody tr:first-child td {
     padding-top: 0px;
 }

 .between-title {
     display: block;
     color: #000;
     margin-bottom: 10px;
     font-size: 15px;
     font-weight: 700;
     text-align: left;
 }

 .new-offers-design {
     background-color: #fff;
     padding: 20px 15px;
     border-radius: 12px !important;
     margin-top: 0;
     padding: 0px !important;
     overflow: hidden;
     display: block !important;
     box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
 }

 .new-offers-top-dv {
     position: relative;
     width: 100%;
     padding: 10px 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .new-offers-top-dv:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(var(--main-bg-color), white);
     opacity: 0.1;
     left: 0px;
     top: 0px;
 }

 .new-offers-left {
     display: flex;
     align-items: center;
     padding-right: 10px;
 }

 .new-offers-left svg {
     width: 33px;
     margin-right: 8px;
     height: auto;
 }

 .new-offers-left p {
     margin-bottom: 0px;
     font-weight: 700;
     color: var(--main-bg-color);
     line-height: initial;
     line-height: 22px;
 }

 .new-offers-left p span {
     display: block;
     font-weight: 600;
     font-size: 13px;
     line-height: initial;
     margin-top: 4px;
 }

 .new-offers-bottom-dv {
     text-align: center;
     padding: 5px 0 10px;
     border-top: 1px solid #eee;
     font-size: 14px;
 }

 .wallet-new-div {
     background-color: #fff;
     border-radius: 12px;
     margin-top: 15px;
     box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
 }

 .new-offers-right form {
     margin-bottom: 0px;
 }

 .new-offers-right form label {
     margin-bottom: 0px;
 }

 .delivery-address-sticky {
     display: none;
 }

 .removecoupon:before {
     display: none;
 }

 #pm_apply {
     cursor: pointer;
 }

 /*Responsive*/
 @media only screen and (max-width: 991px) {
     .cart-pg {
         padding: 0px;
         background-color: #f7f7f7 !important;
     }

     .order-type-div {
         background-color: #f7f7f7;
     }

     .cart-pg .row .col-lg-8 {
         padding: 0px;
     }

     .order-type-div-outer {
         border-radius: 0px !important;
     }

     .order-type-div {
         margin-bottom: 5px;
     }

     .order-type {
         float: none;
     }

     .order-type-div {
         margin-bottom: 5px;
     }

     .coupen-div {
         margin-top: 20px;
     }

 }

 @media only screen and (max-width: 767px) {
     .delivery-div {
         padding: 15px 0px 10px;
     }

     .order-type-div .order-type {
         width: auto;
         max-width: initial;
         margin: 0 -10px;
     }

     .order-type-div .order-type a {
         width: 100%;
         max-width: 100%;
         padding: 5px 3px;
         font-size: 12px;
         line-height: 20px;
     }

     .order-type a i {
         display: block;
         font-size: 19px;
         margin-bottom: 3px;
     }

     .select-address {
         align-items: start;
     }

     .select-address .address-icon {
         max-width: 7%;
     }

     .select-address .address-icon i {
         font-size: 17px;
         padding-top: 7px;
     }

     .select-address .address-discription {
         width: 100%;
         max-width: 100% !important;
         line-height: 20px;
     }

     .select-address .address-discription span {
         font-size: 13px;
         padding-bottom: 5px;
         display: inline-block;
     }

     .select-address .address-discription p {
         font-size: 13px;
         line-height: 20px;
     }

     .select-address .address-anker {
         max-width: 25%;
         font-size: 14px;
         color: var(--main-bg-color);
         font-weight: 500;
         cursor: pointer;
     }

     .select-address .address-anker a {
         font-size: 13px;
     }

     .free-delvry {
         margin-left: 0px;
         max-width: 100%;
         font-size: 14px;
         line-height: 20px;
     }

     .outlet-imgs-bg {
         max-width: 22%;
         display: flex;
         align-items: center;
     }

     .free-delvry img {
         margin-right: 16px;
     }

     .class-move-two {
         padding: 0 15px;
         background-color: #f7f7f7;
         padding-bottom: 15px;
         padding-top: 15px;
     }

     .order-detail-ul li:first-child {
         max-width: 74%;
         padding-right: 12px;
     }

     .order-detail-ul li:nth-child(2) {
         max-width: 26%;
         flex-wrap: wrap;
         justify-content: right;
     }

     .priceLi {
         font-size: 14px;
         margin-top: 8px;
         width: 100%;
     }

     .order-detail-div .item-nw-placeholder {
         height: 50px;
         width: 50px;
     }

     .order-detail-ul li .veg-flag {
         margin-top: 5px;
     }

     .order-detail-ul li h6 {
         font-size: 13px;
         line-height: 20px;
     }

     .order-detail-ul .text-right.p-0 {
         font-size: 13px;
     }

     .order-type-div .item-discription-main {
         font-size: 13px;
         border-radius: 12px;
         box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
     }

     #order-details {
         box-shadow: 0 1px 2px 0px rgb(0 0 0 / 17%) !important;
     }

     .inputouter {
         box-shadow: none !important;
         background-color: #fff;
     }

     .special-instructions input {
         font-size: 14px;
     }

     .special-instructions input {
         border-radius: 5px !important;
     }

     .order-type-div .item-price .cart-btn {
         padding: 3px 12px;
         font-size: 12px;
     }

     .order-type-div .item-name {
         max-width: 75%;
         font-size: 13px;
         line-height: 20px;
         padding-right: 10px;
     }

     .coupon-main-right {
         position: relative;
         position: -webkit-relative;
         top: 0px;
     }

     .coupen-div {
         margin-top: 0px;
         font-size: 14px;
     }

     .coupen-div div .coupon-icn {
         max-width: 22px;
         margin-right: 10px;
     }

     .slot-div {
         border-radius: 0px !important;
         margin-top: 0;
     }

     .slot-div .select-address .address-icon {
         display: block;
         max-width: 7%;
     }

     .cart-bill-detail {
         margin-bottom: 80px;
         margin-top: 5px;
     }

     #cartTable {
         margin-bottom: 0px;
     }

     #cartTable tbody tr:last-child td {
         padding-bottom: 0px;
         border-top: 1px solid #eeeeee;
         padding-top: 6px;
     }

     #cartTable tbody tr:nth-last-child(2) td {
         padding-bottom: 6px;
     }

     .cart-detail-head {
         font-size: 17px;
         padding-bottom: 5px;
     }

     .pay-btns {
         position: fixed;
         bottom: 0;
         left: 0px;
         background-color: #fff;
         width: 100%;
         padding: 10px 10px;
     }

     .error-btn {
         background-color: none;
         padding: 0px;
     }

     .cart-main-btn {
         font-size: 16px;
         margin-top: 0px;
     }

     .no-refund {
         background-color: #fff;
     }

     .tp-nw-icon {
         max-width: 15px;
     }

     .add-item-start {
         padding: 15px 15px 15px 15px;
         font-size: 14px;
     }

     .fixed-cart-data {
         display: block;
         position: fixed;
         bottom: 0px;
         z-index: 11;
         width: 100%;
     }

     .tool_tip.grocery {
         right: auto;
         left: -35px;
         padding: 1px 1px;
         font-size: 9px;
         width: 120px;
         top: -37px;
     }

     .tool_tip.grocery:after {
         left: 67%;
     }

     .tool_tip.grocery:before {
         left: 67%;
     }

     .suggestion_section {
         font-size: 11px;
     }

     #map-canvas {
         margin: 0 5px;
         margin-top: -15px;
     }

     .doorstep-div {
         margin: -5px -10px 0 -10px;
         border-radius: 10px 10px 0 0 !important;
         box-shadow: 0px -4px 10px #9f9b9b5e;
         padding: 12px 15px;
     }

     .firstdvnw,
     .seconddvnw {
         background-color: #fff;
     }

     .firstdvnw {
         margin-bottom: 0px;
     }

     .seconddvnw {
         box-shadow: 0px 2px 2px rgb(0 0 0 / 6%) !important;
         justify-content: center;
     }

     .special-instructions {
         padding-bottom: 0px;
         padding-top: 0;
     }

     .your-order-dv {
         margin-bottom: 0px;
     }

     .slot-div {
         border-radius: 12px !important;
         margin-top: 0;
         background-color: #fff;
         margin: 15px 0px 10px 0px;
         box-shadow: 0px 2px 6px rgb(0 0 0 / 6%) !important;
     }

     .between-title {
         text-align: center;
     }

     .delivery-address-sticky {
         position: fixed;
         bottom: 70px;
         left: 0px;
         background-color: #fff;
         width: 100%;
         padding: 6px 10px;
         border-bottom: 1px solid #eee;
         display: flex;
         align-items: center;
         justify-content: space-between;
         z-index: 1;
     }

     .delivery-address-sticky:before {
         content: "";
         position: absolute;
         width: 100%;
         height: 100%;
         background-image: linear-gradient(var(--main-bg-color), white);
         opacity: 0.1;
         left: 0px;
         top: 0px;
     }

     .delivery-address-sticky h4 {
         font-size: 14px;
         font-weight: 600;
         margin-top: 3px !important;
     }

     .delivery-address-sticky p {
         font-size: 14px;
     }

     .coupen-div>div {
         padding: 10px 10px;
     }

     .new-offers-top-dv {
         padding: 10px 10px;
     }

 }

 @media only screen and (max-width: 500px){
    .order-type-div.seconddvnw {
        margin-top: 0.7rem;
    }

    .order-type-div {
        background: #fff;
    }
 }