body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

/* header start */



.navbar-custom {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 6px 0;
    /* border-bottom: 1px solid #f1f1f1; */
    z-index: 9999;
    transition: all 0.4s ease;
}

/* Sticky Header */
.navbar-custom.sticky-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

.navbar-custom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navbar-brand img {
    width: 100px;
}


.navbar-collapse {
    flex-grow: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 14px !important;
    position: relative;
    transition: 0.3s;
}

/* Hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #637d39 !important;
}

/* Line */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: #637d39;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: calc(100% - 28px);
}



.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}


.ecommerce-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    font-size: 15px;
}

.icon-btn:hover {
    background: #637d39;
    color: #ffffff;
}

/* Badge */
.icon-btn span {
    position: absolute;
    top: -4px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: #637d39;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.navbar-toggler {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}

.navbar-toggler span {
    color: #000000;
    font-size: 22px;
    line-height: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.offcanvas-end {
    width: 270px;
}

.offcanvas {
    z-index: 10001 !important;
}

.offcanvas-backdrop {
    z-index: 10000 !important;
}

/* Header */
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

/* Close Button */
.offcanvas .btn-close {
    opacity: 1 !important;
    filter: none !important;
    background-size: 14px;
    box-shadow: none !important;
}

.offcanvas .btn-close:hover {
    transform: rotate(90deg);
    transition: 0.3s;
}

/* Menu */
.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    border-bottom: 1px solid #f1f1f1;
}

.mobile-menu li a {
    display: block;
    padding: 14px 0;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.mobile-menu li a:hover {
    color: #637d39;
    padding-left: 10px;
}



@media (max-width: 991px) {

    /* Hide Menu */
    .navbar-collapse {
        display: none !important;
    }

    /* Show Toggle */
    .navbar-toggler {
        display: flex;
    }

    /* Logo */
    .navbar-brand img {
        width: 78px;
    }

    /* Mobile Icons */
    .ecommerce-icons {
        gap: 6px;
    }

    .ecommerce-icons .icon-btn {
        width: 34px;
        height: 34px;
        min-width: 34px;
        font-size: 13px;
    }

    .ecommerce-icons .icon-btn span {
        width: 16px;
        height: 16px;
        font-size: 9px;
        top: -4px;
        right: -3px;
    }

}

/* Small Mobile */
@media (max-width: 480px) {

    .navbar-custom {
        padding: 10px 0;
    }

   

    .navbar-brand img {
        width: 70px;
    }

    .header-right {
        gap: 6px;
    }

    .ecommerce-icons .icon-btn,
    .navbar-toggler {
        width: 32px;
        height: 32px;
    }

}


/* header end */



/* banner start */



.hero-banner {
    position: relative;
    overflow: hidden;
    padding: 40px 0 100px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f9f4 100%);
}

/* Shapes */

.shape {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(99, 125, 57, 0.08);
    top: -120px;
    left: -100px;
    animation: floatShape 6s ease-in-out infinite;
}

.shape-2 {
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.04);
    bottom: -80px;
    right: -60px;
    animation: floatShape 8s ease-in-out infinite;
}

/* Content */

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    display: inline-block;
    background: rgba(99, 125, 57, 0.12);
    color: #637d39;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    /* font-family: "Saira", sans-serif; */
    font-family: "Josefin Sans", sans-serif;
}

.hero-content h1 span {
    color: #637d39;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #000000;
    max-width: 550px;
    margin-bottom: 35px;
}

/* Buttons */

.hero-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}

.theme-btn {
    background: #637d39;
    color: #ffffff;
    padding: 15px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    /* box-shadow: 0 10px 25px rgba(99, 125, 57, 0.25); */
}

.theme-btn:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-4px);
}

.border-btn {
    /* border: 2px solid #000000; */
    background-color: #000000;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.border-btn:hover {
    background: #637d39;
    color: #ffffff;
    transform: translateY(-4px);
}

/* Features */

.hero-features {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    font-weight: 500;
}

