*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;

background:#f7f7f7;

}

/***********************
TOP HEADER
************************/

.top-header{

background:#111;

color:#fff;

font-size:30px;

padding:10px 0;

}

.top-location{

font-weight:500;

}

.top-location i{

color:#f8b400;

margin-right:8px;

}

.same-day{

text-align:center;

color:#ffc107;

font-weight:600;

}

.same-day i{

margin-right:8px;

}

.top-right{

display:flex;

justify-content:flex-end;

align-items:center;

gap:18px;

}

.top-right a{

color:#fff;

text-decoration:none;

transition:.3s;

}

.top-right a:hover{

color:#ff3131;

}

/***********************
NAVBAR
************************/

.main-navbar{

background:#fff;

padding:18px 0;

box-shadow:0 5px 25px rgba(0,0,0,.06);

position:sticky;

top:0;

z-index:999;

}

.navbar-brand img{

height:65px;

}

.navbar-nav{

gap:10px;

}

.nav-link{

font-size:15px;

font-weight:600;

color:#222;

padding:10px 16px!important;

transition:.3s;

}

.nav-link:hover{

color:#ff3131;

}

.nav-link.active{

color:#ff3131;

}

.dropdown-menu{

border:none;

border-radius:15px;

padding:15px 0;

box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.dropdown-item{

padding:12px 25px;

font-size:15px;

}

.dropdown-item:hover{

background:#ff3131;

color:#fff;

}

.header-icons{

display:flex;

align-items:center;

gap:18px;

}

.header-icons>a{

color:#222;

font-size:20px;

text-decoration:none;

position:relative;

}

.header-icons span{

position:absolute;

top:-8px;

right:-10px;

background:red;

width:18px;

height:18px;

border-radius:50%;

font-size:11px;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

}

.whatsapp-btn{

background:#e41f26;

color:#fff!important;

padding:12px 22px;

border-radius:40px;

font-size:15px!important;

font-weight:600;

transition:.3s;

}

.whatsapp-btn:hover{

background:#c41219;

transform:translateY(-2px);

}

.navbar-toggler{

border:none;

font-size:55px;

}

.navbar-toggler:focus{

box-shadow:none;

}

/***********************
MOBILE
************************/

@media(max-width:991px){

.top-right{

justify-content:center;

margin-top:10px;

}

.top-location{

text-align:center;

}

.header-icons{

margin-top:20px;

justify-content:center;

}

.navbar-nav{

padding-top:15px;

}

}

/*==============================
 HERO SECTION
===============================*/
/*==============================
 HERO SECTION
===============================*/

.hero-section{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:linear-gradient(135deg,#fff8f8,#ffffff,#fff5f5);
}

.hero-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:#ff3b3b10;
    border-radius:50%;
    top:-180px;
    right:-120px;
    filter:blur(30px);
}

.hero-section::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:#ffdede;
    border-radius:50%;
    bottom:-180px;
    left:-120px;
    opacity:.35;
}

/******************************
LEFT SIDE
******************************/

.hero-tag{

    display:inline-block;

    padding:8px 18px;

    background:#ffe8e8;

    color:#d30000;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-title{

    font-size:35px;

    line-height:74px;

    font-weight:800;

    color:#111;

    margin-bottom:25px;

}

.hero-title span{

    color:#e31d24;

}

.hero-text{

    font-size:18px;

    color:#666;

    line-height:34px;

    max-width:560px;

    margin-bottom:35px;

}

/******************************
FEATURES
******************************/

.hero-features{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:40px;

}

.feature-box{

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    border-radius:18px;

    padding:18px 20px;

    box-shadow:0 10px 35px rgba(0,0,0,.07);

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-8px);

}

.feature-box i{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#e31d24;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.feature-box h6{

    margin:0;

    font-size:17px;

    font-weight:700;

}

.feature-box small{

    color:#777;

}

/******************************
BUTTONS
******************************/

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:15px;

}

