/* ================= Global Style ================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif !important;
    background: #FFF !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


.secGap {
    padding: 80px 0px;
}

.form-control:focus {
    box-shadow: none;
}

/* ================= Defaut Style ================ */
.default-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 29.5px;
    background: #F75E61;
    border: 1px solid #F75E61;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
    transition: all 1s ease-in-out;
}

.default-btn:hover {
    background: #fff;
    border: 1px solid #F75E61;
    color: #F75E61;
}

.default-btn i {
    color: #FFF;
    font-size: 16px;
    margin-left: 7px;
    opacity: 1;
    transition: none;
}

.default-btn:hover i {
    animation: slideFadeRight 1s ease-in-out infinite;
    color: #F75E61;
}

@keyframes slideFadeRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(8px);
        opacity: 0;
    }

    51% {
        transform: translateX(-8px);
        /* reset jump from left */
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.common-content h2 {
    color: #242A2E;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
}

.common-content p {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.common-content span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    display: block;
}

.text-red {
    color: #F75E61 !important;
}

/* ================= Navbar's Style ================ */
.navbar-brand img {
    width: 168px;
}

.mobile-nav {
    display: none;
}

.tab-nav {
    display: none;
}

.default-navbar {
    position: sticky;
    top: 0px;
    z-index: 1020;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

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

.default-navbar .navbar-brand {
    padding: 0px 0px !important;
}

.default-navbar .navbar-nav {
    gap: 25px;
    align-items: center;
}

.default-navbar .nav-link {
    padding: 0px 0px !important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cartBtnCheck {
    width: 40px;
    display: block;
    position: relative;
}

.cartBtnCheck span {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #F75E61;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartBtn {
    width: 40px;
    display: block;
    position: relative;
}

.cartBtn span {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #F75E61;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-message {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

/* ================= Banner's Style ================ */

.banner-caption span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 0.8;
}

.banner-caption h1 {
    color: #242A2E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 20px 0px;
}

.banner-caption p {
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: -0.18px;
}

.banner-caption span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.banner {
    position: relative;
    padding: 55px 0px 78px 0px;
}

.banner::after {
    content: "";
    position: absolute;
    top: -78px;
    right: 0;
    bottom: 0;
    background: #00715D;
    width: 50%;
    height: 100%;
}

.hero-slider .owl-item img {
    border-radius: 25px;
}

.owl-carousel .owl-stage-outer {
    padding: 4.6rem 0px 5.5rem 42px;
}

.button-expand:hover .icon {
    transform: rotate(360deg);
}

.our-achievement {
    border-radius: 0px 90px 0px 0px;
    background: #F9F5E8;
    padding: 25px 6rem;
    position: relative;
    z-index: 9;
    margin-top: -4.5rem;
}

.achievement-item h3 {
    color: #F75E61;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    font-family: "Rubik", sans-serif;
}

.achievement-item p {
    color: #F75E61;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: -0.192px;
    font-family: "Rubik", sans-serif;
}

.button-expand {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 105px;
    border: 1px solid #989898;
    background: #FDFBE6;
    color: white;
    text-decoration: none;
    transition: width 0.7s;
    white-space: nowrap;
    padding: 0 9px;
    margin: 16px 0px 30px 0px;
}

.button-expand .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F75E61;
    border-radius: 50%;
    padding: 8px;
    transition: transform 0.6s ease-in-out;
}

.button-expand .icon img {
    max-width: 24px;
}

.button-expand .text {
    margin-left: 18px;
    opacity: 0;
    transition: opacity .5s;
    color: #F75E61;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.75px;
}

/* On hover: expand width and show text */
.button-expand:hover {
    width: 216px;
    transition: width 0.7s;
}

.button-expand:hover .text {
    opacity: 1;
    transition: opacity .5s;
}

.feature-caption h2 {
    color: #F9F5E8;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.feature-caption p {
    color: #F9F5E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.feature-inner {
    border-radius: 25px;
    background: #F75E61;
    padding: 40px 45px 20px 45px;
}

.feature-img {
    background-image: url("../img/about-bg.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6px 0px 10px 75px;
    margin-top: 12px;
}

.img-inner img {
    width: 175px;
}

.img-inner {
    padding: 0px 28px 0px 0px;
    display: inline-block;
}

.img-text p {
    color: #242A2E;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.img-text .icon {
    background-color: #F75E61;
    padding: 4px;
    display: inline-block;
    border-radius: 50%;
}

.img-text a {
    border-radius: 50px;
    border: 1px solid #989898;
    background: #FDFBE6;
    display: inline-block;
    padding: 15px;
}

.img-text {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin-right: 4px;
    padding-top: 4px;
}

.img-text .icon {
    animation: pulseShadow 1.5s ease-in-out infinite;
    /* keep image crisp */
    transition: background-color 0.3s ease;
}

@keyframes pulseShadow {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 1;
        box-shadow: 0 0 5px #F75E61, 0 0 15px #F75E61;
        background-color: #F75E61;
    }

    50% {
        transform: scale(1);
        opacity: 0.7;
        box-shadow: 0 0 20px #F75E61, 0 0 40px #F75E61;
        background-color: #ff0005;
    }
}

.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.list-item .icon {
    border-radius: 4px;
    background: #F9F5E8;
    padding: 4px;
}

.list-item .text {
    color: #F9F5E8;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.feature-caption {
    margin-bottom: 24px;
}

.feature-inner .default-btn {
    color: #242A2E;
    margin-top: 20px;
}

.feature-inner .default-btn i {
    color: #242A2E;
}

.company-name p {
    color: #F9F5E8;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

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

.name-price p {
    color: #242A2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-box span {
    color: #ADADAD;
    font-size: 16px;
    font-weight: 400;
    line-height: 129%;
    letter-spacing: -0.48px;
    text-align: start;
}

.product-box .productBtn {
    text-align: center;
    margin-top: 24px;
}

.product-box {
    border-radius: 15px;
    border: 1px solid #000;
    text-align: center;
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-bottom: 24px;
}

.product-img {
    padding: 30px 32px 32px 32px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.20);
    border-radius: 15px 15px 0px 0px;
    background: #FFF;
    height: 250px;
}

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

.product-description {
    padding: 20px;
    /*  32px 24px 32px */
}

.product-info {
    margin-top: 60px;
}

.productBtn .default-btn {
    background: #333;
    border: 0;
    font-size: 16px;
    padding: 15px 30px;
}

.productBtn .default-btn:hover {
    background: #F75E61;
    color: #fff;
}

.productBtn .default-btn:hover i {
    color: #fff;
}

.whyUs-sec {
    background: #F75E61;
}

.whyUs-box {
    padding: 24px 35px;
    text-align: center;

}

.whyUs-box h3 {
    color: #FFF3F3;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.whyUs-box p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-top: 16px;
}

.whyUs-box .whyUs-img {
    margin-bottom: 20px;
}

.whyUs-info {
    margin-top: 60px;
}

.donation-box .donation-img {
    margin-bottom: 30px;
    text-align: center;
}

.donation-box h3 {
    color: #242A2E;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.donation-box p {
    color: #3D3D3D;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
    margin-top: 4px;
}

.donation-info {
    margin-top: 60px;
}

.about-caption h2 {
    color: #242A2E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px 0px 20px 0px;
}

.about-caption p {
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: -0.18px;
}

.stories-box {
    display: flex;
    align-items: center;
    gap: 23px;
    border-radius: 25px;
    border: 1px solid #000;
    background: #F9F5E8;
    padding: 20px 22px;
    margin-bottom: 30px;
    margin-right: 22px;
}

.stories-box .stories-img img {
    min-width: 213px;
}

.stories-text h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.stories-text p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 275;
    line-height: 140%;
    text-transform: capitalize;
}

.stories-text span {
    color: #F75E61;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    margin-top: 19px;
}

.stories-info .row>.col-lg-6:nth-child(even) .stories-box {
    margin-right: 0;
    margin-left: 20px;
}

.stories-info {
    margin-top: 60px;
}

.faq-caption h2 {
    color: #242A2E;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.faq-caption p {
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: -0.18px;
}

.faq-img img {
    width: 217px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 2.4rem;
    transform: rotate(-4.274deg);
}



/*------------------- FAQ Section -------------------*/
.faq-accordion .custom-caption {
    margin-right: 43px;
    margin-bottom: 28px;
}

.faq-accordion {
    background: linear-gradient(180deg, #F8FCFF 0%, #FFF 15.69%, #F8FCFF 23.79%, #FFF 30.48%, #F8FCFF 34.76%, #F8FCFF 40.77%, #FFF 46.84%, #F8FCFF 55.92%, #F8FCFF 100%);
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: 0;
}

.faq-accordion .accordion-button {
    border: 1px solid #000;
    background: #F9F5E8;
    color: #242A2E !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    padding: 24px 24px;
    border-radius: 0 !important;
}

.faq-accordion .accordion-body {
    background: #F9F5E8 !important;
    color: #3D3D3D;
    font-size: 14px !important;
    font-weight: 275;
    line-height: 140%;
    text-transform: capitalize;
    padding: 0px 24px 24px 24px;
    border: 1px solid #000;
    border-top: 0px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #F75E61 !important;
    border-bottom: 0px !important;
    background: #F9F5E8 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-bottom: 16px;

}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: grayscale(0.3) brightness(0.6) contrast(1.2) sepia(0.3) hue-rotate(180deg);
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.faq-accordion .accordion-button::after {
    filter: sepia(1) saturate(5) hue-rotate(120deg) brightness(0.9) !important;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: unset;
}

/*------------------- CTA Section -------------------*/
.cta-sec {
    background: #F75E61;
}

.cta-inner {
    border-radius: 25px;
    background: #F75E61;
    padding: 42px 0px;
    position: relative;
}

.cta-caption p {
    color: #F9F5E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cta-inner .default-btn {
    color: #242A2E;
    margin-top: 30px;
}

.cta-inner .default-btn i {
    color: #242A2E;
}

.cta-caption h2 {
    color: #F9F5E8;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.cta-img {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/*------------------- Footer Section -------------------*/

.social-details {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
}

.contact-details a {
    color: #242A2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-text {
    border-bottom: 1px solid #242A2E;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer {
    background: #F9F5E8;
}

/*------------------- Cart page -------------------*/
.cart-page .cta-inner {
    border-radius: 25px;
    background: #F9F5E8;

}

.cart-page .cta-inner .default-btn {
    color: #fff;
}

.cart-page .cta-inner .default-btn i {
    color: #fff;
}

.tab-navBar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tab-navBar .icon {
    background: rgba(98, 255, 203, 0.25);
    border-radius: 50%;
    padding: 8px;
}

.tab-navBar .icon img {
    max-width: 45px;
    height: 45px;
}

.product-tab .nav-link {
    border-radius: 50px;
    border: 0.5px solid #323232;
    background: #F9F5E8;
    padding: 10px 18px 10px 12px;
}

.product-tab .nav-pills {
    gap: 24px;
}

.product-tab .tab-navBar .text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.product-tab .nav-pills .nav-link.active,
.product-tab .nav-pills .show>.nav-link {
    background: #F75E61 !important;
}

.product-tab .nav-pills .nav-link.active .text,
.product-tab .nav-pills .show>.nav-link .text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.product-tab .nav-pills .nav-link.active .icon,
.product-tab .nav-pills .show>.nav-link .icon {
    background: rgba(255, 200, 199, 0.95) !important;
}

.product-item .text h3 {
    color: #242A2E;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.product-item .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.addTocart-btn h3 {
    color: #242A2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.addTocart-btn p {
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.addTocart-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding-bottom: 10px;
    padding-top: 20px;

}

.product-item .img {
    padding: 24px;
    width: 250px;
    height: 250px;
}

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

.product-desc {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
}

.addTocart-btn .default-btn {
    border-radius: 12px;
    font-size: 16px;
    background: #333;
    border: 0;
}

.addTocart-btn .default-btn:hover {
    background: #F75E61;
    color: #fff;
}

.addTocart-btn .default-btn:hover i {
    color: #fff;
}

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

.cart-donation {
    text-align: center;
    border-radius: 20px;
    background: #F9F5E8;
    padding: 40px 40px;
}

.cart-donation .qr-code {
    border-radius: 10px;
    background: #F75E61;
    padding: 17px 28px;
    margin: 0px 30px 20px;
}

.donation-text {
    margin-top: 40px;
}

.donation-text h3 {
    color: #242A2E;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.375px;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.donation-text p {
    color: #242A2E;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 27px;
}

.cart-donation .img-text a {
    border-radius: 0px;
    border: none;
    background: transparent;
    display: inline;
    padding: 0px;
}

.donation-text .default-btn {
    font-size: 16;
    font-weight: 400;
}

.product-wrapper {
    margin-right: 40px;
}

.nextIcon,
.nextBtn {
    width: 41px;
    height: 40px;
    background: #fff;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
}

.product-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-tab .nav {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.product-tab .nav::-webkit-scrollbar,
.related-slider::-webkit-scrollbar {
    display: none;
    /* optional: hide scrollbar */
}

.cartClose {
    padding: 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    background: #FFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cartClose i {
    font-size: 20px;
}

.product-cart {
    padding: 0px 10px;
}

.product-cart-wrapper {
    height: 100%;
}

.offcanvas-title {
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.cart-topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-item .img {
    padding: 9px 25px;
    width: 140px;
    height: 88px;

}

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

.cart-desc h3 {
    color: #242A2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-desc p {
    color: #242A2E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addcart-btn h4 {
    color: #242A2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.addcart-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.addcart-inner input {
    width: 18px;
    text-align: center;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.addcart-inner i {
    cursor: pointer;
    color: #fff;
    font-size: 14px;

}

.addcart {
    border-radius: 29.5px;
    background: #F75E61;
    display: inline-block;
    padding: 5px 10px;
}

.addcart-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-wrapper {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: 100%;
    position: relative;

}

.cart-desc .closeBtn{
      position: absolute;
      right: 2px;
      top: 0px;
    }

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding-top: 15px;

}

.product-cart .cart-item:last-child {}

.product-cart .cart-item:first-child {
    padding-top: 0;
}

.cart-total p {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 14px 14px 14px;
}

.custom-btn button {
    border-radius: 43px;
    background: #F75E61;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    border: 0;
    padding: 12px 40px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.custom-btn .return {
    background: rgba(247, 94, 97, 0.10);
    color: #F75E61;
}

.offcanvas.offcanvas-end {
    width: 420px;
    /*top: 80px;*/
    z-index: 99999;
}

.offcanvas-header {
    padding: 20px 20px 10px;
}


.product-cart {
    height: 900px;
    overflow-y: auto;
    overflow-x: hidden;

}

/* ===== Scrollbar CSS ===== */

/* Chrome, Edge, and Safari */
.product-cart::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.product-cart::-webkit-scrollbar-track {
    background: transparent;
}

.product-cart::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 240px;
    background: #F75E61;
    width: 4px;


}

.related-wrapper h3 {
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 14px 0px 18px;

}

.related-img {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.20);
    padding: 5px 32px 5px 32px;
    text-align: center;
}

.related-img img {
    height: 50px;
}

.related-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-price a {
    border-radius: 4px;
    background: #333;
    padding: 2px 18px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.related-price p {
    color: #F75E61;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.related-text h4 {
    color: #242A2E;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.related-text p {
    color: #ADADAD;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-slider {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.related-product {
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    min-width: 148px;
}

.related-text {
    padding: 10px 12px;
}

.related-price {
    padding: 0px 12px 12px 12px;
}

.related-products {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-btn {
    border-top: 1px solid #F75E61;
    margin-top: 15px;
    padding-top: 8px;
    position: absolute;
    bottom: 0;
    width: 88%;
    background: #fff;
}

.owl_wrapper {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.hero-slider {
    /* padding-left: 50px; */
    overflow: hidden;
}

.owl_wrapper .owl-item {
    opacity: 0;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.owl_wrapper .active {
    opacity: 0.5;
}

.owl_wrapper .active.middle_beside {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    margin: 0 -1%;
    z-index: 2;
}

.owl_wrapper .active.middle {
    transform: scale(1.3);
    -ms-transform: scale(1);
    opacity: 1;
    z-index: 3;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.ckeckout-inner {
    background: #F9F5E8;
    padding: 21px 32px;
}

.ckeckout-info h3 {
    color: #242A2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 17px;
}

.text-info h3 {
    color: #242A2E;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-info p {
    overflow: hidden;
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 5rem;

}

.ckeckout-btm .price h4 {
    color: #242A2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.ckeckout-btm .price p {
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ckeckout-btm .addcart {
    padding: 15px 44px 15px 44px;
    border-radius: 12px;
}

.ckeckout-btm .addcart-inner input {
    width: 40px;
    font-size: 16px;
}

.ckeckout-btm .addcart-inner i {
    cursor: pointer;
    font-size: 20px;
}

.ckeckout-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ckeckout-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding-bottom: 34px;
    padding-top: 25px;
}

.ckeckout-item:last-child {
    border-bottom: 0;
}

.ckeckout-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.ckeckout-img {
    display: flex;
    padding: 24px 50px 24px 50px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    width: 180px;
  height: 200px;
}

.ckeckout-img img {
    min-width: 100px;
}

.detail-item,
.total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-price {
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    padding-top: 20px;
}

.detail-item p {
    color: #3D3D3D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.total-price p {
    color: #242A2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.payment-detail h4 {
    color: #242A2E;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 22px;
}

.payment-detail {
    border: 0.5px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    padding: 23px 20px;
}

.ckeckout-payment {
    margin-left: 35px;
    margin-top: 5rem;
}

.ckeckout-info {
    margin-right: 10px;
}

.text-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-header .closeBtn {
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #1A1A1A;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}


/* Top form section css end*/
@media screen and (max-width: 992px) {

  .bottom-enqiury-btn{
    display: flex !important;
    align-items: center;
    position: fixed;
    bottom: -1px;
    z-index: 9999;
    width: 100%;
  }
  .bottom-enqiury-btn .btn.new-started{
    background: #f75e61;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: 50%;
    /*height: 60px;*/
    border-radius: 0px;
    border: none;
  }
  .bottom-enqiury-btn .btn.new-whatsapp{
    background: #222222;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    width: 50%;
    /*height: 60px;*/
    border-radius: 0px;
    border: none;
  }
  .hide-on-desktop {
    display: block !important;
  }
  .hide-on-mobile{
    display: none;
   }
}
.hide-on-desktop {
  display: none;
}
.whats-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}
.whatsapp {
  background: #45c456;
  padding: 14px;
  width: 60px;
  display: flex;
  border-radius: 50%;
  height: 60px;
  font-size: 23px;
  justify-content: center;
  align-items: center;
}
.fa-whatsapp {
  color: #fff;
}
.chat-btn {
  position: fixed;
  right: 26px;
  bottom: 12.2px;
  z-index: 999;
}



#donationmodal .modal-content{
    background: #fff;
}
#donationmodal .close{
    position: absolute;
right: -17px;
top: -13px;
color: #fff;
opacity: .9;
background: #f00;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
}
#donationmodal .modal-header{
    display: block;
}
#donationmodal .modal-header h4{
    padding-top: 0px;
color: #d95959;
font-weight: bold;
text-transform: uppercase;
}
#donationmodal ul li{
    padding: 10px 10px;
}
#donationmodal input[type=submit]{
    display: block;
    width: 200px;
    height: 45px;
    background: #d95959;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
}
#donationmodal a {
  color: #4f5255;
}
#donationmodal a:hover {
  color: #f75e61;
}

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

    #donationmodal .d-flex{
        display: block !important;
    }
    #donationmodal ul li{
        padding: 0px;
    }
 }
.cartBtn img{
filter: grayscale(100%) brightness(0%) contrast(100%);
}

.cartBtnCheck img{
filter: grayscale(100%) brightness(0%) contrast(100%);
}

.addmoreitems{
   color: #f75e61;
   margin-top: 8px;
   display: block;
}