/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap');
.shop_phone_no_call{float: left;color: #fff;width: 100%;}
.shop_phone_no_call:hover{color: #FFF !important;}
.pro_height_fix p{-moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;}
body
{
    margin: 0;
    padding: 0;
    max-width: 1300px;
    height: 100%;
    /*min-height: 1080px;*/
    /*border: 1px solid #ccc;*/
    margin: 0 auto;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    background-color: #ffffff;
    overflow: hidden;
    min-height: -webkit-fill-available;
}
.skip_info_btn{position: fixed;width: 100%;bottom: 20px;left: 0;padding: 0px 25%;z-index: 9;}
.skip_info_btn button {
    border: 0;width: 100%;background-color: #518e48;border-radius: 50px; padding: 16px;
    text-align: center;margin: auto;display: block;position: relative;
    -webkit-transition: background .2s;transition: background .2s;  
}
.skip_info_btn p{font-size: 18px;font-weight: 500;margin: 0;color: #fff;}
.invalid{border:1px solid red !important;}
.date_ul li,.time_ul li,.seach_result_ul li{cursor: pointer;}
body {
    overflow: hidden;
    /*position: relative;*/
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
}
.pcursor{cursor: pointer;}
.search_cancel{cursor: pointer;}
.invisibl{display: none !important;}
.sub_categories_ul li{cursor: pointer;}
p
{
    margin-bottom: 0;
    /*line-height: 0;*/
}
input[type=button]{
    -webkit-appearance: button;
    -webkit-appearance: none;
}
/*----------------scrollbar----------------*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border: 1px solid #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: #333; 
  border: 1px solid #fff;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #555; 
}*/
/*---------------scrollbar ends---------------*/
.lb-outerContainer 
{
 max-width:1000px !important;
 max-height:1500px !important; 
}
.lb-image
{ 
    width:1000px !important;
    height:700px !important;
}

.cart
    {
        float: right;
        display: inline-block;
    }
    .cart i
    {
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        margin-right: 25px;
        margin-top: 3px;
        cursor: pointer;
    }
    .fly_cart
    {
        max-width: 16px;
        margin-left: 8px;
        /*display: none;*/
        opacity: 0;
        position: absolute;
    }

header.top_header {
    background: #295eab;
    padding: 15px;
    box-shadow: -1px 7px 10px #4e4d4d1f;
    z-index: 99;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0; 
    top: 0;
    /*max-width: 1300px;*/
}
.fullwidth_header {
    max-width: 1300px;
    margin: auto;
    position: relative;
}
.front_top_header
{
    padding: 15px 50px;
    z-index: 99;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.front_top_header .company_logo
{
    float: left;
}
.company_logo
{
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.company_logo img
{
    width: 40px;
}
.star_icon {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ffc700;
}
.header_search {
    margin-top: 0px;
    position: relative;
}
.search_icon_style {
    position: absolute;
    left: 10px;
    top: 10px;
}
.header_search input {
    padding-left: 36px;
    padding-right: 45px;
    color: #295eab;
    font-weight: 400;
    margin-top: 5px;
}
.barcode_icon {
    position: absolute;
    right: 0;
    top: 2px;
    margin: 6px 10px;
}
.back_btn {
    float: left;
    display: inline-block;
    margin-left: 0px;
    position: absolute;
    top: -2px;
    left: 0px;
}
.back_btn .back_button {
    background: transparent;
    padding: 0;
    color: #fff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    outline: red;
    font-size: 22px;
}
.height_zero {
    margin-top: 0px !important;
}
header.top_header .title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    /*margin-left: -33px;*/
    margin-bottom: 0px;
}
.header_info_text {
    /*padding: 12px 0;*/
    padding-bottom: 0;
}
.header_info_text p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    margin-top: 5px;
}
.categories {
    /*margin-top: 145px;*/
    padding: 0px 8px;
    text-align: center;
    background: #fff;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    /*max-height: 90vh;*/
    /*min-height: 90vh;*/
    position: relative;
     overflow: hidden; 
}
.over_flow_cls
{
    width: 100%;
    /*max-height: 78vh;*//* Removed */
    /*min-height: 78vh;*/
    /*overflow-x: hidden;*/
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
    overflow: hidden;
}
.scroll_icon {
    position: absolute;
    top: 40%;
    right: 12px;
    transform: translateY(50%);
    background-color: #ffffff;
    z-index: 9999;
    padding: 10px 6px;
    border-radius: 25px;
    border: 1px solid #e2e2e2;
}
.scroll_icon .scroll_up i,.scroll_icon .scroll_down i
{
    /*width: 50px;*/
    /*height: 50px;*/
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #518e48;
    color: #518e48;
    cursor: pointer;
    transition: .5s;
}
.scroll_icon .scroll_down i
{
    margin-top: 40px;
}
.scroll_icon .scroll_up i:hover,.scroll_icon .scroll_down i:hover
{
    background: #518e48;
    color: #fff;
}
.categories_box
{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 100px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.categories_box:hover
{
    box-shadow: 0px 0px 20px #dadada;
}
.categories_box img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cate_name {

}
.cate_name p
{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    text-transform: capitalize;
}

.whole_list
{
    padding: 20px 0;
    text-align: center;
}
.whole_list a
{
    text-decoration: none;
    color: #000;
}
.categories_items
{
    background: #f2f2f2;
    width: 100%;
    height: 1080px;
    padding: 30px;
}
.cate_items_list {
    padding: 0px;
    background: #fff;
    /* display: inline-block; */
    transition: .5s ease-in-out 0s;
    cursor: pointer;
    /* margin-right: 10px; */
    margin-bottom: 0px;
    position: relative;
    /* width: 160px; */
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    margin: 5px;
}
.cate_items_list:hover
{
    box-shadow: 0px 0px 10px #ccc;
    /*transform: translateY(8px);*/
    color: #000;
}
.images {
    /* width: 100px; */
    height: 116px;
    /* border-radius: 100%; */
    background: transparent;
    /*line-height: 100px;*/
    overflow: hidden;
    text-align: center;
    margin: auto;
    /*height: auto;*/
    /* padding: 5px; */
}
.images img
{
    /*width: 100%;*/
    height: 100%;
    /*max-width: 60px;*/
}
.contents
{
    padding: 17px 0 0 0;
}
.contents p {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
    line-height: 18px;
}
.contents h6 {
    font-size: 14px;
    text-align: left;
    color: #989696;
    margin: 0;
    margin-bottom: 5px;
}
.pro_height_fix {
    height: 65px;
}
.price_button {
    /* background: #17a2b8; */
    padding: 0;
    color: #000;
    /* height: 40px; */
    /* width: 40px; */
    /* border-radius: 50%; */
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    float: right;
}
.link_loc
{
    color: #000;
    font-size: 
}

.fixed_menu {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    -webkit-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    -moz-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    display: none !important;
}
.notify {
    width: 15px;
    height: 15px;
    background-color: #e40a0a;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    right: -15px;
}
.menu_bottom{
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.menu_bottom li {
    float: left;
    width: 25%;
    padding: 15px;
    text-align: center;
    color: #4c4a4a;
    position: relative;
}
.menu_bottom p {
    font-size: 14px;
    font-weight: 600;
}
.menu_bottom li.active {
    color: #295eab;
}
.menu_bottom i {
    font-size: 22px;
    margin-bottom: 5px;
    position: relative;
}
.search_only .search_icon_style {
    top: 10px;
}
.search_only .barcode_icon {
    top: 0px;
    margin: 7px 10px;
}
.search_fullwidth {
    top: 68px !important;
    height: calc(100vh - 65px) !important;
    padding: 0 !important;
}
.search_fullwidth .search_pro_bg{
    height: calc(100vh - 68px);
}
.menu_btn_dropdwon {
    float: left;
    position: relative;
    margin-right: 10px;
}
.dropdown {
    display: inline-block;
    position: absolute;
    margin-bottom: 0;
    float: left;
    left: 0;
}
.dd_button {
    display: inline-block;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    clear: both;
    padding: 3px;
    width: 50px;
    float: left;
}
.dd_button:hover {
    background-color: #f9f9f9;
}
.active_leftBox i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 12px;
    color: #929292;
    cursor: pointer;
}
.dd_button i {
    color: #295eab;
    font-size: 26px;
}
.dd-input {
    display: none;
}
.dd-input:checked + .dd-menu {
    display: block;
}
.dd-input + .dd-menu {
    display: none;
}
.dd-menu {
    position: absolute;
    top: 110%;
    border: 1px solid #295eab;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    background-color: #1f2021;
    list-style-type: none;
    z-index: 99;
    color: #454545;
    width: 300px !important;
    text-align: left;
    margin-left: 0 !important;
    height: 450px;
    overflow: auto !important;
    padding-left: 0 !important;
    left: 14px;
}
.dd-menu li {
    padding: 10px 12px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #444444;
    width: 100%;
    margin-right: 0 !important;
    padding: 10px !important;
    color: #ffffff !important;
    background-color: #1c1c1d;
    font-weight: 400 !important;
}
.order_icon {
    width: 16%;
    margin-bottom: 5px;
}

/*-----------------page 3 style---------------*/
.left_column
{
    padding: 8px 8px 8px;
    background: #fff;
    /*min-height: 315px;*/
    min-height: 82vh;
    /*max-height: 82vh;*/
    height: 100%;
    position: relative;
}
.gallery-thumbs .swiper-wrapper
{
    margin: 0 5px !important;
}
.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      width: 100%;
    }
    .gallery-thumbs {
      height: 80px;
      box-sizing: border-box;
      padding: 10px 0;
      position: absolute !important;
      bottom: 10px;

    }
    .gallery-thumbs .swiper-slide {
      width: 31% !important;
      height: 100%;
      opacity: 0.4;
      border: 2px solid #fff;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


    .slider_1
    {
        background: url('../images/sandwitch.jpg');
        background-size: 100%;
    }
    .slider_2
    {
        background: url('../images/salads.jpg');
        background-size: 100%;
    }
    .slider_3
    {
        background: url('../images/wrapped.jpg');
        background-size: 100%;
    }
     .slider_4
    {
      background: url('../images/wrapped.jpg');
      background-size: 100%;
    }
    .slider_thumb_1
    {
        background: url('../images/sandwitch.jpg');
        background-size: 100% 100%;
    }
    .slider_thumb_2
    {
        background: url('../images/salads.jpg');
        background-size: 100% 100%;
    }
    .slider_thumb_3
    {
        background: url('../images/wrapped.jpg');
        background-size: 100% 100%;
    }
    .slider_thumb_4
    {
      background: url('../images/wrapped.jpg');
      background-size: 100% 100%;
    }
    .left_col_content h1
    {
        font-size: 25px;
        font-weight: 500;
        /*margin-bottom: 30px;*/
            margin-bottom: 10px;
        line-height: 30px;
    }
    .left_col_content
    {
        /*padding: 20px 70px 120px; */
            padding: 10px 45px 20px;
    }
    h1
    {
        line-height: .8;
        margin-bottom: 0;
    }
    .price_side
    {
        float: left;
        font-size: 18px;
        font-weight: 200;
        text-transform: capitalize;
    }
    .offer_side
    {
        float: right;
        font-size: 18px;
        font-weight: 200;
        color: #00a651;
        text-transform: capitalize;
    }
    .left_col_btn
    {
        border: none;
        outline: none;
        background: #dddddd;
        color: #000;
        border-radius: 40px;
        /*min-width: 170px;*/
        /*margin-top: 65px;*/
            font-size: 16px;
        margin-top: 20px;
        margin-right: 10px;
            padding: .375rem .85rem;
    }

    .left_col_btn:nth-child(even)
    {
        background: #00a651;
        color: #fff;
    }
        .right_top_col {
            background: #fff;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            min-height: 400px;
            margin: 25px;
            border: 1px solid #e4e4e4;
        }
    table.ingr_tble tbody td
    {
        text-align: left;
    }
    .header_righ_col
    {
        background: #00a651;
        color: #fff;
        font-weight: 200;
        text-transform: capitalize;
        font-size: 18px;
        padding: 3px;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;

    }
    .ingr_tble tbody td
    {
        padding: 10px 0;
        font-size: 14px;
    }
    .ingr_tble tbody tr
    {
        border-bottom: 1px dashed #ccc;
    }
    .scroll_table
    {
        overflow: scroll;
        /*max-height: 400px;*/
        min-height: 56vh;
        max-height: 56vh;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 40px 20px;
    }
        .comment_box {
            background: #fff;
            border-radius: 10px;
            padding: 15px;
            margin-top: 0;
            border: none;
            min-height: 15vh;
            max-height: 15vh;
            border: 1px solid #e4e4e4;
        }
    .cmt_bx textarea::placeholder
    {
        font-size: 16px;
        font-weight: 200;
        font-style: italic;
    }
        .cmt_bx {
            padding-left: 40px;
            padding-right: 40px;
        }    
    ul#added_addons {
    display: block;
    }

    /*---------------------4 page designs-----------------------*/
    .billing_sec table
    {
        /*background: #fff;*/
        border-radius: 5px;
    }
    table
    {
        width: 100%;
    }
    .billing_sec table thead td
    {
        text-transform: uppercase;
    }
    .billing_sec table tbody td
    {
        padding: 10px;
    }
    table .img_data
    {
        width: 70px;
        height: 70px;
        background: #dddd;
        border-radius: 100%;
        margin: auto;
        overflow: hidden;
        line-height: 0px;
        text-align: center;
    }
    .img_data img
    {
        /*max-width: 55px;*/
        width: 100%;
    border-radius: 100%;
    height: 100%;
    }
    .billing_sec table thead td:nth-child(1)
    {
        width: 20%;
    }
    .billing_sec table thead td:nth-child(2)
    {
        width: 35%;
    }






.number-input {
  margin-left: auto;
  margin-right: auto;
}

.change {
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;    
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  user-select: none;
  background: #fff;
}

.input-box {
  border: 1px solid #000;
  padding: 10px 0;
  font-size: 11px;
  text-align: center;
  height: 30px;
  width: 40px;
}
.billing_sec
{
    background: #fff;
    /*min-height: 600px;*/
    height: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
}
.billing_overflow
{
    /*max-height: 80vh;*/
    /*min-height: 80vh;*/
    background:#fff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 10px;
}

.inner_bill_tbl .change
{
    border-color: #8e8e8e5c !important;
    background: transparent !important;
    color: #ccc !important;
}
.inner_bill_tbl .input-box
{
    border-color: #8e8e8e5c !important;
}
.inner_bill_tbl  tbody tr td
{
    font-size: 14px !important;
}

.billing_tbl tr
{
    border-bottom: 1px solid #afafaf;
}
.billing_tbl thead tr td
{
    padding: 10px 0;
}
.billing_tbl tbody tr td
{
    text-transform: capitalize;
    font-size: 17px; 
}
.right_total_col
{
    width: 100%;
    /*padding: 20px;*/
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
}
.header_total_col
{
    background: #f7f7f7;
    color: #000;
    width: 100%;
    padding: 17px; 
    border-bottom: 1px solid #f1f1f1;
    font-size: 17px;
    text-transform: uppercase;
}
.pr_items
{
    background-size: #fff;
    padding: 20px 40px;
    text-align: justify;
}
.price_list 
{
    padding: 12px 0;
    font-size: 17px;
    border-bottom: 1px dashed #f1f1f1;
}
.amt_pay 
{
    float: right;
}
.tot_det
{
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 50px;
}
.tot_name
{
    margin-right: 13px;
}
.footer_total_col
{
    color: #000;
    width: 100%;
  padding: 30px 40px;
    border-top: 1px solid #efefef;
    font-size: 17px;
    background: #f7f7f7;
}
.conform_btn {
    padding: 20px 35px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #518e48;
    color: #fff;
    text-transform: capitalize;
    float: right;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
/*------------------------- Slider -------------------*/    
    .full_width_wrap {
        /* padding: 0 10%; */
        /*background-color: #f7f7fa;*/
        overflow: auto;
        overflow-x: hidden;
        position: relative;
        top: 105px;
        height: calc(100vh - 105px);
    }
    .slider_wrap{
        margin-top: 0px;
    }
    #owl-demo .item img {
        display: block;
        width: 100%;
        height: 250px;
    }
    .own_slider {
        background-repeat: no-repeat;
        width: 100%;
        height: 440px;
        background-repeat: no-repeat;
        background-size: auto !important;
        background-size: cover !important;
    }
    .slider_one{
        background: url(../images/offer.jpg);
        background-size: cover;
    }
    .slider_two{
        background: url(../images/slide_1.jpg);
        background-size: cover;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #295eab !important;
    }   
    .owl-theme .owl-dots .owl-dot span {
        width: 30px !important;
        height: 5px !important;
        margin: 5px 5px !important;
        background: #eaeaea !important;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

/*------------------------- Slider -------------------*/    


/*-------------------------Front page-------------------*/  
.front_body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(rgba(88,138,73,.8),rgba(88,138,73,.8)),url(../images/front_back.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100% !important;
}
.front_box_content {
    max-width: 550px;
    width: 100%;
    margin: 13% auto;
    padding: 20px;
}
.logo
{
    text-align: center;
    background: rgba(255,255,255,.5);
    width: 270px;
    position: relative;
    height: 270px;
    border-radius: 100%;
    margin: auto;
}
.logo img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.language
{
    margin-top: 20px;
}
.language .lang_btn
{
    border: 2px solid #fff;
    background:transparent;
    color: #fff;
    padding: 6px 45px;
    font-weight: 500;
    width: 200px;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
}
.language .lang_btn:hover
{
    background: #fff;
    color: #588a49;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover
{
    box-shadow: none;
}
.arabic_btn
{
    float: right;
}
.btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
 .show>.btn-primary.dropdown-toggle
 {
    background: transparent !important;
    outline: none !important;
    border: none !important;
 }

@media only screen and (min-width: 1024px) and (max-width: 1150px)
{
    .tot_det,.billing_tbl thead tr td
    {
        font-size: 17px;
    }
    .price_list,.billing_tbl tbody tr td,.cate_name p
    {
        font-size: 15px;
    }
    header.top_header .title
    {
        font-size: 18px;
    }
    .categories_box
    {
        padding: 70px;
    }
    .left_col_content
    {
        padding: 20px 30px 120px;
    }
    .left_col_btn
    {
        font-size: 15px;
        min-width: 150px;
    }
}

.left_col_btn:hover
{
    background: #00a651;
    color: #fff;
}

/* Portrait */
@media only screen  and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1)
{
    .change
    {
        width: 25px !important;
    }
    .pr_items
    {
        padding: 20px;
    }
    .footer_total_col
    {
        padding: 10px 20px;
    }
    .tot_det
    {
        font-size: 12px;
    }

    .conform_btn{ padding: 5px 10px; font-size: 14px; }
    .billing_tbl thead tr td{ font-size: 12px; }
    .price_list,.billing_tbl tbody tr td,.cate_name p
     { font-size: 11px !important; }
     .tble_remove, .tble_edit{ font-size:18px; }
     .inner_bill_tbl tbody td:nth-child(1)
     { 
        font-size:11px !important; 
     } 
     header.top_header .title{
     font-size:18px;
     }
     .categories_box{
        padding: 70px;
     }
     .left_col_content
     { 
     padding:20px 30px 120px;
     }
     .left_col_btn
     {
        font-size: 15px; 
        min-width:150px;
     }
     .offer_side,.price_side{ float: none; }
     .left_col_btn{ margin-top: 10px; }
     .price_off{ padding-bottom: 20px; }
     .billing_sec table thead td:nth-child(1)
     { width: 15%; }
     .billing_sec table thead td:nth-child(2){ width: 30%; }
     .billing_sec table thead td:nth-child(3){ width: 25%; }
     .billing_sec table thead td:nth-child(4){ width:15%; }
     .billing_sec table thead td:nth-child(5){ width:15%; }
     .billing_sec table tbody td{ padding: 10px 0; } 
    }

/*popup style*/
button.pop_btn
{
    float: right;
    /*background: #fff;*/
    border: none;
    padding: 8px 18px;
    border: 2px solid #fff;
}
.overlay
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        display: none;
        transition: .5s ease-in-out 0s;
        z-index: 999;
        transform:scale(0);
    }
    .pop_box
    {
        width: 500px;
        height: 500px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        overflow:hidden;
    }
    .popup_header
    {
        background: #f7f7f7;
        padding: 20px;
    }
    .popup_header .popup_title
    {
        display: inline-block;
    }
    .popup_header .close_btn
    {
        display: inline-block;
        float: right;
        cursor: pointer;
    }
    .popup_header .close_btn i
    {
        font-size: 25px;
    }
    .blocked
    {
        display: block;
        transform: scale(1.1);
    }
    .act
    {
        transform: scale(1);
    }




.pop_btn 
{
    text-decoration: none !important;
    font-size: .875rem;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #4f723c;
    color: #ffffff;
    padding: 8px 15px;
    float: right;
    border: 2px solid #fff;
}

.popup 
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
}
.popup-inner 
{
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
    transition: .64s ease-in-out;
}
.popup__photo 
{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.popup__text 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}
.popup__text h1
{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}
.popup__text p 
{
    font-size: .875rem;
    color: #686868;
    line-height: 1.5;
}
.popup:target 
{
    visibility: visible;
    opacity: 1;
}
.popup:target .popup-inner 
{
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close 
{
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #4f723c;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
.popup__close:hover
{
    color: #fff;
}





.flex-control-thumbs {
    margin: 5px 0 0;
    position: absolute !important;
    overflow: hidden;
    bottom: 0px !important;
    left: 9px !important;
    text-align: center;
}
.flex-control-thumbs li {
    width: 26% !important;
    float: left;
    margin: 0;
    border: 1px solid #fff !important;
    margin-right: 10px !important;
}
.flex-control-thumbs img
{
    max-height: 50px !important;
}
.flexslider
{
    margin-bottom: 0 !important;
    max-height: 320px;
}
.flexslider .slides img
{
    max-height: 320px;
}


.order_box_sec 
{
    text-align: center;
    overflow-y: scroll;
    max-height: 600px;
    overflow-x: hidden;
}
/*.ord_box
{
    padding: 20px;
    background: #fff;
    box-shadow: 1px -1px 20px 1px #f0f4ff;
    display: inline-block;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid #ecf0ff;
    position: relative;
}*/
/*.ord_box::before
{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    background: #000;
    transform: translateY(-50);
    content: '';
}*/
.ord_box img
{
    max-width: 80px;
    width: 100%;
    padding-top: 10px;
    /*display: none;*/
}

/*--------ribbon style------------*/
.ribbon {
  width: 40px;
  height: 40px;
  background-color: #518e48;
  position: absolute;
  right: 10px;
  top: 0px;
}
.ribbon:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -19px;
  border-left: 20px solid #518e48;
  border-right: 20px solid #518e48;
  border-bottom: 20px solid transparent;
}
span.aed
{
    display: block;
    line-height: 22px;
}
.ribbob p
{
    margin-top: 14px;
    color: #fff;
}
p.amt
{
    color:#fff;
    margin-top: 3px;
}
span.aed {
    display: block;
    line-height: 9px;
    color: #edff00;
    font-size: 10px;
}




/*.pop_ul 
{
    margin: 0;
    padding: 0;
}
.pop_ul li
{
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}*/
.ord_box
{
        padding: 20px;
    background: #fff;
     box-shadow: 1px -1px 20px 1px #f0f4ff; 
    display: inline-block;
     margin: 8px; 
     border-radius: 10px; 
/*    border-right: 1px solid #ecf0ff;
    border-bottom: 1px solid #ecf0ff;*/
    border: 1px solid #ecf0ff;
    position: relative;
    overflow: hidden;
}
.pop_tb_name p
{
    line-height: 20px;
}
.pop_tb_name
{
    padding-top: 5px;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;*/
    /*background: #0015075c;*/
}
.admin_tit
{
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f1f1;
    color: #000;
    width: 100%;
    /*padding: */
}
.d_inline
{
    display: inline-block;
    margin: 0 10px;
}
.pop_btn:hover
{
    background: #fff;
    color: #4f723c;
    border: 2px solid #fff;
}
.admit
{
    font-weight: 700;
}
/*.popup_ul li.active
{
    background: #fff;
    border: 1px solid #29a551;
    border-top-left-radius: 10px; 
    color: #fff;
}
.popup_ul li
{
    padding: 10px;
    background: #29a551;
}*/
.popup_ul li a.active
{
    background: #29a551;
    border: 1px solid #29a551;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    color: #fff;
}
.popup_ul li a
{
    text-decoration: none;
    color: #000;
    padding: 10px;
    border: 1px solid #29a551;
    /*border-left: 1px solid transparent;*/
    /*background: red;*/
    margin-right: 5px;
}
.order_box_sec
{
    margin-top: 25px;
}
.popup_ul
{
    border-bottom: transparent;
}
button.close.pop_close
{
    position: absolute;
    top: 16px;
    right: 16px;
    background: #29a550;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    z-index: 999;
    /* border-radius: 100%; */
    padding: 15px 20px;
}
.popup_header
{
    border-bottom: transparent;
    padding: 0.3rem 1rem;   
}
.item_fullwidth_wrap {
    position: relative;
    top: 150px;
    overflow: auto;
    overflow-x: hidden;
    height: calc(100vh - 150px);
    height: calc(100vh - 150px);
    height: -webkit-calc(100vh - 150px);
    padding-bottom: 90px;
}


/*------------------customize page---------------------*/
.left_cust_col
{
    background: #fbfbfb;
    padding: 0px 50px 50px;
    min-height: 85vh;
    max-height: 85vh;
    height: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
    position: relative;
    margin-top: 80px;
}
.right_cust_col {
    margin-top: 80px;
    background: #2d487b;
    padding: 20px;
    min-height: 85vh;
    max-height: 85vh;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.whole_customize
{
    padding: 10px 0;
    background: #fff;
    min-height: 90vh;
}
.column_box
{
    background: #fff;
    border-radius: 15px;
    border: 1px solid #dadada;
    padding: 0px;
    width: 28%;
    /*margin: auto;*/
    box-shadow: 0px 0px 15px 0px #d4d4d4ad;
    margin-bottom: 20px;
    margin-right: 20px;
    /*min-height: 260px;*/
}

.left_col_ul
{
    padding: 0;
    margin: 0;
    text-align: center;
}
.left_col_ul li
{
    list-style-type: none;
    display: inline-block;
}
.column_img
{
    min-height: 120px;
    /*min-width: 173px;*/
    padding: 0px;
    height: 120px;
    width: 100%;
    background: #ccc;
    text-align: center;
    margin: auto;
    border-radius: 15px !important;
    position: relative;
    overflow: hidden;
}
.column_img img
{
    width: 100%;
    height: 95px;
}
.column_img_body {
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    /* text-align: center; */
    /* padding-top: 10px; */
    background-color: #f9f9f9;
    padding: 15px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.column_img_body p
{
    text-align: center;
}
p.itm_name
{
    font-size: 16px;
    text-overflow: ellipsis;
}
p.itm_price
{
    font-size: 14px;
}
.add_btn {
    border: transparent;
    font-size: 15px;
    text-transform: capitalize;
    /* margin-top: 20px; */
    padding: 8px 15px;
    margin: 5px auto 0;
    /* display: flex; */
    background: #518e48;
    border-radius: 0;
    width: auto;
    outline: none;
    width: 100%;
    border-radius: 30px;
    color: #fff;
}
.remove_btn
{
    border: transparent;
    font-size: 14px;
    text-transform: capitalize;
    /*margin-top: 20px;*/
    padding: 3px 15px;
    margin: 20px 0 0 0 !important;
    display: flex;
}


.qty-number-input
{
    height: 30px;
    margin: 10px 0;
    text-align: center;
    position: relative;
}
span.qty_sec.plus 
{
    margin-top: 4px;
}
.qty_input-box 
{
    border: 1px solid #9a9a9a4a;
    font-size: 15px;
    text-align: center;
    height: 30px;
    width: 60px;
    border-radius: 5px;
    display: inline-block;
}
.qty_sec 
{
    /*border: 1px solid #ccc;*/
    cursor: pointer;
    display: block;
    /* line-height: 15px; */
    font-size: 8px;
    text-align: center;
    vertical-align: middle;
    height: 10px;
    width: 23px;
    user-select: none;
    margin-left: 3px;
}
.one_line
{
    position: absolute;
    top: 2px;
    right: 34px;
}
.qty_input-box:focus
{
    border-color: red;
    outline: none;
}
.right_col_card-img img
{
    max-width: 100%;
}
.right_col_card
{
    background: transparent;
    border: none;
}
.right_col_card_body {
    padding: 10px 0;
}
.right_col_card_body h1 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}
.tot-amt-pay
{
    font-size:16px;
}
.price_qty_sec.d-flex
{
    padding: 20px 0;
}
.right-col-qty-inp
{
    border: 1px solid transparent;
}
.right-col_change
{
    border-radius: 100%;
    line-height: 25px;
    border: 1px solid transparent;
}
.price_right, .desc_title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.desc_input
{
    margin-left: 0px;
    background: transparent;
    border-color: #fff;
}
.desc_input {
    color: #495057;
    background-color: #fff;
    outline: 0;
}
.desc
{
    margin-top: 15px;
}
.right_bottom_buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    float: right;
    margin-top: 8px;
}
.right_bottom_buttons button
{
    padding: 6px 35px;
    border: transparent;
    border-radius: 30px;
    outline: none;
    transition: .5s ease-in-out 0s;
}
.right_bottom_buttons button:hover
{
    background: #fff;
}
.right_bottom_buttons button:nth-child(2)
{
    background: #518e48;
    color: #fff;
}
/*.inner_bill_tbl_tr
{
    padding: 35px;
    background: #797979;
    color: #fff;
    box-shadow: inset 0px 0px 20px #424242;
}*/
.inner_bill_tbl_tr
{
    padding: 35px;
    background: #f9f9f9;

    color: #000;
    /*box-shadow: inset 0px 0px 20px #424242;*/
}
.inner_bill_tbl tr
{
    border-color: #8e8e8e5c !important;
}
.inner_bill_tbl
{
    background: transparent !important;
    margin: auto;
    width: 80%;
    text-align: center;
    /*border: 1px solid;*/
    border: 1px solid #8e8e8e5c;
}
.inner_bill_tbl_tr td
{
    padding: 10px 0 !important;
}
.inner_bill_tbl .inner_tbl_row .change
{
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.inner_bill_tbl .input-box
{
    width: 40px;
    border-color: #fff;
    background: transparent;
}
.billing_sec table thead th,td
{
    /*border: 1px solid #fff;*/
}
.inner_tbl_row td:nth-child(1)
{
    /*width: 15% !important;*/
    width: 20% !important;
}
.inner_tbl_row td:nth-child(2)
{
    /*width: 30% !important;*/
    width: 35% !important;
}
.inner_tbl_row td:nth-child(3)
{
    /*width: 25% !important;*/
    width: 30% !important;
}
.inner_tbl_row td:nth-child(4)
{
    width: 15% !important;
}
.inner_tbl_row td:nth-child(5)
{
    width: 15% !important;
}
.tble_remove, .tble_edit
 {
    font-size: 23px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.inner_tbl_row .img_data
{
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.contents.text-center {
    background-color: #f5f5f5;
    padding: 8px;
    position: relative;
    overflow: hidden;
    height: 105px;
}
.offer_available .contents.text-center {
    height: 140px;
}
.cart_info_btn {
    position: fixed;
    width: 100%;
    bottom: 25px;
    left: 0;
    padding: 0px 30%;
    z-index: 9;
}
.cart_info_btn button {
    border: 0;
    width: 100%;
    background-color: #518e48;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
    -webkit-transition: background .2s;
    transition: background .2s;  

}
.cart_info_btn button:hover {
    background-color: #3a7931;
}
.cart_info_btn p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.cart_info_btn span {

}
.cart_count{
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #ec9009;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.each_prdt_wrapper {
    /* display: inline-block; */
    position: relative;
    width: 16.6%;
    float: left;
}
.incr_decr_wrapper {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.incr_decr_wrapper {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 12px;
}
.qty_decr.qty_change {
    cursor: pointer;
    background-color: #d1141b;
    font-size: 35px;
    color: #fff !important;
    height: 30px;
    width: 30px;
    line-height: 22px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.qty_incr.qty_change {
    background-color: #518e48;
    font-size: 23px;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 24px;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.qty_span {
    background-color: #333;
    padding: 5px 29px;
    color: #fff;
    border-radius: 35px;
    position: relative;
    top: 3px;
}

.product_tab {
    padding-bottom: 5px;
    padding-top: 5px;
    /* overflow: hidden; */
    height: 45px;
    position: fixed;
    background-color: #fff;
    z-index: 99;
     /*left: 0; */ 
    top: 105px;
    width: 100%;
    max-width: 1300px;
}
.product_tab ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    display: flex;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    padding-left: 45px;
}
.product_tab ul li {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #868686;
    font-weight: 500;
    padding: 0px 10px;
}
.product_tab ul li.active {
    color: #383838;
    border-bottom: 5px solid #295eab;
    padding-bottom: 2px;
    font-weight: 700;
}
.product_tab ul::-webkit-scrollbar-track {

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/

    border-radius: 10px;

    background-color: #fff;

}

.product_tab ul::-webkit-scrollbar {

    width: 0px;
    height: 1px;

    background-color: #fff;

}

.product_tab ul::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background-color: #333;

}
.over_flow_cls h3 {
    font-size: 17px;
    color: #5d5959;
    margin: 0;
}
.qty_span {
    background-color: #518e48;
    color: #fff;
    border-radius: 35px;
    position: absolute;
    height: 28px;
    width: 28px;
    line-height: 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    right: 12px;
    top: inherit;
    padding: 4px;
    text-align: center;
}
.qty_decr.qty_change {
    background-color: #d1141b;
    font-size: 40px;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 18px;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
}
.categories_wrap ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    margin: auto;
    width: 100%;
    text-align: center;
    /*display: flex;*/
    justify-content: space-between;
}
.categories_wrap ul li {
    width: 10%;
    float: left;
    border-radius: 10px;
}
.categories_list img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 100%;
    height: 100px;
}
.cate_name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 5px;
    height: 40px;  
    width: 100%;  
}
.categories_list {
    cursor: pointer;
    margin: 5px;
}
.lds-ripple {
    display: inline-block;
    /*position: relative;*/
    width: 80px;
    height: 80px;
    position: fixed;
    margin-left: -30px;
    left: 50%;
    top: 50%;    
    z-index: 10000;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #295eab;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.offer_box {
    background-color: #295eab;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}
.offer_box p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    float: left;
}
.offer_box h6 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    float: right;
    line-height: inherit;
    color: #ffffff;
}

.customize_wrap {
    padding-left: 0px !important;
    overflow: hidden !important;
    background-color: #fff;
}
.customize_wrap .modal-dialog {
    max-width: 100%;
    margin: -1px;
    padding: 0px 8%;
}
.customize_body {
    overflow: auto;
    height: 100vh;
}
.customize_body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}

.customize_body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.customize_body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}
#pac-container input {
    padding-right: 10px;

}

