/* File generated by shrinker.ch - DateTime: 2024-01-16, 08:37:33 */
* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.skeleton{
    position: relative;
}
.skeleton:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg,#eee,#f9f9f9,#eee);
    background-size: 200%;
    animation: skeleton 1s infinite reverse;
}
 @keyframes skleton {
    0%{
        background-position: -100% 0;
    }
    100%{
        background-position: 100% 0;
    }
 }
 
.shop_cart_title{
    padding: 1rem;
}
/*.card{*/
/*    margin: auto;*/
    /* max-width: 950px; */
/*    width: 95%;*/
/*    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
/*    border-radius: 1rem;*/
/*    border: transparent;*/
/*}*/
/*@media(max-width:767px){*/
/*    .card{*/
/*        margin: 3vh auto;*/
/*    }*/
/*}*/
.cart_left_page{
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}
@media(max-width:767px){
    .cart_left_page{
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}


.cart_items{
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.cart_items a{
    text-decoration: none;
    padding: 0 1vh;
}
.cart_item_close{
    margin-left: auto;
    font-size: 0.7rem;
}
.cart_items img{
    width: 3.5rem;
    display: flex;
    align-items: center;
}
.cart_items input{
    width: 2rem;
    text-align: center;
}
.add_qty{
    cursor: pointer;
}
.add_qty:hover{
    transform: scale(1.5)
}
.sub_qty{
    cursor: pointer;
}
.sub_qty:hover{
    transform: scale(1.9)
}
.back_to_shop{
    margin-top: 4.5rem;
}
.back_to_shop a{
    text-decoration: none;
}
.rating-stars {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rating-stars span {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    /* background-color: lightgray; */
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.rating-stars span.active {
    color: gold;
}

.review-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.reviews-container {
    margin-top: 20px;
}

.reviews-container .review {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
/* /.item-scrollbar Firefox .item-scrollbar/ */
.item-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #FF0033 #DFE9EB;
  }
  
  /* /.item-scrollbar Chrome, Edge and Safari .item-scrollbar/ */
  .item-scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 3px;
  }
  .item-scrollbar::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #DFE9EB;
  }
  
  .item-scrollbar::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
  }
  
  .item-scrollbar::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
  }
  
  .item-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #FF0033;
  }
  
  .item-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #E0002D;
  }
  
  .item-scrollbar::-webkit-scrollbar-thumb:active {
    background-color: #FD0033;
  }
.table-striped-columns-custom{
    border: var(--bs-gray);
}
  /* Dark background for the first column */
  .table-striped-columns-custom td:first-child, th:first-child {
    background-color: var(--bs-gray-500);
    color: #000;
}

/* White background for the second column */
.table-striped-columns-custom td:nth-child(2), th:nth-child(2) {
    background-color: #fff;
    color: #333;
}
.side-product-image{
    top:6rem !important;
}
.btn-oranged{
    background-color: orangered !important;
    color: #fff !important;
}
.btn-oranged:hover{
    background-color: rgb(209, 59, 4) !important;
    color: #fff !important;
}
.btn-orange{
    background-color: orange !important;
    color: #fff !important;
}
.btn-orange:hover{
    background-color: rgb(212, 139, 4) !important;
    color: #fff !important;
}
.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}
.curved-text {
      position: absolute;
     bottom:20px;
     right:20px;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 100%;
      font-size: 12px; /* Adjust the font size as needed */
      color: #333;
      z-index: 0; /* Ensure the text is behind the button */
      white-space: nowrap;
    }
     .circle {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px; /* Should match the width of the container */
      height: 200px; /* Should match the height of the container */
      border: 2px solid #333;
      border-radius: 50%;
    }

.subnav {
    background-color: #ef0719;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

.enquirypage {
    z-index: 9999;
    width: 13rem;
    height: auto;
    top: 2.4rem;
    right: .5rem;
    position: fixed;
    display: none
}

.enquirypage button {
    border: 0;
    width: 100%;
    height: 50px;
    text-align: start;
    border-bottom: 1px solid grey;
    padding-left: 10px
}

.enquirypage button:hover {
    background-color: #c9c8c8
}

.enquirypage :last-child {
    border-bottom: 0
}

.select_dlvy_page {
    position: fixed;
    z-index: 9999;
    top: 13rem;
    width: 100%
}

.select_dlvy_body {
    width: 60%;
    background-color: #fff;
    padding: 2rem
}

.select_dlvy_pin {
    padding-top: 1rem
}

.select_dlvy_pin input {
    width: 50%;
    height: 3rem;
    background-color: #e4e4e4;
    border: 0;
    padding: .5rem;
    border-radius: .3rem
}

.loginpage {
    background: 0;
    width: 200px;
    height: 270px;
    position: fixed;
    top: 7.5rem;
    right: .3rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    display: none
}

.loginpage button {
    width: 100%;
    border: 0;
    text-align: left;
    height: 54px;
    padding-left: 10px;
    border-bottom: 1px solid grey
}

.loginpage :last-child {
    border-bottom: 0
}

.loginpage button:hover {
    background-color: #c9c8c8
}

.cartpage {
    background-color: #f9f3f3;
    width: 370px;
    height: auto;
    position: fixed;
    top: 7.5rem;
    right: 2rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    padding-bottom: 5px;
    display: none
}

.cart:hover {
    cursor: pointer
}

.cartpage .cart_a {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    height: 40px;
}

.cartpage span {
    font-size: 17px;
    font-weight: bolder
}

.cart_a :first-child {
    padding-top: 10px
}

.cart_a :last-child {
    font-size: 25px
}

.cartpage .cart_b {
    text-align: center;
    background: 0;
    margin-left: 5px;
    margin-right: 5px
}

.cartpage img {
    padding-top: 10px;
    width: 120px
}

.cart_b button {
    width: 97%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 10px
}

.cartpage a {
    text-decoration: none
}

.ca_btn {
    background-color: orangered
}

.cb_btn:hover {
    box-shadow: 1px 1px 1px grey
}

.ca_btn a {
    color: #fff;
    font-size: 15px;
    font-weight: bolder
}

.cb_btn a {
    color: #000;
    font-size: 15px;
    font-weight: bolder;
    opacity: .7
}

.cb_btn {
    background-color: white
}

.cartpage h1 {
    font-size: 25px
}

.cartpage h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    opacity: .6
}

