* {
    /*outline: 1px solid red;*/
}

.delivery_available{
    display: none;
}

.wdh_main_holder {
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    border-bottom: 1px solid lightgray;
    background: white;
}

.wdh_sb_main_holder {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    align-items: center;
}

.wdh_logo_a {
    display: block;
    margin-left: 5%;
}

.wdh_logo {
    height: 70px !important;
}

.wdh_clear_ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    background: #fff;
}

.wdh_border {
    border: 1px solid lightgray;
}

.wdh_md_menu_holder, .wdh_rgh_menu_holder {
    display: flex;
    gap: 1rem;
    margin: 0;
    align-items: center;
}

.wdh_mbl_shw_menu {
    display: none;
}


.wdh_scnvr {
    margin-top: 1.7%;
    border: 1px solid lightgray;
    /* border-top-width: 0; */
    background-color: white;
    padding-top: 1%;
    padding-bottom: 1%;
}

.wdh_has_lg_sub_menu:hover .wdh_shp_mt_dt_holder, .wdh_has_lg_sub_menu:hover .wdh_store_mn_holder {
    display: block;
    position: absolute;
    left: 0;
    /*top: 100%;*/
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 100px 50px -100px, rgba(0, 0, 0, 0.3) 0px 80px 10px -100px;
    z-index: 3;
}

.wdh_sub_menu {
    display: none;
}

.wdh_has_sub_menu {
    /*position: relative;*/
}

.wdh_has_sub_menu:hover .wdh_sub_menu {
    display: block;
    position: absolute;
    /*left: 0;*/
    padding: 0;
    width: 200px;
    right: 18%;
    background-color: transparent !important;
    padding-top: 2.2%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 100px 50px -100px, rgba(0, 0, 0, 0.3) 0px 80px 10px -100px;
    z-index: 1;
}

/* start */
.wdh_mob_shp_mt_dt_holder {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 10;
}

.wdh_mob_shp_mt_dt_holder h2 {
    margin: 0;
}

.wdh_shp_mt_dt_holder #wdh_tabs_custom_desktop, .wdh_in_bg_menu {
    width: 60%;
    border: 0;
    margin: auto;
    padding: 0;
}

.wdh_tabs-nav {
    padding: 0;
    margin-bottom: 1%;
    margin-top: 1%;
    cursor: pointer;
}

.wdh_tabs-nav li {
    border-bottom: 2px solid #929298;
}

.wdh_tab_active {
    border-bottom: 3px solid var(--themebg) !important;
    padding-bottom: 5px;
}

.wdh_tab_active span {
    color: var(--themebg);
    font-weight: 600;
}


/* start for mobile menus */

.wdh_mob_shp_mt_dt_holder #wdh_tabs_mob {
    border: 0;
    margin: auto;
    padding: 0;
    padding-top: 2%;
    padding-left: 4%;
    padding-bottom: 5%;
    padding-right: 1%;
}

/* end */

.wdh_tp_a {
    font-size: 16px;
    text-decoration: none !important;
    display: flex;
    gap: 7px;
    align-items: center;
    color: #212122;
    font-weight: 500;
    padding-bottom: 5px;
}

.wdh_active {
    border-bottom: 2px solid #148243;
}

