*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body 
{
    background-color: #f5f5f5 !important;
}

.main-btn 
{
    padding: 8px 15px;
    border-radius: 5px;
    border: 2px solid #f85606;
    color: #f85606;
    font-size: 1.056rem;
}

/* header section start */
header 
{
    background: #f85606;
    padding: 6px 0 10px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    right: 0;
    left: 0;
}

header .first_nav ul 
{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    position: relative;
}

.first_nav 
{
    transition: opacity 0.3s ease-in-out;
}


header .first_nav ul li 
{
    padding: 0 1% 0 1%;
    font-size: 0.95rem;
}

header .first_nav ul li:nth-child(6){
    padding-right: 5rem;
}

.first_nav ul li a 
{
    color: #fff;
    text-decoration: none;
}

.qr_section 
{
    background: #fff;
    padding: 10px 20px;
    border: 1px solid black;
    margin-top: 10px;
    position: absolute;
    display: none;
    z-index: 5;
}

.download_app_seciton 
{
    display: flex;
    justify-content: space-between;
    margin: 15px 8px;
}

.download_app_seciton img 
{
    padding: 0 5px;
}

.help_container 
{
    padding: 10px 18px;
    background-color: #fff;
    margin-top: 10px;
    display: none;
    position: absolute;
    z-index: 5;
}

.pic_link 
{
    padding-top: 10px;
}

.pic_link i 
{
    font-size: 1.2rem;
}

.help_container .pic_link a 
{
    color: black;
    padding-left: 5px;
}

.help_container .pic_link a:hover 
{
    text-decoration: underline #f85606;
    color: #f85606;
}

.sec_nav 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 850px;
    margin-left: 100px;
    margin-top: 10px;
}

.sec_nav img 
{
    width: 158px;
}

.search_box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.search_box input {
    flex: 1;
    padding: 10px;
    border: none;
    font-size: 1rem;
    outline: none;
}

.search_box input::placeholder {
    color: #999;
}

.search_button {
    background: #ffe1d2;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f85606;
    font-size: 1rem;
}

.search_button i {
    font-size: 1.2rem;
}

.search_button:hover {
    background: #ffd2c0;
}

.cart_shopping 
{
    color: #fff;
    font-size: 1.5rem;
    margin-right: 13px;
}


.menubar i 
{
    font-size: 1.5rem;
}

/* ------------ offcanvas start ------------------*/
#offcanvas_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

#offcanvas_header img 
{
    width: 200px;
}

.menubar 
{
    cursor: pointer;
}

.firts-nav-offcanvs 
{
    width: 400px;
    height: 100vh;
    background-color: #f85606;
    display: none;
    position: fixed;
    top: 0;
    left: -100%; 
    z-index: 1050; 
    transition: left 0.3s ease; 
}

.firts-nav-offcanvs.show {
    left: 0;
}

.logo-cross .logo 
{
    width: 158px;
}

.logo-cross i 
{
    font-size: 1.5rem;
    cursor: pointer;
} 

.firts-nav-offcanvs .google-app-store img 
{
    width: 100px;
    height: 60px;
}

.help-center-link:hover 
{
    text-decoration: underline #f85606;
    color: #f85606;
}

.offcanvas-search 
{
    width: 490px;
    max-width: 100%;
}

.offcanvas-search .search_box 
{
    max-width: 300px;
    width: 100%;
}
/* ------------ offcanvas end ------------------*/

/* header section end */


/* Banner Section Start */
.banner .carousel-indicators button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #000; 
    border: none;
    margin: 0 2px;
    transition: background-color 0.3s ease;
}

.banner .carousel-indicators .active {
    background-color: #fff; 
}

.banner .carousel-control-prev,
.banner .carousel-control-next
{
    height: 40px;
    width: 40px;
    background: rgba(8, 4, 12, 0.301);
    margin-top: 120px;
}