/*------------------------- Cart Page -------------------*/ 

.cart_header{
    background-color: #0b3065 !important;
    box-shadow: inherit !important;
}
.cart_header .back_btn {
    /*top: 12px;*/
    /*left: 8px;*/
}
.cart_bg_wrap {
    margin-top: 56px; 
    height: 100vh; 
    background-color: #092a58;
    height: calc(100vh - 160px);
}
.suggested_pro {
    padding: 10px;
    background-color: #0b3065;
    cursor: pointer;
}
.suggested_pro h4 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #b5b1b1;
}
.suggested_pro ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    display: flex;
    white-space: nowrap;
}
.suggested_pro ul li {
    width: 100px;
    float: left;
    margin: 5px;
}
.suggested_list {
    background-color: #fff;
    margin: auto;
    display: block;
    text-align: center;
    border-radius: 6px;
    width: 100px;
    overflow: hidden;
}
.suggested_list img {
    width: 100%;
    padding: 5px;
}
.suggested_list p {
    padding: 5px;
    background-color: #069dd6;
    margin: 0;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 600;
}
.suggested_pro ul::-webkit-scrollbar-track {

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/

    border-radius: 10px;

    background-color: transparent;

}

.suggested_pro ul::-webkit-scrollbar {

    width: 0px;
    height: 0px;

    background-color: transparent;

}