.rakhipage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.rakhipage .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rakhipage .row .col:nth-child(2n+2) {
    background: red
}

.rakhipage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.rakhipage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.rakhipage a:hover {
    color: blue
}

.rakhipage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.birthdaypage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.birthdaypage div {
    padding-left: 20px;
    padding-right: 20px
}

.birthdaypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.birthdaypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.birthdaypage a:hover {
    color: blue
}

.birthdaypage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.anniversarypage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.anniversarypage div {
    padding-left: 20px;
    padding-right: 20px
}

.anniversarypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.anniversarypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.anniversarypage a:hover {
    color: blue
}

.anniversarypage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.cakepage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.cakepage div {
    padding-left: 20px;
    padding-right: 20px
}

.cakepage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.cakepage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.cakepage a:hover {
    color: blue
}

.cakepage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.flowerpage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.flowerpage div {
    padding-left: 20px;
    padding-right: 20px
}

.flowerpage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.flowerpage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.flowerpage a:hover {
    color: blue
}

.flowerpage .image {
    background-color: #de7b7bd2;
    height: 300px
}

/* .main_body {
    padding-top: 8rem;
    background-image: url('https://gfylo.com/src/theme/client/Images/gift-bg-img.jpg')
} */

.content_1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.content_1 a {
    text-decoration: none;
    color: black
}

.c_image img {
    height: 6rem;
    width: 8rem;
    border: 0;
    border-radius: .7rem
}

.gift_finder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 2rem 6rem 2rem 6rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    width: 100%;
    border-top: 6px solid #ef0719;
    border-bottom: 6px solid #ef0719
}

.gift_finder select {
    height: 3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    border-radius: .3rem
}

.gift_finder h3 {
    font-size: 20px;
    font-weight: bolder
}

.find_gift_btn button {
    background-color: #ef0719;
    width: 15rem;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
    border: 0;
    height: 3rem
}

.find_gift_btn button:hover {
    background-color: #e92f3e
}

.costumer_personalize {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 7rem;
    padding-right: 7rem
}

.costumer_personalize img {
    width: 9rem
}

.costumer_personalize p {
    font-size: 1.9rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif
}

.costumer_personalize span {
    font-weight: lighter;
    font-size: 1.5rem;
    font-family: 'Overlock', sans-serif
}

