/*your custom css goes here*/
.button_add_to_bag {
    margin-top: 2px !important;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

/* logo image */

.logo_image {
    height: 52px;
    padding-top: 1px;
}

.global_search_box {
    height: calc(1.3125rem + 1.2rem + -1px);
}

.logo_search_container {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* product carousel  */
.slick-slide {
    height: auto;
}

/* ================ */
/* for top mega menu implementation */

.all_department_menu {
    position: relative;
    /* box-shadow: 4px 4px 40px rgb(0 0 0 / 8%); */
}

.department_items .nav_mega_menu {
    position: absolute;
    top: 150%;
    transition: .5s;
    left: 50%;
    transform: translate(-50%, -9%);
    width: 100%;
    background: #F2F4F8;
    /* border-radius: 10px; */
    /* max-height: 622px; */
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding-left: calc(2% + 26px);
    z-index: 999;
    height: 50vh;
}

.department_items ul li:hover .nav_mega_menu {
    top: 165%;
    visibility: visible;
    opacity: 1;
}

/* .dropdown:hover>.dropdown-menu {
    display: inline;
  }

  .dropdown>.dropdown-toggle:active {
      pointer-events: none;
  }
  .dropdown-menu-side {
    transform: translate(77%, -37%) !important;
}

.nav-item .dropdown-toggle::after {
    border: 0;
    content: "\25BA";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    margin-left: 0.3rem;
}

.dropdown-menu-side {
    border-color: transparent;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2.5rem 0;
    border-radius: 0px;
    max-width: 100%;
    background-color: transparent;
}

.dropdown-menu-side .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    white-space: nowrap;
    background: #F2F4F8;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-menu-side .dropdown-item:hover {
    background-color: #E50023 !important;
    color:white !important;
    border: none;
    text-align: left;
}

*/

.nav_mega_menu .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color);
    margin-bottom: 24px;
}

.nav_mega_sub_items a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #787E8D !important;
    margin-bottom: 5px;
    transition: .5s;
}

/* .nav_mega_sub_items a:hover {
    color: var(--primary-color) !important;
} */


.nav_mega_menu .nav_mega_content {
    max-width: 1800px;
    padding: 30px 10px;
    /* display: flex; */
    flex-wrap: wrap;
    margin: auto;
}

.nav_mega_item {
    margin: 0px 15px;
    margin-bottom: 64px;
    max-width: 200px;
    width: 100%;
}

.nav_mega_menu .card-columns .card {
    padding-left: 20px;
    background-color: transparent !important;
}

/*new category menu*/

.all_department ul {
    margin-bottom: 0;
    padding: 0;
}

.all_department ul li {
    list-style: none;
}

.all_department ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #666 !important;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    display: flex;
}

.all_department ul li a svg {
    margin-right: 18px;
}

.desktop_nav {
    /* background-color: #ce450a; */
    background-color: var(--primary);
    /* background-color: #FFFFFF; */
}

.desktop_nav_items ul {
    margin: 0;
    display: flex;
}

.desktop_nav_items ul li {
    margin: 0px 20px;
    list-style: none;
}

.desktop_nav_items ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* text-transform: capitalize; */
}

.all_department_menu {
    /* background: #fff; */
    padding: 7px 0;
}

.all_department_menu_desktop {
    display: none;
}

.all_department_menu .department_items ul.float_nav_item {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    overflow-x: auto;
}

.all_department_menu .department_items ul li {
    list-style: none;
}

/* .all_department_menu .department_items ul li:last-child a {
    margin-bottom: 80px;
} */

.all_department_menu .department_items ul>li a {
    color: #787e8d;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    transition: 0.2s;
    font-weight: 700 !important;
}
.all_department_menu .department_items ul>li a span {
    margin-top: 2px;
}

/* .float_nav_item>li a:hover {
    color: var(--primary-color);
    -webkit-filter: invert(0%) grayscale(100%) brightness(93%) sepia(81%) hue-rotate(-49deg) saturate(400%) contrast(5);
} */

.all_department_menu .department_items ul li a img {
    display: block;
    margin: 0 auto;
}

.all_department-mega-menu {
    display: block;
}

.all_department_menu .department_items ul li a span {
    display: block;
}

.mega_menu_head {
    color: #E50023;
    font-weight: bold;
}


.all_department-mega-menu-items {
    height: 600px;
    background: #f2f4f8;
    border-radius: 10px;
    margin-top: 15px;
}

/* Responsive  */

/* Navbar responsive + Mega menu desktop */
@media screen and (max-width:1400px) {

    .desktop_nav_items ul li a,
    .all_department ul li a,
    .hotline_area ul li a {
        font-size: 14px;
    }

    .desktop_nav_items ul li {
        margin: 0px 10px;
    }

    .hotline_area span {
        display: none;
    }

    .nav_mega_menu .title {
        font-size: 14px;
        line-height: 10px;
    }

    .nav_mega_sub_items a {
        font-size: 12px !important;
    }

    .department_items .nav_mega_menu {
        width: 99%;
        padding-left: 5px;
    }
    .res-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

}