.wdh_shopnow {
    background: linear-gradient(94.13deg, #009E36 3.27%, #007642 137.32%);
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    border:none !important;
}

.wdh_shopnow:hover {
    color: #fff !important;
    /* box-shadow: inset 5px 4px 4px rgba(0, 0, 0, 0.25); */
    background: #000 !important;
}

.wdh_tp_a:hover {
    border-bottom: 2px solid #148243;
    cursor: pointer;
}

.wdh_tp_rg_a {
    font-size: 0.9rem;
    text-decoration: none !important;
    text-transform: uppercase;
    display: flex;
    gap: 7px;
    align-items: center;
    height: 100%;
    color: #212122;
    font-weight: 600;
}

.wdh_tp_rg_a:hover {
    /* color: var(--themeborder); */
    cursor: pointer;
}

.wdh_tp_rg_a:hover .wdh_location_svg path {
    /* fill: var(--themeborder); */
}

.wdh_tp_rg_a_cart_holder {
    gap: 25px;
}

.wdh_rg_divider {
}

.wdh_mdt_holder {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.wdh_unset_case {
    text-transform: unset;
}

.wdh_md_tp, .wdh_rg_tp {
    margin: 20px;
    margin-left: 0;
    margin-right: 0px;
    position: relative;
}

.wdh_md_tp a:active {
    border-bottom: 2px solid #148243;
}

.wdh_md_tp:hover .wdh_icon_drp {
    transform: rotate(-180deg);
    transition: transform 0.2s;
}

.wdh_md_tp:hover .wdh_icon_drp path {
    fill: var(--themeborder);
}

.wdh_rg_tp:hover .wdh_icon_drp {
    transform: rotate(-180deg);
    transition: transform 0.2s;
}

.wdh_rg_tp:hover .wdh_icon_drp path {
    fill: var(--themeborder);
}


.wdh_cat_mn_holder {
    flex-wrap: wrap;
    gap: 1%;
}


.wdh_cat_type {
    background: var(--themebg);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    vertical-align: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 15%;
    box-sizing: border-box;
    margin-bottom: 1%;
    cursor: pointer;
    gap: 10%;
    border-radius: 8px;
}

.wdh_cat_type:hover {
    background: var(--themeborder);
}

.wdh_cat_type_holder {
    /* flex-basis: 20%; */
}

.wdh_cat_type .wdh_cat_name {
    color: white;
    font-size: 0.9rem;
    text-align: center;
}

.search-bar {
    position: relative;
    overflow: hidden;
    width: 200px;
    transition: width 0.5s;
}

.wdh_search_inp {
    padding: 8px;
    border: 1px solid var(--themeborder);
    border-radius: 4px;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    box-shadow: none;
}

.wdh_search_inp:focus {
    outline: none;
    border-color: var(--themeborder);
}

.wdh_mob_scnvr {
    margin-top: 2.1%;
    /*border: 1px solid lightgray;*/
    border-top-width: 0;
    /*background-color: #d3d3d32b;*/
    padding-top: 1%;
}

/* accordion-1 */
.wdh_mob_wrp_hld {
    position: relative;
    box-shadow: 0px 1px 4px #DBDBDB;
}

.wdh_mob_wrp_hld .wdh_head {
    background-color: #FFFFFF;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.wdh_mob_wrp_hld .wdh_icon_drp {
    transition: 0.25s ease;
    opacity: 0.3;
    /*transform: rotate(-90deg);*/
    margin-left: 1%;
    position: absolute;
    right: 15px;
}

/*.wdh_mob_wrp_hld .wdh_head:hover .wdh_icon_drp {*/
/*    opacity: 1;*/
/*}*/

.wdh_mob_wrp_hld .wdh_head:hover, .wdh_mob_wrp_hld .active {
    background-color: #49b2e924;
}

.wdh_mob_wrp_hld .arrow-animate {
    transform: rotate(-180deg);
    opacity: 1;
}

.wdh_mob_wrp_hld .content {
    background-color: #f8f8f8;
    display: none;
    /*padding: 20px 30px;*/
    color: #333333;
    /*padding-top: 3%;*/
}

.wdh_search_ico {
    cursor: pointer;
}

.wdh_mob_search_main_holder {
    position: absolute;
    background-color: white;
    width: 83%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -18px;
}

.wdh_mob_search_holder {
   position: relative;
   width: 80%;
}

.wdh_mob_tp_search_cls_btn {
    position: absolute;
    top: 16px;
    right: 3px;
    cursor: pointer;
    background: #fff;
}

.wdh_mb_cart_count {
    position: absolute;
    top: -8px;
    right: -15px;
    cursor: pointer;
    background: var(--themeborder);
    color: white;
    font-size: 0.8rem;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wdh_mob_search_holder .wdh_mob_input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.wdh_mob_search_holder .wdh_mob_input-text {
    padding: 16px 12px;
    border: 1px solid var(--themeborder);
    border-radius: 4px;
    font-size: 1rem;
    width: 20rem;
}

.wdh_mb_top_search_ico {
    margin-left: -13%;
}

.wdh_mob_search_holder .wdh_mob_search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #333;
    /* Change the color of the icon if desired */
}

.wdh_mob_menu_txt {
    font-weight: 500;
    font-size: 16px;
    color: #333 !important;
}

.wdh_md_loc_holder {
    align-items: center;
    width: 158px;
    display: flex;
    gap: 3%;
}

.wdh_cat_lnk {
    color: unset !important;
    text-decoration: none !important;
    display: contents;
}

.wdh_comm_menus_items {
    padding: 2px 17px;
}

.wdh_comm_menus_items a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    display: block;
    padding: 5px 0;
}

.wdh_comm_menus_items a:hover {
    color: var(--themeborder) !important;
}

/*mobile */
.wdh_comm_mob_menus_items {
    padding: 7px 22px !important;
    border-bottom: 1px solid lightgray;
}

.wdh_m-0 {
    margin: 0 !important;
}


.wdh_ms-1 {
    margin-left: 1%;
}

.wdh_ms-2 {
    margin-left: 2%;
}

.wdh_ms-3 {
    margin-left: 3%;
}

.wdh_me-1 {
    margin-right: 1%;
}

.wdh_me-2 {
    margin-right: 2%;
}

.wdh_me-3 {
    margin-right: 3%;
}

.wdh_ps-1 {
    padding-left: 1%;
}

.wdh_ps-2 {
    padding-left: 2%;
}

.wdh_ps-3 {
    padding-left: 3%;
}

.wdh_pe-1 {
    padding-right: 1%;
}

.wdh_pe-2 {
    padding-right: 2%;
}

.wdh_pe-3 {
    padding-right: 3%;
}

.wdh_pt-1 {
    padding-top: 1% !important
}

.wdh_pt-2 {
    padding-top: 2%;
}

.wdh_pt-3 {
    padding-top: 3%;
}

.wdh_pb-1 {
    padding-bottom: 1%;
}

.wdh_pb-2 {
    padding-bottom: 2%;
}

.wdh_pb-3 {
    padding-bottom: 3%;
}

.wdh_d-flex {
    display: flex;
}

.wdh_d_none {
    display: none;
}

.wdh_acnt_menu_main_holder {
    position: relative;
    display: flex;
}

.wdh_acnt_menu_main_holder .wdh_mb_user_menu_holder {
    display: none;
    position: absolute;
    top: 100%;
    right: 24px;
    background-color: white;
    width: 200px;
    border-radius: 5px;
    z-index: 1;
}

.wdh_acnt_menu_main_holder:hover .wdh_mb_user_menu_holder {
    display: block;
}

.wdh_mb_user_menu_holder .wdh_clear_ul {
    margin: 0;
}

.wdh_usr_ico_desk {
    display: none;
}

.wdh_cart_bag_main {
    position: relative;
    display: flex;
}

/*cart*/
.wdh_cart_sub_holder_open {
    width: 30%;
    margin: auto;
    border: 1px solid lightgray;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom .25s ease-in-out;
    background-color: white;
    z-index: 99;
}

.wdh_cart_sub_holder_close {
    bottom: -100%;
    width: 30%;
    margin: auto;
    border: 1px solid lightgray;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom .25s ease-in-out;
}

.wdh_cnt_menu {
    gap: 3.5rem;
}

.wdh_cart_hd {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
}

.wdh_car_hd_txt {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.wdh_cart_msg {
    background-color: var(--themebg);
    color: white;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
}

.wdh_cart_items_holder {
    padding-top: 2%;
    padding-bottom: 5%;
    padding-right: 3%;
    max-height: 385px;
    overflow-y: auto;
}

.wdh_cart_item_prd_txt {
    font-weight: 600;
    font-size: 0.9rem;
    height: 38px;
    height: 38px;
    color: #212122;
    line-height: 13px;
}

.wdh_prd_desc_holder {
    display: flex;
    flex-direction: column;
    padding-right: 3%;
    gap: 10%;
    flex-grow: 1;
    flex-basis: 50%;
}

.wdh_cart_item {
    display: flex;
    justify-content: center;
    padding-bottom: 2%;
    border-bottom: 1px solid lightgray;
    padding-top: 2%;
}

.wdh_prd_img_mn_holder {
    display: flex;
    justify-content: center;
    border: 1px solid lightgray;
    margin-right: 3%;
    margin-left: 2%;
}

.wdh_cart_prd_img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
}

.wdh_inc_main_holder {
    display: flex;
    flex-direction: column;
    gap: 10%;
    position: relative;
}

.wdh_qty_inp {
    border: 0 !important;
    width: 40px !important;
    font-size: 12px;
    text-align: center;
    height: 23px !important;
    background: unset !important;
}

.wdh_tier_qty_inp {
    width: auto !important;
}

.wdh_cart_neg, .wdh_cart_post {
    cursor: pointer;
    display: flex;
}

.wdh_cart_neg {
}

.wdh_cart_neg svg {
    margin-top: -3px;
}

.wdh_cart_post {
    margin-right: 5px;
}

.wdh_prd_mng {
    display: flex;
    gap: 5%;
    align-items: center;
}

.wdh_inc_holder {
    display: flex;
    border: 1px solid lightgrey;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.wdh_text_center {
    text-align: center;
}

.wdh_cart_rem_btn {
    color: red;
    /* text-decoration: underline; */
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
}

.wdh_checkout_btn {
    display: flex;
    background: var(--themebg);
    color: white;
    border-radius: 5px;
    width: fit-content;
    gap: 3%;
    padding: 8px;
    padding-right: 5%;
    align-items: center;
    cursor: pointer;
}

.wdh_cart_mn_total_holder {
    display: flex;
    justify-content: space-between;
    padding: 2%;
    align-items: center;
    border-top: 1px solid #d2d2d2;
    background-color: #f0f0f0;
}

.wdh_chk_main_holder {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
}

.wdh_cart_tp_close {
    cursor: pointer;
}

.wdh_brnd_name {
    font-size: 0.8rem;
    color: #212122;
    line-height: 13px;
    font-weight: 600;
}

.wdh_txt_price_dt_holder {
    text-align: end;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
    left: -45px;
    top: 30px;
    width: 130px;
    color: #212122;
    font-weight: 600;
}

.wdh_note_holder {
    max-width: 50%;
    color: #212122;
    overflow-wrap: break-word;
    font-size: 0.8rem;
}


.wdh_usr_text_desk, .wdh_loc_name {
    cursor: pointer;
    display: contents;
    text-transform: uppercase;
}

/* tab custom */

.wdh_tabs-nav {
    display: flex;
    gap: 3%;
    list-style: none;
    margin-left: 0;
}

.wdh_link {
    font-size: 1rem;
    text-decoration: none;
    color: #212122;
    font-weight: 600;
}

.wdh_link:hover {
    text-decoration: underline;
    color: var(--themeborder);
}

.wdh_tab_name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
}

.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-555f452[data-id="555f452"][data-element_type="column"] .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}