.container_2 {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.best_seller_heading {
    background: #fff;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.best_seller_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.best_seller_body {
    padding-top: 2rem;
    padding-bottom: 2rem
}
.curated_gifts{
    height: 550px;
    overflow: hidden;
}
.curated_gifts img {
    width: 100%
}

.curated_gifts p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.best_seller_body p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.best_seller_body a {
    text-decoration: none;
    color: black
}

.just_for_today {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    margin-top: 5rem;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.for_today_heading {
    background: #fff;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.for_today_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.for_today_box {
    padding-bottom: 2rem
}

.curated_gifts img {
    width: 100%
}

.for_today_box p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.for_today_box a {
    text-decoration: none;
    color: black
}

.today_gift_detail {
    text-align: left;
    padding-top: 1rem
}

.actual_price {
    color: grey
}

.cost {
    display: flex;
    align-items: center;
    color: darkred;
    font-size: 1.31rem
}

.today_gift_discount {
    font-size: .8rem !important;
    color: blue
}

.rating_star {
    color: orange
}

.for_today_btn {
    text-align: center;
    padding: 2rem
}

.for_today_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

.artworks {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.artworks_heading {
    background: #fff;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.artworks_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.artworks_items {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.artwork_gifts_product img {
    width: 100%
}

.artworks_items p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.artworks_items a {
    text-decoration: none;
    color: black
}

.artworks_btn {
    text-align: center;
    padding: 2rem
}

.artworks_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

.anniversary_items {
    border-top: 2px solid #000;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.anniversary_heading {
    background: #fff;
    width: 30rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.anniversary_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.anniversary_gifts {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.anniversary_gifts_product img {
    width: 100%;
    border-radius: 50%;
    border: .5rem solid #aca6a6
}

.anniversary_gifts p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.anniversary_gifts a {
    text-decoration: none;
    color: black
}

.anniversary_best_btn {
    text-align: center;
    padding: 2rem
}

.anniversary_best_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}


* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('src/theme/client/Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 8rem;
    background-image: url('https://gfylo.com/src/theme/client/Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #0c356a;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 5px
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.contact_2 {
    font-size: 1.5rem
}

.subnav label {
    padding-right: 10px;
    border-right: 2px solid #fff;
    padding-left: 10px
}

.subnav span {
    border-left: 2px solid white
}

.subnav b i {
    font-weight: bolder
}

.subnav span {
    padding-left: 10px;
    padding-right: 20px
}

nav {
    z-index: 9999;
    height: 5rem;
    width: 100%;
    background-color: #114282;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px
}

.main_body {
    padding-top: 8rem;
    background-image: url('https://gfylo.com/src/theme/client/Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
}

.my_wishlist_heading {
    padding-bottom: 2rem
}

.table-wishlist thead tr th {
    padding: 8px 0 18px
}

.table-wishlist tr td {
    padding: 25px 0;
    vertical-align: middle
}

.table-wishlist tr td .img-product {
    width: 72px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px
}

.table-wishlist tr td .img-product img {
    width: 100%
}

.table-wishlist tr td .name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 50%
}

.table-wishlist tr td.price {
    font-weight: 600
}

.table-wishlist tr td .quanlity {
    position: relative
}

tbody i {
    font-size: 2rem;
    cursor: pointer
}

.cart_second_page {
    padding-bottom: 2rem;
    min-height: 75vh
}

.summary_heading {
    border-bottom: 2px solid #787777;
    padding-bottom: .5rem
}

.summary_heading h5 {
    font-size: 1rem
}

.promo_code {
    border-bottom: 2px solid #787777;
    padding-top: .5rem;
    padding-bottom: 1rem
}

.promo_code p {
    font-size: .8rem
}

.promp_code_input {
    border: 1px solid #a8a8a9;
    width: fit-content
}

.promp_code_input input {
    width: 9rem;
    border: 0;
    padding-left: .3rem;
    padding-right: .3rem
}

.promp_code_input input:focus {
    outline: 0
}

.promp_code_input button {
    border: 0;
    padding: .5rem;
    color: #fff;
    background-color: #db0529;
    font-size: .9rem
}

.subtotal {
    border-bottom: 2px solid #787777;
    padding-top: .5rem
}

.subtotal h5 {
    font-size: 1rem
}

.subtotal p {
    font-size: .8rem
}

#sales_tax_info {
    cursor: pointer;
    font-style: italic
}

.estimated_total {
    border-bottom: 2px solid #787777;
    padding-top: .5rem
}

.estimated_total h5 {
    font-size: 1rem
}

.checkout_btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.checkout_btn button {
    border: 0;
    width: 100%;
    background-color: #ef0719;
    color: #fff;
    padding: .3rem;
    transition: all .5s
}

.checkout_btn button:hover {
    background-color: #ef0719
}

.need_help {
    border-bottom: 2px solid #787777
}

.need_help p {
    font-size: .8rem
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #82020cf0;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

nav {
    z-index: 9999;
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

/* .main_body {
    padding-top: 11rem;
    padding-bottom: 1rem;
    background-image: url('../image\ src/gift-bg-img.jpg');
    min-height: 100vh
} */

.checkout_page {
    margin-top: 2rem;
    background: 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.checkout_detail {
    border-radius: 1rem;
    padding: 1rem;
    width: 90%;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(47, 104, 147, 0.15) 0 2px 6px 2px
}

.checkout_heading h2 {
    font-family: 'Overlock', sans-serif !important
}

.information_heading h4 {
    font-size: 1.3rem
}

.information_heading h6 {
    color: #7575ff;
    font-size: 1rem;
    cursor: pointer
}

.add_cancel {
    display: none
}

.information_heading h6:hover {
    color: #4848c9
}

.first_name {
    min-height: 3rem;
    width: 13rem;
    padding-left: .5rem;
    display: flex;
    align-items: center
}

.first_name span {
    font-size: .7rem;
    color: #828282
}

.first_name textarea {
    background-color: #f5f4f4;
    padding-left: .5rem
}

.first_name textarea:focus {
    outline: 0
}

.save_btn button {
    border: 0;
    background-color: #6060ea;
    color: #fff;
    font-size: 1rem;
    border-radius: .2rem;
    height: 3rem;
    width: 6rem
}

#add_save_btn {
    display: none
}

.send_gift_cancel {
    display: none
}

#sendgift_save_btn {
    display: none
}

.checkout_submit_btn button {
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-size: 1rem;
    border-radius: .2rem;
    height: 3rem;
    width: 60%;
    font-weight: bolder
}

.checkout_submit_btn button:hover {
    background-color: #cc303d
}

/*.payment_done {*/
/*    display: none;*/
/*    padding-top: 2rem*/
/*}*/

/*.printer-top {*/
/*    z-index: 1;*/
/*    border: 6px solid #666;*/
/*    height: 6px;*/
/*    border-bottom: 0;*/
/*    border-radius: 6px 6px 0 0;*/
/*    background: #333*/
/*}*/

/*.printer-bottom {*/
/*    z-index: 0;*/
/*    border: 6px solid #666;*/
/*    height: 6px;*/
/*    border-top: 0;*/
/*    border-radius: 0 0 6px 6px;*/
/*    background: #333*/
/*}*/

/*.paper-container {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    height: 467px*/
/*}*/

/*.paper {*/
/*    background: #fff;*/
/*    height: 447px;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    margin: 0 12px;*/
/*    margin-top: -12px;*/
/*    animation: print 5s cubic-bezier(0.68, -0.55, 0.265, 0.9);*/
/*    -moz-animation: print 5s cubic-bezier(0.68, -0.55, 0.265, 0.9)*/
/*}*/

/*.main-contents {*/
/*    margin: 0 12px;*/
/*    padding: 24px*/
/*}*/

/*.jagged-edge {*/
/*    position: relative;*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    margin-top: -1px*/
/*}*/

/*.jagged-edge:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 20px;*/
/*    background: linear-gradient(45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #fff 33.333%, #fff 66.667%, transparent 66.667%);*/
/*    background-size: 16px 40px;*/
/*    background-position: 0 -20px*/
/*}*/

/*.success-icon {*/
/*    text-align: center;*/
/*    font-size: 48px;*/
/*    height: 72px;*/
/*    background: #359d00;*/
/*    border-radius: 50%;*/
/*    width: 72px;*/
/*    height: 72px;*/
/*    margin: 16px auto;*/
/*    color: #fff*/
/*}*/

/*.success-title {*/
/*    font-size: 22px;*/
/*    text-align: center;*/
/*    color: #666;*/
/*    font-weight: bold;*/
/*    margin-bottom: 16px*/
/*}*/

/*.success-description {*/
/*    font-size: 15px;*/
/*    line-height: 21px;*/
/*    color: #999;*/
/*    text-align: center;*/
/*    margin-bottom: 24px*/
/*}*/

/*.order-details {*/
/*    text-align: center;*/
/*    color: #333;*/
/*    font-weight: bold*/
/*}*/

/*.order-details .order-number {*/
/*    border-top: 1px solid #ccc;*/
/*    border-bottom: 1px solid #ccc;*/
/*    line-height: 48px;*/
/*    font-size: 48px;*/
/*    padding: 8px 0;*/
/*    margin-bottom: 24px*/
/*}*/

/*.order-footer {*/
/*    text-align: center;*/
/*    line-height: 18px;*/
/*    font-size: 18px;*/
/*    margin-bottom: 8px;*/
/*    font-weight: bold;*/
/*    color: #999*/
/*}*/

/*@keyframes print {*/
/*    0% {*/
/*        transform: translateY(-90%)*/
/*    }*/

/*    100% {*/
/*        transform: translateY(0%)*/
/*    }*/
/*}*/

/*@-webkit-keyframes print {*/
/*    0% {*/
/*        -webkit-transform: translateY(-90%)*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: translateY(0%)*/
/*    }*/
/*}*/

/*@-moz-keyframes print {*/
/*    0% {*/
/*        -moz-transform: translateY(-90%)*/
/*    }*/

/*    100% {*/
/*        -moz-transform: translateY(0%)*/
/*    }*/
/*}*/

/*@-ms-keyframes print {*/
/*    0% {*/
/*        -ms-transform: translateY(-90%)*/
/*    }*/

/*    100% {*/
/*        -ms-transform: translateY(0%)*/
/*    }*/
/*}*/

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #0c356a;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 5px
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.contact_2 {
    font-size: 1.5rem
}

.subnav label {
    padding-right: 10px;
    border-right: 2px solid #fff;
    padding-left: 10px
}

.subnav span {
    border-left: 2px solid white
}

.subnav b i {
    font-weight: bolder
}

.subnav span {
    padding-left: 10px;
    padding-right: 20px
}

nav {
    z-index: 9999;
    height: 5rem;
    width: 100%;
    background-color: #114282;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px
}

.enquirypage {
    background-color: red;
    z-index: 9999;
    width: 200px;
    height: auto;
    top: 2.4rem;
    right: .5rem;
    position: fixed;
    display: none
}

.enquirypage button {
    border: 0;
    width: 100%;
    height: 50px;
    text-align: start;
    border-bottom: 1px solid grey;
    padding-left: 10px
}

.enquirypage button:hover {
    background-color: #c9c8c8
}

.enquirypage :last-child {
    border-bottom: 0
}

.loginpage {
    background: 0;
    width: 200px;
    height: 270px;
    position: fixed;
    top: 7.5rem;
    right: .3rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    display: none
}

.loginpage button {
    width: 100%;
    border: 0;
    text-align: left;
    height: 54px;
    padding-left: 10px;
    border-bottom: 1px solid grey
}

.loginpage :last-child {
    border-bottom: 0
}

.loginpage button:hover {
    background-color: #c9c8c8
}

.cartpage {
    background-color: #f9f3f3;
    width: 370px;
    height: auto;
    position: fixed;
    top: 7.5rem;
    right: 2rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    padding-bottom: 5px;
    display: none
}

.cart:hover {
    cursor: pointer
}

.cartpage .cart_a {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    height: 40px
}

.cartpage label {
    font-size: 17px;
    font-weight: bolder
}

.cart_a :first-child {
    padding-top: 10px
}

.cart_a :last-child {
    font-size: 25px
}

.cartpage .cart_b {
    text-align: center;
    background: 0;
    margin-left: 5px;
    margin-right: 5px
}

.cartpage img {
    padding-top: 10px;
    width: 120px
}

.cart_b button {
    width: 97%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 10px
}

.cartpage a {
    text-decoration: none
}

.ca_btn {
    background-color: orangered
}

.cb_btn:hover {
    box-shadow: 1px 1px 1px grey
}

.ca_btn a {
    color: #fff;
    font-size: 15px;
    font-weight: bolder
}

.cb_btn a {
    color: #000;
    font-size: 15px;
    font-weight: bolder;
    opacity: .7
}

.cb_btn {
    background-color: white
}

.cartpage h1 {
    font-size: 25px
}

.cartpage h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    opacity: .6
}

.rakhipage {
    background-color: #fff;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.rakhipage div {
    padding-left: 20px;
    padding-right: 20px
}

.rakhipage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.rakhipage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.rakhipage a:hover {
    color: blue
}

.rakhipage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.birthdaypage {
    background-color: #fff;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.birthdaypage div {
    padding-left: 20px;
    padding-right: 20px
}

.birthdaypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.birthdaypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.birthdaypage a:hover {
    color: blue
}

.birthdaypage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.anniversarypage {
    background-color: #fff;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.anniversarypage div {
    padding-left: 20px;
    padding-right: 20px
}

.anniversarypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.anniversarypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.anniversarypage a:hover {
    color: blue
}

.anniversarypage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.cakepage {
    background-color: #fff;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.cakepage div {
    padding-left: 20px;
    padding-right: 20px
}

.cakepage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.cakepage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.cakepage a:hover {
    color: blue
}

.cakepage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.flowerpage {
    background-color: #fff;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.flowerpage div {
    padding-left: 20px;
    padding-right: 20px
}

.flowerpage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.flowerpage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.flowerpage a:hover {
    color: blue
}

.flowerpage .image {
    background-color: #de7b7bd2;
    height: 300px
}

/* .main_body {
    padding-top: 11rem;
    background-image: url('../image\ src/gift-bg-img.jpg');
    padding-bottom: 3rem
} */

.login_page {
    background: 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.login_detail {
    border-radius: 1rem;
    padding: 2rem;
    /*width: 50%;*/
    margin:1rem;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(47, 104, 147, 0.15) 0 2px 6px 2px
}

.login_heading h2 {
    font-family: 'Overlock', sans-serif !important
}

.google_signin {
    height: 2rem;
    background-color: #fff;
    border-radius: .2rem;
    border: 1px solid #adadad
}

.google_signin img {
    width: 2rem
}

.google_signin a {
    text-decoration: none;
    color: #000;
    font-weight: bolder
}

.google_login_text {
    width: 100%;
    text-align: center
}

.login_with_password {
    background-color: #fff;
    border-radius: .2rem
}

.login_with_password a {
    text-decoration: none;
    color: black
}

.signup {
    padding-top: 2rem
}

.signup p {
    font-family: 'Overlock', sans-serif !important
}

.signup a {
    text-decoration: none
}

.using_password_page {
    display: none
}

.login_using_password_page {
    background: 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.using_password_detail {
    border-radius: 1rem;
    padding: 2rem;
    /*width: 70%;*/
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(47, 104, 147, 0.15) 0 2px 6px 2px
}

.forget_password_page {
    display: none
}

.login_otp_page {
    display: none
}

.new_user_signup {
    display: none
}

.new_user_detail {
    border-radius: 1rem;
    padding: 2rem;
    /*width: 70%;*/
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(47, 104, 147, 0.15) 0 2px 6px 2px
}

.sing_number_inp select {
    border: 0;
    background-color: #eeeded;
    height: 2.5rem
}

.sing_number_inp input {
    width: 100%;
    border: 0;
    padding-left: .5rem
}

.sing_number_inp input:focus {
    outline: 0
}

.new_user_signup_page {
    background: 0;
    /*height: 70vh;*/
    display: flex;
    align-items: center;
    justify-content: center
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #0c356a;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 5px
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.contact_2 {
    font-size: 1.5rem
}

.subnav label {
    padding-right: 10px;
    border-right: 2px solid #fff;
    padding-left: 10px
}

.subnav span {
    border-left: 2px solid white
}

.subnav b i {
    font-weight: bolder
}

.subnav span {
    padding-left: 10px;
    padding-right: 20px
}

nav {
    z-index: 9999;
    height: 5rem;
    width: 100%;
    background-color: #114282;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px
}

/* .main_body {
    padding-top: 11rem;
    background-image: url('../image\ src/gift-bg-img.jpg')
} */

.card_header a {
    text-decoration: none
}

#progressbar-1 {
    color: #644545
}

#progressbar-1 li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative
}

#progressbar-1 #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    margin-left: 22px;
    padding-left: 11px
}

#progressbar-1 #step2:before {
    content: "2";
    color: #fff;
    width: 29px
}

#progressbar-1 #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    margin-right: 22px;
    text-align: center
}

#progressbar-1 li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #455a64;
    border-radius: 50%;
    margin: auto
}

#progressbar-1 li:after {
    content: '';
    width: 121%;
    height: 2px;
    background: #455a64;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: -1
}

#progressbar-1 li:nth-child(2):after {
    left: 50%
}