.btn-shop{

    background:#e31d24;

    color:#fff;

    padding:18px 38px;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

    box-shadow:0 15px 40px rgba(227,29,36,.25);

}

.btn-shop:hover{

    background:#c51318;

    transform:translateY(-4px);

    color:#fff;

}

.btn-shop i{

    margin-left:8px;

}

.btn-whatsapp{

    background:#25D366;

    color:#fff;

    padding:18px 36px;

    border-radius:60px;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.btn-whatsapp:hover{

    transform:translateY(-4px);

    color:#fff;

}

.btn-whatsapp i{

    margin-right:8px;

}

/******************************
RIGHT SIDE
******************************/

.hero-image{

    position:relative;

    height:650px;

}

.hero-circle{

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:linear-gradient(180deg,#ffefef,#ffd5d5);

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

}

.main-product{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:430px;

    z-index:5;

    filter:drop-shadow(0 40px 50px rgba(0,0,0,.18));

    transition:.5s;

}

.main-product:hover{

    transform:translate(-50%,-50%) scale(1.05);

}

/******************************
FLOATING LABELS
******************************/

.floating-card{

    position:absolute;

    background:#fff;

    padding:16px 22px;

    border-radius:16px;

    box-shadow:0 15px 45px rgba(0,0,0,.10);

    font-weight:600;

    z-index:8;

    animation:float 4s ease-in-out infinite;

}

.card1{

    top:70px;

    left:10px;

}

.card2{

    right:0;

    top:230px;

}

.card3{

    bottom:60px;

    left:70px;

}

/******************************
SHAPES
******************************/

.shape{

    position:absolute;

    border-radius:50%;

    animation:float 5s ease-in-out infinite;

}

.shape1{

    width:26px;

    height:26px;

    background:#ff3b3b;

    top:80px;

    right:120px;

}

.shape2{

    width:18px;

    height:18px;

    background:#ffd400;

    bottom:140px;

    right:50px;

}

.shape3{

    width:35px;

    height:35px;

    background:#ffb3b3;

    left:40px;

    top:180px;

}

/******************************
ANIMATION
******************************/

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/******************************
RESPONSIVE
******************************/

@media(max-width:991px){

.hero-section{

padding:60px 0;

}
    .nav-link {
        font-size: 30px;
    }
    .dropdown-item {
        font-size: 30px;
    }

        .hero-title {
            font-size: 42px;
            line-height: 52px;
        }

        .hero-image {
            margin-top: 60px;
            display: none;
            height: 480px;
        }

        .hero-circle {
            width: 340px;
            height: 340px;
        }

        .main-product {
            width: 290px;
        }

        .hero-features {
            flex-direction: column;
        }

        .hero-buttons {
            flex-direction: column;
        }

        .card2 {
            right: 10px;
        }
    }
/*=====================================
POPULAR CATEGORIES
======================================*/

.categories-section{

    padding:90px 0;

    background:#fff;

}

.section-header{

    display:flex;

    justify-content:space-between;

    align-items:end;

    margin-bottom:50px;

}

.sub-title{

    display:inline-block;

    color:#e31d24;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:10px;

}

.section-header h2{

    font-size:42px;

    font-weight:800;

    color:#111;

}

.section-header h2 span{

    color:#e31d24;

}

.view-all{

    text-decoration:none;

    color:#e31d24;

    font-weight:600;

}

.view-all:hover{

    color:#111;

}

.category-card{

    display:block;

    background:#fff;

    border-radius:22px;

    padding:20px;

    text-align:center;

    text-decoration:none;

    transition:.35s;

    border:1px solid #efefef;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    height:100%;

}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.category-image{

    height:170px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.category-image img{

    max-width:100%;

    max-height:150px;

    transition:.35s;

}

.category-card:hover img{

    transform:scale(1.08);

}

.category-card h5{

    margin-top:15px;

    font-weight:700;

    color:#222;

    font-size:18px;

}

.category-card:hover h5{

    color:#e31d24;

}

/*==========================
Responsive
===========================*/

@media(max-width:991px){

.section-header{

display:block;

text-align:center;

}

.view-all{

display:inline-block;

margin-top:20px;

}

.section-header h2{

font-size:32px;

}

.category-image{

height:600px;

}

.category-image img{

max-height:600px;

}

.category-card{

padding:15px;

}

.category-card h5{

font-size:35px;

}

    .product-content h5 {
        font-size:35px;
    }

    .col-lg-3{
        text-align:center;
    }


    }

/*=====================================
PRODUCTS
======================================*/

.products-section{

padding:90px 0;

background:#fafafa;

}

.product-card{

background:#fff;

border-radius:22px;

overflow:hidden;

position:relative;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.06);

height:100%;

}

.product-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.product-image{

position:relative;

height:360px;

display:flex;

justify-content:center;

align-items:center;

overflow:hidden;

}



.product-card:hover img{

transform:scale(1.08);

}

.product-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.45);

display:flex;

align-items:center;

justify-content:center;

opacity:0;

transition:.35s;

}