.wdh_homed_holder {
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
}

.wdh_homed_holder:hover {
    text-decoration: underline;
}

.wdh_truck_svg {
    margin-left: 5px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

.wdh_homed_holder:hover .wdh_truck_svg {
    margin-left: 10px;
    margin-right: 0px;
}

.wdh_homed_txt {
    padding-left: 1%;
    padding-right: 1%;
    color: #212122;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
}


.wdh_store_item_holder {
    display: flex;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 1px 0px #d2d2d2;
    border-radius: 10px;
    padding: 1%;
    gap: 3%;
    /*flex-basis: 50%;*/
    height: 200px;
    justify-content: space-around;
}

.wdh_store_pck_desc_hld {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex-basis: 55%;
    /*place-content: center;*/
    justify-content: space-around;
}

.wdh_store_pck_img_hld {
    display: flex;
    align-self: center;
}

.wdh_store_pck_img_hld img {
    height: auto;
    width: 138px;
    object-fit: fill;
}

.wdh_fail_holder {
    font-weight: 600;
}

.wdh_store_pck_cat_hld {
    display: flex;
    flex-direction: column;
    flex-basis: 35%;
    justify-content: center;
}

.wdh_store_pck_sub_cat_hld {
    display: flex;
    flex-direction: column;
    gap: calc(100% - -10px);
}

.wdh_store_pck_cat_items_qty_holder {
    font-weight: 600;
    /*font-size: 0.8rem;*/
    /*margin-bottom: 10%;*/
    padding-left: 1%;
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 10px;
}

.wdh_store_cat_item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 0.8rem;
}

