* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background-color: #f6fcff; */
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #004fb6 50%,
            transparent,
            transparent);
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Ledger-Regular;
    src: url(../assets/fonts/Ledger-Regular.ttf);
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

h1,
h2,
h3,
h4 {
    font-family: Ledger-Regular;
    font-weight: 100;
}

h5 {
    font-family: Anton-Regular;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
    line-height: 41px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.container2 {
    padding: 0 80px;
    max-width: 1890px;
}

/* .side pannel  */

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepannel-cont {
    padding: 0 20px;
}

.sidepanel a:hover {
    color: #000000;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.sidepanel .closebtn:hover {
    color: #ffffff;
}

/* Overlay Background */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
    transition: 0.5s;
}

/* Button */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    padding: 14px 15px 10px 0;
    border: none;
    background-color: transparent;
}

/* Side Panel Header */
.sidepannel-top {
    height: 130px;
    background-color: #aa0053;
    width: 100%;
    position: sticky;
    margin-top: -60px;
    top: -60px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}

.sidepannel-top h3 {
    font-size: 21px;
}

/* Prevent Scrolling when Panel is Open */
.no-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.sidepanel::-webkit-scrollbar {
    display: none;
}

/* side pannel close  */

/* header  */

.hdr-tp {
    /* background-color: #65489e; */
    /* background-color: #602d86; */
    /* background-image: linear-gradient(#4340a8, #192660); */
    height: 100%;
    padding: 20px 0 10px 0;
    box-shadow: 0px 6px 6px -2px #6b6b6b40;
    /* border-bottom: 1px solid #dbdbdb; */
}

.hdr-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-logo img {
    height: 70px;
    object-fit: contain;
}

.srch input {
    width: 500px;
    height: 42px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    background-color: transparent;
    border: 1px solid #9f9f9f;
    padding: 10px;
    color: #494949;
    font-size: 14px;
}

.mb-search-btm {
    display: none;
}

.srch input:focus {
    outline: none;
}

.srch input::placeholder {
    color: #494949;
    font-size: 13px;
}

.hdr-lft {
    display: flex;
    align-items: center;
    gap: 80px;
}

.srch {
    display: flex;
    align-items: center;
    gap: 5px;
}

.srch button {
    height: 42px;
    width: 60px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border: 1px solid #9f9f9f;
    background-color: transparent;
    color: #494949;
    font-size: 13px;
}

.hdr-rt {
    display: flex;
    gap: 50px;
    align-items: end;
}

.sign-drop p {
    color: #000000;
}

.sign-drop {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000000;
}

.sign-drop i {
    margin-right: 5px;
}

.hdr-btns {
    color: #dd0067;
    text-align: center;
    cursor: pointer;
}

.hdr-btns p {
    font-size: 12px;
    color: #000000;
}

.hdr-btns-flx {
    display: flex;
    gap: 30px;
}

.hdr-conts {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dd0067;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -13px;
    right: -13px;
}

.modal-footer p span {
    cursor: pointer;
}

.hdr-conts p {
    font-size: 10px;
    color: #fff;
}

.hdr-btns-i {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 48px) !important;
}

.dropdown-menu p span {
    font-size: 13px;
    text-wrap: nowrap;
}

.dropdown-item p {
    color: #008ec9 !important;
    font-weight: 600;
}

.dropdown-menu p {
    color: #000000;
    font-size: 13px;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
}

.dropdown-menu {
    padding: 10px !important;
}

.drop-ln {
    height: 1px;
    width: 98%;
    background-color: #dbdbdb;
    margin: 5px auto;
}

.sub-links {
    display: flex;
    gap: 30px;
    margin-right: 100px;
}

.sub-links a p {
    color: #000000;
    font-size: 14px;
}

.sign-btn {
    cursor: pointer;
}

.modal-body input {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    font-size: 14px;
}