#progressbar-1 li:nth-child(1):after {
    left: 25%;
    width: 121%
}

#progressbar-1 li:nth-child(3):after {
    left: 25%;
    width: 50%
}

#progressbar-1 li.active:before,
#progressbar-1 li.active:after {
    background: #1266f1
}

.card_footer a {
    text-decoration: none
}

.card-stepper {
    z-index: 0
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #0c356a;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 5px
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.contact_2 {
    font-size: 1.5rem
}

.subnav label {
    padding-right: 10px;
    border-right: 2px solid #fff;
    padding-left: 10px
}

.subnav span {
    border-left: 2px solid white
}

.subnav b i {
    font-weight: bolder
}

.subnav span {
    padding-left: 10px;
    padding-right: 20px
}

nav {
    z-index: 9999;
    height: 5rem;
    width: 100%;
    background-color: #114282;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px
}

/* .main_body {
    background-color: #e3e3e3;
    padding-top: 11rem
} */

.user_name {
    font-weight: bolder
}

.my_order_icon {
    color: blue;
    font-size: 1.5rem
}

.my_orders a {
    text-decoration: none;
    color: #828282;
    font-weight: bolder
}

.my_orders a:hover {
    color: blue
}

.my_order_icon2 {
    font-size: 1.5rem
}

.account_setting_icon {
    color: blue;
    font-size: 1.5rem
}

.account_setting_heading h5 {
    font-size: 1rem;
    color: #828282
}

.account_setting_detail {
    padding-left: 3rem;
    height: 2rem
}

.account_setting_detail:hover {
    background-color: #b4e8e8
}

.account_setting_detail a {
    text-decoration: none;
    color: black
}

.frequently_heading p {
    font-size: .9rem;
    font-weight: bolder
}

.frequently_heading a {
    text-decoration: none;
    color: #545454;
    font-size: .9rem
}

.information_heading h4 {
    font-size: 1.3rem
}

.personal_cancel {
    display: none
}

.information_heading h6 {
    color: #7575ff;
    font-size: 1rem;
    cursor: pointer
}

.first_name,
.last_name {
    /*border: 1px solid rgba(128, 128, 128, 0.391);*/
    width: 13rem;
    padding-left: .5rem;
    background: 0;
    padding-bottom: .2rem
}

.first_name span {
    font-size: .7rem;
    color: #828282
}

.first_name input {
    border: 0;
    background: 0
}

.first_name input:focus {
    outline: 0
}

.last_name span {
    font-size: .7rem;
    color: #828282
}

.last_name input {
    border: 0;
    background: 0
}

.last_name input:focus {
    outline: 0
}

.save_btn button {
    border: 0;
    background-color: #6060ea;
    color: #fff;
    font-size: 1.2rem;
    border-radius: .2rem;
    height: 3.3rem;
    width: 7rem
}

.email_cancel {
    display: none
}

.number_cancel {
    display: none
}

#personal_save_btn {
    display: none
}

