html {
    scroll-behavior: smooth;
}

.product-item {
    position: relative;
    margin-bottom: 50px;
}

/* .product-img
{
    overflow: hidden;
    width: 150px;
    height: 150px;
} */
.product-info {

    position: relative;

}

.flexhorizantal {
    display: flex;
    flex-direction: row;
}

.flex1 {
    margin-top: 3%;
}

.flex2 {
    margin-left: 2%;
}

.cart-links a {
    background-color: black;
    color: var(--white) !important;
    padding: 10px;
}

.btn-list {
    background: #000;
    width: auto;
    color: white;
    border-radius: 2%;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 2px !important;
    font-size: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: 30% !important;
}

.btn-listproduct {
    background: #000;
    width: auto;
    color: white;
    border-radius: 2%;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 2px !important;
    font-size: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-left: 0% !important;
}

.cart-details td {

    border-bottom: 1px solid #b8b8b8 !important;
}

.container-fluid {
    width: 100% !important;
    max-width: 1350px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px
}

div.quantity-actions {
    display: flex;
    flex-direction: row;
}

.minus-btn {
    padding: 1px 5px;
    margin-right: 0px;
    font-size: 15px;
}

.plus-btn {
    padding: 1px 5px;
    margin-right: 0px;
    font-size: 15px;
}

.quantity-number {
    padding: 10px;
}

.cart-header {
    font-size: 11px;
    line-height: 0.9rem;
    border: none;
    color: #666666;
}

.cart-header td {
    border: none !important;
    color: #666666;
    font-size: 18px !important;
}

.cart-header tr {
    border: none !important;
    color: #666666;
}


.cart-footer {
    font-size: 11px;
    line-height: 0.0rem;
}

.btncolor1 {
    background-color: #000 !important;
    margin-left: 60%;
}

.btncolor2 {
    background-color: #000 !important;
}

@media (min-width: 200px) and (max-width: 576px) {
    .imgproduct {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding-top: 0px;
    }

    img.ImgDish {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    h3.product-heading.mb-1 {
        font-size: 1.3em;
        text-align: center;
    }

    p.product-brief {
        text-align: center;
        font-size: 1.3em;
    }

    div.boxshadow {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    div.product-quantity.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }

    div.product-price.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }

    div.cart.mb-1 {
        width: 100%;
        text-align: center;
    }


    span.btn-cart {
        margin: 0 auto;
        display: inline-block;
    }
}

.poduct-image {
    height: 160px;
    width: 200px;
    object-fit: contain;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    img.ImgDish {
        width: 200px;
        height: 200px;
    }

    h3.product-heading.mb-1 {
        font-size: 1.3em;
        text-align: center;
    }

    p.product-brief {
        text-align: center;
        font-size: 1.3em;
    }

    div.product-quantity.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }

    div.product-price.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }


    span.btn-cart {
        margin-left: 30% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    img.ImgDish {
        width: 200px;
        height: 200px;
    }

    h3.product-heading.mb-1 {
        font-size: 1.3em;
        text-align: center;
    }

    p.product-brief {
        text-align: center;
        font-size: 1.3em;
    }

    div.product-quantity.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }

    div.product-price.mb-1 {
        text-align: center;
        font-size: 1.3em;
    }


    span.btn-cart {
        margin-left: 20% !important;
    }
}

.btn-cart {
    background: #fe784f;
    width: auto;
    color: white;
    border-radius: 2%;
    padding: 10px 10px;
    font-weight: bold;
    border-radius: 2px !important;
    font-size: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    /* margin-left: -20% !important; */
}

.btn-list:hover {
    color: white !important;
}

.btn-listproduct:hover {
    color: white !important;
}

.btn-cart:hover {
    color: rgb(0, 0, 0) !important;
}



.ImgDish {
    width: 150px;
    height: 150px;
    object-fit: contain;
}


.product-heading {
    width: auto;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Rajdhani', serif;
    margin-bottom: 5px;
    color: #333;
}

.product-description {
    margin-bottom: 5px;
}

.product-brief {
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    margin-bottom: 0% !important;
}


