@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
/*
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #B9B9B9;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #e94e34;
    border-color: #e94e34;
}

input[type="checkbox"]::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

input[type="checkbox"]:checked::before {
    display: block;
} */

.dawaCoupon {
    height: 0px !important;
    margin: 0px !important;
    border: none !important;

}

.cart-height {

    display: flex;
    flex-direction: column;
    max-height: calc(75vh - 36px);
    overflow: hidden;
    /* overflow-x: scroll; */
}

.wh24 {
    width: 24px !important;
    height: 24px !important;
}

.wh28 {
    width: 28px !important;
    height: 28px !important;
}

.mr12 {
    margin-right: 12px;
}

.cartScroll {
    flex: 1;
    /* Takes available space */
    overflow-y: auto;
    /* Enables scrolling */
    padding: 10px;
    max-height: 100%;
    /* Ensures proper scrolling */

}

.cartFooter {
    padding: 8px;
    border-top: 1px solid #ddd;
    background: #fff;
    position: relative;
    z-index: 10;
}

.w200p {
    width: 200px;
}

.blurred {
    filter: blur(16px);
    transition: filter 0.1s ease-in-out;
}

.bRImage {
    width: 100%;
    object-fit: contain;
}

.blkOrderInput {
    padding: 0px;
    width: 64px;
    height: 42px
}

.scrollableY {
    overflow-y: auto;
    height: 100vh;
}

.mathIcon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-carousel-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.product-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE */
}

.product-carousel::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome */
}

.product-card {
    min-width: 250px;
    /* margin: 0 10px; */
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    /* text-align: center; */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.productCardInfo {
    position: static;
    bottom: 12px;
    /* Moves it up */
    /* left: 50%; */
    transform: translateX(0%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border-radius: 8px;
    /* width: 80%; */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease-in-out;
}



.scroll-btn {
    background: #000;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#scrollLeft {
    left: 0;
}

#scrollRight {
    right: 0;
}


.cleanButton {
    border: none;
    /* background-color: none; */
    background: none !important;
    padding: 0px;
}

.leftScrollIcon {
    width: 86px;
    /* height:64px; */
    object-fit: contain;
    background-color: #fff;
    border-radius: 100%
}

.mob_tablet_only {
    display: none !important;
}

.mobile_only {
    display: none !important;
}

.menu_tablet_hide {
    display: none !important;
}

.w85 {
    width: 85%
}

.w55 {
    width: 55%
}

.w45 {
    width: 45%
}

.w40 {
    width: 40%
}

.w33 {
    width: 33%
}

.w25 {
    width: 25%
}

.borderless {
    margin: 0px 6px;
    border: none !important;
    text-align: center;

}

.gradient-overlay {
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
}

/* Overlay Text Styling */
.overlay-text {
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    padding: 20px;
    width: 100%;
}

.bottom_40 {
    bottom: 40px;
}

.phone_input {
    height: auto !important;
    margin-bottom: 0px !important;
    border: none !important;
    padding-left: 2px !important;

}

.input_checkbox {
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 4px;
}

.chart-container {
    margin-top: 46px;
    width: 100%;
    /* max-width: 700px; */
    background: white;
    /* padding: 20px; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    appearance: none !important;
    /* Hide default arrow */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    /* padding: 10px; */
    padding-right: 35px;
    /* Space for the custom icon */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    background-color: white;
    cursor: pointer;
}

/* Custom FontAwesome Icon */
.select-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Prevent click interference */
    color: #333;
    font-size: 14px;
}

.pwd-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}

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

.password-container input {
    width: 100%;
    padding-right: 40px;
    /* Make space for the eye icon */
}

.borderBottomDashed {
    padding-bottom: 17px;
    border-bottom: 1.18px dashed #E9ECF2;
}

.phone-image {
    width: 420px;
    position: absolute;
    right: 0px;
    bottom: 0;
    transform: rotate(-5deg);
}

.filterPad {
    padding: 9px 24px !important;
}


.padding_auth {
    padding: 190px 100px;
}

.white_bg {
    background-color: #fff !important;
}