#email_save_btn {
    display: none
}

#number_save_btn {
    display: none
}

.gender {
    padding-top: 1rem
}

.gender h6 {
    color: #757575
}

.faq {
    padding-bottom: 3rem
}

.faq_heading {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.faq p {
    font-size: 1rem;
    font-weight: bolder
}

.faq h6 {
    font-size: .9rem
}

.deactive_account span {
    color: #7575ff;
    font-weight: bolder;
    font-size: .8rem
}

.deactive_account span:hover {
    color: #4242e9
}

.billing_add_page {
    display: none
}

.my_current_loc button {
    border: 0;
    background-color: #3f3ff6;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
    width: 15rem
}

.new_add_inp1,
.new_add_inp2 {
    border: 1px solid rgba(128, 128, 128, 0.391);
    height: 3rem;
    width: 13rem;
    padding-left: .5rem;
    background: 0
}

.new_add_inp1 span {
    font-size: .7rem;
    color: #828282
}

.new_add_inp1 input {
    border: 0;
    background: 0
}

.new_add_inp1 input:focus {
    outline: 0
}

.new_add_inp2 span {
    font-size: .7rem;
    color: #828282
}

.new_add_inp2 input {
    border: 0;
    background: 0
}

.new_add_inp2 input:focus {
    outline: 0
}

.new_address_page {
    display: none
}

.area_street {
    border: 1px solid rgba(128, 128, 128, 0.391);
    width: 80%;
    padding-left: .5rem;
    background: 0
}

.area_street span {
    font-size: .7rem;
    color: #828282
}

.area_street textarea {
    border: 0;
    background: 0;
    width: 100%
}

.area_street textarea:focus {
    outline: 0
}

.new_add_inp2 select {
    border: 0;
    background: 0;
    width: 100%
}

.new_add_inp2 select:focus {
    outline: 0
}

.new_add_save button {
    border: 0;
    background-color: #3f3ff6;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
    width: 10rem
}

.new_add_cancel button {
    border: 0;
    color: #3f3ff6;
    background: 0;
    font-weight: bold;
    padding: .5rem;
    border-radius: .2rem
}

.shipping_add_page {
    display: none
}

.shipping_my_current_loc button {
    border: 0;
    background-color: #3f3ff6;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
    width: 15rem
}

.shipping_new_add_inp1,
.shipping_new_add_inp2 {
    border: 1px solid rgba(128, 128, 128, 0.391);
    height: 3rem;
    width: 13rem;
    padding-left: .5rem;
    background: 0
}

.shipping_new_add_inp1 span {
    font-size: .7rem;
    color: #828282
}

.shipping_new_add_inp1 input {
    border: 0;
    background: 0
}

.shipping_new_add_inp1 input:focus {
    outline: 0
}

.shipping_new_add_inp2 span {
    font-size: .7rem;
    color: #828282
}

.shipping_new_add_inp2 input {
    border: 0;
    background: 0
}

.shipping_new_add_inp2 input:focus {
    outline: 0
}

.shipping_new_address_page {
    display: none
}

.shipping_area_street {
    border: 1px solid rgba(128, 128, 128, 0.391);
    width: 80%;
    padding-left: .5rem;
    background: 0
}

.shipping_area_street span {
    font-size: .7rem;
    color: #828282
}

.shipping_area_street textarea {
    border: 0;
    background: 0;
    width: 100%
}

.shipping_area_street textarea:focus {
    outline: 0
}

.shipping_new_add_inp2 select {
    border: 0;
    background: 0;
    width: 100%
}

.shipping_new_add_inp2 select:focus {
    outline: 0
}

.shipping_new_add_save button {
    border: 0;
    background-color: #3f3ff6;
    color: #fff;
    padding: .5rem;
    border-radius: .2rem;
    width: 10rem
}

.shipping_new_add_cancel button {
    border: 0;
    color: #3f3ff6;
    background: 0;
    font-weight: bold;
    padding: .5rem;
    border-radius: .2rem
}

.pan_info_page {
    display: none
}

.pan_info_input {
    border: 1px solid rgba(128, 128, 128, 0.391);
    width: 50%;
    padding-left: .5rem;
    background: 0
}

.pan_info_input span {
    font-size: .7rem;
    color: #828282
}

.pan_info_input input {
    border: 0;
    background: 0;
    width: 100%
}

.pan_info_input input:focus {
    outline: 0
}

.pan_info_file_inp {
    border: 1px solid rgba(128, 128, 128, 0.391);
    width: 50%;
    padding-left: .5rem;
    background: 0;
    padding-bottom: .3rem
}

.pan_info_file_inp span {
    font-size: .7rem;
    color: #828282
}

.pan_info_file_inp input::file-selector-button {
    height: 1.6rem;
    width: 5rem;
    font-size: .8rem;
    border: thin solid grey;
    border-radius: 3px
}

.pan_upload_btn button {
    border: 0;
    padding: .5rem;
    background-color: #3f3ff6;
    color: #fff;
    border-radius: .2rem;
    width: 7rem
}

.faq_page {
    display: none
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.sort_active {
    border-bottom: 2px solid #ef0719
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #0c356a;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 5px
}

.nav_contact {
    display: flex;
    align-items: center
}

.contact_1 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.contact_2 {
    font-size: 1.5rem
}

.subnav label {
    padding-right: 10px;
    border-right: 2px solid #fff;
    padding-left: 10px
}

.subnav span {
    border-left: 2px solid white
}

.subnav b i {
    font-weight: bolder
}

.subnav span {
    padding-left: 10px;
    padding-right: 20px
}

nav {
    z-index: 9999;
    height: 5rem;
    width: 100%;
    background-color: #114282;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: white
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: white
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.firstbtn {
    width: 230px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.firstbtn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: white
}

.login :first-child {
    font-size: 2rem
}

.login :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 12px
}

/* .main_body {
    padding-top: 12rem;
    background-image: url('../image\ src/gift-bg-img.jpg');
    padding-bottom: 2rem
} */

.home_decor {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem
}

.home_decor_body {
    width: 95%;
    background: rgba(255, 255, 255, 0.501);
    padding-top: .5rem;
    padding-left: .5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.home_decor_body h1 {
    font-size: 1.7rem
}

.home_decor_footer {
    display: flex;
    justify-content: start;
    padding-left: 1rem;
    gap: 2rem
}

.home_decor_footer h5 {
    font-weight: bold
}

.just_for_today {
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    margin-top: 5rem;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.for_today_box {
    padding-bottom: 2rem
}

.curated_gifts img {
    width: 100%
}

.for_today_box p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.for_today_box a {
    text-decoration: none;
    color: black
}

.today_gift_detail {
    text-align: left;
    padding-top: 1rem
}

.actual_price {
    color: grey
}

.cost {
    display: flex;
    align-items: center;
    color: darkred;
    font-size: 1.31rem
}

.today_gift_discount {
    font-size: .8rem !important;
    color: blue
}

.rating_star {
    color: orange
}

.for_today_btn {
    text-align: center;
    padding: 2rem
}

.for_today_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #114282;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #ef0719;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #b62934;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #970b16;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: #fff;
    border: 2px solid black
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c3c3c3
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #fff;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}

.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #fff;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #fff;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #fff;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #970b16;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

@media(min-width:360px) and (max-width:762px) {
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}

/* .main_body {
    padding-top: 13rem;
    background-image: url('../Images/gift-bg-img.jpg');
    min-height: 80vh;
    padding-bottom: 2rem
} */

.refund_policy_body h3 {
    text-align: center
}

.refund_policy_body p {
    font-weight: bolder
}
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  /*background-color: #007bff;*/
  border: none;
  border-radius: 5px;
  cursor: pointer;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}
/* Styling for the image inside the button */
.floating-button img {
  width: 80px; /* Adjust the width as needed */
  height: 80px;
  /* Adjust the height as needed */
  display: block;
}
/* Text styling */
.chat-text {
  position: fixed;
  bottom: 20px;
  right: 20px; /* Adjust the right position as needed */
  margin: 0;
  margin-top:5px;
  color: #ef0719;
  font-size: 14px;
}
footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.main_navigation {
    position: fixed;
    width: 100%;
    z-index: 999
}

.subnav {
    background-color: #ef0719;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-left: 2rem;
    padding-right: 3rem;
    gap: 2rem
}

.nav_contact {
    color: #fff;
    display: flex;
    align-items: center
}

.contact_for_mobile {
    display: none
}

.contact_1,
.contact_2 {
    font-size: 1.5rem
}

.nav_whatsapp {
    display: flex;
    align-items: center
}

.logo_for_mobile {
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    display: none
}

nav {
    width: 100%;
    background-color: #fff;
    height:6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    border-bottom:4px solid #ef0719;
    border-top:4px solid #ef0719;
}

nav a {
    text-decoration: none
}

.logo {
    height: 3rem;
    width: 10rem;
    background-color: transparent !important;
    border: none !important
}

.search {
    border-radius: .3rem;
    display: flex;
    height: 2.5rem;
    align-items: center;
    background-color: #fff;
    border: 3px solid #ef0719
}

.search input {
    padding-left: 1.5rem;
    border: 0;
    width: 20rem
}

.search input:focus {
    outline: 0
}

.srcicon {
    background-color: #fff;
    padding-right: .3rem
}

.select_dlvy_btn {
    width: 14rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    border: 0
}

.select_dlvy_btn :first-child {
    box-sizing: border-box;
    font-size: 20px
}

.wish_list {
    color: #ef0719;
    text-align: center
}

.wish_list :first-child {
    font-size: 2rem
}
a.nav_contact{
    color:#ef0719;
}
.wish_list :last-child {
    font-weight: bolder;
    font-size: 1rem
}

.cart {
    color: #ef0719;
    text-align: center
}

#cartpageclose {
    border: 0;
    background: 0;
    padding-right: 3px
}

#cartpageclose:hover {
    background-color: red;
    color: white
}

.cart :first-child {
    font-size: 2rem
}

.cart span {
    font-weight: bolder;
    font-size: 1rem
}

.login {
    color: #ef0719;
    text-align: center
}

.login :first-child {
    font-size: 2rem
}

.login span {
    font-weight: bolder;
    font-size: 1rem
}

.login:hover {
    cursor: pointer
}

.menu_button {
    color: #ef0719;
    font-size: 2rem;
    display: none
}

.subnav_for_mobile {
    background-color: #fff;
    padding: .5rem;
    display: none
}

.secondnav {
    background-color: #fff;
    box-shadow: 3px 3px 3px grey;
    width: 100%;
    height: 50px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px
}

.menu_page {
    background-color: #e0081a;
    position: fixed;
    top: 0;
    min-height: 100vh;
    right: 0;
    width: 50%;
    display: none
}

.menu_page a {
    text-decoration: none;
    color: white
}

.menu_close_btn {
    color: #fff;
    font-size: 1.5rem;
    width: fit-content
}

.enquirypage {
    z-index: 9999;
    width: 13rem;
    height: auto;
    top: 2.4rem;
    right: .5rem;
    position: fixed;
    display: none
}

.enquirypage button {
    border: 0;
    width: 100%;
    height: 50px;
    text-align: start;
    border-bottom: 1px solid grey;
    padding-left: 10px
}

.enquirypage button:hover {
    background-color: #c9c8c8
}

.enquirypage :last-child {
    border-bottom: 0
}

.select_dlvy_page {
    position: fixed;
    z-index: 9999;
    top: 13rem;
    width: 100%
}

.select_dlvy_body {
    width: 60%;
    background-color: #fff;
    padding: 2rem
}

.select_dlvy_pin {
    padding-top: 1rem
}

.select_dlvy_pin input {
    width: 50%;
    height: 3rem;
    background-color: #e4e4e4;
    border: 0;
    padding: .5rem;
    border-radius: .3rem;
}

.loginpage {
    background: 0;
    width: 200px;
    height: 270px;
    position: fixed;
    top: 7.5rem;
    right: .3rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    display: none
}

.loginpage button {
    width: 100%;
    border: 0;
    text-align: left;
    height: 54px;
    padding-left: 10px;
    border-bottom: 1px solid grey
}

.loginpage :last-child {
    border-bottom: 0
}

.loginpage button:hover {
    background-color: #c9c8c8
}

.cartpage {
    background-color: #f9f3f3;
    width: 370px;
    height: auto;
    position: fixed;
    top: 7.5rem;
    right: 2rem;
    z-index: 9999;
    box-sizing: border-box;
    font-size: 15px;
    padding-bottom: 5px;
    display: none
}

.cart:hover {
    cursor: pointer
}

.cartpage .cart_a {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    height: 40px
}

.cartpage span {
    font-size: 17px;
    font-weight: bolder
}

.cart_a :first-child {
    padding-top: 10px
}

.cart_a :last-child {
    font-size: 25px
}

.cartpage .cart_b {
    text-align: center;
    background: 0;
    margin-left: 5px;
    margin-right: 5px
}

.cartpage img {
    padding-top: 10px;
    width: 120px
}

.cart_b button {
    width: 97%;
    height: 40px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 5px;
    margin-top: 10px
}

.cartpage a {
    text-decoration: none
}

.ca_btn {
    background-color: orangered
}

.cb_btn:hover {
    box-shadow: 1px 1px 1px grey
}

.ca_btn a {
    color: #fff;
    font-size: 15px;
    font-weight: bolder
}

.cb_btn a {
    color: #000;
    font-size: 15px;
    font-weight: bolder;
    opacity: .7
}

.cb_btn {
    background-color: white
}

.cartpage h1 {
    font-size: 25px
}

.cartpage h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    opacity: .6
}

