@media only screen and (min-width: 1050px) and (-webkit-min-device-pixel-ratio:1) {

    .delivery-location-modal {
        width: 500px
    }

    .delivery-location-map-view-main-container {
        overflow-y: scroll;
        height: 100vh;
        width: 500px;
        background: #fff;
        padding: 0
    }

    .delivery-location-map-view-main-container .target-icon {
        left: 440px
    }

    .delivery-location-map-view-main-container .back-arrow {
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

    .delivery-location-map-view-main-container .back-arrow .close-button {
        width: 32px;
        height: 32px
    }

    .delivery-location-map-view-main-container .bottom-section {
        width: 480px!important
    }

    .delivery-location-map-view-main-container .new-address-modal,.delivery-location-map-view-main-container .new-address-modal .curve-card-wrap .form .footer-form-group {
        width: 500px
    }

    .delivery-location-map-view-main-container .enter-location-main-container {
        padding: 20px
    }

    .delivery-location-map-view-main-container .enter-location-main-container .cross-icon {
        position: absolute;
        left: 450px
    }

    .delivery-location-map-view-main-container .enter-location-main-container .user-cuurent-location {
        padding-top: 20px
    }

    .delivery-location-map-view-main-container .enter-location-main-container .user-cuurent-location img {
        margin-right: 20px
    }

    .delivery-location-map-view-main-container .enter-location-main-container .form-group {
        position: relative;
        margin-top: 30px
    }

    .delivery-location-map-view-main-container .enter-location-main-container .form-group i {
        top: 15px;
        left: 15px;
        position: absolute
    }

    .modal-content .delivery-location-map-view-main-container {
        position: absolute;
        overflow-y: scroll;
        height: 100vh;
        width: 100%;
        background: #fff
    }

    .modal-content .delivery-location-map-view-main-container .enter-location-main-container .cross-icon {
        position: absolute;
        left: 450px
    }

    .modal-content .delivery-location-map-view-main-container .enter-location-main-container .user-cuurent-location {
        padding-top: 20px;
        width: 100%
    }

    .modal-content .delivery-location-map-view-main-container .enter-location-main-container .user-cuurent-location img {
        margin-right: 20px
    }

    .modal-content .delivery-location-map-view-main-container .enter-location-main-container .form-group {
        position: relative;
        margin-top: 30px
    }

    .modal-content .delivery-location-map-view-main-container .enter-location-main-container .form-group i {
        top: 20px;
        left: 10px;
        position: absolute
    }
}


.register-photo {
    background: #000000;
    padding: 25px 0
}

.register-photo .image-holder {
    display: table-cell;
    width: auto;
    background: url(https://i.pinimg.com/originals/6e/58/1f/6e581fb70982e576c488457628c72604.jpg);
    background-size: cover
}

.register-photo .form-container {
    display: table;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}
@media only screen and (min-width: 1050px) and (-webkit-min-device-pixel-ratio:1) {
    .register-photo .form-container {
        height: 433px;
    }
}


.register-photo form {
    display: table-cell;
    width: 400px;
    background-color: #ffffff;
    padding: 40px 60px;
    color: #505e6c
}

@media (max-width:991px) {
    .register-photo form {
        padding: 40px
    }
}

.register-photo form h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px
}

.register-photo form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dfe7f1;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 0px;
    height: 40px
}

.register-photo form .form-check {
    font-size: 13px;
    line-height: 20px
}

.register-photo form .btn-primary {
    background: green;
    border: none;
    border-radius: 4px;
    padding: 11px;
    box-shadow: none;
    margin-top: 35px;
    text-shadow: none;
    outline: none !important
}

.register-photo form .btn-primary:hover,
.register-photo form .btn-primary:active {
    background: green
}

.register-photo form .btn-primary:active {
    transform: translateY(1px)
}

.register-photo form .already {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f7a85;
    opacity: 0.9;
    text-decoration: none
}
.menu-list img{
    width: 100px;
    height: 100px;
}
@media only screen and (min-device-width: 320px) and (max-device-width : 1024px) {
    .menu-list img{
    /*width: 75px;
    height: 75px;*/
    }
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#location_page .card{
    cursor: pointer;
}

.menu_categories .gold-members{
    cursor: pointer;
}

.menu_categories .gold-members:hover{    
    background: #363434;
    color:#fff;
    border-radius: 3px;
}

#feedback-content {
    margin-top: 10px;
    padding: 0px 15px;
}

#feedback-content #food {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
}

#feedback-content #food img {
    width: 60px;
}
#feedback-content p {
    font-size: 12px;
    font-family: 'open_sansregular';
    text-align: center;
}   


.common_bg{
    background:black;    
}

.common_color{    
    color:white;
}

.option_page .btn{
    width: 100%;
    border: 3px solid black;
    color: black;
    font-weight: 600;
    font-size: 17px;
    border-radius: 12px;
    box-shadow: none;
}

.option_page .btn:hover{
    background: black;
    color:white
}

.option_page .list-group :hover{
    background: black;
    color: white;
}

#menu_page .list-group :hover{
    background: black;
    color: white;
}

html{
    background: black;
}

#location_page .card:hover{
    border:2px solid
}
.media img{

}
.bg-dark {
    background-color: #000000!important;
}

.dot{
    height: 14px;
    /* top: 14px; */
    width: 14px;   
    border-radius: 50%;
    display: block;
    margin-left:2px
}
.non_veg, .veg{

}
.count-number-input{
    width: 24px;
    text-align: center;
    margin: 0 -4px;
    background: #ffffff;
    /* border: none; */
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    color: #000;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
}
.inc{
    border-left: none;
}
.btn{
    box-shadow: none;
}
.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #060606;
}

.custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #ffffff;
    background-color: #ffffff;
}


@media only screen and (min-device-width: 320px) and (max-device-width : 1024px) {
    .option_page .card-title{
        font-size: 1.5rem;
    }
    .login_page .register-photo{
        padding-top: 20px;
    }

    #mobile_filter button#checkout_btn{
        height: 48px;

    }
    #mobile_filter button#checkout_btn{
        display: block;
    width: 100%;
    height: 60px;
    padding: 0 14px;
    margin: 0 auto;
    background: #000000;
    border: none;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #fff;
    text-align: left;
    }
    #mobile_filter{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #mobile_filter button#checkout_btn span{
        display: block;
        float: right;
        background: url(../images/right_white_arrow.png) right center no-repeat;
        padding-right: 20px;
        background-size: 12px;
    }

    .secondary-cta{
        border: 1px solid #000!important;
    border: 1px solid black;
    background-color: #fff!important;
    }

    .menu-view-icon{
        position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 12px rgb(0 0 0 / 20%);
    border: 2px solid #fff!important;
    }
        .menu-view-icon.bottom-up,.oval-icon.bottom-up{
        bottom: 80px;
    }
  
    .menu-view-icon{
        position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 12px rgb(0 0 0 / 20%);
    border: 2px solid #fff!important;
    }


    .bottom-card-row{
        position: fixed;        
    width: 100%;
    background: #fff;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 16%);
    z-index: 12;
    }
    .cart-bar.cart-floating-bar{
        padding: 7px 16px;
    background-color: #000;
    color: #fff;
    }
    html .md-pbg{
        background: black
    }
    .cart-bar.cart-floating-bar .cart-items-bottom-bar{
        align-items: center;
    }
    .cart-bar .cart-items-bottom-bar{
        display: flex;
    justify-content: space-between;
    }
    .cart-bar .cart-items-bottom-bar .cart-shopping-bag{
        position: relative;
    display: flex;
    align-items: center;
    }
    .cart-bar.cart-floating-bar .cart-items-bottom-bar .cart-bottom-button{
        display: flex;
        border: none;
    align-items: center;
    padding: 9px 4px;
    font-weight: 700;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    }
    .cart-bar .cart-items-bottom-bar .cart-shopping-bag img{
        margin-right: 16px;
    }
    .cart-bar .cart-items-bottom-bar .cart-shopping-bag .total-items{
        width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #d91b12;
    text-align: center;
    position: absolute;
    left: 8px;
    top: -2px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    }
    .md-f500{
        font-weight: 500!important;
    }
    .md-text14{
        font-size: 14px;
    }
    .cart-bar.cart-floating-bar .cart-items-bottom-bar .cart-bottom-button span{
        margin-right: 5px;
    }
    .cart-bar .cart-items-bottom-bar .cart-bottom-button img{
        width: 16px;
        height: 16px;
    }

   
}


.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background: rgb(3, 3, 3);
border-radius: 50%;
}
.custom-control-label::after{
    position: absolute;
    top: 10px;
    left: -1.5rem;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.md-mb30{
    margin-bottom: 30px;
}
.margint156 {
    margin-top: 156px; 
}
.location-bar{
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;    
    width: 97.5%;
    height: 45px;
    background-color: #fff;
}
.location-bar .delivery-button{
    width: 130px;
    background-color: #000;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.dfr, .dfrc {
    display: flex;
}
.dfr {
    align-items: center;
}
.md-pr20 {
    padding-right: 20px;
}
.md-pl10 {
    padding-left: 10px;
}

.md-pt10 {
    padding-top: 10px;
}

.md-c000000 {
    color: #000!important;
}

.md-f500 {
    font-weight: 500!important;
}

.md-text14 {
    font-size: 14px;
}
.location-bar .user-address .address-text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
}
.md-mr10 {
    margin-right: 10px;
}

.md-f600 {
    font-weight: 600;
}

.change-location, .change-store{
    cursor: pointer;
}

.list-card .list-card-image {
    position: relative;	
	overflow: hidden;
}
.list-card .list-card-image img{
	/*object-fit: none !important;*/
}
.splide .slick-slide img{
	display: block;
    height: 150px;
    object-fit: cover;
}



.sidepanel,#mySidepanel  {
    width: 100%;
    position: fixed;
    z-index: 1;
    height: 100%;    
    top: 0;
    left: -100%;    
    overflow-x: hidden;
    transition: 0.5s;    
    z-index: 2000;
    overflow: hidden;
  }

  
  
  .sidepanel a,.sidepanel button {
    
  }  

  .sidepanel a,.sidepanel button {
    padding: 6px 7px 0px 15px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  input[type=checkbox], input[type=radio]{
    width: 25px;
    height: 16px;
  }
  
  #extras label{
    position: relative;
    top: -3px;
  }

  #checkout_page .form-check label{
    position: relative;
    left:5px;
    top: 2px;
  }

  .highlight {
    background: yellow;
}


.modal-footer {
    display: -ms-flexbox;
     display: block;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer .btn {
    border-radius: 5px;
}
a.btn.btn-outline-dark.btn-sm:hover {
    color: white;
}




  body {
    /*background-color: var(--color);*/
  }

  u:hover{
    color:black
  }

  .btn:hover{
    color: white;

  }

  #menu_page .btn-outline-dark:hover{
    color: white;
  }