.wdh_store_cat_item img {
    height:18px;
}

.wdh_store_cat_holder {
    display: flex;
    justify-content: space-between;
}

.wdh_store_cat_item_qty {
    color: var(--themebg);
    font-weight: 600;
    font-size: 0.8rem;
}

.wdh_pck_cnt_nm_hld {
    color: var(--themebg);
    font-weight: 600;
    font-size: 1rem;
}

.wdh_pck_cnt_address_hld {
    font-size: 0.9rem;
    color: #212122;
    font-weight: 500;
}

.wdh_pck_act_holder {
    display: flex;
    gap: 10px;
}

.wdh_no_col_btn {
    border: 1px solid lightgray;
    padding: 2%;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    font-size: 0.8rem;
    align-items: center;
    cursor: pointer;
}

.wdh_prm_col_btn {
    border: 1px solid var(--themebg);
    padding: 2%;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    background-color: var(--themebg);
    color: white;
    font-size: 0.8rem;
    align-items: center;
    cursor: pointer;
}

.wdh_prm_col_btn:hover {
    background-color: var(--themeborder);
    border: 1px solid var(--themeborder);
}

/* Thank you modal */

.wdh_thank_you_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
}

.wdh_thank_you_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    z-index: 9999;
    width: 420px;
    height: 320px;
}