.rakhipage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.rakhipage .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.rakhipage .row .col:nth-child(2n+2) {
    background: red
}

.rakhipage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.rakhipage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8;
}

.rakhipage a:hover {
    color: blue;
}

.rakhipage .image {
    background-color: #de7b7bd2;
    height: 300px;
}

.birthdaypage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.birthdaypage div {
    padding-left: 20px;
    padding-right: 20px;
}

.birthdaypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px;
}

.birthdaypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8;
}

.birthdaypage a:hover {
    color: blue;
}

.birthdaypage .image {
    background-color: #de7b7bd2;
    height: 300px;
}

.anniversarypage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.anniversarypage div {
    padding-left: 20px;
    padding-right: 20px
}

.anniversarypage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.anniversarypage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.anniversarypage a:hover {
    color: blue
}

.anniversarypage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.cakepage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.cakepage div {
    padding-left: 20px;
    padding-right: 20px
}

.cakepage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.cakepage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.cakepage a:hover {
    color: blue
}

.cakepage .image {
    background-color: #de7b7bd2;
    height: 300px
}

.flowerpage {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    width: 97%;
    height: auto;
    position: fixed;
    top: 11rem;
    z-index: 9999;
    left: 1rem;
    border-radius: 3px;
    overflow: hidden;
    display: none
}