/* homepage featured category icons sizes */

.featured_category_item .img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: scale-down;
}

/* product listing section */
.aiz-p-hov-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_to_bag {
    /* padding: 9px; */
    padding: 0px;
    text-align: center;
    width: 100%;
    background-color: var(--primary);
    color: white;
    border-radius: 8px;
    border: none;
    min-height: 35px;
}

.counter_btn {
    max-width: 200px;
    display: flex;
    margin: auto;
    /* display: none; */
    min-height: 30px;
}

.counter_btn .add_to_bag:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.counter_btn input {
    border: none;
    background-color: #FFEBEB;
    color: var(--primary-color);
    font-size: 18px;
    width: 50%;
}

.counter_btn .add_to_bag:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.counter_btn button {
    width: 25%;
    font-size: 20px;
}

#cart_floating_counter {
    background-color: var(--soft-primary) !important;
    width: 98px;
    height: 82px;
    position: fixed;
    top: 50%;
    right: 0%;
    z-index: 9999999;
    padding: 8px;
    text-align: center;
    font-weight: 600;
}



/*FOR WINDOW OFFER POPUP*/
.offer_popup_modal {
    height: 450px !important;
    width: 600px !important;
}
.offer_popup .offer_popup_img {
    width: 600px !important;
    height: 450px !important;
}

.offer_popup > h3 {
    font-family: helveticacondensedlight;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    font-family: source sans pro,sans-serif;
    padding: 10px 20px;
    position: absolute;
}

.offer_popup button{
    width: 300px;
    height: 200px;
    border: 0;
    cursor: pointer;
    font-size: 2rem;
}

.offer_popup .offer_details_btn {
    position: absolute !important;
    margin-top:-50px !important;
    width: 100% !important;
}
/*FOR WINDOW OFFER POPUP*/

.topping_items_list_pDetails ul>li {
    list-style: none;
}

.required {
    color: red;
}


.featured_category_item a{
    display: block;
    text-align: center;
}
.featured_category_item .image-block {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: auto;
    padding: 5px;
    max-height: 200px;
    min-height: 200px;
}

.featured_category_item img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 100%;
}
.feature_category_item_name {
    font-size: 14px;
    font-weight: 500;
}
/* GLOBAL CSS */

