@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Sofia+Sans:wght@400;500;600&display=swap');

:root {
    --primary: #800020;
    --secondary: #F3F3F3;
    --background: #FBFBFB;
    --lavender: #FFF4F7;
    --border-radius-lavender: #FFD4E0;
    --gray: #666;
    --yellow: #eeb045;
}

body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    font-size: 0.8rem;
    font-weight: 600;
}
.green { background-color: #28a745; color: white; }
.blue { background-color: #007bff; color: white; }
.red { background-color: #dc3545; color: white; }
.orange { background-color: #fd7e14; color: white; }
.purple { background-color: #6f42c1; color: white; }
.teal { background-color: #20c997; color: white; }
.yellow { background-color: #ffc107; color: black; }

a {
    text-decoration: none;
}

.text-black {
    color: #222222;
}

.text-red {
    color: var(--primary);
}

.bg-pink {
    background: var(--lavender);
}

.text-gray {
    color: var(--gray);
}

.btn-red {
    background: var(--primary);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border: none;
    border-radius: 25px;
    padding: 13px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.btn-red:hover {
    background: #FFF;
    color: var(--primary);
    box-shadow: 0px 0px 18.9px 2.1px rgb(36 38 39 / 10%);
}

.btn-pink {
    background: var(--lavender);
    color: #000;
}

* {
    padding: 0;
    margin: 0;
}

/* For Webkit Browsers (Chrome, Safari) */
/* You can customize the scrollbar width, color, etc. */

/* Track */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--gray);
}



@media (min-width: 768px) and (max-width: 1024px) {
    #gift-section-list .dropdown .dropdown-toggle {
        padding: 7px !important;
    }
}

@media (max-width: 575.98px) {
    .best-offers .best-offers-card h5 {
        font-size: 20px !important;
    }

    .best-offers .best-offers-card h4 {
        font-size: 15px !important;
    }

    .Products-section .breadcrumb-trail>a,
    .Products-section .breadcrumb-trail>span {
        padding-right: 21px !important;
    }

    .Products-section .breadcrumb-trail>a:after,
    .breadcrumb-trail>span:after {
        right: 5px !important;
    }
}

@media (max-width: 990px) {
    .heading h3 {
        font-size: 28px !important;
    }

    .Gifts-by-Relations .Gifts-by-Relations-slider .slide-box {
        margin: 0 15px;
    }
}

@media (max-width: 1399px) {
    .banner-carousel .carousel-caption {
        bottom: 0.5rem !important;
    }

    .banner-carousel .carousel-caption h5 {
        font-size: 35px !important;
    }

    .banner-carousel .carousel-caption h2 {
        font-size: 35px !important;
    }

    .banner-carousel .carousel-caption p {
        font-size: 25px !important;
    }

    .categories-section .product-box {
        margin-bottom: 1rem;
    }

    .product-type .product-box:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .Best-Selling-div .gift-box img {
        height: 130px !important;
    }

    .cart-service-sect .service-box {
        border-right: none !important;
    }

    #head-line {
        font-size: 10px;
    }

    #cart-service .cart-service-sect .service-box {
        border-right: none !important;
    }

    .Best-Selling .gift-box h4 {
        font-size: 22px !important;
    }

    .Best-Selling .gift-box p {
        font-size: 14px !important;
    }

    .Tranding-Gifts h4 {
        font-size: 20px !important;
    }

    .Gifts-by-Relations .left-section h4 {
        font-size: 35px !important;
    }

    .Gifts-by-Relations .left-section h3 {
        font-size: 45px !important;
    }

    .Gifts-by-Relations .Gifts-by-Relations-slider .overlay_1 h4 {
        font-size: 1.5rem !important;
    }

    #gift-section-list .dropdown .dropdown-toggle {
        font-size: 10px;
    }

    #gift-section-list {
        background-color: white !important;
        border-bottom: none !important;
    }

    #header {
        border-bottom: none !important;
    }

    #gift-section-list .navbar-collapse {
        position: absolute;
        padding: 18px 9px 18px 9px !important;
        background: white;
        width: 100%;
        z-index: 2;
        top: -102px;
        border: none;
    }

    /* #gift-section-list .navbar-toggler{position: absolute;
            right: 0;
            top: -140px;
            border: none !important; box-shadow: none !important;
        } */
    .dropdown-menu.show {
        width: calc(100%) !important;
    }

    #gift-section-list .dropdown-menu {
        border-radius: 0px !important;
        border: none !important;
        padding: 15px 0px !important;
        background: #fff4f7 !important;
        box-shadow: none !important;
    }

    #newsletter .newsletter-image .newsletter-container input {
        width: 50% !important;
    }

    #newsletter .newsletter-image .newsletter-container h4 {
        font-size: 25px !important;
    }

    #newsletter .newsletter-image .newsletter-container p {
        font-size: 16px !important;
    }

    #carousel-1 .container #slider .left-btn button svg,
    #carousel-1 .container #slider .right-btn button svg {
        display: none;
    }

    #gift-section-list .dropdown .dropdown-toggle {
        padding: 9px 9px 9px 9px !important;
    }

    #gift-section-list .dropdown .dropdown-toggle {
        border-radius: 0;
    }

    #gift-section-list .navbar-collapse {
        background-color: #fff4f7;
    }

    .banner-carousel {
        margin: 35px 0px !important;
    }

    .Best-Selling {
        padding: 40px 0px !important;
    }

    .Tranding-Gifts {
        padding: 40px 0px !important;
    }

    .Gifts-by-Relations {
        padding: 40px 0px !important;
    }

    .best-offers {
        padding: 40px 0px !important;
    }

    .Returns-gifts {
        margin-top: 40px !important;
    }

    #newsletter {
        width: 100%;
        margin: 40px 0;
    }

    #footer-contant {
        margin-top: 40px !important;
    }

    .SubBanner-section .SubBannerContent {
        right: auto !important;
        width: auto !important;
        top: 1% !important;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .SubBanner-section img {
        max-width: 100%;
        max-height: 100%;
    }

    .SubBanner-section .SubBannerContent h1 {
        font-size: 2rem !important
    }

    .Returns-gifts .card .card-content h4 {
        font-size: 19px !important;
    }

    .Occasions .Occasions-grid .overlay_1 h4 {
        font-size: 19px !important;
    }

    .Occasions .Occasions-grid .overlay_1 {
        padding: 0.6rem !important;
    }

    .categories-section .product-box-category-details-box .image_wrapper img {
        height: 200px !important;
    }

    .reviews .review-box {
        padding: 3rem 2rem !important;
    }
}