.flowerpage div {
    padding-left: 20px;
    padding-right: 20px
}

.flowerpage h1 {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 10px;
    padding-top: 10px
}

.flowerpage a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    opacity: .8
}

.flowerpage a:hover {
    color: blue
}

.flowerpage .image {
    background-color: #de7b7bd2;
    height: 300px
}

/* .main_body {
    padding-top: 13rem !important;
    background-image: url('https://gfylo.com/src/theme/client/Images/gift-bg-img.jpg') !important
} */

.content_1 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.content_1 a {
    text-decoration: none;
    color: black
}

.c_image img {
    height: 6rem;
    width: 8rem;
    border: 0;
    border-radius: .7rem
}

.gift_finder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 2rem 6rem 2rem 6rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    width: 100%;
    border-top: 6px solid #ef0719;
    border-bottom: 6px solid #ef0719
}

.gift_finder select {
    height: 3rem;
    padding-left: .3rem;
    padding-right: .3rem;
    border-radius: .3rem
}

.gift_finder h3 {
    font-size: 20px;
    font-weight: bolder
}

.find_gift_btn button {
    background-color: #ef0719;
    width: 15rem;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
    border: 0;
    height: 3rem
}

.find_gift_btn button:hover {
    background-color: #e92f3e
}

.costumer_personalize {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 7rem;
    padding-right: 7rem
}