.suggested_pro ul::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background-color: transparent;

}
.item_list {
    position: relative;
    overflow: auto;
    /*height: calc(100vh - 425px);*/
    height: calc(100vh - 305px);
    overflow-x: hidden;
}
.item_list::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0px;
    background-color: #fff;
    border: 0;
}
.item_list::-webkit-scrollbar {

    width: 5px;
    background-color: #fff;
    border: 0;
}
.item_list::-webkit-scrollbar-thumb {

    border-radius: 0px;
    background-color: #333;

}
.item_header {
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #031d42;
}
.item_header p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.item_list {
    position: relative;
}
.item_list ul {
    position: relative;
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #757575;
    padding: 10px 0;
}
.item_list ul li {
    width: 20%;
    float: left;
    padding: 12px;
}
.item_list img {
    width: 60%;
    background-color: #fff;
    border-radius: 10px;
}
.item_list h4 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
}
.item_list p {
    margin: 0;
    font-size: 14px;
    color: #b9b9b9;
    line-height: 25px;
}
.item_list h3 {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 8px;
}
.item_list span {
    color: #ffcc00;
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}
.item_list ul li:nth-child(1){
    width: 20%;
}
.item_list ul li:nth-child(2){
    width: 65%;
}
.item_list ul li:nth-child(3){
    width: 15%;
}
.item_cart {
    width: 50%;
    float: left;
    /*background-color: #092a58;*/
    position: relative;
    /*top: 64px;*/
}
.cart_total {
    width: 50%;
    float: left;
    background-color: #092a58;
    position: relative;
    /*top: 63px;*/
}
.cart_list {
    position: relative;
    padding: 20px;
    background-color: #092a58;
    margin: 100px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.cart_header_text{

}
.cart_header_text h4 {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cart_body{
    overflow: auto;
    /* height: calc(100vh - 425px); */
    height: calc(100vh - 345px);
    overflow-x: hidden;
}
.cart_body::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 20px;
    background-color: #fff;
    border: 0;
}
.cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border: 0;
}
.cart_body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #333;
}
.cart_body ul{
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
}
.cart_body ul li {
    float: left;
    border-radius: 0;
    margin-right: 10px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #2e425f;
    padding-bottom: 15px;
}
.cart_body img {
    width: 10%;
    border-radius: 10px;
    border: 1px solid #333;
    float: left;
    margin-right: 15px;
    height: 100%;
}
.cart_body ul li h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.cart_body ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.cart_body span{

}
/*.cart_body ul li:nth-child(1){
    width: 10%;
}
.cart_body ul li:nth-child(2){
    width: 85%;
}*/
.view_cust_btn {
    border: 0;
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}
.cart_incr_decr .qty_decr {
    position: absolute;
    right: 0px;
    top: 40px;
    line-height: 16px;
    background-color: #d1141b;
    border: 2px solid #d1141b;
    font-weight: 500;
}
.cart_incr_decr .qty_incr {
    line-height: 22px;
    /* background-color: #ffffff; */
    border: 1px solid #518e48;
    font-weight: 500;
    font-size: 26px;
    color: #fff !important;
}
.cart_incr_decr {
    position: relative;
    right: 6px;
}
a.add-quantity.qty_incr {
    background-color: #518e48;
    font-size: 30px;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 25px;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border: 1px solid #518e48;
}
a.minus-quantity.qty_decr {
    background-color: #d1141b;
    font-size: 40px;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 22px;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #d1141b;
    text-align: center;
}
.count_number {
    background-color: #518e48;
    color: #fff;
    width: 30px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    left: 5px;
    top: 10px;
}
.cart_footer {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    background-color: #dedede;
    padding: 15px;
    padding: 15px 10%;
    max-width: 1300px;
}
.cart_footer h4 {
    color: #000;
    font-size: 20px;
    margin: 0;
    float: left;
    font-weight: 600;
}
.cart_footer p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
#order_now {
    width: 60%;
    border: 0;
    padding: 15px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #518e48;
    color: #fff;
    outline: none;
    float: left;
    margin-right: 0px;
    -webkit-transition: background .2s;
    transition: background .2s;  
}
#order_now:hover {
    background-color: #3a7931;
}
#shedule {
    width: 35%;
    border: 0;
    padding: 15px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #8b908a;
    color: #fff;
    outline: none;
    float: right;
    -webkit-transition: background .2s;
    transition: background .2s;  
}
#shedule:hover {
    background-color: #6d716d;
}
.timing_section {
    background-color: #fff;
    padding: 8px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 12px;
    width: 30%;
}
.timing_section h6 {
    font-size: 15px;
    text-align: center;
    float: inherit;
    font-weight: 600;
    margin: auto;
    color: #d62020;
}
.total_wrap {
    margin-bottom: 10px;
    overflow: hidden;
}
.total_wrap p:first-child{
    float: left;
}
.total_wrap p:last-child{
    float: right;
}
.total_wrap span{

}
.viewcosut_btn {
    border: 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #d0d0d0;
    outline: none;
    width: 100%;
}
.item_list_closeBtn {
    position: absolute;
    color: #ffffff;
    left: 6px;
    top: 60px;
    background-color: #d1141b;
    width: 30px;
    height: 30px;
    padding: 4px;
    border-radius: 5px;
}
.footer_btn_text {
    width: 100%;
    overflow: hidden;
}
.footer_btn_text p{
    float: right;
}

div#removeall_popup {
    position: fixed;
    left: 0%;
    top: 30%;
}
.custom_body {
    padding: 25px;
}
.custom_body h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.custom_body p {
    text-align: center;
    font-size: 16px;
    color: #464343;
    font-weight: 400;
}
#removeall_popup .modal-footer{
    padding: 0;
}
#removeall_popup .modal-footer button {
    margin: 0;
    width: 50%;
    padding: 15px;
    outline: none;
}
#removeall_popup .popup_cancel_btn {
    color: #e41919;
    font-size: 16px;
    font-weight: 500;
}
#removeall_popup .remove_btnn {
    background-color: #e41919;
    border-radius: 0;
    color: #fff;
    border-bottom-right-radius: 15px;
}
#removeall_popup .modal-content {
    border-radius: 15px;
}
.custom_body img {
    width: 10%;
    margin: auto;
    display: block;
    padding-bottom: 30px;
}
.item_list {
    position: relative;
    top: 0px;
    padding-bottom:50px;
}

