html {
    scroll-behavior: smooth;
}  

.product-item{
    position: relative;
    margin-bottom: 50px;
}
/* .product-img
{
    overflow: hidden;
    width: 150px;
    height: 150px;
} */
.product-info
{
     
   position: relative;
    top: 10%;
   
}
.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;
}



.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 10px;
font-weight: 400;
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;
}

.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) {
    .col-lg-6.col-sm-6.imgproduct
    {
        width: 100%;
        text-align: center;
    }
    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;
   }
}

@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: #991b1f;
    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: 1.3em;
    font-weight: bold;
    font-family:'EB Garamond', 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: #991b1f !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: 400;
    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: 400;
    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: 400;
    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: 400;
    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: 400;
    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: 400;
        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: 400;
        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: 400;
        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: 400;
        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: 400;
        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%;
}}

/* .butn span {
    position: relative;
    z-index: 2;
    color: #000;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
} */

/* =========== 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;
}

.header-location{
    font-family: 'EB Garamond';
    font-size: 24px;
    font-weight: 800;
    height: 100%;
    margin: 0;
}

.testimonials .client-area h6,
.testimonials .client-area span,
[data-overlay-dark] p{
    color: #fff !important;
}

.intro-box{
    border: 1px solid #6b6b6b;
    padding-top: 50px;
    padding-bottom: 40px;
}

.intro-box:hover{
    background-color: #000;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(34, 34, 34, 0.70) !important;
}

.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: 'EB Garamond', serif;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color:rgb(153, 27, 31);
  }
  
  /* 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;
    }
  }