.wdh_thank_you_modal_content {
    display: flex;
    flex-direction: column;
    gap: 17px;
    height: 100%;
    justify-content: center;
}

.wdh_thank_you_modal_holder {
    height: 100%;
}

.wdh_thank_you_modal_img_holder {
    display: flex;
    justify-content: center;
}

.wdh_thank_you_modal_txt_holder .wdh_thank_you_modal_txt {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: 15rem;
    margin: auto;
    margin-bottom: 24px;
    font-weight: bold;
    color: var(--themebg);
}

.wdh_thank_you_modal_txt_holder .wdh_thank_you_modal_sub_txt {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #212122;
}

.wdh_thank_you_modal_btn_holder {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.wdh_thank_you_modal_btn {
    padding: 2%;
    border-radius: 5px;
    border: 1px solid #408BE5;
    background-color: #408BE5;
    color: white;
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Select store modal */
.wdh_select_store_modal_holder {
    height: 100%;
}


.wdh_store_pck_loc_txt_hld {
    display: flex;
    width: 100%;
}

.mt_deliver_holder {
    display: flex;
    gap: 3%;
    flex-direction: row;
}

.wdh_delivery_store_item_holder {
    flex-direction: column;
    padding-top: 1%;
    padding-bottom: 2%;
    flex-basis: 100%;
}

.wdh_delv_loc_holder {
    display: flex;
    align-items: center;
    border: 1px solid var(--ast-border-color, #e2e8f0);
    padding-right: 1%;
    gap: 2px;
    padding-left: 1%;
    border-radius: 0 !important;
    width: 110px !important;
}

.wdh_store_pck_loc_txt {
    padding: 1.5% !important;
    flex-grow: 1;
    font-size: 0.9rem;
    border: 1px solid lightgrey;
    border-right: 0;
    width:auto !important;
    border-radius: 0 !important;
}

.wdh_store_pck_loc_txt:focus {
    outline: none;
}

.wdh_store_pck_topic_hld {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 2%;
    padding-top:7px;
}

.wdh_shp_mt_dt_holder, .wdh_store_mn_holder {
    display: none;
}

.map_mob_pick_holder {
    display: flex;
    flex-direction: column;
    padding: 3%;
}

.wdh_mob_pick_btns {
    display: none;
}

.wdh_notice_holders .wdh_cong_holder {
    color: #219653;
    font-weight: bold;
    font-size: 0.9rem;
}

.wdh_mt_txt_btn_holder {
    margin-bottom: 2%;
    font-weight: bold;
}

.wdh_loct_me_btn {
    font-size: 0.9rem;
    cursor: pointer;
}

.wdh_delv_btn_holder {
    display: flex;
    gap: 2%;
}

.wdh_mt_del_btn_holders {
    padding-top: 1%;
}

.wdh_delv_btn_holder .wdh_exp_del_btn {
    padding: 1.5%;
    border-radius: 5px;
    border: 1px solid var(--themebg);
    color: var(--themebg);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.wdh_delv_btn_holder .wdh_pas_btn {
    padding: 1.5%;
    border-radius: 5px;
    border: 1px solid var(--themebg);
    color: var(--themebg);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.wdh_delv_btn_holder .wdh_stand_del_btn {
    padding: 1.5%;
    border: 1px solid var(--themebg);
    color: var(--themebg);
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.wdh_delv_btn_holder .wdh_alt_addr_btn {
    padding: 1.5%;
    border: 1px solid var(--themebg);
    color: var(--themebg);
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.wdh_exp_del_btn:hover, .wdh_stand_del_btn:hover, .wdh_pas_btn:hover, .wdh_alt_addr_btn:hover
{
    background-color: var(--themeborder);
    border: 1px solid var(--themeborder);
    color: white;
}

.wdh_select_store_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
}

.btn-checkout {
    font-weight:600;font-size: 0.9rem;
}

.wdh_select_store_modal {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 5px;
    z-index: 9;
    /*width: 420px;*/
    /*height: 320px;*/
    width: 50%;
    padding: 1%;
}

.wdh_store_close_btn_holder {
    position: absolute;
    right: 10px;
    top: 15px;
}

.wdh_store_close_btn_holder svg {
    cursor: pointer;
}

.wdh_tabs_store_custom_desktop {
    padding: 2rem;
}


.wdh_pck_creator_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* overflow */
    overflow-y: auto;
    max-height: 73vh;
    padding-top: 1%;
}

.wdh_notice_holders {
    padding-top: 2%;
    padding-bottom: 1%;
}

.wdh_tabs_store_custom_desktop > .wdh_tab_active span {
    font-size: 1rem;
}

.wdh_tabs_store_custom_desktop > span.wdh_tab_name {
    font-size: 1rem;
}

/* Sub header mobile */
.wdh_mob_inner_sub_holder {
    display: flex;
    padding-right: 10px;
    gap: 10px;
    justify-content: end;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.wdh_mob_inner_sub_holder > .wdh_mob_home_del {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wdh_mob_inner_sub_holder > .wdh_mob_home_del > span {
    font-size: 0.9rem;
    font-weight: 600;
}

.wdh_mob_inner_sub_holder > .wdh_mob_store_pck {
    display: flex;
    gap: 10px;
    align-items: center;
}
.wdh_mob_inner_sub_holder > .wdh_mob_store_pck > span {
    font-size: 0.9rem;
    font-weight: 600;
}
/*.wdh_mob_inner_map_ico {*/
/*    color: #408BE5;*/
/*}*/
.wdh_main_holder{
    box-shadow: rgba(0, 0, 0, 0.15) 0px -31px 10px, rgba(0, 0, 0, 0.05) 0px 1px 8px;
}
.wdh_mob_sub_holder{
    display: none;
}

.lds-ring {
  display: flex;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 3px solid var(--themebg);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--themebg) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wdh_checkout_price_txt {
    font-size: 1rem;
    font-weight: 600;
}

.wdh_fixed_address input {
    margin-right: 1rem;
}
.disabled-class{
    pointer-events: none;
}
.loading-spinner {
    display: none;
    margin-left: 10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--themebg);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1440px) {
    .wdh_has_sub_menu:hover .wdh_sub_menu {
        padding-top: 1.4%;
        width: 200px;
    }

    .wdh_sb_main_holder {
        width: 70%;
    }

    .wdh_txt_price_dt_holder {
        left: -62px;
        width: 147px;
    }

    .wdh_cart_item_prd_txt {
        line-height: 17px;
    }
}

@media only screen and (max-width: 1440px) {
    .wdh_sb_main_holder {
        width: 92%;
    }

    .wdh_cart_sub_holder_open {
        width: 40%;
    }

    .wdh_select_store_modal {
        width: 50%;
    }

}

@media only screen and (max-width: 1366px) {
    .wdh_sb_main_holder {
        width: 90%;
    }

    .wdh_has_sub_menu:hover .wdh_sub_menu {
        width: 200px;
    }

    .wdh_txt_price_dt_holder {
        left: -64px;
        width: 147px;
    }

    .wdh_shp_mt_dt_holder #wdh_tabs_custom_desktop, .wdh_in_bg_menu {
        width: 70%;
    }

    .wdh_delivery_store_item_holder {
        flex-basis: 70%;
    }

    .wdh_deliver_store_img img {
        width: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    .wdh_usr_text_desk {
        display: none;
    }

    .wdh_usr_ico_desk {
        display: block;;
    }

    .wdh_tp_a, .wdh_tp_rg_a {
        font-size: 0.9rem;
    }

    .wdh_shp_mt_dt_holder #wdh_tabs {
        width: 85%;
    }

    .wdh_scnvr {
        margin-top: 3.1%;
        padding-top: 2%;
    }

    /* .wdh_loc_name {
        display: none;
    } */

    .wdh_desk_acnt_holder {
        position: relative;
    }

    .wdh_dsk_acnt_hld {
        left: unset;
        right: 0;
        width: 200px !important;
        top: 90%;
    }

    .wdh_md_menu_holder, .wdh_rgh_menu_holder {
        gap: 10px;
    }

    .wdh_cart_sub_holder_open {
        width: 60%;
    }

    .wdh_has_sub_menu:hover .wdh_sub_menu {
        top: 69%;
        width: 200px;
    }

    .wdh_shp_mt_dt_holder #wdh_tabs_custom_desktop, .wdh_in_bg_menu {
        width: 80%;
    }

    .wdh_select_store_modal {
        width: 90%;
    }
}

@media only screen and (max-width: 820px) {
    .wdh_sb_main_holder {
        width: 100%;
    }

    .wdh_mdt_holder, .wdh_rt_holder {
        display: none;
    }

    .wdh_mbl_shw_menu {
        display: flex;
        align-items: center;
        gap: 10%;
        width: 50%;
        justify-content: end;
    }

    .wdh_main_holder {
        border-bottom: 1px solid lightgray;
        padding-bottom: 2%;
        padding-top: 1%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wdh_cat_type {
        flex-basis: 30%;
    }

    .wdh_mob_scnvr {
        margin: 0;
        padding: 0;
    }

    .wdh_mbl_shw_menu {
        gap: 10%;
    }

    .wdh_cart_sub_holder_open {
        width: 70%;
    }

    .wdh_tabs-nav {
        margin-bottom: 2%;
    }

    .wdh_prd_mng {
        align-items: start;
        flex-direction: column-reverse;
    }

}

@media only screen and (max-width: 480px) {
    .wdh_logo {
        width: 60px;
        height:auto !important;
    }
    .wdh_cart_msg {
        height:50px !important;
    }

    .wdh_main_holder {
        padding-bottom: 5%;
        padding-top: 5%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .wdh_cart_sub_holder_open {
        width: 97%;
    }

    .wdh_cat_type {
        flex-basis: 32%;
    }

    .wdh_tabs-nav {
        gap: 5%;
        margin-bottom: 4%;
        margin-top: 2%;
    }

    .wdh_checkout_btn {
        /* width: 10%; */
        font-size: 0.8rem;
        font-weight: 600;
    }

    .wdh_cart_item_prd_txt {
        /* height: 38px;
        overflow: hidden; */
    }

    .wdh_mob_shp_mt_dt_holder {
        top: 101%;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding-bottom: 0%;
    }

    .wdh_store_item_holder {
        flex-direction: column;
        gap: 10px;
        height: unset;
        padding: 3%;
    }

    .wdh_store_pck_img_hld img {
        width: 400px;
        object-fit: fill;
        margin-bottom: 2%;
    }

    .wdh_store_pck_sub_cat_hld {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6%;
        justify-content: center;
    }

    .wdh_store_pck_sub_cat_hld > .wdh_store_cat_holder {
        flex-basis: 45%;
    }

    .wdh_store_pck_sub_cat_hld > .wdh_store_cat_holder:nth-child(3), .wdh_store_pck_sub_cat_hld > .wdh_store_cat_holder:nth-child(4) {
        margin-top: 2%;
    }

    .wdh_store_pck_cat_items_qty_holder {
        margin-bottom: 2%;
        padding-left: 1%;
        text-align: unset;
        margin-top: 2%;
    }

    .wdh_select_store_modal {
        width: 95%;
        padding: 5%;
    }

    .mt_deliver_holder {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .wdh_thank_you_modal {
        width: 95%;
    }

    .wdh_thank_you_modal_txt_holder .wdh_thank_you_modal_txt {
        width: 20rem;
    }

    /* combo */
    .wdh_mob_pick_btns {
        display: block;
    }

    .wdh_dk_pick_btn {
        display: none;
    }

    /* combo */
    .wdh_mob_sub_holder{
        display: block;
        background-color: #fff;
    }

    .wdh_store_pck_loc_txt {
        width:auto !important;
    }

    #wd_disp_search {
        flex-basis: 60%;
        width: inherit !important;
    }

}