.product-card:hover .product-overlay{

opacity:1;

}

.quick-btn{

background:#fff;

padding:12px 28px;

border-radius:40px;

text-decoration:none;

font-weight:600;

color:#111;

}

.quick-btn:hover{

background:#e41f26;

color:#fff;

}

.product-content{

padding:0 25px 25px;

}

.rating{

color:#f8b400;

font-size:15px;

margin-bottom:12px;

}

.product-content h5{

font-weight:700;

margin-bottom:15px;

/*min-height:48px;*/

}

.price{

font-size:28px;

font-weight:700;

color:#e41f26;

margin-bottom:20px;

}

.price span{

font-size:17px;

margin-left:10px;

color:#888;

text-decoration:line-through;

}

.cart-btn{

display:block;

text-align:center;

padding:14px;

border-radius:50px;

background:#111;

color:#fff;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.cart-btn:hover{

background:#e41f26;

color:#fff;

}

.product-badge{

position:absolute;

top:18px;

left:18px;

background:#e41f26;

color:#fff;

padding:6px 14px;

border-radius:30px;

font-size:13px;

font-weight:600;

z-index:5;

}

.wishlist{

position:absolute;

top:18px;

right:18px;

width:42px;

height:42px;

background:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#333;

text-decoration:none;

box-shadow:0 10px 20px rgba(0,0,0,.12);

z-index:5;

transition:.35s;

}

.wishlist:hover{

background:#e41f26;

color:#fff;

}

@media (min-width: 991px) {

    .top-header {
        background: #111;
        color: #fff;
        font-size: 14px;
        padding: 10px 0;
    }

    .product-content h5 {
        font-size: 18px;
    }
}
@media(max-width:991px){

.products-section{

padding:70px 0;

}

.product-image{

height:600px;

}

.product-content{

padding:20px;

}

.price{

font-size:24px;

}


}

.product-image img {
    height: 70%;
}
/*====================================
WHY CHOOSE US
=====================================*/
/*==============================
WHY STRIP
===============================*/

.why-strip{

    padding:70px 0;

    background:#f7f7f7;

}

.why-wrapper{

    background:#fff;

    border-radius:24px;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    display:flex;

    overflow:hidden;

}

.why-box{

    flex:1;

    display:flex;

    align-items:center;

    gap:18px;

    padding:35px 28px;

    transition:.35s;

    position:relative;

}

.why-box:not(:last-child){

    border-right:1px solid #ececec;

}

.why-box:hover{

    background:#fff8f8;

}

.icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    border:1px solid #ececec;

    font-size:28px;

}

.why-box:nth-child(1) .icon{

    color:#7c3aed;

}

.why-box:nth-child(2) .icon{

    color:#00a8ff;

}

.why-box:nth-child(3) .icon{

    color:#f4b400;

}

.why-box:nth-child(4) .icon{

    color:#2196f3;

}

.why-box:nth-child(5) .icon{

    color:#22c55e;

}