.costumer_personalize img {
    width: 9rem
}

.costumer_personalize p {
    font-size: 1.9rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif
}

.costumer_personalize span {
    font-weight: lighter;
    font-size: 1.5rem;
    font-family: 'Overlock', sans-serif
}
.container_2 {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.best_seller_heading {
    background: #fff;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.best_seller_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.best_seller_body {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.curated_gifts img {
    width: 100%
}

.best_seller_body p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.best_seller_body a {
    text-decoration: none;
    color: black
}

.just_for_today {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    margin-top: 5rem;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.for_today_heading {
    background: #fff;
    width: 15rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.for_today_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.for_today_box {
    padding-bottom: 2rem
}

.curated_gifts img {
    width: 100%
}

.for_today_box p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.for_today_box a {
    text-decoration: none;
    color: black
}

.today_gift_detail {
    text-align: left;
    padding-top: 1rem
}

.actual_price {
    color: grey
}

.cost {
    display: flex;
    align-items: center;
    color: darkred;
    font-size: 1.31rem
}

.today_gift_discount {
    font-size: .8rem !important;
    color: blue
}

.rating_star {
    color: orange
}

.for_today_btn {
    text-align: center;
    padding: 2rem
}

.for_today_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

.artworks {
    border-top: 2px solid #000;
    background-color: #fff;
    width: 95%;
    padding: 1.5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}

.artworks_heading {
    background: #fff;
    width: 36rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.artworks_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.artworks_items {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.artwork_gifts_product img {
    width: 100%
}

.artworks_items p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.artworks_items a {
    text-decoration: none;
    color: black
}

.artworks_btn {
    text-align: center;
    padding: 2rem
}

.artworks_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

.anniversary_heading {
    background: #fff;
    width: 30rem;
    text-align: center;
    position: relative;
    top: -3.5rem
}

.anniversary_heading h2 {
    font-family: 'Overlock', sans-serif !important;
    font-size: 2.5rem
}

.anniversary_gifts {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.anniversary_gifts_product img {
    border-radius: 50%;
    border: .5rem solid #aca6a6
}

.anniversary_gifts p {
    font-size: 1.2rem;
    padding-top: 1rem;
    font-weight: bolder;
    font-family: 'Overlock', sans-serif !important
}

.anniversary_gifts a {
    text-decoration: none;
    color: black
}

.anniversary_best_btn {
    text-align: center;
    padding: 2rem
}

.anniversary_best_btn button {
    width: 15rem;
    height: 3rem;
    border-radius: .5rem;
    border: 0;
    background-color: #ef0719;
    color: #fff;
    font-family: 'Overlock', sans-serif !important;
    font-size: 1.5rem
}

footer {
    padding-top: 3rem;
    background-color: #303030;
    color: #fff;
    width: 100%
}

.first_footer {
    padding-bottom: 3rem
}

.first_footer h2 {
    font-size: 1rem;
    font-weight: bolder
}

.first_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.first_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.ftr_second {
    padding-top: 2rem;
    background-color: #232424;
    width: 100%
}

.third_footer {
    padding-top: 20px;
    text-align: center;
    background-color: #232424;
    padding-bottom: 30px
}

.third_footer a {
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
    opacity: .7
}

.third_footer a:hover {
    border-bottom: 1px solid #fff;
    opacity: 1
}

.copyright a {
    font-size: 1rem;
    font-weight: bolder;
    color: #fff
}

@media(min-width:320px) and (max-width:1024px) {
    .first_footer {
        padding-left: 4rem;
        padding-right: 4rem
    }
     .anniversary_heading {
        width: 20rem
    }

    .anniversary_heading h2 {
        font-size: 2rem
    }
    .costumer_personalize {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .costumer_personalize img {
        width: 7rem
    }

    .costumer_personalize p {
        font-size: 1rem
    }

    .costumer_personalize span {
        font-size: .7rem
    }
    .gift_finder {
        display: none
    }
     .main_body {
        padding-top: 11.5rem
    }
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
     .first_footer {
        padding-left: 4rem;
        padding-right: 4rem
    }
     .costumer_personalize {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .costumer_personalize img {
        width: 7rem
    }

    .costumer_personalize p {
        font-size: 1rem
    }

    .costumer_personalize span {
        font-size: .7rem
    }
    .anniversary_heading {
        width: 20rem
    }

    .anniversary_heading h2 {
        font-size: 2rem
    }
    .gift_finder {
        display: none
    }
    .main_body {
        padding-top: 11.5rem
    }
    .subnav {
        display: none
    }

    .logo_for_mobile {
        display: flex
    }

    nav {
        height: 3rem
    }

    .logo_for_window {
        display: none
    }

    .search_for_window {
        display: none
    }

    .select_dlvy_btn {
        display: none
    }

    .contact_for_mobile {
        display: block
    }

    .wish_list :first-child {
        font-size: 1.5rem
    }

    .wish_list span {
        display: none
    }

    .cart :first-child {
        font-size: 1.5rem
    }

    .cart span {
        display: none
    }

    .login :first-child {
        font-size: 1.5rem
    }

    .login span {
        display: none
    }

    .menu_button {
        display: block
    }

    .subnav_for_mobile {
        display: block
    }

    .secondnav {
        display: none
    }
}