.feature-item i {
    width: 42px;
    height: 42px;
    background: #637d39;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right Image */

.hero-image {
    position: relative;
    text-align: center;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    max-width: 550px;
    animation: heroImage 5s ease-in-out infinite;
}

/* Floating Cards */

.floating-card {
    position: absolute;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #000000;
    animation: floatCard 4s ease-in-out infinite;
}

.floating-card i {
    color: #637d39;
}

.card-1 {
    top: 15%;
    left: 0;
}

.card-2 {
    bottom: 10%;
    right: 0;
}



@keyframes heroImage {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px);
    }

}

@keyframes floatCard {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }

}

@keyframes floatShape {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }

}



@media (max-width: 991px) {

    .hero-banner {
        padding: 120px 0 80px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-image {
        margin-top: 50px;
    }

    .card-1 {
        left: 20px;
    }

    .card-2 {
        right: 20px;
    }

}

@media (max-width: 576px) {

    .hero-banner {
        padding: 40px 0 0px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .theme-btn,
    .border-btn {
        width: 100%;
        text-align: center;
    }

    .hero-btns {
        /* flex-direction: column; */
        flex-wrap: nowrap;
    }

    .border-btn{
        padding: 14px 7px;
        font-size: 14px;
    }

    .theme-btn{
        padding: 14px 7px;
        font-size: 14px;
    }

    .floating-card {
        font-size: 13px;
        padding: 12px 14px;
    }

}


/* banner end */



/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #f7f7f7;
}


/* .footer-section {
    position: relative;
    padding-bottom: 15px;
    background: url('../');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 15, 126, 0.85);
}

.footer-section > * {
    position: relative;
    z-index: 2;
} */

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 100px;
}

.footer-about p {
    margin-top: 15px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #000000;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #637d39;
}


.footer-menu{
    display: flex;
    justify-content: center;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #000000;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #637d39;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;

}

.copy-right a {
    color: #000000;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
        display: flex;
        justify-content: left;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */





/* about start */

.about-section {
    padding: 50px 0px;
}



.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    /* background-color: #637d39; */
    border: 1px solid #637d39;
    color: #637d39;
    border-radius: 50px;
    font-size: 15px;
}

.about-btn a:hover {
    background-color: #637d39;
    color: #ffffff;
    
}

.about-image-col{
    display: flex;
    align-items: center;
}

.about-image img {
    border-radius: 10px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    font-family: "Josefin Sans", sans-serif;
}

.about-content span {
    color: #637d39;
}

.about-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}





@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}




@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .about-content p {
        font-size: 15px;
        text-align: left;
    }

   
}

/* about end */



/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #637d39;
}
/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #637d39;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}
/* end */





/* product category */

.product-category-section {
    padding: 50px 0;
    background: #ffffff;
}

.category-section-title {
    margin-bottom: 20px;
}

.category-section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    font-family: "Josefin Sans", sans-serif;
}

.category-section-title h2 span {
    color: #637d39;
}


/* Category Box */
.category-box {
    text-align: center;
    transition: 0.4s ease;
    text-decoration: none;
    display: block;
    
}

.category-box:hover {
    transform: translateY(-8px);
}

/* Image */
.category-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #f4f5f3;
    background: #f7f7f7;
    transition: 0.4s ease;
}

.category-box:hover .category-img {
    border-color: #637d39;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

/* Name */
.category-box h5 {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    transition: 0.3s;
}

.category-box:hover h5 {
    color: #637d39;
}

/* Mobile */
@media (max-width: 768px) {

    .category-section-title h2 {
        font-size: 30px;
    }

    .category-img {
        width: 110px;
        height: 110px;
    }

    .category-box h5 {
        font-size: 15px;
    }
}

/* product category end */


/* product card section start */


.kitchen-product-section{
    padding: 50px 0;
    background: #f9f9f9;
}

/* Category Heading */
.category-head{
    margin-bottom: 35px;
}

.category-head h2{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    position: relative;
    display: inline-block;
    padding-left: 18px;
}

.category-head h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 85%;
    background: #637d39;
    border-radius: 50px;
}

/* Product Card */
.product-card{
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    height: 100%;
    position: relative;
}