/* main-header for position fixed */
/* Custom CSS for the full-width dropdown menu */
.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 18.9px 2.1px rgb(36 38 39 / 10%);
}

.dropdown {
    position: static !important;
}

.dropdown-menu.show {
    display: flex;
    background: var(--lavender);
    top: 100%;
    padding: 30px;
    width: calc(70%);
    left: 10%;
    z-index: 99999999;
    -webkit-box-shadow: 13px 13px 22px -12px rgba(0, 0, 0, .3);
    -moz-box-shadow: 13px 13px 22px -12px rgba(0, 0, 0, .3);
    box-shadow: 13px 13px 22px -12px rgba(0, 0, 0, .3);
    border-radius: 0 0 13px 13px
}

.dropdown-menu.show h3 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-right: 50px;
    padding-bottom: 13px;
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 0.5rem;
}

.dropdown-link-content {
    margin-top: 1rem;
}

.dropdown-link {
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-weight: 500;
    padding: 9px 14px 9px 0px;
}

.dropdown-menu.show .dropdown-content {
    font-weight: 400;
    margin-bottom: 5px;
}

#main-header {
    width: 100%;
}

/* head section  */
#head-line {
    background-color: var(--secondary);
    height: 42px;
}

#head-line .head-menu .head-menu-item {
    border-right: 1px solid #D9D9D9;
}

#head-line .head-menu .head-menu-item:last-child {
    border: none;
}

#head-line .head-menu .head-menu-item a {
    text-decoration: none;
    color: #666;
}

/* header section */
#header {
    background-color: white;
}

#header .header-sec .header-search-bar input {
    width: 480px;
    background-color: var(--lavender);
}

#header .header-sec .header-search-bar {
    background-color: var(--lavender);
    border-radius: 10px;
    height: 42px;
    /* width: 575px;
    margin-left: -53px; */
}


#header .header-sec .header-search-bar input[type=text] {
    outline: none;
}

#header .header-sec .header-menu .header-menu-item {
    border-right: 1px solid #D9D9D9;
    color: var(--gray);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 138.462% */
}

#header .header-sec .header-menu .header-menu-item:last-child {
    border: none;
}

#header .header-sec .header-menu .header-menu-item a {
    text-decoration: none;
    color: #666;
}

#header {
    border-bottom: 1px solid #EDEDED;
    position: sticky;
}

/* gift-section list */
#gift-section-list {
    border-bottom: 1px solid #EDEDED;
    background-color: white;
    
}

#gift-section-list .dropdown .dropdown-toggle {
    font-size: 12px;
    font-weight: 500;
    border-radius: 18px;
    background: var(--lavender);
    padding: 9px 14px 9px 14px;
    height: 36px;
    border: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    /* Add this line to your existing style */
}

#gift-section-list .dropdown .dropdown-toggle:hover {
    background: #800020 !important;
    /* Maroon background on hover */
    color: white !important;
    /* White text on hover */
}

#gift-section-list .dropdown .dropdown-toggle:hover img {
    filter: brightness(0) invert(1);
    /* Makes arrow icon white on hover */
}

/* #gift-section-list .container .navbar-nav .dropdown:first-child{
    font-size: 12px;
    border-radius: 18px;
background: var(--Primary, #800020);
padding: 5px 10px;
height: 30px;
color: white;
} */
#gift-section-list .gift-section-list-sect .dropdown-item {
    background: white !important;
    color: var(--primary) !important;
}

#gift-section-list .dropdown-menu {
    border-radius: 10px;
    border: 1px solid rgb(219, 163, 66);
    padding: 50px 50px 30px 50px;
}

#gift-section-list .dropdown-toggle::after {
    display: none;
}

/* gift-section image  */

#gift-section-images img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #FFD4E0;
    /* Example border style */
}

#gift-section-images .gift-section-part .image-list p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 5px;
}

/* cart-service section */
#cart-service {
    background-color: #F5F5F5;
}

.cart-service-sect .service-box .service-font-awesome {
    background-color: rgba(255, 212, 224, 0.80);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Products-section .cart-service-sect .service-box .service-font-awesome {
    width: 36px !important;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-service-sect .service-box {
    border-right: 3px solid #D9D9D9;
}

.cart-service-sect .service-box:last-child {
    border: none;
}

.cart-service-sect .service-box a {
    text-decoration: none;
}

.cart-service-sect .service-box p {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.Products-section .cart-service-sect .service-box p {
    font-size: 9px;
}

/* carousel section */

.banner-carousel {
    margin: 3px 0px;
}

.banner-carousel #slider .btn button svg {
    background-color: #F3F9FB;
    padding: 20px;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    border: 8px solid white;
}

.banner-carousel #slider .btn {
    border: none;
}

.banner-carousel #slider .btn button {
    opacity: 99;
}

.banner-carousel #slider .btn button:hover {
    opacity: 99;
}

.banner-carousel #slider .left-btn button svg {
    position: relative;
    right: 85px;
}

.banner-carousel #slider .right-btn button svg {
    position: relative;
    left: 85px;
}

.banner-carousel .carousel-caption {
    bottom: 2.5rem !important;
    text-align: start;
}

.banner-carousel .carousel-caption h5 {
    font-size: 30px;
    font-weight: 600;
}

.banner-carousel .carousel-caption h2 {
    font-size: 63px;
    font-weight: 700;
}