.search-container {
    position: relative;
    /* top: 128px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 60%;
    margin: 0 auto;
    /* margin-top: 0px; */

    z-index: 1;
    background-color: #fff;
    border-radius: 100px;
}

.search-bar {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E8E8E8;
}

.search-bar input {
    border: none;
    padding: 12px 20px;
    outline: none;
    width: 100%;
    border-radius: 100px 0 0 100px;
    font-size: 16px;
}

.search-btn {
    background: #ED2B2C;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    color: white;
    border-radius: 0 100px 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.w30h30 {
    width: 30px !important;
    height: 30px !important;
}


.w18h18 {
    width: 18px !important;
    height: 18px !important;
}

.w16h16 {
    width: 16px !important;
    height: 16px !important;
}

.cartWidth {
    width: 160px;
}
.cartWidthTwo {
    width: 200px;
}

.mini-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    /* padding-left: 24px;
    padding-right: 24px; */
}

.pad_36 {
    padding: 36px;
}



.circlebr {
    border: 1px solid #D6D6D6;
    border-radius: 33px;
    padding: 4px 8px;
}

.br_34 {
    border-radius: 34px !important;
}

.circlebr_12 {
    border: 1px solid #D6D6D6;
    border-radius: 23px;
    padding: 12px 12px;
}

.product-cart-wrap .product-card-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.reg12 {
    font-family: "Plus Jakarta Sans", serif;
    color: #111111;
    font-size: 12px;
    line-height: 15px;
}

.reg12_600 {
    font-family: "Plus Jakarta Sans", serif;
    color: #111111;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 600 !important;
}

.dawa_yellow {
    color: #FFB134 !important;
}

.dawa_grey {
    color: #5D5D5D !important;
}

.dawa_darkgrey {
    color: #262D33 !important;
}


.reg42_700 {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 42px !important;
    line-height: 63px !important;
    font-weight: 700 !important;
}

.reg24_700 {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
}

.reg_18_700 {
    font-family: "Plus Jakarta Sans", serif;

    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
}

.reg_12_400 {
    font-family: "Plus Jakarta Sans", serif;

    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.reg_14_500 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 500 !important;
}

.header_14_500 {
    font-family: "Urbanist", serif !important;

    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 500 !important;
}

.header_14_600 {
    font-family: "Urbanist", serif !important;
    ;

    font-size: 14px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
}

.reg_15_600 {
    font-family: "Plus Jakarta Sans", serif !important;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
}

.reg_18_400 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
}

.reg20_700 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
}

.reg20_600 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
}

.reg20_700 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
}

.reg22_700 {
    font-family: "Plus Jakarta Sans", serif;

    font-size: 22px !important;
    line-height: 33px !important;
    font-weight: 700 !important;
}

.reg_17_400 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 17px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}