.content h5{

    margin:0 0 8px;

    font-size:20px;

    font-weight:700;

    color:#222;

}

.content p{

    margin:0;

    color:#666;

    line-height:28px;

    font-size:15px;

}

/******************************
Responsive
******************************/

@media(max-width:1200px){

.why-wrapper{

    flex-wrap:wrap;

}

.why-box{

    width:50%;

    flex:none;

    border-bottom:1px solid #eee;

}

.why-box:nth-child(2){

    border-right:none;

}

.why-box:nth-child(4){

    border-right:none;

}

}

@media(max-width:768px){

.why-box{

    width:100%;

    border-right:none !important;

}

.content h5{

    font-size:18px;

}

.icon{

    width:60px;

    height:60px;

    min-width:60px;

    font-size:22px;

}

}

/*=====================================
TESTIMONIAL
======================================*/

.testimonial-section{

padding:100px 0;

background:#fafafa;

}

.google-rating{

display:flex;

justify-content:center;

align-items:center;

gap:25px;

background:#fff;

padding:25px 40px;

border-radius:25px;

box-shadow:0 15px 45px rgba(0,0,0,.06);

max-width:550px;

margin:auto;

}

.google-rating img{

width:60px;

}

.google-rating h3{

font-size:40px;

font-weight:800;

margin:0;

}

.stars{

font-size:20px;

color:#ffb400;

letter-spacing:2px;

}

.review-card{

background:#fff;

padding:35px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

height:100%;

transition:.35s;

}

.review-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.review-top{

display:flex;

align-items:center;

gap:15px;

margin-bottom:20px;

}

.review-top img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

}

.review-top h5{

margin:0;

font-weight:700;

}

.review-top span{

font-size:14px;

color:#888;

}

.review-card p{

font-size:16px;

line-height:30px;

color:#666;

margin-top:20px;

}

@media(max-width:991px){

.google-rating{

flex-direction:column;

text-align:center;

padding:25px;

}

.review-card{

padding:25px;

}

    .product-image img {
        height: 100%;
    }

}

/*======================================
CORPORATE BANNER
=======================================*/