.banner-carousel .carousel-caption p {
    font-size: 30px;
    font-weight: 600;
}

/*----------------------------newletter-----------------------*/

#newsletter {
    width: 100%;
    margin: 50px 0;
}

#newsletter .newsletter-image {
    background-image: url('../images/Gifthamperz-newsletter.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#newsletter .newsletter-image .newsletter-container {
    height: auto;
    margin: auto;
    padding: 12px 0px;
}

#newsletter .newsletter-image .newsletter-container h4 {
    color: var(--primary);
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0px 5px 0px;
}

#newsletter .newsletter-image .newsletter-container p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

#newsletter .newsletter-image .newsletter-container input[type=text] {
    outline: none;

}

#newsletter .newsletter-image .newsletter-container input {
    width: 40%;
    height: 50px;
    border-radius: 10px;
    border: 1.5px solid var(--primary);
    background: #ffffff80;
}

/*---------------footer-content-------------------*/

#footer-contant {
    margin-top: 50px;
}

#footer-contant .line1 {
    margin-top: 20px;
}

#footer-contant .line1 h4 {
    color: var(--primary);
    font-size: 23px;
    font-weight: 700;
}

#footer-contant .line2 p {
    text-align: justify;
    color: #383838;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
}

#footer-contant .line2 p:nth-child(1) {
    margin-top: 20px;
}

#footer-contant .line2 p:nth-child(5) {
    margin-top: 30px;
}

#footer-contant .btn {
    background: var(--primary);
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border: none;
    border-radius: 25px;
    Padding: 13px 31px 13px 31px;
    text-decoration: none;
}

#footer-contant .btn:hover {
    background: var(--yellow);
    color: var(--primary);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

#footer-contant .line3 p a {
    text-decoration: none;
    color: #000;
}

#footer-contant .line3 h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

#footer-contant .line3 p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}

/*---------------footer-------------------*/
#footer {
    margin-top: 50px;
}

footer {
    background-color: #FFFBF4;
}

/* #footer .row .col:nth-child(2){
    padding-left:60px;
}

#footer .row .col:nth-child(3){
    padding-left:60px;
} */

#footer .footer-row ul.sub-first {
    list-style: none;
}

#footer .footer-row ul li.logo-content {
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    width: 298px;
    margin-top: 15px;
}

/* #footer .row .col .second{
    width:252px;
} */

#footer .footer-row ul li a {
    text-decoration: none;
    color: #000;
}

#footer .footer-row ul.sub-menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
}

/* #footer .row .col .third{
    width:210px;
} */

#footer .footer-row .third ul li a {
    text-decoration: none;
    color: #000;
}

#footer .footer-row .fourth {
    /* width:175px; */
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

#footer .footer-row h5 {
    border-bottom: 3px solid #000;
    width: fit-content;
    padding-bottom: 0.5rem;
}

#footer .footer-row .fourth ul {
    padding-left: 0px;
}

#footer .footer-row .fourth ul li {
    list-style: none;
    padding-bottom: 10px;
}

#footer .footer-row .fourth ul li img {
    width: 24px;
    height: 24px;
    margin: 10px;
}

#footer .footer-row .fourth ul li ul li {
    line-height: 10px;
}

#footer .footer-row .fourth ul li ul li a {
    font-weight: 600;
    padding-left: 45px;
    color: #000;
    text-decoration: none;
}

#footer .footer-row .fourth ul li:nth-child(3) img {
    width: 24px;
    height: 24px;
    margin: 8px;
}

#footer .copyright {
    /* width:96%; */
    border-top: 1.5px solid black;
}

/* Best-Selling */
.Best-Selling {
    position: relative;
    padding: 50px 0px;
}

.Best-Selling::before {
    content: "";
    background-image: url(../images/Gifthemperz-OBJECTS.png);
    ;
    background-size: cover;
    opacity: 0.05;
    /* Adjust the opacity as needed (0.0 - 1.0) */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Place it behind the content */
}

.heading {
    border-bottom: 1px solid #ededed;
}

.heading h3 {
    font-size: 35px;
    color: #1A1A1A;
    line-height: 30px;
}

.heading .btn-link {
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}