.banner .carousel-control-prev 
{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.banner .carousel-control-next{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.download_section_2 
{
   background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0)),linear-gradient(179.27deg,#ffedd6 .83%,#ffc3e3 46.78%,#fff 99.57%),linear-gradient(0deg,#fff,#fff);
   padding-bottom: 10px;
}

.logo_2_section 
{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.logo_2_section img 
{
    width: 21px;
    margin-right: 10px;;
}

.logo_2_section p 
{
    color: #6c1d00;
    font-size: 14px;
    font-weight: 700;
}

.file_section_file 
{
    background: url("img/gradient-1.png") no-repeat;
    background-size: cover;
    height: 180px;
    margin-top: 6px;
    overflow: hidden;
    width: 100%;
    color: #fff;
}

.star_sec 
{
    display: flex;
    padding-left: 5px;
}

.star_sec_p_2 
{
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.delivary_limited_sec 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.delivery 
{
    display: flex;
    justify-content: center;
}

.delivery img {
    width: 43px;
    height: 43px;
}

.delivery p 
{
    font-weight: 700;
    font-size: 0.85rem;
    padding-left: 8px;
}

.limited 
{
    display: flex;
    justify-content: center;
}

.limited img {
    width: 43px;
    height: 43px;
}

.limited p 
{
    font-weight: 700;
    font-size: 0.85rem;
    padding-left: 8px;
}

.qr_app_sec 
{
    display: flex;
    align-items: center;
}

.qr_app_sec .qr_2
{
    display: inline-block;
    height: auto;
    max-height: 50%;
    max-width: 50%;
    width: auto;
}

.download_sec_2 img
{
    width: 90%;
}
/* Banner Section end */



/* 3rd banner section start */
.third_banner .third_banner_bg {
    background-image: url("img/banner_2.webp");
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: 1920px;
    margin: 0 auto;
    min-width: 1188px;
    overflow-y: hidden;
    width: 100%;
}
/* 3rd banner section end */


/* Flase Sale Section strt */
.flase_container 
{
    margin-top: 50px;
}

.flase_container p 
{
    font-size: 1.5rem;
}

.order_sec 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #DCDCDC;
    align-items: center;
    padding: 10px;;
}

.order_sec p 
{
    font-size: 1.095235rem;
    color: #f85606;
    font-weight: 600;
}

.order_sec .main-btn 
{
    text-decoration: none;
    transition: 0.2s;
}
.order_sec .main-btn:hover 
{
    background: #f85606;
    color: white;
    font-weight: 600;
    border: 1px solid #f85606;
    border-radius: 5px;
}

.flash_bg 
{
    background: #ffffff;
    padding: 8px 8px;
}

.flash_card .card
{
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    border: none;
}

.flash_card .card:hover 
{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.flash_card .card h5
{
    font-size: 0.8987654321rem;
    padding: 4px 5px;
    font-weight: 550;
}

.flash_card .card-text 
{
   font-size: 0.9rem; 
   color: #f85606;
   padding-left: 5px;
}

.flash_card .offer 
{
    padding-left: 5px;
}

.flash_card .offer del 
{
    color: #333;
}

.flash_card .main-btn 
{
    padding: 5px 10px;
    font-size: 0.8rem;
    text-decoration: none;
    margin-bottom: 10px;
    background: #f85606;
    color: #fff;
    font-weight: bold;
    margin-left: 6px;
}
/* Flase Sale Section end */



/* Categories Section Start */
.categories 
{
    margin-top: 20px;
}

.categories p 
{
    font-size: 1.5rem;
}

.categories .categories_column 
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 10px 10px;
}

.cate_sec
{
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
}

.cate_sec:hover 
{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cate_sec img 
{
    width: 80px;
}

.cate_sec p 
{
    font-size: 0.9rem;
}

.cate_sec a 
{
    text-decoration: none;
    color: black;
}
/* Categories Section end */



/* Just For U section Start */
.justfor_U .j_u_p
{
    margin-top: 15px;
    font-size: 1.5rem;
}

.justfor_U .card a 
{
    text-decoration: none;
    color: black;
}

.justfor_U .card .card-text 
{
    font-size: 1.3rem;
}

.justfor_U .card .ju_offer 
{
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.star_sec
{
    font-size: 0.7rem;
    padding: 5px 0 0 5px;
}

.star_sec .cheacked 
{
    color: #faca51;
}
/* Just For U section end */


/* load more sec start */
.load_seciton 
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.load_btn 
{
    border: 1px solid #1a9cb8;
    color: #1a9cb8;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 387px;
    margin: 20px 0;
    text-decoration: none;
}
/* load more sec end */


/* Customer Care Section Start */
.customer_care 
{
    margin-top: 20px;
}

.care p 
{
   color:  #0f136d;
   font-size: 1.5rem;
   font-weight: 500;
}

.care_link 
{
    display: flex;
    flex-direction: column;
    font-size: 0.8925rem;
} 

.care_link a 
{
    text-decoration: none;
    color: #0f136d;
}

.care_link a:hover 
{
    text-decoration: underline;
}

.customer_care .logo 
{
    display: flex;
    column-gap: 10px;
}
.daraz-logo 
{
    width: 40px;
    height: 40px;
}

.logo_content h4 
{
    color: #f85606;
    font-size: 1.23539rem;
    margin: 0;
}

.logo_content p 
{
    color: #0f136d;
    font-size: 0.93539rem;
    font-weight: 600;
    margin: 0;
}
/* Customer Care Section end */



/* Cash method Sec Start */
.cash_methods 
{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.cash-card 
{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.cash_on_delivery p 
{
    color: #183544;
    font-size: 16px;
    font-weight: 400;
}

.cash-card img 
{
    width: 50px;
}

.cash_on_delivery .registration p
{
    margin: 0;
    font-size: 0.8536rem;
    color: #929292;
}
/* Cash method Sec end */


/* footer Sec start */
.footer h4 
{
    color: #606060;
    font-size: 1rem;
    font-weight: 550;
    line-height: 20px;
}

.footer h5 
{
    color: #606060;
    font-size: 0.8rem;
    font-weight: 550;
    line-height: 20px;
}

.footer p 
{
    font-size: 0.9rem;
    color: #888888;
    font-weight: 500;
}

.footer a 
{
    text-decoration: none;
    color: rgb(7, 146, 146);
}

.footer .all_link a 
{
    text-decoration: none;
    color: #969696;
    font-weight: 400;
}

.footer a:hover 
{
    text-decoration: underline;
}
/* footer Sec end */


/* last Footer Sec Start */
.last_footer {
    padding: 20px;
    background: #fff;
}

.last_footer h5 {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.flag_tank {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.flag_sec {
    display: flex;
    flex-direction: column;
}

.flag_sec img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.flag_sec p {
    margin: 0;
    font-size: 0.9rem;
}

.social_sec {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social_sec img {
    width: 30px;
    height: 30px;
}

.last_footer p {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
}
/* last Footer Sec end */



.scrollTop-btn {
    z-index: 99999;
    position: fixed;
    left: 0;
    bottom: 60px;
    width: 45px;
    height: auto;
    background: #ebe9e9;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.scrollTop-btn a {
    text-decoration: none;
    position: relative;
}

.scrollTop-btn i {
    color: #676767;
    font-size: 1.5rem;
    text-align: center;
}

.scrollTop-btn p {
    display: none;
    position: absolute;
    left: 50px;
    background: #ebe9e9;
    color: #f85606;
    width: 100px;
    padding: 5px 0 5px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 0.9rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.scrollTop-btn a:hover p {
    display: block;
}

.scrollTop-btn i:hover {
    color: #f85606;
}

.scrollTop-btn.active {
    right: 20px;
    pointer-events: all;
    opacity: 1;
}

.scrollTop-btn a.active i {
    color: #f85606;
}


/* Login form Start */
.login-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
}

.active-tab {
    font-weight: bold;
    color: #f57224;
}

#overlay.active,
#loginForm.active {
    display: block;
}

.pass-num i 
{
    font-size: 1.5rem;
}

.cursor 
{
    cursor: pointer;
}

.input-section input
{
    outline: none;
    border: 1px solid black;
}

.input-box 
{
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid black;
}

.input-box input 
{
    width: 100%;
    border: 0;
    outline: 0;
    color: #555;
    padding: 5px 10px;
}

.input-box img 
{
    width: 20px;
    cursor: pointer;
}

.login-button 
{
    background: #f57224;
}

.socil-sec img 
{
    width: 40px;
    border-radius: 50%;
}


#overlay-login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
/* Login form End */


/* Sign-up Start */
.signup-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 400px;
}

.cross-icon {
    cursor: pointer;
}

.signup-form .radio-sec a 
{
    text-decoration: none;
}

.signup-form .radio-sec input
{
    cursor: pointer;
}

.bd-num 
{
    outline: none;
}

#overlay-signup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
/* Sign-up End */