.product-quantity {
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
}

.product-price {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.red-title {
    color: #fe784f !important;
}

.functions .owl-stage-outer {
    height: 300px !important;
}

.drinks .owl-stage-outer {
    height: 600px !important;
}

div.card-style {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

tr.cart-details {
    border-bottom: 1px solid #b8b8b8 !important;
}

.cart-padding {
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

/* cart design starts from here it will look like swiggy cart */
._340-t {
    min-height: 100vh;
    background: #e9ecee;
    margin: 0;
    padding: 20px;
}

.nDVxx {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

._3-bcQ {
    /* max-width: 1200px; */
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    margin-bottom: 150px;
}

._clsx {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.pbtn {
    outline: none !important;
    cursor: pointer !important;
}

@media (max-width:712px) {
    ._340-t {
        min-height: 100vh;
        background: #e9ecee;
        margin: 0px;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    ._3-bcQ {
        max-width: 100%;
        min-width: 100%;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 31px;
        margin-bottom: 150px;
    }

    ._clsx {
        width: 100% !important;
        margin-left: 10px !important;
        overflow: hidden;
    }

    ._2sMsA {
        width: 96% !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 20px !important;
    }


    /* cartpage.js styels */

    ._cls-name {
        margin-right: -5px !important;

    }

    .sm-btn-ct-l {
        height: 40px !important;
        width: 40% !important;
        font-size: 13px !important;
        padding: 0px !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
    }

    .bdr-acc {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    ._bdr {
        margin-left: 0px !important;
    }

    .bg-cartpage-btns1 {
        margin-left: 0px !important;
    }
}

@media (max-width:572px) {
    ._340-t {
        min-height: 100vh;
        background: #e9ecee;
        margin: 0px;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    ._3-bcQ {
        max-width: 100%;
        min-width: 100%;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        margin-top: 31px;
        margin-bottom: 150px;
    }

    ._clsx {
        width: 100% !important;
        margin: 0px !important;
    }

    ._cls-name {
        margin-right: -5px !important;

    }

    ._2sMsA {
        max-width: 90% !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: 20px !important;
    }

    .y9pNN {
        text-align: center;
        padding: 8px !important;
        cursor: pointer;
    }

    ._1W4Wt {
        display: none;
    }

    ._2eTQn {
        padding: 0px !important;
        margin: 0px !important;
    }

    .POo4b {
        padding: 0px !important;
        margin: 0px !important;
    }

    ._1rwo5 {
        position: relative;
        margin-left: 25px;
        background: #fff;
        margin-bottom: 20px;
        padding: 16px !important;
    }

    /* cartpage.js styels */



    .sm-btn-ct-l {
        height: 40px !important;
        min-width: 60% !important;
        font-size: 13px !important;
        padding: 0px !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
    }

    ._cial {
        font-size: 13px !important;
    }

    /* ._cial1{
       margin-bottom: 0px !important;
       min-width: 100ve !;
    } */

    ._ft {
        font-size: 11px !important;
    }

    .cp-table {
        margin-left: -11px !important;
    }

    ._mltd {
        margin-left: -10px !important;
        margin-right: -22px !important;
    }

    ._tarce-bin {
        max-width: 35% !important;
        margin-left: 0px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .bdr-acc {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    ._bdr {
        margin-left: 0px !important;
        padding: 14px;
    }

    .bg-cartpage-btns1 {
        margin-left: 0px !important;
    }

    /* login page design */

    .mbsm {
        font-size: 12px !important;
        font-weight: 600 !important;
        background-color: rgb(96, 178, 70) !important;
        width: 38% !important;
        height: 46px !important;
    }

    .mbsm1 {
        font-size: 11px !important;
        font-weight: 600 !important;
        background-color: rgb(96, 178, 70) !important;
        width: 60% !important;
        padding-top: 5px !important;
        height: 46px !important;
    }

    ._afs {
        font-size: 20px !important;
        line-height: 1em !important;
    }

    .mbsmbt {
        font-size: 12px !important;
        height: 46px !important;
    }

    .height-input {
        height: 53px !important;
    }
}



._3djal {
    -ms-flex: 1;
    flex: 1;
    /* margin-right: 30px; */
    position: relative;
}

._1rwo5 {
    position: relative;
    margin-left: 25px;
    background: #fff;
    margin-bottom: 20px;
    padding: 35px 40px 39px;
}

.icon-user-checkout:before {
    content: "\E90E";
}

._1q8J4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.F8Sye {
    font-size: 1.3rem;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

._2YrH- {
    margin-right: 25px;
}

.vt2tt {
    margin-top: -30px;
}

._2axtv {
    color: #7e808c;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.12;
    text-align: left;
}

._1W4Wt {
    position: absolute;
    right: 40px;
    top: 35px;
    width: 140px;
    height: 140px;
}

img {
    border-style: none;
}

._1HQdx {
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
}

.C6mS- {
    border: 1px solid #60b246;
    color: #60b246;
    margin-right: 20px;
}

.y9pNN {
    text-align: center;
    padding: 8px 35px 9px;
    line-height: 1.2;
    cursor: pointer;
}

._2eTQn {
    font-size: 13px;
}

.POo4b {
    font-weight: 600;
    font-size: 14px;
}

.OsNTr {
    background-color: #60b246;
    color: #fff;
}

.y9pNN {
    text-align: center;
    padding: 8px 35px 9px;
    line-height: 1.2;
    cursor: pointer;
}

._2eTQn {
    font-size: 13px;
}

.POo4b {
    font-weight: 600;
    font-size: 14px;
}

._26MRf {
    border-color: #bebfc5;
}

._250uQ {
    position: absolute;
    border-left: 1px dashed #282c3f;
    top: 35px;
    left: -10px;
    bottom: -57px;
}

._2b4pY {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #282c3f;
    box-shadow: 0 3px 5px 0 rgba(40, 44, 63, .4);
    top: 34px;
    left: -30px;
}

._1q8J4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._1rwo5 {
    position: relative;
    margin-left: 25px;
    background: #fff;
    margin-bottom: 20px;
    padding: 35px 40px 39px;
}

._1rtRz {
    color: #93959f;
    letter-spacing: -.3px;
    margin-bottom: -3px;
    margin-left: -2px;
}

.F8Sye {
    font-size: 1.3rem;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

._2YrH- {
    margin-right: 25px;
}

._26MRf {
    border-color: #bebfc5;
}

._250uQ {
    position: absolute;
    border-left: 1px dashed #282c3f;
    top: 35px;
    left: -10px;
    bottom: -57px;
}

.AuX5b {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(40, 44, 63, .4);
}

._2b4pY {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #282c3f;
    box-shadow: 0 3px 5px 0 rgba(40, 44, 63, .4);
    top: 34px;
    left: -30px;
}

._1UwKN {
    color: #282c3f;
}

._1q8J4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

._1rwo5:last-child {
    margin-bottom: 0;
}

._1rwo5 {
    position: relative;
    margin-left: 25px;
    background: #fff;
    margin-bottom: 20px;
    padding: 35px 40px 39px;
}

._1rtRz {
    color: #93959f;
    letter-spacing: -.3px;
    margin-bottom: -3px;
    margin-left: -2px;
}

.F8Sye {
    font-size: 1.3rem;
    font-weight: 600;
    color: #282c3f;
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

._2YrH- {
    margin-right: 25px;
}

.AuX5b {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(40, 44, 63, .4);
}

._2b4pY {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #282c3f;
    box-shadow: 0 3px 5px 0 rgba(40, 44, 63, .4);
    top: 34px;
    left: -30px;
}

._1UwKN {
    color: #282c3f;
}

._1q8J4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


._2sMsA {
    width: 430px;
    background-color: #fff;
    padding: 10px;
}

/* ._1LDW5, ._2XVjJ {
    position: relative;
} */
/* ._1LDW5 {
    contain: content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
} */

._lyp:hover {
    background-color: #e9ecee;
    padding: 5px;

}

.hover-shadow:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #fffffff4 !important;
}


/* Define the base style for the button */
/* Define the button style with a background gradient */
.hover-shadow-back {
    background: linear-gradient(90deg, #60b246 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: Right;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-position 0.5s;
}

/* Create the hover effect by changing the background position */
.hover-shadow-back:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-position: left;
    color: #fff !important;
    font-weight: 600;
    border-color: #fff !important;
}



/* .hover-shadow-back:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: #60b246 !important;
    color: #fff !important;
    font-weight: 600;
  } */

input::placeholder {
    font-size: 13px;
}

.log {
    margin-bottom: 1px !important;
}

._in1:hover {
    z-index: 1;
}

._in2:hover {
    z-index: 1;
}

._in3:hover {
    z-index: 1;
}

._in4:hover {
    z-index: 1;
}

._in5:hover {
    z-index: 1;
}

._marg {
    border: solid 1px grey !important;

}

/* .modal-backdrop-div {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    z-index: 1040 !important;
    overflow: visible !important;
    background-color: #101010 !important;
    opacity: 0.7;
} */

/* .modal{
    z-index: 3000 !important;
    position: absolute !important;
} */
/* @media (min-width: 768px) and (max-width: 991.98px) {
    ._340-t {
        min-height: 100vh;
        background: #e9ecee;
        margin: 0;
        padding: 20px;
        min-width: 100vw;
    }
    
    .nDVxx {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
    ._3-bcQ {
        max-width: 100vw;
        min-width: 100vw;
        position: relative;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        margin-top: 31px;
        margin-bottom: 150px;
    }
    
    ._3djal {
        -ms-flex: 1;
        flex: 1;
        margin-right: 30px;
        position: relative;
    }
    
    ._1rwo5 {
        position: relative;
        margin-left: 25px;
        background: #fff;
        margin-bottom: 20px;
        padding: 35px 40px 39px;
    }
    
    .icon-user-checkout:before {
        content: "\E90E";
    }
    
    ._1q8J4 {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }
    
    [class*=" icon-"], [class^=icon-] {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .F8Sye {
        font-size: 1.3rem;
        font-weight: 600;
        color: #282c3f;
        margin-bottom: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    ._2YrH- {
        margin-right: 25px;
    }
    
    .vt2tt {
        margin-top: -30px;
    }
    
    ._2axtv {
        color: #7e808c;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.12;
        text-align: left;
    }
    
    ._1W4Wt {
        position: absolute;
        right: 40px;
        top: 35px;
        width: 140px;
        height: 140px;
    }
    
    img {
        border-style: none;
    }
    
    ._1HQdx {
        display: -ms-flexbox;
        display: flex;
        margin-top: 36px;
    }
    
    .C6mS- {
        border: 1px solid #60b246;
        color: #60b246;
        margin-right: 20px;
    }
    
    .y9pNN {
        text-align: center;
        padding: 8px 35px 9px;
        line-height: 1.2;
        cursor: pointer;
    }
    
    ._2eTQn {
        font-size: 13px;
    }
    
    .POo4b {
        font-weight: 600;
        font-size: 14px;
    }
    
    .OsNTr {
        background-color: #60b246;
        color: #fff;
    }
    
    .y9pNN {
        text-align: center;
        padding: 8px 35px 9px;
        line-height: 1.2;
        cursor: pointer;
    }
    
    ._2eTQn {
        font-size: 13px;
    }
    
    .POo4b {
        font-weight: 600;
        font-size: 14px;
    }
    
    ._26MRf {
        border-color: #bebfc5;
    }
    
    ._250uQ {
        position: absolute;
        border-left: 1px dashed #282c3f;
        top: 35px;
        left: -10px;
        bottom: -57px;
    }
    
    ._2b4pY {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #282c3f;
        box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
        top: 34px;
        left: -30px;
    }
    
    ._1q8J4 {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }
    
    [class*=" icon-"], [class^=icon-] {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    ._1rwo5 {
        position: relative;
        margin-left: 25px;
        background: #fff;
        margin-bottom: 20px;
        padding: 35px 40px 39px;
    }
    
    ._1rtRz {
        color: #93959f;
        letter-spacing: -.3px;
        margin-bottom: -3px;
        margin-left: -2px;
    }
    
    .F8Sye {
        font-size: 1.3rem;
        font-weight: 600;
        color: #282c3f;
        margin-bottom: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    ._2YrH- {
        margin-right: 25px;
    }
    
    ._26MRf {
        border-color: #bebfc5;
    }
    
    ._250uQ {
        position: absolute;
        border-left: 1px dashed #282c3f;
        top: 35px;
        left: -10px;
        bottom: -57px;
    }
    
    .AuX5b {
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(40,44,63,.4);
    }
    
    
    
    ._1UwKN {
        color: #282c3f;
    }
    
    ._1q8J4 {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }
    
    [class*=" icon-"], [class^=icon-] {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    ._1rwo5:last-child {
        margin-bottom: 0;
    }
    
    ._1rwo5 {
        position: relative;
        margin-left: 25px;
        background: #fff;
        margin-bottom: 20px;
        padding: 35px 40px 39px;
    }
    
    ._1rtRz {
        color: #93959f;
        letter-spacing: -.3px;
        margin-bottom: -3px;
        margin-left: -2px;
    }
    
    .F8Sye {
        font-size: 1.3rem;
        font-weight: 600;
        color: #282c3f;
        margin-bottom: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    
    ._2YrH- {
        margin-right: 25px;
    }
    
    .AuX5b {
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(40,44,63,.4);
    }
    
    ._2b4pY {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #282c3f;
        box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
        top: 34px;
        left: -30px;
    }

    ._2b4pY {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #282c3f;
        box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
        top: 34px;
        left: -30px;
    }
    
    ._1UwKN {
        color: #282c3f;
    }
    
    ._1q8J4 {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }
    
    [class*=" icon-"], [class^=icon-] {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    
    ._2sMsA {
        width: 430px;
        background-color: #fff;
        padding: 10px;
    }
    
    ._1LDW5, ._2XVjJ {
        position: relative;
    }
    ._1LDW5 {
        contain: content;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        height: 100%;
    }
} */

/* shipping and pickup design */

.shipping-container {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shipping-content {
    text-align: center;
    padding: 20px;
}

.row {
    margin-bottom: 10px;
}

.input-radio {
    margin-top: 10px;
    margin-right: -35px;
}

.btnchange-st {
    width: 200px;
    height: 35px;
    font-size: 16px;
}

.bag-icon,
.bike-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="text"] {
    width: 100%;
}

button {
    margin: 10px;
    padding: 10px 20px;
}

.options-box {
    padding: 10px 20px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
}

.options-box i {
    font-size: 25px;
}

.options-box-active {
    background-color: #e8e8e8;
}


/* header styles */



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        margin-right: -99px;
        max-width: 68%;
    }
}


/* =========== border-bottom for section ============= */

.section-padding {
    padding: 90px 0;
    border: solid white;
    border-top: 0px;
    /* border-bottom: 8000px !important; */
    border-left: 0;
    border-right: 0;
}


/* ===========product height========= */
@media (min-width:768px),
(min-width: 992px) {
    .product-height {
        height: 455px !important;
    }
}

.product-height {
    height: 455px !important;
}

.aaaaa {
    width: 2000px !important;
}


/* ===================SHOPE PAGE DESIGNS FOR CATEGORY================= */

.ulnone {
    list-style-type: none;
}

.litext {
    font-size: 18px;
    font-family: 'Rajdhani', serif;
    margin-bottom: 10px;
}

.lenth-p {
    background-color: #67606033;
    border: solid 0;
    border-radius: 10px;
    width: 30px;
    height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.selec-sizing {
    width: 200px !important;
    height: 30px !important;
    padding: 0 !important;
}

.sldp {
    padding: 0;
    margin-bottom: -10px;
    color: #646566;
}

.pfds {
    overflow-y: scroll;
    height: 80%;
    margin-right: -10px;
}

.clspds {
    height: 100vh;
    overflow-y: auto;
}

.clspds::-webkit-scrollbar {
    width: 0px;
    /* Set the width of the scrollbar */
}

.pfds::-webkit-scrollbar {
    width: 0px;
    /* Set the width of the scrollbar */
}


/* =====================PRODUCT DETAIL DESCRIPTION====================== */

.section-padding1 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.pullImage {
    /* max-width:450px;
    height:570px !important; */
    /* width: 600px !important; */
    height: 500px !important;
    object-fit: contain !important;
}

.simImage {
    /* object-fit: cover !important; */
    /* max-width: 150px !important;
    height: 200px !important; */
    object-fit: contain !important;
    width: 200px;
    height: 200px;
    margin: auto;
}

.btnslist {
    border: solid 0px;
    outline: none;
}

.btnsblur {
    opacity: 0.6;
}

.btnslist:hover {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 2px #1e80e1 !important;
    outline: none;
}

.tabline {
    border-bottom: solid 2px #1e80e1 !important;
    outline: none !important;
}

.subbtn {
    width: 205px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.vflsm {
    width: 100%;
    /* Set the width of the container */
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
}

.vflsm::-webkit-scrollbar {
    width: 0px;
    /* Set the width of the scrollbar */
}

.ovr {
    overflow-x: hidden;
    white-space: wrap;
}


.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #fe784f;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.653);
    /* Adjust the alpha value for darkness */
    z-index: 1000;
    /* Ensure the backdrop is above other elements */
}

@media only screen and (min-width: 993px) and (max-width: 1079px) {

    .desktop-menu,
    .desktop-menu-location {
        display: none !important;
        /* Your styles for the navbar container */
    }

    .navbar-toggler {
        display: block !important;
    }
}

.paybuttons {
    background-color: #fe784f !important;
    font-size: 20px !important;
    border-radius: 0px !important;
}

.header-products {
    position: fixed !important;
    background-color: #f9f9f9;
    z-index: 9999990 !important;
    top: 100px !important;
    width: 100% !important;
    padding: 20px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

.header-products li {
    padding: 5px 0px;
    font-size: 18px;
}

.header-products li:hover {
    color: #fe784f;
    font-weight: bold;
    font-size: 19px;
    /* background-color:#fe784f ; */
}

.product-list-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.product-list-item {
    border: 1px solid #e8e8e8;
}

.home-bg-blue {
    position: absolute;
    background-color: rgba(80,192,255, 0.94);
    height: 90vh;
    left: -900px;
    overflow: hidden;
}

.mobile-home-bg-blue {
    position: absolute;
    background-color: rgba(80,192,255, 0.94);
    margin-top: 138px;
    height: 87vh;
    width: 100%;
    left: 0px;
}

.my-card {
    
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    height: 300px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    background: linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.3)) center center / cover, url(https://placehold.co/300x300);
    /* background-size: cover;
    /* background-position: center; */
}

.my-card:hover {
    transform: scale(1.1);
    
}

/* .my-card:nth-child(2) {
    background-image: url('path/to/shop-background.jpg'); 
  }

  .my-card:nth-child(3) {
    background-image: url('path/to/specials-background.jpg'); 
  } */

  /* .services-img{
    height: 600px;
    
  } */

  /* .user-text{
    width: 30% !important;
  } */
  .anv-input-field{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 420px !important;
    max-width: 420px !important;
    max-height: 35px !important;
  }

  .nav-in{
    display: inline-block;
    width: 380px !important;
    max-width: 380px !important;
    max-height: 35px !important;
    border: solid 0px;
    margin-bottom: 0px !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    align-self: center; 
  }

  .nav-search-field{
    width: 420px !important;
    max-width: 420px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-search{
    height: 50px;
    align-items: center;
    margin-left: -3px;
    display: flex;
    background-color: #fe784f;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius:4px !important ;
  }

  .btn-search:hover{
    background-color: #fe784f;
    color: white;
  }

  .n-items{
    width: 100vw !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .anv-input-fields{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   width: 100vw !important;
    max-height: 42px !important;
  }

  .nav-ins{
    display: inline-block;
    max-height: 42px !important;
    width: 67% !important;
    border: solid 0px;
    margin-bottom: 0px !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    align-self: center; 
    font-size: 20px !important;
  }

  .nav-ins::placeholder{
    font-size: 20px !important;
  }

  .btn-searchs{
    height: 42px;
    align-items: center;
    margin-left: -3px;
    display: flex;
    background-color: #fe784f;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius:4px !important ;
    margin-right: 20px !important;
  }

  .btn-searchs:hover{
    background-color: #fe784f;
    color: white;
  }



  /* ===================== ORDERS STYLE COMPONENTS ====================== */

  .order-contaier{
    border: solid 2px #c5bebed8;
    border-radius: 4px;
   font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px ;
  }

  .ocap{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .order-status{
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 15px;
  }

  .bdr-l .thr{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .order-table{
    border: solid 2px #c5bebed8;
    border-top: 0;
  }
  .order-table table tbody tr{
    width: 100%;
    font-size: 16px;
  }

  .table-b{
    min-width: 100%;
    border: 0px;
  }
  .th-row-table td{
    flex-grow: 1;
    border-left: 0;
    border-right: 0;
  }

  .table-b tbody tr td{
    padding: 6px;
    margin: 0px;
    /* padding-left: 5px; */
  }

  .cls-empty{
    min-height: 12px !important;
    background-color: rgba(247, 245, 245, 0.407) !important;
    min-width: 532% !important;
  }

  .color-row td{
    background-color: rgba(247, 245, 245, 0.407);
  }

  .btn-size-pre{
    height: 45px;
    font-size: 20px;
  }

  /* ======================= creditScore ====================== */

  .opas{
    background-color: #00000030;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bgs{
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
    padding: 50px;
  }

  .credit-card-container{
    margin-top: 70px;
    margin-left: -40px;
    margin-bottom: 50px;
    border: solid 1.6px rgba(189, 182, 182, 0.525);
    border-radius: 6px;
  }

  .card-container-details{
    margin-top: 70px;
    margin-right: 50px;
    border: solid 1.6px rgba(189, 182, 182, 0.525);
    border-radius: 6px;
  }
  .ptul{
    border-bottom: solid 1.6px rgba(189, 182, 182, 0.525);
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .in-cs-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .btnstyle{
    margin-left: -0px;
    max-height: 45px !important;
    align-self: center;
    margin-bottom: 15px !important;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: solid #60b246;
    background-color: #60b246;
  }

  .input-card{
    max-width: 87.5% !important;
    max-height: 40px !important;
  }

  .inputele{
    max-height: 45px !important;
    max-width: 68% !important;
    align-self: center;
  }

  .credit-card-container-history{
    margin-top: 70px;
    margin-bottom: 50px;
    border: solid 1.6px rgba(189, 182, 182, 0.525);
    border-radius: 6px;
    margin-right: -55px;
  }

  .pay-now-btn{
    height: 36px;
    font-size: 18px;
  }
  .scredit-stote-table{
    min-width: 95%;
    flex-grow: 1;
  }

  .scredit-stote-table tr td{
    border: solid 1.6px rgba(189, 182, 182, 0.525);
  }

  .table-data-container td{
    border: solid 1px rgba(189, 182, 182, 0.525);
  }

  .main-footer .fotcont p,
  .main-footer .sub-footer p{
    font-size: 20px !important;
  }

  .main-footer{
    padding: 50px 0;
  }

  .main-footer .sub-footer{
    margin-top: 0 !important;
  }

  .button{
    background-color: #fe784f;
    color: #fff;
    padding: 10px 20px;
    margin-left: 0 !important;
    border: 1px solid #fe784f !important;
  }

  .button:hover{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    transition: 0.3s;
  }

  .services-icon{
    font-size: 3em;
    color: #ffffff;
    background-color: #fe784f;
    padding: 20px;
    border-radius: 50%;
  }

  ::placeholder {
    font-size: 18px !important;
  }

  .anv-input-field .nav-in{
    padding: 25px !important;
  }

    .react-datepicker {
        background-color: #fff !important;
    }

    .react-datepicker div {
        display: inline-flex !important;
        padding-right: 5px !important;
    }

    .react-datepicker-popper{
        background-color: #fff !important;
        z-index: 99999 !important;
    }