.gift-box {
    position: relative;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.heart-icon svg {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.heart-icon svg:hover {
    transform: scale(1.1);
}
.Best-Selling .gift-box h4 {
    font-size: 20px;
    line-height: 21px;
    color: rgba(0, 0, 0, 1);
}

.Best-Selling .gift-box p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.Best-Selling .gift-box p span {
    color: gray;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.Best-Selling-div .gift-box img {
    height: 280px;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

/* Tranding-Gifts */
.Tranding-Gifts {
    padding: 50px 0px;
    border: 0.5px solid var(--Secondary, #DBA342);
    background: #FFFBF4;
}

.Tranding-Gifts .Tranding-box img {
    border: 1px solid rgba(255, 255, 255, 1);
    background: white;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    width: 285px;
}

.Tranding-Gifts h4 {
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
}

.Tranding-Gifts .relative-container {
    position: relative;
}

.Tranding-Gifts .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Gifts-by-Relations */
.Gifts-by-Relations {
    padding: 50px 0px;
    border: 0.5px solid var(--Secondary, #DBA342);
    background: #FFFBF4;
}

.Gifts-by-Relations .left-section h4 {
    color: #000;
    font-size: 39px;
    font-weight: 800;
}

.Gifts-by-Relations .left-section h3 {
    color: var(--Primary, #800020);
    font-size: 48px;
    font-weight: 800;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .Gifts-by-Relations-box {
    border-radius: 26px 26px 26px 26px;
    object-fit: cover;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .img-top img {
    object-fit: cover;
    border-radius: 26px;
    width: 100%;
}

.Gifts-by-Relations .relative-container {
    position: relative;
}

.Gifts-by-Relations .slick-dots li {
    width: unset;
    margin: 0 12px;
}

.Gifts-by-Relations .slick-dots li button:before {
    font-size: 0px;
}

.Gifts-by-Relations .slick-dots li button {
    border-radius: 7px;
    width: 10px;
    height: 8px;
    background-color: rgba(217, 217, 217, 1);
}

.Gifts-by-Relations .Gifts-by-Relations .slick-dots li button {
    width: 7.98px;
    height: 8px;
}

.Gifts-by-Relations .slick-dots li.slick-active button {
    border-radius: 0;
    width: 23.93px;
    height: 8px;
    border-radius: 7px;
    background-color: rgba(128, 0, 32, 1);
}

.Gifts-by-Relations .Gifts-by-Relations-slider .slick-prev,
.Gifts-by-Relations .Gifts-by-Relations-slider .slick-next {
    display: none !important;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .image_wrapper {
    margin-left: 30px;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .image_wrapper {
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    margin: 18px;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 340px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .overlay_1 h4 {
    color: #FFF !important;
    font-weight: 700 !important;
}

.Gifts-by-Relations .Gifts-by-Relations-slider .overlay_1 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 0px 0px 25px 25px;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(124, 124, 124, 0.00) 64.06%, #800020 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
}

/* relation by gift page */
/* Wrapper image styling */
.Gifts-by-Relations .image_wrapper {
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
}

/* Image */
.Gifts-by-Relations .image_wrapper img {
    object-fit: cover;
    width: 100%;
    height: 340px;
    border-radius: 25px;
}

/* Overlay style */
.Gifts-by-Relations .overlay_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 124, 124, 0) 64.06%, #800020 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 0 25px 25px;
}

/* Overlay text */
.Gifts-by-Relations .overlay_1 h4 {
    color: #FFF !important;
    font-weight: 700 !important;
    margin: 0;
}

/* Box wrapper */
.Gifts-by-Relations-box {
    border-radius: 25px;
}

/* AI-assistant */
.AI-assistant .AI-assistant-image {
    background-image: url(../images/banner/Gifthamperz-help-you.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.AI-assistant .AI-assistant-image .AI-assistant-container {
    height: auto;
    margin: auto;
    padding: 12px 0px;
}

.AI-assistant .AI-assistant-image .AI-assistant-container h3 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
}

.AI-assistant .AI-assistant-image .AI-assistant-container p {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}


.AI-assistant .AI-assistant-image .AI-assistant-container button {
    background: var(--primary);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border: none;
    border-radius: 25px;
    padding: 13px 16px;
}

/* best-offers */
.best-offers {
    padding: 50px 0px;
}

.best-offers .best-offers-card {
    border-radius: 17px;
    position: relative;
   
}

.best-offers .card-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #FFF;
}

.best-offers .best-offers-card h4 {
    font-size: 28px;
    font-weight: 700;
     text-shadow: 0 1px 1px #000000;
    color: #fff;
    text-transform: capitalize;
   
}

.best-offers .best-offers-card img {
    border-radius: 10px;
    object-fit: cover;
    height: 250px;
}

.best-offers .best-offers-card h5 {
    font-size: 24px;
    line-height: 30px;
    text-shadow: 0 1px 1px #000000;
    color: #fff;
    text-transform: capitalize;
}

/* Occasions */
.Occasions {
    padding: 35px 0px;
    position: relative;
    border: 0.5px solid var(--Secondary, #DBA342);
    background: #FFFBF4;
}

.Occasions::before {
    content: "";
    background-image: url(../images/Gifthemperz-OBJECTS2.png);
    background-size: cover;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.Occasions .Occasions-grid .Occasions .scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

.Occasions .Occasions-grid .image_wrapper {
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
    margin: 0 0 18px 0;
}

.Occasions .Occasions-grid .image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 25px;
}

.Occasions .Occasions-grid .overlay_1 h4 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 0;
    color: black;
}

.Occasions .Occasions-grid .overlay_1 {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 0px 0px 25px 25px;
    position: absolute;
    background: rgba(255, 255, 255, 0.70);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
}

/* Returns Gifts */
.Returns-gifts {
    margin-top: 50px;
    position: relative;
}

.Returns-gifts .scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

.Returns-gifts .card {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 0 12px 0;
}

.Returns-gifts .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.Returns-gifts .card .card-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 0, 32, 0.20);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Returns-gifts .card .card-content h4 {
    font-size: 28px;
    text-shadow: 0 1px 1px #000000;
    color: #fff;
    text-transform: capitalize;
}


/* Products-section */
/* Add this CSS to your stylesheet */
.Products-section {
    margin-top: 50px;
}

.flex-box {
    justify-content: space-evenly;
}

.big-img img {
    width: 429px;
    border-radius: 10px;
    height: 429px;
}

.Products-section .images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 60%; */
}

.Products-section .small-img {
    width: 81px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.Products-section .small-img img {
    width: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 90px;
    object-fit: cover;
}

.Products-section .small-img:hover img {
    transform: scale(1.2);
}

.Products-section .btn-linktype {
    color: var(--primary);
    background-color: var(--lavender);
    border-radius: 18px;
    font-size: 10px;
    font-weight: 600;
}

.Products-section h2 {
    color: #000;
    font-size: 25px;
    font-weight: 800;
}

.text-primary {
    color: #0094FF !important;
}

.Products-section .dot {
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    background: var(--gray, #666);
    border-radius: 5px;
}

.Products-section p {
    font-weight: 500;
}

.Products-section .price {
    color: #000;
    font-size: 14px;
    font-weight: 800;
}

.Products-section .price span {
    font-weight: 700;
    color: var(--gray, #666);
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    font-weight: 700;
}
/* .variation-weight{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 14px !important;
    background-color:var(--lavender);;
    color:#000000;
    border-radius: 25px;
} */
.Products-section h5 {
    font-size: 15px;
    font-weight: 700;
}
.custom-div:hover {
    transform: scale(1.1);
    border-color: #F3F3F3;
}
.custom-div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
}
.custom-div.active {
    /* background-color: var(--primary) !important; */
    transform: scale(1.05);
     border: 2px solid  var(--primary); 
}
.variation-item {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

.variation-card {
    display: block;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 5px;
    width: 80px;
    text-align: center;
    transition: border 0.3s;
    text-decoration: none;
    color: inherit;
}

.variation-card:hover,
.variation-card.active {
    border: 2px solid var(--primary);
    background-color: #f8f9fa;
}

.variation-image {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
}

.variation-price {
    font-size: 12px;
    line-height: 1.2;
}

/* .variation-weight{
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
    border: none;;
}
.variation-weight:hover{
    background-color: var(--primary);
    transform: scale(1.05);
  color: #fff;
}
.variation-weight.active {
    background-color:var(--primary);
    color: #fff;
} */

/* .Products-section .color-code-container .first {
    background-color: #E5C395;
} */

.Products-section .color-code-container .custom-div {
    /* width: 25px;
    height: 25px;
    border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .Products-section .color-code-container .custom-div1 {
    background-color: #B18965;
}

.Products-section .color-code-container .custom-div2 {
    background-color: #835743;
}

.Products-section .color-code-container .custom-div3 {
    background-color: #4B1D0D;
} */

.Products-section .bottom .typograpghy {
    color: var(--gray, #666);
    font-weight: 400;
}

.Products-section .input-container {
    width: 335px;
    background-color: var(--lavender);
    border-radius: 10px;
}

.Products-section .input-container input {
    flex: 1;
    /* Allow the input field to grow and fill available space */
    padding: 10px;
    width: 60%;
    border: none;
    border-radius: 4px;
    background: var(--input-color, #FFF4F7);
    margin-right: 10px;
    /* Add some spacing between input and button */
}

.Products-section input[type=text] {
    outline: none;
}

.Products-section input::placeholder {
    color: var(--gray, #666);
    font-size: 10px;
    font-weight: 400;
}

.Products-section .breadcrumb-trail>a:after,
.breadcrumb-trail>span:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    right: 8px;
    /* top: 3px; */
}

.Products-section .breadcrumb-trail>a:after {
    content: none !important;
}

.Products-section .breadcrumb-trail>span {
    padding-right: 0;
}

.Products-section .breadcrumb-trail>a,
.Products-section .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    padding-right: 26px;
    color: #666;
}

.Products-section .breadcrumb-trail a {
    color: #000;
}

/* offers */
.offers {
    margin-top: 50px;
}

.offers .best-offers-card img {
    border-radius: 10px;
    height: 156px;
    object-fit: cover;
}

/* Descriptions */
.Descriptions {
    margin-top: 50px;
    background: var(--bg, #FFFBF4);
    padding: 50px 0px;
}

.Descriptions p {
    color: var(--gray, #666);
    font-size: 14px;
    font-weight: 400;
}

/* Gift-Addons */
.Gift-Addons {
    margin-top: 50px;
}

.Gift-Addons .Gift-Addons-box {
    margin: 0px 30px;
}

.Gift-Addons .Gift-Addons-box .image_wrapper {
    position: relative;
    border-radius: 25px;
    box-shadow: 0px 2px 7px 0px #0000001A;
}

.Gift-Addons .Gift-Addons-box .image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 25px;
    padding: 10px;
    height: 253px;
}

.Gift-Addons .overlay_1 {
    width: 100%;
    padding: 1rem;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
}

.Gift-Addons h4 {
    color: #000 !important;
    font-weight: 700 !important;
}

/* reviews   */
.reviews {
    margin-top: 50px;
}

.reviews .review-box {
    border-radius: 10px;
    background: var(--bg, #FFFBF4);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 5rem;
}

.reviews .review-box h4 {
    font-size: 25px;
}

.reviews .review-box p {
    font-weight: 500;
    font-size: 15px;
    color: var(--gray, #666);
}

.reviews .review-box .border-div {
    border-right: 3px solid #D9D9D9;
}

.reviews .progress-box {
    border-radius: 10px;
    border: 1px solid var(--Secondary, #DBA342);
    background: #FFF;
}

.reviews .progress {
    border-radius: 0px 10px 10px 0px;
    background: var(--input-color, #FFF4F7);
    --bs-progress-height: 21px;
}

.reviews .progress .progress-bar {
    border-radius: 0px 10px 10px 0px;
    background: var(--star, #FFD333);
}

/* Recent-Customer-Reviews */
.Recent-Customer-Reviews {
    margin-top: 50px;
}

.Recent-Customer-Reviews .gift-box {
    border-radius: 10px;
}

.Recent-Customer-Reviews .gift-box .img-square-wrapper img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.Recent-Customer-Reviews .gift-box h4 {
    font-size: 15px;
    font-weight: 700;
}

.Recent-Customer-Reviews .gift-box .client-review-para {
    min-height: 72px;
}

.Recent-Customer-Reviews .gift-box p {
    font-size: 12px;
    font-weight: 500;
}

.recommended {
    background-color: #fff;
    margin-top: 50px;
}

.recommended .hedaer-line {
    color: var(--gray, #666);
    font-size: 18px;
    font-weight: 500;
    margin-top: 1.2rem;
}

/* SubBanner-section */
.SubBanner-section {
    position: relative;
}

.SubBanner-section .SubBannerContent {
    position: absolute;
    top: 26%;
}

.SubBanner-section .SubBannerContent h1 {
    color: var(--Primary, #800020);
    font-size: 40px;
    font-weight: 400;
}

.SubBanner-section .SubBannerContent a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.SubBanner-section .SubBannerContent li {
    list-style: none;
    margin-bottom: 22px;
}

/* categories-section */
.categories-section .image_wrapper {
    position: relative;
}

.categories-section .overlay-image {
    background-image: url('../images/icons/gifthamperz-clock.svg');
    /* Add your image URL here */
    background-size: 66.66%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 3%;
    position: absolute;
    right: 4%;
    background-repeat: no-repeat;
    background-color: #fff4f7;
    border-radius: 50%;
    background-position: center;
}

.categories-section {
    margin-top: 50px;
}

.categories-section .product-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 44px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    border: solid 1px #e2e2e2;
    background-color: var(--lavender);
    color: var(--primary);
    padding: 8px 16px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}
.categories-section .product-box:hover {
    background-color: var(--primary);
    color: #fff;
}


.categories-section .green {
    background: #C6FAF4;
    color: #4EA68F;
}

.categories-section .blue {
    background: #DAEAFC;
    color: #718D95;
}

.categories-section .violet {
    background: #DAD6FC;
    color: #867DA8;
}

.categories-section .pink {
    background: #F6DAF4;
    color: #AE87AF;
}

.categories-section .orange {
    background: #FADEC4;
    color: #D7AF76;
}

.categories-section .yellow {
    background: #F6FED4;
    color: #A5CC7A;
}

.categories-section .dark-pink {
    background: #F6D4D4;
    color: #D48DA8;
}

.categories-section .light-green {
    background: #DAF2DC;
    color: #70A670;
}

.categories-section .border-gray {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #D9D9D9;
}

.categories-sectionProducts-section .breadcrumb-trail>a:after,
.categories-section .breadcrumb-trail>span:after {
    content: "\203A";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    color: #000;
    right: 8px;
    top: 3px;
}

.categories-section .breadcrumb-trail>a:after {
    content: none !important;
}

.categories-section .breadcrumb-trail>span {
    padding-right: 0;
}

.categories-section .breadcrumb-trail>a,
.categories-section .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    padding-right: 28px;
    color: #666;
}

.categories-section .breadcrumb-trail a {
    color: #000;
}

.categories-section .sub-heading {
    color: #000;
    font-size: 20px;
    border-bottom: none;
}

.categories-section .sub-heading h3 {
    font-weight: 700;
}

.categories-section .product-box-category-details-box .image_wrapper {
    position: relative;
    border-radius: 20px;
    padding: 5px;
}

.product-box-category-details-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}

.categories-section .product-box-category-details-box .image_wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 7px 0px #0000001A;
    border-radius: 10px;
    height: 250px;
}

.categories-section .product-box-category-details-box .overlay_1 h4 {
    color: #FFF !important;
    font-weight: 700 !important;
}

.categories-section .product-box-category-details-box .overlay_1 {
    left: 0;
    bottom: 0;
    width: 77%;
    padding: 3.8px;
    position: absolute;
    border-radius: 0px 10px;
    background: rgba(255, 255, 255, 0.50);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.categories-section .product-box-category-details-box .details h3 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.categories-section .product-box-category-details-box .details {
    border-radius: 10px;
}

.categories-section .product-box-category-details-box h6 {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    padding: 3px;
}

.categories-section .product-box-category-details-box .details h6 {
    color: #000;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
}

.categories-section .product-box-category-details-box .details p {
    font-size: 8px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.Delivery-details .main-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #666;
}

.Delivery-details .form-check .form-check-label span {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.Delivery-details .form-check .form-check-label .active {
    border-radius: 3px;
    background: var(--Primary, #800020) !important;
}

.Delivery-details .form-check .form-check-label .form-check-input {
    border-radius: 3px;
    background: var(--input-color, #FFF4F7);
    border: none;
}
/* add after by kp */
.Delivery-details .form-check-input:checked[type=checkbox] {
    background-color: var(--primary);
}

.Delivery-details .form-check .form-check-label {
    margin-bottom: 0.4rem;
}

.Delivery-details .form-check-input:active {
    background: var(--Primary, #800020) !important;
}

.Delivery-details .price-range {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

.Delivery-details .price-display span {
    background: #fff4f7;
    font-size: 8px;
    font-weight: 600;
    padding: 0.4rem;
    border-radius: 5px;
    font-size: 10px;
}

.Delivery-details #price-slider {
    width: 100%;
}

.Delivery-details .price-display {
    text-align: center;
    margin-top: 20px;
}

.Delivery-details .weight-slider {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

.Delivery-details #weight-slider {
    width: 100%;
}

.Delivery-details .weight-display {
    text-align: center;
    margin-top: 20px;
}

.Descriptions .product-descriptions:not(:first-of-type) {
    display: none;
}

.Descriptions .active {
    background-color: var(--primary);
    color: #fff;
}

.form-check-input:checked[type=checkbox] {
    background-color: var(--primary);
}

.form-check-input {
    background: var(--lavender);
}

/* cart-section */
.cart-section {
    margin-top: 50px;
}

.cart-section .note {
    border-radius: 10px;
    background: var(--input-color, #FFF4F7);
}

.cart-section .note ul {
    list-style: decimal;
}

.cart-section .note ul li,
.cart-section .note p {
    color: var(--gray, #666);
    font-size: 14px;
    font-weight: 600;
}

.cart-section .card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
}

.cart-section .card-body h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.cart-section .card-body h5 {
    font-size: 12px;
}

.cart-section .card-body p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cart-section .card img {
    height: 100%;
    object-fit: cover;
}

.cart-section .card-body ul {
    list-style: none;
}

.cart-section .card-body li {
    font-size: 16px;
    color: var(--Primary, #800020);
    font-weight: 700;
    background: var(--lavender);
    border-radius: 3px;
    border: 1px solid var(--Primary, #800020);
    background: var(--input-color, #FFF4F7);
    margin-right: 12px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-section .add-title {
    color: var(--gray, #666) !important;
    font-size: 15px;
    font-weight: 700;
}

.cart-section .add-new {
    color: var(--gray);
}

.cart-container .border-gray {
    height: 1px;
    background: var(--gray, #666);
}

.payment-images img {
    width: 80%;
}

.cart-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 2rem;
}

.cart-container .coupon-code {
    border-radius: 10px;
    border: 1px dashed var(--Primary, #800020);
    background: var(--input-color, #FFF4F7);
}

.cart-container .coupon-code h4 {
    color: var(--Primary, #800020);
    font-size: 22px;
    font-weight: 700;
}

.cart-section .sub-heading {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.cart-container .sub-heading {
    border-bottom: 2px solid #666;
}

.cart-container .border-light-gray {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #666;
}

.cart-container .border-top {
    border-top: 2px solid #666 !important;
}

.cart-container h2 {
    font-size: 25px;
}

.cart-container .service-box .service-font-awesome {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 212, 224, 0.80);
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.cart-container .service-box a {
    text-decoration: none;
}

.cart-container .service-box p {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.cart-container .service-box p {
    font-size: 10px;
}

.cart-container .sub-heading {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.cart-container p {
    font-size: 13px;
}

.cart-container .coupon-code input {
    border-radius: 5px;
    border: 1px solid var(--Primary, #800020);
    background: #FFF;
}

.cart-container .coupon-code input::placeholder {
    color: var(--gray);
    font-weight: 600;
}

.cart-container .coupon-code .form-control:focus {
    border: 1px solid#000 !important;
    box-shadow: none;
}

.cart-container .coupon-code .form-control::placeholder {
    font-size: 10px !important;
}

.form-check .form-check-label .form-check-input {
    border-radius: 3px;
    background: var(--input-color, #FFF4F7);
    border: none;
}

/* checkout */
.checkout {
    margin-top: 50px;
}

/* .checkout .breadcrumb-trail{font-size: 25px;} */
.checkout .breadcrumb-trail>a:after,
.checkout .breadcrumb-trail>span:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* font-size: 25px; */
    position: absolute;
    right: 0px;
    top: 0px;
}

.checkout .breadcrumb-trail>a:after {
    content: none !important;
}

.checkout .breadcrumb-trail>span {
    padding-right: 0px;
}

.checkout .breadcrumb-trail>a,
.checkout .breadcrumb-trail>span {
    position: relative;
    display: inline-block;
    color: #666;
    padding-right: 18px;
}

.checkout .cart-address-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
}

.checkout .note {
    border-radius: 10px;
    background: var(--input-color, #FFF4F7);
}

.checkout .note h6 {
    font-size: 15px;
}

.checkout .note p {
    color: var(--gray, #666);
    font-size: 14px;
    font-weight: 600;
}

.checkout-form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
}

.checkout-form h4 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.checkout-form .form-control {
    border: none;
    border-bottom: 1px solid var(--gray);
    padding: 0;
    height: 40px;
    background: transparent;
    color: #000;
    border-radius: 2px;
    box-shadow: none !important;
    font-size: 16px;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    margin-bottom: 1.5rem;
}

.checkout-form ::placeholder {
    font-size: 12px;
    color: #000 !important;
    font-weight: 500;
}

.checkout-form .form-control:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid var(--primary);
}

.checkout-form .group-1 {
    border-radius: 5px;
    background: var(--input-color, #FFF4F7);
    width: 50%;
}

.checkout-form ::placeholder {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.checkout-form .group-1:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid var(--primary);
}

.checkout-form .group-1 input {
    height: 35px;
}

.checkout-form .group-1 .form-control {
    border: none;
}

.checkout-form .border-bottom {
    border-bottom: 1px solid var(--gray) !important;
}

.checkout-form .group-1 input::placeholder {
    font-size: 11px;
    color: var(--gray) !important;
    font-weight: 400;
}

.radio-group input {
    margin-right: 1rem;
    margin-bottom: 1rem
}

.radio-group label {
    font-size: 15px;
    font-weight: 600;
}

.checkout-form .dropdown-menu.show {
    display: inline;
    width: auto;
}

.checkout-form .dropdown .dropdown-toggle {
    font-size: 12px;
    font-weight: 500;
    border-radius: 18px;
    background: var(--lavender);
    padding: 9px 14px 9px 14px;
    height: 36px;
    border: none;
    align-items: center;
}

.checkout-form .dropdown-menu {
    border-radius: 10px;
    border: 1px solid rgb(219, 163, 66);
    padding: 15px 0px 0px 15px;
}

.checkout-form .dropdown-link {
    text-decoration: none;
    color: black;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 14px 9px 0px;
}

.checkout-form .dropdown-toggle::after {
    display: none;
}
/* Base dropdown link styling */
.dropdown-link {
    display: block;
    padding: 8px 16px;
    color: #333; /* Default text color */
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
}

/* Hover effect */
.dropdown-link:hover {
    /* background-color:#800020;Light gray background */
    color: #800020; /* Blue text color */
    font-weight: 600;
    transform: translateX(5px); /* Slight right movement */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Active/focus states */
.dropdown-link:active,
.dropdown-link:focus {
    background-color: #e9ecef;
}
.user-dropdown {
    position: relative;
    display: inline-block;
    height: 100%; /* Add this */
}

.user-dropdown > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%; /* Add this */
    padding: 0 15px; /* Adjust as needed */
}

.user-name {
    color: #800020;
    margin-left: 5px;
}

.headerdropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Changed from right:0 */
    left: 0;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
    padding: 5px 0;
    margin-top: 5px; /* Add slight gap */
}

.user-dropdown:hover .headerdropdown-menu {
    display: block;
}

.headerdropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    white-space: nowrap; /* Prevent text wrapping */
}

.headerdropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #800020;
}

/* Fixed height for the Tranding-box */
.Tranding-box {
    height: 252px; /* You can adjust this as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s;
}

.Tranding-box:hover {
    transform: translateY(-5px);
}

/* Image container and image styling */
.Tranding-box img {
    height: 230px; /* Adjust height */
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Title spacing */
.card-content h4 {
    margin-top: 15px;
    font-size: 1.1rem;
}
/* Change pagination link text color */
.pagination .page-link {
    color: #000; /* Change to your desired text color */
    border: 1px solid #ccc; /* Optional: border color */
    transition: all 0.3s ease;
}

/* Active page styling */
.pagination .page-item.active .page-link {
    background-color: #800020; /* Active background */
    border-color: #fff;
    color: #fff; /* Active text color */
}

/* Hover effect */
.pagination .page-link:hover {
    background-color: #f5f5f5; /* Hover background */
    color: #000; /* Hover text color */
}
.pagination .page-link {
    padding: 8px 16px; /* Controls space inside the box */
    margin: 0 4px;     /* Space between the boxes */
    line-height: 1.5;  /* Vertical spacing inside text */
    color: #000;       /* Optional: change text color */
    border-radius: 8px; /* Optional: round corners */
}
.fixed-image-height {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.Returns-gifts-grid .card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h4 {
    font-size: 20px;
    margin-top: 10px;
}
#footer .footer-row ul li a:hover {
    color: #800020;
    font-weight: 600;
    text-decoration: none;
}
/* offers page style  */
.offer-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
    position: relative;
}

.offer-card:hover {
    transform: scale(1.01);
}

.offer-image {
    width: 40%;
    max-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.offer-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.offer-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.offer-description {
    font-size: 0.9rem;
    color: #555;
}

.offer-meta p {
    font-size: 0.85rem;
    color: #333;
}
.disbox{
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.priceshow{
    font-size: 15px !important;
    color: black !important;
}
.priceshowcategoery{
    font-size: 12px !important;
    color: black !important;
}
/* wishlist alert css */
.swal2-popup.custom-toast {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.swal2-popup.custom-toast .swal2-title {
    font-size: 16px;
    color: #333;
}
/* Default button style */
.offer-filter-button .filter-btn {
    /* background-color: var(--lavender); */
    color: #000000;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    border-radius: 21px;
}

/* Hover effect */
.offer-filter-button .filter-btn:hover {
    background-color: var(--primary);
    color: white;
    transform: scaley(1.1);
}

/* Active button style */
.offer-filter-button .filter-btn.active {
    background-color: var(--primary); /* Change to your primary color */
    color: white;
    /* border-color: #198754; */
}
.forgotpsw a{
    color: var(--primary);
}
/* .forgotpsw{
     background-color: var(--lavender);
} */
.otp-card {
    border: none;
    border-radius: 1rem;
    background: var(--lavender);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.otp-input-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.otp-box {
    width: 50px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color 0.2s;
}

.otp-box:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary);
}
/* Offer Card Styling */
.offer-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.offer-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.offer-img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Badge Styling */
.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #007bff, #00bfff);
    color: white;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Coupon Box */
.coupon-box {
    background: #f1f5f9;
    padding: 10px 12px;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.coupon-code {
    background: #0d6efd;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.3s ease;
}
.coupon-code:hover {
    background: #084298;
}
.coupon-ticket {
    border-radius: 12px;
    background-color: #1f1f1f;
    overflow: hidden;
    position: relative;
    min-height: 140px;
}

/* Left Section with vertical "COUPON" */
.ticket-left {
    width: 80px;
    background-color: #ffc107;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
}

.ticket-left::before,
.ticket-left::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    left: 100%;
    transform: translateX(-50%);
}

.ticket-left::before {
    top: 0;
    transform: translateX(-50%) translateY(-50%);
}
.ticket-left::after {
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
}

.rotate-text {
    transform: rotate(-90deg);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
}

/* Right Section */
.ticket-right {
    flex-grow: 1;
    background-color: var(--primary);
    color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Coupon Code Styling */
.copy-coupon {
    cursor: pointer;
    transition: background 0.3s ease;
}

.copy-coupon:hover {
    background-color: #e0a800;
}
.card{
    border: none;
}
.forgotkeyicon{
    color: var(--yellow);
    width: 60px; 
    height: 60px;
}
.filter-btn.active-filter {
  background-color: #891010; /* example */
  color: white;
  /* or any visible style to show active */
}
.heart-icon-container {
    background: rgba(255, 255, 255, 0.8); /* subtle background */
    border-radius: 0 50%; /* rounded square */
    padding: 6px;
    backdrop-filter: blur(4px); /* optional: gives the frosted effect */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.wishlist-icon-container {
    background: rgba(255, 255, 255, 0.8); /* slightly transparent white */
    border-radius: 0 50%; /* rounded corners (not full circle) */
    padding: 5px;
    backdrop-filter: blur(4px); /* optional frosted glass effect */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* soft shadow */
    z-index: 10;
}
.coupon-box {
    border: 1px solid #e5e5e5;
    transition: box-shadow 0.3s ease-in-out;
}

.coupon-box:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.coupon-input-group input::placeholder {
    color: #aaa;
    font-size: 14px;
}
    .form-control-lg {
        font-size: 1rem;
        padding: 0.65rem 1rem;
    }

    .input-group input:focus {
        box-shadow: none;
        border-color: #ced4da;
    }

    .input-group .btn {
        font-weight: 500;
    }
    
    .dashed-red-border {
        border: 2px dashed var(--primary);
        transition: all 0.3s ease-in-out;
    }
    .coupon-success {
        border-color: #28a745 !important;
    }
    #coupon-message {
        font-size: 0.9rem;
        padding: 10px 15px;
        border-radius: 6px;
    }
    .coupon-success-msg {
        background-color: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }
    .coupon-error-msg {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }
/* .dashed-red-border {
    border: 2px dashed #dc3545;
} 
*/
.coupon-success {
    border: 2px dashed #28a745 !important;
    background-color: #e9f7ef;
    transition: all 0.3s ease;
}

.coupon-success #couponInput {
    border-color: #28a745 !important;
    background-color: #f0fff4;
}

.coupon-success-msg {
    color: #28a745;
    background-color: #e9f7ef;
    border: 1px solid #28a745;
    padding: 10px 15px;
    border-radius: 5px;
}

.coupon-error-msg {
    color: #dc3545;
    background-color: #fdecea;
    border: 1px solid #dc3545;
    padding: 10px 15px;
    border-radius: 5px;
}