.prdct1 .modal-body input {
    width: 100%;
    height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.prdct1 .modal-body select {
    height: 37px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    font-size: 14px;
}

.crdt-crd input {
    width: 100%;
    height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.modal-body input:focus {
    outline: none;
}

.modal-body .sgn-inps label {
    font-size: 13px;
    color: #858585;
}

.sgn-inps {
    margin-bottom: 5px;
}

.sgn-inps.inpts-tow {
    width: 100%;
    display: flex;
}

.sgn-inps.inpts-tow input {
    width: 99%;
}

.sgn-inps p {
    font-size: 11px !important;
    color: #969696;
}

.adrs-typ {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adrs-typ-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 2px 10px;
    background-color: #a1004b;
    color: #fff;
    border-radius: 30px;
}

.sgn-inps input {
    padding-left: 8px !important;
}

.adrs-typ-btn2 {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 2px 10px;
    border: 1px solid #464646;
    color: #000000;
    border-radius: 30px;
}

.adrs-typ-btn p {
    font-size: 10px !important;
}

.adrs-typ-btn i {
    font-size: 10px !important;
}

.adrs-typ-btn2 p {
    font-size: 10px !important;
}

.adrs-typ-btn2 i {
    font-size: 10px !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-footer button {
    width: 100%;
    padding: 7px;
}



/* .orderplce-mdl-cont {
    height: 100%;
}

#log-sngn-Modal .modal-dialog {
    --bs-modal-width: 450px !important;
}

#log-sngn-Modal .modal-footer {
    padding-bottom: 30px;
}



.check-container {
    width: 8.25rem;
    height: 9.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: -80px auto 8px auto;
}

.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.check-container .check-background svg {
    width: 45%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
} */






.modal-footer {
    padding-bottom: 40px;
}

.modal-body {
    padding: 0 20px !important;
}

.modal-footer p {
    font-size: 12px;
}

.modal-footer span {
    font-size: 15px;
}

.header {
    /* background-image: url("../assets/img/11.jpg"); */
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.hdr-ln {
    height: 1px;
    width: 97%;
    background-color: #9292926b;
    margin: 10px auto 0 auto;
}

/* header close  */

/* index  */
.sub-hdr {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 8px;
    margin-top: 6px;
    /* background-color: #97b011; */
    /* background-image: linear-gradient(#343ca7, #050066); */
}

.main-slide .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.sub-hd-cont {
    display: flex;
    align-items: center;
    height: 44px;
    justify-content: space-between;
}

.sub-hd-cont i {
    font-size: 30px;
}

.ofr-bx {
    position: relative;
}

.ofr-bx img {
    position: absolute !important;
    left: 0 !important;
    top: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    width: fit-content !important;
    transform: translate(0px, 0px) !important;
}

.ind1 {
    height: 100%;
    width: 100%;
    /* background-color: #f9f9f9; */
    box-shadow: 0px 6px 6px -2px #6b6b6b40;
    /* margin-top: 15px; */
    padding: 10px 0 10px 0;
    color: #000000;
}

.ind1 h3 {
    font-size: 19px;
    /* margin-bottom: 20px; */
    color: #fff;
}

.ttle-ln {
    width: fit-content;
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
}

.ttle-ln::after {
    content: "";
    position: absolute;
    width: 72%;
    height: 1px;
    left: 0px;
    bottom: -5px;
    background-color: #313131;
}

.prd-details h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.prd-details p {
    font-size: 15px;
}

.prd-details ul li {
    font-size: 15px;
    list-style: disc;
    margin: 10px 0;
}

.adrs-tp p {
    padding: 0px 10px;
    border: 1px solid #bebebe;
    font-size: 11px !important;
    border-radius: 5px;
}

.prd-details ul {
    padding-left: 18px;
    margin-top: 20px;
}

.cng-btn p {
    font-size: 12px !important;
    padding: 2px 12px;
    border: 1px solid #0e4cd2;
    width: fit-content;
    border-radius: 7px;
    color: #0e4cd2;
}

.cat-cntr {
    width: fit-content;
    margin: 0 auto;
}

.prdct-adrs-tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prdct-adrs-tp h3 {
    margin-bottom: 0;
    color: #747474;
}

.prdct-adrs-btm h3 {
    margin-bottom: 10px;
}

.prdct2 {
    margin-top: 80px;
}

.rltd2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* .cat-brdr{
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    padding: 6px 50px 0px 50px;
    border-radius: 115px;
} */
/* .category-slide{
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    padding: 6px 50px 0px 50px;
    border-radius: 115px;
    background-color: #eaf0ff;
 } */

.catssld-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.catsld-img-bx {
    width: 95px;
    height: 95px;
    position: relative;
    margin-bottom: 10px;
}

.prdct-nm p {
    font-size: 13px;
    text-align: center;
    color: #000;
}

.swiper {
    z-index: 0;
}

.p-flx {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.p-flx p {
    color: #000;
}

.mySwiper2 .swiper-slide {
    width: auto !important;
    /* Auto width based on content */
    flex-shrink: 0;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiper-slide {
    width: auto !important;
    /* Auto width based on content */
    flex-shrink: 0;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper3 .swiper-slide {
    font-size: 18px;
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 30px; */
    /* padding: 0 13px; */
}

.ofr-bx {
    width: fit-content;
    min-width: 50px;
    height: 30px;
    background-color: #dd0067;
    /* background-color: #0068ff; */
    padding: 0 5px;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

#logoutModal .modal-body {
    padding: 0 50px 50px 50px !important;
    text-align: center;
}

#logoutModal .modal-body img {
    width: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.logout-modal-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.logout-modal-btns p {
    padding: 3px 20px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    font-size: 14px;
}

.ind2 {
    margin-top: 35px;
}

.today-img {
    width: 100%;
    height: 250px;
}

.today-item {
    box-shadow: 0px 0px 10px 1px #dbdbdb;
    margin: 8px;
    background-color: #fff;
    /* border-radius: 10px; */
}

.category-sld {
    margin-bottom: 30px;
}

.today-item a p {
    color: #000000;
    font-size: 14px;
}

.today-item a .rupees i {
    color: #000000;
}


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

.img-col {
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    transition: all 0.3s;
}

.img-col img {
    width: 90%;
    height: 90%;
    position: absolute;
    object-fit: contain;
    object-position: 50% 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-col::after {
    content: "";
    display: block;
    padding-top: 90%;
}

.today-item-det {
    padding: 10px;
    padding-bottom: 20px;
    /* border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; */
}

.rupees {
    margin: 5px 0;
    margin-left: 7px;
}

.rupees p {
    color: #000;
}

.str {
    display: flex;
    gap: 10px;
    /* margin: 8px 0; */
    align-items: center;
}

.str-inr {
    display: flex;
    gap: 3px;
    margin: 8px 0;
}

.str p {
    font-size: 10px !important;
    color: #797979 !important;
}

.ofrt {
    font-size: 12px;
    color: #05ac37 !important;
}

.str i {
    font-size: 10px;
    color: #e1cb53 !important;
}

.today-item-det {
    position: relative;
    background-color: #fff;
}

.today-item-det h6 {
    font-weight: 600;
    color: #424242;
    font-size: 15px;
}

.today-item-det .disctn {
    line-height: 20px;
}

.form-group label {
    font-size: 13px;
    color: #8d8d8d;
}

/*
.wishlist {
    color: red;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 20px;
} */

.wishlist-icon {
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s ease;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 20px;
}

.wishlist-icon i {
    color: #cbcbcb;
}

.wishlist-icon.clicked i {
    color: red;
}

.crs {
    position: relative;
    width: fit-content;
    color: #b1b1b1 !important;
}

.crs::after {
    content: "";
    position: absolute;
    width: 116%;
    height: 2px;
    bottom: 11px;
    left: -5px;
    background-color: #b1b1b1;
}

.crs p,
.crs i {
    color: #b1b1b1 !important;
}

.cart-bx {
    width: 91%;
    height: 32px;
    background-color: #ce0000;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
}

.cart-bx i {
    color: #fff !important;
}

.catsld-item {
    width: 100%;
    height: 100%;
    padding: 8px 20px;
}

.category-img-bx {
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 8px;
    display: flex;
    /* border-radius: 75px; */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 115px;
    /* box-shadow: 0px 0px 10px 1px #dbdbdb8c; */
    background-color: #fff;
}

.cat-ttl-bg {
    padding: 10px 0;
    /* background-color: #97b011; */
    background-image: linear-gradient(#ea0068, #a1004b);
    margin-bottom: 15px;
}

.cat-ttle {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

/* .cat-ttle::after{
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    margin: 5px auto;
    background-color: #3b3b3b;
} */
.category-img-bx img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.3s;
    cursor: pointer;
    /* border-radius: 200px; */
}

.category-img-bx:hover img {
    transform: scale(1.2);
}

.ind3 {
    margin-top: 30px;
}

.ind-3 {
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.ind3-lft {
    width: 100%;
    height: 203px;
}

.ind3-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: center;
}

.ind4 {
    margin-top: 70px;
}

.ind5 {
    width: 100%;
    margin-top: 50px;
}

.ind5-lft {
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.ind5-rt {
    height: 100%;
    width: 100%;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.ads-box {
    height: 300px;
    width: 100%;
}

.ads-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-ads {
    margin-top: 50px;
}

.today-item {
    width: 250px;
}

.ind5-rt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind6 {
    height: 100%;
    width: 100%;
    margin-top: 80px;
    background-color: #f4f4f4;
    padding-top: 80px;
    margin-bottom: 20px;
}

.ind6-lft {
    width: 100%;
    height: 500px;
}

.ind6-lft img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.ind6-rt h2 {
    margin-bottom: 20px;
}

.ind6-rt {
    display: flex;
    align-items: center;
    height: 100%;
}

.app-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-btn-qr {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 25px;
}

.app-btn-qr img {
    width: 160px;
    object-fit: contain;
}

.sin-mdl .col-md-6 {
    padding-left: 0;
}

.in-wish {
    margin-bottom: 30px;
}

.qr img {
    height: 130px;
}

.hdr-rt.modal {
    --bs-modal-width: 760px;
}

.hdr-rt .modal {
    --bs-modal-width: 760px;
}

.sin-mdl .sgn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sgn-img-bx {
    position: relative;
    width: 100%;
    height: 100%;
}

.sgn-img-bx::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.scnd-cls {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 2;
}

.scnd-cls i {
    font-size: 20px;
    color: #fff !important;
}

.scnd-cls {
    display: none;
}

.modal-footer button {
    background-color: #aa0053;
    border-color: #a1004b;
}

.modal-footer button:hover {
    background-color: #aa0053;
    border-color: #a1004b;
}

/* .sin-mdl .modal-header{
    margin-bottom: 30px;
} */
.sgin-lft-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.sgin-lft-cont p {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.sgin-lft-cont h3 {
    font-size: 20px;
    text-wrap: nowrap;
}

/* index close  */

/* product  */

.prdct1 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 80px 0;
}

.prdct1-lft {
    /* height: 100%; */
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.lft-sb-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prdct1-lft-img-bx {
    width: 100px;
    height: 100px;
}

.prdct1-lft-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prdct1-lft-mn-img {
    width: 100%;
    height: 100%;
}

.prdct1-lft-mn-img img {
    width: 100%;
    max-height: 470px;
    object-fit: contain;
}

.prdct-buy-btn {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.prdct-buy-btn .buy {
    width: 120px;
    height: 40px;
    font-size: 17px;
    border-radius: 5px;
    background-color: #d30067;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.snout {
    width: fit-content !important;
    height: 100%;
    padding: 6px 15px !important;
    border-radius: 5px;
    background-color: #d30067;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px !important;
}

.sgnout-mdl-ftr {
    padding-bottom: 20px;
    justify-content: center;
}

.sign-out-modal .modal-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    /* margin-top: 20px; */
}

.sign-out-modal .modal-content {
    max-width: 400px;
    margin: 0 auto;
}

.prdct-buy-btn .cart {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #747474;
    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    color: #000000;
}
#sidebarCartBtn{
    font-size: 15px !important;
}
.sidepannel-cont .logout-btn-sidebar{
    font-size: 15px !important;
}

.buy-amnts {
    height: 100%;
    width: 380px;
    padding: 10px 20px;
    /* background-color: #f1f1f1; */
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    margin-bottom: 10px;
}

.buy-amnts p {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}

/* .fr-btm{
    margin-bottom: 15px;
} */
.prdct-buy-btn .modal {
    --bs-modal-width: 700px;
}

.plordr .modal {
    --bs-modal-width: 700px;
}

.prdct1-rt {
    padding-left: 10px;
}

.prdct1-rt h3 {
    font-size: 19px;
}

.prdct1-lft-img-bx.active {
    border: 2px solid #d30067;
}

.rt-str {
    display: flex;
    gap: 7px;
}

.str-cnt {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.str-cnt p {
    font-size: 11px;
    color: #b1b1b1;
}

.rt-str i {
    color: #e1cb53;
    font-size: 12px;
}

.prdct-rt-prc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.prc-ic {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
}

.prc-ic input {
    background: transparent;
}

.prc-ic h3 {
    margin-bottom: 0;
    font-size: 25px;
}

.prc-ic i {
    font-size: 15px;
}

.prc-crs {
    color: #a8a8a8;
    position: relative;
}

.off-cnt {
    color: #05ac37;
}

.prc-crs h3 {
    font-size: 17px;
    width: fit-content;
    color: #a8a8a8 !important;
}

.prdct-rt-prc h3 {
    margin-bottom: 0 !important;
}

.prc-crs::after {
    content: "";
    position: absolute;
    width: 114%;
    height: 1px;
    left: -7px;
    bottom: 12px;
    background-color: #989898;
}
.prdct-rt-prc #unitSellingPrice{
        font-size: 15px !important;
    }

.prc-crs i {
    font-size: 17px;
}

.qty-bx {
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.mns {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #eeedf4;
}

.pls {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #eeedf4;
}

.mns p {
    font-size: 20px;
}

.pls {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #eeedf4;
}

.qty {
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
}

.mns p {
    font-size: 20px;
}

.pls p {
    font-size: 20px;
}

.prdct-ln {
    height: 1px;
    margin: 20px 0;
    width: 90%;
    background-color: #cecece;
}

#buyModal .modal-header p {
    font-size: 10px;
    padding: 1px 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    width: fit-content;
}

.buy-amnts .sub-menu a {
    display: contents;
}

.buy-amnts nav ul li ul li {
    border-left: 4px solid transparent;
    padding: 7px 0px;
}

.upi ul li a p {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
}

.upi ul li a {
    padding: 0 15px;
}

.upi li ul li {
    border-left: 4px solid transparent;
    padding: 4px 0px;
}

.upi ul li a p input {
    width: 17px !important;
}

.crdt-crd li {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.net-bnk ul li a p {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 0px;
}

.net-bnk ul li a {
    padding: 0 15px;
}

.net-bnk li ul li {
    border-left: 4px solid transparent;
    padding: 4px 0px;
}

.net-bnk ul li a p input {
    width: 17px !important;
}

.crdt-crd li {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

#totalAmount {
    color: #000;
}

.fr-btm {
    cursor: auto;
}

.crdt-crd li input {
    padding: 7px;
    max-width: 300px;
}

.crd-dbl-inp {
    display: flex;
}

.crdt-crd label {
    font-size: 14px;
}

.pay-amnd {
    padding: 5px 20px;
    background-color: #ffa600;
    color: #fff;
    margin-left: 15px;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

#buyModal .modal-body {
    padding-bottom: 28px !important;
}

/* product close  */

/* category  */

.category-lf {
    height: 100%;
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 20px 13px;
    border-radius: 5px;
}

.category-sec {
    padding-top: 80px;
}

.category-lf h3 {
    font-size: 17px;
    color: #000000;
}

.side-inpts p {
    color: #000000;
}

.category-lf-ln {
    height: 1px;
    width: 99%;
    background-color: #d1d1d1;
    margin: 15px 0;
}

nav {
    position: relative;
    width: 100%;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

nav ul li a:hover {
    color: #ffffff;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
    color: #000000;
}

nav ul li h6 {
    font-size: 11px;
    margin-top: 10px;
    color: #000000;
}

nav ul li ul li {
    border-left: 4px solid transparent;
    padding: 7px 20px;
}

nav ul li ul li p {
    font-size: 14px;
    color: #000000;
}

.sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sid-bar-ln {
    height: 1px;
    width: 99%;
    background-color: #e9e9e9;
    margin: 15px 0;
}

.side-inpts {
    padding-left: 15px;
    display: flex;
    gap: 10px;
}

.side-inpts input {
    width: 80px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    background-color: transparent;
    color: #000000;
}

wekinator::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.side-inpts input:focus {
    outline: none;
}

.cstmr-rtng li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cstmr-rtng i {
    font-size: 10px;
    color: #e2c51f;
}

.btm-ads {
    width: 90%;
    height: 400px;
    margin: 50px auto;
}

.btm-ads img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-sec nav ul li a {
    padding: 10px 0px;
}

.side-inpts {
    padding-left: 0px;
}

.cat-conts {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.cat-cont-lft {
    width: 300px;
    /* background-color: #fbfbfb; */
    border-radius: 8px;
}

.cat-cont-rt {
    width: 100%;
    overflow-x: hidden;
}

.fltr-btn {
    font-size: 20px;
    padding: 2px 20px;
    border: 1px solid #c5c5c5;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 15px;
    display: none;
}





.category-sec .modal-body ul h3 {
    font-size: 17px;
}

.category-sec .modal-body ul input {
    width: fit-content;
    height: 17px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

.category-sec .modal-body ul .side-inpts input {
    height: 33px;
    width: 100%;
}

.ordr-continer {
    display: flex;
    gap: 20px;
}

.ordr-cont-lft {
    width: 250px;
}

.ordr-cont-rt {
    width: 60%;
}

.fltr-btn-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.fltr-go p {
    padding: 0px 20px;
    border: 1px solid #181818;
    border-radius: 20px;
    color: #000000;
    width: fit-content;
    font-size: 13px;
    cursor: pointer;
    /* font-weight: 600; */
    margin-left: auto;
}

.category-lf h3 {
    margin-bottom: 0 !important;
}

/* category close  */

/* cart  */
.cart1 {
    padding-top: 80px;
}

.cart-container {
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 50px;
}

.cart-conts.ordr {

    margin-top: 10px;

}

.cart-adrs .ttle-h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #999999;
}

.car-prfl-nm {
    margin-top: 20px;
}

.cart-adrs-chng-btn p {
    padding: 3px 20px;
    border: 1px solid #1271ff;
    border-radius: 5px;
    color: #186bff;
    width: fit-content;
    font-size: 13px;
}

.cart-adrs-chng-btn {
    margin-top: 30px;
}

.car-prfl-nm h3 {
    font-size: 22px;
}

.cart-adrs-ln {
    height: 1px;
    width: 100%;
    background-color: #d6d6d6;
    margin: 15px 0;
}

.cart-conts {
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    min-height: 100px;
}

.cart-conts-lft {
    background-color: #f8f8f8;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    padding: 20px;
}

.cart-itm {
    width: 100%;
    height: fit-content;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 30px 15px 15px 15px;
    display: flex;
    /* align-items: center; */
    gap: 50px;
    position: relative;
    margin-bottom: 10px;
}

.cart-itm-img {
    height: 200px;
    width: 180px;
}

.cart-itm-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-itm-dtls{
    margin-top: 10px;
}

.cart-itm-dtls h3 {
    font-size: 15px;
    max-width: 500px;
    margin-bottom: 16px;
    color: #000;
}

.cat-qty {
    margin-top: 10px;
}
.qty input{
    font-size: 14px;
}

.cart-itm-dtls .str-cnt {
    margin-top: 7px;
}

.cart-itm-dtls .prdct-rt-prc {
    margin-top: 7px;
}

.dlvr-dt {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ttle-h3 {
    font-size: 23px;
}

.dlvr-dt h3 {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
}

.dlvr-dt p {
    font-size: 14px;
    color: #05ac37;
}

.cart-place-sec {
    height: fit-content;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fr-brdr-ln {
    border: 1px solid #cfcfcf;
    padding: 15px;
    border-radius: 7px;
}

.dlt-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.hrt-btn i {
    color: red;
}

.hrt-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.dlt-btn i {
    font-size: 20px;
    color: #747474;
}

.ordr-pls-btn p {
    padding: 5px 20px;
    background-color: #d30067;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
}

.cart-ttl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-ttl h3 {
    font-size: 21px;
    margin-bottom: 0;
}

.cart-ttl i {
    font-size: 23px;
}

.rl-csh h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #b9b9b9;
}

.rl-csh i {
    color: #b9b9b9;
}

.rl-csh {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    position: relative;
}

.rl-csh::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 120%;
    background-color: #919191;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.prc-crs-not-flx{
    display: flex;
    gap: 10px;
    align-items: center;
}

.cart-itm-dtls-rt {
    width: 430px;
    height: fit-content;
    border: 1px solid #dfdfdf;
    padding: 39px;
    margin-left: 50px;
}

.cart-itm-dtls-rt h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.dtl-flx-inr-flx {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dtl-flx-inr-flx h3 {
    margin-bottom: 0;
}

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

.dscnt {
    color: #05ac37;
}

.dlcry-chgr h3 {
    font-size: 15px;
    color: #05ac37;
}

.sf-cont p {
    font-size: 14px;
}

.sf-cont {
    display: flex;
    gap: 5px;
    margin-left: 50px;
    margin-top: 20px;
}

.sf-cont img {
    width: 15px;
    object-fit: contain;
}

/* cart close  */

/* account  */

.account-container {
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
}

.account-container p {
    font-size: 18px;
}

.prsnl-ifo-cont {
    width: 100%;
    height: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
    position: relative;
}

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

.prsnl-ifos {
    display: flex;
    gap: 30px;
    margin-top: 0px;
    margin: 3px 0;
}

.prsnl-ifos .infos p {
    font-size: 16px;
    max-width: 385px;
    margin: 5px 0;
}

.prsnl-ifos .infos2 p {
    font-size: 18px;
    margin: 5px 0;
}

.prsnl-ifos .infos {
    min-width: 110px;
}

.prsnl-ifos-fl {
    margin-top: 30px;
}

.prof-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.prof-btn {
    display: flex;
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    background-color: #d30067;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
}

.prof-btn p {
    font-size: 15px;
}

.acont-stngs {
    margin-top: 50px;
}

.prof-btm-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}

.prof-btm-btns i {
    font-size: 18px;
    color: #d30067;
}

.prof-btm-btns p {
    font-size: 16px;
}

.prof-btm-btns {
    margin: 15px 0;
}

.prsnl-ifo-cont-actn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    position: absolute;
    top: 20px;
    right: 20px;
}

.prsnl-ifo-cont-actn-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    color: #000000;
}

.prsnl-ifo-cont-actn-btn2 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #d30067;
    color: #fff;
}

.prsnl-ifo-cont-actn-btn2 p {
    font-size: 15px;
}

.prsnl-ifo-cont-actn-btn p {
    font-size: 15px;
}

/* account close  */

/* wishlist  */

.wsh-conts {
    padding: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    width: 100%;
}

.wsh-conts .cart-itm {
    padding: 15px 15px 15px 15px;
}

.crt-btn p {
    padding: 5px 17px;
    color: #000000;
    font-size: 13px;
}

.crt-btn {
    border-radius: 5px;
    border: 1px solid #b4b4b4;

    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* wishlist close */

/* orders  */

.ordr-cont .cart-itm-img {
    height: 170px;
    width: 180px;
}

.ordr-lft {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    padding: 30px;
}

.ordr-lft h3 {
    font-size: 22px;
}

.ordr-lft-sub-hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ordr-lft ul {
    padding-left: 0px;
    margin-top: 24px;
}

.ordr-lft ul li {
    margin: 15px 0;
}

.ordr-lft-sub-hdng p {
    font-size: 17px;
}

.ordr-lft ul li p {
    font-size: 15px;
}

/* orders close  */

/* order details  */

.ordr-prdct {
    width: 150px;
    height: 140px;
    border-radius: 10px;
}

.ordr-prdct img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.order-det-tp {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.order-det-tp-cont h3 {
    font-size: 20px;
}

.order-det-tp-cont .prc-ic {
    margin: 10px 0;
}

.order-details-cont {
    padding-bottom: 30px;
}

.horizontal.timeline {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.horizontal.timeline:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2em;
    background-color: #f2f2f2;
}

.horizontal.timeline .line {
    display: block;
    position: absolute;
    /* width: 67%; */
    height: 0.2em;
    background-color: #06c034;
}

.horizontal.timeline .steps {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.horizontal.timeline .steps .step {
    display: block;
    position: relative;
    bottom: calc(100% + 1em);
    padding: 0.33em;
    margin: 0 2em;
    box-sizing: content-box;
    color: #06c034;
    background-color: currentColor;
    border: 0.25em solid white;
    border-radius: 50%;
    z-index: 500;
}

.horizontal.timeline .steps .step:first-child {
    margin-left: 0;
}

.horizontal.timeline .steps .step:last-child {
    margin-right: 0;
    color: #71cb35;
}

.horizontal.timeline .steps .step span {
    position: absolute;
    top: calc(100% + 1em);
    left: 50%;
    transform: translateX(-10%);
    white-space: nowrap;
    color: #000;
    opacity: 0.4;
}

.horizontal.timeline .steps .step.current:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    animation-name: animation-timeline-current;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.horizontal.timeline .steps .step.current span {
    opacity: 0.8;
}

@keyframes animation-timeline-current {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.dt-chng-btn p {
    padding: 4px 10px;
    border: 1.5px solid #d30067;
    border-radius: 5px;
    color: #d30067;
    cursor: pointer;
    width: fit-content;
    font-size: 13px;
}

.dt-chng-btn {
    margin-top: 60px;
}

.shipping-det .car-prfl-nm {
    margin-top: 10px;
}

.prc-detls-cont .cart-itm-dtls-rt {
    width: 430px;
    height: fit-content;
    border: 1px solid #dfdfdf00;
    padding: 0px;
    margin-left: 0px;
}

/* order details close  */

/* notifiction  */

.notifications {
    margin-top: 30px;
}

.notification-box {
    margin: 15px 0;
    height: 100%;
    background-color: #fafafa;
    border-radius: 5px;
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.noti-icon-details {
    display: flex;
    gap: 30px;
}

.noti-icon-details img {
    width: 40px;
    object-fit: contain;
}

.noti-icon-details h3 {
    font-size: 21px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.noti-icon-details p {
    max-width: 600px;
    padding-right: 30px;
}

.dlvr-date {
    margin-top: 40px;
    font-size: 13px;
    color: #bbbbbb;
}

.noti-img {
    max-width: 300px;
    max-height: 180px;
    border-radius: 10px;
}

.noti-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/* notiication close  */

/* faq  */

.faq-container {
    width: fit-content;
    height: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-top: 30px;
    padding: 50px;
    margin-bottom: 50px;
}

.faqs {
    margin: 20px 0;
}

.faqs h3 {
    font-size: 21px;
}

.faqs p {
    margin: 10px 0;
    max-width: 1000px;
}

/* faq close  */

/* footer  */

.footer-bg {
    background-color: #fcfcfc;
    padding: 80px 0;
}

.ftr-logo-sd img {
    height: 70px;
}

.ftr-logo-sd p {
    max-width: 300px;
    margin-top: 20px;
}

.ftr-conts li {
    max-width: 300px;
    font-size: 15px;
}

.bk-tp-btn button {
    background-color: #e1cb53;
    padding: 8px 10px;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.ftr-conts {
    display: flex;
    justify-content: space-around;
}

.foot-lft-flx {
    display: flex;
    gap: 190px;
}

.foot-rt-flx {
    display: flex;
    gap: 190px;
}

.ftr-conts h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.foot-rt-flx li {
    color: #000;
}

.ftr-conts ul {
    padding-left: 0;
}

.ftr-conts ul li {
    margin: 10px 0;
}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

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

.con2-conts a p {
    color: #fff;
}

.ftr-cnct-flx p a {
    color: #fff;
}

/* footer close  */
.orderplce-mdl-cont {
    height: 100%;
}

.cntnu-shp-btn {
    width: fit-content !important;
    margin: 0 auto;
    padding: 8px 30px !important;
    border: none !important;
    color: #fff;
}

#ordrplceModal .modal-dialog {
    --bs-modal-width: 560px !important;
}

:root {
    --hue: 223;
    --sat: 10%;
    --bg: #e6e6e6;
    --fg: #1a1a1a;
    --primary: #dd0067;
    --green: #0ac266;
    --red: #f20d0d;
    --purple: #993df5;
    --white: #fff;
    --light-gray1: #d9d9d9;
    --light-gray2: #a6a6a6;
    --dark-gray1: #595959;
    --dark-gray2: #262626;
    --check-bubble: var(--light-gray1);
    --check-outline: var(--light-gray2);
    --trans-dur: 0.3s;
    font-size: clamp(1rem, 1.2rem, 1.25rem);
}

.check {
    overflow: visible;
    pointer-events: none;
    width: 6em;
    height: auto;
}

.check circle,
.check polygon {
    transition: fill var(--trans-dur), stroke var(--trans-dur);
}

.check_move-fade,
.checkscale-in,
.checkscale-out,
.check_stroke-offset {
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
    animation-fill-mode: forwards;
}

.check__fade {
    transition: opacity var(--trans-dur);
}

.check__move-fade {
    animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
}

.field {
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

.field,
.field__checkbox {
    -webkit-tap-highlight-color: transparent;
}

.field__checkbox {
    -webkit-appearance: none;
    appearance: none;
}

.field__label {
    cursor: pointer;
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.field_checkbox:checked+.fieldlabel .check_fade {
    opacity: 1;
    transition-duration: 0s;
}

.field_checkbox:checked+.fieldlabel .check_move-fade--1 {
    animation-name: move-fade1;
}

.field_checkbox:checked+.fieldlabel .check_move-fade--2 {
    animation-name: move-fade2;
}

.field_checkbox:checked+.fieldlabel .check_move-fade--3 {
    animation-name: move-fade3;
}

.field_checkbox:checked+.fieldlabel .check_move-fade--4 {
    animation-name: move-fade4;
}

.field_checkbox:checked+.fieldlabel .check_move-fade--5 {
    animation-name: move-fade5;
}

.field_checkbox:checked+.fieldlabel .check_scale-in {
    transform: scale(1);
}

.field_checkbox:checked+.fieldlabel .check_scale-in--1 {
    animation-name: scale-in1;
}

.field_checkbox:checked+.fieldlabel .check_scale-in--2 {
    animation-name: scale-in2;
}

.field_checkbox:checked+.fieldlabel .check_scale-in--3 {
    animation-name: scale-in3;
}

.field_checkbox:checked+.fieldlabel .check_scale-out {
    animation-name: scale-out;
}

.field_checkbox:checked+.fieldlabel .check_stroke-offset--1 {
    animation-name: stroke-offset1;
}

.field_checkbox:checked+.fieldlabel .check_stroke-offset--2 {
    animation-name: stroke-offset2;
}

.field_checkbox:checked+.fieldlabel .check_stroke-offset--3 {
    animation-name: stroke-offset3;
}

.field_checkbox:checked+.fieldlabel .check_stroke-offset--4 {
    animation-name: stroke-offset4;
}

.field__sr-only {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: #1a1a1a;
        --fg: #e6e6e6;
        --check-bubble: var(--dark-gray2);
        --check-outline: var(--dark-gray1);
    }
}

/* Animations */
@keyframes move-fade1 {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        transform: translate(0, 16px);
    }

    31% {
        opacity: 1;
        transform: translate(0, 16px);
    }

    75% {
        opacity: 1;
        transform: translate(0, 0);
    }

    92.75%,
    to {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes move-fade2 {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        transform: translate(22px, 0);
    }

    35.25% {
        opacity: 1;
        transform: translate(22px, 0);
    }

    75% {
        opacity: 1;
        transform: translate(0, 0);
    }

    92.75%,
    to {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes move-fade3 {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        transform: translate(-27px, 0);
    }

    44% {
        opacity: 1;
        transform: translate(-27px, 0);
    }

    82.25% {
        opacity: 1;
        transform: translate(0, 0);
    }

    to {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes move-fade4 {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        transform: translate(0, -11px);
    }

    44% {
        opacity: 1;
        transform: translate(0, -11px);
    }

    82.25% {
        opacity: 1;
        transform: translate(0, 0);
    }

    to {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes move-fade5 {
    from {
        animation-timing-function: steps(1, end);
        opacity: 0;
        transform: translate(0, -23px);
    }

    22% {
        opacity: 1;
        transform: translate(0, -23px);
    }

    61.75% {
        opacity: 1;
        transform: translate(0, 0);
    }

    79.5%,
    to {
        opacity: 0;
        transform: translate(0, 0);
    }
}

@keyframes scale-in1 {
    from {
        transform: scale(0);
    }

    26.5%,
    to {
        transform: scale(1);
    }
}

@keyframes scale-in2 {

    from,
    13.25% {
        transform: scale(0);
    }

    44% {
        transform: scale(1.05);
    }

    48.5%,
    to {
        transform: scale(1);
    }
}

@keyframes scale-in3 {

    from,
    35.25% {
        transform: scale(0);
    }

    66.25% {
        transform: scale(1.05);
    }

    70.5%,
    to {
        transform: scale(1);
    }
}

@keyframes scale-out {
    from {
        transform: scale(1);
    }

    31%,
    to {
        transform: scale(0);
    }
}

@keyframes stroke-offset1 {

    from,
    20.5% {
        stroke-dashoffset: 17;
    }

    41% {
        stroke-dashoffset: 0;
    }

    61.75%,
    to {
        stroke-dashoffset: -17;
    }
}

@keyframes stroke-offset2 {

    from,
    29.5% {
        stroke-dashoffset: 22.63;
    }

    50% {
        stroke-dashoffset: 0;
    }

    70.5%,
    to {
        stroke-dashoffset: -22.63;
    }
}

@keyframes stroke-offset3 {

    from,
    38% {
        stroke-dashoffset: 17;
    }

    58.75% {
        stroke-dashoffset: 0;
    }

    79.5%,
    to {
        stroke-dashoffset: -17;
    }
}

@keyframes stroke-offset4 {

    from,
    22% {
        stroke-dashoffset: 17;
    }

    42.75% {
        stroke-dashoffset: 0;
    }

    63.25%,
    to {
        stroke-dashoffset: -17;
    }
}

#log-sngn-Modal .modal-dialog {
    --bs-modal-width: 450px !important;
}

#log-sngn-Modal .modal-footer {
    padding-bottom: 30px;
}

.check-container {
    width: 8.25rem;
    height: 9.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 8px auto;
}

.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.check-container .check-background svg {
    width: 45%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side,
            rgba(73, 218, 131, 1),
            transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}