.cart_empty_msg {
    background-color: #f6f6f6;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 30px;
    text-align: center;
    left: 0;
}
.cart_empty_msg h3 {
    color: #e00e0e;
    font-size: 23px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart_empty_msg h5 {
    font-size: 14px;
    max-width: 300px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    color: #444;
}
.cart_empty_msg button {
    padding: 15px;
    border: 0;
    width: 50%;
    background-color: #295eab;
    border-radius: 5px;
    color: #fff;
}
.cart_empty_position {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.cart_empty_position img{
    
}




/*------------------------- Checkout page -------------------*/ 


.checkout_wrap {
    /*margin-top: 60px;*/
    padding: 12px;
    overflow: hidden;
}
.checkout_backbtn {
    /*top: 12px;*/
    /*left: 5px;*/
}
.checkout_section {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.checkout_section p {
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #696868;
}
.checkout_section h4 {
    font-size: 18px;
    color: #484545;
    float: left;
    font-weight: 600;
}
.checkout_icon {
    float: left;
    margin-right: 12px;
}
.checkout_icon_right {
    float: right !important;
    color: #464646;
    margin-right: 0 !important;
}
.checkout_section h6{
    float: left;
}
.checkout_footer {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    background-color: #fff;
    box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    -webkit-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    -moz-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
    padding: 20px 10%;
    max-width: 1300px;
    border: 1px solid #f3f3f3;
}
.checkout_footer button{
    width: 100%;
    border: 0;
    padding: 20px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    background-color: #295eab;
    color: #fff;
    outline: none;  
}
.checkout_footer button:hover{
    background-color: #1c4e96; 
}
.checkout_footer .total_price {
    float: right;
    font-size: 20px;
    font-weight: 500;
}
.checkout_footer h4 {
    font-size: 20px;
    font-weight: 500;
}
.checkout_section svg{
    float: left;
    margin-right: 12px;
    color: #383535;
}

.delivery_section {
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}
.popup_wrap {
    bottom: 0;
    top: inherit;
    left: inherit;
}
.popup_wrap .modal-dialog {
    width: 100%;
    max-width: 1300px;
    position: absolute;
    bottom: 0;
    margin: 0;
    top: inherit;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
    width:100.5%;
}
.popup_wrap .modal-content {
    border-radius: 0;
    padding: 20px 10%;
}
.popup_body h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #8e8e8e;
}
.popup_body .close_button {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #c7c7c7;
    font-size: 16px;
    font-weight: 500;
    color: #383535;
    margin-top: 10px;
    outline: none;
    -webkit-transition: background .2s;
    transition: background .2s;      
}
.popup_body .close_button:hover {
    border: 2px solid #295eab;
}
.popup_body ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.popup_body ul li {
    overflow: hidden;
    padding: 15px 0;
}
.popup_body svg {
    float: left;
}
.popup_body p {
    float: left;
    font-size: 17px;
    margin-left: 15px;
    font-weight: 500;
    position: relative;
    top: -2px;
}
.tick_icon {
    float: right !important;
    fill: #f71717;
    display: none;
}
.selected .tick_icon{
    display: block;
}
.modal.bottom.fade.show .modal-dialog {
    bottom: 0;
}
.li_opacity {
    color: #c3c3c3;
}
.popup_body img{
    width: 30px;
    float: left;    
}
.popup_body select {
    background-color: #dcdcdc;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    text-align: center;
    width: 100%;
    border: 0;
}
.checkout_scrollBar {
    position: relative;
    top: 62px;
    height: calc(100vh - 208px);
    overflow: auto;
    overflow-x: hidden;    
    background-color: #fff;
}

.shedulepopup {
    background-color: #fff;
    padding-left: 0px !important;
}
.shedulepopup_body{

}
.shedulepopup .modal-dialog {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    top: 0;
    /*padding: 0 10%;*/
}
.shedulepopup .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0px solid #dcdcdc;
    max-width: 1300px;
    margin: auto;
}
.shedulepopup_header {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 15px;
}
.shedulepopup_header h2 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #383535;
    font-weight: 600;
    margin: 0;
}
.popup_closebody {
    position: absolute;
    left: 10px;
    top: 18px;
    cursor: pointer;
}
.choose_date {
    padding: 15px;
    padding-bottom: 0;
}
.choose_date h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2261a4;
    margin-bottom: 12px;
}
.choose_date svg{
    margin-right: 5px;
}
.choose_date ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    display: flex;
    white-space: nowrap;
    padding-bottom: 0px;
}
.choose_date ul li {
    position: relative;
    margin-right: 10px;
    text-align: center;
    box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 44%);
    -webkit-box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 44%);
    -moz-box-shadow: -1px -1px 5px -2px rgba(0,0,0,0.44);
    border: 1px solid #dedede;
    padding: 5px 14px;
    width: 100%;
    float: left;
    border-radius: 4px;
    margin-bottom: 10px;
}
.choose_date h5 {
    font-size: 16px;
    color: #2261a4;
    margin-bottom: 3px;
}
.choose_date p {
    font-size: 14px;
    color: #4c4848;
    margin-bottom: 3px;
}
.choose_date h6{
    font-size: 12px;
    color: #4c4848;
}
.choosedate_ul_scroll {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
}
.choosedate_ul_scroll::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}
.choosedate_ul_scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.choosedate_ul_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}
.choose_time{
    padding: 15px;
}
.choose_time h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2261a4;
    margin-bottom: 12px;
}
.choose_time ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.choose_time ul li {
    background-color: #fff;
    border: 1px solid #2261a4;
    border-radius: 4px;
    padding: 12px 8px;
    float: left;
    margin-right: 10px;
    width: 10%;
    margin-bottom: 10px;
    text-align: center;
    color: #2261a4;
}
.choose_time h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.disable {
    background-color: #dfdfdf !important;
    border: 1px solid #d6d6d6 !important;
}
.disable h5 {
    color: #5a5a5a;
}
.disable h3 {
    color: #5a5a5a;
}
.choose_time svg{
    margin-right: 5px;
}
.choose_time ul li.selected{
    background-color: #2261a4;
    color: #fff;
}
.shedulepopup_info_text {
    padding: 40px 15px;
}
.shedulepopup_info_text p {
    font-size: 16px;
    font-weight: 600;
    color: #949494;
}
.shedulepopup_info_text span{
    font-size: 16px;
    font-weight: 600;
    color: #f20909;
}
.Schedule_btn {
    padding: 10px 0;
}
.confirm_shedule {
    padding: 18px;
    font-size: 16px;
    border: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 80%;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2261a4;
    color: #fff;
    outline: none;
}
.Schedule_btn p {
    text-align: center;
    margin-top: 5px;
    color: #888;
    font-weight: 500;
    font-size: 15px;
}
.Schedule_body_scroll {
    height: calc(100vh - 59px);
    overflow: auto;
}

.address_header{

}
.address_header h4{
    font-size: 18px;
    margin-bottom: 15px;
    color: #8e8e8e;
    float: left;
}
.address_header p {
    float: right;
    font-size: 17px;
    color: #295eab;
    top: 0px;
}
.address_list {
    width: 100%;
    overflow: hidden;
}
.address_list ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.address_list ul li {
    padding: 10px 0;
}
.address_list p {
    width: 96%;
    top: 0;
    margin-left: 10px;
}
.address_list span {
    padding-left: 32px;
    font-size: 14px;
    color: #9a9a9a;
}
.address_list svg {
    position: relative;
    top: 6px;
}
.address_list .tick_icon {
    position: relative;
    top: -13px;
}
.popup_close_btn {
    position: absolute;
    left: 12px;
    width: 35px;
    height: 52px;
    top: 0px;
    line-height: 55px;
}
.popup_close_btn svg {
    fill: #fff;
}
.confirm_btn {
    position: fixed;
    bottom: 20px;
    border: 0;
    width: 100%;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
    margin: auto;
    display: block;
    /* left: 0; */
    outline: none;
    max-width: 1300px;
}
.confirm_btn button {
    border: 0;
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 7px;
    background-color: #295eab;
    color: #fff;
    outline: none
    -webkit-transition: background .2s;
    transition: background .2s;      
}
.confirm_btn button:hover {
    background-color: #1c4e96;
}
.add_address_body .header_search {
    margin-top: 15px;
    position: relative;
}
.add_address_body .search_icon_style {
    position: absolute;
    left: 10px;
    top: 10px;
}
.popup_headertxt {
    font-size: 16px;
}
.setup_check {
    float: right;
}
.header_check {
    position: absolute;
    right: 12px;
    top: 15px;
}
.header_check svg{
    fill: #fff;
}
.address_form {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.address_confirm_body {
    margin-top: 57px;
    padding-bottom: 15px;
    padding: 12px;
    /*height: calc(100vh - 60px);*/
}
.address_form input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    /* height: calc(4em + 1px); */
    margin: 0 0 1em;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2 !important;
    background: #fff;
    resize: none;
    outline: none;
    border: 0;
    font-weight: 500;
    margin-top: 15px;
}
.address_confirm_body .save_btn {
    margin: auto;
    display: block;
    border: 0;
    padding: 8px;
    width: 50%;
    font-size: 16px;
    border-radius: 5px;
    background-color: #295eab;
    color: #fff;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: background .2s;
    transition: background .2s;
    outline: none;  
}
.address_confirm_body .save_btn:hover {
    background-color: #1c4e96;
}
.address_section {
    overflow: hidden;
}
.address_form input[type="text"][required]:focus {
  border-color: #00bafa;
}
.address_form input[type="text"][required]:focus + label[placeholder]:before {
  color: #00bafa;
}
.address_form input[type="text"][required]:focus + label[placeholder]:before, .address_form input[type="text"][required]:valid + label[placeholder]:before {
    transition-duration: .2s;
    /* transform: translate(0, -1.5em) scale(0.9, 0.9); */
    color: #295eab;
    left: 0px;
    position: absolute;
    top: 0;
}

.address_form input[type="text"][required]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}

.address_form input[type="text"][required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1em;
  margin-top: calc(-3em - 2px);
  margin-bottom: calc((3em - 1em) + 2px);
}

.address_form input[type="text"][required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(1em + 2px);
    padding: 0 2px;
    color: #5d5d5d;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
}
.address_form p {
    font-size: 13px;
    color: #9c9c9c;
}
.search_product_view {
    padding: 5px;
}
.search_product_view ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.search_product_view ul li{

}
.search_product_view .contents.text-center {
    background-color: #e2eeff;
    height: auto;
}
.search_product_view .cate_items_list {
    margin-bottom: 5px;
}



/*------------------------- View Customize page -------------------*/   


.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.swiper-slide {
    text-align: center;
    font-size: 32px;
    background: #fff;
    min-height: 400px;
    cursor: grab;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border: 2px solid #000;
}
.swiper-pagination-bullet-active {
    background: #000;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: inherit !important;
    left: 1.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: inherit !important;
    right: 1.5rem;
}
.slider_first{
    background-image: url(../images/beef-banner.jpg);
}
.slider_second{
    background-image: url(../images/cofee.jpg);
}
.swiper-button-next, .swiper-button-prev {
    color: #d0c7c7;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
.swiper-button-next:before, .swiper-rtl .swiper-button-prev:before {
    content: 'next';
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .25;
    cursor: auto;
    pointer-events: none;
    color: #fff;
}
.swiper-button-lock {
     display: block !important; 
}
.swiper-container p {
    font-size: 26px;
    color: #fff;
    position: fixed;
    top: 10px;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    padding-left: 50px;
    padding-right: 50px;
}
.header_close_btn {
    position: absolute;
    left: 15px;
    top: 0;
    color: #fff;
    z-index: 9;
    display: none;
    height: 40px;
    width: 25px;
}
.shadow_top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0,0,0,.5); */
    background-image: linear-gradient(180deg, #171717e3, #ffffff00);
}
.shadow_bottom:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: rgba(0,0,0,.5); */
    background-image: linear-gradient(360deg, #171717e3, #ffffff00);
}
.number_count_section {
    float: left;
    width: 50%;
}
.quantity_sectionwrap {
    position: relative;
}
.number_count_section { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.span.qty_count { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.qty_postion{
    position: absolute;
    top: -30px;
    z-index: 9; 
    width: 100%;
}
.quantity_section {
    background-color: #fff;
    width: 95%;
    padding: 12px;
    z-index: 9;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 44%);
    -webkit-box-shadow: -1px -1px 5px -2px rgb(0 0 0 / 44%);
    -moz-box-shadow: -1px -1px 5px -2px rgba(0,0,0,0.44);
    margin: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.quantity_section h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.quantity_section h4 {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.quantity_section h6 {
    float: right;
    font-size: 11px;
    margin: 0;
    margin-bottom: 10px;
    text-align: right;
    margin-top: 5px;
    width: 100%;
}
.qty_style {
    position: inherit;
    top: inherit;
    margin-top: 20px;
}
.cos_style {
    margin-top: 0 !important;
    height: calc(100vh - 240px) !important;
}
.number_count_section p {
    border: 0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
}
span.qty_count {
    background-color: #efefef;
    width: 50px;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}
.qty_count {
    width: 70px;
}
.number_count_section p:first-child {
    background-color: #d1141b;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
.number_count_section p:last-child {
    background-color: #518e48;
    font-size: 30px;
    line-height: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;      
}
.cart_btn_wrap {
    float: right;
    width: 50%;
}
.cart_btn_wrap button {
    width: 100%;
    border: 0;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 15px;
    background-color: #518e48;
    color: #fff;
    height: 40px;
}
.cart_btn_wrap img {
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.costomize_scrolling {
    padding: 10px 20px;
    margin-top: 80px;
/*     height: calc(100vh - 195px); */
    overflow: auto;
}
.costomize_scrolling::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0px;
    background-color: #fff;
}
.costomize_scrolling::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.costomize_scrolling::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #333;
}
.options_div {
    margin-bottom: 10px;
}
.options_div h4 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}
.options_div p {
    font-size: 15px;
    color: #e00b0b;
    margin: 0;
}
.radio_wrap {
    display: block;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.radio_wrap input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}
.radio_c_mark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #3a3b3c;
}
.radio_wrap:hover input ~ .radio_c_mark {
  background-color: #ccc;
}
.radio_wrap input:checked ~ .radio_c_mark {
    background-color: #ffffff;
    border: 2px solid #333;
}
.radio_c_mark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_wrap input:checked ~ .radio_c_mark:after {
  display: block;
}
.radio_wrap .radio_c_mark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3a3b3c;
}
.c_option_scroll {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
}
.options_list ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
/*    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;*/
    width: 100%;
    display: flex;
    white-space: nowrap;
    padding-bottom: 0px;
}
.options_list ul li {
    /* padding: 6px; */
    position: relative;
    margin-right: 10px;
    box-shadow: -2px 0px 6px -4px rgb(0 0 0 / 52%);
    -webkit-box-shadow: -2px 0px 6px -4px rgb(0 0 0 / 52%);
    -moz-box-shadow: -2px 0px 6px -4px rgb(0 0 0 / 52%);
    border: 1px solid #ececec;
    padding: 10px;
    width: 20%;
    border-radius: 5px;
    float: left;
    border-bottom: 5px solid transparent;
    margin-bottom: 15px;
}
.options_list ul li.selected {
    border-bottom: 5px solid #518e48;
}
.options_list h4 {
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: 700;
}
.option_left{
    float: left;
    width: 50%;
    text-align: left;
}
.option_right {
    text-align: right;
    width: 500px;
    cursor: pointer;
}
.options_list ul li img {
    height: auto;
    float: left;
    width: 70%;
}
.option_right h5 {
    font-size: 20px;
    margin: 0;
}
.option_right h6 {
    font-size: 16px;
}
.c_option_scroll::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 10px;
    background-color: transparent;
}
.c_option_scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.c_option_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}
.text_align_bottom {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 50%;
}
.instruction_wrap {
    margin-bottom: 20px;
}
.instruction_wrap h4 {
    font-size: 17px;
    margin-bottom: 12px;
}
.instruction_wrap input {
    padding: 15px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 5px;
}
.instruction_wrap p {
    font-size: 15px;
    color: #4e4c4c;
    margin: 0;
}
.review_section {
    overflow: hidden;
    padding-bottom: 15px;
}
.review_section h4{
    font-size: 17px;
    margin-bottom: 12px;
    float: left;    
    margin: 0;
}
.review_section span {
    color: #2f40d0;
    font-size: 12px;
    float: left;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
#full-stars-example-two {
    float: left;
}
 #full-stars-example-two {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    /* make hover effect work properly in IE */
    /* hide radio inputs */
    /* hide 'none' input from screenreaders */
    /* set icon padding and size */
    /* set default star color */
    /* if any input is checked, make its following siblings grey */
    /* make all stars orange on rating group hover */
    /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
    display: inline-flex;
    margin-left: 10px;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
     display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 14px;
    margin: 0;
}
 #full-stars-example-two .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
     color: #ddd;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
     color: #ddd;
}
.customer_review {
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
}
.cust_profile {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50px;
}
.cust_profile img {
    width: 100%;
    border-radius: 50%;
}
.pro_details {
    overflow: hidden;
}
.pro_details p {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 0px;
    color: #9a9a9a;
}
.reviews_bottom {
    overflow: hidden;
    padding: 10px 0;
}
.reviews_bottom #full-stars-example-two .rating-group {
    margin-left: 0;
}
.reviews_bottom p {
    font-size: 14px;
    font-weight: 500;
    color: #6f6c6c;
    margin-left: 10px;
    margin-top: 3px;
    float: left;
}
.reviews_bottom button {
    border: 0;
    font-size: 14px;
    margin-left: 8px;
    border-radius: 3px;
    background-color: #fff;
    color: #054dd2;
    font-weight: 500;
    float: right;
    outline: none;
}
.add_icon{
    margin-right: 5px;
}
.cust_comment {
    padding: 12px 0;
}
.cust_comment p {
    font-size: 14px;
    color: #424040;
}
.categories_wrap {
    padding-bottom: 0px;
}