.product-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* Product Image */
.product-img{
    position: relative;
    overflow: hidden;
}

.product-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: 0.4s ease;
}

.product-card:hover .product-img img{
    transform: scale(1.05);
}

/* Offer Badge */
.product-badge{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #637d39;
    color: #ffffff;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
}

/* Content */
.product-content{
    padding: 22px;
}

/* Product Name */
.product-content h4{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

/* Description */
.product-content p{
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 14px;
}

/* Rating */
.product-rating{
    font-size: 15px;
    color: #ffb400;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-rating span{
    color: #777777;
    margin-left: 6px;
}

/* Price */
.product-price{
    font-size: 18px;
    font-weight: 400;
    color: #637d39;
    margin-bottom: 20px;
}

.product-price span{
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 10px;
}

/* Add To Cart Button */
.product-cart-btn{
    width: 100%;
    border: none;
    background: #637d39;
    color: #ffffff;
    padding: 14px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.product-cart-btn:hover{
    background: #000000;
}

/* Mobile */
@media(max-width:768px){

    .category-head h2{
        font-size: 25px;
    }

    .product-img img{
        height: 230px;
    }

    .product-content{
        padding: 18px;
    }

    .product-content h4{
        font-size: 19px;
    }

    .product-price{
        font-size: 24px;
    }

}


/* product card section end */





/* offer card section start */

.offer-card-section{
    padding: 40px 0;
    background: #ffffff;
}

/* Offer Card */
.offer-card{
    background: #637d39;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    text-decoration: none;
    min-height: 230px;
    transition: 0.4s ease;
}

.offer-card:hover{
    transform: translateY(-8px);
}

/* Second Card */
.black-card{
    background: #000000;
}

/* Content */
.offer-content{
    width: 55%;
    z-index: 2;
}

.offer-content span{
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-bottom: 10px;
}

.offer-content h3{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 14px;
    font-family: "Josefin Sans", sans-serif;
}

.offer-content h4{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 22px;
}

/* Button */
.offer-content button{
    border: none;
    background: #000000;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s ease;
}

.offer-content button:hover{
    background: #ffffff;
    color: #000000;
}

/* Image */
.offer-image{
    width: 100%;
    /* width: 45%; */
    text-align: right;
}

.offer-image img{
    width: 100%;
    max-width: 420px;
    height: 220px;
    object-fit: contain;
    transition: 0.4s ease;
}

.offer-card:hover .offer-image img{
    transform: scale(1.08);
}


@media(max-width:991px){

    .offer-card{
        padding: 25px;
    }

    .offer-content h3{
        font-size: 28px;
    }

}

@media(max-width:767px){

    .offer-card{
        flex-direction: column;
        text-align: center;
        padding: 35px 25px;
    }

    .offer-content{
        width: 100%;
        margin-bottom: 20px;
    }

    .offer-image{
        width: 100%;
        text-align: center;
    }

    .offer-image img{
        /* max-width: 180px; */
        max-width: 300px;
        height: 180px;
    }

    .offer-content h3{
        font-size: 36px;
    }

    .offer-content h4{
        font-size: 16px;
    }

}

/* offer card section end */



/* contact page section start */

.ecommerce-contact-section{
    padding: 100px 0;
    background: #f7f7f7;
}

/* Left Content */
.ecommerce-contact-content{
    padding-right: 30px;
}

.contact-subtitle{
    display: inline-block;
    background: rgba(99,125,57,0.12);
    color: #637d39;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.ecommerce-contact-content h2{
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.ecommerce-contact-content p{
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 35px;
}

/* Contact Card */
.contact-card{
    background: #ffffff;
    border-radius: 22px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    transition: 0.4s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}

.contact-card:hover{
    transform: translateY(-6px);
}

/* Icon */
.contact-icon{
    width: 70px;
    height: 70px;
    background: #637d39;
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: 0.4s ease;
}

.contact-card:hover .contact-icon{
    background: #000000;
}

/* Contact Details */
.contact-details small{
    display: block;
    color: #888888;
    margin-bottom: 6px;
    font-size: 13px;
}

.contact-details a,
.contact-details h6{
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    margin: 0;
    transition: 0.3s ease;
}

.contact-details a:hover{
    color: #637d39;
}

/* Form */
.ecommerce-contact-form{
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Form Heading */
.form-heading{
    margin-bottom: 30px;
}

.form-heading h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.form-heading p{
    color: #777777;
    margin: 0;
}

/* Inputs */
.ecommerce-contact-form input,
.ecommerce-contact-form textarea{
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #fafafa;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.ecommerce-contact-form input:focus,
.ecommerce-contact-form textarea:focus{
    border-color: #637d39;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99,125,57,0.08);
}

/* Button */
.ecommerce-contact-form button{
    border: none;
    background: #637d39;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.ecommerce-contact-form button:hover{
    background: #000000;
    transform: translateY(-3px);
}

/* Mobile */
@media(max-width:991px){

    .ecommerce-contact-content{
        padding-right: 0;
    }

    .ecommerce-contact-content h2{
        font-size: 42px;
    }

}

@media(max-width:767px){

    .ecommerce-contact-section{
        padding: 70px 0;
    }

    .ecommerce-contact-content h2{
        font-size: 32px;
    }

    .ecommerce-contact-form{
        padding: 30px 22px;
    }

    .form-heading h3{
        font-size: 25px;
    }

    .contact-details a,
    .contact-details h6{
        font-size: 16px;
    }

}


/* contact page section end */



/* product detail page start */


.product-details-section{
    padding: 50px 0;
    background: #f7f7f7;
}

/* Gallery */
.product-gallery{
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Main Image */
.main-product-image{
    background: #fafafa;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-product-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Thumbnail */
.thumbs-slider-wrapper{
    position: relative;
}

.product-thumbs{
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.product-thumbs::-webkit-scrollbar{
    display: none;
}

.thumb-item{
    flex: 0 0 auto;
    width: 95px;
    height: 95px;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.4s ease;
}

.thumb-item.active,
.thumb-item:hover{
    border-color: #637d39;
}

.thumb-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #637d39;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 2;
}

.thumb-arrow-left{
    left: -10px;
}

.thumb-arrow-right{
    right: -10px;
}

.thumb-arrow:disabled{
    opacity: 0.35;
    cursor: not-allowed;
}

/* Content */
.product-details-content{
    padding-left: 35px;
}

.product-category{
    display: inline-block;
    background: rgba(99,125,57,0.12);
    color: #637d39;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.product-details-content h2{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 18px;
}

/* Rating */
.product-rating{
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 20px;
}

.product-rating span{
    color: #777777;
    margin-left: 8px;
}

/* Price */
.detail-product-price{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.detail-product-price h3{
    font-size: 20px;
    color: #637d39;
    font-weight: 500;
    margin: 0;
}

.detail-product-price span{
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 8px;
}

.offer-badge{
    background: #000000;
    color: #ffffff;
    padding: 9px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

/* Description */
.product-description{
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    margin-bottom: 28px;
}

/* Features */
.product-features{
    margin-bottom: 30px;
}

.detail-feature-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #000000;
}

.detail-feature-item i{
    color: #637d39;
}

/* Quantity */
.quantity-box{
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 50px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
}

.quantity-box button{
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
}

.quantity-box input{
    width: 60px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
}

/* Buttons Row */
.product-action-btns{
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

/* Add Cart */
.add-cart-btn{
    flex: 1;
    text-align: center;
    background: #637d39;
    color: #ffffff;
    padding: 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.add-cart-btn:hover{
    background: #000000;
    color: #ffffff;
}

/* Buy Now */
.buy-now-btn{
    flex: 1;
    text-align: center;
    background: #000000;
    color: #ffffff;
    padding: 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.buy-now-btn:hover{
    background: #637d39;
    color: #ffffff;
}

/* Product Info */
.product-extra-info{
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

.product-extra-info p{
    color: #666666;
    margin-bottom: 10px;
}

/* Responsive */
@media(max-width:991px){

    .product-details-content{
        padding-left: 0;
        margin-top: 40px;
    }

}

@media(max-width:767px){

    .product-details-section{
        padding: 70px 0;
    }

    .main-product-image img{
        height: 350px;
    }

    .product-details-content h2{
        font-size: 25px;
    }

    .product-action-btns{
        flex-direction: column;
    }

    .thumb-item{
        width: 70px;
        height: 70px;
    }

}


@media(max-width:432px){

    .main-product-image img{
        height: 250px;
    }

    .product-gallery{
        padding: 15px;
    }

}

/* product detail page end */


/* cart page start */



.cart-page-section{
    padding: 40px 0;
    /* background: #f7f7f7; */
    background-color: #ffffff;
}

/* Heading */
.cart-page-head{
    margin-bottom: 50px;
}

.cart-page-head h2{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.cart-page-head p{
    color: #666666;
    font-size: 15px;
}

/* Product Card */
.cart-product-card{
    background: #ffffff;
    border-radius: 28px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

/* Left */
.cart-product-left{
    display: flex;
    align-items: center;
    gap: 22px;
}

/* Image */
.cart-product-image{
    width: 130px;
    height: 130px;
    border-radius: 22px;
    overflow: hidden;
    background: #fafafa;
    flex-shrink: 0;
}

.cart-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.cart-product-content span{
    display: inline-block;
    color: #637d39;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cart-product-content h3{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}

/* Price */
.cart-product-price{
    font-size: 25px;
    font-weight: 500;
    color: #637d39;
}

.cart-product-price span{
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 10px;
}

/* Right */
.cart-product-right{
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Quantity */
.cart-quantity-box{
    display: inline-flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 50px;
    overflow: hidden;
    background: #ffffff;
}

.cart-quantity-box button{
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
}

.cart-quantity-box input{
    width: 55px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
}

/* Total */
.cart-product-right h4{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

/* Remove */
.cart-remove-btn{
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.06);
    color: #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.4s ease;
}

.cart-remove-btn:hover{
    background: #000000;
    color: #ffffff;
}

/* Summary */
.cart-summary-box{
    background: #ffffff;
    padding: 35px;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.cart-summary-box h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

/* Summary Item */
.summary-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.summary-item span{
    color: #666666;
}

.summary-item h5,
.summary-item h4{
    margin: 0;
    font-weight: 700;
}

.total-box{
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

/* Coupon */
.coupon-box{
    display: flex;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.coupon-box input{
    width: 100%;
    height: 52px;
    border: 1px solid #dddddd;
    border-radius: 50px;
    padding: 0 18px;
    outline: none;
}

.coupon-box button{
    border: none;
    background: #637d39;
    color: #ffffff;
    padding: 0 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s ease;
}

.coupon-box button:hover{
    background: #000000;
}

/* Buttons */
.checkout-btn,
.continue-btn{
    width: 100%;
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
}

.checkout-btn{
    background: #637d39;
    color: #ffffff;
    margin-bottom: 15px;
}

.checkout-btn:hover{
    background: #000000;
    color: #ffffff;
}

.continue-btn{
    background: rgba(0,0,0,0.06);
    color: #000000;
}

.continue-btn:hover{
    background: #000000;
    color: #ffffff;
}

/* Responsive */
@media(max-width:991px){

    .cart-product-card{
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-product-right{
        width: 100%;
        justify-content: space-between;
    }

    .cart-summary-box{
        margin-top: 35px;
        position: relative;
        top: 0;
    }

}

@media(max-width:767px){

    .cart-page-section{
        padding: 70px 0;
    }

    .cart-page-head h2{
        font-size: 25px;
    }

    .cart-product-card{
        padding: 20px;
        border-radius: 22px;
    }

    .cart-product-left{
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-product-image{
        width: 100%;
        height: 250px;
    }

    .cart-product-content h3{
        font-size: 22px;
    }

    .cart-product-price{
        font-size: 26px;
    }

    .cart-product-right{
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .cart-summary-box{
        padding: 25px 20px;
    }

    .cart-summary-box h3{
        font-size: 28px;
    }

    .coupon-box{
        flex-direction: column;
    }

    .coupon-box button{
        height: 52px;
    }

}


/* cart page end */


/* registration page start */



.registration-section{
    padding: 100px 0;
    background: #f7f7f7;
}

/* Wrapper */
.registration-wrapper{
    background: #ffffff;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    min-height: 700px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Left Image */
.registration-image{
    width: 45%;
    position: relative;
    overflow: hidden;
}

.registration-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.registration-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2));
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.registration-overlay h2{
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.registration-overlay p{
    color: #f1f1f1;
    font-size: 16px;
    line-height: 1.8;
}

/* Form Box */
.registration-form-box{
    width: 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Heading */
.registration-form-heading{
    margin-bottom: 35px;
}

.registration-form-heading span{
    display: inline-block;
    background: rgba(99,125,57,0.12);
    color: #637d39;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.registration-form-heading h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.registration-form-heading p{
    color: #666666;
    line-height: 1.8;
}

/* Inputs */
.registration-form-box input[type="text"],
.registration-form-box input[type="email"],
.registration-form-box input[type="password"]{
    width: 100%;
    height: 58px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
    background: #fafafa;
    transition: 0.3s ease;
}

.registration-form-box input:focus{
    border-color: #637d39;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99,125,57,0.08);
}

/* Terms */
.terms-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.terms-box input{
    width: 18px;
    height: 18px;
    accent-color: #637d39;
}

.terms-box label{
    color: #666666;
    font-size: 15px;
}

/* Button */
.register-btn{
    width: 100%;
    height: 58px;
    border: none;
    background: #637d39;
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.register-btn:hover{
    background: #000000;
}

/* Login Link */
.login-link{
    text-align: center;
    margin-top: 25px;
    color: #666666;
    font-size: 15px;
}

.login-link a{
    color: #637d39;
    font-weight: 600;
    text-decoration: none;
}

.login-link a:hover{
    color: #000000;
}

/* Responsive */
@media(max-width:991px){

    .registration-wrapper{
        flex-direction: column;
    }

    .registration-image,
    .registration-form-box{
        width: 100%;
    }

    .registration-image{
        height: 350px;
    }

}

@media(max-width:767px){

    .registration-section{
        padding: 70px 0;
    }

    .registration-form-box{
        padding: 35px 22px;
    }

    .registration-overlay{
        padding: 30px;
    }

    .registration-overlay h2{
        font-size: 34px;
    }

    .registration-form-heading h3{
        font-size: 32px;
    }

}

/* registration page end */


/* login page start */

/* ===================================
   Login Page
=================================== */

.login-section{
    padding: 100px 0;
    background: #f7f7f7;
}

/* Wrapper */
.login-wrapper{
    background: #ffffff;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    min-height: 650px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Left Image */
.login-image{
    width: 45%;
    position: relative;
    overflow: hidden;
}

.login-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.login-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2));
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.login-overlay h2{
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 18px;
    font-family: "Josefin Sans", sans-serif;
}

.login-overlay p{
    color: #f1f1f1;
    line-height: 1.8;
    font-size: 16px;
}

/* Form Box */
.login-form-box{
    width: 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Heading */
.login-form-heading{
    margin-bottom: 35px;
}

.login-form-heading span{
    display: inline-block;
    background: rgba(99,125,57,0.12);
    color: #637d39;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.login-form-heading h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.login-form-heading p{
    color: #666666;
    line-height: 1.8;
}

/* Inputs */
.login-form-box input[type="email"],
.login-form-box input[type="password"]{
    width: 100%;
    height: 58px;
    border: 1px solid #dddddd;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
    background: #fafafa;
    transition: 0.3s ease;
}

.login-form-box input:focus{
    border-color: #637d39;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99,125,57,0.08);
}

/* Options */
.login-options{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* Remember */
.remember-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.remember-box input{
    width: 18px;
    height: 18px;
    accent-color: #637d39;
}

.remember-box label{
    color: #666666;
    font-size: 15px;
}

/* Forgot */
.forgot-link{
    color: #637d39;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}

.forgot-link:hover{
    color: #000000;
}

/* Button */
.login-btn{
    width: 100%;
    height: 58px;
    border: none;
    background: #637d39;
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s ease;
}

.login-btn:hover{
    background: #000000;
}

/* Register */
.register-link{
    text-align: center;
    margin-top: 25px;
    color: #666666;
    font-size: 15px;
}

.register-link a{
    color: #637d39;
    font-weight: 600;
    text-decoration: none;
}

.register-link a:hover{
    color: #000000;
}

/* Responsive */
@media(max-width:991px){

    .login-wrapper{
        flex-direction: column;
    }

    .login-image,
    .login-form-box{
        width: 100%;
    }

    .login-image{
        height: 320px;
    }

}

@media(max-width:767px){

    .login-section{
        padding: 70px 0;
    }

    .login-form-box{
        padding: 35px 22px;
    }

    .login-overlay{
        padding: 30px;
    }

    .login-overlay h2{
        font-size: 34px;
    }

    .login-form-heading h3{
        font-size: 32px;
    }

    .login-options{
        flex-direction: column;
        align-items: flex-start;
    }

}

/* logine end */



/* buy now page start */


.checkout-section{
    padding: 40px 0;
    background: #f7f7f7;
}

/* Heading */
.checkout-heading{
    margin-bottom: 55px;
}

.checkout-heading h2{
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
    font-family: "Josefin Sans", sans-serif;
}

.checkout-heading p{
    color: #666666;
    font-size: 16px;
}

/* Form Box */
.checkout-form-box{
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.checkout-form-box h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

/* Inputs */
.checkout-form-box input,
.checkout-form-box textarea{
    width: 100%;
    border: 1px solid #dddddd;
    background: #fafafa;
    border-radius: 14px;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
    transition: 0.3s ease;
}

.checkout-form-box input{
    height: 58px;
}

.checkout-form-box textarea{
    height: 140px;
    padding-top: 18px;
    resize: none;
}

.checkout-form-box input:focus,
.checkout-form-box textarea:focus{
    border-color: #637d39;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99,125,57,0.08);
}

/* Summary Box */
.order-summary-box{
    background: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.order-summary-box h3{
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

/* Product */
.summary-product{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.summary-product-image{
    width: 90px;
    height: 90px;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
}

.summary-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.summary-product-content{
    width: 100%;
}

.summary-product-content h4{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
}

.summary-product-content span{
    color: #777777;
    font-size: 14px;
}

.summary-product h5{
    font-size: 20px;
    font-weight: 700;
    color: #637d39;
}

/* Price */
.price-summary{
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 25px 0;
    margin: 30px 0;
}

.price-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.price-item:last-child{
    margin-bottom: 0;
}

.price-item span{
    color: #666666;
}

.price-item h6,
.price-item h4{
    margin: 0;
    font-weight: 700;
}

.total-price{
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
}

/* Payment */
.payment-methods h5{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.payment-option{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    cursor: pointer;
}

.payment-option input{
    accent-color: #637d39;
}

.payment-option span{
    color: #555555;
}

/* Button */
.place-order-btn{
    width: 100%;
    height: 58px;
    border: none;
    background: #637d39;
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.4s ease;
}

.place-order-btn:hover{
    background: #000000;
}

/* Responsive */
@media(max-width:991px){

    .order-summary-box{
        margin-top: 35px;
        position: relative;
        top: 0;
    }

}

@media(max-width:767px){

    .checkout-section{
        padding: 40px 0;
    }

    .checkout-heading h2{
        font-size: 36px;
    }

    .checkout-form-box,
    .order-summary-box{
        padding: 25px 20px;
        border-radius: 24px;
    }

    .checkout-form-box h3,
    .order-summary-box h3{
        font-size: 28px;
    }

    .summary-product{
        align-items: flex-start;
    }

    .summary-product-image{
        width: 75px;
        height: 75px;
    }

    .summary-product h5{
        font-size: 16px;
    }

}

/* buy now page end */