.corporate-banner{

padding:100px 0;

background:linear-gradient(135deg,#e41f26,#c41219);

color:#fff;

position:relative;

overflow:hidden;

}

.corporate-banner::before{

content:"";

position:absolute;

width:550px;

height:550px;

background:rgba(255,255,255,.08);

border-radius:50%;

right:-180px;

top:-180px;

}

.banner-tag{

display:inline-block;

padding:8px 18px;

background:rgba(255,255,255,.15);

border-radius:40px;

font-size:13px;

font-weight:700;

margin-bottom:25px;

letter-spacing:1px;

}

.corporate-banner h2{

font-size:48px;

font-weight:800;

line-height:60px;

margin-bottom:25px;

}

.corporate-banner p{

font-size:18px;

line-height:34px;

opacity:.95;

margin-bottom:35px;

max-width:620px;

}

.banner-features{

display:flex;

gap:30px;

flex-wrap:wrap;

margin-bottom:40px;

}

.banner-features div{

font-size:17px;

font-weight:600;

}

.banner-features i{

color:#ffd43b;

margin-right:8px;

}

.banner-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-banner{

background:#fff;

color:#111;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.btn-banner:hover{

background:#111;

color:#fff;

}

.btn-banner-whatsapp{

background:#25D366;

color:#fff;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.btn-banner-whatsapp:hover{

background:#1fb858;

color:#fff;

}

.banner-image{

text-align:center;

position:relative;

}

.banner-image img{

width:100%;

max-width:450px;

filter:drop-shadow(0 35px 50px rgba(0,0,0,.30));

animation:floatGift 4s ease-in-out infinite;

}

@keyframes floatGift{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:991px){

.corporate-banner{

text-align:center;

padding:70px 0;

}

.corporate-banner h2{

font-size:36px;

line-height:46px;

}

.banner-features{

justify-content:center;

}

.banner-buttons{

justify-content:center;

}

.banner-image{

margin-top:50px;

}

}

/*=====================================
FOOTER
======================================*/

.footer{

background:#111;

color:#fff;

padding:90px 0 30px;

}

.footer-logo{

height:70px;

margin-bottom:25px;

}

.footer-about{

line-height:30px;

color:#bbb;

margin-bottom:30px;

}

.footer h4{

font-size:22px;

font-weight:700;

margin-bottom:25px;

}

.footer ul{

list-style:none;

padding:0;

margin:0;

}

.footer ul li{

margin-bottom:15px;

}

.footer ul li a{

text-decoration:none;

color:#bbb;

transition:.3s;

}

.footer ul li a:hover{

color:#fff;

padding-left:8px;

}

.footer-social{

display:flex;

gap:15px;

margin-top:20px;

}

.footer-social a{

width:45px;

height:45px;

background:#222;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:18px;

transition:.35s;

}

.footer-social a:hover{

background:#e41f26;

transform:translateY(-5px);

}

.contact-info li{

display:flex;

gap:12px;

align-items:flex-start;

color:#bbb;

}

.contact-info i{

color:#e41f26;

margin-top:5px;

}

.newsletter{

display:flex;

margin-top:25px;

}

.newsletter input{

flex:1;

height:50px;

border:none;

padding:0 18px;

outline:none;

border-radius:8px 0 0 8px;

}

.newsletter button{

border:none;

padding:0 24px;

background:#e41f26;

color:#fff;

font-weight:600;

border-radius:0 8px 8px 0;

transition:.3s;

}

.newsletter button:hover{

background:#c9181f;

}

.footer hr{

border-color:#2d2d2d;

margin:50px 0 25px;

}

.footer-bottom{

display:flex;

justify-content:space-between;

align-items:center;

color:#999;

font-size:15px;

}

.footer-bottom a{

color:#bbb;

text-decoration:none;

margin-left:12px;

}

.footer-bottom a:hover{

color:#fff;

}

@media(max-width:991px){

.footer{

text-align:center;

}

.contact-info li{

justify-content:center;

}

.footer-social{

justify-content:center;

}

.newsletter{

flex-direction:column;

gap:10px;

}

.newsletter input{

border-radius:8px;

}

.newsletter button{

border-radius:8px;

height:50px;

}

.footer-bottom{

flex-direction:column;

gap:15px;

}

}

.floating-whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
text-decoration:none;
box-shadow:0 15px 40px rgba(0,0,0,.25);
z-index:9999;
transition:.3s;
}

.floating-whatsapp:hover{
transform:scale(1.1);
color:#fff;
}




.product-details {
    background: #fff;
}

.sale-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff4d30 !important;
    text-decoration:none !important;
}

.price del {
    color: #999;
    margin-left: 10px;
}

.product-image {
    overflow: hidden;
    border-radius: 12px;
}

    

.thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
}

    .thumb.active {
        border-color: #ff4d30;
    }

.qty-area {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

    .qty-area button {
        width: 40px;
        height: 40px;
    }

    .qty-area input {
        width: 60px;
        text-align: center;
        margin: 0 10px;
    }

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
}

    .product-card:hover {
        transform: translateY(-5px);
    }

.product-img {
    position: relative;
    overflow: hidden;
}

    .product-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: .3s;
    }

.product-card:hover img {
    transform: scale(1.05);
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e53935;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.product-body {
    padding: 18px;
}

    .product-body h5 {
        font-size: 18px;
        margin-bottom: 12px;
        height: 50px;
        overflow: hidden;
    }

        .product-body h5 a {
            color: #222;
            text-decoration: none;
        }

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*.sale-price {
    font-size: 22px;
    color: #ff5722;
    font-weight: 700;
}*/

.old-price {
    text-decoration: line-through;
    color: #999;
}

.btn-theme {
    background: #ff5722;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
}

    .btn-theme:hover {
        background: #222;
        color: #fff;
    }