.reg_16_600 {
    font-family: "Plus Jakarta Sans", serif;

    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.reg12_400 {
    font-family: "Plus Jakarta Sans", serif;
    color: #111111;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
}

.reg42_600 {
    font-family: "Plus Jakarta Sans", serif;
    font-size: 42px !important;
    line-height: 63px !important;
    font-weight: 600 !important;
}

.urbanFont {
    font-family: 'Urbanist', serif !important;
}

.view_prod_title {
    font-family: "Urbanist", serif;
    color: #262D33 !important;
    font-size: 32px !important;
    line-height: 48px !important;
    font-weight: 700 !important;

}

.pwd_border {
    border: 1px solid #262D33;
    border-radius: 24px;
    height: 0px;
    padding: 24px 20px
}

.category_list {
    font-family: "Urbanist", serif;
    color: #262D33 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    border: 0px !important;
}

.categ_title {
    font-family: "Urbanist", serif;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
}

.product_title {
    font-family: "Urbanist", serif;
    color: #262D33 !important;
    font-size: 19px !important;
    line-height: 28.5px !important;
    font-weight: 700 !important;
}

.product_price {
    font-family: "Urbanist", serif;
    color: #5D5D5D !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
}

.product_add_to_cart {
    font-family: "Urbanist", serif;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    padding: 7.5px 14px !important;
    border-radius: 20px;
    background-color: #262D33 !important;
}

.sell_all_link {
    font-family: "Urbanist", serif;
    color: #262D33 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    padding: 13px 53px !important;
    border-radius: 100px;
    border: 1px solid #E7E7E7 !important;
    background-color: #fff !important;
}

.micro_banner_subtitle {
    font-family: "Plus Jakarta Sans", serif;
    color: #ED2B2C !important;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 500 !important;
}

.banner_subtitle {
    font-family: "Plus Jakarta Sans", serif;
    color: #ED2B2C !important;
    font-size: 16px !important;
    line-height: 20.16px !important;
    font-weight: 500 !important;
}

.width40 {
    width: 40%
}

.banner_excerpt {
    font-family: "Plus Jakarta Sans", serif;
    color: #292929 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.lean_link_700 {
    font-family: "Plus Jakarta Sans", serif;
    color: #4E4E4E !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.lean_link {
    font-family: "Plus Jakarta Sans", serif;
    color: #4E4E4E !important;
    font-size: 16px !important;
    line-height: 20.16px !important;
    font-weight: 400 !important;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.banner_title {
    font-family: "Plus Jakarta Sans", serif;
    color: #141412 !important;
    font-size: 48px !important;
    line-height: 60.48px !important;
    font-weight: 800 !important;
}

.micro_banner_title {
    font-family: "Plus Jakarta Sans", serif;
    color: #0C0C0C !important;
    font-size: 26px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    width: 90%;
}

.cart_list_border {
    border-radius: 6px;
    padding: 22px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}

.order-tab-active {
    padding: 12px 30px;
    background-color: #ED2B2C;
    color: #fff;
    margin-right: 12px;
    border-radius: 100px
}

.profile-value {
    padding: 15px 20px;
    color: #111111;
    border: 1px solid #E7E7E7;
    background-color: #E7E7E7;
    width: 100%;
    border-radius: 24px;
}

.profile-not-active {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.profile-active {
    padding: 20px;
    background: #FAEFEF;
    border-radius: 16px;
    display: flex;
    flex-direction: inline;
    align-items: center;
    justify-content: space-between;
    /* margin-top:30px */
}

.lang_border {
    border: 1px solid #E1EBF4;
    border-radius: 24px;
    padding: 12px 20px;
}

.btn-add-to-cart-grey {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 18px 122px;
    text-align: center;
    border-radius: 37px;
    font-family: "Urbanist", serif;
    background-color: #A3A3A3 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.btn-add-to-cart {

    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center !important;
    border-radius: 37px;
    font-family: "Urbanist", serif;
    background-color: #ED2B2C !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    border: none !important;
    font-weight: 700 !important;
}

.tab-btn.active {
    opacity: 1;
}

.tab-btn:not(.active) {
    opacity: 0.4;
}

.add_to_cart_btn {

    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center !important;
    border-radius: 37px;
    font-family: "Urbanist", serif;
    background-color: #ED2B2C !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.br24 {
    border-radius: 24px !important;
}

.header_42_700 {
    font-family: "Urbanist", serif;
    font-size: 42px !important;
    font-weight: 700 !important;
}

.header_32_700 {
    font-family: "Urbanist", serif;
    color: #262D33 !important;
    font-size: 32px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
}

.header_12_600 {
    font-family: "Urbanist", serif;

    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
}

.header_14_600 {
    font-family: "Urbanist", serif;

    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
}

.add_bulk_order {
    color: #fff;
    background-color: #ED2B2C !important;
    border-radius: 100px !important;
    width: 140px
}

.header_14_500 {
    font-family: "Urbanist", serif;

    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
}

.header_14_400 {
    font-family: "Urbanist", serif !important;

    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400 !important;

}

.bannerWidth {
    width: 55%;
}

.header_18_300 {
    font-family: "Urbanist", serif !important;
    font-size: 18px !important;
    /* line-height: 27px !important; */
    font-weight: 300 !important;
}

.header_18_400 {
    font-family: "Urbanist", serif !important;
    font-size: 18px !important;
    /* line-height: 27px !important; */
    font-weight: 400 !important;
}

.header_18_700 {
    font-family: "Urbanist", serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 700 !important;
}

.header_18_600 {
    font-family: "Urbanist", serif !important;
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
}

.header_24_300 {
    font-family: "Urbanist", serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
}



.dawa_grey_two {
    color: #737373 !important;
}

.img_cart_hover {
    height: -webkit-fill-available;
    object-fit: cover;
}

.checkout_cart_hover {
    width: 45% !important;
    margin-left: 2px !important;
    text-align: center;
    background-color: #ED2B2C !important;
    color: #fff !important;
    font-family: "Urbanist", serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    border-radius: 33px !important;
    border: none !important;
}

.pad_9264 {
    padding: 92px 64px;
}

.homeBannerTitle {
    font-family: "Urbanist", serif;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-top: 8px;
    margin-bottom: 24px;
    color: #fff;
}

.homeBannerText {
    font-family: "Urbanist", serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-top: 8px;
    margin-bottom: 32px;
    color: #fff;
}


.homeBannerLink {
    background-color: #fff;
    color: #FD1A2D;
    border-radius: 8px;
    padding: 12px
}



.dawa_input {
    border: 1px solid #262D33 !important;
    border-radius: 24px;
    height: 0px !important;
    padding: 24px 20px !important;
    margin-bottom: 0px
}

.view_cart_hover {

    background-color: #fff !important;
    color: #262D33 !important;

    border-radius: 33px !important;
    font-family: "Urbanist", serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    border: 1px solid #E7E7E7 !important;
}

.header_15_300 {
    font-family: "Urbanist", serif;
    font-size: 15px !important;
    font-weight: 300 !important;
}

.header_15_400 {
    font-family: "Urbanist", serif;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.header_15_500 {
    font-family: "Urbanist", serif;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.header_16_300 {
    font-family: "Urbanist", serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}

.header_16_400 {
    font-family: "Urbanist", serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.header_16_600 {
    font-family: "Urbanist", serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.header_16_700 {
    font-family: "Urbanist", serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.header_20_300 {
    font-family: "Urbanist", serif;
    font-size: 20px !important;
    /* line-height: 30px !important; */
    font-weight: 300 !important;
}

.header_20_400 {
    font-family: "Urbanist", serif;
    font-size: 20px !important;
    /* line-height: 30px !important; */
    font-weight: 400 !important;
}

.header_20_600 {
    font-family: "Urbanist", serif;
    font-size: 20px !important;
    /* line-height: 30px !important; */
    font-weight: 600 !important;
}

.header_20_700 {
    font-family: "Urbanist", serif;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.bg-fit {
    background-position: center !important;
    background-size: cover !important;
}

.header_28_700 {
    font-family: "Urbanist", serif;
    font-size: 28px !important;
    line-height: 46px !important;
    font-weight: 700 !important;
}

.header_46_700 {
    font-family: "Urbanist", serif;
    font-size: 46px !important;
    line-height: 56px !important;
    font-weight: 700 !important;
}

.header_24_400 {
    font-family: "Urbanist", serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.header_24_700 {
    font-family: "Urbanist", serif !important;
    ;
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
}

.product_title a {
    display: block;
    /* Needed for text-truncate to work */
    overflow: hidden;
    white-space: nowrap;
    /* Prevent line wrapping */
    text-overflow: ellipsis;
    /* Show dots if text is too long */
}


.login-modal {}

.btn_color {
    color: #ED2B2C;
}

.img168_62 {
    max-width: 168px !important;
    max-height: 62px !important;
    object-fit: contain;
}



.im42 {
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain;
}

.img35 {
    max-width: 35px !important;
    max-height: 35px !important;
    object-fit: contain;
}

.img16 {
    max-width: 16px !important;
    max-height: 16px !important;
    object-fit: contain;
}

.img20 {
    max-width: 20px !important;
    max-height: 20px !important;
    object-fit: contain;
}

.one-order {
    margin-top: 24px;
    border: 1px solid #E7E7E7;
    padding: 10px 14px;
    border-radius: 8px;
}

.download_invoice {
    padding: 8px 18px;
    background-color: #ED2B2C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.pt-64 {
    padding-top: 64px !important;
}

.footer-bottom-dm {
    border-top: 1px solid #fff
}

.header_footer_border_bottom {
    padding-bottom: 14px !important;
    border-bottom: 1px solid #3F3F3F !important;
}

.dawa_mute {
    color: #D6D6D6 !important;
}

.icon-align-center {
    flex-direction: column !important;
    align-items: center !important;
}

.r100 {
    border-radius: 100px !important;
}

.red_bg {
    background-color: #ED2B2C !important;
}

.bulk_red {
    color: #ED2B2C !important;
    padding: 6px 20px;
    background-color: rgba(246, 121, 122, 0.12);
}

.reg_14_400 {
    font-family: "Plus Jakarta Sans", serif !important;
    color: #111111;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.reg_16_400 {
    font-family: "Plus Jakarta Sans", serif !important;
    color: #111111;
    font-size: 16px !important;
    /* line-height: 15px !important; */
    font-weight: 400 !important;
}

.reg15_400 {
    font-family: "Plus Jakarta Sans", serif !important;
    color: #111111;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
}

.order-onprogress {
    color: #008DE0;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    background-color: #E6EBF9;
    border-radius: 11px;
    padding: 8px 10px;

}

.order-delivered {
    color: #01C566;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    background-color: #E6F9F0;
    border-radius: 11px;
    padding: 8px 10px;

}

.order-unpaid {
    color: #F76954;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    background-color: rgba(247, 105, 84, 0.11);
    border-radius: 11px;
    padding: 8px 10px;

}

.order-pending {
    color: #FFB134;
    font-family: 'Plus Jakarta Sans', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    background-color: rgba(255, 177, 52, 0.11);
    border-radius: 11px;
    padding: 8px 10px;

}

.dawa_grey_three {
    color: #666666 !important;
}

.reg14_400 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
}

.reg15_600 {
    font-family: "Plus Jakarta Sans", serif !important;

    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 600 !important;
}

.header12 {
    font-family: "Urbanist", serif;
    font-size: 12px;
}

.header14_500 {
    font-family: "Urbanist", serif;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
}

.dawa_white {
    color: #fff !important;
}

.dawa_loading {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.small_flag {
    width: 12px;
    height: auto;
    object-fit: contain;
    margin-right: 8px;
}

.dawa_red {
    color: #ED2B2C;
}

.dawa_black {
    color: #111111 !important;
}

.p0 {
    padding: 0px !important;
}

.m0 {
    margin: 0px !important;
}

.alignCenter {
    align-items: center !important;
}

.pt40 {
    padding-top: 40px;
}

.plr110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

.ptb180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.plr220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
}

.ptb22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.ptb12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}


/* Added  CSS */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/login_1.png');
    background-size: contain;
    background-position: center;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.background-image-log {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/login_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.background-image-log-two {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.background-image-reg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/reg_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.background-image-otp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/dm_otp.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.background-image-fp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/forgotpwd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.background-image-nwp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent), url('/assets/imgs/dawamkononi/newpwd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg_image_caption {
    position: absolute;
    bottom: 60px;
    left: 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    z-index: 2;
}

.gradient-overlay {
    height: 40%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    color: white;
    padding: 0px;
    text-align: center;
}

.right-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background-color: #f9f9f9;
}

.language-dropdown {
    text-align: right;
    margin-bottom: 20px;
}

.toggle-buttons {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 36px;
}

.toggle-buttons button {
    border: none;
    flex: 1;
    padding: 10px;
    /* border: 1px solid  #E8E8E8; */
    background: #fff;
    color: #5D5D5D;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Urbanist';
    font-weight: 700;
    border-radius: 36px;
}

.toggle-buttons button.active {
    background: #ED2B2C;
    border-radius: 36px;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Urbanist';
    font-weight: 700;
}

form {
    display: flex;
    flex-direction: column;
}

form h2 {
    margin-bottom: 20px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#forgot-password {
    text-align: right;
    color: #e94e34;
    text-decoration: none;
    margin-bottom: 20px;
}

button[type="submit"] {
    padding: 12px;
    border: none;
    background: #e94e34;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background: #c93d2b;
}

/* Accoridon */

.accordion_div {
    background-color: #fff;


    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
    margin-bottom: 12px;
}

.mt_2 {
    margin-top: 2px;
}

.accordion {
    background-color: #fff;
    display: flex;
    align-items: center;

    width: 100%;
    cursor: pointer;

    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.dayDueBorder {
    padding: 10px 19px;
    border: 2px solid #E9ECF2;
    border-radius: 9.42px;

}

.week_active {
    color: #ED2B2C;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 16px !important;
    line-height: 23.56px !important;
    font-weight: 600 !important;
}

.week_others {
    color: #5D5D5D;
    font-family: "Plus Jakarta Sans", serif;
    font-size: 14px !important;
    line-height: 23.56px !important;
    font-weight: 400 !important;
}

.paymentPlanTable {
    border: 1px solid #E9ECF2;
    border-radius: 7px;

}

.daysDueRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.reclaim_button {
    border-radius: 28.27px;
    padding: 14px 34px;
    color: #fff;
    background-color: #111111;
}

.credit_limit {
    border-right: 1px solid #AAAAAA;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px
}

.credit_days {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px
}

.mr-17 {
    margin-right: 17px
}

.mr-9 {
    margin-right: 9px
}

.img_28 {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.img_47 {
    width: 47px;
    height: 41px;
    object-fit: contain;
}

.img_42 {
    width: 42px;
    height: 42px;
    object-fit: contain;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion_div:hover {
    /* background-color: #ccc; */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

/* SPOILER */
.bk-container {
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.back {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
}

.bk-form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.bk-form-group input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 18px; */
}

.quantity-control button {
    border: none;
    /* background: #eee; */
    width: 48px;
    height: 48px;
    transition: all 0.2s ease-in-out;
}

.quantity-control button:hover {
    transform: scale(1.1);
}


.quantity-control span {
    font-size: 14px;
}

.quantity-display {
    font-size: 18px;
    font-weight: bold;
}


/* Fade-in Animation */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Styling for Quantity Controls */









.add-button {
    background-color: #e94e34;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.add-button:hover {
    background-color: #c93d2b;
}

.products {
    margin-bottom: 20px;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-item:last-child {
    border-bottom: none;
}

.product-info {
    display: flex;
    flex-direction: column;
}

.product-info h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.product-info span {
    font-size: 12px;
    color: #555;
}

.quantity-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-dropdown select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.delete-icon {
    font-size: 18px;
    cursor: pointer;
    color: #e94e34;
}

.request-button {
    display: inline-block;
    text-align: center;
    background-color: #e94e34;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

.request-button:hover {
    background-color: #c93d2b;
}

.padLR20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}




.coupon-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* width: 300px; */
}

.coupon-label {
    font-size: 16px;
    color: #333;
}

.coupon-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

.coupon-input {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    outline: none;
}

.apply-button {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-family: 'Urbanist', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: #333;
}

.height240_360 {
    height: 240px !important;
}

.height240_420 {
    height: 420px !important;
}

.left40 {
    left: 40% !important;
}

.w85 {
    width: 85% !important;
}

.w45_75 {
    width: 45% !important;
}

.margnL30 {
    margin-left: 30px !important
}

.mr0 {
    margin-right: 0px !important;
}



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

    .phone-image {
        width: 360px;
        position: relative;
        right: 0px;
        bottom: 0;
        transform: rotate(-5deg);
    }

    .bannerWidth {
        width: 100%;
    }

    .cartWidth {
        width: 130px;
    }

    .bRImage {
        width: 66% !important;
        object-fit: contain;
    }

    .product-card {
        min-width: 250px;

        padding: 6px;
        background: #fff;
        border-radius: 8px;
    }

    .leftScrollIcon {
        width: 75%;
        /* height: 64px; */
        object-fit: contain;
        background-color: #fff;
        border-radius: 100%;
    }

    .auth_tablet_hide {
        display: none !important;
    }

    .mobile_padtop_24 {
        padding-top: 24px !important;
    }

    .margnL30 {
        margin-left: 0px !important
    }

    .w45_75 {
        width: 75% !important;
    }

    .left40 {
        left: 50% !important;
    }

    .header_32_700 {
        font-family: "Urbanist", serif;
        color: #262D33 !important;
        font-size: 24px !important;
        line-height: 42px !important;
        font-weight: 700 !important;
    }

    .plr110 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ptb180 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .height240_420 {
        height: 240px !important;
    }

    .height240_360 {
        height: 240px !important;
    }

    .hide_tablet {
        display: block !important;
    }

    .menu_tablet_hide {
        display: none !important;
    }
}



@media only screen and (min-width:601px) and (max-width: 1024px) {

    .bannerWidth {
        width: 100%;
    }



    .phone-image {
        width: 480px;
        position: relative;
        right: -50px;
        bottom: 0;
        transform: rotate(-5deg);
    }

    .product_title {
        font-family: "Urbanist", serif;
        color: #262D33 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        font-weight: 700 !important;
    }

    .product_price {
        font-family: "Urbanist", serif;
        color: #5D5D5D !important;
        font-size: 15px !important;
        line-height: 22px !important;
        font-weight: 600 !important;
    }

    .header-bottom {
        padding: 24px 0;
    }

    .header-height-2 {
        min-height: 60px;
    }

    .mob_tablet_only {
        display: block !important;
    }

    .mobile_only {
        display: block !important;
    }

    .menu_tablet_hide {
        display: block !important;
    }

    /* .logo.logo-width-1 {
            margin-right: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        } */


    .product_add_to_cart {
        font-family: "Urbanist", serif;
        color: #fff !important;
        font-size: 11px !important;
        line-height: 16px !important;
        font-weight: 700 !important;
        padding: 6px !important;
        border-radius: 20px;
        background-color: #262D33 !important;
    }

    .banner_excerpt {
        font-family: "Plus Jakarta Sans", serif;
        color: #292929 !important;
        font-size: 16px !important;
        line-height: 23px !important;
        font-weight: 400 !important;
    }

    .banner_title {
        font-family: "Plus Jakarta Sans", serif;
        color: #141412 !important;
        font-size: 36px !important;
        line-height: 48px !important;
        font-weight: 800 !important;
    }

    .banner-img .banner-text {
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        padding: 0 16px;
    }

    .quantity-control button {
        border: none;
        /* background: #eee; */
        width: 24px;
        height: 24px;
        padding: 0px;
        /* border-radius: 50%;
            cursor: pointer;
            font-size: 18px; */
        transition: all 0.2s ease-in-out;
    }


    .tablet_full {
        width: 100% !important;
        height: 100vh;
        display: flex;
        justify-content:
            center;
        align-items: center
    }

    .tablet_w50 {
        width: 50%;
    }

    .tablet_w75 {
        width: 75%;
    }

    .tablet_wauto {
        width: auto;
    }

    .auth_tablet_hide {
        display: none !important;
    }

    .margnL30 {
        margin-left: 0px !important
    }

    .w45_75 {
        width: 75% !important;
    }

    .p_12 {
        padding: 12px !important;
    }

    .show_tablet {
        display: block !important;
    }

    .left40 {
        left: 30% !important;
    }

    .mr0 {
        margin-right: 0px !important;
    }

    .plr110 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .ptb180 {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .hide_tablet {
        display: none;
    }

    .height240_420 {
        height: 420px !important;
    }

    .height240_360 {
        height: 360px !important;
    }

    .width40 {
        width: 50% !important
    }

    .micro_banner_title {
        font-family: "Plus Jakarta Sans", serif;
        color: #0C0C0C !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
        width: 90%;
    }

}

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

    .bannerHeight {
        height: 480px !important;
    }

    .ml_24mobile {
        margin-left: 24px;
    }

    .banner_title {
        font-family: "Plus Jakarta Sans", serif;
        color: #141412 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 800 !important;
        margin-bottom: 8px !important;
        padding: 0px;
    }

    .banner_excerpt {
        font-family: "Plus Jakarta Sans", serif;
        color: #292929 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
        width: 100%;
    }

    .banner_subtitle {
        display: none !important;
        font-family: "Plus Jakarta Sans", serif;
        color: #ED2B2C !important;

        line-height: 18px !important;
        font-weight: 500 !important;
        font-size: 12px !important;
        margin-bottom: 8px !important;
        padding: 0px
    }

    .mob_tablet_only {
        display: block !important;
    }

    .micro_banner_title {
        font-family: "Plus Jakarta Sans", serif;
        color: #0C0C0C !important;
        font-size: 24px !important;
        line-height: 28px !important;
        font-weight: 700 !important;
        width: 90%;
    }

    .banner-img .banner-text {
        position: absolute;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        padding: 0 14px;
    }


    .w25 {
        width: 45%
    }

    .mobile_50 {
        width: 50% !important;
        margin-top: 12px;
    }

    .height240_420 {
        height: 240px !important;
    }

    .mobile_only {
        display: flex !important;
        width: 100%;
    }

    .menu_tablet_hide {
        display: flex !important;
    }

    .sell_all_link {
        font-family: "Urbanist", serif;
        color: #262D33 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
        padding: 6px 36px !important;
        border-radius: 100px;
        border: 1px solid #E7E7E7 !important;
        background-color: #fff !important;
    }

    .sell_all_position {
        margin-top: 18px;
        margin-bottom: 24px;
        display: block;
        width: 50%;
        text-align: center;
    }

    .mt-40-mobile {
        margin-top: 40px !important;
    }

    .quantity-control button {
        border: none;
        /* background: #eee; */
        width: 24px;
        height: 24px;
        padding: 0px;
        /* border-radius: 50%;
            cursor: pointer;
            font-size: 18px; */
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (min-width: 992px) {

    .header-action-right {
        display: block !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1610px !important;
    }

    .height240_360 {
        height: 360px !important;
    }

    .height240_420 {
        height: 520px !important;
    }

    .mob_tablet_only {
        display: none !important;
    }

    .mobile_only {
        display: none !important;
    }

}

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

    .pt40 {
        margin-top: 19px !important;
    }

    .mt-50 {
        margin-top: 24px !important;
    }

    .ml-30 {
        margin-left: 0px !important;
    }

    .mobile_margn_btm {
        margin-Bottom: 16px;
    }

    .logo.logo-width-1 {
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .mob_tablet_only {
        display: block !important;
    }

    .mobile_only {
        display: flex !important;
        width: 100%;
    }

    .menu_tablet_hide {
        display: flex !important;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1180px) {
    .mob_tablet_only {
        display: none !important;
    }

    .menu_tablet_hide {
        display: none !important;
    }

    .plr110 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }

    .ptb180 {
        padding-top: 92px !important;
        padding-bottom: 92px !important;
    }

    .banner_excerpt {
        font-family: "Plus Jakarta Sans", serif;
        color: #292929 !important;
        font-size: 16px !important;
        line-height: 23px !important;
        font-weight: 400 !important;
    }

    .banner_title {
        font-family: "Plus Jakarta Sans", serif;
        color: #141412 !important;
        font-size: 36px !important;
        line-height: 48px !important;
        font-weight: 800 !important;
    }

    /* Perfect image sizing for all screens - Tanzania mobile-first */
    .product-img img {
        height: 160px !important;
        /* Mobile (default) */
    }

    @media (min-width: 480px) {
        .product-img img {
            height: 180px !important;
        }
    }

    @media (min-width: 768px) {
        .product-img img {
            height: 200px !important;
        }
    }

    @media (min-width: 1024px) {
        .product-img img {
            height: 220px !important;
        }
    }

    @media (min-width: 1400px) {
        .product-img img {
            height: 240px !important;
        }

        /* Large desktop */
    }

    .jq-toast-wrap {
        z-index: 99999 !important;
    }





}