.Checkboxes {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    margin-right: 10px;
    right: 25px;
}
.Checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}
.Checkboxes:hover input ~ .checkbox_mark {
  background-color: #ccc;
}
.Checkboxes input:checked ~ .checkbox_mark {
    background-color: #434546;
    border: 1px solid #434546;
}
.checkbox_mark:after {
  content: "";
  position: absolute;
  display: none;
}
.Checkboxes input:checked ~ .checkbox_mark:after {
  display: block;
}
.Checkboxes .checkbox_mark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/*------------------------- search  -------------------*/   

.search_header{

}
.search_header .header_search {
    width: 70%;
    margin: auto;
    margin-top: 10px;
}
.search_header .header_close_btn {
    position: absolute;
    left: 15px;
    color: #fff;
    z-index: 9;
    bottom: 28px;
    top: auto;
    display: none;
}
.cancel_btn {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: none;
    padding: 10px 10px;
}
.cancel_btn p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.search_pro_bg {
    background-color: #e4e4e4;
    height: calc(100vh - 100px);
    margin-top: 0px;
    /* padding: 15px; */
    display: none;
}
.search_open_bg {
    height: calc(100vh - 68px);
    position: relative;
    top: 68px;
}
.search_pro_wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);    
}
.search_pro_wrap svg {
    margin: auto;
    text-align: center;
    display: block;
}
.search_pro_wrap h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;
    margin-bottom: 5px;
    color: #333;
}
.search_pro_wrap p {
    text-align: center;
    font-size: 14px;
    color: #8e8e8e;
    margin: 0;
}
.search_listing {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    height: calc(100vh - -85px);
    overflow: scroll;
    padding-bottom: 200px;
}
.search_listing ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.search_listing ul li {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    color: #2f2f2f;
}
.search_header_info_text {
    background-color: #dadada;
    padding: 8px;
    overflow: hidden;
}
.search_header_info_text p {
    float: left;
    font-size: 16px;
    color: #313131;
    font-weight: 500;
}
.search_header_info_text p:last-child{
    float: right;
}
.sticky_text {
    width: 100%;
    position: absolute;
    z-index: 9;
    margin: auto;
    display: block;
    text-align: center;
}
.slider_close_btn{

}
.slider_close_btn {
    cursor: pointer;
    position: fixed;
    color: #fff;
    z-index: 99;
    left: 12px;
    top: 25px;
    width: 40px;
    height: 25px;
}
.select_btn {
    border: 0;
    padding: 8px;
    width: 50%;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    background-color: #295eab;
    color: #fff;
    margin: auto;
    display: block;
    outline: none;
    margin-top: 30px;
}
.bring_change {
    padding: 12px;
    background-color: #e2e2e2;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}
.bring_change p{
    float: left;
}
.bring_change .checkout_icon_right {
    position: relative;
    top: 4px;
}
#amount .popup_body {
    padding: 30px 0;
}
.cross_class {
    text-decoration: line-through;
    color: #a09c9c;
}
.opacity_div {
    opacity: 0.3;
}  
.title_div{

}
.title_div h4 {
    font-size: 14px;
    font-weight: 600;
    color: #295eab;
    margin-bottom: 10px;
}
.radio_label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #295eab;
}
.radio_label:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio_label input:checked ~ .checkmark {
    background-color: #ffffff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_label input:checked ~ .checkmark:after {
  display: block;
}
.radio_label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #295eab;
}
.title_div ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
}
.title_div ul li {
    float: left;
    width: 33%;
}
.title_div p {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
}
.title_div {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}
.address_div {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.address_div p {
    font-size: 14px;
    font-weight: 600;
    color: #295eab;
    margin-bottom: 0px;
    margin-bottom: 5px;
}
.address_div h3 {
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    margin: 0;
    float: left;
    padding-right: 80px;
    padding: 3px 0;
}
.address_div span {
    position: absolute;
    background-color: #e34600;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    bottom: 15px;
    float: left;
    right: 0;
    text-transform: uppercase;
}
.address_div h6 {
    float: left;
    border: 1px solid #cacaca;
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.address_save_btn{
    padding-top: 40px;
}
.address_save_btn button {
    width: 100%;
    background-color: #295eab;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    max-width: 70%;
    margin: auto;
    display: block;
    outline: none;
}
.add_add_btn {
    overflow: hidden;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.add_add_btn p {
    font-size: 16px;
    font-weight: 600;
    float: right;
    color: #377fe8;
    text-align: right;
}










@media only screen  and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1)
{
    .header_righ_col
    {
        font-size:12px;
    }
    .inner_bill_tbl thead td:nth-child(1)
    {
        /*display: none;*/
    }
    .inner_bill_tbl tbody td:nth-child(1)
    {
        /*display: none;*/
    }
    .inner_bill_tbl
    {
        width: 100%;
    }
    .input-box
    {
        width: 40px;
    }
    .add_btn
    {
        width: 100%;    
    }
    .column_box
    {
        width: 40%;
    }
    .right_col_card_body h1
    {
        font-size: 22px;
    }
    .desc_title
    {
        font-size: 14px;
    }
    .right_bottom_buttons button
    {
        padding: 6px 16px;
    }
    .inner_bill_tbl .input-box
    {
        width: 30px;
        padding: 0;
    }
    table .img_data
    {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}


.filter_opt
{
    padding: 10px;
    width: 100%;
    text-align: right;
}

.filter_opt span.filt_icon .icon_img
{
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px #f5f5f5;
    border: 1px solid #ccc;
    padding: 8px;
    line-height: 40px;  
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
/*.filter_opt span.filt_icon
{
    width: 40px;
    height: 40px;
    background: #fff;
        box-shadow: 0px 0px 20px #f5f5f5;
   
    line-height: 40px;  
    text-align: center;
    border-radius: 5px;
}
.filter_opt span.filt_icon img
{
    max-width: 70%;
}*/


.filt_active 
{
    width: 100%;
}
.filt_active .column_img
{
    width: 30%;
    float: left;
}
.filt_active .column_img_body {
    width: 70%;
    float: left;
    text-align: left;
    /* padding: 0 4%; */
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
}
.filt_active .column_img_body p,.filt_active .qty-number-input
{
    text-align: left;
}
.filt_active .add_btn
{
    margin: 7px 0 0 0;
}
.filt_active .add_btn
{
    /*width: 20%;*/
}
.filt_active .one_line 
{
    left: 60px;
    right: 0;
}
.filt_active .column_img
{
    height: 100px;
}
.filt_active p.itm_name
{
    font-size: 22px;
}
.filt_active p.itm_price
{
    font-size: 16px;
}
.filt_active
{
    margin-bottom: 8px !important;
}
.disable_icon
{
    /*pointer-events: none;*/
}
.qty-number-input
{
    display: none;
}

.categories_wrap_skelton {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin: 0;
    text-align: center;
    justify-content: space-between;
}
.categories_skelton {
    float: left;
    margin: 5px;
    width: 10%;
    float: left;
}
.skelton_cate__image {
    width: 100%;
    height: 92px;
    background-color: #ccc;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-avatar 2s infinite ease-out;
}
.skelton_cate__name{
    float: left;   
    width: 100%;
    height: 30px;
    margin-top: 5px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;      
}
@keyframes shine-lines{}
  0%
    background-position: -100px
  
  40%, 100%
    background-position: 140px
}
@keyframes shine-avatar{
  0%
    background-position: -100px + $avatar-offset
  
  40%, 100%
    background-position: 140px + $avatar-offset    
}


.hidden{
    display: none;
}
.disable_li {
    color: #b3b3b3;
}
.disable_li .tick_icon {
    display: none;
}
.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 45px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
    color: #999;
    height: 45px;
    font-weight: 500;
}
.pac-icon{
    height: 20px;
    margin-top: 12px;
}
.pac-logo:after{
    height: 45px;  
    line-height: 45px; 
}
.locationfind_icon {
    position: absolute;
    bottom: 100px;
    right: 15px;
}
.pac-item-query {
    font-size: 16px;
    padding-right: 3px;
    color: #000;
}


/*------------------------- Successfull page  -------------------*/   


.successful_closebtn {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
}
.successful_wrap {
    padding: 15px;
    position: relative;
    top: 62px;
    height: calc(100vh - 62px);
    overflow: auto;
}
.successful_info {
    text-align: center;
}
.successful_info img {
    padding: 0px;
    width: 15%;
}
.successful_info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.successful_info p {
    color: #295eab;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.successful_info span {
    font-size: /*14px;
    color: #000;
    width: 100%;*/
}
.successful_info button {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
    color: #ff3d00;
    outline: none;
    margin-bottom: 50px;
}
.successful_footer_btn {
    margin: auto;
    display: block;
    text-align: center;
}
/*.successful_footer_btn img {
    width: 10%;
}*/
.successful_footer_btn button {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    width: 30%;
}
.watsapp_btn {
    background-color: #1bd741;
}
.status_btn{
    background-color: #295eab;
}
.shopmore_btn{
    background-color: #0cbf8e;
}
.leftalign{
    float: left;
}
.rightalign{
    float: right;
}
.help_header {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 5px 10px;
}
.help_header p {
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.help_icon {
    float: left;
    color: #fff;
    margin-right: 5px;
    margin-top: 4px;
}
.order_details_wrap{
    padding: 15px;
    position: relative;
    top: 62px;
    height: calc(100vh - 62px);
    overflow: auto;
}
.order_dtls {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.order_dtls h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin-bottom: 0px;
}
.order_dtls p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #3a3a3a;
}
.order_dtls span {
    /*color: #2dc79e;*/
    font-size: 16px;
    font-weight: 500;
}
span.order_status {
    color: #0cbf8e;
}
.img_left {
    float: left;
    width: 10%;
    border: 1px solid #d4d4d4;
    padding: 7px;
    border-radius: 5px;
}
.img_left img{
    width: 100%;
}
.content_right {
    float: left;
    width: 90%;
    padding: 10px 13px;
    padding-top: 0;
}
.order_summery_list {
    overflow: hidden;
    clear: both;
    padding-top: 10px;
}
.location_icon {
    border: 0;
    padding: 0 10px;
}
.order_dtls ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.order_dtls ul:first-child{
    width: 70%;
}
.order_dtls ul:last-child{
    width: 30%;
}
.order_dtls ul li {
    margin-bottom: 5px;
    color: #2f2f2f;
    font-weight: 500;
}
span.total_span {
    font-size: 16px;
    font-weight: 600;
}
.order_dtls_footer {
    margin: auto;
    display: block;
    text-align: center;
}
.order_dtls_footer button {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
}
.order_dtls_footer img {
    
}
.order_status_wrap {
    padding: 15px;
    position: relative;
    top: 62px;
    height: calc(100vh - 62px);
    overflow: auto;
}
.order-tracking h4 {
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: #404040;
}
.order-tracking p {
    float: left;
}
.order-track {
    margin-top: 0px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 60px;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 60px;
}
.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.order-track-status {
  margin-right: 15px;
  position: relative;
}
.order-track-status-dot {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #575757;
}
.order_success .order-track-status-dot {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #575757;
    border: 1px solid #575757;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 30px;
  background: #575757;
}
.order-track-text-stat {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #575757;
}
.order-track-text-sub {
    font-size: 16px;
    font-weight: 500;
    color: #989898;
}
.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}
.order-track-step.order_success {
    position: relative;
}
.order_success:after {
    display: block;
    position: absolute;
    content: '';
    height: 18px;
    width: 7px;
    top: 0px;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.order_success:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 9px;
    right: 10px;
    opacity: 1;
}
.last_child {
    background: #fff;
}
.order_status_footer {
    margin: auto;
    display: block;
    text-align: center;
}
.order_status_footer button {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    line-height: 40px;
    width:100%;
}
.order_status_footer img {
    margin-right: 10px;
}
.callshop_btn{
    background-color: #295eab;
}
.order_status_footer{
    
}
.order_status_footer p {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #b0c6e6;
    margin: 0;
}
.right_icon {
    padding: 4px;
    border-radius: 40px;
    margin-left: 10px;
    margin-right: 0 !important;
}
.addmore_items {
    background-color: #0cbf8e;
    text-align: center !important;
    margin-top: 50px;
}

.stcky_btn {
    position: fixed;
    bottom: 100px;
    left: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 100px;
    height: 100px;
    background-color: #295eab;
    padding: 15px;
    line-height: 85px;
    z-index: 9;
    background-image: url(../images/aipsoft_delivery_uae_bg.gif) !important;
    background-size: cover;
    background-position: center;    
}
.stcky_btn img {
    width: 100%;
}
.border {
    width: 75px;
    height: 75px;
    border-radius: 55px;
    padding: 10px;
    animation: Active 10s linear infinite;
    position: relative;
    float: left;
}
.sticky_tippy {
    position: relative;
}
 .fill {
     width: 100%;
     height: 100%;
     border-radius: 48px;
     background-color: #fff;
}
.tippy-backdrop {
    position: absolute;
    background-color: #1c4074;
    border-radius: 50%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all cubic-bezier(.46,.1,.52,.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sticky_info {
    position: absolute;
    background-color: #295eab;
    z-index: 99999;
    padding: 6px;
    max-width: 180px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    bottom: 120px;
    left: 10px;
}
.sticky_info p {
    margin: 0;
    font-size: 14px;
}
.bottom_arrow:before {
    content: '';
    border-top: 10px solid #295eab;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 30px;
}
.items_sticky {
    position: fixed;
    width: 100%;
    bottom: 100px;
}
.items_sticky .border {
    /*position: relative;*/
    position: absolute;
}
.items_sticky .stcky_btn {
    bottom: 0px;
}
.items_sticky .sticky_info {
    bottom: 90px;
}
.border_animation, .border_animation::before, .border_animation::after {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
}
.border_animation {
    color: #ff9b04;
    box-shadow: inset 0 0 0 1px rgb(105 202 98 / 50%);
    border-radius: 50%;
}
 .border_animation::before, .border_animation::after {
    content: '';
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 4px;
    animation: clipMe 14s linear infinite;
    border-radius: 50%;
}
 .border_animation::before {
     animation-delay: -5s;
}
 .border_animation:hover::after, .border_animation:hover::before {
     background-color: rgba(255, 0, 0, .3);
}
 @keyframes clipMe {
     0%, 100% {
         clip: rect(0px, 220px, 2px, 0px);
    }
     25% {
         clip: rect(0px, 2px, 220px, 0px);
    }
     50% {
         clip: rect(218px, 220px, 220px, 0px);
    }
     75% {
         clip: rect(0px, 220px, 220px, 218px);
    }
}
 
    .orders_wrap {
        position: relative;
        top: 62px;
        height: calc(100vh - 140px);
        overflow: auto;
    }
    .shop_img {
        float: left;
        margin-right: 10px;
    }
    .shop_icon {
        float: left;
        color: #5a5454;
    }
    .shop_icon i{
        font-size: 26px;
    }
    .shop_content {
        margin-left: 50px;
        padding-right: 35px;
    }
    .shop_offline {
        background-color: #eeeeee;
        padding: 15px;
        border: 1px solid #dadada;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .shop_content h2 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #484848;
    }
    .shop_content p {
        font-size: 12px;
    }
   .shop_icon i {
        font-size: 22px;
        position: relative;
        top: 6px;
    } 
    .shop_offline .right_arrow {
        position: absolute;
        right: 0px;
        padding: 16px;
        background-color: #eee;
        top: 15px;
        font-size: 24px;
        color: #5a5454;
    }
    .online_orders {
        position: relative;
    }
    .online_orders h3 {
        font-size: 18px;
        padding: 10px;
        border-bottom: 1px solid #c7c7c7;
    }
    .online_orders .order_dtls {
        padding: 12px;
        position: relative;
    }
    .online_orders .order_dtls .right_arrow {
        position: absolute;
        right: 0px;
        padding: 16px;
        background-color: transparent;
        top: 0;
        font-size: 24px;
        color: #5a5454;
        top: 18%;
    }
    .offline_orders_wrap {
        position: relative;
        top: 62px;
        height: calc(100vh - 62px);
        overflow: auto;
    }
    
    .account_wrap {
        position: relative;
        top: 62px;
        height: calc(100vh - 140px);
        overflow: auto;
        padding: 15px;
    }
    .my_acc_div {
        position: relative;
    }
    .acc_icon {
        float: left;
        margin-right: 15px;
        font-size: 28px;
        color: #423f3f;
    }
    .acc_info {
        padding-left: 40px;
        padding-right: 35px;
        border-bottom: 1px solid #bbb;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .acc_info h4 {
        font-size: 18px;
        margin-bottom: 3px;
        font-weight: 600;
        color: #423f3f;
    }
    .acc_info p {
        font-size: 15px;
        color: #4e4e4e;
        font-weight: 500;
        margin-left: 0;
    }
    .my_acc_div .right_arrow {
        position: absolute;
        right: 0;
        padding: 11px;
        background-color: transparent;
        top: 0;
        font-size: 22px;
        color: #5a5454;
    }
    .my_add_page .acc_icon {
        float: left;
        margin-right: 15px;
        font-size: 30px;
    }
    .red_check{
        color: #f84c4c;
    }
    .Verified {
        background-color: transparent !important;
        color: #23aa27 !important;
        font-weight: 600 !important;
        padding-right: 0 !important;
        font-size: 15px !important;
    }
    .cart_fixed_menu {
        z-index: 99;
    }


    .disconnected_wrap {
        background-color: #f6f6f6;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        padding: 30px;
        text-align: center;
        left: 0;
    }
    .disconnected_data {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .disconnected_data i {
        font-size: 50px;
        color: #cc0808;
        margin-bottom: 15px;
    }
    .disconnected_data h4 {
        font-size: 26px;
        font-weight: 600;
        color: #5d5d5d;
        margin-bottom: 10px;
    }
    .disconnected_data p {
        font-size: 18px;
        font-weight: 500;
        color: #585858;
        margin-bottom: 12px;
    }
    .disconnected_data button {
        padding: 12px 40px;
        border: 0;
        background-color: #295eab;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }


    /*------------------- Item Page Skeleten ---------------------*/


    .skeleton-box {
        overflow: hidden;
        width: 100%;
        float: left;
        padding: 0;
        list-style-type: none;
        margin: 0;
        text-align: center;
        justify-content: space-between;
    }
    .toggle_skeleton {
        width: 35px;
        height: 35px;
        background-color: #ccc;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 90px;
        animation: shine-avatar 2s infinite ease-out;
        float: left;
    }
    .sub_cat_skeleton {
        width: 100%;
        height: 35px;
        background-color: #ccc;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-avatar 2s infinite ease-out;
        margin-left: 42px;
    }
    .product_list_skeleton {
        float: left;
        width: 15.8%;
        height: 200px;
        margin-top: 5px;
        border-radius: 10px;                      
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: 5px;
        position: relative;
    }
    .product_ul_skeleton {
        overflow: hidden;
        clear: both;
    } 
    .busket_fix_skeleton {
        position: fixed;
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0px 14%;
        z-index: 99;
    }   
    .busket_btn_skeleton {
        float: left;
        width: 100%;
        height: 60px;
        margin-top: 5px;
        border-radius: 10px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: 5px;
        position: relative;
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }



    /*------------------- Checkout Skeleten ---------------------*/


    .checkoutwrap_skeleton{
        width: 100%;
        float: left;
        padding: 0;
        list-style-type: none;
        margin: 0;
        justify-content: space-between;
    }        
    .checkout_section_skeleton {
        float: left;
        width: 98%;
        height: 75px;
        margin-top: 5px;
        border-radius: 10px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: 5px;
        position: relative;
    }    
    .footer_skeleton {
        position: fixed;
        bottom: 0;
        /* left: 0; */
        width: 100%;
        background-color: #fff;
        box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
        -webkit-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
        -moz-box-shadow: -1px -4px 5px -3px rgb(228 228 228 / 66%);
        padding: 20px 10%;
        max-width: 1300px;
        border: 1px solid #f3f3f3;
        z-index: 9;
    }
    .footer_btn_skeleten {
        float: left;
        width: 98%;
        height: 65px;
        margin-top: 10px;
        border-radius: 30px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;
    }
    .footer_text_skeleten{
        float: left;
        width: 48%;
        height: 25px;
        margin-top: 5px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;        
    }
    .address_form_wrap_skeleten {
        overflow: hidden;
    }
    .address_form_skeleten {
        float: left;
        width: 100%;
        height: 86px;
        margin-top: 5px;
        margin-bottom: 20px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;
    }
    .address_form_pgraph_skeleten{
        float: left;
        width: 100%;
        height: 20px;
        margin-top: 15px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;        
    }
    .save_address_btn_skeleten{
        float: left;
        width: 100%;
        height: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;           
    }
    .save_address_btn_skeleten {
        width: 50%;
        height: 50px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        text-align: center;
        overflow: hidden;
    }    
    .bottom_zero_skln{
        margin-bottom: 0;
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }


    /*------------------- Cart Skeleten ---------------------*/



    .itemcart_skeleton {
        float: left;
        width: 95%;
        height: 45px;
        margin-top: 0px;
        border-radius: 10px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: 5px;
        position: relative;
    }
    .each_cart_items {
        float: left;
        width: 25%;
        height: 76px;
        margin-top: 5px;
        border-radius: 10px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: 5px;
        position: relative;
    }
    .each_cart_items:nth-child(2) {
        width: 50%;
    }
    .each_cart_items:nth-child(3) {
        width: 13%;
    }
    .cart_footer_skeleton {
        position: fixed;
        bottom: 0;
        width: 100%;
        /* background-color: #dedede; */
        padding: 15px;
        z-index: 9;
        height: 197px;
        background-image: linear-gradient(90deg, #cecece 0px, rgb(195 195 195 / 80%) 40px, #e0e0e0 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
    }
    .timing_section_skeleton{
        float: left;
        width: 100%;
        height: 35px;
        margin-top: 5px;
        border-radius: 20px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;        
    }
    .total_p_skeleton {
        float: left;
        width: 48%;
        height: 22px;
        margin-top: 10px;
        border-radius: 6px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;
    }
    .right_skeleton{
        float: right;
    }
    .order_now_skeleten{
        float: left;
        width: 100%;
        height: 45px;
        margin-top: 10px;
        border-radius: 30px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        position: relative;        
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }


    /*------------------- Order Success Skeleten ---------------------*/


    .order_success_skeleten {
        overflow: hidden;
        margin: auto;
        display: block;
        text-align: center;
    }
    .order_image_skeleten {
        width: 200px;
        height: 150px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-top: 40px;
    }
    .order_text_header_skeleten{
        width: 100%;
        height: 26px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 10px;      
        margin-top: 30px;      
    }    
    .order__sub_text_skeleten{
        width: 100%;
        height: 26px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 30px;      
        margin-top: 15px;      
    }    
    .order__info_text_skeleten{
        width: 100%;
        height: 26px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 10px;         
    }
    .successful_footer_btn_skeleten{

    }
    .sf_btn_style_skeleten {
        width: 48%;
        height: 60px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 10px;
        float: left;
    }
    .sf_btn_style_skeleten:last-child {
        float: right;
        margin-right: 0;
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }


    /*------------------- Order status Skeleten ---------------------*/


    .order_track_skeleten {
        position: relative;
    }
    .order_track_status_skeleten {
        float: left;
        margin-right: 10px;
    }  
    .order_track_status_dot_skeleten {
        display: block;
        width: 60px;
        height: 60px;
        background: #575757;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin-bottom: 10px;
        float: left;
    }    
    .order_track_text_skeleten {
        display: flex;
    }
    .order_track_text_stat_skeleten {
        display: block;
        width: 100%;
        height: 60px;
        background: #575757;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin-bottom: 10px;
        float: left;
    }
    .order_track_step_skeleten{
        width: 100%;
        height: 60px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 10px;
        float: left;
    }
    .order_status_button_skeleten{
        width: 100%;
        height: 60px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        float: left;        
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }

    /*------------------- Order details Skeleten ---------------------*/

    .order_dtls_skeleten{
        overflow: hidden;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
    }
    .img_left_skeleton {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin-bottom: 10px;
        float: left;
    }
    .content_right_skeleton {
        width: 89%;
        height: 120px;
        border-radius: 5px;
        background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
        background-size: 600px;
        animation: shine-lines 2s infinite ease-out;
        margin-bottom: 10px;
        float: right;
    }
    @keyframes shine-lines{}
      0%
        background-position: -100px
      
      40%, 100%
        background-position: 140px
    }
    @keyframes shine-avatar{
      0%
        background-position: -100px + $avatar-offset
      
      40%, 100%
        background-position: 140px + $avatar-offset    
    }


.bg_gr_fill{display:none;}

/*------------------- Media Queries ---------------------*/
 @media only screen and (max-width: 500px) {
 .bg_fill_grey_small{display:block;}
    }
@media only screen and (min-width: 500px) {
 .bg_fill_grey_700{display:block;}
.bg_fill_grey_small{display:none;}
    }
@media only screen and (min-width: 900px) {
 .bg_fill_grey_700{display:none;}
.bg_fill_grey_small{display:none;}
.bg_fill_grey_1000{display:block;}
    }


@media only screen and (max-width: 1700px){
    .own_slider {
        height: 440px;
    }

}
@media only screen and (max-width: 1600px){
    .own_slider {
        height: 410px;
    }
}


@media only screen and (max-width: 1500px){
    .own_slider {
        height: 380px;
    }
}

@media only screen and (max-width: 1400px){
    .own_slider {
        height: 360px;
    }
    .cart_info_btn {
        padding: 0px 20%;
    }

}

@media only screen and (max-width: 1300px){
    .item_list ul li:nth-child(1) {
        width: 20%;
    }
    .item_list ul li:nth-child(2) {
        width: 65%;
    }
    .full_width_wrap {
        padding: 0 5%;
    }
    .own_slider {
        height: 370px;
    }
    .customize_wrap .modal-dialog {
        padding:0px;
    }
    .images {
        height: 107px;
    }

}
@media only screen and (max-width: 1200px){
    .cart_list {
        margin: 50px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .full_width_wrap {
        padding: 0;
    }   
    .own_slider {
        height: 380px;
    }
    .offer_box p {
        font-size: 12px;
    }
    .offer_box h6 {
        font-size: 13px;
    }
    .choose_time ul li {
        width: 15%;
    }
    .successful_footer_btn button {
        font-size: 14px;
        width: 32%;
    }   
    .order_status_footer button {
        width: 100%;
    }
    .skip_info_btn {
        padding: 0px 15%;
    }
    .product_list_skeleton {
        width: 15.6%;
    }
    .img_left_skeleton {
        width: 100px;
    }    
}


@media only screen and (max-width: 1125px){
    .images img {
        /*width: 100%;*/
    }
}

@media only screen and (max-width: 1024px)
{
    /*body,.categories{ overflow: scroll !important; }*/
    .continer-fluid .col-md-6{ margin-bottom: 20px; }
    .left_col_btn{ margin-top: 25px !important }
    .right_bottom_buttons button{     padding: 6px 20px !important; }
    .right_cust_col{ max-height: 100%;
    height: auto; }
}
@media only screen and (max-width: 1024px){
    .left_cust_col,.right_cust_col
    {
        min-height: auto;
    max-height: 100%;
    }
    .right_bottom_buttons{ position: relative; }
    .price_side {
        float: inherit;
        text-align: center;
    }   
    .offer_side {
        float: inherit;
        text-align: center;
    }
    .right_bottom_buttons {
        position: relative;
        bottom: 0;
        right: 0px;
        float: right;
        margin-top: 10px;
    }
    .offer_box h6 {
        font-size: 12px;
    }
    .offer_box p {
        font-size: 12px;
    }
    .viewcosut_btn {
        padding: 5px 8px;
        font-size: 13px;
    }
    .options_list h4 {
        font-size: 16px;
    }
    .option_right h6 {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .option_right h5 {
        font-size: 18px;
        margin: 0;
    }
    .cart_list {
        margin: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .own_slider {
        height: 350px;
    }
    .categories_skelton {
        margin: 5px;
        width: 14.2%;
    }
    .swiper-container p {
        font-size: 22px;
    }
    .cart_footer {
        padding: 15px 5%;
    }
    .checkout_footer {
        padding: 20px 5%;
    }
    .popup_wrap .modal-content {
        padding: 20px 5%;
    }
    .shedulepopup .modal-dialog {
        /*padding: 0 5%;*/
    }
    .cart_body ul li h4 {
        font-size: 16px;
    }  
    .successful_info img {
        width: 20%;
    }
    .cart_info_btn {
        padding: 0px 15%;
    }    
    .img_left_skeleton {
        width: 95px;
    }
}
@media only screen and (max-width: 420px)
{
    .column_box{ width: 100%; }
}

@media only screen and (max-width: 992px){
    .categories_wrap ul li {
        width: 14.2%;
        float: left;
        border-radius: 10px;
    }
    .cate_name {
        font-size: 14px;
    }
    .contents.text-center {
        padding: 5px;
    }
    .offer_box p {
        font-size: 11px;
    }
    .offer_box h6 {
        font-size: 11px;
    }
    .viewcosut_btn {
        padding: 5px 5px;
        font-size: 12px;
    }
    .item_list ul li:nth-child(1) {
        width: 25%;
    }
    .item_list ul li:nth-child(2) {
        width: 25%;
    }
    .item_list ul li:nth-child(2) {
        width: 60%;
    }   
    .item_list h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .item_list h4 {
        font-size: 15px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 5px !important;
    }
    .own_slider {
        height: 300px;
    }
    .pro_height_fix {
        height: 90px;
    }
    .contents.text-center {
        height: 125px;
    }
    .offer_available .contents.text-center {
        height: 160px;
    }    
    .address_list p {
        width: 92%;
    }
    .cart_list {
        margin: 0px 25px;
    }
    .images {
        height: 80px;
    }
    .successful_footer_btn button {
        font-size: 18px;
        width: 50%;
        line-height: 40px;
    }
    .successful_info img {
        width: 25%;
    } 
    .order_status_footer button {
        width: 80%;
    }
    .product_list_skeleton {
        width: 15.4%;
    } 
    .img_left_skeleton {
        width: 85px;
    }

}

@media only screen and (max-width: 900px){
    .left_cust_col {
        padding: 0px 20px 20px;
    }
    .offer_box p {
        font-size: 9px;
    }
    .offer_box h6 {
        font-size: 10px;
    }
    .offer_box {
        font-size: 12px;
        padding: 5px;
    }
    .price_button {
        font-size: 16px;
    }
    .viewcosut_btn {
        padding: 5px 5px;
        font-size: 10px;
    }
    .options_list h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .option_right h6 {
        font-size: 11px;
    }
    .option_right h5 {
        font-size: 15px;
    }
    .own_slider {
        height: 270px;
    }
    .swiper-container p {
        font-size: 20px;
    }
    .choose_time ul li {
        width: 18%;
    }
    .each_prdt_wrapper {
        width: 20%;
    }
    .pro_height_fix {
        height: 80px;
    }
    .contents.text-center {
        height: 115px;
    }
    .offer_available .contents.text-center {
        height: 145px;
    } 
    .product_list_skeleton {
        width: 18.6%;
    }
    .img_left_skeleton {
        width: 72px;
    }

}


@media only screen and (max-width: 767px){

    .back_btn {
        margin-left: 0px;
    }
    .company_logo {
        margin-right: 0px;
    }
    .categories_box {
        padding: 90px;
    }   
    .price_button {
        margin-top: 0px;
    }
    .conform_btn {
        float: inherit;
    }
    .cate_items_list {
        padding: 0px;
        border-radius: 5px;
    }
    .contents {
        padding: 8px 0 0 0;
    }
    .cate_items_list {
        margin-bottom: 10px;
    }
    .left_col_content h1 {
        font-size: 22px;
    }
    #myCarousel .carousel-item {
        min-height: 160px;
    }
/*  .over_flow_cls {
        max-height: 61vh;
        min-height: 61vh;
    }*/
    .cate_name {
        font-size: 12px;
    }
    .each_prdt_wrapper {
        width: 25%;
    }
    .item_list h3 {
        font-size: 16px;
        margin-top: 12px;
    }
    .options_list ul li {
        width: 30%;
    }
    .item_cart {
        width: 100%;
    }
    .cart_total{
        display: none;
    }
    .item_list ul li:nth-child(1) {
        width: 20%;
    }
    .item_list ul li:nth-child(2) {
        width: 65%;
    }
    .cart_footer button {
        width: 100%;
    }
    .own_slider {
        height: 240px;
    }
    .menu_bottom p {
        font-size: 12px;
    }
    .fixed_menu {
        display: block !important;
    }
    .categories_wrap {
        padding-bottom: 150px;
    }
    .pro_height_fix {
        height: 60px;
    }
    .categories_skelton {
        width: 22%;
    }
    .swiper-container p {
        padding-left: 100px;
        padding-right: 100px;
    }
    .contents.text-center {
        height: 95px;
    }
    .offer_box p {
        font-size: 12px;
    }
    .offer_box h6 {
        font-size: 13px;
    }
    #order_now {
        padding: 12px;
        font-size: 14px;
    }
    #shedule {
        padding: 12px;
        font-size: 14px;
    }
    .choose_time ul li {
        width: 30%;
    }
    .cart_footer {
        padding: 15px;
    }
    .timing_section {
        width: 100%;
    }
    .checkout_footer {
        padding: 20px;
    }
    .popup_wrap .modal-content {
        padding: 0px;
    }
    .shedulepopup .modal-dialog {
        padding: 0;
    }
    #shedule {
        display: none;
    }
    #order_now {
        width: 100%;
        margin-bottom: 10px;
    } 
    .offer_available .contents.text-center {
        height: 130px;
    }
    .successful_footer_btn button {
        width: 80%;
    }
    .successful_info img {
        width: 40%;
    }
    .order_status_footer button {
        width: 100%;
    }
    .order_status_footer button {
        font-size: 20px;
    }
    .skip_info_btn {
        bottom: 120px;
    }
    .item_skip_btn {
        bottom: 20px;
    }    
    .skip_info_btn button {
        padding: 12px;
    }
    .item_fullwidth_wrap {
        padding-bottom: 75px;
    }
    .after_footerfix {
        position: fixed;
        bottom: 105px;
    }
    .product_list_skeleton {
        width: 23.5%;
    }
    .img_left_skeleton {
        width: 65px;
    }
    .content_right_skeleton {
        width: 88%;
    }
}
@media only screen and (max-width: 700px){
    .categories_box {
        padding: 75px;
    }
    .billing_sec table tbody td {
        padding: 6px;
    }
    .slider_wrap .carousel-inner {
        /*height: 200px;*/
    }
    .slider_wrap .img-fluid {
        /*height: 200px;*/
    }
    .categories_wrap ul li {
        width: 20%;
    }
    .own_slider {
        height: 200px;
    }
    .offer_box h6 {
        font-size: 11px;
    }
    .offer_box p {
        font-size: 10px;
    }
    .product_list_skeleton {
        width: 23.2%;
    }
    .img_left_skeleton {
        width: 58px;
    }
}

@media only screen and (max-width: 600px){
    .categories_box {
        /*padding: 65px;*/
    }
    .each_prdt_wrapper {
        width: 33.3%;
    }
    .left_col_content {
        padding: 10px 15px 20px;
    }
    .column_box {
        width: 35%;
    }
    .scroll_icon{
        display: none !important;
    }
    .billing_tbl tbody tr td {
        font-size: 15px;
    }
    .cart_wrap .col-md-8 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .billing_sec .input-box {
        width: 100%;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500;
    }
    .billing_sec .change {
        width: 100%;
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 22px;
    }
    .pr_items {
        padding: 20px;
    }
    .price_list {
        padding: 10px 0;
        font-size: 16px;
    }
    .tot_det {
        font-size: 18px;
        padding-top: 20px;
    }
    .categories {
         /*margin-top: 170px;*/
    }
    .offer_box p {
        font-size: 14px;
        float: left;
    }
    .offer_box span {
        font-size: 14px;
        float: right;
    }
    .offer_box h6 {
        font-size: 15px;
        float: right;
        text-align: center;
    }
    .options_list ul li {
        width: 40%;
        padding: 8px;
    }
    .costomize_scrolling {
        padding: 10px 12px;
    }
    .item_list ul li:nth-child(1) {
        width: 25%;
    }
    .item_list ul li:nth-child(2) {
        width: 60%;
    }
    .own_slider {
        height: 190px;
    }
    .item_fullwidth_wrap {
       /* top: 105px;
        height: calc(100vh - 105px);*/
    }
    .product_tab ul li {
        margin-right: 10px;
        font-size: 15px;
    }
    .price_button {
        font-size: 15px;
    }
    .search_header_info_text p {
        font-size: 14px;
    }
    .contents p {
        font-size: 14px;
    }
    .swiper-container p {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 18px;
    } 
    .order_status_footer button {
        font-size: 18px;
    }
    .skip_info_btn {
        padding: 0px 20%;
    }
    .skip_info_btn p {
        font-size: 16px;
    }
    .categories_list img {
        height: 90px;
    }
    .product_list_skeleton {
        width: 31.2%;
    }
    .img_left_skeleton {
        width: 47px;
    }

}

@media only screen and (max-width: 500px){
    .language button {
        width: 100% !important;
        margin-bottom: 12px;
    }
    .left_col_content h1 {
        font-size: 20px;
    }
    .price_side {
        font-size: 16px;
        font-weight: 400;
    }   
    .left_col_btn {
        margin-top: 15px !important;
    }
    .column_box {
        width: 43%;
    }
    .column_box {
        padding: 10px;
    }   
    .billing_sec table tbody td {
        padding: 3px;
    }
    .cart_info_btn p {
        font-size: 15px;
        text-align: left;
    }
    .cart_count {
        top: 12px;
        right: 15px;
        font-size: 16px;
    }
    #myCarousel h4 {
        font-size: 30px;
        margin-bottom: 4px;
    }
    .cate_name {
        font-size: 12px;
    }
    .slider_wrap .img-fluid {
        /*height: 180px;*/
    }
    .slider_wrap .carousel-inner {
        /*height: 180px;*/
    }
    .offer_box span {
        font-size: 12px;
    }
    .offer_box p {
        font-size: 12px;
    }
    .item_list h4 {
        font-size: 16px;
    }
    .item_list h3 {
        font-size: 16px;
        margin-top: 10px;
    }
    .item_list ul li:nth-child(1) {
        width: 25%;
    }
    .item_list ul li:nth-child(2) {
        width: 60%;
    }
    .item_list ul li {
        padding: 8px;
    }
    .offer_box h6 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .checkout_section h4 {
        font-size: 16px;
    }
    #owl-demo .item img {
        /*height: 160px;*/
    }
    .fixed_menu {
        padding: 10px;
    }
    .menu_bottom p {
        font-size: 11px;
    }
    .own_slider {
        height: 170px;
    }
    .contents p {
        font-size: 13px;
    }
    .cart_empty_msg button {
        padding: 12px;
    }
    .choose_time ul li {
        padding: 12px 3px;
    }   
    .shedulepopup_info_text p {
        font-size: 14px;
    }
    .shedulepopup_info_text span {
        font-size: 14px;
    } 
    .shedulepopup_info_text {
        padding: 25px 15px;
    } 
    .options_list ul li {
        margin-bottom: 10px;
    }
    .address_list p {
        width: 90%;
    }
    .header_close_btn {
        left: 10px;
        width: 20px;
    }   
    .images {
        height: 108px;
    }
    .successful_footer_btn button {
        width: 100%;
    }
    .order_dtls h4 {
        font-size: 18px;
    }
    .order_dtls ul li {
        font-size: 14px;
    }
    .img_left {
        width: 15%;
    }
    .content_right {
        width: 83%;
    }
    .successful_info img {
        width: 50%;
    } 
    .order-track-text-stat {
        font-size: 16px;
    }
    .categories_wrap ul li {
        width: 33%;
    } 
    .order-track-text-sub {
        font-size: 14px;
    } 
    .order_dtls span {
        font-size: 14px;
    }
    .skip_info_btn {
        bottom: 105px;
    }
    .item_skip_btn {
        bottom: 20px;
    }    
    .skip_info_btn p {
        font-size: 15px;
    }
    .stcky_btn {
        bottom: 120px;
    }
    .sticky_info {
        bottom: 140px;
    }
    .header_search.search_only {
        width: 65% !important;
    }
    .online_orders h3 {
        font-size: 16px;
        padding: 8px;
    }
    .order_dtls h4 {
        font-size: 16px;
    }   
    .acc_info h4 {
        font-size: 18px;
    }
    .skip_info_btn {
        padding: 0px 15%;
    }
    .item_fullwidth_wrap {
        padding-bottom: 90px;
    }
    .after_footerfix {
        position: fixed;
        bottom: 95px;
    }
    .categories_wrap {
        padding-bottom: 140px;
    }
    .product_list_skeleton {
        width: 47.2%;
    }
    .content_right_skeleton {
        width: 82%;
    }   
    .img_left_skeleton {
        width: 54px;
    }

}



@media only screen and (max-width: 450px){
.each_prdt_wrapper {
    width: 50%;
}

@media only screen and (max-width: 400px){
    

    
    header.top_header .title {
        font-size: 18px;
    }
    header.top_header {
        padding: 15px 10px;
    }
    .back_btn {
        margin-left: 0px;
    }
    .company_logo {
        margin-right: 0px;
    }   
    .categories_box {
        /*padding: 50px;*/
    }
    .scroll_icon .scroll_up i, .scroll_icon .scroll_down i {
        padding: 5px;
    }
    .cate_name p {
        font-size: 16px;
        line-height: 18px;
    }
    .btn.btn-success.btn-primary.unit-btn {
        width: 45%;
        margin-bottom: 3px;
    }
    .tippy-tooltip.light-border-theme {
        max-width: 260px !important;
    }
    .left_cust_col {
        padding: 0px 0px 20px;
    }
    .column_box {
        width: 40%;
    }
    .cart_info_btn {
        padding: 0px 8%;
    }
    .cate_name {
        font-size: 12px;
        font-weight: 600;
    }
    .slider_wrap .img-fluid {
        /*height: 150px;*/
    }
    .slider_wrap .carousel-inner {
        /*height: 150px;*/
    }
    .header_info_text p {
        font-size: 13px;
    }
    .star_icon {
        right: 12px;
    }
    .cate_name {
        height: 30px;
    }
    .categories_wrap ul li {
        width: 33%;
    }
    .address_list p {
        width: 85%;
    }
/*  .qty_decr.qty_change {
        height: 24px;
        width: 24px;
        line-height: 14px;
        font-weight: 400;
    }*/
    /*.qty_incr.qty_change {
        font-size: 22px;
        height: 24px;
        width: 24px;
        line-height: 19px;
        font-weight: 400;
    }*/
/*  .cart_incr_decr .qty_incr {
        font-size: 24px;
        height: 28px;
        width: 28px;
        line-height: 24px;
        border-radius: 40px;
        color: #fff;
        text-align: center;
        font-weight: 600;
    }   
    .cart_incr_decr .qty_decr {
        line-height: 15px !important;
        background-color: transparent;
        border: 2px solid #fff;
        font-weight: 600;
        height: 28px;
        width: 28px;
    }*/
    .categories {
        margin-top: 0px;
    }
    .offer_box p {
        font-size: 12px;
    }
    .offer_box h6 {
        font-size: 12px;
    }
    .offer_box {
        padding: 3px;
    }
    .item_list ul li:nth-child(1) {
        width: 25%;
    }
    .item_list ul li:nth-child(2) {
        width: 60%;
    }
    .item_list ul li:nth-child(3) {
        width: 15%;
    }   
    .item_list ul li {
        padding: 8px;
    }
    .item_list h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .item_header p {
        font-size: 16px;
    }
    .item_list h3 {
        font-size: 15px;
        margin-top: 10px;
    }
    .cart_footer h4 {
        font-size: 16px;
    }
    .viewcosut_btn {
        padding: 5px 3px;
        font-size: 9px;
    }
    .item_list {
        height: calc(100vh - 300px);
    }
    #order_now {
        width: 100%;
        margin-right: 10px;
    }
    #shedule {
        width: 40%;
    }    
    .cart_btn_wrap img {
        width: 16px;
    }
    .cart_btn_wrap button {
        padding: 10px 5px;
        font-size: 13px;
    }   
    span.qty_count {
        width: 40px;
    }
    .number_count_section p {
        width: 35px;
    }
    .number_count_section p:last-child {
        font-size: 25px;
        line-height: 33px;
    }
    .options_list ul li {
        width: 45%;
        margin-right: 8px;
        margin-bottom: 10px;
    }
    .option_right h6 {
        font-size: 10px;
    }
    .option_right h5 {
        font-size: 14px;
    }
    .instruction_wrap p {
        font-size: 14px;
    }
    .instruction_wrap input {
        font-size: 13px;
    }
    .review_section h4 {
        font-size: 15px;
    }
    .pro_details p {
        font-size: 12px;
    }
    .reviews_bottom {
        padding: 5px 0;
    }
    .reviews_bottom button {
        font-size: 12px;
        margin-left: 5px;
    }
    .reviews_bottom p {
        font-size: 12px;
        margin-left: 6px;
        margin-top: 4px;
    }
    .cust_profile {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .radio_c_mark {
        height: 20px;
        width: 20px;
    }
    .radio_wrap .radio_c_mark:after {
        width: 12px;
        height: 12px;
    }
    .radio_wrap {
        right: 0px;
    }
    .reviews_bottom button {
        margin-top: 3px;
    }
    .fixed_menu {
        padding: 14px 0;
    }
    .menu_bottom p {
        font-size: 10px;
    }
    .menu_bottom i {
        font-size: 16px;
    }
    .own_slider {
        height: 140px;
    }
    .each_prdt_wrapper {
        width: 50%;
    }
    .contents p {
        font-size: 13px;
    }
    .dd-menu {
        width: 250px !important;
    }
    .cart_empty_msg h3 {
        font-size: 20px !important;
    }
    .cart_empty_msg h5 {
        font-size: 14px;
        max-width: 250px;
        line-height: 20px;
    }
    .categories_skelton {
        width: 46%;
    }
    .swiper-container p {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px;
    }
    .contents.text-center {
        height: 95px;
    }
    .contents h6 {
        font-size: 14px;
    }
    .choose_time ul li {
        width: 47%;
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 12px 5px;
    }
    .choose_time {
        padding: 10px;
    }
    .choose_date {
        padding: 10px;
    }
    .item_list img {
        height: 60px;
    }
    .item_list_closeBtn {
        top: 68px;
    }
    .options_list h4 {
        font-size: 12px;
    }
    .radio_c_mark {
        right: 5px;
    }
    .Checkboxes {
        right: 20px;
    }
    .address_form input[type="text"] {
        padding: 10px 0;
    }
    .address_form {
        margin-bottom: 10px;
    }
    .address_form input[type="text"][required] + label[placeholder]:before {
        font-size: 13px;
    }
    .address_confirm_body .save_btn {
        padding: 6px;
        width: 70%;
    }
    .checkout_footer button {
        padding: 15px;
    }
    .cancel_btn {
        padding: 10px 4px;
    }
    .images {
        height: 96px;
    }
    .offer_available .contents.text-center {
        height: 125px;
    }
    .successful_footer_btn button {
        font-size: 14px;
        padding: 10px 8px;
        margin-bottom: 15px;
    }
    .successful_info p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .successful_info span {
        /*font-size: 13px;*/
    }
    .order_dtls h4 {
        font-size: 16px;
    }
    .order_dtls_footer button {
        font-size: 15px;
        padding: 8px;
    }
    .order_dtls ul:first-child {
        width: 60%;
    }
    .order_dtls ul:last-child {
        width: 40%;
    }
    .order_dtls ul li {
        font-size: 13px;
    } 
    .order_status_footer button {
        font-size: 18px;
    } 
    .addmore_items {
        margin-top: 0px;
    }
    .order_status_footer button {
        margin-bottom: 10px;
    }
    .order-track-text-stat {
        font-size: 15px;
    }
    .addmore_items {
        margin-bottom: 0;
    }
    .order-track-step {
        height: 50px;
    }
    .order_success:after {
    }    
    .order-track-text-sub {
        font-size: 14px;
    }
    .order-track-status-dot {
        width: 25px;
        height: 25px;
    }
    .order_success .order-track-status-dot {
        width: 25px;
        height: 25px;
    }
    .skip_info_btn {
        padding: 0px 10%;
    }
    .skip_info_btn p {
        font-size: 16px;
    }
    .successful_info h4 {
        font-size: 18px;
    }
    .skip_info_btn button {
        padding: 10px;
    }
    .items_sticky .stcky_btn {
        bottom: 20px;
    }
    .items_sticky .sticky_info {
        bottom: 110px;
    }
    header.top_header {
        padding: 15px 8px;
    }
    .header_search.search_only {
        width: 60% !important;
    }
    .menu_bottom li {
        padding: 8px;
    }
    .address_div h3 {
        font-size: 16px;
    }
    .acc_info h4 {
        font-size: 16px;
    }
    .acc_info p {
        font-size: 14px;
    }
    .my_acc_div .right_arrow {;
        padding: 10px;
    }
    .my_add_page .acc_icon {
        margin-right: 10px;
        font-size: 26px;
    }
    .acc_info {
        padding-left: 35px;
    }
    .full_width_wrap {
        height: calc(100vh - 110px);
    }
    .skip_info_btn {
        bottom: 95px;
    }
    .item_skip_btn {
        bottom: 20px !important;
    }
    .categories_wrap {
        padding-bottom: 120px;
    }
    .after_footerfix {
        position: fixed;
        bottom: 75px;
    }
    .product_list_skeleton {
        width: 46%;
    }
    .content_right_skeleton {
        width: 80%;
    }
    .img_left_skeleton {
        width: 40px;
    }



}

@media only screen and (max-width: 350px){
    .order_status_footer img {
        margin-right: 5px;
        width: 25px;
    }
    .order_status_footer button {
        font-size: 14px;
        line-height: 28px;
    }        
}
@media only screen and (max-width: 320px){
    .images {
        height: 80px;
    }
}

@media only screen and (max-width: 300px){
    .top_header .title {
        font-size: 16px;
    }
    .shedulepopup_info_text {
        padding: 15px;
    }    
    .choose_time ul li {
        width: 100%;
    }    
    .qty_span {
        /*padding: 3px 15px;*/
    }
    .qty_decr.qty_change {
        height: 27px;
        width: 28px;
        line-height: 16px;
    }   
    .qty_incr.qty_change {
        font-size: 27px;
        height: 27px;
        width: 30px;
        line-height: 22px;
    }
    .each_prdt_wrapper {
        width: 50%;
    }
    .header_info_text p {
        font-size: 12px;
    }
    .custom_body p {
        font-size: 14px;
    }
    .options_list ul li {
        width: 65%;
    }
    .cart_btn_wrap button {
        padding: 10px 4px;
        font-size: 10px;
    }
    .quantity_section {
        padding: 8px;
    }   
    .number_count_section p {
        width: 30px;
    }
    .swiper-container p {
        font-size: 13px;
    }
    .reviews_bottom button {
        margin-left: 0px;
        float: left;
    }
    .search_header .header_search {
        width: 68%;
        margin: auto;
        margin-top: 10px;
        margin-left: 30px;
    }
    .item_list h3 {
        font-size: 13px;
        margin-top: 5px;
    }
    .item_list h4 {
        font-size: 13px;
        line-height: 18px;
    }
    .menu_bottom p {
        font-size: 8px;
    }
    .menu_bottom i {
        font-size: 15px;
    }
    .categories_wrap ul li {
        width: 50%;
    }
    .own_slider {
        height: 100px;
    }
    .cart_footer h4 {
        font-size: 14px;
    }
    .cart_footer p {
        font-size: 13px;
    }
    .timing_section h6 {
        font-size: 13px;
    }
    .timing_section {
        margin-bottom: 8px;
    }
    .categories_skelton {
        width: 45%;
    }
    .quantity_section h6 {
        font-size: 10px;
    }
    .contents p {
        font-size: 10px;
        margin-bottom: 0px;
    }
    .contents h6 {
        font-size: 13px;
    }

}


/* CSS specific to iOS devices */ 

@supports (-webkit-touch-callout: none) {
    /*header.top_header {
        padding-top: 10px;
    }   */
    /*.full_width_wrap {
        top: 135px;
        height: calc(100vh - 160px);
    }  */  
   /* .product_tab {
        top: 140px;
    }
    .item_fullwidth_wrap {
        top: 185px;
        height: -webkit-calc(100vh - 185px);
    }
    .swiper-container p {
        top: 30px;
    }
    .slider_close_btn {
        top: 40px;
    }
    .cart_bg_wrap {
        margin-top: 80px;
        height: calc(100vh - 190px);
    }
    .orders_wrap {
        top: 75px;
        height: calc(100vh - 155px);
    }
    .order_status_wrap {
        top: 85px;
        height: calc(100vh - 85px);
    }
    .order_details_wrap {
        top: 85px;
        height: calc(100vh - 85px);
    }
    .checkout_scrollBar {
        top: 85px;
        height: calc(100vh - 75px);
    }
    .popup_close_btn {
        top: 40px;
    }
    .address_confirm_body {
        margin-top: 85px;
    }
    .account_wrap {
        top: 85px;
        height: calc(100vh - 162px);
    }
    .fixed_menu {
        position: sticky;
    }
    .full_width_wrap {
        height: calc(100vh - 75px);
        top: 150px;
    }
    .categories_wrap {
        padding-bottom: 180px;
    }
    .orders_wrap {
        height: calc(100vh - 75px);
        padding-bottom: 80px;
    }
    .cart_bg_wrap {
        margin-top: 90px;
        height: calc(100vh - 130px);
    }
    .account_wrap {
        height: calc(100vh - 75px);
    }*/
/*    .selection_cont {
        height: calc(100vh - 75px);
    }
    .country_area {
        height: calc(100vh - 75px);
    } */   
    /*.item_list {
        height: calc(100vh - 75px);
    }
    .back_btn {
        top: 12px;
    }
    .header_check {
        top: 42px;
    }
    .top_header .back_btn {
        top: -4px;
    }
    .stcky_btn {
        bottom: 250px;
    }
    .sticky_info {
        bottom: 270px;
    }
    .categories_list {
        margin-bottom: 0;
    }
    .div#add_address{
        overflow: hidden;
    }
    .address_confirm_body {
        overflow: hidden !important;
    }
    .address_form input::-webkit-scrollbar {
        display: none;
    }
    body .shedulepopup.modal-open {
        overflow: hidden;
    }
    .search_open_bg {
        height: calc(100vh - 85px);
        top: 85px;
    }
    .categories_wrap {
        padding-bottom: 210px;
    }
    .orders_wrap {
        top: 85px;
    }
    .search_listing {
        height: calc(100vh - 90px);
        top: 22px;
        position: relative;
    }
    .search_product_view {
        position: relative;
        top: 35px;
    }
    .search_fullwidth {
        top: 85px !important;
        height: calc(100vh - 85px) !important;
    }
    .shedulepopup .modal-content {
        overflow: hidden;
        overflow: -moz-scrollbars-vertical;
    }
    .shedulepopup .modal-content {
        height: 100vh;
        overflow: hidden;
        overflow: -moz-scrollbars-vertical;
    }
    .shedulepopup {
        overflow: hidden;
        height: 100vh;
        overflow: -moz-scrollbars-vertical;
    }
    .successful_closebtn {
        top: 10px;
    }
    .shedulepopup .modal-dialog{
        overflow-y: initial !important
    }
*/


}