/* PADDING RIGHT */
.pl-0{
    padding-left: 0px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-15{
    padding-left: 15px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-25{
    padding-left: 25px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.pl-35{
    padding-left: 35px !important;
}

.pr-0{
    padding-left: 0px !important;
}


/* PADDING LEFT */
.pr-0{
    padding-left: 0px !important;
}
.pr-10{
    padding-left: 10px !important;
}
.pr-15{
    padding-left: 15px !important;
}
.pr-20{
    padding-left: 20px !important;
}
.pr-25{
    padding-left: 25px !important;
}
.pr-30{
    padding-left: 30px !important;
}

/* PADDING TOP */
.pt-0 {
    padding-top: 0px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}


/* PADDING BOTTOM */
.pb-0{
    padding-bottom: 0px !important;
}
.pb-10{
    padding-bottom: 10px !important;
}
.pb-15{
    padding-bottom: 15px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.pb-25{
    padding-bottom: 25px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-35{
    padding-bottom: 35px !important;
}

/* MARGIN LEFT */
.ml-10 {
    margin-left: 10px !important;
}
.ml-13 {
    margin-left: 13px !important;
}
.ml-15 {
    margin-left: 15px !important;
}



/* custom_style_category */
.custom_style_category a {
    display: block;
    width: 100%;
    height: 115px;
    background-position: center;
    position: relative;
    background-size: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.custom_style_category a img {
    object-fit: cover;
}
.custom_style_category a .category_name_custom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 10px;
    background-color: rgba(206,69,6,0.85);
    color: white;
}
.header-select {
    background-color: #f1edeb;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-color: #f1edeb;
    padding: 8px 10px;
}
.header-search-input {
    background-color: #f9f4f2;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-color: #f9f4f2 !important;
    height: 43px;
}
.header-select:focus {
    border-color: var(--primary);
    box-shadow: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.h-450 {
    height: 450px !important;
}

.category-nav-element img {
    transition: all 0.3s ease;
}
.category-nav-element:hover img {
    transform: scale(1.1);
}



/* custom-select-box */
.custom-select-box {
    position: relative;
}
.custom-select-box button {
    background-color: #f1edeb;
    color: #898b92;
    border: 1px solid #f1edeb;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 42px;
    padding: 8px 10px;
    width: 130px;
    font-weight: 400;
}
.custom-select-box.show button {
    border-color: var(--primary);
    background-color: #fff;
    border-radius: 4px;
    color: #263238;
}
.custom-select-box.show button:after {
    color: #263238;
}

.custom-select-box .dropdown-menu {
    border: none;
}
.custom-select-box .dropdown-menu li a .icon svg {
    width: 20px;
    margin-right: 10px;
}
.custom-select-box .dropdown-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 10px;
    height: 34px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}
.custom-select-box .dropdown-menu li a:hover {
    background-color: var(--primary);
    color: white;
}
.hideshow-icon {
    position: relative;
}
.hideshow-icon i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);

}

.hideshow-icon-profile i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-track {
    margin-left: unset !important;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
.coupon-image {
    position: relative;
    max-height: 218px;
    overflow: hidden;
}
.coupon-image .coupon {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--primary);
    color: white;
    border-radius: 4px;
    border: none;
}
.coupon-item .coupon-text a {
    font-size: 14px;
}
.coupon-item .coupon-text .date {
    font-size: 12px;
}
.coupon-img,
.coupon-img img{
    width: 100%;
}
.coupon-image .discount-offer{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-direction: column;
    line-height: 12px;
    font-weight: 600;
    box-shadow: 3px 0px 10px 0px rgba(255,78,0,0.1);
}
.coupon-image .discount-offer span {
    font-size: 10px;
}

.coupon-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.4);
    color: white;
}

.coupon-message {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}
.coupon-message span {
    background-color: rgba(255,255,255,0.90);
    color: white;
    display: block;
    padding: 10px;
    border-radius: 4px;
    color: #111;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.coupon_list_bg {
    border-color: #2d3748 !important;
    background-color: var(--soft-primary) !important;
}

.minusMY{
    margin-left: -5px;
    margin-right: -5px
}

.text-white-90 {
    color: #efefef;
}
.mxh-300 {
    max-height: 300px;
}

.pay_cutlery_div {
    display: flex;
    align-items: center;
    padding-left: 17px;
}

.pay_cutlery_div .aiz-switch-success {
    display: flex;
    align-items: center;
}


.aiz-megabox > input:checked ~ .aiz-megabox-elem, .aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--primary);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.aiz-megabox .aiz-megabox-elem {
    border: 2px solid #e2e5ec;
}

#cart_floating_counter{
    color: black;
}
#cart_floating_counter .icon {
    color: var(--primary);
}
.text-black {
    color: black;
}

@media screen and (max-width:990px) {
    .border-left{
        border-width: 0 !important;
    }
    .border-right{
        border-width: 0 !important;
    }
    .forResponsive .h3,
    .forResponsive .fs-20,
    .forResponsive strong.h2.fw-600.text-primary {
        font-size: 1rem !important;
    }
    .forResponsive strong.h4.fw-600.text-primary {
        font-size: 1rem;
    }
    .forResponsive .aiz-megabox-elem{
        padding: 4px 8px !important;
    }
    .forResponsive .aiz-megabox-elem.color{
        padding: 3px 3px !important;
    }
    .forResponsive .aiz-megabox-elem.color .size-30px {
        width: 24px !important;
        height: 24px !important;
    }
    .forResponsive table td {
        font-size: 0.8rem;
    }
    .forResponsive .table-borderless {
        margin-bottom: 0;
    }
    .pl_0_max {
        padding-left: 0 !important;
    }
    .pr_0_max {
        padding-right: 0 !important;
    }
    .aiz-user-panel {
        overflow: hidden;
    }
    .aiz-user-panel .card-body {
        overflow-x: auto;
    }

    .f-size-25{
        font-size: 25px !important;
    }

    .cursor-pointer{
        cursor: pointer !important;
    }
    .responsive-btn-close {
        width: 30px;
        height: 30PX;
        line-height: 30PX;
        font-size: 0.8REM;
    }
    .add-cart-image {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
    .h5 {
        font-size: 1rem;
    }
    #cart_floating_counter {
        display: none;
    }
    .aiz-megabox-elem span {
        font-size: 12px !important;
    }
}

.available_days_box{
    background-color: #ebebeb;
    padding: 2px 6px;
    border-radius:2px;
    margin: 1px;
}

.tmrw-selected-product .aiz-card-box {
    background-color: var(--primary) !important;
}

.tmrw-selected-product div,
.tmrw-selected-product .text-primary,
.tmrw-selected-product .fs-15,
.tmrw-selected-product h3 a,
.tmrw-selected-product .rating i {
    color: white !important;
}
.tmrw-selected-product h3 a {
    display: block;
    margin-bottom: 7px;
}

.tmrw-selected-product .available_days_box{
    background:rgba(255,255,255,0.9);
    color:var(--primary);
}
.pr-10percent {
    padding-right: 10%;
}

